|
|
@@ -29,12 +29,16 @@
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
this.ContainerBox = new System.Windows.Forms.Panel();
|
|
|
- this.OperatResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
|
|
|
this.SettingBox = new System.Windows.Forms.Panel();
|
|
|
+ this.Clear = new System.Windows.Forms.Button();
|
|
|
this.Connet = new System.Windows.Forms.Button();
|
|
|
this.Start = new System.Windows.Forms.Button();
|
|
|
this.IpPort = new System.Windows.Forms.TextBox();
|
|
|
this.IpPortLab = new System.Windows.Forms.Label();
|
|
|
+ this.WoLab = new System.Windows.Forms.Label();
|
|
|
+ this.OperatResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
|
|
|
+ this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
|
|
|
+ this.LockMakeCode = new UAS_MES_NEW.CustomControl.CustomCheckBox.LockCheckBox();
|
|
|
this.SNDetails = new UAS_MES_NEW.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
|
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
this.productName = new System.Windows.Forms.Label();
|
|
|
@@ -61,19 +65,12 @@
|
|
|
this.ContainerBox.Size = new System.Drawing.Size(1600, 777);
|
|
|
this.ContainerBox.TabIndex = 97;
|
|
|
//
|
|
|
- // OperatResult
|
|
|
- //
|
|
|
- this.OperatResult.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
- this.OperatResult.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.OperatResult.Location = new System.Drawing.Point(0, 194);
|
|
|
- this.OperatResult.Margin = new System.Windows.Forms.Padding(4);
|
|
|
- this.OperatResult.Name = "OperatResult";
|
|
|
- this.OperatResult.Size = new System.Drawing.Size(1600, 583);
|
|
|
- this.OperatResult.TabIndex = 91;
|
|
|
- this.OperatResult.Text = "";
|
|
|
- //
|
|
|
// SettingBox
|
|
|
//
|
|
|
+ this.SettingBox.Controls.Add(this.ma_code);
|
|
|
+ this.SettingBox.Controls.Add(this.WoLab);
|
|
|
+ this.SettingBox.Controls.Add(this.LockMakeCode);
|
|
|
+ this.SettingBox.Controls.Add(this.Clear);
|
|
|
this.SettingBox.Controls.Add(this.Connet);
|
|
|
this.SettingBox.Controls.Add(this.Start);
|
|
|
this.SettingBox.Controls.Add(this.IpPort);
|
|
|
@@ -84,12 +81,24 @@
|
|
|
this.SettingBox.Size = new System.Drawing.Size(1600, 194);
|
|
|
this.SettingBox.TabIndex = 96;
|
|
|
//
|
|
|
+ // Clear
|
|
|
+ //
|
|
|
+ this.Clear.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
+ this.Clear.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.Clear.Location = new System.Drawing.Point(486, 108);
|
|
|
+ this.Clear.Name = "Clear";
|
|
|
+ this.Clear.Size = new System.Drawing.Size(120, 35);
|
|
|
+ this.Clear.TabIndex = 94;
|
|
|
+ this.Clear.Text = "清除提示";
|
|
|
+ this.Clear.UseVisualStyleBackColor = true;
|
|
|
+ this.Clear.Click += new System.EventHandler(this.Clear_Click);
|
|
|
+ //
|
|
|
// Connet
|
|
|
//
|
|
|
this.Connet.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
- this.Connet.Location = new System.Drawing.Point(161, 93);
|
|
|
+ this.Connet.Location = new System.Drawing.Point(210, 109);
|
|
|
this.Connet.Name = "Connet";
|
|
|
- this.Connet.Size = new System.Drawing.Size(144, 43);
|
|
|
+ this.Connet.Size = new System.Drawing.Size(120, 35);
|
|
|
this.Connet.TabIndex = 93;
|
|
|
this.Connet.Text = "开启连接";
|
|
|
this.Connet.UseVisualStyleBackColor = true;
|
|
|
@@ -99,9 +108,9 @@
|
|
|
// Start
|
|
|
//
|
|
|
this.Start.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
- this.Start.Location = new System.Drawing.Point(335, 93);
|
|
|
+ this.Start.Location = new System.Drawing.Point(350, 108);
|
|
|
this.Start.Name = "Start";
|
|
|
- this.Start.Size = new System.Drawing.Size(144, 43);
|
|
|
+ this.Start.Size = new System.Drawing.Size(120, 35);
|
|
|
this.Start.TabIndex = 92;
|
|
|
this.Start.Text = "开启监听";
|
|
|
this.Start.UseVisualStyleBackColor = true;
|
|
|
@@ -109,7 +118,7 @@
|
|
|
//
|
|
|
// IpPort
|
|
|
//
|
|
|
- this.IpPort.Location = new System.Drawing.Point(161, 47);
|
|
|
+ this.IpPort.Location = new System.Drawing.Point(161, 61);
|
|
|
this.IpPort.Name = "IpPort";
|
|
|
this.IpPort.Size = new System.Drawing.Size(309, 31);
|
|
|
this.IpPort.TabIndex = 1;
|
|
|
@@ -118,12 +127,65 @@
|
|
|
//
|
|
|
this.IpPortLab.AutoSize = true;
|
|
|
this.IpPortLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.IpPortLab.Location = new System.Drawing.Point(60, 47);
|
|
|
+ this.IpPortLab.Location = new System.Drawing.Point(70, 61);
|
|
|
this.IpPortLab.Name = "IpPortLab";
|
|
|
this.IpPortLab.Size = new System.Drawing.Size(117, 28);
|
|
|
this.IpPortLab.TabIndex = 0;
|
|
|
this.IpPortLab.Text = "服务地址:";
|
|
|
//
|
|
|
+ // WoLab
|
|
|
+ //
|
|
|
+ this.WoLab.AutoSize = true;
|
|
|
+ this.WoLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.WoLab.Location = new System.Drawing.Point(70, 19);
|
|
|
+ this.WoLab.Name = "WoLab";
|
|
|
+ this.WoLab.Size = new System.Drawing.Size(117, 28);
|
|
|
+ this.WoLab.TabIndex = 97;
|
|
|
+ this.WoLab.Text = "归属工单:";
|
|
|
+ //
|
|
|
+ // OperatResult
|
|
|
+ //
|
|
|
+ this.OperatResult.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ this.OperatResult.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.OperatResult.Location = new System.Drawing.Point(0, 194);
|
|
|
+ this.OperatResult.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.OperatResult.Name = "OperatResult";
|
|
|
+ this.OperatResult.Size = new System.Drawing.Size(1600, 583);
|
|
|
+ this.OperatResult.TabIndex = 91;
|
|
|
+ this.OperatResult.Text = "";
|
|
|
+ //
|
|
|
+ // ma_code
|
|
|
+ //
|
|
|
+ this.ma_code.AllPower = null;
|
|
|
+ this.ma_code.Caller = null;
|
|
|
+ this.ma_code.Condition = null;
|
|
|
+ this.ma_code.DBTitle = null;
|
|
|
+ this.ma_code.FormName = null;
|
|
|
+ this.ma_code.Location = new System.Drawing.Point(162, 17);
|
|
|
+ this.ma_code.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.ma_code.Name = "ma_code";
|
|
|
+ this.ma_code.Power = null;
|
|
|
+ this.ma_code.ReturnData = null;
|
|
|
+ this.ma_code.SelectField = null;
|
|
|
+ this.ma_code.SetValueField = null;
|
|
|
+ this.ma_code.Size = new System.Drawing.Size(189, 32);
|
|
|
+ this.ma_code.TabIndex = 96;
|
|
|
+ this.ma_code.TableName = null;
|
|
|
+ this.ma_code.Tag = "ma_code";
|
|
|
+ this.ma_code.TextBoxEnable = true;
|
|
|
+ //
|
|
|
+ // LockMakeCode
|
|
|
+ //
|
|
|
+ this.LockMakeCode.AutoSize = true;
|
|
|
+ this.LockMakeCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.LockMakeCode.LeaveEvent = false;
|
|
|
+ this.LockMakeCode.Location = new System.Drawing.Point(358, 19);
|
|
|
+ this.LockMakeCode.Name = "LockMakeCode";
|
|
|
+ this.LockMakeCode.Size = new System.Drawing.Size(72, 28);
|
|
|
+ this.LockMakeCode.TabIndex = 95;
|
|
|
+ this.LockMakeCode.Text = "锁定";
|
|
|
+ this.LockMakeCode.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
// SNDetails
|
|
|
//
|
|
|
this.SNDetails.BorderColor = System.Drawing.Color.Black;
|
|
|
@@ -292,5 +354,9 @@
|
|
|
private System.Windows.Forms.Label IpPortLab;
|
|
|
private System.Windows.Forms.TextBox IpPort;
|
|
|
private System.Windows.Forms.Button Connet;
|
|
|
+ private System.Windows.Forms.Button Clear;
|
|
|
+ private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code;
|
|
|
+ private System.Windows.Forms.Label WoLab;
|
|
|
+ private CustomControl.CustomCheckBox.LockCheckBox LockMakeCode;
|
|
|
}
|
|
|
}
|