namespace SCM { partial class Gy_UserGongDuanRelation { /// /// 必需的设计器变量。 /// 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_UserGongDuanRelation)); 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.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.P1 = new System.Windows.Forms.Panel(); this.gbUp = new System.Windows.Forms.GroupBox(); this.cmdHUserID = new System.Windows.Forms.Button(); this.label9 = new System.Windows.Forms.Label(); this.txtHUserID = new System.Windows.Forms.TextBox(); 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.panel1 = new System.Windows.Forms.Panel(); this.panel3 = new System.Windows.Forms.Panel(); 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.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 = 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, 62); // // 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); // // toolStripSeparator8 // this.toolStripSeparator8.Name = "toolStripSeparator8"; this.toolStripSeparator8.Size = new System.Drawing.Size(6, 62); // // 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, 62); // // 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, 62); // // 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); // // 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 = "资料维护"; // // 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, 4, 4, 4); this.P1.Name = "P1"; this.P1.Size = new System.Drawing.Size(1109, 124); this.P1.TabIndex = 31; // // gbUp // this.gbUp.BackColor = System.Drawing.Color.Transparent; this.gbUp.Controls.Add(this.cmdHUserID); this.gbUp.Controls.Add(this.label9); this.gbUp.Controls.Add(this.txtHUserID); this.gbUp.Location = new System.Drawing.Point(19, 49); this.gbUp.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.gbUp.Name = "gbUp"; this.gbUp.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); this.gbUp.Size = new System.Drawing.Size(1189, 66); this.gbUp.TabIndex = 33; this.gbUp.TabStop = false; // // cmdHUserID // this.cmdHUserID.BackColor = System.Drawing.Color.Transparent; this.cmdHUserID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHUserID.Image"))); this.cmdHUserID.ImageAlign = System.Drawing.ContentAlignment.TopRight; this.cmdHUserID.Location = new System.Drawing.Point(337, 25); this.cmdHUserID.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.cmdHUserID.Name = "cmdHUserID"; this.cmdHUserID.Size = new System.Drawing.Size(29, 28); this.cmdHUserID.TabIndex = 50; this.cmdHUserID.UseVisualStyleBackColor = false; this.cmdHUserID.Visible = false; this.cmdHUserID.Click += new System.EventHandler(this.cmdHUserID_Click); // // label9 // this.label9.AutoSize = true; this.label9.ForeColor = System.Drawing.Color.Black; this.label9.Location = new System.Drawing.Point(24, 28); this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(69, 15); this.label9.TabIndex = 48; this.label9.Text = "用 户"; // // txtHUserID // this.txtHUserID.Location = new System.Drawing.Point(116, 25); this.txtHUserID.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txtHUserID.Name = "txtHUserID"; this.txtHUserID.ReadOnly = true; this.txtHUserID.Size = new System.Drawing.Size(220, 25); this.txtHUserID.TabIndex = 49; this.txtHUserID.Tag = "0"; // // 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, 812); this.panel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(1109, 116); 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(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 = "制单人"; // // 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, 788); this.grdSum.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); 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(1109, 24); 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(52, 186); this.grdMain.Margin = new System.Windows.Forms.Padding(4, 4, 4, 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(1109, 602); 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); // // panel1 // 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, 4, 4, 4); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(52, 866); this.panel1.TabIndex = 50; // // panel3 // 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, 4, 4, 4); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(55, 866); this.panel3.TabIndex = 51; // // Gy_UserGongDuanRelation // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.Lavender; this.ClientSize = new System.Drawing.Size(1216, 928); this.Controls.Add(this.grdMain); this.Controls.Add(this.grdSum); this.Controls.Add(this.panel2); this.Controls.Add(this.P1); this.Controls.Add(this.panel1); this.Controls.Add(this.panel3); this.Controls.Add(this.Tool); this.ForeColor = System.Drawing.Color.Black; this.KeyPreview = true; this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.Name = "Gy_UserGongDuanRelation"; this.Text = "资料维护"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.Gy_UserGongDuanRelation_Load); this.Paint += new System.Windows.Forms.PaintEventHandler(this.Gy_UserGongDuanRelation_Paint); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Gy_UserGongDuanRelation_FormClosing); this.Resize += new System.EventHandler(this.Gy_UserGongDuanRelation_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.ToolStripSeparator toolStripSeparator4; private System.Windows.Forms.ToolStripButton bc; private System.Windows.Forms.Label lblCaption; 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.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.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.Panel panel1; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.Button cmdHUserID; private System.Windows.Forms.Label label9; public System.Windows.Forms.TextBox txtHUserID; } }