From 2980deef059444a87ec8e57ec252215aa2040d1a Mon Sep 17 00:00:00 2001 From: yibo <361071264@qq.com> Date: Tue, 6 Jul 2021 17:23:09 +0800 Subject: [PATCH] . --- .../GoodsNumberInputDialog.Designer.cs | 32 +++++++++++-------- 1 file changed, 19 insertions(+), 13 deletions(-) diff --git a/ButcherFactory.Form/SegmentProductionAuto_/GoodsNumberInputDialog.Designer.cs b/ButcherFactory.Form/SegmentProductionAuto_/GoodsNumberInputDialog.Designer.cs index 279c82d..a408ca5 100644 --- a/ButcherFactory.Form/SegmentProductionAuto_/GoodsNumberInputDialog.Designer.cs +++ b/ButcherFactory.Form/SegmentProductionAuto_/GoodsNumberInputDialog.Designer.cs @@ -41,10 +41,11 @@ namespace ButcherFactory.SegmentProductionAuto_ this.okBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(77)))), ((int)(((byte)(135)))), ((int)(((byte)(245))))); this.okBtn.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.okBtn.ForeColor = System.Drawing.Color.White; - this.okBtn.Location = new System.Drawing.Point(66, 194); + this.okBtn.Location = new System.Drawing.Point(132, 388); + this.okBtn.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.okBtn.Name = "okBtn"; this.okBtn.SelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(215)))), ((int)(((byte)(107))))); - this.okBtn.Size = new System.Drawing.Size(140, 56); + this.okBtn.Size = new System.Drawing.Size(280, 112); this.okBtn.TabIndex = 1; this.okBtn.Text = "确定"; this.okBtn.UseVisualStyleBackColor = false; @@ -55,10 +56,11 @@ namespace ButcherFactory.SegmentProductionAuto_ this.cancelBtn.BackColor = System.Drawing.Color.Red; this.cancelBtn.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cancelBtn.ForeColor = System.Drawing.Color.White; - this.cancelBtn.Location = new System.Drawing.Point(298, 194); + this.cancelBtn.Location = new System.Drawing.Point(596, 388); + this.cancelBtn.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.cancelBtn.Name = "cancelBtn"; this.cancelBtn.SelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(215)))), ((int)(((byte)(107))))); - this.cancelBtn.Size = new System.Drawing.Size(137, 56); + this.cancelBtn.Size = new System.Drawing.Size(274, 112); this.cancelBtn.TabIndex = 2; this.cancelBtn.Text = "取消"; this.cancelBtn.UseVisualStyleBackColor = false; @@ -69,9 +71,10 @@ namespace ButcherFactory.SegmentProductionAuto_ this.goodsNameLbl.AutoSize = true; this.goodsNameLbl.Font = new System.Drawing.Font("微软雅黑", 17F, System.Drawing.FontStyle.Bold); this.goodsNameLbl.ForeColor = System.Drawing.Color.DeepSkyBlue; - this.goodsNameLbl.Location = new System.Drawing.Point(29, 22); + this.goodsNameLbl.Location = new System.Drawing.Point(58, 44); + this.goodsNameLbl.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.goodsNameLbl.Name = "goodsNameLbl"; - this.goodsNameLbl.Size = new System.Drawing.Size(83, 31); + this.goodsNameLbl.Size = new System.Drawing.Size(163, 60); this.goodsNameLbl.TabIndex = 5; this.goodsNameLbl.Text = "冻带皮"; // @@ -80,32 +83,35 @@ namespace ButcherFactory.SegmentProductionAuto_ this.identityRemark.AutoSize = true; this.identityRemark.Font = new System.Drawing.Font("微软雅黑", 14F); this.identityRemark.ForeColor = System.Drawing.Color.Black; - this.identityRemark.Location = new System.Drawing.Point(105, 101); + this.identityRemark.Location = new System.Drawing.Point(210, 202); + this.identityRemark.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.identityRemark.Name = "identityRemark"; - this.identityRemark.Size = new System.Drawing.Size(50, 25); + this.identityRemark.Size = new System.Drawing.Size(98, 50); this.identityRemark.TabIndex = 6; - this.identityRemark.Text = "件数"; + this.identityRemark.Text = "个数"; // // numberBox // this.numberBox.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.numberBox.Location = new System.Drawing.Point(200, 99); + this.numberBox.Location = new System.Drawing.Point(400, 198); + this.numberBox.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.numberBox.Name = "numberBox"; - this.numberBox.Size = new System.Drawing.Size(194, 29); + this.numberBox.Size = new System.Drawing.Size(384, 51); this.numberBox.TabIndex = 7; this.numberBox.Click += new System.EventHandler(this.numberBox_Click); // // GoodsNumberInputDialog // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); + this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(532, 290); + this.ClientSize = new System.Drawing.Size(1064, 580); this.Controls.Add(this.numberBox); this.Controls.Add(this.identityRemark); this.Controls.Add(this.goodsNameLbl); this.Controls.Add(this.cancelBtn); this.Controls.Add(this.okBtn); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; + this.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.Name = "GoodsNumberInputDialog"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "产品件数录入";