From 7f5d4a2476f2a0e5803ac1a7f2f24ec5645e99aa Mon Sep 17 00:00:00 2001 From: black-goat-me <226547893@qq.com> Date: 星期五, 21 四月 2023 13:42:07 +0800 Subject: [PATCH] 工序流转卡维护添加引出功能:在Sc_ProcessExchangeBillQuery文件中,设计页面的toolstrip控的引出按钮设置visible为true。 车间工序全程跟踪报表添加上级代码是否显示功能:在MES_OrderProcFlowAllReport文件,在设计页面添加复选框决定是否展示上级代码,在编程页面的display()方法中获取复选框内容并添加到存储过程的参数中。 --- WorkM/车间管理/Sc_ProcessExchangeBillQuery.designer.cs | 198 +++++++++++++++++++++++++------------------------ 1 files changed, 102 insertions(+), 96 deletions(-) diff --git "a/WorkM/\350\275\246\351\227\264\347\256\241\347\220\206/Sc_ProcessExchangeBillQuery.designer.cs" "b/WorkM/\350\275\246\351\227\264\347\256\241\347\220\206/Sc_ProcessExchangeBillQuery.designer.cs" index 5ae33d0..f5fd440 100644 --- "a/WorkM/\350\275\246\351\227\264\347\256\241\347\220\206/Sc_ProcessExchangeBillQuery.designer.cs" +++ "b/WorkM/\350\275\246\351\227\264\347\256\241\347\220\206/Sc_ProcessExchangeBillQuery.designer.cs" @@ -101,6 +101,7 @@ ((System.ComponentModel.ISupportInitialize)(this.grdPrint)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.grdSum)).BeginInit(); this.groupBox1.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); @@ -115,10 +116,10 @@ this.pPic.Controls.Add(this.panel1); this.pPic.Controls.Add(this.lblCaption); this.pPic.Dock = System.Windows.Forms.DockStyle.Top; - this.pPic.Location = new System.Drawing.Point(0, 62); - this.pPic.Margin = new System.Windows.Forms.Padding(4); + this.pPic.Location = new System.Drawing.Point(0, 74); + this.pPic.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.pPic.Name = "pPic"; - this.pPic.Size = new System.Drawing.Size(1415, 46); + this.pPic.Size = new System.Drawing.Size(1592, 55); this.pPic.TabIndex = 15; // // panel1 @@ -126,29 +127,29 @@ this.panel1.Controls.Add(this.lbljl); this.panel1.Controls.Add(this.lbldj); this.panel1.Dock = System.Windows.Forms.DockStyle.Right; - this.panel1.Location = new System.Drawing.Point(1130, 0); - this.panel1.Margin = new System.Windows.Forms.Padding(4); + this.panel1.Location = new System.Drawing.Point(1271, 0); + this.panel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.panel1.Name = "panel1"; - this.panel1.Size = new System.Drawing.Size(285, 46); + this.panel1.Size = new System.Drawing.Size(321, 55); this.panel1.TabIndex = 7; // // lbljl // this.lbljl.AutoSize = true; - this.lbljl.Location = new System.Drawing.Point(32, 30); + this.lbljl.Location = new System.Drawing.Point(36, 36); this.lbljl.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lbljl.Name = "lbljl"; - this.lbljl.Size = new System.Drawing.Size(15, 15); + this.lbljl.Size = new System.Drawing.Size(17, 18); this.lbljl.TabIndex = 1; this.lbljl.Text = " "; // // lbldj // this.lbldj.AutoSize = true; - this.lbldj.Location = new System.Drawing.Point(32, 8); + this.lbldj.Location = new System.Drawing.Point(36, 10); this.lbldj.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lbldj.Name = "lbldj"; - this.lbldj.Size = new System.Drawing.Size(0, 15); + this.lbldj.Size = new System.Drawing.Size(0, 18); this.lbldj.TabIndex = 0; // // lblCaption @@ -157,10 +158,10 @@ this.lblCaption.BackColor = System.Drawing.Color.Transparent; this.lblCaption.Cursor = System.Windows.Forms.Cursors.No; this.lblCaption.Font = new System.Drawing.Font("瀹嬩綋", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.lblCaption.Location = new System.Drawing.Point(16, 11); + this.lblCaption.Location = new System.Drawing.Point(18, 13); this.lblCaption.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblCaption.Name = "lblCaption"; - this.lblCaption.Size = new System.Drawing.Size(124, 27); + this.lblCaption.Size = new System.Drawing.Size(147, 33); this.lblCaption.TabIndex = 4; this.lblCaption.Text = "鍗曟嵁鍒楄〃"; this.lblCaption.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; @@ -209,7 +210,7 @@ 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(1415, 62); + this.Tool.Size = new System.Drawing.Size(1592, 74); this.Tool.Stretch = true; this.Tool.TabIndex = 16; this.Tool.Text = "toolStrip1"; @@ -226,13 +227,12 @@ this.dc.Text = "寮曞嚭"; this.dc.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.dc.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; - this.dc.Visible = false; this.dc.Click += new System.EventHandler(this.dc_Click); // // toolStripSeparator10 // this.toolStripSeparator10.Name = "toolStripSeparator10"; - this.toolStripSeparator10.Size = new System.Drawing.Size(6, 62); + this.toolStripSeparator10.Size = new System.Drawing.Size(6, 74); this.toolStripSeparator10.Visible = false; // // set @@ -280,7 +280,7 @@ // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; - this.toolStripSeparator2.Size = new System.Drawing.Size(6, 62); + this.toolStripSeparator2.Size = new System.Drawing.Size(6, 74); // // cx // @@ -313,7 +313,7 @@ // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; - this.toolStripSeparator1.Size = new System.Drawing.Size(6, 62); + this.toolStripSeparator1.Size = new System.Drawing.Size(6, 74); // // shc // @@ -349,7 +349,7 @@ // toolStripSeparator6 // this.toolStripSeparator6.Name = "toolStripSeparator6"; - this.toolStripSeparator6.Size = new System.Drawing.Size(6, 62); + this.toolStripSeparator6.Size = new System.Drawing.Size(6, 74); this.toolStripSeparator6.Visible = false; // // xz @@ -399,7 +399,7 @@ // toolStripSeparator13 // this.toolStripSeparator13.Name = "toolStripSeparator13"; - this.toolStripSeparator13.Size = new System.Drawing.Size(6, 62); + this.toolStripSeparator13.Size = new System.Drawing.Size(6, 74); // // fg // @@ -419,7 +419,7 @@ // toolStripSeparator12 // this.toolStripSeparator12.Name = "toolStripSeparator12"; - this.toolStripSeparator12.Size = new System.Drawing.Size(6, 62); + this.toolStripSeparator12.Size = new System.Drawing.Size(6, 74); this.toolStripSeparator12.Visible = false; // // gl @@ -439,7 +439,7 @@ // toolStripSeparator14 // this.toolStripSeparator14.Name = "toolStripSeparator14"; - this.toolStripSeparator14.Size = new System.Drawing.Size(6, 62); + this.toolStripSeparator14.Size = new System.Drawing.Size(6, 74); // // cf // @@ -459,7 +459,7 @@ // toolStripSeparator5 // this.toolStripSeparator5.Name = "toolStripSeparator5"; - this.toolStripSeparator5.Size = new System.Drawing.Size(6, 62); + this.toolStripSeparator5.Size = new System.Drawing.Size(6, 74); this.toolStripSeparator5.Visible = false; // // sh @@ -495,7 +495,7 @@ // toolStripSeparator4 // this.toolStripSeparator4.Name = "toolStripSeparator4"; - this.toolStripSeparator4.Size = new System.Drawing.Size(6, 62); + this.toolStripSeparator4.Size = new System.Drawing.Size(6, 74); this.toolStripSeparator4.Visible = false; // // tc @@ -515,13 +515,13 @@ // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; - this.toolStripSeparator3.Size = new System.Drawing.Size(6, 62); + this.toolStripSeparator3.Size = new System.Drawing.Size(6, 74); // // toolStripSeparator9 // this.toolStripSeparator9.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.toolStripSeparator9.Name = "toolStripSeparator9"; - this.toolStripSeparator9.Size = new System.Drawing.Size(6, 62); + this.toolStripSeparator9.Size = new System.Drawing.Size(6, 74); // // yc // @@ -531,7 +531,7 @@ this.yc.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.yc.ImageTransparentColor = System.Drawing.Color.White; this.yc.Name = "yc"; - this.yc.Size = new System.Drawing.Size(58, 59); + this.yc.Size = new System.Drawing.Size(68, 69); this.yc.Text = "闅愯棌鍒�"; this.yc.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.yc.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; @@ -542,7 +542,7 @@ // this.toolStripSeparator11.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.toolStripSeparator11.Name = "toolStripSeparator11"; - this.toolStripSeparator11.Size = new System.Drawing.Size(6, 62); + this.toolStripSeparator11.Size = new System.Drawing.Size(6, 74); // // mrlk // @@ -552,7 +552,7 @@ 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.Size = new System.Drawing.Size(86, 69); this.mrlk.Text = "榛樿鍒楀"; this.mrlk.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.mrlk.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; @@ -562,7 +562,7 @@ // this.toolStripSeparator7.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.toolStripSeparator7.Name = "toolStripSeparator7"; - this.toolStripSeparator7.Size = new System.Drawing.Size(6, 62); + this.toolStripSeparator7.Size = new System.Drawing.Size(6, 74); // // bclk // @@ -572,7 +572,7 @@ 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.Size = new System.Drawing.Size(86, 69); this.bclk.Text = "淇濆瓨鍒楀"; this.bclk.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.bclk.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; @@ -582,7 +582,7 @@ // this.toolStripSeparator8.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.toolStripSeparator8.Name = "toolStripSeparator8"; - this.toolStripSeparator8.Size = new System.Drawing.Size(6, 62); + this.toolStripSeparator8.Size = new System.Drawing.Size(6, 74); // // timer1 // @@ -603,26 +603,28 @@ this.grdMain.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.grdMain.Dock = System.Windows.Forms.DockStyle.Fill; this.grdMain.Location = new System.Drawing.Point(0, 0); - this.grdMain.Margin = new System.Windows.Forms.Padding(4); + this.grdMain.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.grdMain.Name = "grdMain"; this.grdMain.ReadOnly = true; + this.grdMain.RowHeadersWidth = 62; this.grdMain.RowTemplate.Height = 23; - this.grdMain.Size = new System.Drawing.Size(1415, 441); + this.grdMain.Size = new System.Drawing.Size(1592, 434); this.grdMain.TabIndex = 19; this.grdMain.CellMouseUp += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.grdMain_CellMouseUp); - this.grdMain.Scroll += new System.Windows.Forms.ScrollEventHandler(this.grdMain_Scroll); - this.grdMain.DoubleClick += new System.EventHandler(this.grdMain_DblClick); - this.grdMain.Paint += new System.Windows.Forms.PaintEventHandler(this.grdMain_Paint); this.grdMain.ColumnWidthChanged += new System.Windows.Forms.DataGridViewColumnEventHandler(this.grdMain_ColumnWidthChanged); + this.grdMain.Scroll += new System.Windows.Forms.ScrollEventHandler(this.grdMain_Scroll); + this.grdMain.Paint += new System.Windows.Forms.PaintEventHandler(this.grdMain_Paint); + this.grdMain.DoubleClick += new System.EventHandler(this.grdMain_DblClick); // // grdPrint // this.grdPrint.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; - this.grdPrint.Location = new System.Drawing.Point(1029, 182); - this.grdPrint.Margin = new System.Windows.Forms.Padding(4); + this.grdPrint.Location = new System.Drawing.Point(1158, 218); + this.grdPrint.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.grdPrint.Name = "grdPrint"; + this.grdPrint.RowHeadersWidth = 62; this.grdPrint.RowTemplate.Height = 23; - this.grdPrint.Size = new System.Drawing.Size(33, 30); + this.grdPrint.Size = new System.Drawing.Size(37, 36); this.grdPrint.TabIndex = 8; this.grdPrint.Visible = false; // @@ -633,13 +635,14 @@ this.grdSum.BackgroundColor = System.Drawing.SystemColors.Control; this.grdSum.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.grdSum.Dock = System.Windows.Forms.DockStyle.Bottom; - this.grdSum.Location = new System.Drawing.Point(0, 992); - this.grdSum.Margin = new System.Windows.Forms.Padding(4); + this.grdSum.Location = new System.Drawing.Point(0, 1021); + this.grdSum.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.grdSum.Name = "grdSum"; this.grdSum.ReadOnly = true; + this.grdSum.RowHeadersWidth = 62; this.grdSum.RowTemplate.Height = 23; this.grdSum.ScrollBars = System.Windows.Forms.ScrollBars.None; - this.grdSum.Size = new System.Drawing.Size(1415, 24); + this.grdSum.Size = new System.Drawing.Size(1592, 29); this.grdSum.TabIndex = 47; // // groupBox1 @@ -662,20 +665,21 @@ this.groupBox1.Controls.Add(this.btnOK); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top; - this.groupBox1.Location = new System.Drawing.Point(0, 108); - this.groupBox1.Margin = new System.Windows.Forms.Padding(4); + this.groupBox1.Location = new System.Drawing.Point(0, 129); + this.groupBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.groupBox1.Name = "groupBox1"; - this.groupBox1.Padding = new System.Windows.Forms.Padding(4); - this.groupBox1.Size = new System.Drawing.Size(1415, 96); + this.groupBox1.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.groupBox1.Size = new System.Drawing.Size(1592, 115); this.groupBox1.TabIndex = 50; this.groupBox1.TabStop = false; // // chkHWWFlag // this.chkHWWFlag.AutoSize = true; - this.chkHWWFlag.Location = new System.Drawing.Point(351, 66); + this.chkHWWFlag.Location = new System.Drawing.Point(395, 79); + this.chkHWWFlag.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.chkHWWFlag.Name = "chkHWWFlag"; - this.chkHWWFlag.Size = new System.Drawing.Size(104, 19); + this.chkHWWFlag.Size = new System.Drawing.Size(124, 22); this.chkHWWFlag.TabIndex = 19; this.chkHWWFlag.Text = "鍙樉绀哄澶�"; this.chkHWWFlag.UseVisualStyleBackColor = true; @@ -683,77 +687,77 @@ // label7 // this.label7.AutoSize = true; - this.label7.Location = new System.Drawing.Point(196, 32); + this.label7.Location = new System.Drawing.Point(220, 38); this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label7.Name = "label7"; - this.label7.Size = new System.Drawing.Size(97, 15); + this.label7.Size = new System.Drawing.Size(116, 18); this.label7.TabIndex = 17; this.label7.Text = "璁㈠崟璺熻釜鍙凤細"; // // txtHOrderProcNO // - this.txtHOrderProcNO.Location = new System.Drawing.Point(301, 29); - this.txtHOrderProcNO.Margin = new System.Windows.Forms.Padding(4); + this.txtHOrderProcNO.Location = new System.Drawing.Point(339, 35); + this.txtHOrderProcNO.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtHOrderProcNO.Name = "txtHOrderProcNO"; - this.txtHOrderProcNO.Size = new System.Drawing.Size(154, 25); + this.txtHOrderProcNO.Size = new System.Drawing.Size(173, 28); this.txtHOrderProcNO.TabIndex = 18; this.txtHOrderProcNO.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtHOrderProcNO_KeyDown); // // txtHDeptName // - this.txtHDeptName.Location = new System.Drawing.Point(1244, 15); - this.txtHDeptName.Margin = new System.Windows.Forms.Padding(4); + this.txtHDeptName.Location = new System.Drawing.Point(1400, 18); + this.txtHDeptName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtHDeptName.Name = "txtHDeptName"; - this.txtHDeptName.Size = new System.Drawing.Size(148, 25); + this.txtHDeptName.Size = new System.Drawing.Size(166, 28); this.txtHDeptName.TabIndex = 15; this.txtHDeptName.Visible = false; // // label6 // this.label6.AutoSize = true; - this.label6.Location = new System.Drawing.Point(1184, 18); + this.label6.Location = new System.Drawing.Point(1332, 22); this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label6.Name = "label6"; - this.label6.Size = new System.Drawing.Size(52, 15); + this.label6.Size = new System.Drawing.Size(62, 18); this.label6.TabIndex = 16; this.label6.Text = "杞﹂棿锛�"; this.label6.Visible = false; // // txtHMaterID // - this.txtHMaterID.Location = new System.Drawing.Point(864, 54); - this.txtHMaterID.Margin = new System.Windows.Forms.Padding(4); + this.txtHMaterID.Location = new System.Drawing.Point(972, 65); + this.txtHMaterID.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtHMaterID.Name = "txtHMaterID"; - this.txtHMaterID.Size = new System.Drawing.Size(148, 25); + this.txtHMaterID.Size = new System.Drawing.Size(166, 28); this.txtHMaterID.TabIndex = 13; this.txtHMaterID.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtHMaterID_KeyDown); // // label4 // this.label4.AutoSize = true; - this.label4.Location = new System.Drawing.Point(749, 60); + this.label4.Location = new System.Drawing.Point(843, 72); this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label4.Name = "label4"; - this.label4.Size = new System.Drawing.Size(84, 15); + this.label4.Size = new System.Drawing.Size(98, 18); this.label4.TabIndex = 14; this.label4.Text = "鐗� 鏂欙細"; // // label1 // this.label1.AutoSize = true; - this.label1.Location = new System.Drawing.Point(751, 25); + this.label1.Location = new System.Drawing.Point(845, 30); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(97, 15); + this.label1.Size = new System.Drawing.Size(116, 18); this.label1.TabIndex = 11; this.label1.Text = "鐢熶骇璁㈠崟鍙凤細"; // // txtHBillNo // - this.txtHBillNo.Location = new System.Drawing.Point(864, 21); - this.txtHBillNo.Margin = new System.Windows.Forms.Padding(4); + this.txtHBillNo.Location = new System.Drawing.Point(972, 25); + this.txtHBillNo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtHBillNo.Name = "txtHBillNo"; - this.txtHBillNo.Size = new System.Drawing.Size(148, 25); + this.txtHBillNo.Size = new System.Drawing.Size(166, 28); this.txtHBillNo.TabIndex = 12; this.txtHBillNo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtHBillNo_KeyDown); // @@ -765,58 +769,58 @@ "鍏ㄩ儴", "鏈墦鍗�", "宸叉墦鍗�"}); - this.cmbHStatus.Location = new System.Drawing.Point(97, 29); - this.cmbHStatus.Margin = new System.Windows.Forms.Padding(4); + this.cmbHStatus.Location = new System.Drawing.Point(109, 35); + this.cmbHStatus.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.cmbHStatus.Name = "cmbHStatus"; - this.cmbHStatus.Size = new System.Drawing.Size(85, 23); + this.cmbHStatus.Size = new System.Drawing.Size(95, 26); this.cmbHStatus.TabIndex = 10; // // label5 // this.label5.AutoSize = true; - this.label5.Location = new System.Drawing.Point(8, 32); + this.label5.Location = new System.Drawing.Point(9, 38); this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label5.Name = "label5"; - this.label5.Size = new System.Drawing.Size(82, 15); + this.label5.Size = new System.Drawing.Size(98, 18); this.label5.TabIndex = 9; this.label5.Text = "鎵撳嵃鐘舵�侊細"; // // dtpHBDate // this.dtpHBDate.Format = System.Windows.Forms.DateTimePickerFormat.Short; - this.dtpHBDate.Location = new System.Drawing.Point(571, 20); - this.dtpHBDate.Margin = new System.Windows.Forms.Padding(4); + this.dtpHBDate.Location = new System.Drawing.Point(642, 24); + this.dtpHBDate.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.dtpHBDate.Name = "dtpHBDate"; this.dtpHBDate.ShowCheckBox = true; - this.dtpHBDate.Size = new System.Drawing.Size(161, 25); + this.dtpHBDate.Size = new System.Drawing.Size(181, 28); this.dtpHBDate.TabIndex = 3; // // label2 // this.label2.AutoSize = true; - this.label2.Location = new System.Drawing.Point(490, 25); + this.label2.Location = new System.Drawing.Point(551, 30); this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(82, 15); + this.label2.Size = new System.Drawing.Size(98, 18); this.label2.TabIndex = 2; this.label2.Text = "寮�濮嬫棩鏈燂細"; // // dtpHEDate // this.dtpHEDate.Format = System.Windows.Forms.DateTimePickerFormat.Short; - this.dtpHEDate.Location = new System.Drawing.Point(571, 54); - this.dtpHEDate.Margin = new System.Windows.Forms.Padding(4); + this.dtpHEDate.Location = new System.Drawing.Point(642, 65); + this.dtpHEDate.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.dtpHEDate.Name = "dtpHEDate"; this.dtpHEDate.ShowCheckBox = true; - this.dtpHEDate.Size = new System.Drawing.Size(161, 25); + this.dtpHEDate.Size = new System.Drawing.Size(181, 28); this.dtpHEDate.TabIndex = 5; // // btnOK // - this.btnOK.Location = new System.Drawing.Point(1058, 54); - this.btnOK.Margin = new System.Windows.Forms.Padding(4); + this.btnOK.Location = new System.Drawing.Point(1190, 65); + this.btnOK.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.btnOK.Name = "btnOK"; - this.btnOK.Size = new System.Drawing.Size(144, 31); + this.btnOK.Size = new System.Drawing.Size(162, 37); this.btnOK.TabIndex = 6; this.btnOK.Text = "蹇�熸煡璇�"; this.btnOK.UseVisualStyleBackColor = true; @@ -825,18 +829,18 @@ // label3 // this.label3.AutoSize = true; - this.label3.Location = new System.Drawing.Point(489, 58); + this.label3.Location = new System.Drawing.Point(550, 70); this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label3.Name = "label3"; - this.label3.Size = new System.Drawing.Size(82, 15); + this.label3.Size = new System.Drawing.Size(98, 18); this.label3.TabIndex = 4; this.label3.Text = "缁撴潫鏃ユ湡锛�"; // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; - this.splitContainer1.Location = new System.Drawing.Point(0, 204); - this.splitContainer1.Margin = new System.Windows.Forms.Padding(4); + this.splitContainer1.Location = new System.Drawing.Point(0, 244); + this.splitContainer1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.splitContainer1.Name = "splitContainer1"; this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // @@ -847,9 +851,9 @@ // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.grdSub); - this.splitContainer1.Size = new System.Drawing.Size(1415, 788); - this.splitContainer1.SplitterDistance = 441; - this.splitContainer1.SplitterWidth = 5; + this.splitContainer1.Size = new System.Drawing.Size(1592, 777); + this.splitContainer1.SplitterDistance = 434; + this.splitContainer1.SplitterWidth = 6; this.splitContainer1.TabIndex = 51; // // grdSub @@ -860,19 +864,20 @@ this.grdSub.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.grdSub.Dock = System.Windows.Forms.DockStyle.Fill; this.grdSub.Location = new System.Drawing.Point(0, 0); - this.grdSub.Margin = new System.Windows.Forms.Padding(4); + this.grdSub.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.grdSub.Name = "grdSub"; this.grdSub.ReadOnly = true; + this.grdSub.RowHeadersWidth = 62; this.grdSub.RowTemplate.Height = 23; - this.grdSub.Size = new System.Drawing.Size(1415, 342); + this.grdSub.Size = new System.Drawing.Size(1592, 337); this.grdSub.TabIndex = 20; this.grdSub.CellMouseUp += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.grdSub_CellMouseUp); // // Sc_ProcessExchangeBillQuery // - this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); + this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(1415, 1016); + this.ClientSize = new System.Drawing.Size(1592, 1050); this.Controls.Add(this.splitContainer1); this.Controls.Add(this.groupBox1); this.Controls.Add(this.grdPrint); @@ -880,7 +885,7 @@ this.Controls.Add(this.pPic); this.Controls.Add(this.Tool); this.KeyPreview = true; - this.Margin = new System.Windows.Forms.Padding(4); + this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.Name = "Sc_ProcessExchangeBillQuery"; this.Text = "宸ュ簭娴佽浆鍗″垪琛�"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; @@ -899,6 +904,7 @@ this.groupBox1.PerformLayout(); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.grdSub)).EndInit(); this.ResumeLayout(false); -- Gitblit v1.9.1