namespace APSM
{
partial class Sc_ICMOSortBillDlg_Group
{
///
/// 必需的设计器变量。
///
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_ICMOSortBillDlg_Group));
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.label8 = new System.Windows.Forms.Label();
this.txtHGroupName = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.txtHGroupNumber = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.txtHSourceName = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.txtHSourceNumber = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.txtHMaterModel = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.txtHMaterName = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.txtHMaterNumber = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.txtHSplitNO = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.txtHICMOBillNo = new System.Windows.Forms.TextBox();
this.grdMain = new System.Windows.Forms.DataGridView();
this.Tool = new System.Windows.Forms.ToolStrip();
this.yl = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.AddRow = new System.Windows.Forms.ToolStripButton();
this.DelRow = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
this.bc = new System.Windows.Forms.ToolStripButton();
this.fq = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
this.tc = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator12 = new System.Windows.Forms.ToolStripSeparator();
this.mrlk = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator11 = new System.Windows.Forms.ToolStripSeparator();
this.bclk = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.grdMain)).BeginInit();
this.Tool.SuspendLayout();
this.SuspendLayout();
//
// timer1
//
this.timer1.Enabled = true;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.label8);
this.groupBox2.Controls.Add(this.txtHGroupName);
this.groupBox2.Controls.Add(this.label9);
this.groupBox2.Controls.Add(this.txtHGroupNumber);
this.groupBox2.Controls.Add(this.label7);
this.groupBox2.Controls.Add(this.txtHSourceName);
this.groupBox2.Controls.Add(this.label6);
this.groupBox2.Controls.Add(this.txtHSourceNumber);
this.groupBox2.Controls.Add(this.label5);
this.groupBox2.Controls.Add(this.txtHMaterModel);
this.groupBox2.Controls.Add(this.label4);
this.groupBox2.Controls.Add(this.txtHMaterName);
this.groupBox2.Controls.Add(this.label3);
this.groupBox2.Controls.Add(this.txtHMaterNumber);
this.groupBox2.Controls.Add(this.label2);
this.groupBox2.Controls.Add(this.txtHSplitNO);
this.groupBox2.Controls.Add(this.label1);
this.groupBox2.Controls.Add(this.txtHICMOBillNo);
this.groupBox2.Location = new System.Drawing.Point(11, 51);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(659, 164);
this.groupBox2.TabIndex = 57;
this.groupBox2.TabStop = false;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(356, 133);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(53, 12);
this.label8.TabIndex = 17;
this.label8.Text = "班组名称";
//
// txtHGroupName
//
this.txtHGroupName.Location = new System.Drawing.Point(415, 130);
this.txtHGroupName.Name = "txtHGroupName";
this.txtHGroupName.ReadOnly = true;
this.txtHGroupName.Size = new System.Drawing.Size(205, 21);
this.txtHGroupName.TabIndex = 16;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(41, 133);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(53, 12);
this.label9.TabIndex = 15;
this.label9.Text = "班组代码";
//
// txtHGroupNumber
//
this.txtHGroupNumber.Location = new System.Drawing.Point(100, 130);
this.txtHGroupNumber.Name = "txtHGroupNumber";
this.txtHGroupNumber.ReadOnly = true;
this.txtHGroupNumber.Size = new System.Drawing.Size(208, 21);
this.txtHGroupNumber.TabIndex = 14;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(356, 106);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(53, 12);
this.label7.TabIndex = 13;
this.label7.Text = "资源名称";
//
// txtHSourceName
//
this.txtHSourceName.Location = new System.Drawing.Point(415, 103);
this.txtHSourceName.Name = "txtHSourceName";
this.txtHSourceName.ReadOnly = true;
this.txtHSourceName.Size = new System.Drawing.Size(205, 21);
this.txtHSourceName.TabIndex = 12;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(41, 106);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(53, 12);
this.label6.TabIndex = 11;
this.label6.Text = "资源代码";
//
// txtHSourceNumber
//
this.txtHSourceNumber.Location = new System.Drawing.Point(100, 103);
this.txtHSourceNumber.Name = "txtHSourceNumber";
this.txtHSourceNumber.ReadOnly = true;
this.txtHSourceNumber.Size = new System.Drawing.Size(208, 21);
this.txtHSourceNumber.TabIndex = 10;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(41, 79);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(53, 12);
this.label5.TabIndex = 9;
this.label5.Text = "规格型号";
//
// txtHMaterModel
//
this.txtHMaterModel.Location = new System.Drawing.Point(100, 76);
this.txtHMaterModel.Name = "txtHMaterModel";
this.txtHMaterModel.ReadOnly = true;
this.txtHMaterModel.Size = new System.Drawing.Size(208, 21);
this.txtHMaterModel.TabIndex = 8;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(356, 52);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 12);
this.label4.TabIndex = 7;
this.label4.Text = "物料名称";
//
// txtHMaterName
//
this.txtHMaterName.Location = new System.Drawing.Point(415, 49);
this.txtHMaterName.Name = "txtHMaterName";
this.txtHMaterName.ReadOnly = true;
this.txtHMaterName.Size = new System.Drawing.Size(205, 21);
this.txtHMaterName.TabIndex = 6;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(41, 52);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 12);
this.label3.TabIndex = 5;
this.label3.Text = "物料代码";
//
// txtHMaterNumber
//
this.txtHMaterNumber.Location = new System.Drawing.Point(100, 49);
this.txtHMaterNumber.Name = "txtHMaterNumber";
this.txtHMaterNumber.ReadOnly = true;
this.txtHMaterNumber.Size = new System.Drawing.Size(208, 21);
this.txtHMaterNumber.TabIndex = 4;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(356, 25);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 3;
this.label2.Text = "拆分单号";
//
// txtHSplitNO
//
this.txtHSplitNO.Location = new System.Drawing.Point(415, 22);
this.txtHSplitNO.Name = "txtHSplitNO";
this.txtHSplitNO.ReadOnly = true;
this.txtHSplitNO.Size = new System.Drawing.Size(205, 21);
this.txtHSplitNO.TabIndex = 2;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(41, 25);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 1;
this.label1.Text = "任务单号";
//
// txtHICMOBillNo
//
this.txtHICMOBillNo.Location = new System.Drawing.Point(100, 22);
this.txtHICMOBillNo.Name = "txtHICMOBillNo";
this.txtHICMOBillNo.ReadOnly = true;
this.txtHICMOBillNo.Size = new System.Drawing.Size(208, 21);
this.txtHICMOBillNo.TabIndex = 0;
//
// grdMain
//
this.grdMain.BackgroundColor = System.Drawing.Color.White;
this.grdMain.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.grdMain.Dock = System.Windows.Forms.DockStyle.Bottom;
this.grdMain.Location = new System.Drawing.Point(0, 221);
this.grdMain.Name = "grdMain";
this.grdMain.RowTemplate.Height = 23;
this.grdMain.Size = new System.Drawing.Size(682, 305);
this.grdMain.TabIndex = 58;
this.grdMain.Scroll += new System.Windows.Forms.ScrollEventHandler(this.grdMain_Group_Scroll);
this.grdMain.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.grdMain_CellBeginEdit);
this.grdMain.CellLeave += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdMain_CellLeave);
this.grdMain.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdMain_CellEndEdit);
this.grdMain.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.grdMain_EditingControlShowing);
this.grdMain.ColumnWidthChanged += new System.Windows.Forms.DataGridViewColumnEventHandler(this.grdMain_ColumnWidthChanged);
//
// Tool
//
this.Tool.AutoSize = false;
this.Tool.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("Tool.BackgroundImage")));
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.yl,
this.toolStripSeparator2,
this.AddRow,
this.DelRow,
this.toolStripSeparator4,
this.bc,
this.fq,
this.toolStripSeparator5,
this.tc,
this.toolStripSeparator12,
this.mrlk,
this.toolStripSeparator11,
this.bclk,
this.toolStripSeparator10});
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(682, 50);
this.Tool.Stretch = true;
this.Tool.TabIndex = 59;
this.Tool.Text = "toolStrip1";
//
// yl
//
this.yl.AutoSize = false;
this.yl.Image = ((System.Drawing.Image)(resources.GetObject("yl.Image")));
this.yl.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
this.yl.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.yl.ImageTransparentColor = System.Drawing.Color.Magenta;
this.yl.Name = "yl";
this.yl.Size = new System.Drawing.Size(35, 47);
this.yl.Text = "预览";
this.yl.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.yl.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 50);
//
// AddRow
//
this.AddRow.AutoSize = false;
this.AddRow.Image = ((System.Drawing.Image)(resources.GetObject("AddRow.Image")));
this.AddRow.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
this.AddRow.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.AddRow.ImageTransparentColor = System.Drawing.Color.Magenta;
this.AddRow.Name = "AddRow";
this.AddRow.Size = new System.Drawing.Size(35, 47);
this.AddRow.Text = "增行";
this.AddRow.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.AddRow.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.AddRow.Click += new System.EventHandler(this.AddRow_Click);
//
// DelRow
//
this.DelRow.AutoSize = false;
this.DelRow.Image = ((System.Drawing.Image)(resources.GetObject("DelRow.Image")));
this.DelRow.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
this.DelRow.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.DelRow.ImageTransparentColor = System.Drawing.Color.Magenta;
this.DelRow.Name = "DelRow";
this.DelRow.Size = new System.Drawing.Size(35, 47);
this.DelRow.Text = "删行";
this.DelRow.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.DelRow.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.DelRow.Click += new System.EventHandler(this.DelRow_Click);
//
// toolStripSeparator4
//
this.toolStripSeparator4.Name = "toolStripSeparator4";
this.toolStripSeparator4.Size = new System.Drawing.Size(6, 50);
//
// bc
//
this.bc.AutoSize = false;
this.bc.Image = ((System.Drawing.Image)(resources.GetObject("bc.Image")));
this.bc.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
this.bc.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.bc.ImageTransparentColor = System.Drawing.Color.Magenta;
this.bc.Name = "bc";
this.bc.Size = new System.Drawing.Size(35, 47);
this.bc.Text = "确认";
this.bc.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.bc.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.bc.Click += new System.EventHandler(this.bc_Click);
//
// fq
//
this.fq.AutoSize = false;
this.fq.Image = ((System.Drawing.Image)(resources.GetObject("fq.Image")));
this.fq.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
this.fq.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.fq.ImageTransparentColor = System.Drawing.Color.Magenta;
this.fq.Name = "fq";
this.fq.Size = new System.Drawing.Size(35, 47);
this.fq.Text = "取消";
this.fq.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.fq.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.fq.Click += new System.EventHandler(this.fq_Click);
//
// toolStripSeparator5
//
this.toolStripSeparator5.Name = "toolStripSeparator5";
this.toolStripSeparator5.Size = new System.Drawing.Size(6, 50);
//
// tc
//
this.tc.AutoSize = false;
this.tc.Image = ((System.Drawing.Image)(resources.GetObject("tc.Image")));
this.tc.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
this.tc.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tc.ImageTransparentColor = System.Drawing.Color.White;
this.tc.Name = "tc";
this.tc.Size = new System.Drawing.Size(35, 47);
this.tc.Text = "退出";
this.tc.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.tc.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.tc.Click += new System.EventHandler(this.tc_Click);
//
// toolStripSeparator12
//
this.toolStripSeparator12.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
this.toolStripSeparator12.Name = "toolStripSeparator12";
this.toolStripSeparator12.Size = new System.Drawing.Size(6, 50);
//
// mrlk
//
this.mrlk.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
this.mrlk.Image = ((System.Drawing.Image)(resources.GetObject("mrlk.Image")));
this.mrlk.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
this.mrlk.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.mrlk.ImageTransparentColor = System.Drawing.Color.White;
this.mrlk.Name = "mrlk";
this.mrlk.Size = new System.Drawing.Size(60, 47);
this.mrlk.Text = "默认列宽";
this.mrlk.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.mrlk.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.mrlk.Click += new System.EventHandler(this.mrlk_Click);
//
// toolStripSeparator11
//
this.toolStripSeparator11.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
this.toolStripSeparator11.Name = "toolStripSeparator11";
this.toolStripSeparator11.Size = new System.Drawing.Size(6, 50);
//
// bclk
//
this.bclk.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
this.bclk.Image = ((System.Drawing.Image)(resources.GetObject("bclk.Image")));
this.bclk.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
this.bclk.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.bclk.ImageTransparentColor = System.Drawing.Color.White;
this.bclk.Name = "bclk";
this.bclk.Size = new System.Drawing.Size(60, 47);
this.bclk.Text = "保存列宽";
this.bclk.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.bclk.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.bclk.Click += new System.EventHandler(this.bclk_Click);
//
// toolStripSeparator10
//
this.toolStripSeparator10.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
this.toolStripSeparator10.Name = "toolStripSeparator10";
this.toolStripSeparator10.Size = new System.Drawing.Size(6, 50);
//
// Sc_ICMOSortBillDlg_Group
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Lavender;
this.ClientSize = new System.Drawing.Size(682, 526);
this.Controls.Add(this.Tool);
this.Controls.Add(this.grdMain);
this.Controls.Add(this.groupBox2);
this.Name = "Sc_ICMOSortBillDlg_Group";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "设置职员";
this.Load += new System.EventHandler(this.Sc_ICMOSortBillDlg_Group_Load);
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.grdMain)).EndInit();
this.Tool.ResumeLayout(false);
this.Tool.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Timer timer1;
public System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtHICMOBillNo;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox txtHSourceName;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox txtHSourceNumber;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox txtHMaterModel;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txtHMaterName;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtHMaterNumber;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtHSplitNO;
private System.Windows.Forms.DataGridView grdMain;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox txtHGroupName;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox txtHGroupNumber;
private System.Windows.Forms.ToolStrip Tool;
private System.Windows.Forms.ToolStripButton yl;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripButton AddRow;
private System.Windows.Forms.ToolStripButton DelRow;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
private System.Windows.Forms.ToolStripButton bc;
private System.Windows.Forms.ToolStripButton fq;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
private System.Windows.Forms.ToolStripButton tc;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator12;
private System.Windows.Forms.ToolStripButton mrlk;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator11;
private System.Windows.Forms.ToolStripButton bclk;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator10;
}
}