namespace CostM
|
{
|
partial class CB_WIPBalance_QCMX
|
{
|
/// <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(CB_WIPBalance_QCMX));
|
this.Tool = new System.Windows.Forms.ToolStrip();
|
this.dc = new System.Windows.Forms.ToolStripButton();
|
this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator();
|
this.set = new System.Windows.Forms.ToolStripButton();
|
this.dy = new System.Windows.Forms.ToolStripButton();
|
this.yl = new System.Windows.Forms.ToolStripButton();
|
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
this.yr = new System.Windows.Forms.ToolStripButton();
|
this.xz = new System.Windows.Forms.ToolStripButton();
|
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
|
this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
|
this.tc = new System.Windows.Forms.ToolStripButton();
|
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
|
this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
|
this.toolStripSeparator11 = new System.Windows.Forms.ToolStripSeparator();
|
this.mrlk = new System.Windows.Forms.ToolStripButton();
|
this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
|
this.bclk = new System.Windows.Forms.ToolStripButton();
|
this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
|
this.grdMain = new System.Windows.Forms.DataGridView();
|
this.grdPrint = new System.Windows.Forms.DataGridView();
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
this.txtHMaterName = new System.Windows.Forms.TextBox();
|
this.label3 = new System.Windows.Forms.Label();
|
this.txtHMaterID = new System.Windows.Forms.TextBox();
|
this.label2 = new System.Windows.Forms.Label();
|
this.cmbHPeriod = new System.Windows.Forms.ComboBox();
|
this.label1 = new System.Windows.Forms.Label();
|
this.cmbHYear = new System.Windows.Forms.ComboBox();
|
this.label5 = new System.Windows.Forms.Label();
|
this.sc = new System.Windows.Forms.ToolStripButton();
|
this.Tool.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.grdMain)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.grdPrint)).BeginInit();
|
this.groupBox1.SuspendLayout();
|
this.SuspendLayout();
|
//
|
// 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.dc,
|
this.toolStripSeparator10,
|
this.set,
|
this.dy,
|
this.yl,
|
this.toolStripSeparator2,
|
this.yr,
|
this.xz,
|
this.toolStripButton1,
|
this.sc,
|
this.toolStripSeparator5,
|
this.tc,
|
this.toolStripSeparator3,
|
this.toolStripSeparator9,
|
this.toolStripSeparator11,
|
this.mrlk,
|
this.toolStripSeparator7,
|
this.bclk,
|
this.toolStripSeparator8});
|
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(917, 50);
|
this.Tool.Stretch = true;
|
this.Tool.TabIndex = 17;
|
this.Tool.Text = "toolStrip1";
|
//
|
// dc
|
//
|
this.dc.AutoSize = false;
|
this.dc.Image = ((System.Drawing.Image)(resources.GetObject("dc.Image")));
|
this.dc.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.dc.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
this.dc.ImageTransparentColor = System.Drawing.Color.White;
|
this.dc.Name = "dc";
|
this.dc.Size = new System.Drawing.Size(36, 47);
|
this.dc.Text = "引出";
|
this.dc.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.dc.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
this.dc.Click += new System.EventHandler(this.dc_Click);
|
//
|
// toolStripSeparator10
|
//
|
this.toolStripSeparator10.Name = "toolStripSeparator10";
|
this.toolStripSeparator10.Size = new System.Drawing.Size(6, 50);
|
//
|
// set
|
//
|
this.set.AutoSize = false;
|
this.set.Image = ((System.Drawing.Image)(resources.GetObject("set.Image")));
|
this.set.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.set.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
this.set.ImageTransparentColor = System.Drawing.Color.White;
|
this.set.Name = "set";
|
this.set.Size = new System.Drawing.Size(36, 47);
|
this.set.Text = "设置";
|
this.set.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.set.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
this.set.Visible = false;
|
this.set.Click += new System.EventHandler(this.set_Click);
|
//
|
// dy
|
//
|
this.dy.AutoSize = false;
|
this.dy.Image = ((System.Drawing.Image)(resources.GetObject("dy.Image")));
|
this.dy.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.dy.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
this.dy.ImageTransparentColor = System.Drawing.Color.White;
|
this.dy.Name = "dy";
|
this.dy.Size = new System.Drawing.Size(36, 47);
|
this.dy.Text = "打印";
|
this.dy.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.dy.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
this.dy.Visible = false;
|
this.dy.Click += new System.EventHandler(this.dy_Click);
|
//
|
// 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(36, 47);
|
this.yl.Text = "预览";
|
this.yl.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.yl.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
this.yl.Visible = false;
|
this.yl.Click += new System.EventHandler(this.yl_Click);
|
//
|
// toolStripSeparator2
|
//
|
this.toolStripSeparator2.Name = "toolStripSeparator2";
|
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 50);
|
this.toolStripSeparator2.Visible = false;
|
//
|
// yr
|
//
|
this.yr.AutoSize = false;
|
this.yr.Image = ((System.Drawing.Image)(resources.GetObject("yr.Image")));
|
this.yr.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.yr.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
this.yr.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.yr.Name = "yr";
|
this.yr.Size = new System.Drawing.Size(36, 47);
|
this.yr.Text = "引入";
|
this.yr.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.yr.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
this.yr.Visible = false;
|
this.yr.Click += new System.EventHandler(this.yr_Click);
|
//
|
// xz
|
//
|
this.xz.AutoSize = false;
|
this.xz.Image = ((System.Drawing.Image)(resources.GetObject("xz.Image")));
|
this.xz.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.xz.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
this.xz.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.xz.Name = "xz";
|
this.xz.Size = new System.Drawing.Size(36, 47);
|
this.xz.Text = "保存";
|
this.xz.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.xz.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
this.xz.Click += new System.EventHandler(this.xz_Click);
|
//
|
// toolStripButton1
|
//
|
this.toolStripButton1.AutoSize = false;
|
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.Magenta;
|
this.toolStripButton1.Name = "toolStripButton1";
|
this.toolStripButton1.Size = new System.Drawing.Size(36, 47);
|
this.toolStripButton1.Text = "新增";
|
this.toolStripButton1.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.toolStripButton1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
|
//
|
// toolStripSeparator5
|
//
|
this.toolStripSeparator5.Name = "toolStripSeparator5";
|
this.toolStripSeparator5.Size = new System.Drawing.Size(6, 50);
|
this.toolStripSeparator5.Visible = false;
|
//
|
// 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(36, 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);
|
//
|
// toolStripSeparator3
|
//
|
this.toolStripSeparator3.Name = "toolStripSeparator3";
|
this.toolStripSeparator3.Size = new System.Drawing.Size(6, 50);
|
//
|
// toolStripSeparator9
|
//
|
this.toolStripSeparator9.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
this.toolStripSeparator9.Name = "toolStripSeparator9";
|
this.toolStripSeparator9.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);
|
//
|
// 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);
|
//
|
// toolStripSeparator7
|
//
|
this.toolStripSeparator7.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
this.toolStripSeparator7.Name = "toolStripSeparator7";
|
this.toolStripSeparator7.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);
|
//
|
// toolStripSeparator8
|
//
|
this.toolStripSeparator8.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
this.toolStripSeparator8.Name = "toolStripSeparator8";
|
this.toolStripSeparator8.Size = new System.Drawing.Size(6, 50);
|
//
|
// grdMain
|
//
|
this.grdMain.AllowUserToAddRows = false;
|
this.grdMain.AllowUserToDeleteRows = false;
|
this.grdMain.BackgroundColor = System.Drawing.SystemColors.InactiveCaption;
|
this.grdMain.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
this.grdMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.grdMain.Location = new System.Drawing.Point(0, 91);
|
this.grdMain.Name = "grdMain";
|
this.grdMain.ReadOnly = true;
|
this.grdMain.RowTemplate.Height = 23;
|
this.grdMain.Size = new System.Drawing.Size(917, 407);
|
this.grdMain.TabIndex = 20;
|
this.grdMain.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.grdMain_CellBeginEdit);
|
this.grdMain.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdMain_CellEndEdit);
|
//
|
// grdPrint
|
//
|
this.grdPrint.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
this.grdPrint.Location = new System.Drawing.Point(670, 104);
|
this.grdPrint.Name = "grdPrint";
|
this.grdPrint.RowTemplate.Height = 23;
|
this.grdPrint.Size = new System.Drawing.Size(24, 24);
|
this.grdPrint.TabIndex = 21;
|
this.grdPrint.Visible = false;
|
//
|
// groupBox1
|
//
|
this.groupBox1.BackColor = System.Drawing.Color.Lavender;
|
this.groupBox1.Controls.Add(this.txtHMaterName);
|
this.groupBox1.Controls.Add(this.label3);
|
this.groupBox1.Controls.Add(this.txtHMaterID);
|
this.groupBox1.Controls.Add(this.label2);
|
this.groupBox1.Controls.Add(this.cmbHPeriod);
|
this.groupBox1.Controls.Add(this.label1);
|
this.groupBox1.Controls.Add(this.cmbHYear);
|
this.groupBox1.Controls.Add(this.label5);
|
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
|
this.groupBox1.Location = new System.Drawing.Point(0, 50);
|
this.groupBox1.Name = "groupBox1";
|
this.groupBox1.Size = new System.Drawing.Size(917, 41);
|
this.groupBox1.TabIndex = 51;
|
this.groupBox1.TabStop = false;
|
this.groupBox1.Visible = false;
|
//
|
// txtHMaterName
|
//
|
this.txtHMaterName.Location = new System.Drawing.Point(694, 16);
|
this.txtHMaterName.Name = "txtHMaterName";
|
this.txtHMaterName.Size = new System.Drawing.Size(167, 21);
|
this.txtHMaterName.TabIndex = 44;
|
this.txtHMaterName.Tag = "0";
|
//
|
// label3
|
//
|
this.label3.AutoSize = true;
|
this.label3.ForeColor = System.Drawing.Color.Black;
|
this.label3.Location = new System.Drawing.Point(637, 17);
|
this.label3.Name = "label3";
|
this.label3.Size = new System.Drawing.Size(53, 12);
|
this.label3.TabIndex = 43;
|
this.label3.Text = "产品名称";
|
//
|
// txtHMaterID
|
//
|
this.txtHMaterID.Location = new System.Drawing.Point(460, 15);
|
this.txtHMaterID.Name = "txtHMaterID";
|
this.txtHMaterID.Size = new System.Drawing.Size(167, 21);
|
this.txtHMaterID.TabIndex = 38;
|
this.txtHMaterID.Tag = "0";
|
//
|
// label2
|
//
|
this.label2.AutoSize = true;
|
this.label2.ForeColor = System.Drawing.Color.Black;
|
this.label2.Location = new System.Drawing.Point(403, 16);
|
this.label2.Name = "label2";
|
this.label2.Size = new System.Drawing.Size(53, 12);
|
this.label2.TabIndex = 37;
|
this.label2.Text = "产品代码";
|
//
|
// cmbHPeriod
|
//
|
this.cmbHPeriod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
this.cmbHPeriod.Enabled = false;
|
this.cmbHPeriod.FormattingEnabled = true;
|
this.cmbHPeriod.Items.AddRange(new object[] {
|
"1",
|
"2",
|
"3",
|
"4",
|
"5",
|
"6",
|
"7",
|
"8",
|
"9",
|
"10",
|
"11",
|
"12"});
|
this.cmbHPeriod.Location = new System.Drawing.Point(254, 15);
|
this.cmbHPeriod.Name = "cmbHPeriod";
|
this.cmbHPeriod.Size = new System.Drawing.Size(130, 20);
|
this.cmbHPeriod.TabIndex = 12;
|
//
|
// label1
|
//
|
this.label1.AutoSize = true;
|
this.label1.Location = new System.Drawing.Point(219, 15);
|
this.label1.Name = "label1";
|
this.label1.Size = new System.Drawing.Size(29, 12);
|
this.label1.TabIndex = 11;
|
this.label1.Text = "月:";
|
//
|
// cmbHYear
|
//
|
this.cmbHYear.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
this.cmbHYear.Enabled = false;
|
this.cmbHYear.FormattingEnabled = true;
|
this.cmbHYear.Location = new System.Drawing.Point(48, 15);
|
this.cmbHYear.Name = "cmbHYear";
|
this.cmbHYear.Size = new System.Drawing.Size(130, 20);
|
this.cmbHYear.TabIndex = 10;
|
//
|
// label5
|
//
|
this.label5.AutoSize = true;
|
this.label5.Location = new System.Drawing.Point(13, 15);
|
this.label5.Name = "label5";
|
this.label5.Size = new System.Drawing.Size(29, 12);
|
this.label5.TabIndex = 9;
|
this.label5.Text = "年:";
|
//
|
// sc
|
//
|
this.sc.AutoSize = false;
|
this.sc.Image = ((System.Drawing.Image)(resources.GetObject("sc.Image")));
|
this.sc.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.sc.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
this.sc.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.sc.Name = "sc";
|
this.sc.Size = new System.Drawing.Size(35, 47);
|
this.sc.Text = "删除";
|
this.sc.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.sc.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
this.sc.Click += new System.EventHandler(this.sc_Click);
|
//
|
// CB_WIPBalance_QCMX
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(917, 498);
|
this.Controls.Add(this.grdMain);
|
this.Controls.Add(this.groupBox1);
|
this.Controls.Add(this.grdPrint);
|
this.Controls.Add(this.Tool);
|
this.Name = "CB_WIPBalance_QCMX";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
this.Text = "期初材料明细";
|
this.Load += new System.EventHandler(this.CB_WIPBalance_QCMX_Load);
|
this.Tool.ResumeLayout(false);
|
this.Tool.PerformLayout();
|
((System.ComponentModel.ISupportInitialize)(this.grdMain)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.grdPrint)).EndInit();
|
this.groupBox1.ResumeLayout(false);
|
this.groupBox1.PerformLayout();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.ToolStrip Tool;
|
private System.Windows.Forms.ToolStripButton dc;
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator10;
|
private System.Windows.Forms.ToolStripButton set;
|
private System.Windows.Forms.ToolStripButton dy;
|
private System.Windows.Forms.ToolStripButton yl;
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
|
private System.Windows.Forms.ToolStripButton yr;
|
private System.Windows.Forms.ToolStripButton xz;
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
|
private System.Windows.Forms.ToolStripButton tc;
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator9;
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator11;
|
private System.Windows.Forms.ToolStripButton mrlk;
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;
|
private System.Windows.Forms.ToolStripButton bclk;
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator8;
|
private System.Windows.Forms.DataGridView grdMain;
|
private System.Windows.Forms.DataGridView grdPrint;
|
private System.Windows.Forms.GroupBox groupBox1;
|
private System.Windows.Forms.ComboBox cmbHYear;
|
private System.Windows.Forms.Label label5;
|
private System.Windows.Forms.ComboBox cmbHPeriod;
|
private System.Windows.Forms.Label label1;
|
private System.Windows.Forms.TextBox txtHMaterID;
|
private System.Windows.Forms.Label label2;
|
private System.Windows.Forms.TextBox txtHMaterName;
|
private System.Windows.Forms.Label label3;
|
private System.Windows.Forms.ToolStripButton toolStripButton1;
|
private System.Windows.Forms.ToolStripButton sc;
|
}
|
}
|