namespace Kanban
{
partial class Sc_GWKB
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
///
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Sc_GWKB));
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.timer2 = new System.Windows.Forms.Timer(this.components);
this.grdMain = new System.Windows.Forms.DataGridView();
this.grdPrint = new System.Windows.Forms.DataGridView();
this.grdSum = new System.Windows.Forms.DataGridView();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.txtHMaterName = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.button3 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.radioButton2 = new System.Windows.Forms.RadioButton();
this.radioButton1 = new System.Windows.Forms.RadioButton();
this.txtHStatus = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.txtHProcID = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.txtHStationID = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.txtHModel = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.txtHMaterNumber = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.txtHICMONo = new System.Windows.Forms.TextBox();
this.label22 = new System.Windows.Forms.Label();
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.Tool = new System.Windows.Forms.ToolStrip();
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripSeparator11 = new System.Windows.Forms.ToolStripSeparator();
this.lblTitleCaption = new System.Windows.Forms.ToolStripLabel();
this.colorDialog1 = new System.Windows.Forms.ColorDialog();
this.timer3 = new System.Windows.Forms.Timer(this.components);
((System.ComponentModel.ISupportInitialize)(this.grdMain)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.grdPrint)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.grdSum)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.splitContainer2.Panel1.SuspendLayout();
this.splitContainer2.Panel2.SuspendLayout();
this.splitContainer2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
this.Tool.SuspendLayout();
this.SuspendLayout();
//
// timer1
//
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// timer2
//
this.timer2.Enabled = true;
this.timer2.Interval = 20000;
this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
//
// grdMain
//
this.grdMain.AllowUserToAddRows = false;
this.grdMain.AllowUserToDeleteRows = false;
this.grdMain.BackgroundColor = System.Drawing.Color.Black;
this.grdMain.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.grdMain.Location = new System.Drawing.Point(809, 299);
this.grdMain.Name = "grdMain";
this.grdMain.ReadOnly = true;
this.grdMain.RowTemplate.Height = 23;
this.grdMain.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.grdMain.Size = new System.Drawing.Size(127, 99);
this.grdMain.TabIndex = 19;
this.grdMain.Visible = false;
this.grdMain.CellMouseUp += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.grdMain_CellMouseUp);
this.grdMain.Sorted += new System.EventHandler(this.grdMain_Sorted);
this.grdMain.DoubleClick += new System.EventHandler(this.grdMain_DblClick);
this.grdMain.Paint += new System.Windows.Forms.PaintEventHandler(this.grdMain_Paint);
this.grdMain.ColumnWidthChanged += new System.Windows.Forms.DataGridViewColumnEventHandler(this.grdMain_ColumnWidthChanged);
//
// grdPrint
//
this.grdPrint.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.grdPrint.Location = new System.Drawing.Point(772, 146);
this.grdPrint.Name = "grdPrint";
this.grdPrint.RowTemplate.Height = 23;
this.grdPrint.Size = new System.Drawing.Size(25, 24);
this.grdPrint.TabIndex = 8;
this.grdPrint.Visible = false;
//
// grdSum
//
this.grdSum.AllowUserToAddRows = false;
this.grdSum.AllowUserToDeleteRows = false;
this.grdSum.BackgroundColor = System.Drawing.SystemColors.Control;
this.grdSum.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.grdSum.Dock = System.Windows.Forms.DockStyle.Bottom;
this.grdSum.Location = new System.Drawing.Point(0, 512);
this.grdSum.Name = "grdSum";
this.grdSum.ReadOnly = true;
this.grdSum.RowTemplate.Height = 23;
this.grdSum.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.grdSum.Size = new System.Drawing.Size(1386, 19);
this.grdSum.TabIndex = 47;
this.grdSum.Visible = false;
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(0, 50);
this.splitContainer1.Name = "splitContainer1";
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.BackColor = System.Drawing.Color.Black;
this.splitContainer1.Panel1.Controls.Add(this.txtHMaterName);
this.splitContainer1.Panel1.Controls.Add(this.label6);
this.splitContainer1.Panel1.Controls.Add(this.button3);
this.splitContainer1.Panel1.Controls.Add(this.button2);
this.splitContainer1.Panel1.Controls.Add(this.button1);
this.splitContainer1.Panel1.Controls.Add(this.radioButton2);
this.splitContainer1.Panel1.Controls.Add(this.radioButton1);
this.splitContainer1.Panel1.Controls.Add(this.txtHStatus);
this.splitContainer1.Panel1.Controls.Add(this.label5);
this.splitContainer1.Panel1.Controls.Add(this.txtHProcID);
this.splitContainer1.Panel1.Controls.Add(this.label4);
this.splitContainer1.Panel1.Controls.Add(this.txtHStationID);
this.splitContainer1.Panel1.Controls.Add(this.label3);
this.splitContainer1.Panel1.Controls.Add(this.txtHModel);
this.splitContainer1.Panel1.Controls.Add(this.label2);
this.splitContainer1.Panel1.Controls.Add(this.txtHMaterNumber);
this.splitContainer1.Panel1.Controls.Add(this.label1);
this.splitContainer1.Panel1.Controls.Add(this.txtHICMONo);
this.splitContainer1.Panel1.Controls.Add(this.label22);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
this.splitContainer1.Panel2.Controls.Add(this.grdMain);
this.splitContainer1.Size = new System.Drawing.Size(1386, 462);
this.splitContainer1.SplitterDistance = 25;
this.splitContainer1.TabIndex = 48;
//
// txtHMaterName
//
this.txtHMaterName.Enabled = false;
this.txtHMaterName.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.txtHMaterName.Location = new System.Drawing.Point(446, 3);
this.txtHMaterName.Name = "txtHMaterName";
this.txtHMaterName.Size = new System.Drawing.Size(126, 21);
this.txtHMaterName.TabIndex = 158;
//
// label6
//
this.label6.AutoSize = true;
this.label6.ForeColor = System.Drawing.Color.White;
this.label6.Location = new System.Drawing.Point(382, 6);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(65, 12);
this.label6.TabIndex = 157;
this.label6.Text = "产品名称:";
//
// button3
//
this.button3.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.button3.Location = new System.Drawing.Point(1218, 3);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(52, 23);
this.button3.TabIndex = 154;
this.button3.Text = "上页";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button2
//
this.button2.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.button2.Location = new System.Drawing.Point(1276, 3);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(52, 23);
this.button2.TabIndex = 153;
this.button2.Text = "下页";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button1
//
this.button1.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.button1.Location = new System.Drawing.Point(1334, 3);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(52, 23);
this.button1.TabIndex = 152;
this.button1.Text = "列表";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// radioButton2
//
this.radioButton2.AutoSize = true;
this.radioButton2.Checked = true;
this.radioButton2.ForeColor = System.Drawing.Color.White;
this.radioButton2.Location = new System.Drawing.Point(1296, 8);
this.radioButton2.Name = "radioButton2";
this.radioButton2.Size = new System.Drawing.Size(47, 16);
this.radioButton2.TabIndex = 151;
this.radioButton2.TabStop = true;
this.radioButton2.Text = "自动";
this.radioButton2.UseVisualStyleBackColor = true;
//
// radioButton1
//
this.radioButton1.AutoSize = true;
this.radioButton1.ForeColor = System.Drawing.Color.White;
this.radioButton1.Location = new System.Drawing.Point(1231, 8);
this.radioButton1.Name = "radioButton1";
this.radioButton1.Size = new System.Drawing.Size(47, 16);
this.radioButton1.TabIndex = 150;
this.radioButton1.Text = "手动";
this.radioButton1.UseVisualStyleBackColor = true;
//
// txtHStatus
//
this.txtHStatus.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.txtHStatus.Location = new System.Drawing.Point(1110, 3);
this.txtHStatus.Name = "txtHStatus";
this.txtHStatus.Size = new System.Drawing.Size(108, 21);
this.txtHStatus.TabIndex = 149;
//
// label5
//
this.label5.AutoSize = true;
this.label5.ForeColor = System.Drawing.Color.White;
this.label5.Location = new System.Drawing.Point(1074, 6);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(41, 12);
this.label5.TabIndex = 148;
this.label5.Text = "状态:";
//
// txtHProcID
//
this.txtHProcID.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.txtHProcID.Location = new System.Drawing.Point(951, 3);
this.txtHProcID.Name = "txtHProcID";
this.txtHProcID.Size = new System.Drawing.Size(108, 21);
this.txtHProcID.TabIndex = 147;
//
// label4
//
this.label4.AutoSize = true;
this.label4.ForeColor = System.Drawing.Color.White;
this.label4.Location = new System.Drawing.Point(915, 6);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(41, 12);
this.label4.TabIndex = 146;
this.label4.Text = "工序:";
//
// txtHStationID
//
this.txtHStationID.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.txtHStationID.Location = new System.Drawing.Point(791, 3);
this.txtHStationID.Name = "txtHStationID";
this.txtHStationID.Size = new System.Drawing.Size(108, 21);
this.txtHStationID.TabIndex = 145;
//
// label3
//
this.label3.AutoSize = true;
this.label3.ForeColor = System.Drawing.Color.White;
this.label3.Location = new System.Drawing.Point(755, 6);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(41, 12);
this.label3.TabIndex = 144;
this.label3.Text = "工位:";
//
// txtHModel
//
this.txtHModel.Enabled = false;
this.txtHModel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.txtHModel.Location = new System.Drawing.Point(638, 3);
this.txtHModel.Name = "txtHModel";
this.txtHModel.Size = new System.Drawing.Size(111, 21);
this.txtHModel.TabIndex = 143;
//
// label2
//
this.label2.AutoSize = true;
this.label2.ForeColor = System.Drawing.Color.White;
this.label2.Location = new System.Drawing.Point(578, 6);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 142;
this.label2.Text = "规格型号:";
//
// txtHMaterNumber
//
this.txtHMaterNumber.Enabled = false;
this.txtHMaterNumber.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.txtHMaterNumber.Location = new System.Drawing.Point(250, 2);
this.txtHMaterNumber.Name = "txtHMaterNumber";
this.txtHMaterNumber.Size = new System.Drawing.Size(126, 21);
this.txtHMaterNumber.TabIndex = 141;
//
// label1
//
this.label1.AutoSize = true;
this.label1.ForeColor = System.Drawing.Color.White;
this.label1.Location = new System.Drawing.Point(186, 5);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 140;
this.label1.Text = "产品代码:";
//
// txtHICMONo
//
this.txtHICMONo.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.txtHICMONo.Location = new System.Drawing.Point(62, 3);
this.txtHICMONo.Name = "txtHICMONo";
this.txtHICMONo.Size = new System.Drawing.Size(118, 21);
this.txtHICMONo.TabIndex = 139;
this.txtHICMONo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtHICMONo_KeyDown);
//
// label22
//
this.label22.AutoSize = true;
this.label22.ForeColor = System.Drawing.Color.White;
this.label22.Location = new System.Drawing.Point(13, 6);
this.label22.Name = "label22";
this.label22.Size = new System.Drawing.Size(53, 12);
this.label22.TabIndex = 138;
this.label22.Text = "任务单:";
//
// splitContainer2
//
this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer2.Location = new System.Drawing.Point(0, 0);
this.splitContainer2.Name = "splitContainer2";
//
// splitContainer2.Panel1
//
this.splitContainer2.Panel1.Controls.Add(this.pictureBox1);
//
// splitContainer2.Panel2
//
this.splitContainer2.Panel2.Controls.Add(this.pictureBox2);
this.splitContainer2.Size = new System.Drawing.Size(1386, 433);
this.splitContainer2.SplitterDistance = 693;
this.splitContainer2.TabIndex = 20;
//
// pictureBox1
//
this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.pictureBox1.Location = new System.Drawing.Point(0, 0);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(693, 433);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false;
//
// pictureBox2
//
this.pictureBox2.Dock = System.Windows.Forms.DockStyle.Fill;
this.pictureBox2.Location = new System.Drawing.Point(0, 0);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(689, 433);
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox2.TabIndex = 1;
this.pictureBox2.TabStop = false;
//
// Tool
//
this.Tool.AutoSize = false;
this.Tool.BackColor = System.Drawing.Color.Black;
this.Tool.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.Tool.ImageScalingSize = new System.Drawing.Size(22, 22);
this.Tool.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripButton2,
this.toolStripButton1,
this.toolStripButton3,
this.toolStripButton4,
this.toolStripSeparator6,
this.toolStripSeparator10,
this.toolStripSeparator11,
this.lblTitleCaption});
this.Tool.Location = new System.Drawing.Point(0, 0);
this.Tool.Name = "Tool";
this.Tool.Padding = new System.Windows.Forms.Padding(0);
this.Tool.Size = new System.Drawing.Size(1386, 50);
this.Tool.Stretch = true;
this.Tool.TabIndex = 49;
this.Tool.Text = "toolStrip1";
//
// toolStripButton2
//
this.toolStripButton2.AutoSize = false;
this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.toolStripButton2.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.toolStripButton2.ForeColor = System.Drawing.Color.White;
this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
this.toolStripButton2.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
this.toolStripButton2.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.White;
this.toolStripButton2.Name = "toolStripButton2";
this.toolStripButton2.Size = new System.Drawing.Size(50, 47);
this.toolStripButton2.Text = "<返回";
this.toolStripButton2.TextImageRelation = System.Windows.Forms.TextImageRelation.TextAboveImage;
this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
//
// toolStripButton1
//
this.toolStripButton1.AutoSize = false;
this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.toolStripButton1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.toolStripButton1.ForeColor = System.Drawing.Color.White;
this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
this.toolStripButton1.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
this.toolStripButton1.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.White;
this.toolStripButton1.Name = "toolStripButton1";
this.toolStripButton1.Size = new System.Drawing.Size(50, 47);
this.toolStripButton1.Text = "暂停";
this.toolStripButton1.TextImageRelation = System.Windows.Forms.TextImageRelation.TextAboveImage;
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
//
// toolStripButton3
//
this.toolStripButton3.AutoSize = false;
this.toolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.toolStripButton3.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.toolStripButton3.ForeColor = System.Drawing.Color.White;
this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton3.Name = "toolStripButton3";
this.toolStripButton3.Size = new System.Drawing.Size(50, 47);
this.toolStripButton3.Text = "设置";
this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
//
// toolStripButton4
//
this.toolStripButton4.AutoSize = false;
this.toolStripButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.toolStripButton4.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.toolStripButton4.ForeColor = System.Drawing.Color.White;
this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton4.Name = "toolStripButton4";
this.toolStripButton4.Size = new System.Drawing.Size(50, 47);
this.toolStripButton4.Text = "引出";
this.toolStripButton4.Click += new System.EventHandler(this.toolStripButton4_Click);
//
// toolStripSeparator6
//
this.toolStripSeparator6.Name = "toolStripSeparator6";
this.toolStripSeparator6.Size = new System.Drawing.Size(6, 50);
//
// toolStripSeparator10
//
this.toolStripSeparator10.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
this.toolStripSeparator10.Name = "toolStripSeparator10";
this.toolStripSeparator10.Size = new System.Drawing.Size(6, 50);
//
// toolStripSeparator11
//
this.toolStripSeparator11.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
this.toolStripSeparator11.Name = "toolStripSeparator11";
this.toolStripSeparator11.Size = new System.Drawing.Size(6, 50);
//
// lblTitleCaption
//
this.lblTitleCaption.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.lblTitleCaption.Font = new System.Drawing.Font("Microsoft YaHei UI", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblTitleCaption.ForeColor = System.Drawing.Color.White;
this.lblTitleCaption.Name = "lblTitleCaption";
this.lblTitleCaption.Size = new System.Drawing.Size(92, 47);
this.lblTitleCaption.Text = "工位看板";
//
// timer3
//
this.timer3.Interval = 100000000;
this.timer3.Tick += new System.EventHandler(this.timer3_Tick);
//
// Sc_GWKB
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1386, 531);
this.Controls.Add(this.splitContainer1);
this.Controls.Add(this.Tool);
this.Controls.Add(this.grdSum);
this.Controls.Add(this.grdPrint);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "Sc_GWKB";
this.Text = "单据列表";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.Sc_GWKB_Load);
((System.ComponentModel.ISupportInitialize)(this.grdMain)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.grdPrint)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.grdSum)).EndInit();
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel1.PerformLayout();
this.splitContainer1.Panel2.ResumeLayout(false);
this.splitContainer1.ResumeLayout(false);
this.splitContainer2.Panel1.ResumeLayout(false);
this.splitContainer2.Panel2.ResumeLayout(false);
this.splitContainer2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
this.Tool.ResumeLayout(false);
this.Tool.PerformLayout();
this.ResumeLayout(false);
}
#endregion
public System.Windows.Forms.Timer timer1;
private System.Windows.Forms.Timer timer2;
private System.Windows.Forms.DataGridView grdMain;
private System.Windows.Forms.DataGridView grdPrint;
private System.Windows.Forms.DataGridView grdSum;
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.TextBox txtHStationID;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtHModel;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtHMaterNumber;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtHICMONo;
private System.Windows.Forms.Label label22;
private System.Windows.Forms.ToolStrip Tool;
private System.Windows.Forms.ToolStripButton toolStripButton1;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator10;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator11;
private System.Windows.Forms.ToolStripLabel lblTitleCaption;
private System.Windows.Forms.ToolStripButton toolStripButton2;
private System.Windows.Forms.ColorDialog colorDialog1;
private System.Windows.Forms.ToolStripButton toolStripButton3;
private System.Windows.Forms.Timer timer3;
private System.Windows.Forms.ToolStripButton toolStripButton4;
private System.Windows.Forms.RadioButton radioButton2;
private System.Windows.Forms.RadioButton radioButton1;
private System.Windows.Forms.TextBox txtHStatus;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox txtHProcID;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.SplitContainer splitContainer2;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.PictureBox pictureBox2;
private System.Windows.Forms.TextBox txtHMaterName;
private System.Windows.Forms.Label label6;
}
}