850 lines
48 KiB
C#
850 lines
48 KiB
C#
using DevExpress.XtraBars;
|
|
using DevExpress.XtraBars.Ribbon;
|
|
|
|
namespace SystemX.Net.MiddlewareUI
|
|
{
|
|
partial class MainForm
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
|
|
this.fluentDesignFormContainer1 = new DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormContainer();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.panelMain = new System.Windows.Forms.Panel();
|
|
this.panelProcess = new System.Windows.Forms.Panel();
|
|
this.richTextBoxProcess = new System.Windows.Forms.RichTextBox();
|
|
this.panelRecv = new System.Windows.Forms.Panel();
|
|
this.richTextBoxRecv = new System.Windows.Forms.RichTextBox();
|
|
this.paneldDBConn = new System.Windows.Forms.Panel();
|
|
this.panelDBPath = new System.Windows.Forms.Panel();
|
|
this.labelDBPath = new System.Windows.Forms.Label();
|
|
this.panelFTP = new System.Windows.Forms.Panel();
|
|
this.panel4 = new System.Windows.Forms.Panel();
|
|
this.labelFTP = new System.Windows.Forms.Label();
|
|
this.panelDBLongTerm2 = new System.Windows.Forms.Panel();
|
|
this.panelDBLongTerm1 = new System.Windows.Forms.Panel();
|
|
this.labelDBLongTerm = new System.Windows.Forms.Label();
|
|
this.panel7 = new System.Windows.Forms.Panel();
|
|
this.panel8 = new System.Windows.Forms.Panel();
|
|
this.labelShortTermLogTableName = new System.Windows.Forms.Label();
|
|
this.panel5 = new System.Windows.Forms.Panel();
|
|
this.panel6 = new System.Windows.Forms.Panel();
|
|
this.labelShortTermSummaryTableName = new System.Windows.Forms.Label();
|
|
this.panelDBShortTerm2 = new System.Windows.Forms.Panel();
|
|
this.panelDBShortTerm1 = new System.Windows.Forms.Panel();
|
|
this.labelDBShortTerm = new System.Windows.Forms.Label();
|
|
this.panelDBMain2 = new System.Windows.Forms.Panel();
|
|
this.panelDBMain1 = new System.Windows.Forms.Panel();
|
|
this.labelDBMain = new System.Windows.Forms.Label();
|
|
this.progressBarProgram = new System.Windows.Forms.ProgressBar();
|
|
this.panelSubFunc = new System.Windows.Forms.Panel();
|
|
this.buttonDbConnect = new System.Windows.Forms.Button();
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|
this.labelFTPTime = new System.Windows.Forms.Label();
|
|
this.labelBulkTime = new System.Windows.Forms.Label();
|
|
this.labelBulkCntInfo1 = new System.Windows.Forms.Label();
|
|
this.labelBulkCntInfo2 = new System.Windows.Forms.Label();
|
|
this.labelBulkCntInfo3 = new System.Windows.Forms.Label();
|
|
this.buttonBulkInsertStart = new System.Windows.Forms.Button();
|
|
this.panelSub1 = new System.Windows.Forms.Panel();
|
|
this.panelSub2 = new System.Windows.Forms.Panel();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.pictureBox3 = new System.Windows.Forms.PictureBox();
|
|
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
|
this.Title_label = new System.Windows.Forms.Label();
|
|
this.AlisPictureBox = new System.Windows.Forms.PictureBox();
|
|
this.fluentDesignFormControl1 = new DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl();
|
|
this.barCheckItemShowCpLogTime = new DevExpress.XtraBars.BarCheckItem();
|
|
this.Chktimer = new System.Windows.Forms.Timer(this.components);
|
|
this.UItimer = new System.Windows.Forms.Timer(this.components);
|
|
this.notifyIcon = new System.Windows.Forms.NotifyIcon(this.components);
|
|
this.contextMenuSubStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.toolStripMenuItemExit = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripComboBox1 = new System.Windows.Forms.ToolStripComboBox();
|
|
this.fluentDesignFormContainer1.SuspendLayout();
|
|
this.panel2.SuspendLayout();
|
|
this.panelMain.SuspendLayout();
|
|
this.panelProcess.SuspendLayout();
|
|
this.panelRecv.SuspendLayout();
|
|
this.paneldDBConn.SuspendLayout();
|
|
this.panelDBPath.SuspendLayout();
|
|
this.panelFTP.SuspendLayout();
|
|
this.panel4.SuspendLayout();
|
|
this.panelDBLongTerm2.SuspendLayout();
|
|
this.panelDBLongTerm1.SuspendLayout();
|
|
this.panel7.SuspendLayout();
|
|
this.panel8.SuspendLayout();
|
|
this.panel5.SuspendLayout();
|
|
this.panel6.SuspendLayout();
|
|
this.panelDBShortTerm2.SuspendLayout();
|
|
this.panelDBShortTerm1.SuspendLayout();
|
|
this.panelDBMain2.SuspendLayout();
|
|
this.panelDBMain1.SuspendLayout();
|
|
this.panelSubFunc.SuspendLayout();
|
|
this.panel3.SuspendLayout();
|
|
this.panel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.AlisPictureBox)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.fluentDesignFormControl1)).BeginInit();
|
|
this.contextMenuSubStrip.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// fluentDesignFormContainer1
|
|
//
|
|
this.fluentDesignFormContainer1.Controls.Add(this.panel2);
|
|
this.fluentDesignFormContainer1.Controls.Add(this.panel1);
|
|
this.fluentDesignFormContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.fluentDesignFormContainer1.Location = new System.Drawing.Point(0, 46);
|
|
this.fluentDesignFormContainer1.Name = "fluentDesignFormContainer1";
|
|
this.fluentDesignFormContainer1.Size = new System.Drawing.Size(1979, 958);
|
|
this.fluentDesignFormContainer1.TabIndex = 0;
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.Controls.Add(this.panelMain);
|
|
this.panel2.Controls.Add(this.panelSubFunc);
|
|
this.panel2.Controls.Add(this.panelSub1);
|
|
this.panel2.Controls.Add(this.panelSub2);
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel2.Location = new System.Drawing.Point(0, 74);
|
|
this.panel2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(1979, 884);
|
|
this.panel2.TabIndex = 3;
|
|
//
|
|
// panelMain
|
|
//
|
|
this.panelMain.Controls.Add(this.panelProcess);
|
|
this.panelMain.Controls.Add(this.panelRecv);
|
|
this.panelMain.Controls.Add(this.paneldDBConn);
|
|
this.panelMain.Controls.Add(this.progressBarProgram);
|
|
this.panelMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panelMain.Location = new System.Drawing.Point(0, 0);
|
|
this.panelMain.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.panelMain.Name = "panelMain";
|
|
this.panelMain.Size = new System.Drawing.Size(1979, 592);
|
|
this.panelMain.TabIndex = 18;
|
|
//
|
|
// panelProcess
|
|
//
|
|
this.panelProcess.Controls.Add(this.richTextBoxProcess);
|
|
this.panelProcess.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.panelProcess.Location = new System.Drawing.Point(433, 306);
|
|
this.panelProcess.Margin = new System.Windows.Forms.Padding(20);
|
|
this.panelProcess.Name = "panelProcess";
|
|
this.panelProcess.Padding = new System.Windows.Forms.Padding(20);
|
|
this.panelProcess.Size = new System.Drawing.Size(1546, 286);
|
|
this.panelProcess.TabIndex = 23;
|
|
//
|
|
// richTextBoxProcess
|
|
//
|
|
this.richTextBoxProcess.BackColor = System.Drawing.Color.White;
|
|
this.richTextBoxProcess.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.richTextBoxProcess.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.richTextBoxProcess.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.richTextBoxProcess.Location = new System.Drawing.Point(20, 20);
|
|
this.richTextBoxProcess.Margin = new System.Windows.Forms.Padding(10);
|
|
this.richTextBoxProcess.Name = "richTextBoxProcess";
|
|
this.richTextBoxProcess.ReadOnly = true;
|
|
this.richTextBoxProcess.Size = new System.Drawing.Size(1506, 246);
|
|
this.richTextBoxProcess.TabIndex = 1;
|
|
this.richTextBoxProcess.Text = "";
|
|
//
|
|
// panelRecv
|
|
//
|
|
this.panelRecv.Controls.Add(this.richTextBoxRecv);
|
|
this.panelRecv.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panelRecv.Location = new System.Drawing.Point(433, 60);
|
|
this.panelRecv.Margin = new System.Windows.Forms.Padding(20);
|
|
this.panelRecv.Name = "panelRecv";
|
|
this.panelRecv.Padding = new System.Windows.Forms.Padding(20);
|
|
this.panelRecv.Size = new System.Drawing.Size(1546, 233);
|
|
this.panelRecv.TabIndex = 22;
|
|
//
|
|
// richTextBoxRecv
|
|
//
|
|
this.richTextBoxRecv.BackColor = System.Drawing.Color.White;
|
|
this.richTextBoxRecv.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.richTextBoxRecv.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.richTextBoxRecv.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.richTextBoxRecv.Location = new System.Drawing.Point(20, 20);
|
|
this.richTextBoxRecv.Margin = new System.Windows.Forms.Padding(10);
|
|
this.richTextBoxRecv.Name = "richTextBoxRecv";
|
|
this.richTextBoxRecv.ReadOnly = true;
|
|
this.richTextBoxRecv.Size = new System.Drawing.Size(1506, 193);
|
|
this.richTextBoxRecv.TabIndex = 0;
|
|
this.richTextBoxRecv.Text = "";
|
|
//
|
|
// paneldDBConn
|
|
//
|
|
this.paneldDBConn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|
this.paneldDBConn.Controls.Add(this.panelDBPath);
|
|
this.paneldDBConn.Controls.Add(this.panelFTP);
|
|
this.paneldDBConn.Controls.Add(this.panelDBLongTerm2);
|
|
this.paneldDBConn.Controls.Add(this.panel7);
|
|
this.paneldDBConn.Controls.Add(this.panel5);
|
|
this.paneldDBConn.Controls.Add(this.panelDBShortTerm2);
|
|
this.paneldDBConn.Controls.Add(this.panelDBMain2);
|
|
this.paneldDBConn.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.paneldDBConn.Location = new System.Drawing.Point(0, 60);
|
|
this.paneldDBConn.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.paneldDBConn.Name = "paneldDBConn";
|
|
this.paneldDBConn.Size = new System.Drawing.Size(433, 532);
|
|
this.paneldDBConn.TabIndex = 21;
|
|
//
|
|
// panelDBPath
|
|
//
|
|
this.panelDBPath.Controls.Add(this.labelDBPath);
|
|
this.panelDBPath.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panelDBPath.Location = new System.Drawing.Point(0, 228);
|
|
this.panelDBPath.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.panelDBPath.Name = "panelDBPath";
|
|
this.panelDBPath.Size = new System.Drawing.Size(433, 39);
|
|
this.panelDBPath.TabIndex = 33;
|
|
//
|
|
// labelDBPath
|
|
//
|
|
this.labelDBPath.BackColor = System.Drawing.Color.White;
|
|
this.labelDBPath.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.labelDBPath.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.labelDBPath.Location = new System.Drawing.Point(0, 0);
|
|
this.labelDBPath.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.labelDBPath.Name = "labelDBPath";
|
|
this.labelDBPath.Size = new System.Drawing.Size(433, 39);
|
|
this.labelDBPath.TabIndex = 23;
|
|
this.labelDBPath.Text = "Path";
|
|
this.labelDBPath.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// panelFTP
|
|
//
|
|
this.panelFTP.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.panelFTP.Controls.Add(this.panel4);
|
|
this.panelFTP.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panelFTP.Location = new System.Drawing.Point(0, 190);
|
|
this.panelFTP.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.panelFTP.Name = "panelFTP";
|
|
this.panelFTP.Size = new System.Drawing.Size(433, 38);
|
|
this.panelFTP.TabIndex = 32;
|
|
this.panelFTP.Visible = false;
|
|
//
|
|
// panel4
|
|
//
|
|
this.panel4.Controls.Add(this.labelFTP);
|
|
this.panel4.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.panel4.Location = new System.Drawing.Point(0, 0);
|
|
this.panel4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.panel4.Name = "panel4";
|
|
this.panel4.Size = new System.Drawing.Size(408, 36);
|
|
this.panel4.TabIndex = 26;
|
|
//
|
|
// labelFTP
|
|
//
|
|
this.labelFTP.BackColor = System.Drawing.Color.White;
|
|
this.labelFTP.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.labelFTP.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.labelFTP.Location = new System.Drawing.Point(0, 0);
|
|
this.labelFTP.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.labelFTP.Name = "labelFTP";
|
|
this.labelFTP.Size = new System.Drawing.Size(408, 36);
|
|
this.labelFTP.TabIndex = 23;
|
|
this.labelFTP.Text = "FTP";
|
|
this.labelFTP.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// panelDBLongTerm2
|
|
//
|
|
this.panelDBLongTerm2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.panelDBLongTerm2.Controls.Add(this.panelDBLongTerm1);
|
|
this.panelDBLongTerm2.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panelDBLongTerm2.Location = new System.Drawing.Point(0, 152);
|
|
this.panelDBLongTerm2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.panelDBLongTerm2.Name = "panelDBLongTerm2";
|
|
this.panelDBLongTerm2.Size = new System.Drawing.Size(433, 38);
|
|
this.panelDBLongTerm2.TabIndex = 31;
|
|
//
|
|
// panelDBLongTerm1
|
|
//
|
|
this.panelDBLongTerm1.Controls.Add(this.labelDBLongTerm);
|
|
this.panelDBLongTerm1.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.panelDBLongTerm1.Location = new System.Drawing.Point(0, 0);
|
|
this.panelDBLongTerm1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.panelDBLongTerm1.Name = "panelDBLongTerm1";
|
|
this.panelDBLongTerm1.Size = new System.Drawing.Size(408, 36);
|
|
this.panelDBLongTerm1.TabIndex = 26;
|
|
//
|
|
// labelDBLongTerm
|
|
//
|
|
this.labelDBLongTerm.BackColor = System.Drawing.Color.White;
|
|
this.labelDBLongTerm.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.labelDBLongTerm.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.labelDBLongTerm.Location = new System.Drawing.Point(0, 0);
|
|
this.labelDBLongTerm.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.labelDBLongTerm.Name = "labelDBLongTerm";
|
|
this.labelDBLongTerm.Size = new System.Drawing.Size(408, 36);
|
|
this.labelDBLongTerm.TabIndex = 23;
|
|
this.labelDBLongTerm.Text = "LongTerm";
|
|
this.labelDBLongTerm.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// panel7
|
|
//
|
|
this.panel7.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.panel7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.panel7.Controls.Add(this.panel8);
|
|
this.panel7.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel7.Location = new System.Drawing.Point(0, 114);
|
|
this.panel7.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.panel7.Name = "panel7";
|
|
this.panel7.Size = new System.Drawing.Size(433, 38);
|
|
this.panel7.TabIndex = 29;
|
|
//
|
|
// panel8
|
|
//
|
|
this.panel8.Controls.Add(this.labelShortTermLogTableName);
|
|
this.panel8.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.panel8.Location = new System.Drawing.Point(0, 0);
|
|
this.panel8.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.panel8.Name = "panel8";
|
|
this.panel8.Size = new System.Drawing.Size(408, 36);
|
|
this.panel8.TabIndex = 26;
|
|
//
|
|
// labelShortTermLogTableName
|
|
//
|
|
this.labelShortTermLogTableName.BackColor = System.Drawing.Color.White;
|
|
this.labelShortTermLogTableName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.labelShortTermLogTableName.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.labelShortTermLogTableName.Location = new System.Drawing.Point(0, 0);
|
|
this.labelShortTermLogTableName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.labelShortTermLogTableName.Name = "labelShortTermLogTableName";
|
|
this.labelShortTermLogTableName.Size = new System.Drawing.Size(408, 36);
|
|
this.labelShortTermLogTableName.TabIndex = 23;
|
|
this.labelShortTermLogTableName.Text = "ShortTermLogTableName";
|
|
this.labelShortTermLogTableName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// panel5
|
|
//
|
|
this.panel5.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.panel5.Controls.Add(this.panel6);
|
|
this.panel5.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel5.Location = new System.Drawing.Point(0, 76);
|
|
this.panel5.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.panel5.Name = "panel5";
|
|
this.panel5.Size = new System.Drawing.Size(433, 38);
|
|
this.panel5.TabIndex = 28;
|
|
//
|
|
// panel6
|
|
//
|
|
this.panel6.Controls.Add(this.labelShortTermSummaryTableName);
|
|
this.panel6.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.panel6.Location = new System.Drawing.Point(0, 0);
|
|
this.panel6.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.panel6.Name = "panel6";
|
|
this.panel6.Size = new System.Drawing.Size(408, 36);
|
|
this.panel6.TabIndex = 26;
|
|
//
|
|
// labelShortTermSummaryTableName
|
|
//
|
|
this.labelShortTermSummaryTableName.BackColor = System.Drawing.Color.White;
|
|
this.labelShortTermSummaryTableName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.labelShortTermSummaryTableName.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.labelShortTermSummaryTableName.Location = new System.Drawing.Point(0, 0);
|
|
this.labelShortTermSummaryTableName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.labelShortTermSummaryTableName.Name = "labelShortTermSummaryTableName";
|
|
this.labelShortTermSummaryTableName.Size = new System.Drawing.Size(408, 36);
|
|
this.labelShortTermSummaryTableName.TabIndex = 23;
|
|
this.labelShortTermSummaryTableName.Text = "ShortTermSummaryTableName";
|
|
this.labelShortTermSummaryTableName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// panelDBShortTerm2
|
|
//
|
|
this.panelDBShortTerm2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.panelDBShortTerm2.Controls.Add(this.panelDBShortTerm1);
|
|
this.panelDBShortTerm2.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panelDBShortTerm2.Location = new System.Drawing.Point(0, 38);
|
|
this.panelDBShortTerm2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.panelDBShortTerm2.Name = "panelDBShortTerm2";
|
|
this.panelDBShortTerm2.Size = new System.Drawing.Size(433, 38);
|
|
this.panelDBShortTerm2.TabIndex = 23;
|
|
//
|
|
// panelDBShortTerm1
|
|
//
|
|
this.panelDBShortTerm1.Controls.Add(this.labelDBShortTerm);
|
|
this.panelDBShortTerm1.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.panelDBShortTerm1.Location = new System.Drawing.Point(0, 0);
|
|
this.panelDBShortTerm1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.panelDBShortTerm1.Name = "panelDBShortTerm1";
|
|
this.panelDBShortTerm1.Size = new System.Drawing.Size(408, 36);
|
|
this.panelDBShortTerm1.TabIndex = 26;
|
|
//
|
|
// labelDBShortTerm
|
|
//
|
|
this.labelDBShortTerm.BackColor = System.Drawing.Color.White;
|
|
this.labelDBShortTerm.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.labelDBShortTerm.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.labelDBShortTerm.Location = new System.Drawing.Point(0, 0);
|
|
this.labelDBShortTerm.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.labelDBShortTerm.Name = "labelDBShortTerm";
|
|
this.labelDBShortTerm.Size = new System.Drawing.Size(408, 36);
|
|
this.labelDBShortTerm.TabIndex = 23;
|
|
this.labelDBShortTerm.Text = "ShortTerm";
|
|
this.labelDBShortTerm.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// panelDBMain2
|
|
//
|
|
this.panelDBMain2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.panelDBMain2.Controls.Add(this.panelDBMain1);
|
|
this.panelDBMain2.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panelDBMain2.Location = new System.Drawing.Point(0, 0);
|
|
this.panelDBMain2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.panelDBMain2.Name = "panelDBMain2";
|
|
this.panelDBMain2.Size = new System.Drawing.Size(433, 38);
|
|
this.panelDBMain2.TabIndex = 22;
|
|
//
|
|
// panelDBMain1
|
|
//
|
|
this.panelDBMain1.Controls.Add(this.labelDBMain);
|
|
this.panelDBMain1.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.panelDBMain1.Location = new System.Drawing.Point(0, 0);
|
|
this.panelDBMain1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.panelDBMain1.Name = "panelDBMain1";
|
|
this.panelDBMain1.Size = new System.Drawing.Size(408, 36);
|
|
this.panelDBMain1.TabIndex = 25;
|
|
//
|
|
// labelDBMain
|
|
//
|
|
this.labelDBMain.BackColor = System.Drawing.Color.White;
|
|
this.labelDBMain.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.labelDBMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.labelDBMain.Location = new System.Drawing.Point(0, 0);
|
|
this.labelDBMain.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.labelDBMain.Name = "labelDBMain";
|
|
this.labelDBMain.Size = new System.Drawing.Size(408, 36);
|
|
this.labelDBMain.TabIndex = 22;
|
|
this.labelDBMain.Text = "Information";
|
|
this.labelDBMain.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// progressBarProgram
|
|
//
|
|
this.progressBarProgram.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.progressBarProgram.ForeColor = System.Drawing.SystemColors.HotTrack;
|
|
this.progressBarProgram.Location = new System.Drawing.Point(0, 0);
|
|
this.progressBarProgram.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.progressBarProgram.Name = "progressBarProgram";
|
|
this.progressBarProgram.Size = new System.Drawing.Size(1979, 60);
|
|
this.progressBarProgram.Style = System.Windows.Forms.ProgressBarStyle.Marquee;
|
|
this.progressBarProgram.TabIndex = 20;
|
|
//
|
|
// panelSubFunc
|
|
//
|
|
this.panelSubFunc.BackColor = System.Drawing.Color.MidnightBlue;
|
|
this.panelSubFunc.Controls.Add(this.buttonDbConnect);
|
|
this.panelSubFunc.Controls.Add(this.panel3);
|
|
this.panelSubFunc.Controls.Add(this.buttonBulkInsertStart);
|
|
this.panelSubFunc.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.panelSubFunc.Location = new System.Drawing.Point(0, 592);
|
|
this.panelSubFunc.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.panelSubFunc.Name = "panelSubFunc";
|
|
this.panelSubFunc.Size = new System.Drawing.Size(1979, 58);
|
|
this.panelSubFunc.TabIndex = 17;
|
|
//
|
|
// buttonDbConnect
|
|
//
|
|
this.buttonDbConnect.BackColor = System.Drawing.SystemColors.Control;
|
|
this.buttonDbConnect.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.buttonDbConnect.Location = new System.Drawing.Point(683, 0);
|
|
this.buttonDbConnect.Name = "buttonDbConnect";
|
|
this.buttonDbConnect.Size = new System.Drawing.Size(229, 58);
|
|
this.buttonDbConnect.TabIndex = 2;
|
|
this.buttonDbConnect.Text = "Database Connect Try";
|
|
this.buttonDbConnect.UseVisualStyleBackColor = false;
|
|
this.buttonDbConnect.Visible = false;
|
|
this.buttonDbConnect.Click += new System.EventHandler(this.buttonDbConnect_Click);
|
|
//
|
|
// panel3
|
|
//
|
|
this.panel3.Controls.Add(this.labelFTPTime);
|
|
this.panel3.Controls.Add(this.labelBulkTime);
|
|
this.panel3.Controls.Add(this.labelBulkCntInfo1);
|
|
this.panel3.Controls.Add(this.labelBulkCntInfo2);
|
|
this.panel3.Controls.Add(this.labelBulkCntInfo3);
|
|
this.panel3.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.panel3.Location = new System.Drawing.Point(912, 0);
|
|
this.panel3.Name = "panel3";
|
|
this.panel3.Size = new System.Drawing.Size(851, 58);
|
|
this.panel3.TabIndex = 1;
|
|
//
|
|
// labelFTPTime
|
|
//
|
|
this.labelFTPTime.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.labelFTPTime.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.labelFTPTime.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelFTPTime.Location = new System.Drawing.Point(121, 0);
|
|
this.labelFTPTime.Name = "labelFTPTime";
|
|
this.labelFTPTime.Size = new System.Drawing.Size(146, 58);
|
|
this.labelFTPTime.TabIndex = 4;
|
|
this.labelFTPTime.Text = "-";
|
|
this.labelFTPTime.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.labelFTPTime.Visible = false;
|
|
//
|
|
// labelBulkTime
|
|
//
|
|
this.labelBulkTime.BackColor = System.Drawing.Color.Snow;
|
|
this.labelBulkTime.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.labelBulkTime.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelBulkTime.Location = new System.Drawing.Point(267, 0);
|
|
this.labelBulkTime.Name = "labelBulkTime";
|
|
this.labelBulkTime.Size = new System.Drawing.Size(146, 58);
|
|
this.labelBulkTime.TabIndex = 3;
|
|
this.labelBulkTime.Text = "-";
|
|
this.labelBulkTime.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// labelBulkCntInfo1
|
|
//
|
|
this.labelBulkCntInfo1.BackColor = System.Drawing.Color.Silver;
|
|
this.labelBulkCntInfo1.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.labelBulkCntInfo1.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelBulkCntInfo1.Location = new System.Drawing.Point(413, 0);
|
|
this.labelBulkCntInfo1.Name = "labelBulkCntInfo1";
|
|
this.labelBulkCntInfo1.Size = new System.Drawing.Size(146, 58);
|
|
this.labelBulkCntInfo1.TabIndex = 2;
|
|
this.labelBulkCntInfo1.Text = "-";
|
|
this.labelBulkCntInfo1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// labelBulkCntInfo2
|
|
//
|
|
this.labelBulkCntInfo2.BackColor = System.Drawing.Color.Silver;
|
|
this.labelBulkCntInfo2.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.labelBulkCntInfo2.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelBulkCntInfo2.Location = new System.Drawing.Point(559, 0);
|
|
this.labelBulkCntInfo2.Name = "labelBulkCntInfo2";
|
|
this.labelBulkCntInfo2.Size = new System.Drawing.Size(146, 58);
|
|
this.labelBulkCntInfo2.TabIndex = 1;
|
|
this.labelBulkCntInfo2.Text = "-";
|
|
this.labelBulkCntInfo2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// labelBulkCntInfo3
|
|
//
|
|
this.labelBulkCntInfo3.BackColor = System.Drawing.Color.Silver;
|
|
this.labelBulkCntInfo3.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.labelBulkCntInfo3.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelBulkCntInfo3.Location = new System.Drawing.Point(705, 0);
|
|
this.labelBulkCntInfo3.Name = "labelBulkCntInfo3";
|
|
this.labelBulkCntInfo3.Size = new System.Drawing.Size(146, 58);
|
|
this.labelBulkCntInfo3.TabIndex = 0;
|
|
this.labelBulkCntInfo3.Text = "-";
|
|
this.labelBulkCntInfo3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// buttonBulkInsertStart
|
|
//
|
|
this.buttonBulkInsertStart.BackColor = System.Drawing.SystemColors.Control;
|
|
this.buttonBulkInsertStart.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.buttonBulkInsertStart.Location = new System.Drawing.Point(1763, 0);
|
|
this.buttonBulkInsertStart.Name = "buttonBulkInsertStart";
|
|
this.buttonBulkInsertStart.Size = new System.Drawing.Size(216, 58);
|
|
this.buttonBulkInsertStart.TabIndex = 0;
|
|
this.buttonBulkInsertStart.Text = "Direct Bulk Insert Try";
|
|
this.buttonBulkInsertStart.UseVisualStyleBackColor = false;
|
|
this.buttonBulkInsertStart.Click += new System.EventHandler(this.buttonBulkInsertStart_Click);
|
|
//
|
|
// panelSub1
|
|
//
|
|
this.panelSub1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.panelSub1.Location = new System.Drawing.Point(0, 650);
|
|
this.panelSub1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.panelSub1.Name = "panelSub1";
|
|
this.panelSub1.Size = new System.Drawing.Size(1979, 94);
|
|
this.panelSub1.TabIndex = 14;
|
|
//
|
|
// panelSub2
|
|
//
|
|
this.panelSub2.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.panelSub2.Location = new System.Drawing.Point(0, 744);
|
|
this.panelSub2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.panelSub2.Name = "panelSub2";
|
|
this.panelSub2.Size = new System.Drawing.Size(1979, 140);
|
|
this.panelSub2.TabIndex = 2;
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.panel1.Controls.Add(this.pictureBox1);
|
|
this.panel1.Controls.Add(this.pictureBox3);
|
|
this.panel1.Controls.Add(this.pictureBox2);
|
|
this.panel1.Controls.Add(this.Title_label);
|
|
this.panel1.Controls.Add(this.AlisPictureBox);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
this.panel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(1979, 74);
|
|
this.panel1.TabIndex = 2;
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.pictureBox1.Image = global::SystemX.Net.MiddlewareUI.Log.Properties.Resources.AppIcon;
|
|
this.pictureBox1.Location = new System.Drawing.Point(353, 0);
|
|
this.pictureBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.Size = new System.Drawing.Size(60, 72);
|
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.pictureBox1.TabIndex = 5;
|
|
this.pictureBox1.TabStop = false;
|
|
//
|
|
// pictureBox3
|
|
//
|
|
this.pictureBox3.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.pictureBox3.Image = global::SystemX.Net.MiddlewareUI.Log.Properties.Resources.ALIS;
|
|
this.pictureBox3.Location = new System.Drawing.Point(220, 0);
|
|
this.pictureBox3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.pictureBox3.Name = "pictureBox3";
|
|
this.pictureBox3.Size = new System.Drawing.Size(133, 72);
|
|
this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.pictureBox3.TabIndex = 4;
|
|
this.pictureBox3.TabStop = false;
|
|
//
|
|
// pictureBox2
|
|
//
|
|
this.pictureBox2.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.pictureBox2.Image = global::SystemX.Net.MiddlewareUI.Log.Properties.Resources.CI;
|
|
this.pictureBox2.Location = new System.Drawing.Point(1770, 0);
|
|
this.pictureBox2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.pictureBox2.Name = "pictureBox2";
|
|
this.pictureBox2.Size = new System.Drawing.Size(207, 72);
|
|
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.pictureBox2.TabIndex = 3;
|
|
this.pictureBox2.TabStop = false;
|
|
//
|
|
// Title_label
|
|
//
|
|
this.Title_label.BackColor = System.Drawing.Color.White;
|
|
this.Title_label.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.Title_label.Font = new System.Drawing.Font("Times New Roman", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.Title_label.Location = new System.Drawing.Point(220, 0);
|
|
this.Title_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.Title_label.Name = "Title_label";
|
|
this.Title_label.Size = new System.Drawing.Size(1757, 72);
|
|
this.Title_label.TabIndex = 2;
|
|
this.Title_label.Text = "CP ALIS";
|
|
this.Title_label.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.Title_label.DoubleClick += new System.EventHandler(this.label1_DoubleClick);
|
|
//
|
|
// AlisPictureBox
|
|
//
|
|
this.AlisPictureBox.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.AlisPictureBox.Image = global::SystemX.Net.MiddlewareUI.Log.Properties.Resources.Kefico_CI;
|
|
this.AlisPictureBox.Location = new System.Drawing.Point(0, 0);
|
|
this.AlisPictureBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.AlisPictureBox.Name = "AlisPictureBox";
|
|
this.AlisPictureBox.Size = new System.Drawing.Size(220, 72);
|
|
this.AlisPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.AlisPictureBox.TabIndex = 1;
|
|
this.AlisPictureBox.TabStop = false;
|
|
//
|
|
// fluentDesignFormControl1
|
|
//
|
|
this.fluentDesignFormControl1.FluentDesignForm = this;
|
|
this.fluentDesignFormControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
|
|
this.barCheckItemShowCpLogTime});
|
|
this.fluentDesignFormControl1.Location = new System.Drawing.Point(0, 0);
|
|
this.fluentDesignFormControl1.Name = "fluentDesignFormControl1";
|
|
this.fluentDesignFormControl1.Size = new System.Drawing.Size(1979, 46);
|
|
this.fluentDesignFormControl1.TabIndex = 2;
|
|
this.fluentDesignFormControl1.TabStop = false;
|
|
this.fluentDesignFormControl1.TitleItemLinks.Add(this.barCheckItemShowCpLogTime);
|
|
//
|
|
// barCheckItemShowCpLogTime
|
|
//
|
|
this.barCheckItemShowCpLogTime.CheckBoxVisibility = DevExpress.XtraBars.CheckBoxVisibility.BeforeText;
|
|
this.barCheckItemShowCpLogTime.Id = 0;
|
|
this.barCheckItemShowCpLogTime.Name = "barCheckItemShowCpLogTime";
|
|
this.barCheckItemShowCpLogTime.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.barCheckItemShowCpLogTime_CheckedChanged);
|
|
//
|
|
// Chktimer
|
|
//
|
|
this.Chktimer.Interval = 1000;
|
|
this.Chktimer.Tick += new System.EventHandler(this.Chktimer_Tick);
|
|
//
|
|
// UItimer
|
|
//
|
|
this.UItimer.Interval = 500;
|
|
this.UItimer.Tick += new System.EventHandler(this.UItimer_Tick);
|
|
//
|
|
// notifyIcon
|
|
//
|
|
this.notifyIcon.BalloonTipIcon = System.Windows.Forms.ToolTipIcon.Info;
|
|
this.notifyIcon.BalloonTipText = "v20230510 Middleware Log Process";
|
|
this.notifyIcon.BalloonTipTitle = "For [ALIS] Middleware Program.";
|
|
this.notifyIcon.ContextMenuStrip = this.contextMenuSubStrip;
|
|
this.notifyIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon.Icon")));
|
|
this.notifyIcon.Text = "Middleware Log";
|
|
this.notifyIcon.Visible = true;
|
|
this.notifyIcon.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.notifyIcon_MouseDoubleClick);
|
|
//
|
|
// contextMenuSubStrip
|
|
//
|
|
this.contextMenuSubStrip.Font = new System.Drawing.Font("Times New Roman", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.contextMenuSubStrip.ImageScalingSize = new System.Drawing.Size(24, 24);
|
|
this.contextMenuSubStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.toolStripSeparator1,
|
|
this.toolStripMenuItemExit});
|
|
this.contextMenuSubStrip.Name = "contextMenuSubStrip";
|
|
this.contextMenuSubStrip.Size = new System.Drawing.Size(207, 42);
|
|
this.contextMenuSubStrip.Text = "Menu";
|
|
this.contextMenuSubStrip.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.contextMenuSubStrip_ItemClicked);
|
|
//
|
|
// toolStripSeparator1
|
|
//
|
|
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|
this.toolStripSeparator1.Size = new System.Drawing.Size(203, 6);
|
|
//
|
|
// toolStripMenuItemExit
|
|
//
|
|
this.toolStripMenuItemExit.BackColor = System.Drawing.Color.Khaki;
|
|
this.toolStripMenuItemExit.Name = "toolStripMenuItemExit";
|
|
this.toolStripMenuItemExit.Size = new System.Drawing.Size(206, 32);
|
|
this.toolStripMenuItemExit.Text = "Program Exit";
|
|
//
|
|
// toolStripComboBox1
|
|
//
|
|
this.toolStripComboBox1.Margin = new System.Windows.Forms.Padding(1, 0, 1, 0);
|
|
this.toolStripComboBox1.Name = "toolStripComboBox1";
|
|
this.toolStripComboBox1.Size = new System.Drawing.Size(121, 23);
|
|
//
|
|
// MainForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1979, 1004);
|
|
this.ControlContainer = this.fluentDesignFormContainer1;
|
|
this.Controls.Add(this.fluentDesignFormContainer1);
|
|
this.Controls.Add(this.fluentDesignFormControl1);
|
|
this.FluentDesignFormControl = this.fluentDesignFormControl1;
|
|
this.IconOptions.Icon = ((System.Drawing.Icon)(resources.GetObject("MainForm.IconOptions.Icon")));
|
|
this.IconOptions.Image = global::SystemX.Net.MiddlewareUI.Log.Properties.Resources.AppIcon1;
|
|
this.Name = "MainForm";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "SystemX.Net.Middleware.UI - Log CPX v240529";
|
|
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
|
|
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed);
|
|
this.fluentDesignFormContainer1.ResumeLayout(false);
|
|
this.panel2.ResumeLayout(false);
|
|
this.panelMain.ResumeLayout(false);
|
|
this.panelProcess.ResumeLayout(false);
|
|
this.panelRecv.ResumeLayout(false);
|
|
this.paneldDBConn.ResumeLayout(false);
|
|
this.panelDBPath.ResumeLayout(false);
|
|
this.panelFTP.ResumeLayout(false);
|
|
this.panel4.ResumeLayout(false);
|
|
this.panelDBLongTerm2.ResumeLayout(false);
|
|
this.panelDBLongTerm1.ResumeLayout(false);
|
|
this.panel7.ResumeLayout(false);
|
|
this.panel8.ResumeLayout(false);
|
|
this.panel5.ResumeLayout(false);
|
|
this.panel6.ResumeLayout(false);
|
|
this.panelDBShortTerm2.ResumeLayout(false);
|
|
this.panelDBShortTerm1.ResumeLayout(false);
|
|
this.panelDBMain2.ResumeLayout(false);
|
|
this.panelDBMain1.ResumeLayout(false);
|
|
this.panelSubFunc.ResumeLayout(false);
|
|
this.panel3.ResumeLayout(false);
|
|
this.panel1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.AlisPictureBox)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.fluentDesignFormControl1)).EndInit();
|
|
this.contextMenuSubStrip.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
private DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormContainer fluentDesignFormContainer1;
|
|
private DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl fluentDesignFormControl1;
|
|
private System.Windows.Forms.PictureBox AlisPictureBox;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Label Title_label;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.Timer Chktimer;
|
|
private System.Windows.Forms.Timer UItimer;
|
|
private System.Windows.Forms.Panel panelSub2;
|
|
private System.Windows.Forms.NotifyIcon notifyIcon;
|
|
private System.Windows.Forms.PictureBox pictureBox2;
|
|
private System.Windows.Forms.PictureBox pictureBox3;
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuSubStrip;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemExit;
|
|
private System.Windows.Forms.ToolStripComboBox toolStripComboBox1;
|
|
private System.Windows.Forms.Panel panelSub1;
|
|
private System.Windows.Forms.Panel panelSubFunc;
|
|
private BarCheckItem barCheckItemShowCpLogTime;
|
|
private System.Windows.Forms.Panel panelMain;
|
|
private System.Windows.Forms.ProgressBar progressBarProgram;
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
private System.Windows.Forms.Panel paneldDBConn;
|
|
private System.Windows.Forms.Panel panelDBShortTerm2;
|
|
private System.Windows.Forms.Panel panelDBShortTerm1;
|
|
private System.Windows.Forms.Label labelDBShortTerm;
|
|
private System.Windows.Forms.Panel panelDBMain2;
|
|
private System.Windows.Forms.Panel panelDBMain1;
|
|
private System.Windows.Forms.Label labelDBMain;
|
|
private System.Windows.Forms.Panel panelProcess;
|
|
private System.Windows.Forms.RichTextBox richTextBoxProcess;
|
|
private System.Windows.Forms.Panel panelRecv;
|
|
private System.Windows.Forms.RichTextBox richTextBoxRecv;
|
|
private System.Windows.Forms.Button buttonBulkInsertStart;
|
|
private System.Windows.Forms.Panel panel3;
|
|
private System.Windows.Forms.Label labelBulkCntInfo1;
|
|
private System.Windows.Forms.Label labelBulkCntInfo2;
|
|
private System.Windows.Forms.Label labelBulkCntInfo3;
|
|
private System.Windows.Forms.Label labelBulkTime;
|
|
private System.Windows.Forms.Panel panelDBPath;
|
|
private System.Windows.Forms.Label labelDBPath;
|
|
private System.Windows.Forms.Panel panelFTP;
|
|
private System.Windows.Forms.Panel panel4;
|
|
private System.Windows.Forms.Label labelFTP;
|
|
private System.Windows.Forms.Panel panelDBLongTerm2;
|
|
private System.Windows.Forms.Panel panelDBLongTerm1;
|
|
private System.Windows.Forms.Label labelDBLongTerm;
|
|
private System.Windows.Forms.Panel panel7;
|
|
private System.Windows.Forms.Panel panel8;
|
|
private System.Windows.Forms.Label labelShortTermLogTableName;
|
|
private System.Windows.Forms.Panel panel5;
|
|
private System.Windows.Forms.Panel panel6;
|
|
private System.Windows.Forms.Label labelShortTermSummaryTableName;
|
|
private System.Windows.Forms.Button buttonDbConnect;
|
|
private System.Windows.Forms.Label labelFTPTime;
|
|
}
|
|
}
|
|
|