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_ProcessbillMain.Designer.cs | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git "a/SCM/\346\212\245\350\241\250/Qk_ProcessbillMain.Designer.cs" "b/SCM/\346\212\245\350\241\250/Qk_ProcessbillMain.Designer.cs" index ae13f40..c9e7e49 100644 --- "a/SCM/\346\212\245\350\241\250/Qk_ProcessbillMain.Designer.cs" +++ "b/SCM/\346\212\245\350\241\250/Qk_ProcessbillMain.Designer.cs" @@ -266,28 +266,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(338, 29); 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(203, 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(120, 29); 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(316, 36); + this.label9.Location = new System.Drawing.Point(326, 36); 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); -- Gitblit v1.9.1