[성현모] TRA HEX 값 표기 수정
This commit is contained in:
390
CPXV2 TRA JSON/SystemX.Product.CP.TRA/Subs/ConnectForm.Designer.cs
generated
Normal file
390
CPXV2 TRA JSON/SystemX.Product.CP.TRA/Subs/ConnectForm.Designer.cs
generated
Normal file
@ -0,0 +1,390 @@
|
||||
|
||||
namespace SystemX.Product.ALIS.UI.Subs
|
||||
{
|
||||
partial class ConnectForm
|
||||
{
|
||||
/// <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()
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConnectForm));
|
||||
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
||||
this.simpleButtonOK = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.panel1 = new System.Windows.Forms.Panel();
|
||||
this.simpleButtonReset = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.panel2 = new System.Windows.Forms.Panel();
|
||||
this.panel3 = new System.Windows.Forms.Panel();
|
||||
this.maskedTextBoxTLIP = new DevExpress.XtraEditors.ComboBoxEdit();
|
||||
this.panel4 = new System.Windows.Forms.Panel();
|
||||
this.label2 = new System.Windows.Forms.Label();
|
||||
this.panel5 = new System.Windows.Forms.Panel();
|
||||
this.maskedTextBoxDT1IP = new DevExpress.XtraEditors.ComboBoxEdit();
|
||||
this.panel6 = new System.Windows.Forms.Panel();
|
||||
this.comboBoxOverviewModel1 = new System.Windows.Forms.ComboBox();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.panel7 = new System.Windows.Forms.Panel();
|
||||
this.maskedTextBoxDT2IP = new DevExpress.XtraEditors.ComboBoxEdit();
|
||||
this.panel8 = new System.Windows.Forms.Panel();
|
||||
this.comboBoxOverviewModel2 = new System.Windows.Forms.ComboBox();
|
||||
this.checkBoxUseDT2 = new System.Windows.Forms.CheckBox();
|
||||
this.label3 = new System.Windows.Forms.Label();
|
||||
this.panel1.SuspendLayout();
|
||||
this.panel3.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.maskedTextBoxTLIP.Properties)).BeginInit();
|
||||
this.panel4.SuspendLayout();
|
||||
this.panel5.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.maskedTextBoxDT1IP.Properties)).BeginInit();
|
||||
this.panel6.SuspendLayout();
|
||||
this.panel7.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.maskedTextBoxDT2IP.Properties)).BeginInit();
|
||||
this.panel8.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// labelControl1
|
||||
//
|
||||
this.labelControl1.Appearance.BackColor = System.Drawing.Color.Transparent;
|
||||
this.labelControl1.Appearance.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Black;
|
||||
this.labelControl1.Appearance.Options.UseBackColor = true;
|
||||
this.labelControl1.Appearance.Options.UseFont = true;
|
||||
this.labelControl1.Appearance.Options.UseForeColor = true;
|
||||
this.labelControl1.AutoEllipsis = true;
|
||||
this.labelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
||||
this.labelControl1.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.labelControl1.Location = new System.Drawing.Point(0, 0);
|
||||
this.labelControl1.Name = "labelControl1";
|
||||
this.labelControl1.Size = new System.Drawing.Size(366, 36);
|
||||
this.labelControl1.TabIndex = 2;
|
||||
this.labelControl1.Text = "Input - Access information";
|
||||
//
|
||||
// simpleButtonOK
|
||||
//
|
||||
this.simpleButtonOK.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F);
|
||||
this.simpleButtonOK.Appearance.Options.UseFont = true;
|
||||
this.simpleButtonOK.Dock = System.Windows.Forms.DockStyle.Right;
|
||||
this.simpleButtonOK.Location = new System.Drawing.Point(1071, 0);
|
||||
this.simpleButtonOK.Name = "simpleButtonOK";
|
||||
this.simpleButtonOK.Size = new System.Drawing.Size(66, 64);
|
||||
this.simpleButtonOK.TabIndex = 4;
|
||||
this.simpleButtonOK.Text = "OK";
|
||||
this.simpleButtonOK.Click += new System.EventHandler(this.simpleButtonOK_Click);
|
||||
//
|
||||
// panel1
|
||||
//
|
||||
this.panel1.BackColor = System.Drawing.Color.Transparent;
|
||||
this.panel1.Controls.Add(this.simpleButtonReset);
|
||||
this.panel1.Controls.Add(this.simpleButtonOK);
|
||||
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||||
this.panel1.Location = new System.Drawing.Point(0, 396);
|
||||
this.panel1.Name = "panel1";
|
||||
this.panel1.Size = new System.Drawing.Size(1137, 64);
|
||||
this.panel1.TabIndex = 5;
|
||||
//
|
||||
// simpleButtonReset
|
||||
//
|
||||
this.simpleButtonReset.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F);
|
||||
this.simpleButtonReset.Appearance.Options.UseFont = true;
|
||||
this.simpleButtonReset.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.simpleButtonReset.Location = new System.Drawing.Point(0, 0);
|
||||
this.simpleButtonReset.Name = "simpleButtonReset";
|
||||
this.simpleButtonReset.Size = new System.Drawing.Size(66, 64);
|
||||
this.simpleButtonReset.TabIndex = 5;
|
||||
this.simpleButtonReset.Text = "Reset";
|
||||
this.simpleButtonReset.Click += new System.EventHandler(this.simpleButtonReset_Click);
|
||||
//
|
||||
// panel2
|
||||
//
|
||||
this.panel2.BackColor = System.Drawing.Color.Transparent;
|
||||
this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.panel2.Location = new System.Drawing.Point(0, 36);
|
||||
this.panel2.Name = "panel2";
|
||||
this.panel2.Size = new System.Drawing.Size(1137, 3);
|
||||
this.panel2.TabIndex = 6;
|
||||
//
|
||||
// panel3
|
||||
//
|
||||
this.panel3.BackColor = System.Drawing.Color.Transparent;
|
||||
this.panel3.Controls.Add(this.maskedTextBoxTLIP);
|
||||
this.panel3.Controls.Add(this.panel4);
|
||||
this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.panel3.Location = new System.Drawing.Point(0, 39);
|
||||
this.panel3.Name = "panel3";
|
||||
this.panel3.Size = new System.Drawing.Size(1137, 108);
|
||||
this.panel3.TabIndex = 8;
|
||||
//
|
||||
// maskedTextBoxTLIP
|
||||
//
|
||||
this.maskedTextBoxTLIP.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.maskedTextBoxTLIP.EditValue = "If you do not enter the ip, will be connected to the local area.";
|
||||
this.maskedTextBoxTLIP.Location = new System.Drawing.Point(0, 65);
|
||||
this.maskedTextBoxTLIP.Name = "maskedTextBoxTLIP";
|
||||
this.maskedTextBoxTLIP.Properties.Appearance.BackColor = System.Drawing.Color.White;
|
||||
this.maskedTextBoxTLIP.Properties.Appearance.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.maskedTextBoxTLIP.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
|
||||
this.maskedTextBoxTLIP.Properties.Appearance.Options.UseBackColor = true;
|
||||
this.maskedTextBoxTLIP.Properties.Appearance.Options.UseFont = true;
|
||||
this.maskedTextBoxTLIP.Properties.Appearance.Options.UseForeColor = true;
|
||||
this.maskedTextBoxTLIP.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
||||
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
||||
this.maskedTextBoxTLIP.Size = new System.Drawing.Size(1137, 28);
|
||||
this.maskedTextBoxTLIP.TabIndex = 8;
|
||||
this.maskedTextBoxTLIP.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.maskedTextBoxIP_PreviewKeyDown);
|
||||
//
|
||||
// panel4
|
||||
//
|
||||
this.panel4.BackColor = System.Drawing.Color.Transparent;
|
||||
this.panel4.Controls.Add(this.label2);
|
||||
this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.panel4.Location = new System.Drawing.Point(0, 0);
|
||||
this.panel4.Name = "panel4";
|
||||
this.panel4.Size = new System.Drawing.Size(1137, 65);
|
||||
this.panel4.TabIndex = 7;
|
||||
//
|
||||
// label2
|
||||
//
|
||||
this.label2.BackColor = System.Drawing.Color.WhiteSmoke;
|
||||
this.label2.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.label2.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.label2.ForeColor = System.Drawing.Color.Black;
|
||||
this.label2.Location = new System.Drawing.Point(0, 0);
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Size = new System.Drawing.Size(1137, 51);
|
||||
this.label2.TabIndex = 9;
|
||||
this.label2.Text = "TestList Server";
|
||||
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// panel5
|
||||
//
|
||||
this.panel5.BackColor = System.Drawing.Color.Transparent;
|
||||
this.panel5.Controls.Add(this.maskedTextBoxDT1IP);
|
||||
this.panel5.Controls.Add(this.panel6);
|
||||
this.panel5.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.panel5.Location = new System.Drawing.Point(0, 147);
|
||||
this.panel5.Name = "panel5";
|
||||
this.panel5.Size = new System.Drawing.Size(1137, 129);
|
||||
this.panel5.TabIndex = 9;
|
||||
//
|
||||
// maskedTextBoxDT1IP
|
||||
//
|
||||
this.maskedTextBoxDT1IP.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.maskedTextBoxDT1IP.EditValue = "If you do not enter the ip, will be connected to the local area.";
|
||||
this.maskedTextBoxDT1IP.Location = new System.Drawing.Point(0, 85);
|
||||
this.maskedTextBoxDT1IP.Name = "maskedTextBoxDT1IP";
|
||||
this.maskedTextBoxDT1IP.Properties.Appearance.BackColor = System.Drawing.Color.White;
|
||||
this.maskedTextBoxDT1IP.Properties.Appearance.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.maskedTextBoxDT1IP.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
|
||||
this.maskedTextBoxDT1IP.Properties.Appearance.Options.UseBackColor = true;
|
||||
this.maskedTextBoxDT1IP.Properties.Appearance.Options.UseFont = true;
|
||||
this.maskedTextBoxDT1IP.Properties.Appearance.Options.UseForeColor = true;
|
||||
this.maskedTextBoxDT1IP.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
||||
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
||||
this.maskedTextBoxDT1IP.Size = new System.Drawing.Size(1137, 28);
|
||||
this.maskedTextBoxDT1IP.TabIndex = 8;
|
||||
this.maskedTextBoxDT1IP.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.maskedTextBoxIP_PreviewKeyDown);
|
||||
//
|
||||
// panel6
|
||||
//
|
||||
this.panel6.BackColor = System.Drawing.Color.Transparent;
|
||||
this.panel6.Controls.Add(this.comboBoxOverviewModel1);
|
||||
this.panel6.Controls.Add(this.label1);
|
||||
this.panel6.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.panel6.Location = new System.Drawing.Point(0, 0);
|
||||
this.panel6.Name = "panel6";
|
||||
this.panel6.Size = new System.Drawing.Size(1137, 85);
|
||||
this.panel6.TabIndex = 7;
|
||||
//
|
||||
// comboBoxOverviewModel1
|
||||
//
|
||||
this.comboBoxOverviewModel1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.comboBoxOverviewModel1.FormattingEnabled = true;
|
||||
this.comboBoxOverviewModel1.Items.AddRange(new object[] {
|
||||
"L",
|
||||
"P1",
|
||||
"P2"});
|
||||
this.comboBoxOverviewModel1.Location = new System.Drawing.Point(280, 22);
|
||||
this.comboBoxOverviewModel1.Name = "comboBoxOverviewModel1";
|
||||
this.comboBoxOverviewModel1.Size = new System.Drawing.Size(106, 28);
|
||||
this.comboBoxOverviewModel1.TabIndex = 10;
|
||||
this.comboBoxOverviewModel1.Visible = false;
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.BackColor = System.Drawing.Color.WhiteSmoke;
|
||||
this.label1.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.label1.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.label1.ForeColor = System.Drawing.Color.Black;
|
||||
this.label1.Location = new System.Drawing.Point(0, 0);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(1137, 70);
|
||||
this.label1.TabIndex = 9;
|
||||
this.label1.Text = "Log Server [1]";
|
||||
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
this.label1.DoubleClick += new System.EventHandler(this.label1_DoubleClick);
|
||||
//
|
||||
// panel7
|
||||
//
|
||||
this.panel7.BackColor = System.Drawing.Color.Transparent;
|
||||
this.panel7.Controls.Add(this.maskedTextBoxDT2IP);
|
||||
this.panel7.Controls.Add(this.panel8);
|
||||
this.panel7.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.panel7.Location = new System.Drawing.Point(0, 276);
|
||||
this.panel7.Name = "panel7";
|
||||
this.panel7.Size = new System.Drawing.Size(1137, 150);
|
||||
this.panel7.TabIndex = 10;
|
||||
//
|
||||
// maskedTextBoxDT2IP
|
||||
//
|
||||
this.maskedTextBoxDT2IP.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.maskedTextBoxDT2IP.EditValue = "If you do not enter the ip, will be connected to the local area.";
|
||||
this.maskedTextBoxDT2IP.Location = new System.Drawing.Point(0, 83);
|
||||
this.maskedTextBoxDT2IP.Name = "maskedTextBoxDT2IP";
|
||||
this.maskedTextBoxDT2IP.Properties.Appearance.BackColor = System.Drawing.Color.White;
|
||||
this.maskedTextBoxDT2IP.Properties.Appearance.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.maskedTextBoxDT2IP.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
|
||||
this.maskedTextBoxDT2IP.Properties.Appearance.Options.UseBackColor = true;
|
||||
this.maskedTextBoxDT2IP.Properties.Appearance.Options.UseFont = true;
|
||||
this.maskedTextBoxDT2IP.Properties.Appearance.Options.UseForeColor = true;
|
||||
this.maskedTextBoxDT2IP.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
||||
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
||||
this.maskedTextBoxDT2IP.Size = new System.Drawing.Size(1137, 28);
|
||||
this.maskedTextBoxDT2IP.TabIndex = 8;
|
||||
this.maskedTextBoxDT2IP.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.maskedTextBoxIP_PreviewKeyDown);
|
||||
//
|
||||
// panel8
|
||||
//
|
||||
this.panel8.BackColor = System.Drawing.Color.Transparent;
|
||||
this.panel8.Controls.Add(this.comboBoxOverviewModel2);
|
||||
this.panel8.Controls.Add(this.checkBoxUseDT2);
|
||||
this.panel8.Controls.Add(this.label3);
|
||||
this.panel8.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.panel8.Location = new System.Drawing.Point(0, 0);
|
||||
this.panel8.Name = "panel8";
|
||||
this.panel8.Size = new System.Drawing.Size(1137, 83);
|
||||
this.panel8.TabIndex = 7;
|
||||
//
|
||||
// comboBoxOverviewModel2
|
||||
//
|
||||
this.comboBoxOverviewModel2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.comboBoxOverviewModel2.FormattingEnabled = true;
|
||||
this.comboBoxOverviewModel2.Items.AddRange(new object[] {
|
||||
"L",
|
||||
"P1",
|
||||
"P2"});
|
||||
this.comboBoxOverviewModel2.Location = new System.Drawing.Point(280, 21);
|
||||
this.comboBoxOverviewModel2.Name = "comboBoxOverviewModel2";
|
||||
this.comboBoxOverviewModel2.Size = new System.Drawing.Size(106, 28);
|
||||
this.comboBoxOverviewModel2.TabIndex = 13;
|
||||
this.comboBoxOverviewModel2.Visible = false;
|
||||
//
|
||||
// checkBoxUseDT2
|
||||
//
|
||||
this.checkBoxUseDT2.AutoSize = true;
|
||||
this.checkBoxUseDT2.BackColor = System.Drawing.Color.WhiteSmoke;
|
||||
this.checkBoxUseDT2.ForeColor = System.Drawing.Color.Black;
|
||||
this.checkBoxUseDT2.Location = new System.Drawing.Point(43, 23);
|
||||
this.checkBoxUseDT2.Name = "checkBoxUseDT2";
|
||||
this.checkBoxUseDT2.Size = new System.Drawing.Size(63, 24);
|
||||
this.checkBoxUseDT2.TabIndex = 12;
|
||||
this.checkBoxUseDT2.Text = "Use";
|
||||
this.checkBoxUseDT2.UseVisualStyleBackColor = false;
|
||||
//
|
||||
// label3
|
||||
//
|
||||
this.label3.BackColor = System.Drawing.Color.WhiteSmoke;
|
||||
this.label3.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.label3.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.label3.ForeColor = System.Drawing.Color.Black;
|
||||
this.label3.Location = new System.Drawing.Point(0, 0);
|
||||
this.label3.Name = "label3";
|
||||
this.label3.Size = new System.Drawing.Size(1137, 69);
|
||||
this.label3.TabIndex = 9;
|
||||
this.label3.Text = "Log Server [2]";
|
||||
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
this.label3.DoubleClick += new System.EventHandler(this.label3_DoubleClick);
|
||||
//
|
||||
// ConnectForm
|
||||
//
|
||||
this.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
||||
this.Appearance.Options.UseBackColor = true;
|
||||
this.Appearance.Options.UseFont = true;
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
||||
this.BackgroundImageLayoutStore = System.Windows.Forms.ImageLayout.Stretch;
|
||||
this.BackgroundImageStore = global::SystemX.Product.TRA.Properties.Resources.IpAddress;
|
||||
this.ClientSize = new System.Drawing.Size(1137, 460);
|
||||
this.Controls.Add(this.panel1);
|
||||
this.Controls.Add(this.panel7);
|
||||
this.Controls.Add(this.panel5);
|
||||
this.Controls.Add(this.panel3);
|
||||
this.Controls.Add(this.panel2);
|
||||
this.Controls.Add(this.labelControl1);
|
||||
this.DoubleBuffered = true;
|
||||
this.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.IconOptions.Icon = ((System.Drawing.Icon)(resources.GetObject("ConnectForm.IconOptions.Icon")));
|
||||
this.IconOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("ConnectForm.IconOptions.SvgImage")));
|
||||
this.Name = "ConnectForm";
|
||||
this.ShowInTaskbar = false;
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||
this.Text = "Connect CP-ALIS";
|
||||
this.TopMost = true;
|
||||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ConnectForm_FormClosing);
|
||||
this.panel1.ResumeLayout(false);
|
||||
this.panel3.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.maskedTextBoxTLIP.Properties)).EndInit();
|
||||
this.panel4.ResumeLayout(false);
|
||||
this.panel5.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.maskedTextBoxDT1IP.Properties)).EndInit();
|
||||
this.panel6.ResumeLayout(false);
|
||||
this.panel7.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.maskedTextBoxDT2IP.Properties)).EndInit();
|
||||
this.panel8.ResumeLayout(false);
|
||||
this.panel8.PerformLayout();
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
private DevExpress.XtraEditors.LabelControl labelControl1;
|
||||
private DevExpress.XtraEditors.SimpleButton simpleButtonOK;
|
||||
private System.Windows.Forms.Panel panel1;
|
||||
private System.Windows.Forms.Panel panel2;
|
||||
private System.Windows.Forms.Panel panel3;
|
||||
private DevExpress.XtraEditors.ComboBoxEdit maskedTextBoxTLIP;
|
||||
private System.Windows.Forms.Panel panel4;
|
||||
private System.Windows.Forms.Label label2;
|
||||
private System.Windows.Forms.Panel panel5;
|
||||
private DevExpress.XtraEditors.ComboBoxEdit maskedTextBoxDT1IP;
|
||||
private System.Windows.Forms.Panel panel6;
|
||||
private System.Windows.Forms.Label label1;
|
||||
private System.Windows.Forms.Panel panel7;
|
||||
private DevExpress.XtraEditors.ComboBoxEdit maskedTextBoxDT2IP;
|
||||
private System.Windows.Forms.Panel panel8;
|
||||
private System.Windows.Forms.Label label3;
|
||||
private DevExpress.XtraEditors.SimpleButton simpleButtonReset;
|
||||
private System.Windows.Forms.CheckBox checkBoxUseDT2;
|
||||
private System.Windows.Forms.ComboBox comboBoxOverviewModel1;
|
||||
private System.Windows.Forms.ComboBox comboBoxOverviewModel2;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user