Use MES (MES DB 연결옵션) 삭제
This commit is contained in:
25
DDUtilityApp/LOGPARSER/FrmEqSelector.Designer.cs
generated
25
DDUtilityApp/LOGPARSER/FrmEqSelector.Designer.cs
generated
@@ -45,7 +45,6 @@
|
||||
this.tboxEquipmentID = new System.Windows.Forms.TextBox();
|
||||
this.label4 = new System.Windows.Forms.Label();
|
||||
this.chkAllEquipment = new System.Windows.Forms.CheckBox();
|
||||
this.chkUseMesDB = new System.Windows.Forms.CheckBox();
|
||||
this.chkUseSMB = new System.Windows.Forms.CheckBox();
|
||||
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
|
||||
this.panel4 = new System.Windows.Forms.Panel();
|
||||
@@ -159,7 +158,6 @@
|
||||
this.flowLayoutPanel2.Controls.Add(this.panel8);
|
||||
this.flowLayoutPanel2.Controls.Add(this.panel9);
|
||||
this.flowLayoutPanel2.Controls.Add(this.chkAllEquipment);
|
||||
this.flowLayoutPanel2.Controls.Add(this.chkUseMesDB);
|
||||
this.flowLayoutPanel2.Controls.Add(this.chkUseSMB);
|
||||
this.flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.flowLayoutPanel2.Location = new System.Drawing.Point(0, 34);
|
||||
@@ -237,24 +235,14 @@
|
||||
this.chkAllEquipment.Text = "모든설비";
|
||||
this.chkAllEquipment.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// chkUseMesDB
|
||||
//
|
||||
this.chkUseMesDB.AutoSize = true;
|
||||
this.chkUseMesDB.Location = new System.Drawing.Point(802, 6);
|
||||
this.chkUseMesDB.Name = "chkUseMesDB";
|
||||
this.chkUseMesDB.Size = new System.Drawing.Size(71, 16);
|
||||
this.chkUseMesDB.TabIndex = 4;
|
||||
this.chkUseMesDB.Text = "MES DB";
|
||||
this.chkUseMesDB.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// chkUseSMB
|
||||
//
|
||||
this.chkUseSMB.AutoSize = true;
|
||||
this.chkUseSMB.Location = new System.Drawing.Point(879, 6);
|
||||
this.chkUseSMB.Location = new System.Drawing.Point(802, 6);
|
||||
this.chkUseSMB.Name = "chkUseSMB";
|
||||
this.chkUseSMB.Size = new System.Drawing.Size(77, 16);
|
||||
this.chkUseSMB.Size = new System.Drawing.Size(148, 16);
|
||||
this.chkUseSMB.TabIndex = 5;
|
||||
this.chkUseSMB.Text = "Use SMB";
|
||||
this.chkUseSMB.Text = "Use SMB(Only Local)";
|
||||
this.chkUseSMB.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// flowLayoutPanel1
|
||||
@@ -552,10 +540,16 @@
|
||||
//
|
||||
// radStatusStrip1
|
||||
//
|
||||
this.radStatusStrip1.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
||||
this.radStatusStrip1.Items.AddRange(new Telerik.WinControls.RadItem[] {
|
||||
this.rstatus1});
|
||||
this.radStatusStrip1.Location = new System.Drawing.Point(3, 574);
|
||||
this.radStatusStrip1.Name = "radStatusStrip1";
|
||||
//
|
||||
//
|
||||
//
|
||||
this.radStatusStrip1.RootElement.ControlBounds = new System.Drawing.Rectangle(0, 0, 300, 24);
|
||||
this.radStatusStrip1.RootElement.StretchVertically = true;
|
||||
this.radStatusStrip1.Size = new System.Drawing.Size(1014, 26);
|
||||
this.radStatusStrip1.TabIndex = 1;
|
||||
//
|
||||
@@ -648,7 +642,6 @@
|
||||
private System.Windows.Forms.TextBox tboxEquipmentID;
|
||||
private System.Windows.Forms.Label label4;
|
||||
private System.Windows.Forms.CheckBox chkAllEquipment;
|
||||
private System.Windows.Forms.CheckBox chkUseMesDB;
|
||||
private System.Windows.Forms.TabControl tabControl1;
|
||||
private System.Windows.Forms.TabPage tabPage1;
|
||||
private JWH.CONTROL.GridViewEx gridLogFiles;
|
||||
|
||||
Reference in New Issue
Block a user