|
|
|
@ -34,6 +34,7 @@
|
|
|
|
|
this.NozzleIndex = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.Status = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.SN = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.BinName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
@ -50,7 +51,8 @@
|
|
|
|
|
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
|
|
this.NozzleIndex,
|
|
|
|
|
this.Status,
|
|
|
|
|
this.SN});
|
|
|
|
|
this.SN,
|
|
|
|
|
this.BinName});
|
|
|
|
|
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.dataGridView1.Location = new System.Drawing.Point(0, 40);
|
|
|
|
|
this.dataGridView1.Name = "dataGridView1";
|
|
|
|
@ -62,7 +64,7 @@
|
|
|
|
|
// NozzleIndex
|
|
|
|
|
//
|
|
|
|
|
this.NozzleIndex.DataPropertyName = "Index";
|
|
|
|
|
this.NozzleIndex.FillWeight = 15F;
|
|
|
|
|
this.NozzleIndex.FillWeight = 5F;
|
|
|
|
|
this.NozzleIndex.HeaderText = "NozzleIndex";
|
|
|
|
|
this.NozzleIndex.Name = "NozzleIndex";
|
|
|
|
|
//
|
|
|
|
@ -80,6 +82,12 @@
|
|
|
|
|
this.SN.HeaderText = "SN";
|
|
|
|
|
this.SN.Name = "SN";
|
|
|
|
|
//
|
|
|
|
|
// BinName
|
|
|
|
|
//
|
|
|
|
|
this.BinName.FillWeight = 10F;
|
|
|
|
|
this.BinName.HeaderText = "BinName";
|
|
|
|
|
this.BinName.Name = "BinName";
|
|
|
|
|
//
|
|
|
|
|
// NozzleStatusFrm
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
|
@ -106,5 +114,6 @@
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn NozzleIndex;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Status;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn SN;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn BinName;
|
|
|
|
|
}
|
|
|
|
|
}
|