namespace WorkM
|
{
|
partial class Sc_ProcessExchangeBill_PL
|
{
|
/// <summary>
|
/// 必需的设计器变量。
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// 清理所有正在使用的资源。
|
/// </summary>
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region Windows 窗体设计器生成的代码
|
|
/// <summary>
|
/// 设计器支持所需的方法 - 不要
|
/// 使用代码编辑器修改此方法的内容。
|
/// </summary>
|
private void InitializeComponent()
|
{
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Sc_ProcessExchangeBill_PL));
|
this.label9 = new System.Windows.Forms.Label();
|
this.txtHRelationQty = new System.Windows.Forms.TextBox();
|
this.label8 = new System.Windows.Forms.Label();
|
this.txtHQty = new System.Windows.Forms.TextBox();
|
this.label7 = new System.Windows.Forms.Label();
|
this.txtHMaterID = new System.Windows.Forms.TextBox();
|
this.label6 = new System.Windows.Forms.Label();
|
this.txtHMaterNumber = new System.Windows.Forms.TextBox();
|
this.label5 = new System.Windows.Forms.Label();
|
this.txtHLastQty = new System.Windows.Forms.TextBox();
|
this.label4 = new System.Windows.Forms.Label();
|
this.txtHMinQty = new System.Windows.Forms.TextBox();
|
this.label3 = new System.Windows.Forms.Label();
|
this.txtHCardQty = new System.Windows.Forms.TextBox();
|
this.label2 = new System.Windows.Forms.Label();
|
this.txtHICMOBillQty = new System.Windows.Forms.TextBox();
|
this.label1 = new System.Windows.Forms.Label();
|
this.txtHICMOBillNo = new System.Windows.Forms.TextBox();
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
this.grdMain = new System.Windows.Forms.DataGridView();
|
this.grdSum = new System.Windows.Forms.DataGridView();
|
this.Tool = new System.Windows.Forms.ToolStrip();
|
this.bc = new System.Windows.Forms.ToolStripButton();
|
this.tim = new System.Windows.Forms.ToolStripButton();
|
this.toolStripSeparator9 = 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.gbUp = new System.Windows.Forms.GroupBox();
|
this.splitContainer1.Panel1.SuspendLayout();
|
this.splitContainer1.Panel2.SuspendLayout();
|
this.splitContainer1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.grdMain)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.grdSum)).BeginInit();
|
this.Tool.SuspendLayout();
|
this.gbUp.SuspendLayout();
|
this.SuspendLayout();
|
//
|
// label9
|
//
|
this.label9.AutoSize = true;
|
this.label9.ForeColor = System.Drawing.Color.Black;
|
this.label9.Location = new System.Drawing.Point(336, 50);
|
this.label9.Name = "label9";
|
this.label9.Size = new System.Drawing.Size(65, 12);
|
this.label9.TabIndex = 303;
|
this.label9.Text = "已生成数量";
|
//
|
// txtHRelationQty
|
//
|
this.txtHRelationQty.BackColor = System.Drawing.SystemColors.Window;
|
this.txtHRelationQty.Enabled = false;
|
this.txtHRelationQty.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
this.txtHRelationQty.Location = new System.Drawing.Point(409, 46);
|
this.txtHRelationQty.Name = "txtHRelationQty";
|
this.txtHRelationQty.Size = new System.Drawing.Size(188, 21);
|
this.txtHRelationQty.TabIndex = 304;
|
this.txtHRelationQty.Tag = "0";
|
//
|
// label8
|
//
|
this.label8.AutoSize = true;
|
this.label8.ForeColor = System.Drawing.Color.Black;
|
this.label8.Location = new System.Drawing.Point(324, 77);
|
this.label8.Name = "label8";
|
this.label8.Size = new System.Drawing.Size(77, 12);
|
this.label8.TabIndex = 301;
|
this.label8.Text = "本次生成数量";
|
//
|
// txtHQty
|
//
|
this.txtHQty.BackColor = System.Drawing.SystemColors.Window;
|
this.txtHQty.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
this.txtHQty.Location = new System.Drawing.Point(409, 73);
|
this.txtHQty.Name = "txtHQty";
|
this.txtHQty.Size = new System.Drawing.Size(188, 21);
|
this.txtHQty.TabIndex = 302;
|
this.txtHQty.Tag = "0";
|
this.txtHQty.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtHQty_KeyDown);
|
this.txtHQty.Leave += new System.EventHandler(this.txtHQty_Leave);
|
//
|
// label7
|
//
|
this.label7.AutoSize = true;
|
this.label7.ForeColor = System.Drawing.Color.Black;
|
this.label7.Location = new System.Drawing.Point(36, 77);
|
this.label7.Name = "label7";
|
this.label7.Size = new System.Drawing.Size(53, 12);
|
this.label7.TabIndex = 299;
|
this.label7.Text = "产品名称";
|
//
|
// txtHMaterID
|
//
|
this.txtHMaterID.BackColor = System.Drawing.SystemColors.Window;
|
this.txtHMaterID.Enabled = false;
|
this.txtHMaterID.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
this.txtHMaterID.Location = new System.Drawing.Point(109, 73);
|
this.txtHMaterID.Name = "txtHMaterID";
|
this.txtHMaterID.Size = new System.Drawing.Size(188, 21);
|
this.txtHMaterID.TabIndex = 300;
|
this.txtHMaterID.Tag = "0";
|
//
|
// label6
|
//
|
this.label6.AutoSize = true;
|
this.label6.ForeColor = System.Drawing.Color.Black;
|
this.label6.Location = new System.Drawing.Point(36, 50);
|
this.label6.Name = "label6";
|
this.label6.Size = new System.Drawing.Size(53, 12);
|
this.label6.TabIndex = 297;
|
this.label6.Text = "产品代码";
|
//
|
// txtHMaterNumber
|
//
|
this.txtHMaterNumber.BackColor = System.Drawing.SystemColors.Window;
|
this.txtHMaterNumber.Enabled = false;
|
this.txtHMaterNumber.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
this.txtHMaterNumber.Location = new System.Drawing.Point(109, 46);
|
this.txtHMaterNumber.Name = "txtHMaterNumber";
|
this.txtHMaterNumber.Size = new System.Drawing.Size(188, 21);
|
this.txtHMaterNumber.TabIndex = 298;
|
this.txtHMaterNumber.Tag = "0";
|
//
|
// label5
|
//
|
this.label5.AutoSize = true;
|
this.label5.ForeColor = System.Drawing.Color.Black;
|
this.label5.Location = new System.Drawing.Point(643, 77);
|
this.label5.Name = "label5";
|
this.label5.Size = new System.Drawing.Size(53, 12);
|
this.label5.TabIndex = 295;
|
this.label5.Text = "尾框数量";
|
//
|
// txtHLastQty
|
//
|
this.txtHLastQty.BackColor = System.Drawing.SystemColors.Window;
|
this.txtHLastQty.Enabled = false;
|
this.txtHLastQty.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
this.txtHLastQty.Location = new System.Drawing.Point(716, 73);
|
this.txtHLastQty.Name = "txtHLastQty";
|
this.txtHLastQty.Size = new System.Drawing.Size(188, 21);
|
this.txtHLastQty.TabIndex = 296;
|
this.txtHLastQty.Tag = "0";
|
//
|
// label4
|
//
|
this.label4.AutoSize = true;
|
this.label4.ForeColor = System.Drawing.Color.Black;
|
this.label4.Location = new System.Drawing.Point(643, 50);
|
this.label4.Name = "label4";
|
this.label4.Size = new System.Drawing.Size(53, 12);
|
this.label4.TabIndex = 293;
|
this.label4.Text = "每框数量";
|
//
|
// txtHMinQty
|
//
|
this.txtHMinQty.BackColor = System.Drawing.SystemColors.Window;
|
this.txtHMinQty.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
this.txtHMinQty.Location = new System.Drawing.Point(716, 46);
|
this.txtHMinQty.Name = "txtHMinQty";
|
this.txtHMinQty.Size = new System.Drawing.Size(188, 21);
|
this.txtHMinQty.TabIndex = 294;
|
this.txtHMinQty.Tag = "0";
|
this.txtHMinQty.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtHMinQty_KeyDown);
|
this.txtHMinQty.Leave += new System.EventHandler(this.txtHMinQty_Leave);
|
//
|
// label3
|
//
|
this.label3.AutoSize = true;
|
this.label3.ForeColor = System.Drawing.Color.Black;
|
this.label3.Location = new System.Drawing.Point(643, 22);
|
this.label3.Name = "label3";
|
this.label3.Size = new System.Drawing.Size(53, 12);
|
this.label3.TabIndex = 291;
|
this.label3.Text = "生成张数";
|
//
|
// txtHCardQty
|
//
|
this.txtHCardQty.BackColor = System.Drawing.SystemColors.Window;
|
this.txtHCardQty.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
this.txtHCardQty.Location = new System.Drawing.Point(716, 18);
|
this.txtHCardQty.Name = "txtHCardQty";
|
this.txtHCardQty.Size = new System.Drawing.Size(188, 21);
|
this.txtHCardQty.TabIndex = 292;
|
this.txtHCardQty.Tag = "0";
|
this.txtHCardQty.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtHCardQty_KeyDown);
|
this.txtHCardQty.Leave += new System.EventHandler(this.txtHCardQty_Leave);
|
//
|
// label2
|
//
|
this.label2.AutoSize = true;
|
this.label2.ForeColor = System.Drawing.Color.Black;
|
this.label2.Location = new System.Drawing.Point(336, 22);
|
this.label2.Name = "label2";
|
this.label2.Size = new System.Drawing.Size(65, 12);
|
this.label2.TabIndex = 289;
|
this.label2.Text = "任务单数量";
|
//
|
// txtHICMOBillQty
|
//
|
this.txtHICMOBillQty.BackColor = System.Drawing.SystemColors.Window;
|
this.txtHICMOBillQty.Enabled = false;
|
this.txtHICMOBillQty.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
this.txtHICMOBillQty.Location = new System.Drawing.Point(409, 18);
|
this.txtHICMOBillQty.Name = "txtHICMOBillQty";
|
this.txtHICMOBillQty.Size = new System.Drawing.Size(188, 21);
|
this.txtHICMOBillQty.TabIndex = 290;
|
this.txtHICMOBillQty.Tag = "0";
|
//
|
// label1
|
//
|
this.label1.AutoSize = true;
|
this.label1.ForeColor = System.Drawing.Color.Black;
|
this.label1.Location = new System.Drawing.Point(36, 22);
|
this.label1.Name = "label1";
|
this.label1.Size = new System.Drawing.Size(53, 12);
|
this.label1.TabIndex = 287;
|
this.label1.Text = "任务单号";
|
//
|
// txtHICMOBillNo
|
//
|
this.txtHICMOBillNo.BackColor = System.Drawing.SystemColors.Window;
|
this.txtHICMOBillNo.Enabled = false;
|
this.txtHICMOBillNo.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
this.txtHICMOBillNo.Location = new System.Drawing.Point(109, 18);
|
this.txtHICMOBillNo.Name = "txtHICMOBillNo";
|
this.txtHICMOBillNo.Size = new System.Drawing.Size(188, 21);
|
this.txtHICMOBillNo.TabIndex = 288;
|
this.txtHICMOBillNo.Tag = "0";
|
//
|
// 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.Controls.Add(this.gbUp);
|
//
|
// splitContainer1.Panel2
|
//
|
this.splitContainer1.Panel2.Controls.Add(this.grdMain);
|
this.splitContainer1.Panel2.Controls.Add(this.grdSum);
|
this.splitContainer1.Size = new System.Drawing.Size(1085, 552);
|
this.splitContainer1.SplitterDistance = 103;
|
this.splitContainer1.TabIndex = 305;
|
this.splitContainer1.SplitterMoved += new System.Windows.Forms.SplitterEventHandler(this.splitContainer1_SplitterMoved);
|
//
|
// grdMain
|
//
|
this.grdMain.AllowUserToAddRows = false;
|
this.grdMain.AllowUserToDeleteRows = false;
|
this.grdMain.BackgroundColor = System.Drawing.Color.WhiteSmoke;
|
this.grdMain.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
this.grdMain.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
this.grdMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.grdMain.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
this.grdMain.Location = new System.Drawing.Point(0, 0);
|
this.grdMain.Name = "grdMain";
|
this.grdMain.ReadOnly = true;
|
this.grdMain.RowHeadersWidth = 30;
|
this.grdMain.RowTemplate.Height = 23;
|
this.grdMain.Size = new System.Drawing.Size(1085, 426);
|
this.grdMain.TabIndex = 59;
|
this.grdMain.Scroll += new System.Windows.Forms.ScrollEventHandler(this.grdMain_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.RowHeadersWidthChanged += new System.EventHandler(this.grdMain_RowHeadersWidthChanged);
|
this.grdMain.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.grdMain_EditingControlShowing);
|
this.grdMain.ColumnWidthChanged += new System.Windows.Forms.DataGridViewColumnEventHandler(this.grdMain_ColumnWidthChanged);
|
//
|
// grdSum
|
//
|
this.grdSum.AllowUserToAddRows = false;
|
this.grdSum.AllowUserToDeleteRows = false;
|
this.grdSum.BackgroundColor = System.Drawing.Color.Khaki;
|
this.grdSum.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
this.grdSum.Dock = System.Windows.Forms.DockStyle.Bottom;
|
this.grdSum.Location = new System.Drawing.Point(0, 426);
|
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(1085, 19);
|
this.grdSum.TabIndex = 60;
|
//
|
// 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.tim,
|
this.bc,
|
this.toolStripSeparator9,
|
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(1085, 50);
|
this.Tool.Stretch = true;
|
this.Tool.TabIndex = 307;
|
this.Tool.Text = "toolStrip1";
|
//
|
// 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);
|
//
|
// tim
|
//
|
this.tim.AutoSize = false;
|
this.tim.Image = ((System.Drawing.Image)(resources.GetObject("tim.Image")));
|
this.tim.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.tim.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
this.tim.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.tim.Name = "tim";
|
this.tim.Size = new System.Drawing.Size(65, 47);
|
this.tim.Text = "生成流转卡";
|
this.tim.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.tim.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
this.tim.Click += new System.EventHandler(this.tim_Click);
|
//
|
// toolStripSeparator9
|
//
|
this.toolStripSeparator9.Name = "toolStripSeparator9";
|
this.toolStripSeparator9.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;
|
//
|
// 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;
|
//
|
// toolStripSeparator10
|
//
|
this.toolStripSeparator10.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
this.toolStripSeparator10.Name = "toolStripSeparator10";
|
this.toolStripSeparator10.Size = new System.Drawing.Size(6, 50);
|
//
|
// gbUp
|
//
|
this.gbUp.Controls.Add(this.txtHICMOBillNo);
|
this.gbUp.Controls.Add(this.txtHICMOBillQty);
|
this.gbUp.Controls.Add(this.label5);
|
this.gbUp.Controls.Add(this.label9);
|
this.gbUp.Controls.Add(this.txtHLastQty);
|
this.gbUp.Controls.Add(this.txtHMaterNumber);
|
this.gbUp.Controls.Add(this.txtHRelationQty);
|
this.gbUp.Controls.Add(this.label4);
|
this.gbUp.Controls.Add(this.label1);
|
this.gbUp.Controls.Add(this.label6);
|
this.gbUp.Controls.Add(this.label8);
|
this.gbUp.Controls.Add(this.txtHMinQty);
|
this.gbUp.Controls.Add(this.label2);
|
this.gbUp.Controls.Add(this.txtHMaterID);
|
this.gbUp.Controls.Add(this.txtHQty);
|
this.gbUp.Controls.Add(this.label3);
|
this.gbUp.Controls.Add(this.txtHCardQty);
|
this.gbUp.Controls.Add(this.label7);
|
this.gbUp.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.gbUp.Location = new System.Drawing.Point(0, 0);
|
this.gbUp.Name = "gbUp";
|
this.gbUp.Size = new System.Drawing.Size(1085, 103);
|
this.gbUp.TabIndex = 305;
|
this.gbUp.TabStop = false;
|
//
|
// Sc_ProcessExchangeBill_PL
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(1085, 602);
|
this.Controls.Add(this.splitContainer1);
|
this.Controls.Add(this.Tool);
|
this.Name = "Sc_ProcessExchangeBill_PL";
|
this.Text = "流转卡";
|
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
this.Load += new System.EventHandler(this.Sc_ProcessExchangeBill_PL_Load);
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Sc_ProcessExchangeBill_PL_FormClosing);
|
this.splitContainer1.Panel1.ResumeLayout(false);
|
this.splitContainer1.Panel2.ResumeLayout(false);
|
this.splitContainer1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.grdMain)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.grdSum)).EndInit();
|
this.Tool.ResumeLayout(false);
|
this.Tool.PerformLayout();
|
this.gbUp.ResumeLayout(false);
|
this.gbUp.PerformLayout();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.Label label9;
|
public System.Windows.Forms.TextBox txtHRelationQty;
|
private System.Windows.Forms.Label label8;
|
public System.Windows.Forms.TextBox txtHQty;
|
private System.Windows.Forms.Label label7;
|
public System.Windows.Forms.TextBox txtHMaterID;
|
private System.Windows.Forms.Label label6;
|
public System.Windows.Forms.TextBox txtHMaterNumber;
|
private System.Windows.Forms.Label label5;
|
public System.Windows.Forms.TextBox txtHLastQty;
|
private System.Windows.Forms.Label label4;
|
public System.Windows.Forms.TextBox txtHMinQty;
|
private System.Windows.Forms.Label label3;
|
public System.Windows.Forms.TextBox txtHCardQty;
|
private System.Windows.Forms.Label label2;
|
public System.Windows.Forms.TextBox txtHICMOBillQty;
|
private System.Windows.Forms.Label label1;
|
public System.Windows.Forms.TextBox txtHICMOBillNo;
|
private System.Windows.Forms.SplitContainer splitContainer1;
|
private System.Windows.Forms.DataGridView grdMain;
|
private System.Windows.Forms.DataGridView grdSum;
|
private System.Windows.Forms.ToolStrip Tool;
|
private System.Windows.Forms.ToolStripButton bc;
|
private System.Windows.Forms.ToolStripButton tim;
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator9;
|
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;
|
private System.Windows.Forms.GroupBox gbUp;
|
}
|
}
|