1
This commit is contained in:
+9
-9
@@ -62,6 +62,7 @@
|
|||||||
this.rtb_Info = new System.Windows.Forms.RichTextBox();
|
this.rtb_Info = new System.Windows.Forms.RichTextBox();
|
||||||
this.groupBoxEX5 = new JinYuan.ControlLib.GroupBoxEX();
|
this.groupBoxEX5 = new JinYuan.ControlLib.GroupBoxEX();
|
||||||
this.dgvBlankingData = new System.Windows.Forms.DataGridView();
|
this.dgvBlankingData = new System.Windows.Forms.DataGridView();
|
||||||
|
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
|
||||||
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
@@ -103,7 +104,6 @@
|
|||||||
this.Column35 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.Column35 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
this.Column102 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.Column102 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
this.Column22 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.Column22 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
|
|
||||||
this.tableLayoutPanel1.SuspendLayout();
|
this.tableLayoutPanel1.SuspendLayout();
|
||||||
this.groupBoxEX3.SuspendLayout();
|
this.groupBoxEX3.SuspendLayout();
|
||||||
this.groupBoxEX2.SuspendLayout();
|
this.groupBoxEX2.SuspendLayout();
|
||||||
@@ -571,6 +571,14 @@
|
|||||||
this.dgvBlankingData.TabIndex = 10;
|
this.dgvBlankingData.TabIndex = 10;
|
||||||
this.dgvBlankingData.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvBlankingData_CellContentClick);
|
this.dgvBlankingData.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvBlankingData_CellContentClick);
|
||||||
//
|
//
|
||||||
|
// imageList1
|
||||||
|
//
|
||||||
|
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
|
||||||
|
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
|
||||||
|
this.imageList1.Images.SetKeyName(0, "info.png");
|
||||||
|
this.imageList1.Images.SetKeyName(1, "error.png");
|
||||||
|
this.imageList1.Images.SetKeyName(2, "warning.png");
|
||||||
|
//
|
||||||
// dataGridViewTextBoxColumn1
|
// dataGridViewTextBoxColumn1
|
||||||
//
|
//
|
||||||
this.dataGridViewTextBoxColumn1.DataPropertyName = "ChannelNo";
|
this.dataGridViewTextBoxColumn1.DataPropertyName = "ChannelNo";
|
||||||
@@ -881,14 +889,6 @@
|
|||||||
this.Column22.ReadOnly = true;
|
this.Column22.ReadOnly = true;
|
||||||
this.Column22.Width = 150;
|
this.Column22.Width = 150;
|
||||||
//
|
//
|
||||||
// imageList1
|
|
||||||
//
|
|
||||||
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
|
|
||||||
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
|
|
||||||
this.imageList1.Images.SetKeyName(0, "info.png");
|
|
||||||
this.imageList1.Images.SetKeyName(1, "error.png");
|
|
||||||
this.imageList1.Images.SetKeyName(2, "warning.png");
|
|
||||||
//
|
|
||||||
// FrmDataMonitor
|
// FrmDataMonitor
|
||||||
//
|
//
|
||||||
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
||||||
|
|||||||
Reference in New Issue
Block a user