|
|
|
|
|
namespace ButcherFactory.SegmentProductionAuto_
|
|
|
{
|
|
|
partial class GoodsNumberInputDialog
|
|
|
{
|
|
|
/// <summary>
|
|
|
/// Required designer variable.
|
|
|
/// </summary>
|
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
|
|
/// <summary>
|
|
|
/// Clean up any resources being used.
|
|
|
/// </summary>
|
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
|
protected override void Dispose(bool disposing)
|
|
|
{
|
|
|
if (disposing && (components != null))
|
|
|
{
|
|
|
components.Dispose();
|
|
|
}
|
|
|
base.Dispose(disposing);
|
|
|
}
|
|
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
|
|
/// <summary>
|
|
|
/// Required method for Designer support - do not modify
|
|
|
/// the contents of this method with the code editor.
|
|
|
/// </summary>
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
this.components = new System.ComponentModel.Container();
|
|
|
this.okBtn = new ButcherFactory.Controls.ColorButton();
|
|
|
this.cancelBtn = new ButcherFactory.Controls.ColorButton();
|
|
|
this.goodsNameLbl = new System.Windows.Forms.Label();
|
|
|
this.identityRemark = new System.Windows.Forms.Label();
|
|
|
this.numberBox = new System.Windows.Forms.TextBox();
|
|
|
this.roundPanel1 = new ButcherFactory.Controls.RoundPanel(this.components);
|
|
|
this.colorButton1 = new ButcherFactory.Controls.ColorButton();
|
|
|
this.colorButton2 = new ButcherFactory.Controls.ColorButton();
|
|
|
this.colorButton3 = new ButcherFactory.Controls.ColorButton();
|
|
|
this.colorButton4 = new ButcherFactory.Controls.ColorButton();
|
|
|
this.colorButton5 = new ButcherFactory.Controls.ColorButton();
|
|
|
this.colorButton6 = new ButcherFactory.Controls.ColorButton();
|
|
|
this.colorButton7 = new ButcherFactory.Controls.ColorButton();
|
|
|
this.colorButton8 = new ButcherFactory.Controls.ColorButton();
|
|
|
this.colorButton9 = new ButcherFactory.Controls.ColorButton();
|
|
|
this.colorButton10 = new ButcherFactory.Controls.ColorButton();
|
|
|
this.colorButton11 = new ButcherFactory.Controls.ColorButton();
|
|
|
this.colorButton12 = new ButcherFactory.Controls.ColorButton();
|
|
|
this.roundPanel1.SuspendLayout();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// okBtn
|
|
|
//
|
|
|
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(67, 536);
|
|
|
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.TabIndex = 1;
|
|
|
this.okBtn.Text = "确定";
|
|
|
this.okBtn.UseVisualStyleBackColor = false;
|
|
|
this.okBtn.Click += new System.EventHandler(this.okBtn_Click);
|
|
|
//
|
|
|
// cancelBtn
|
|
|
//
|
|
|
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(299, 536);
|
|
|
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.TabIndex = 2;
|
|
|
this.cancelBtn.Text = "取消";
|
|
|
this.cancelBtn.UseVisualStyleBackColor = false;
|
|
|
this.cancelBtn.Click += new System.EventHandler(this.cancelBtn_Click);
|
|
|
//
|
|
|
// goodsNameLbl
|
|
|
//
|
|
|
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.Name = "goodsNameLbl";
|
|
|
this.goodsNameLbl.Size = new System.Drawing.Size(83, 31);
|
|
|
this.goodsNameLbl.TabIndex = 5;
|
|
|
this.goodsNameLbl.Text = "冻带皮";
|
|
|
//
|
|
|
// identityRemark
|
|
|
//
|
|
|
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, 72);
|
|
|
this.identityRemark.Name = "identityRemark";
|
|
|
this.identityRemark.Size = new System.Drawing.Size(50, 25);
|
|
|
this.identityRemark.TabIndex = 6;
|
|
|
this.identityRemark.Text = "个数";
|
|
|
//
|
|
|
// numberBox
|
|
|
//
|
|
|
this.numberBox.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.numberBox.Location = new System.Drawing.Point(193, 70);
|
|
|
this.numberBox.Name = "numberBox";
|
|
|
this.numberBox.Size = new System.Drawing.Size(194, 35);
|
|
|
this.numberBox.TabIndex = 7;
|
|
|
//
|
|
|
// roundPanel1
|
|
|
//
|
|
|
this.roundPanel1.Controls.Add(this.colorButton10);
|
|
|
this.roundPanel1.Controls.Add(this.colorButton11);
|
|
|
this.roundPanel1.Controls.Add(this.colorButton12);
|
|
|
this.roundPanel1.Controls.Add(this.colorButton7);
|
|
|
this.roundPanel1.Controls.Add(this.colorButton8);
|
|
|
this.roundPanel1.Controls.Add(this.colorButton9);
|
|
|
this.roundPanel1.Controls.Add(this.colorButton4);
|
|
|
this.roundPanel1.Controls.Add(this.colorButton5);
|
|
|
this.roundPanel1.Controls.Add(this.colorButton6);
|
|
|
this.roundPanel1.Controls.Add(this.colorButton3);
|
|
|
this.roundPanel1.Controls.Add(this.colorButton2);
|
|
|
this.roundPanel1.Controls.Add(this.colorButton1);
|
|
|
this.roundPanel1.Location = new System.Drawing.Point(35, 139);
|
|
|
this.roundPanel1.Margin = new System.Windows.Forms.Padding(0);
|
|
|
this.roundPanel1.Name = "roundPanel1";
|
|
|
this.roundPanel1.Size = new System.Drawing.Size(442, 370);
|
|
|
this.roundPanel1.TabIndex = 8;
|
|
|
//
|
|
|
// colorButton1
|
|
|
//
|
|
|
this.colorButton1.BackColor = System.Drawing.Color.Black;
|
|
|
this.colorButton1.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.colorButton1.ForeColor = System.Drawing.Color.White;
|
|
|
this.colorButton1.Location = new System.Drawing.Point(28, 22);
|
|
|
this.colorButton1.Name = "colorButton1";
|
|
|
this.colorButton1.SelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(215)))), ((int)(((byte)(107)))));
|
|
|
this.colorButton1.Size = new System.Drawing.Size(99, 60);
|
|
|
this.colorButton1.TabIndex = 0;
|
|
|
this.colorButton1.Text = "7";
|
|
|
this.colorButton1.UseVisualStyleBackColor = false;
|
|
|
this.colorButton1.Click += new System.EventHandler(this.NumBtnClick);
|
|
|
//
|
|
|
// colorButton2
|
|
|
//
|
|
|
this.colorButton2.BackColor = System.Drawing.Color.Black;
|
|
|
this.colorButton2.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Bold);
|
|
|
this.colorButton2.ForeColor = System.Drawing.Color.White;
|
|
|
this.colorButton2.Location = new System.Drawing.Point(174, 22);
|
|
|
this.colorButton2.Name = "colorButton2";
|
|
|
this.colorButton2.SelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(215)))), ((int)(((byte)(107)))));
|
|
|
this.colorButton2.Size = new System.Drawing.Size(99, 60);
|
|
|
this.colorButton2.TabIndex = 1;
|
|
|
this.colorButton2.Text = "8";
|
|
|
this.colorButton2.UseVisualStyleBackColor = false;
|
|
|
this.colorButton2.Click += new System.EventHandler(this.NumBtnClick);
|
|
|
//
|
|
|
// colorButton3
|
|
|
//
|
|
|
this.colorButton3.BackColor = System.Drawing.Color.Black;
|
|
|
this.colorButton3.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Bold);
|
|
|
this.colorButton3.ForeColor = System.Drawing.Color.White;
|
|
|
this.colorButton3.Location = new System.Drawing.Point(322, 22);
|
|
|
this.colorButton3.Name = "colorButton3";
|
|
|
this.colorButton3.SelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(215)))), ((int)(((byte)(107)))));
|
|
|
this.colorButton3.Size = new System.Drawing.Size(99, 60);
|
|
|
this.colorButton3.TabIndex = 2;
|
|
|
this.colorButton3.Text = "9";
|
|
|
this.colorButton3.UseVisualStyleBackColor = false;
|
|
|
this.colorButton3.Click += new System.EventHandler(this.NumBtnClick);
|
|
|
//
|
|
|
// colorButton4
|
|
|
//
|
|
|
this.colorButton4.BackColor = System.Drawing.Color.Black;
|
|
|
this.colorButton4.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Bold);
|
|
|
this.colorButton4.ForeColor = System.Drawing.Color.White;
|
|
|
this.colorButton4.Location = new System.Drawing.Point(322, 111);
|
|
|
this.colorButton4.Name = "colorButton4";
|
|
|
this.colorButton4.SelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(215)))), ((int)(((byte)(107)))));
|
|
|
this.colorButton4.Size = new System.Drawing.Size(99, 60);
|
|
|
this.colorButton4.TabIndex = 5;
|
|
|
this.colorButton4.Text = "6";
|
|
|
this.colorButton4.UseVisualStyleBackColor = false;
|
|
|
this.colorButton4.Click += new System.EventHandler(this.NumBtnClick);
|
|
|
//
|
|
|
// colorButton5
|
|
|
//
|
|
|
this.colorButton5.BackColor = System.Drawing.Color.Black;
|
|
|
this.colorButton5.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Bold);
|
|
|
this.colorButton5.ForeColor = System.Drawing.Color.White;
|
|
|
this.colorButton5.Location = new System.Drawing.Point(174, 111);
|
|
|
this.colorButton5.Name = "colorButton5";
|
|
|
this.colorButton5.SelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(215)))), ((int)(((byte)(107)))));
|
|
|
this.colorButton5.Size = new System.Drawing.Size(99, 60);
|
|
|
this.colorButton5.TabIndex = 4;
|
|
|
this.colorButton5.Text = "5";
|
|
|
this.colorButton5.UseVisualStyleBackColor = false;
|
|
|
this.colorButton5.Click += new System.EventHandler(this.NumBtnClick);
|
|
|
//
|
|
|
// colorButton6
|
|
|
//
|
|
|
this.colorButton6.BackColor = System.Drawing.Color.Black;
|
|
|
this.colorButton6.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Bold);
|
|
|
this.colorButton6.ForeColor = System.Drawing.Color.White;
|
|
|
this.colorButton6.Location = new System.Drawing.Point(28, 111);
|
|
|
this.colorButton6.Name = "colorButton6";
|
|
|
this.colorButton6.SelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(215)))), ((int)(((byte)(107)))));
|
|
|
this.colorButton6.Size = new System.Drawing.Size(99, 60);
|
|
|
this.colorButton6.TabIndex = 3;
|
|
|
this.colorButton6.Text = "4";
|
|
|
this.colorButton6.UseVisualStyleBackColor = false;
|
|
|
this.colorButton6.Click += new System.EventHandler(this.NumBtnClick);
|
|
|
//
|
|
|
// colorButton7
|
|
|
//
|
|
|
this.colorButton7.BackColor = System.Drawing.Color.Black;
|
|
|
this.colorButton7.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Bold);
|
|
|
this.colorButton7.ForeColor = System.Drawing.Color.White;
|
|
|
this.colorButton7.Location = new System.Drawing.Point(322, 200);
|
|
|
this.colorButton7.Name = "colorButton7";
|
|
|
this.colorButton7.SelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(215)))), ((int)(((byte)(107)))));
|
|
|
this.colorButton7.Size = new System.Drawing.Size(99, 60);
|
|
|
this.colorButton7.TabIndex = 8;
|
|
|
this.colorButton7.Text = "3";
|
|
|
this.colorButton7.UseVisualStyleBackColor = false;
|
|
|
this.colorButton7.Click += new System.EventHandler(this.NumBtnClick);
|
|
|
//
|
|
|
// colorButton8
|
|
|
//
|
|
|
this.colorButton8.BackColor = System.Drawing.Color.Black;
|
|
|
this.colorButton8.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Bold);
|
|
|
this.colorButton8.ForeColor = System.Drawing.Color.White;
|
|
|
this.colorButton8.Location = new System.Drawing.Point(174, 200);
|
|
|
this.colorButton8.Name = "colorButton8";
|
|
|
this.colorButton8.SelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(215)))), ((int)(((byte)(107)))));
|
|
|
this.colorButton8.Size = new System.Drawing.Size(99, 60);
|
|
|
this.colorButton8.TabIndex = 7;
|
|
|
this.colorButton8.Text = "2";
|
|
|
this.colorButton8.UseVisualStyleBackColor = false;
|
|
|
this.colorButton8.Click += new System.EventHandler(this.NumBtnClick);
|
|
|
//
|
|
|
// colorButton9
|
|
|
//
|
|
|
this.colorButton9.BackColor = System.Drawing.Color.Black;
|
|
|
this.colorButton9.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Bold);
|
|
|
this.colorButton9.ForeColor = System.Drawing.Color.White;
|
|
|
this.colorButton9.Location = new System.Drawing.Point(28, 200);
|
|
|
this.colorButton9.Name = "colorButton9";
|
|
|
this.colorButton9.SelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(215)))), ((int)(((byte)(107)))));
|
|
|
this.colorButton9.Size = new System.Drawing.Size(99, 60);
|
|
|
this.colorButton9.TabIndex = 6;
|
|
|
this.colorButton9.Text = "1";
|
|
|
this.colorButton9.UseVisualStyleBackColor = false;
|
|
|
this.colorButton9.Click += new System.EventHandler(this.NumBtnClick);
|
|
|
//
|
|
|
// colorButton10
|
|
|
//
|
|
|
this.colorButton10.BackColor = System.Drawing.Color.Black;
|
|
|
this.colorButton10.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Bold);
|
|
|
this.colorButton10.ForeColor = System.Drawing.Color.White;
|
|
|
this.colorButton10.Location = new System.Drawing.Point(322, 288);
|
|
|
this.colorButton10.Name = "colorButton10";
|
|
|
this.colorButton10.SelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(215)))), ((int)(((byte)(107)))));
|
|
|
this.colorButton10.Size = new System.Drawing.Size(99, 60);
|
|
|
this.colorButton10.TabIndex = 11;
|
|
|
this.colorButton10.Text = "退格";
|
|
|
this.colorButton10.UseVisualStyleBackColor = false;
|
|
|
this.colorButton10.Click += new System.EventHandler(this.NumBtnClick);
|
|
|
//
|
|
|
// colorButton11
|
|
|
//
|
|
|
this.colorButton11.BackColor = System.Drawing.Color.Black;
|
|
|
this.colorButton11.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Bold);
|
|
|
this.colorButton11.ForeColor = System.Drawing.Color.White;
|
|
|
this.colorButton11.Location = new System.Drawing.Point(174, 288);
|
|
|
this.colorButton11.Name = "colorButton11";
|
|
|
this.colorButton11.SelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(215)))), ((int)(((byte)(107)))));
|
|
|
this.colorButton11.Size = new System.Drawing.Size(99, 60);
|
|
|
this.colorButton11.TabIndex = 10;
|
|
|
this.colorButton11.Text = ".";
|
|
|
this.colorButton11.UseVisualStyleBackColor = false;
|
|
|
this.colorButton11.Click += new System.EventHandler(this.NumBtnClick);
|
|
|
//
|
|
|
// colorButton12
|
|
|
//
|
|
|
this.colorButton12.BackColor = System.Drawing.Color.Black;
|
|
|
this.colorButton12.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Bold);
|
|
|
this.colorButton12.ForeColor = System.Drawing.Color.White;
|
|
|
this.colorButton12.Location = new System.Drawing.Point(28, 288);
|
|
|
this.colorButton12.Name = "colorButton12";
|
|
|
this.colorButton12.SelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(215)))), ((int)(((byte)(107)))));
|
|
|
this.colorButton12.Size = new System.Drawing.Size(99, 60);
|
|
|
this.colorButton12.TabIndex = 9;
|
|
|
this.colorButton12.Text = "0";
|
|
|
this.colorButton12.UseVisualStyleBackColor = false;
|
|
|
this.colorButton12.Click += new System.EventHandler(this.NumBtnClick);
|
|
|
//
|
|
|
// GoodsNumberInputDialog
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(532, 627);
|
|
|
this.Controls.Add(this.roundPanel1);
|
|
|
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.Name = "GoodsNumberInputDialog";
|
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
|
this.Text = "产品件数录入";
|
|
|
this.roundPanel1.ResumeLayout(false);
|
|
|
this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
private Controls.ColorButton okBtn;
|
|
|
private Controls.ColorButton cancelBtn;
|
|
|
private System.Windows.Forms.Label goodsNameLbl;
|
|
|
private System.Windows.Forms.Label identityRemark;
|
|
|
private System.Windows.Forms.TextBox numberBox;
|
|
|
private Controls.RoundPanel roundPanel1;
|
|
|
private Controls.ColorButton colorButton10;
|
|
|
private Controls.ColorButton colorButton11;
|
|
|
private Controls.ColorButton colorButton12;
|
|
|
private Controls.ColorButton colorButton7;
|
|
|
private Controls.ColorButton colorButton8;
|
|
|
private Controls.ColorButton colorButton9;
|
|
|
private Controls.ColorButton colorButton4;
|
|
|
private Controls.ColorButton colorButton5;
|
|
|
private Controls.ColorButton colorButton6;
|
|
|
private Controls.ColorButton colorButton3;
|
|
|
private Controls.ColorButton colorButton2;
|
|
|
private Controls.ColorButton colorButton1;
|
|
|
}
|
|
|
}
|