namespace BaseSet
{
partial class Gy_SMCMaterRelation
{
///
/// 必需的设计器变量。
///
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(Gy_SMCMaterRelation));
this.Tool = new System.Windows.Forms.ToolStrip();
this.yl = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.xz = new System.Windows.Forms.ToolStripButton();
this.xg = new System.Windows.Forms.ToolStripButton();
this.sc = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator8 = 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.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
this.tc = new System.Windows.Forms.ToolStripButton();
this.mrlk = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
this.bclk = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
this.lblCaption = new System.Windows.Forms.Label();
this.txtHSMCMaterID = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.txtHMaterID = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.P1 = new System.Windows.Forms.Panel();
this.gbUp = new System.Windows.Forms.GroupBox();
this.textBox1 = new System.Windows.Forms.TextBox();
this.rbHSelectCusNone = new System.Windows.Forms.RadioButton();
this.rbHSelectMater = new System.Windows.Forms.RadioButton();
this.label7 = new System.Windows.Forms.Label();
this.rbHSelectSMC = new System.Windows.Forms.RadioButton();
this.label6 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.txtHSMCMaterName = new System.Windows.Forms.TextBox();
this.txtHMaterName = new System.Windows.Forms.TextBox();
this.cmdHMaterID = new System.Windows.Forms.Button();
this.cmdHProcID = new System.Windows.Forms.Button();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.panel2 = new System.Windows.Forms.Panel();
this.txtHCheckDate = new System.Windows.Forms.Label();
this.label15 = new System.Windows.Forms.Label();
this.txtHChecker = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.txtHMakeDate = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.txtHMaker = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.grdSum = new System.Windows.Forms.DataGridView();
this.grdMain = new System.Windows.Forms.DataGridView();
this.Tool.SuspendLayout();
this.P1.SuspendLayout();
this.gbUp.SuspendLayout();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.grdSum)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.grdMain)).BeginInit();
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.yl,
this.toolStripSeparator2,
this.xz,
this.xg,
this.sc,
this.toolStripSeparator8,
this.AddRow,
this.DelRow,
this.toolStripSeparator4,
this.bc,
this.toolStripSeparator5,
this.tc,
this.mrlk,
this.toolStripSeparator9,
this.bclk,
this.toolStripSeparator7});
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(912, 50);
this.Tool.Stretch = true;
this.Tool.TabIndex = 17;
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);
//
// 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.White;
this.xz.Name = "xz";
this.xz.Size = new System.Drawing.Size(35, 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);
//
// xg
//
this.xg.AutoSize = false;
this.xg.Image = ((System.Drawing.Image)(resources.GetObject("xg.Image")));
this.xg.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
this.xg.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.xg.ImageTransparentColor = System.Drawing.Color.Magenta;
this.xg.Name = "xg";
this.xg.Size = new System.Drawing.Size(35, 47);
this.xg.Text = "修改";
this.xg.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.xg.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.xg.Click += new System.EventHandler(this.xg_Click);
//
// 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);
//
// toolStripSeparator8
//
this.toolStripSeparator8.Name = "toolStripSeparator8";
this.toolStripSeparator8.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);
//
// 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);
//
// 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);
//
// toolStripSeparator9
//
this.toolStripSeparator9.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
this.toolStripSeparator9.Name = "toolStripSeparator9";
this.toolStripSeparator9.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);
//
// toolStripSeparator7
//
this.toolStripSeparator7.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
this.toolStripSeparator7.Name = "toolStripSeparator7";
this.toolStripSeparator7.Size = new System.Drawing.Size(6, 50);
//
// lblCaption
//
this.lblCaption.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblCaption.Location = new System.Drawing.Point(501, 12);
this.lblCaption.Name = "lblCaption";
this.lblCaption.Size = new System.Drawing.Size(191, 24);
this.lblCaption.TabIndex = 18;
this.lblCaption.Text = "资料维护";
//
// txtHSMCMaterID
//
this.txtHSMCMaterID.Location = new System.Drawing.Point(88, 44);
this.txtHSMCMaterID.Name = "txtHSMCMaterID";
this.txtHSMCMaterID.Size = new System.Drawing.Size(166, 21);
this.txtHSMCMaterID.TabIndex = 24;
this.txtHSMCMaterID.Tag = "0";
this.txtHSMCMaterID.TextChanged += new System.EventHandler(this.txtHSMCMaterID_TextChanged);
//
// label4
//
this.label4.AutoSize = true;
this.label4.ForeColor = System.Drawing.Color.Black;
this.label4.Location = new System.Drawing.Point(18, 49);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(47, 12);
this.label4.TabIndex = 23;
this.label4.Text = "SMC代码";
//
// txtHMaterID
//
this.txtHMaterID.Location = new System.Drawing.Point(87, 74);
this.txtHMaterID.Name = "txtHMaterID";
this.txtHMaterID.Size = new System.Drawing.Size(167, 21);
this.txtHMaterID.TabIndex = 26;
this.txtHMaterID.Tag = "0";
this.txtHMaterID.TextChanged += new System.EventHandler(this.txtHMaterID_TextChanged);
//
// label5
//
this.label5.AutoSize = true;
this.label5.ForeColor = System.Drawing.Color.Black;
this.label5.Location = new System.Drawing.Point(18, 75);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(53, 12);
this.label5.TabIndex = 25;
this.label5.Text = "亿日代码";
//
// P1
//
this.P1.BackColor = System.Drawing.Color.Lavender;
this.P1.Controls.Add(this.lblCaption);
this.P1.Controls.Add(this.gbUp);
this.P1.Dock = System.Windows.Forms.DockStyle.Top;
this.P1.Location = new System.Drawing.Point(0, 50);
this.P1.Name = "P1";
this.P1.Size = new System.Drawing.Size(912, 172);
this.P1.TabIndex = 31;
//
// gbUp
//
this.gbUp.BackColor = System.Drawing.Color.Transparent;
this.gbUp.Controls.Add(this.textBox1);
this.gbUp.Controls.Add(this.rbHSelectCusNone);
this.gbUp.Controls.Add(this.rbHSelectMater);
this.gbUp.Controls.Add(this.label7);
this.gbUp.Controls.Add(this.rbHSelectSMC);
this.gbUp.Controls.Add(this.label6);
this.gbUp.Controls.Add(this.label2);
this.gbUp.Controls.Add(this.txtHSMCMaterName);
this.gbUp.Controls.Add(this.txtHMaterName);
this.gbUp.Controls.Add(this.cmdHMaterID);
this.gbUp.Controls.Add(this.cmdHProcID);
this.gbUp.Controls.Add(this.txtHMaterID);
this.gbUp.Controls.Add(this.label5);
this.gbUp.Controls.Add(this.label4);
this.gbUp.Controls.Add(this.txtHSMCMaterID);
this.gbUp.Location = new System.Drawing.Point(14, 39);
this.gbUp.Name = "gbUp";
this.gbUp.Size = new System.Drawing.Size(892, 127);
this.gbUp.TabIndex = 33;
this.gbUp.TabStop = false;
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(291, 103);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(166, 21);
this.textBox1.TabIndex = 51;
this.textBox1.Tag = "0";
this.textBox1.Visible = false;
//
// rbHSelectCusNone
//
this.rbHSelectCusNone.AutoSize = true;
this.rbHSelectCusNone.Checked = true;
this.rbHSelectCusNone.Location = new System.Drawing.Point(288, 20);
this.rbHSelectCusNone.Name = "rbHSelectCusNone";
this.rbHSelectCusNone.Size = new System.Drawing.Size(71, 16);
this.rbHSelectCusNone.TabIndex = 44;
this.rbHSelectCusNone.TabStop = true;
this.rbHSelectCusNone.Text = "自 由";
this.rbHSelectCusNone.UseVisualStyleBackColor = true;
//
// rbHSelectMater
//
this.rbHSelectMater.AutoSize = true;
this.rbHSelectMater.Location = new System.Drawing.Point(189, 20);
this.rbHSelectMater.Name = "rbHSelectMater";
this.rbHSelectMater.Size = new System.Drawing.Size(71, 16);
this.rbHSelectMater.TabIndex = 43;
this.rbHSelectMater.Text = "亿 日";
this.rbHSelectMater.UseVisualStyleBackColor = true;
//
// label7
//
this.label7.AutoSize = true;
this.label7.ForeColor = System.Drawing.Color.Black;
this.label7.Location = new System.Drawing.Point(18, 24);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(53, 12);
this.label7.TabIndex = 42;
this.label7.Text = "固定项目";
//
// rbHSelectSMC
//
this.rbHSelectSMC.AutoSize = true;
this.rbHSelectSMC.Location = new System.Drawing.Point(88, 20);
this.rbHSelectSMC.Name = "rbHSelectSMC";
this.rbHSelectSMC.Size = new System.Drawing.Size(41, 16);
this.rbHSelectSMC.TabIndex = 41;
this.rbHSelectSMC.Text = "SMC";
this.rbHSelectSMC.UseVisualStyleBackColor = true;
//
// label6
//
this.label6.AutoSize = true;
this.label6.ForeColor = System.Drawing.Color.Black;
this.label6.Location = new System.Drawing.Point(289, 50);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(47, 12);
this.label6.TabIndex = 40;
this.label6.Text = "SMC名称";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(289, 78);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 38;
this.label2.Text = "亿日名称";
//
// txtHSMCMaterName
//
this.txtHSMCMaterName.Location = new System.Drawing.Point(354, 47);
this.txtHSMCMaterName.Name = "txtHSMCMaterName";
this.txtHSMCMaterName.ReadOnly = true;
this.txtHSMCMaterName.Size = new System.Drawing.Size(167, 21);
this.txtHSMCMaterName.TabIndex = 36;
this.txtHSMCMaterName.Tag = "0";
//
// txtHMaterName
//
this.txtHMaterName.Location = new System.Drawing.Point(354, 75);
this.txtHMaterName.Name = "txtHMaterName";
this.txtHMaterName.ReadOnly = true;
this.txtHMaterName.Size = new System.Drawing.Size(167, 21);
this.txtHMaterName.TabIndex = 35;
this.txtHMaterName.Tag = "0";
//
// cmdHMaterID
//
this.cmdHMaterID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHMaterID.Image")));
this.cmdHMaterID.ImageAlign = System.Drawing.ContentAlignment.TopRight;
this.cmdHMaterID.Location = new System.Drawing.Point(253, 72);
this.cmdHMaterID.Name = "cmdHMaterID";
this.cmdHMaterID.Size = new System.Drawing.Size(22, 22);
this.cmdHMaterID.TabIndex = 34;
this.cmdHMaterID.UseVisualStyleBackColor = true;
this.cmdHMaterID.Click += new System.EventHandler(this.cmdHMaterID_Click);
//
// cmdHProcID
//
this.cmdHProcID.BackColor = System.Drawing.Color.Transparent;
this.cmdHProcID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHProcID.Image")));
this.cmdHProcID.ImageAlign = System.Drawing.ContentAlignment.TopRight;
this.cmdHProcID.Location = new System.Drawing.Point(254, 44);
this.cmdHProcID.Name = "cmdHProcID";
this.cmdHProcID.Size = new System.Drawing.Size(22, 22);
this.cmdHProcID.TabIndex = 33;
this.cmdHProcID.UseVisualStyleBackColor = false;
this.cmdHProcID.Click += new System.EventHandler(this.cmdHSMCMaterID_Click);
//
// timer1
//
this.timer1.Enabled = true;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// panel2
//
this.panel2.BackColor = System.Drawing.Color.Lavender;
this.panel2.Controls.Add(this.txtHCheckDate);
this.panel2.Controls.Add(this.label15);
this.panel2.Controls.Add(this.txtHChecker);
this.panel2.Controls.Add(this.label13);
this.panel2.Controls.Add(this.txtHMakeDate);
this.panel2.Controls.Add(this.label11);
this.panel2.Controls.Add(this.txtHMaker);
this.panel2.Controls.Add(this.label8);
this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel2.Location = new System.Drawing.Point(0, 649);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(912, 93);
this.panel2.TabIndex = 32;
//
// txtHCheckDate
//
this.txtHCheckDate.BackColor = System.Drawing.Color.Transparent;
this.txtHCheckDate.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
this.txtHCheckDate.Location = new System.Drawing.Point(262, 52);
this.txtHCheckDate.Name = "txtHCheckDate";
this.txtHCheckDate.Size = new System.Drawing.Size(98, 15);
this.txtHCheckDate.TabIndex = 15;
//
// label15
//
this.label15.AutoSize = true;
this.label15.BackColor = System.Drawing.Color.Transparent;
this.label15.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
this.label15.Location = new System.Drawing.Point(203, 55);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(53, 12);
this.label15.TabIndex = 14;
this.label15.Text = "审核日期";
//
// txtHChecker
//
this.txtHChecker.BackColor = System.Drawing.Color.Transparent;
this.txtHChecker.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
this.txtHChecker.Location = new System.Drawing.Point(262, 18);
this.txtHChecker.Name = "txtHChecker";
this.txtHChecker.Size = new System.Drawing.Size(98, 15);
this.txtHChecker.TabIndex = 13;
//
// label13
//
this.label13.AutoSize = true;
this.label13.BackColor = System.Drawing.Color.Transparent;
this.label13.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
this.label13.Location = new System.Drawing.Point(203, 21);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(41, 12);
this.label13.TabIndex = 12;
this.label13.Text = "审核人";
//
// txtHMakeDate
//
this.txtHMakeDate.BackColor = System.Drawing.Color.Transparent;
this.txtHMakeDate.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
this.txtHMakeDate.Location = new System.Drawing.Point(99, 52);
this.txtHMakeDate.Name = "txtHMakeDate";
this.txtHMakeDate.Size = new System.Drawing.Size(98, 15);
this.txtHMakeDate.TabIndex = 11;
//
// label11
//
this.label11.AutoSize = true;
this.label11.BackColor = System.Drawing.Color.Transparent;
this.label11.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
this.label11.Location = new System.Drawing.Point(40, 55);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(53, 12);
this.label11.TabIndex = 10;
this.label11.Text = "制单日期";
//
// txtHMaker
//
this.txtHMaker.BackColor = System.Drawing.Color.Transparent;
this.txtHMaker.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
this.txtHMaker.Location = new System.Drawing.Point(99, 18);
this.txtHMaker.Name = "txtHMaker";
this.txtHMaker.Size = new System.Drawing.Size(98, 15);
this.txtHMaker.TabIndex = 9;
//
// label8
//
this.label8.AutoSize = true;
this.label8.BackColor = System.Drawing.Color.Transparent;
this.label8.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
this.label8.Location = new System.Drawing.Point(40, 21);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(41, 12);
this.label8.TabIndex = 8;
this.label8.Text = "制单人";
//
// 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, 630);
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(912, 19);
this.grdSum.TabIndex = 48;
//
// 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.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.Disable;
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, 222);
this.grdMain.Name = "grdMain";
this.grdMain.ReadOnly = true;
this.grdMain.RowHeadersWidth = 30;
this.grdMain.RowTemplate.Height = 23;
this.grdMain.Size = new System.Drawing.Size(912, 408);
this.grdMain.TabIndex = 49;
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);
//
// Gy_SMCMaterRelation
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Control;
this.ClientSize = new System.Drawing.Size(912, 742);
this.Controls.Add(this.grdMain);
this.Controls.Add(this.grdSum);
this.Controls.Add(this.panel2);
this.Controls.Add(this.P1);
this.Controls.Add(this.Tool);
this.ForeColor = System.Drawing.Color.Black;
this.KeyPreview = true;
this.Name = "Gy_SMCMaterRelation";
this.Text = "资料维护";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.Gy_SMCMaterRelation_Load);
this.Paint += new System.Windows.Forms.PaintEventHandler(this.Gy_SMCMaterRelation_Paint);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Gy_SMCMaterRelation_FormClosing);
this.Resize += new System.EventHandler(this.Gy_SMCMaterRelation_Resize);
this.Tool.ResumeLayout(false);
this.Tool.PerformLayout();
this.P1.ResumeLayout(false);
this.gbUp.ResumeLayout(false);
this.gbUp.PerformLayout();
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.grdSum)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.grdMain)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ToolStrip Tool;
private System.Windows.Forms.ToolStripButton yl;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripButton xz;
private System.Windows.Forms.ToolStripButton xg;
private System.Windows.Forms.ToolStripButton sc;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
private System.Windows.Forms.ToolStripButton bc;
private System.Windows.Forms.Label lblCaption;
private System.Windows.Forms.TextBox txtHSMCMaterID;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txtHMaterID;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Panel P1;
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.ToolStripButton AddRow;
private System.Windows.Forms.ToolStripButton DelRow;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator8;
private System.Windows.Forms.GroupBox gbUp;
private System.Windows.Forms.Button cmdHMaterID;
private System.Windows.Forms.Button cmdHProcID;
private System.Windows.Forms.ToolStripButton tc;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Label txtHCheckDate;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Label txtHChecker;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label txtHMakeDate;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label txtHMaker;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtHSMCMaterName;
private System.Windows.Forms.TextBox txtHMaterName;
private System.Windows.Forms.RadioButton rbHSelectCusNone;
private System.Windows.Forms.RadioButton rbHSelectMater;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.RadioButton rbHSelectSMC;
private System.Windows.Forms.ToolStripButton mrlk;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator9;
private System.Windows.Forms.ToolStripButton bclk;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
private System.Windows.Forms.DataGridView grdSum;
private System.Windows.Forms.DataGridView grdMain;
private System.Windows.Forms.TextBox textBox1;
}
}