[성현모] CPXV2 Init
This commit is contained in:
592
SystemX.Net.CP.Middleware.PD/SystemX.Net.Middleware.UI/MainForm.Designer.cs
generated
Normal file
592
SystemX.Net.CP.Middleware.PD/SystemX.Net.Middleware.UI/MainForm.Designer.cs
generated
Normal file
@ -0,0 +1,592 @@
|
||||
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.panel6 = new System.Windows.Forms.Panel();
|
||||
this.dataGridViewPort = new System.Windows.Forms.DataGridView();
|
||||
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.dataGridViewListen = new System.Windows.Forms.DataGridView();
|
||||
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.progressBarProgram = new System.Windows.Forms.ProgressBar();
|
||||
this.panelSubFunc = new System.Windows.Forms.Panel();
|
||||
this.buttonMapLogClear = new System.Windows.Forms.Button();
|
||||
this.buttonListenReset = new System.Windows.Forms.Button();
|
||||
this.buttonUserQueryRead = new System.Windows.Forms.Button();
|
||||
this.panel7 = new System.Windows.Forms.Panel();
|
||||
this.panel3 = new System.Windows.Forms.Panel();
|
||||
this.progressBarControlD = new DevExpress.XtraEditors.ProgressBarControl();
|
||||
this.progressBarControlC = new DevExpress.XtraEditors.ProgressBarControl();
|
||||
this.panel1 = new System.Windows.Forms.Panel();
|
||||
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.barStaticItemSyncTime = new DevExpress.XtraBars.BarStaticItem();
|
||||
this.barToggleSwitchItemMapLog = new DevExpress.XtraBars.BarToggleSwitchItem();
|
||||
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.panel6.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.dataGridViewPort)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.dataGridViewListen)).BeginInit();
|
||||
this.panelSubFunc.SuspendLayout();
|
||||
this.panel3.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.progressBarControlD.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.progressBarControlC.Properties)).BeginInit();
|
||||
this.panel1.SuspendLayout();
|
||||
((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.panel6);
|
||||
this.panel2.Controls.Add(this.panelSubFunc);
|
||||
this.panel2.Controls.Add(this.panel7);
|
||||
this.panel2.Controls.Add(this.panel3);
|
||||
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;
|
||||
//
|
||||
// panel6
|
||||
//
|
||||
this.panel6.Controls.Add(this.dataGridViewPort);
|
||||
this.panel6.Controls.Add(this.dataGridViewListen);
|
||||
this.panel6.Controls.Add(this.progressBarProgram);
|
||||
this.panel6.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
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(1979, 592);
|
||||
this.panel6.TabIndex = 18;
|
||||
//
|
||||
// dataGridViewPort
|
||||
//
|
||||
this.dataGridViewPort.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
||||
this.dataGridViewPort.ColumnHeadersHeight = 34;
|
||||
this.dataGridViewPort.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
||||
this.dataGridViewTextBoxColumn1,
|
||||
this.dataGridViewTextBoxColumn2,
|
||||
this.dataGridViewTextBoxColumn3,
|
||||
this.Column3,
|
||||
this.Column5,
|
||||
this.Column6,
|
||||
this.Column7});
|
||||
this.dataGridViewPort.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.dataGridViewPort.Location = new System.Drawing.Point(0, 461);
|
||||
this.dataGridViewPort.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.dataGridViewPort.Name = "dataGridViewPort";
|
||||
this.dataGridViewPort.RowHeadersWidth = 62;
|
||||
this.dataGridViewPort.RowTemplate.Height = 23;
|
||||
this.dataGridViewPort.Size = new System.Drawing.Size(1979, 131);
|
||||
this.dataGridViewPort.TabIndex = 24;
|
||||
//
|
||||
// dataGridViewTextBoxColumn1
|
||||
//
|
||||
this.dataGridViewTextBoxColumn1.HeaderText = "Number";
|
||||
this.dataGridViewTextBoxColumn1.MinimumWidth = 8;
|
||||
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
|
||||
this.dataGridViewTextBoxColumn1.ReadOnly = true;
|
||||
this.dataGridViewTextBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
||||
//
|
||||
// dataGridViewTextBoxColumn2
|
||||
//
|
||||
this.dataGridViewTextBoxColumn2.HeaderText = "State";
|
||||
this.dataGridViewTextBoxColumn2.MinimumWidth = 8;
|
||||
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
|
||||
this.dataGridViewTextBoxColumn2.ReadOnly = true;
|
||||
this.dataGridViewTextBoxColumn2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
||||
//
|
||||
// dataGridViewTextBoxColumn3
|
||||
//
|
||||
this.dataGridViewTextBoxColumn3.HeaderText = "Detail";
|
||||
this.dataGridViewTextBoxColumn3.MinimumWidth = 8;
|
||||
this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
|
||||
this.dataGridViewTextBoxColumn3.ReadOnly = true;
|
||||
this.dataGridViewTextBoxColumn3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
||||
//
|
||||
// Column3
|
||||
//
|
||||
this.Column3.HeaderText = "Command Send";
|
||||
this.Column3.MinimumWidth = 8;
|
||||
this.Column3.Name = "Column3";
|
||||
this.Column3.ReadOnly = true;
|
||||
this.Column3.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
||||
this.Column3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
||||
//
|
||||
// Column5
|
||||
//
|
||||
this.Column5.HeaderText = "Command Recv";
|
||||
this.Column5.MinimumWidth = 8;
|
||||
this.Column5.Name = "Column5";
|
||||
this.Column5.ReadOnly = true;
|
||||
this.Column5.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
||||
//
|
||||
// Column6
|
||||
//
|
||||
this.Column6.HeaderText = "Stream Send";
|
||||
this.Column6.MinimumWidth = 8;
|
||||
this.Column6.Name = "Column6";
|
||||
this.Column6.ReadOnly = true;
|
||||
this.Column6.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
||||
//
|
||||
// Column7
|
||||
//
|
||||
this.Column7.HeaderText = "Stream Recv";
|
||||
this.Column7.MinimumWidth = 8;
|
||||
this.Column7.Name = "Column7";
|
||||
this.Column7.ReadOnly = true;
|
||||
this.Column7.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
||||
//
|
||||
// dataGridViewListen
|
||||
//
|
||||
this.dataGridViewListen.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
||||
this.dataGridViewListen.ColumnHeadersHeight = 34;
|
||||
this.dataGridViewListen.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
||||
this.Column1,
|
||||
this.Column4,
|
||||
this.Column2});
|
||||
this.dataGridViewListen.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.dataGridViewListen.Location = new System.Drawing.Point(0, 60);
|
||||
this.dataGridViewListen.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.dataGridViewListen.Name = "dataGridViewListen";
|
||||
this.dataGridViewListen.RowHeadersWidth = 62;
|
||||
this.dataGridViewListen.RowTemplate.Height = 23;
|
||||
this.dataGridViewListen.Size = new System.Drawing.Size(1979, 401);
|
||||
this.dataGridViewListen.TabIndex = 21;
|
||||
//
|
||||
// Column1
|
||||
//
|
||||
this.Column1.HeaderText = "Number(Listen)";
|
||||
this.Column1.MinimumWidth = 8;
|
||||
this.Column1.Name = "Column1";
|
||||
this.Column1.ReadOnly = true;
|
||||
this.Column1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
||||
//
|
||||
// Column4
|
||||
//
|
||||
this.Column4.HeaderText = "State";
|
||||
this.Column4.MinimumWidth = 8;
|
||||
this.Column4.Name = "Column4";
|
||||
this.Column4.ReadOnly = true;
|
||||
this.Column4.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
||||
//
|
||||
// Column2
|
||||
//
|
||||
this.Column2.HeaderText = "Detail";
|
||||
this.Column2.MinimumWidth = 8;
|
||||
this.Column2.Name = "Column2";
|
||||
this.Column2.ReadOnly = true;
|
||||
this.Column2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
||||
//
|
||||
// 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.Azure;
|
||||
this.panelSubFunc.Controls.Add(this.buttonMapLogClear);
|
||||
this.panelSubFunc.Controls.Add(this.buttonListenReset);
|
||||
this.panelSubFunc.Controls.Add(this.buttonUserQueryRead);
|
||||
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;
|
||||
//
|
||||
// buttonMapLogClear
|
||||
//
|
||||
this.buttonMapLogClear.BackColor = System.Drawing.Color.Ivory;
|
||||
this.buttonMapLogClear.Dock = System.Windows.Forms.DockStyle.Right;
|
||||
this.buttonMapLogClear.Location = new System.Drawing.Point(1088, 0);
|
||||
this.buttonMapLogClear.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.buttonMapLogClear.Name = "buttonMapLogClear";
|
||||
this.buttonMapLogClear.Size = new System.Drawing.Size(297, 58);
|
||||
this.buttonMapLogClear.TabIndex = 4;
|
||||
this.buttonMapLogClear.Text = "Map Log Clear";
|
||||
this.buttonMapLogClear.UseVisualStyleBackColor = false;
|
||||
this.buttonMapLogClear.Click += new System.EventHandler(this.buttonMapLogClear_Click);
|
||||
//
|
||||
// buttonListenReset
|
||||
//
|
||||
this.buttonListenReset.BackColor = System.Drawing.Color.Gold;
|
||||
this.buttonListenReset.Dock = System.Windows.Forms.DockStyle.Right;
|
||||
this.buttonListenReset.Location = new System.Drawing.Point(1385, 0);
|
||||
this.buttonListenReset.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.buttonListenReset.Name = "buttonListenReset";
|
||||
this.buttonListenReset.Size = new System.Drawing.Size(297, 58);
|
||||
this.buttonListenReset.TabIndex = 3;
|
||||
this.buttonListenReset.Text = "Listen Socket Reset";
|
||||
this.buttonListenReset.UseVisualStyleBackColor = false;
|
||||
this.buttonListenReset.Click += new System.EventHandler(this.buttonListenReset_Click);
|
||||
//
|
||||
// buttonUserQueryRead
|
||||
//
|
||||
this.buttonUserQueryRead.BackColor = System.Drawing.Color.Ivory;
|
||||
this.buttonUserQueryRead.Dock = System.Windows.Forms.DockStyle.Right;
|
||||
this.buttonUserQueryRead.Location = new System.Drawing.Point(1682, 0);
|
||||
this.buttonUserQueryRead.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.buttonUserQueryRead.Name = "buttonUserQueryRead";
|
||||
this.buttonUserQueryRead.Size = new System.Drawing.Size(297, 58);
|
||||
this.buttonUserQueryRead.TabIndex = 2;
|
||||
this.buttonUserQueryRead.Text = "User Query Information Reload";
|
||||
this.buttonUserQueryRead.UseVisualStyleBackColor = false;
|
||||
this.buttonUserQueryRead.Click += new System.EventHandler(this.buttonUserQueryRead_Click);
|
||||
//
|
||||
// panel7
|
||||
//
|
||||
this.panel7.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||||
this.panel7.Location = new System.Drawing.Point(0, 650);
|
||||
this.panel7.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.panel7.Name = "panel7";
|
||||
this.panel7.Size = new System.Drawing.Size(1979, 94);
|
||||
this.panel7.TabIndex = 14;
|
||||
//
|
||||
// panel3
|
||||
//
|
||||
this.panel3.Controls.Add(this.progressBarControlD);
|
||||
this.panel3.Controls.Add(this.progressBarControlC);
|
||||
this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||||
this.panel3.Location = new System.Drawing.Point(0, 744);
|
||||
this.panel3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.panel3.Name = "panel3";
|
||||
this.panel3.Size = new System.Drawing.Size(1979, 140);
|
||||
this.panel3.TabIndex = 2;
|
||||
//
|
||||
// progressBarControlD
|
||||
//
|
||||
this.progressBarControlD.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.progressBarControlD.Location = new System.Drawing.Point(0, 69);
|
||||
this.progressBarControlD.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.progressBarControlD.Name = "progressBarControlD";
|
||||
this.progressBarControlD.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.UltraFlat;
|
||||
this.progressBarControlD.Properties.EditFormat.FormatString = "WEQWEQW";
|
||||
this.progressBarControlD.Properties.ReadOnly = true;
|
||||
this.progressBarControlD.Size = new System.Drawing.Size(1979, 71);
|
||||
this.progressBarControlD.TabIndex = 1;
|
||||
this.progressBarControlD.ToolTipAnchor = DevExpress.Utils.ToolTipAnchor.Cursor;
|
||||
this.progressBarControlD.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Asterisk;
|
||||
this.progressBarControlD.ToolTipTitle = "Show harddisk remain value(%)";
|
||||
//
|
||||
// progressBarControlC
|
||||
//
|
||||
this.progressBarControlC.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.progressBarControlC.Location = new System.Drawing.Point(0, 0);
|
||||
this.progressBarControlC.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.progressBarControlC.Name = "progressBarControlC";
|
||||
this.progressBarControlC.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.UltraFlat;
|
||||
this.progressBarControlC.Properties.EditFormat.FormatString = "WEQWEQW";
|
||||
this.progressBarControlC.Properties.ReadOnly = true;
|
||||
this.progressBarControlC.Size = new System.Drawing.Size(1979, 69);
|
||||
this.progressBarControlC.TabIndex = 0;
|
||||
this.progressBarControlC.ToolTipAnchor = DevExpress.Utils.ToolTipAnchor.Cursor;
|
||||
this.progressBarControlC.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Asterisk;
|
||||
this.progressBarControlC.ToolTipTitle = "Show harddisk remain value(%)";
|
||||
//
|
||||
// panel1
|
||||
//
|
||||
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
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;
|
||||
//
|
||||
// pictureBox3
|
||||
//
|
||||
this.pictureBox3.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.pictureBox3.Image = global::SystemX.Net.MiddlewareUI.UIM.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.UIM.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.UIM.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.barStaticItemSyncTime,
|
||||
this.barToggleSwitchItemMapLog});
|
||||
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);
|
||||
this.fluentDesignFormControl1.TitleItemLinks.Add(this.barStaticItemSyncTime);
|
||||
this.fluentDesignFormControl1.TitleItemLinks.Add(this.barToggleSwitchItemMapLog);
|
||||
//
|
||||
// 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);
|
||||
//
|
||||
// barStaticItemSyncTime
|
||||
//
|
||||
this.barStaticItemSyncTime.Caption = "Server time synchronization progressed successfully.";
|
||||
this.barStaticItemSyncTime.Id = 0;
|
||||
this.barStaticItemSyncTime.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barStaticItemSyncTime.ImageOptions.SvgImage")));
|
||||
this.barStaticItemSyncTime.Name = "barStaticItemSyncTime";
|
||||
this.barStaticItemSyncTime.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
|
||||
this.barStaticItemSyncTime.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
|
||||
//
|
||||
// barToggleSwitchItemMapLog
|
||||
//
|
||||
this.barToggleSwitchItemMapLog.Caption = "[MappedFileLogProcessOption]";
|
||||
this.barToggleSwitchItemMapLog.Id = 0;
|
||||
this.barToggleSwitchItemMapLog.Name = "barToggleSwitchItemMapLog";
|
||||
this.barToggleSwitchItemMapLog.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.barToggleSwitchItemMapLog_CheckedChanged);
|
||||
//
|
||||
// Chktimer
|
||||
//
|
||||
this.Chktimer.Enabled = true;
|
||||
this.Chktimer.Interval = 1000;
|
||||
this.Chktimer.Tick += new System.EventHandler(this.Chktimer_Tick);
|
||||
//
|
||||
// UItimer
|
||||
//
|
||||
this.UItimer.Tick += new System.EventHandler(this.UItimer_Tick);
|
||||
//
|
||||
// notifyIcon
|
||||
//
|
||||
this.notifyIcon.BalloonTipIcon = System.Windows.Forms.ToolTipIcon.Info;
|
||||
this.notifyIcon.BalloonTipText = "2020-09 Ver 1.2.0";
|
||||
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";
|
||||
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.Name = "MainForm";
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||
this.Text = "SystemX.Net.Middleware.UI - CPXV2 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.panel6.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.dataGridViewPort)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.dataGridViewListen)).EndInit();
|
||||
this.panelSubFunc.ResumeLayout(false);
|
||||
this.panel3.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.progressBarControlD.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.progressBarControlC.Properties)).EndInit();
|
||||
this.panel1.ResumeLayout(false);
|
||||
((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 panel3;
|
||||
private DevExpress.XtraEditors.ProgressBarControl progressBarControlC;
|
||||
private DevExpress.XtraEditors.ProgressBarControl progressBarControlD;
|
||||
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 panel7;
|
||||
private System.Windows.Forms.Panel panelSubFunc;
|
||||
private System.Windows.Forms.Button buttonUserQueryRead;
|
||||
private BarCheckItem barCheckItemShowCpLogTime;
|
||||
private BarStaticItem barStaticItemSyncTime;
|
||||
private System.Windows.Forms.Panel panel6;
|
||||
private System.Windows.Forms.DataGridView dataGridViewPort;
|
||||
private System.Windows.Forms.DataGridView dataGridViewListen;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
|
||||
private System.Windows.Forms.ProgressBar progressBarProgram;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
|
||||
private System.Windows.Forms.Button buttonListenReset;
|
||||
private BarToggleSwitchItem barToggleSwitchItemMapLog;
|
||||
private System.Windows.Forms.Button buttonMapLogClear;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user