From 59a55a4630f0a25e5ed147ca5d1f2c86f5564007 Mon Sep 17 00:00:00 2001 From: ouyangqing <ouyangqing@DESKTOP-B85SG1D> Date: 星期一, 25 一月 2021 15:00:17 +0800 Subject: [PATCH] 报表细节修改 --- SCM/报表/Qk_OutProcessList.Designer.cs | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git "a/SCM/\346\212\245\350\241\250/Qk_OutProcessList.Designer.cs" "b/SCM/\346\212\245\350\241\250/Qk_OutProcessList.Designer.cs" index 4b55994..6a3f846 100644 --- "a/SCM/\346\212\245\350\241\250/Qk_OutProcessList.Designer.cs" +++ "b/SCM/\346\212\245\350\241\250/Qk_OutProcessList.Designer.cs" @@ -240,28 +240,28 @@ // // dateTimePicker2 // - this.dateTimePicker2.CustomFormat = "yyyy-MM-dd "; + this.dateTimePicker2.CustomFormat = "yyyy-MM-dd HH:mm:ss"; this.dateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Custom; - this.dateTimePicker2.Location = new System.Drawing.Point(463, 24); + this.dateTimePicker2.Location = new System.Drawing.Point(396, 27); this.dateTimePicker2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.dateTimePicker2.Name = "dateTimePicker2"; - this.dateTimePicker2.Size = new System.Drawing.Size(189, 25); + this.dateTimePicker2.Size = new System.Drawing.Size(204, 25); this.dateTimePicker2.TabIndex = 33; // // dateTimePicker1 // - this.dateTimePicker1.CustomFormat = "yyyy-MM-dd "; + this.dateTimePicker1.CustomFormat = "yyyy-MM-dd HH:mm:ss"; this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom; - this.dateTimePicker1.Location = new System.Drawing.Point(245, 24); + this.dateTimePicker1.Location = new System.Drawing.Point(170, 27); this.dateTimePicker1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.dateTimePicker1.Name = "dateTimePicker1"; - this.dateTimePicker1.Size = new System.Drawing.Size(189, 25); + this.dateTimePicker1.Size = new System.Drawing.Size(199, 25); this.dateTimePicker1.TabIndex = 32; // // label9 // this.label9.AutoSize = true; - this.label9.Location = new System.Drawing.Point(441, 31); + this.label9.Location = new System.Drawing.Point(376, 34); this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(15, 15); @@ -271,7 +271,7 @@ // label11 // this.label11.AutoSize = true; - this.label11.Location = new System.Drawing.Point(133, 29); + this.label11.Location = new System.Drawing.Point(58, 34); this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(105, 15); -- Gitblit v1.9.1