namespace BaseSet { partial class Gy_StdWorkTimes { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Gy_StdWorkTimes)); this.P1 = new System.Windows.Forms.Panel(); this.lblCaption = new System.Windows.Forms.Label(); this.gbUp = new System.Windows.Forms.GroupBox(); this.txtHStdPric = new System.Windows.Forms.TextBox(); this.txtHStdPiece = new System.Windows.Forms.TextBox(); this.label14 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.txtHLowerlimit = new System.Windows.Forms.TextBox(); this.txtHUpperlimit = new System.Windows.Forms.TextBox(); this.txtHStdWorkTimes = new System.Windows.Forms.TextBox(); this.label10 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.rbHSelectCusNone = new System.Windows.Forms.RadioButton(); this.rbHSelectMater = new System.Windows.Forms.RadioButton(); this.label7 = new System.Windows.Forms.Label(); this.rbHSelectCus = new System.Windows.Forms.RadioButton(); this.label6 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.txtHMaterModel = new System.Windows.Forms.TextBox(); this.txtHProcName = 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.txtHMaterID = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.textBox2 = new System.Windows.Forms.TextBox(); this.textBox1 = new System.Windows.Forms.TextBox(); this.txtHProcID = new System.Windows.Forms.TextBox(); this.panel3 = new System.Windows.Forms.Panel(); 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.grdMain = new System.Windows.Forms.DataGridView(); this.grdSum = new System.Windows.Forms.DataGridView(); this.panel1 = new System.Windows.Forms.Panel(); this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); this.DelRow = new System.Windows.Forms.ToolStripButton(); this.bc = new System.Windows.Forms.ToolStripButton(); this.AddRow = new System.Windows.Forms.ToolStripButton(); this.xg = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator(); this.Tool = new System.Windows.Forms.ToolStrip(); 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.grdMain1 = new System.Windows.Forms.DataGridView(); this.P1.SuspendLayout(); this.gbUp.SuspendLayout(); this.panel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdMain)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.grdSum)).BeginInit(); this.Tool.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdMain1)).BeginInit(); this.SuspendLayout(); // // 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(52, 62); this.P1.Margin = new System.Windows.Forms.Padding(4); this.P1.Name = "P1"; this.P1.Size = new System.Drawing.Size(1109, 293); this.P1.TabIndex = 53; // // 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(668, 15); this.lblCaption.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblCaption.Name = "lblCaption"; this.lblCaption.Size = new System.Drawing.Size(255, 30); this.lblCaption.TabIndex = 18; this.lblCaption.Text = "资料维护"; // // gbUp // this.gbUp.BackColor = System.Drawing.Color.Transparent; this.gbUp.Controls.Add(this.txtHStdPric); this.gbUp.Controls.Add(this.txtHStdPiece); this.gbUp.Controls.Add(this.label14); this.gbUp.Controls.Add(this.label12); this.gbUp.Controls.Add(this.txtHLowerlimit); this.gbUp.Controls.Add(this.txtHUpperlimit); this.gbUp.Controls.Add(this.txtHStdWorkTimes); this.gbUp.Controls.Add(this.label10); this.gbUp.Controls.Add(this.label9); this.gbUp.Controls.Add(this.label1); this.gbUp.Controls.Add(this.rbHSelectCusNone); this.gbUp.Controls.Add(this.rbHSelectMater); this.gbUp.Controls.Add(this.label7); this.gbUp.Controls.Add(this.rbHSelectCus); this.gbUp.Controls.Add(this.label6); this.gbUp.Controls.Add(this.label3); this.gbUp.Controls.Add(this.label2); this.gbUp.Controls.Add(this.txtHMaterModel); this.gbUp.Controls.Add(this.txtHProcName); 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.textBox2); this.gbUp.Controls.Add(this.textBox1); this.gbUp.Controls.Add(this.txtHProcID); this.gbUp.Location = new System.Drawing.Point(19, 49); this.gbUp.Margin = new System.Windows.Forms.Padding(4); this.gbUp.Name = "gbUp"; this.gbUp.Padding = new System.Windows.Forms.Padding(4); this.gbUp.Size = new System.Drawing.Size(1064, 236); this.gbUp.TabIndex = 33; this.gbUp.TabStop = false; // // txtHStdPric // this.txtHStdPric.Location = new System.Drawing.Point(484, 163); this.txtHStdPric.Name = "txtHStdPric"; this.txtHStdPric.Size = new System.Drawing.Size(221, 25); this.txtHStdPric.TabIndex = 48; // // txtHStdPiece // this.txtHStdPiece.Location = new System.Drawing.Point(129, 163); this.txtHStdPiece.Name = "txtHStdPiece"; this.txtHStdPiece.Size = new System.Drawing.Size(221, 25); this.txtHStdPiece.TabIndex = 48; // // label14 // this.label14.AutoSize = true; this.label14.Location = new System.Drawing.Point(407, 168); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(67, 15); this.label14.TabIndex = 47; this.label14.Text = "标准计价"; // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(36, 168); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(67, 15); this.label12.TabIndex = 47; this.label12.Text = "标准计件"; // // txtHLowerlimit // this.txtHLowerlimit.Location = new System.Drawing.Point(805, 130); this.txtHLowerlimit.Name = "txtHLowerlimit"; this.txtHLowerlimit.Size = new System.Drawing.Size(221, 25); this.txtHLowerlimit.TabIndex = 46; // // txtHUpperlimit // this.txtHUpperlimit.Location = new System.Drawing.Point(484, 130); this.txtHUpperlimit.Name = "txtHUpperlimit"; this.txtHUpperlimit.Size = new System.Drawing.Size(221, 25); this.txtHUpperlimit.TabIndex = 46; // // txtHStdWorkTimes // this.txtHStdWorkTimes.Location = new System.Drawing.Point(129, 130); this.txtHStdWorkTimes.Name = "txtHStdWorkTimes"; this.txtHStdWorkTimes.Size = new System.Drawing.Size(221, 25); this.txtHStdWorkTimes.TabIndex = 46; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(407, 135); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(67, 15); this.label10.TabIndex = 45; this.label10.Text = "上限比例"; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(727, 135); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(67, 15); this.label9.TabIndex = 45; this.label9.Text = "下限比例"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(36, 135); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(67, 15); this.label1.TabIndex = 45; this.label1.Text = "标准工时"; // // rbHSelectCusNone // this.rbHSelectCusNone.AutoSize = true; this.rbHSelectCusNone.Checked = true; this.rbHSelectCusNone.Location = new System.Drawing.Point(396, 28); this.rbHSelectCusNone.Margin = new System.Windows.Forms.Padding(4); this.rbHSelectCusNone.Name = "rbHSelectCusNone"; this.rbHSelectCusNone.Size = new System.Drawing.Size(90, 19); 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(264, 28); this.rbHSelectMater.Margin = new System.Windows.Forms.Padding(4); this.rbHSelectMater.Name = "rbHSelectMater"; this.rbHSelectMater.Size = new System.Drawing.Size(90, 19); 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(36, 32); this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(67, 15); this.label7.TabIndex = 42; this.label7.Text = "固定项目"; // // rbHSelectCus // this.rbHSelectCus.AutoSize = true; this.rbHSelectCus.Location = new System.Drawing.Point(129, 28); this.rbHSelectCus.Margin = new System.Windows.Forms.Padding(4); this.rbHSelectCus.Name = "rbHSelectCus"; this.rbHSelectCus.Size = new System.Drawing.Size(90, 19); this.rbHSelectCus.TabIndex = 41; this.rbHSelectCus.Text = "工 序"; this.rbHSelectCus.UseVisualStyleBackColor = true; // // label6 // this.label6.AutoSize = true; this.label6.ForeColor = System.Drawing.Color.Black; this.label6.Location = new System.Drawing.Point(407, 65); this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(67, 15); this.label6.TabIndex = 40; this.label6.Text = "工序名称"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(727, 100); this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(67, 15); this.label3.TabIndex = 39; this.label3.Text = "规格型号"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(407, 100); this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(67, 15); this.label2.TabIndex = 38; this.label2.Text = "物料名称"; // // txtHMaterModel // this.txtHMaterModel.Location = new System.Drawing.Point(805, 95); this.txtHMaterModel.Margin = new System.Windows.Forms.Padding(4); this.txtHMaterModel.Name = "txtHMaterModel"; this.txtHMaterModel.ReadOnly = true; this.txtHMaterModel.Size = new System.Drawing.Size(221, 25); this.txtHMaterModel.TabIndex = 37; this.txtHMaterModel.Tag = "0"; // // txtHProcName // this.txtHProcName.Location = new System.Drawing.Point(484, 61); this.txtHProcName.Margin = new System.Windows.Forms.Padding(4); this.txtHProcName.Name = "txtHProcName"; this.txtHProcName.ReadOnly = true; this.txtHProcName.Size = new System.Drawing.Size(221, 25); this.txtHProcName.TabIndex = 36; this.txtHProcName.Tag = "0"; // // txtHMaterName // this.txtHMaterName.Location = new System.Drawing.Point(484, 96); this.txtHMaterName.Margin = new System.Windows.Forms.Padding(4); this.txtHMaterName.Name = "txtHMaterName"; this.txtHMaterName.ReadOnly = true; this.txtHMaterName.Size = new System.Drawing.Size(221, 25); 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(349, 92); this.cmdHMaterID.Margin = new System.Windows.Forms.Padding(4); this.cmdHMaterID.Name = "cmdHMaterID"; this.cmdHMaterID.Size = new System.Drawing.Size(29, 28); 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(351, 58); this.cmdHProcID.Margin = new System.Windows.Forms.Padding(4); this.cmdHProcID.Name = "cmdHProcID"; this.cmdHProcID.Size = new System.Drawing.Size(29, 28); this.cmdHProcID.TabIndex = 33; this.cmdHProcID.UseVisualStyleBackColor = false; this.cmdHProcID.Click += new System.EventHandler(this.cmdHProcID_Click); // // txtHMaterID // this.txtHMaterID.Location = new System.Drawing.Point(129, 95); this.txtHMaterID.Margin = new System.Windows.Forms.Padding(4); this.txtHMaterID.Name = "txtHMaterID"; this.txtHMaterID.Size = new System.Drawing.Size(221, 25); this.txtHMaterID.TabIndex = 26; this.txtHMaterID.Tag = "0"; // // label5 // this.label5.AutoSize = true; this.label5.ForeColor = System.Drawing.Color.Black; this.label5.Location = new System.Drawing.Point(36, 100); this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(67, 15); this.label5.TabIndex = 25; this.label5.Text = "物料代码"; // // label4 // this.label4.AutoSize = true; this.label4.ForeColor = System.Drawing.Color.Black; this.label4.Location = new System.Drawing.Point(36, 64); this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(67, 15); this.label4.TabIndex = 23; this.label4.Text = "工序代码"; // // textBox2 // this.textBox2.Location = new System.Drawing.Point(730, 26); this.textBox2.Margin = new System.Windows.Forms.Padding(4); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(220, 25); this.textBox2.TabIndex = 24; this.textBox2.Tag = "0"; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(485, 26); this.textBox1.Margin = new System.Windows.Forms.Padding(4); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(220, 25); this.textBox1.TabIndex = 24; this.textBox1.Tag = "0"; // // txtHProcID // this.txtHProcID.Location = new System.Drawing.Point(129, 58); this.txtHProcID.Margin = new System.Windows.Forms.Padding(4); this.txtHProcID.Name = "txtHProcID"; this.txtHProcID.Size = new System.Drawing.Size(220, 25); this.txtHProcID.TabIndex = 24; this.txtHProcID.Tag = "0"; // // panel3 // this.panel3.BackColor = System.Drawing.Color.Lavender; this.panel3.Dock = System.Windows.Forms.DockStyle.Right; this.panel3.Location = new System.Drawing.Point(1161, 62); this.panel3.Margin = new System.Windows.Forms.Padding(4); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(55, 726); this.panel3.TabIndex = 58; // // 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(52, 788); this.panel2.Margin = new System.Windows.Forms.Padding(4); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(1164, 116); this.panel2.TabIndex = 54; // // txtHCheckDate // this.txtHCheckDate.BackColor = System.Drawing.Color.Transparent; this.txtHCheckDate.ForeColor = System.Drawing.SystemColors.ControlDarkDark; this.txtHCheckDate.Location = new System.Drawing.Point(349, 65); this.txtHCheckDate.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.txtHCheckDate.Name = "txtHCheckDate"; this.txtHCheckDate.Size = new System.Drawing.Size(131, 19); 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(271, 69); this.label15.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(67, 15); 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(349, 22); this.txtHChecker.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.txtHChecker.Name = "txtHChecker"; this.txtHChecker.Size = new System.Drawing.Size(131, 19); 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(271, 26); this.label13.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(52, 15); 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(132, 65); this.txtHMakeDate.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.txtHMakeDate.Name = "txtHMakeDate"; this.txtHMakeDate.Size = new System.Drawing.Size(131, 19); 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(53, 69); this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(67, 15); 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(132, 22); this.txtHMaker.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.txtHMaker.Name = "txtHMaker"; this.txtHMaker.Size = new System.Drawing.Size(131, 19); 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(53, 26); this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(52, 15); this.label8.TabIndex = 8; this.label8.Text = "制单人"; // // 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(52, 62); this.grdMain.Margin = new System.Windows.Forms.Padding(4); this.grdMain.Name = "grdMain"; this.grdMain.ReadOnly = true; this.grdMain.RowHeadersWidth = 30; this.grdMain.RowTemplate.Height = 23; this.grdMain.Size = new System.Drawing.Size(1164, 842); this.grdMain.TabIndex = 56; this.grdMain.RowHeadersWidthChanged += new System.EventHandler(this.grdMain_RowHeadersWidthChanged); this.grdMain.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.grdMain_CellBeginEdit); this.grdMain.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdMain_CellEndEdit); this.grdMain.CellLeave += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdMain_CellLeave); this.grdMain.ColumnWidthChanged += new System.Windows.Forms.DataGridViewColumnEventHandler(this.grdMain_ColumnWidthChanged); this.grdMain.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.grdMain_EditingControlShowing); // // 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(52, 904); this.grdSum.Margin = new System.Windows.Forms.Padding(4); this.grdSum.Name = "grdSum"; this.grdSum.ReadOnly = true; this.grdSum.RowHeadersWidth = 51; this.grdSum.RowTemplate.Height = 23; this.grdSum.ScrollBars = System.Windows.Forms.ScrollBars.None; this.grdSum.Size = new System.Drawing.Size(1164, 24); this.grdSum.TabIndex = 55; // // panel1 // this.panel1.BackColor = System.Drawing.Color.Lavender; this.panel1.Dock = System.Windows.Forms.DockStyle.Left; this.panel1.Location = new System.Drawing.Point(0, 62); this.panel1.Margin = new System.Windows.Forms.Padding(4); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(52, 866); this.panel1.TabIndex = 57; // // toolStripSeparator5 // this.toolStripSeparator5.Name = "toolStripSeparator5"; this.toolStripSeparator5.Size = new System.Drawing.Size(6, 62); // // toolStripSeparator4 // this.toolStripSeparator4.Name = "toolStripSeparator4"; this.toolStripSeparator4.Size = new System.Drawing.Size(6, 62); // // 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); // // 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); // // 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); // // 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); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(6, 62); // // toolStripSeparator8 // this.toolStripSeparator8.Name = "toolStripSeparator8"; this.toolStripSeparator8.Size = new System.Drawing.Size(6, 62); // // 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.toolStripSeparator2, this.xg, 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(1216, 62); this.Tool.Stretch = true; this.Tool.TabIndex = 52; this.Tool.Text = "toolStrip1"; // // 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(73, 59); 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, 62); // // 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(73, 59); 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, 62); // // grdMain1 // this.grdMain1.AllowUserToAddRows = false; this.grdMain1.AllowUserToDeleteRows = false; this.grdMain1.BackgroundColor = System.Drawing.Color.WhiteSmoke; this.grdMain1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.grdMain1.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.Disable; this.grdMain1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.grdMain1.Dock = System.Windows.Forms.DockStyle.Fill; this.grdMain1.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.grdMain1.Location = new System.Drawing.Point(52, 355); this.grdMain1.Margin = new System.Windows.Forms.Padding(4); this.grdMain1.Name = "grdMain1"; this.grdMain1.ReadOnly = true; this.grdMain1.RowHeadersWidth = 30; this.grdMain1.RowTemplate.Height = 23; this.grdMain1.Size = new System.Drawing.Size(1109, 433); this.grdMain1.TabIndex = 59; this.grdMain1.RowHeadersWidthChanged += new System.EventHandler(this.grdMain_RowHeadersWidthChanged); this.grdMain1.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdMain_CellEndEdit); this.grdMain1.CellLeave += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdMain_CellLeave); this.grdMain1.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.grdMain_EditingControlShowing); this.grdMain1.Scroll += new System.Windows.Forms.ScrollEventHandler(this.grdMain_Scroll); // // Gy_StdWorkTimes // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1216, 928); this.Controls.Add(this.grdMain1); this.Controls.Add(this.P1); this.Controls.Add(this.panel3); this.Controls.Add(this.panel2); this.Controls.Add(this.grdMain); this.Controls.Add(this.grdSum); this.Controls.Add(this.panel1); this.Controls.Add(this.Tool); this.KeyPreview = true; this.Name = "Gy_StdWorkTimes"; this.Text = "编辑标准工时"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Gy_StdWorkTimes_FormClosing); this.Load += new System.EventHandler(this.Gy_StdWorkTimes_Load); this.Paint += new System.Windows.Forms.PaintEventHandler(this.Gy_StdWorkTimes_Paint); this.Resize += new System.EventHandler(this.Gy_StdWorkTimes_Resize); this.P1.ResumeLayout(false); this.gbUp.ResumeLayout(false); this.gbUp.PerformLayout(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdMain)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.grdSum)).EndInit(); this.Tool.ResumeLayout(false); this.Tool.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdMain1)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel P1; private System.Windows.Forms.Label lblCaption; private System.Windows.Forms.GroupBox gbUp; private System.Windows.Forms.RadioButton rbHSelectCusNone; private System.Windows.Forms.RadioButton rbHSelectMater; private System.Windows.Forms.Label label7; private System.Windows.Forms.RadioButton rbHSelectCus; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtHMaterModel; private System.Windows.Forms.TextBox txtHProcName; private System.Windows.Forms.TextBox txtHMaterName; private System.Windows.Forms.Button cmdHMaterID; private System.Windows.Forms.Button cmdHProcID; private System.Windows.Forms.TextBox txtHMaterID; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox txtHProcID; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.Timer timer1; 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.DataGridView grdMain; private System.Windows.Forms.DataGridView grdSum; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.ToolStripSeparator toolStripSeparator5; private System.Windows.Forms.ToolStripSeparator toolStripSeparator4; private System.Windows.Forms.ToolStripButton DelRow; private System.Windows.Forms.ToolStripButton bc; private System.Windows.Forms.ToolStripButton AddRow; private System.Windows.Forms.ToolStripButton xg; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private System.Windows.Forms.ToolStripSeparator toolStripSeparator8; private System.Windows.Forms.ToolStrip Tool; private System.Windows.Forms.ToolStripButton tc; 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.DataGridView grdMain1; private System.Windows.Forms.TextBox txtHLowerlimit; private System.Windows.Forms.TextBox txtHUpperlimit; private System.Windows.Forms.TextBox txtHStdWorkTimes; private System.Windows.Forms.Label label10; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.TextBox txtHStdPric; private System.Windows.Forms.TextBox txtHStdPiece; private System.Windows.Forms.Label label14; private System.Windows.Forms.Label label12; } }