namespace ButcherFactory.Dialogs
{
partial class AddWeightRecord
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.uLabel1 = new WinFormControl.ULabel();
this.uLabel2 = new WinFormControl.ULabel();
this.uLabel3 = new WinFormControl.ULabel();
this.goodsLabel = new WinFormControl.ULabel();
this.panel1 = new System.Windows.Forms.Panel();
this.fullBtn = new ButcherFactory.Controls.ColorButton();
this.helfBtn = new ButcherFactory.Controls.ColorButton();
this.weightInput = new WinFormControl.UTextBoxWithPad();
this.numberInput = new WinFormControl.UTextBoxWithPad();
this.okBtn = new ButcherFactory.Controls.ColorButton();
this.cancelBtn = new ButcherFactory.Controls.ColorButton();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// uLabel1
//
this.uLabel1.AutoSize = true;
this.uLabel1.BackColor = System.Drawing.Color.Transparent;
this.uLabel1.Font = new System.Drawing.Font("宋体", 12F);
this.uLabel1.Location = new System.Drawing.Point(57, 41);
this.uLabel1.Name = "uLabel1";
this.uLabel1.Size = new System.Drawing.Size(88, 16);
this.uLabel1.TabIndex = 0;
this.uLabel1.Text = "存货名称:";
//
// uLabel2
//
this.uLabel2.AutoSize = true;
this.uLabel2.BackColor = System.Drawing.Color.Transparent;
this.uLabel2.Font = new System.Drawing.Font("宋体", 12F);
this.uLabel2.Location = new System.Drawing.Point(57, 109);
this.uLabel2.Name = "uLabel2";
this.uLabel2.Size = new System.Drawing.Size(80, 16);
this.uLabel2.TabIndex = 1;
this.uLabel2.Text = "数 量:";
//
// uLabel3
//
this.uLabel3.AutoSize = true;
this.uLabel3.BackColor = System.Drawing.Color.Transparent;
this.uLabel3.Font = new System.Drawing.Font("宋体", 12F);
this.uLabel3.Location = new System.Drawing.Point(57, 235);
this.uLabel3.Name = "uLabel3";
this.uLabel3.Size = new System.Drawing.Size(80, 16);
this.uLabel3.TabIndex = 2;
this.uLabel3.Text = "重 量:";
//
// goodsLabel
//
this.goodsLabel.AutoSize = true;
this.goodsLabel.BackColor = System.Drawing.Color.Transparent;
this.goodsLabel.Font = new System.Drawing.Font("宋体", 15F);
this.goodsLabel.ForeColor = System.Drawing.Color.Red;
this.goodsLabel.Location = new System.Drawing.Point(174, 41);
this.goodsLabel.Name = "goodsLabel";
this.goodsLabel.Size = new System.Drawing.Size(49, 20);
this.goodsLabel.TabIndex = 5;
this.goodsLabel.Text = "存货";
//
// panel1
//
this.panel1.Controls.Add(this.fullBtn);
this.panel1.Controls.Add(this.helfBtn);
this.panel1.Location = new System.Drawing.Point(178, 100);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(242, 42);
this.panel1.TabIndex = 6;
//
// fullBtn
//
this.fullBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(106)))), ((int)(((byte)(201)))));
this.fullBtn.EnableGroup = true;
this.fullBtn.Font = new System.Drawing.Font("黑体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.fullBtn.ForeColor = System.Drawing.Color.White;
this.fullBtn.Location = new System.Drawing.Point(154, 3);
this.fullBtn.Name = "fullBtn";
this.fullBtn.Selected = true;
this.fullBtn.SelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(0)))), ((int)(((byte)(25)))));
this.fullBtn.Size = new System.Drawing.Size(85, 36);
this.fullBtn.TabIndex = 7;
this.fullBtn.Text = "1";
this.fullBtn.UseVisualStyleBackColor = false;
this.fullBtn.Click += new System.EventHandler(this.fullBtn_Click);
//
// helfBtn
//
this.helfBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(106)))), ((int)(((byte)(201)))));
this.helfBtn.EnableGroup = true;
this.helfBtn.Font = new System.Drawing.Font("黑体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.helfBtn.ForeColor = System.Drawing.Color.White;
this.helfBtn.Location = new System.Drawing.Point(3, 3);
this.helfBtn.Name = "helfBtn";
this.helfBtn.SelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(0)))), ((int)(((byte)(25)))));
this.helfBtn.Size = new System.Drawing.Size(85, 36);
this.helfBtn.TabIndex = 7;
this.helfBtn.Text = "0.5";
this.helfBtn.UseVisualStyleBackColor = false;
this.helfBtn.Click += new System.EventHandler(this.helfBtn_Click);
//
// weightInput
//
this.weightInput.Font = new System.Drawing.Font("宋体", 20F);
this.weightInput.Location = new System.Drawing.Point(178, 226);
this.weightInput.Name = "weightInput";
this.weightInput.Size = new System.Drawing.Size(242, 38);
this.weightInput.TabIndex = 3;
this.weightInput.Type = WinFormControl.UTextBoxWithPad.TextBoxType.Number;
this.weightInput.Click += new System.EventHandler(this.weightInput_Click);
//
// numberInput
//
this.numberInput.Font = new System.Drawing.Font("宋体", 20F);
this.numberInput.Location = new System.Drawing.Point(178, 163);
this.numberInput.Name = "numberInput";
this.numberInput.Size = new System.Drawing.Size(242, 38);
this.numberInput.TabIndex = 2;
this.numberInput.Type = WinFormControl.UTextBoxWithPad.TextBoxType.Number;
this.numberInput.Click += new System.EventHandler(this.weightInput_Click);
//
// okBtn
//
this.okBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(194)))), ((int)(((byte)(76)))));
this.okBtn.Font = new System.Drawing.Font("黑体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.okBtn.ForeColor = System.Drawing.Color.White;
this.okBtn.Location = new System.Drawing.Point(181, 310);
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(92, 40);
this.okBtn.TabIndex = 7;
this.okBtn.Text = "确定";
this.okBtn.UseVisualStyleBackColor = false;
this.okBtn.Click += new System.EventHandler(this.okBtn_Click);
//
// cancelBtn
//
this.cancelBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(77)))), ((int)(((byte)(135)))), ((int)(((byte)(245)))));
this.cancelBtn.Font = new System.Drawing.Font("黑体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cancelBtn.ForeColor = System.Drawing.Color.White;
this.cancelBtn.Location = new System.Drawing.Point(325, 310);
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(92, 40);
this.cancelBtn.TabIndex = 8;
this.cancelBtn.Text = "取消";
this.cancelBtn.UseVisualStyleBackColor = false;
this.cancelBtn.Click += new System.EventHandler(this.cancelBtn_Click);
//
// AddWeightRecord
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(582, 394);
this.ControlBox = false;
this.Controls.Add(this.cancelBtn);
this.Controls.Add(this.okBtn);
this.Controls.Add(this.numberInput);
this.Controls.Add(this.weightInput);
this.Controls.Add(this.panel1);
this.Controls.Add(this.goodsLabel);
this.Controls.Add(this.uLabel3);
this.Controls.Add(this.uLabel2);
this.Controls.Add(this.uLabel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Name = "AddWeightRecord";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "新增";
this.panel1.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private WinFormControl.ULabel uLabel1;
private WinFormControl.ULabel uLabel2;
private WinFormControl.ULabel uLabel3;
private WinFormControl.ULabel goodsLabel;
private System.Windows.Forms.Panel panel1;
private WinFormControl.UTextBoxWithPad weightInput;
private WinFormControl.UTextBoxWithPad numberInput;
private Controls.ColorButton helfBtn;
private Controls.ColorButton fullBtn;
private Controls.ColorButton okBtn;
private Controls.ColorButton cancelBtn;
}
}