增加通道配置界面
This commit is contained in:
Generated
+71
-53
@@ -29,9 +29,9 @@
|
||||
private void InitializeComponent()
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmSystemSet));
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
this.up_QieHuanPeriod = new JinYuan.ControlLib.UpDownLabel();
|
||||
this.tog_AutoQieHuanM = new JinYuan.ControlLib.Toggle();
|
||||
this.label16 = new System.Windows.Forms.Label();
|
||||
@@ -78,6 +78,7 @@
|
||||
this.tog_OKSwitching = new JinYuan.ControlLib.Toggle();
|
||||
this.title5 = new JinYuan.ControlLib.Title();
|
||||
this.dgvFdConfigs = new System.Windows.Forms.DataGridView();
|
||||
this.btn_cfgChannel = new System.Windows.Forms.Button();
|
||||
((System.ComponentModel.ISupportInitialize)(this.dgvFdConfigs)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
@@ -121,7 +122,7 @@
|
||||
this.label16.ForeColor = System.Drawing.Color.White;
|
||||
this.label16.Location = new System.Drawing.Point(911, 276);
|
||||
this.label16.Name = "label16";
|
||||
this.label16.Size = new System.Drawing.Size(202, 26);
|
||||
this.label16.Size = new System.Drawing.Size(254, 31);
|
||||
this.label16.TabIndex = 43;
|
||||
this.label16.Text = "自动切换监控界面时间";
|
||||
//
|
||||
@@ -133,7 +134,7 @@
|
||||
this.label17.ForeColor = System.Drawing.Color.White;
|
||||
this.label17.Location = new System.Drawing.Point(556, 275);
|
||||
this.label17.Name = "label17";
|
||||
this.label17.Size = new System.Drawing.Size(221, 26);
|
||||
this.label17.Size = new System.Drawing.Size(278, 31);
|
||||
this.label17.TabIndex = 44;
|
||||
this.label17.Text = "无操作自动切换监控界面";
|
||||
//
|
||||
@@ -142,7 +143,7 @@
|
||||
this.txtEqp_code.Font = new System.Drawing.Font("微软雅黑", 12F);
|
||||
this.txtEqp_code.Location = new System.Drawing.Point(832, 101);
|
||||
this.txtEqp_code.Name = "txtEqp_code";
|
||||
this.txtEqp_code.Size = new System.Drawing.Size(173, 29);
|
||||
this.txtEqp_code.Size = new System.Drawing.Size(173, 34);
|
||||
this.txtEqp_code.TabIndex = 42;
|
||||
this.txtEqp_code.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
@@ -154,7 +155,7 @@
|
||||
this.label13.ForeColor = System.Drawing.Color.White;
|
||||
this.label13.Location = new System.Drawing.Point(738, 101);
|
||||
this.label13.Name = "label13";
|
||||
this.label13.Size = new System.Drawing.Size(88, 26);
|
||||
this.label13.Size = new System.Drawing.Size(110, 31);
|
||||
this.label13.TabIndex = 41;
|
||||
this.label13.Text = "设备编号";
|
||||
//
|
||||
@@ -163,7 +164,7 @@
|
||||
this.txtline_No.Font = new System.Drawing.Font("微软雅黑", 12F);
|
||||
this.txtline_No.Location = new System.Drawing.Point(549, 101);
|
||||
this.txtline_No.Name = "txtline_No";
|
||||
this.txtline_No.Size = new System.Drawing.Size(173, 29);
|
||||
this.txtline_No.Size = new System.Drawing.Size(173, 34);
|
||||
this.txtline_No.TabIndex = 40;
|
||||
this.txtline_No.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
@@ -175,7 +176,7 @@
|
||||
this.label14.ForeColor = System.Drawing.Color.White;
|
||||
this.label14.Location = new System.Drawing.Point(455, 101);
|
||||
this.label14.Name = "label14";
|
||||
this.label14.Size = new System.Drawing.Size(88, 26);
|
||||
this.label14.Size = new System.Drawing.Size(110, 31);
|
||||
this.label14.TabIndex = 39;
|
||||
this.label14.Text = "产线编号";
|
||||
//
|
||||
@@ -184,7 +185,7 @@
|
||||
this.txtFactory_code.Font = new System.Drawing.Font("微软雅黑", 12F);
|
||||
this.txtFactory_code.Location = new System.Drawing.Point(261, 101);
|
||||
this.txtFactory_code.Name = "txtFactory_code";
|
||||
this.txtFactory_code.Size = new System.Drawing.Size(173, 29);
|
||||
this.txtFactory_code.Size = new System.Drawing.Size(173, 34);
|
||||
this.txtFactory_code.TabIndex = 38;
|
||||
this.txtFactory_code.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
@@ -196,7 +197,7 @@
|
||||
this.label15.ForeColor = System.Drawing.Color.White;
|
||||
this.label15.Location = new System.Drawing.Point(167, 99);
|
||||
this.label15.Name = "label15";
|
||||
this.label15.Size = new System.Drawing.Size(88, 26);
|
||||
this.label15.Size = new System.Drawing.Size(110, 31);
|
||||
this.label15.TabIndex = 37;
|
||||
this.label15.Text = "工厂代码";
|
||||
//
|
||||
@@ -218,7 +219,7 @@
|
||||
this.cmb_PLCType.FormattingEnabled = true;
|
||||
this.cmb_PLCType.Location = new System.Drawing.Point(261, 34);
|
||||
this.cmb_PLCType.Name = "cmb_PLCType";
|
||||
this.cmb_PLCType.Size = new System.Drawing.Size(173, 28);
|
||||
this.cmb_PLCType.Size = new System.Drawing.Size(173, 31);
|
||||
this.cmb_PLCType.TabIndex = 33;
|
||||
//
|
||||
// label12
|
||||
@@ -229,7 +230,7 @@
|
||||
this.label12.ForeColor = System.Drawing.Color.White;
|
||||
this.label12.Location = new System.Drawing.Point(141, 35);
|
||||
this.label12.Name = "label12";
|
||||
this.label12.Size = new System.Drawing.Size(123, 26);
|
||||
this.label12.Size = new System.Drawing.Size(155, 31);
|
||||
this.label12.TabIndex = 34;
|
||||
this.label12.Text = "PLC类型配置";
|
||||
//
|
||||
@@ -270,7 +271,7 @@
|
||||
this.label11.ForeColor = System.Drawing.Color.White;
|
||||
this.label11.Location = new System.Drawing.Point(44, 273);
|
||||
this.label11.Name = "label11";
|
||||
this.label11.Size = new System.Drawing.Size(126, 26);
|
||||
this.label11.Size = new System.Drawing.Size(158, 31);
|
||||
this.label11.TabIndex = 30;
|
||||
this.label11.Text = "开启刷卡模式";
|
||||
//
|
||||
@@ -298,7 +299,7 @@
|
||||
this.label10.ForeColor = System.Drawing.Color.White;
|
||||
this.label10.Location = new System.Drawing.Point(368, 376);
|
||||
this.label10.Name = "label10";
|
||||
this.label10.Size = new System.Drawing.Size(130, 26);
|
||||
this.label10.Size = new System.Drawing.Size(163, 31);
|
||||
this.label10.TabIndex = 28;
|
||||
this.label10.Text = "获取MES参数";
|
||||
//
|
||||
@@ -326,7 +327,7 @@
|
||||
this.label9.ForeColor = System.Drawing.Color.White;
|
||||
this.label9.Location = new System.Drawing.Point(39, 376);
|
||||
this.label9.Name = "label9";
|
||||
this.label9.Size = new System.Drawing.Size(200, 26);
|
||||
this.label9.Size = new System.Drawing.Size(251, 31);
|
||||
this.label9.TabIndex = 26;
|
||||
this.label9.Text = "MES/非MES模式切换";
|
||||
//
|
||||
@@ -354,7 +355,7 @@
|
||||
this.label8.ForeColor = System.Drawing.Color.White;
|
||||
this.label8.Location = new System.Drawing.Point(266, 273);
|
||||
this.label8.Name = "label8";
|
||||
this.label8.Size = new System.Drawing.Size(164, 26);
|
||||
this.label8.Size = new System.Drawing.Size(206, 31);
|
||||
this.label8.TabIndex = 24;
|
||||
this.label8.Text = "线程耗时日志保存";
|
||||
//
|
||||
@@ -446,7 +447,7 @@
|
||||
this.label5.ForeColor = System.Drawing.Color.White;
|
||||
this.label5.Location = new System.Drawing.Point(1068, 215);
|
||||
this.label5.Name = "label5";
|
||||
this.label5.Size = new System.Drawing.Size(202, 26);
|
||||
this.label5.Size = new System.Drawing.Size(254, 31);
|
||||
this.label5.TabIndex = 12;
|
||||
this.label5.Text = "焊机功率曲线显示数量";
|
||||
this.label5.Visible = false;
|
||||
@@ -459,7 +460,7 @@
|
||||
this.label4.ForeColor = System.Drawing.Color.White;
|
||||
this.label4.Location = new System.Drawing.Point(809, 215);
|
||||
this.label4.Name = "label4";
|
||||
this.label4.Size = new System.Drawing.Size(126, 26);
|
||||
this.label4.Size = new System.Drawing.Size(158, 31);
|
||||
this.label4.TabIndex = 13;
|
||||
this.label4.Text = "自动锁屏时间";
|
||||
//
|
||||
@@ -471,7 +472,7 @@
|
||||
this.label3.ForeColor = System.Drawing.Color.White;
|
||||
this.label3.Location = new System.Drawing.Point(556, 215);
|
||||
this.label3.Name = "label3";
|
||||
this.label3.Size = new System.Drawing.Size(145, 26);
|
||||
this.label3.Size = new System.Drawing.Size(182, 31);
|
||||
this.label3.TabIndex = 14;
|
||||
this.label3.Text = "无操作自动锁屏";
|
||||
//
|
||||
@@ -483,7 +484,7 @@
|
||||
this.label6.ForeColor = System.Drawing.Color.WhiteSmoke;
|
||||
this.label6.Location = new System.Drawing.Point(291, 215);
|
||||
this.label6.Name = "label6";
|
||||
this.label6.Size = new System.Drawing.Size(126, 26);
|
||||
this.label6.Size = new System.Drawing.Size(158, 31);
|
||||
this.label6.TabIndex = 11;
|
||||
this.label6.Text = "软件自动登录";
|
||||
//
|
||||
@@ -495,7 +496,7 @@
|
||||
this.label7.ForeColor = System.Drawing.Color.White;
|
||||
this.label7.Location = new System.Drawing.Point(44, 215);
|
||||
this.label7.Name = "label7";
|
||||
this.label7.Size = new System.Drawing.Size(126, 26);
|
||||
this.label7.Size = new System.Drawing.Size(158, 31);
|
||||
this.label7.TabIndex = 10;
|
||||
this.label7.Text = "开机自动启动";
|
||||
//
|
||||
@@ -573,7 +574,7 @@
|
||||
this.txt_Prot.Font = new System.Drawing.Font("微软雅黑", 12F);
|
||||
this.txt_Prot.Location = new System.Drawing.Point(832, 35);
|
||||
this.txt_Prot.Name = "txt_Prot";
|
||||
this.txt_Prot.Size = new System.Drawing.Size(173, 29);
|
||||
this.txt_Prot.Size = new System.Drawing.Size(173, 34);
|
||||
this.txt_Prot.TabIndex = 4;
|
||||
this.txt_Prot.Text = "9600";
|
||||
this.txt_Prot.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
@@ -586,7 +587,7 @@
|
||||
this.label2.ForeColor = System.Drawing.Color.White;
|
||||
this.label2.Location = new System.Drawing.Point(726, 36);
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Size = new System.Drawing.Size(107, 26);
|
||||
this.label2.Size = new System.Drawing.Size(134, 31);
|
||||
this.label2.TabIndex = 3;
|
||||
this.label2.Text = "端口号配置";
|
||||
//
|
||||
@@ -595,7 +596,7 @@
|
||||
this.txt_IP.Font = new System.Drawing.Font("微软雅黑", 12F);
|
||||
this.txt_IP.Location = new System.Drawing.Point(549, 35);
|
||||
this.txt_IP.Name = "txt_IP";
|
||||
this.txt_IP.Size = new System.Drawing.Size(173, 29);
|
||||
this.txt_IP.Size = new System.Drawing.Size(173, 34);
|
||||
this.txt_IP.TabIndex = 2;
|
||||
this.txt_IP.Text = "127.0.0.1";
|
||||
this.txt_IP.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
@@ -608,7 +609,7 @@
|
||||
this.label1.ForeColor = System.Drawing.Color.White;
|
||||
this.label1.Location = new System.Drawing.Point(443, 36);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(106, 26);
|
||||
this.label1.Size = new System.Drawing.Size(134, 31);
|
||||
this.label1.TabIndex = 1;
|
||||
this.label1.Text = "IP地址配置";
|
||||
//
|
||||
@@ -632,7 +633,7 @@
|
||||
this.label18.ForeColor = System.Drawing.Color.White;
|
||||
this.label18.Location = new System.Drawing.Point(634, 376);
|
||||
this.label18.Name = "label18";
|
||||
this.label18.Size = new System.Drawing.Size(202, 26);
|
||||
this.label18.Size = new System.Drawing.Size(254, 31);
|
||||
this.label18.TabIndex = 47;
|
||||
this.label18.Text = "强制OK/正常模式切换";
|
||||
//
|
||||
@@ -674,50 +675,66 @@
|
||||
this.dgvFdConfigs.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
|
||||
this.dgvFdConfigs.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
||||
this.dgvFdConfigs.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
||||
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
||||
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
|
||||
dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
||||
dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
|
||||
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
|
||||
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
||||
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
||||
this.dgvFdConfigs.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
|
||||
dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
||||
dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
|
||||
dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
||||
dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
|
||||
dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
|
||||
dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
||||
dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
||||
this.dgvFdConfigs.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
|
||||
this.dgvFdConfigs.ColumnHeadersHeight = 40;
|
||||
this.dgvFdConfigs.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
||||
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||||
dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(40)))), ((int)(((byte)(86)))));
|
||||
dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
||||
dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
|
||||
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
||||
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
||||
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
||||
this.dgvFdConfigs.DefaultCellStyle = dataGridViewCellStyle2;
|
||||
dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||||
dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(40)))), ((int)(((byte)(86)))));
|
||||
dataGridViewCellStyle8.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
||||
dataGridViewCellStyle8.ForeColor = System.Drawing.Color.White;
|
||||
dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
||||
dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
||||
dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
||||
this.dgvFdConfigs.DefaultCellStyle = dataGridViewCellStyle8;
|
||||
this.dgvFdConfigs.EnableHeadersVisualStyles = false;
|
||||
this.dgvFdConfigs.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(77)))), ((int)(((byte)(147)))));
|
||||
this.dgvFdConfigs.Location = new System.Drawing.Point(44, 486);
|
||||
this.dgvFdConfigs.Location = new System.Drawing.Point(22, 594);
|
||||
this.dgvFdConfigs.Name = "dgvFdConfigs";
|
||||
this.dgvFdConfigs.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
||||
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||||
dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(40)))), ((int)(((byte)(86)))));
|
||||
dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
||||
dataGridViewCellStyle3.ForeColor = System.Drawing.Color.White;
|
||||
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
||||
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
||||
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
||||
this.dgvFdConfigs.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
|
||||
dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||||
dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(40)))), ((int)(((byte)(86)))));
|
||||
dataGridViewCellStyle9.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
||||
dataGridViewCellStyle9.ForeColor = System.Drawing.Color.White;
|
||||
dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
||||
dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
||||
dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
||||
this.dgvFdConfigs.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
|
||||
this.dgvFdConfigs.RowHeadersWidth = 55;
|
||||
this.dgvFdConfigs.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
|
||||
this.dgvFdConfigs.RowTemplate.Height = 40;
|
||||
this.dgvFdConfigs.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
||||
this.dgvFdConfigs.Size = new System.Drawing.Size(1757, 69);
|
||||
this.dgvFdConfigs.TabIndex = 78;
|
||||
this.dgvFdConfigs.Visible = false;
|
||||
//
|
||||
// btn_cfgChannel
|
||||
//
|
||||
this.btn_cfgChannel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(27)))), ((int)(((byte)(78)))));
|
||||
this.btn_cfgChannel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||
this.btn_cfgChannel.Font = new System.Drawing.Font("微软雅黑", 11.5F);
|
||||
this.btn_cfgChannel.ForeColor = System.Drawing.Color.White;
|
||||
this.btn_cfgChannel.Location = new System.Drawing.Point(45, 484);
|
||||
this.btn_cfgChannel.Name = "btn_cfgChannel";
|
||||
this.btn_cfgChannel.Size = new System.Drawing.Size(105, 36);
|
||||
this.btn_cfgChannel.TabIndex = 80;
|
||||
this.btn_cfgChannel.Text = "修改分档";
|
||||
this.btn_cfgChannel.UseVisualStyleBackColor = false;
|
||||
this.btn_cfgChannel.Click += new System.EventHandler(this.btn_cfgChannel_Click);
|
||||
//
|
||||
// FrmSystemSet
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 23F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
|
||||
this.ClientSize = new System.Drawing.Size(1370, 651);
|
||||
this.Controls.Add(this.btn_cfgChannel);
|
||||
this.Controls.Add(this.dgvFdConfigs);
|
||||
this.Controls.Add(this.title5);
|
||||
this.Controls.Add(this.tog_OKSwitching);
|
||||
@@ -822,5 +839,6 @@
|
||||
private JinYuan.ControlLib.Toggle tog_OKSwitching;
|
||||
private JinYuan.ControlLib.Title title5;
|
||||
private System.Windows.Forms.DataGridView dgvFdConfigs;
|
||||
private System.Windows.Forms.Button btn_cfgChannel;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user