From 7929f99e3096841a73197b8f61b9c3091db48823 Mon Sep 17 00:00:00 2001 From: ouyangqing <ouyangqing@DESKTOP-B85SG1D> Date: 星期一, 25 一月 2021 14:07:04 +0800 Subject: [PATCH] nothing --- SCM/单据资料/Gy_BarCodeDetailList.Designer.cs | 100 +++++++++++++++++++++++++------------------------- 1 files changed, 50 insertions(+), 50 deletions(-) diff --git "a/SCM/\345\215\225\346\215\256\350\265\204\346\226\231/Gy_BarCodeDetailList.Designer.cs" "b/SCM/\345\215\225\346\215\256\350\265\204\346\226\231/Gy_BarCodeDetailList.Designer.cs" index 852145d..9e36f80 100644 --- "a/SCM/\345\215\225\346\215\256\350\265\204\346\226\231/Gy_BarCodeDetailList.Designer.cs" +++ "b/SCM/\345\215\225\346\215\256\350\265\204\346\226\231/Gy_BarCodeDetailList.Designer.cs" @@ -31,8 +31,10 @@ { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Gy_BarCodeDetailList)); this.Tool = new System.Windows.Forms.ToolStrip(); - this.cx = new System.Windows.Forms.ToolStripButton(); + this.yl = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); + this.cx = new System.Windows.Forms.ToolStripButton(); + this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.tc = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator(); this.pPic = new System.Windows.Forms.Panel(); @@ -41,6 +43,8 @@ this.lbldj = new System.Windows.Forms.Label(); this.lblCaption = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); + this.textBox8 = new System.Windows.Forms.TextBox(); + this.label13 = new System.Windows.Forms.Label(); this.textBox7 = new System.Windows.Forms.TextBox(); this.label12 = new System.Windows.Forms.Label(); this.textBox3 = new System.Windows.Forms.TextBox(); @@ -66,10 +70,6 @@ this.txtHBillNo = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.grdMain = new System.Windows.Forms.DataGridView(); - this.yl = new System.Windows.Forms.ToolStripButton(); - this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); - this.textBox8 = new System.Windows.Forms.TextBox(); - this.label13 = new System.Windows.Forms.Label(); this.Tool.SuspendLayout(); this.pPic.SuspendLayout(); this.panel1.SuspendLayout(); @@ -98,6 +98,25 @@ 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, 42); + this.yl.Text = "寮曞嚭"; + this.yl.TextAlign = System.Drawing.ContentAlignment.BottomCenter; + this.yl.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; + this.yl.Click += new System.EventHandler(this.yl_Click); + // + // toolStripSeparator2 + // + this.toolStripSeparator2.Name = "toolStripSeparator2"; + this.toolStripSeparator2.Size = new System.Drawing.Size(6, 62); + // // cx // this.cx.AutoSize = false; @@ -112,10 +131,10 @@ this.cx.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.cx.Click += new System.EventHandler(this.cx_Click); // - // toolStripSeparator2 + // toolStripSeparator1 // - this.toolStripSeparator2.Name = "toolStripSeparator2"; - this.toolStripSeparator2.Size = new System.Drawing.Size(6, 62); + this.toolStripSeparator1.Name = "toolStripSeparator1"; + this.toolStripSeparator1.Size = new System.Drawing.Size(6, 62); // // tc // @@ -234,6 +253,24 @@ this.groupBox1.TabStop = false; this.groupBox1.Enter += new System.EventHandler(this.groupBox1_Enter); // + // textBox8 + // + this.textBox8.Location = new System.Drawing.Point(96, 168); + this.textBox8.Margin = new System.Windows.Forms.Padding(4); + this.textBox8.Name = "textBox8"; + this.textBox8.Size = new System.Drawing.Size(172, 25); + this.textBox8.TabIndex = 41; + // + // label13 + // + this.label13.AutoSize = true; + this.label13.Location = new System.Drawing.Point(16, 170); + this.label13.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + this.label13.Name = "label13"; + this.label13.Size = new System.Drawing.Size(82, 15); + this.label13.TabIndex = 40; + this.label13.Text = "姹囨姤鍗曞彿锛�"; + // // textBox7 // this.textBox7.Location = new System.Drawing.Point(904, 118); @@ -295,17 +332,17 @@ // // 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(314, 25); 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(208, 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(96, 27); this.dateTimePicker1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); @@ -330,9 +367,9 @@ this.label11.Location = new System.Drawing.Point(18, 29); 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.Size = new System.Drawing.Size(82, 15); this.label11.TabIndex = 27; - this.label11.Text = "鏌ヨ鏃堕棿"; + this.label11.Text = "妫�楠屾棩鏈燂細"; // // comboBox1 // @@ -483,43 +520,6 @@ this.grdMain.TabIndex = 53; this.grdMain.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdMain_CellValueChanged); this.grdMain.RowStateChanged += new System.Windows.Forms.DataGridViewRowStateChangedEventHandler(this.grdMain_RowStateChanged); - // - // 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, 42); - this.yl.Text = "寮曞嚭"; - this.yl.TextAlign = System.Drawing.ContentAlignment.BottomCenter; - this.yl.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; - this.yl.Click += new System.EventHandler(this.yl_Click); - // - // toolStripSeparator1 - // - this.toolStripSeparator1.Name = "toolStripSeparator1"; - this.toolStripSeparator1.Size = new System.Drawing.Size(6, 62); - // - // textBox8 - // - this.textBox8.Location = new System.Drawing.Point(96, 168); - this.textBox8.Margin = new System.Windows.Forms.Padding(4); - this.textBox8.Name = "textBox8"; - this.textBox8.Size = new System.Drawing.Size(172, 25); - this.textBox8.TabIndex = 41; - // - // label13 - // - this.label13.AutoSize = true; - this.label13.Location = new System.Drawing.Point(16, 170); - this.label13.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); - this.label13.Name = "label13"; - this.label13.Size = new System.Drawing.Size(82, 15); - this.label13.TabIndex = 40; - this.label13.Text = "姹囨姤鍗曞彿锛�"; // // Gy_BarCodeDetailList // -- Gitblit v1.9.1