|
|
namespace ButcherFactory.Dialogs
|
|
|
{
|
|
|
partial class AddWeightRecord
|
|
|
{
|
|
|
/// <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()
|
|
|
{
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AddWeightRecord));
|
|
|
this.uLabel1 = new WinFormControl.ULabel();
|
|
|
this.uLabel2 = new WinFormControl.ULabel();
|
|
|
this.uLabel3 = new WinFormControl.ULabel();
|
|
|
this.okBtn = new WinFormControl.UButton();
|
|
|
this.cancelBtn = new WinFormControl.UButton();
|
|
|
this.goodsLabel = new WinFormControl.ULabel();
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
|
this.fullBtn = new WinFormControl.UButton();
|
|
|
this.helfBtn = new WinFormControl.UButton();
|
|
|
this.weightInput = new WinFormControl.UTextBoxWithPad();
|
|
|
this.numberInput = new WinFormControl.UTextBoxWithPad();
|
|
|
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 = "重 量:";
|
|
|
//
|
|
|
// okBtn
|
|
|
//
|
|
|
this.okBtn.AsClicked = false;
|
|
|
this.okBtn.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("okBtn.BackgroundImage")));
|
|
|
this.okBtn.EnableGroup = false;
|
|
|
this.okBtn.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(155)))), ((int)(((byte)(214)))));
|
|
|
this.okBtn.FlatAppearance.BorderSize = 0;
|
|
|
this.okBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
this.okBtn.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
this.okBtn.ForeColor = System.Drawing.Color.Black;
|
|
|
this.okBtn.Location = new System.Drawing.Point(174, 310);
|
|
|
this.okBtn.Name = "okBtn";
|
|
|
this.okBtn.PlaySound = false;
|
|
|
this.okBtn.SelfControlEnable = false;
|
|
|
this.okBtn.Size = new System.Drawing.Size(92, 40);
|
|
|
this.okBtn.SoundType = WinFormControl.SoundType.Click;
|
|
|
this.okBtn.TabIndex = 4;
|
|
|
this.okBtn.Text = "确定";
|
|
|
this.okBtn.UseVisualStyleBackColor = true;
|
|
|
this.okBtn.WithStataHode = false;
|
|
|
this.okBtn.Click += new System.EventHandler(this.okBtn_Click);
|
|
|
//
|
|
|
// cancelBtn
|
|
|
//
|
|
|
this.cancelBtn.AsClicked = false;
|
|
|
this.cancelBtn.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("cancelBtn.BackgroundImage")));
|
|
|
this.cancelBtn.EnableGroup = false;
|
|
|
this.cancelBtn.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(155)))), ((int)(((byte)(214)))));
|
|
|
this.cancelBtn.FlatAppearance.BorderSize = 0;
|
|
|
this.cancelBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
this.cancelBtn.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
this.cancelBtn.ForeColor = System.Drawing.Color.Black;
|
|
|
this.cancelBtn.Location = new System.Drawing.Point(332, 310);
|
|
|
this.cancelBtn.Name = "cancelBtn";
|
|
|
this.cancelBtn.PlaySound = false;
|
|
|
this.cancelBtn.SelfControlEnable = false;
|
|
|
this.cancelBtn.Size = new System.Drawing.Size(92, 40);
|
|
|
this.cancelBtn.SoundType = WinFormControl.SoundType.Click;
|
|
|
this.cancelBtn.TabIndex = 5;
|
|
|
this.cancelBtn.Text = "取消";
|
|
|
this.cancelBtn.UseVisualStyleBackColor = true;
|
|
|
this.cancelBtn.WithStataHode = false;
|
|
|
this.cancelBtn.Click += new System.EventHandler(this.cancelBtn_Click);
|
|
|
//
|
|
|
// 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.AsClicked = true;
|
|
|
this.fullBtn.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("fullBtn.BackgroundImage")));
|
|
|
this.fullBtn.EnableGroup = true;
|
|
|
this.fullBtn.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(155)))), ((int)(((byte)(214)))));
|
|
|
this.fullBtn.FlatAppearance.BorderSize = 0;
|
|
|
this.fullBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
this.fullBtn.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
this.fullBtn.ForeColor = System.Drawing.Color.White;
|
|
|
this.fullBtn.Location = new System.Drawing.Point(154, 3);
|
|
|
this.fullBtn.Name = "fullBtn";
|
|
|
this.fullBtn.PlaySound = false;
|
|
|
this.fullBtn.SelfControlEnable = false;
|
|
|
this.fullBtn.Size = new System.Drawing.Size(85, 36);
|
|
|
this.fullBtn.SoundType = WinFormControl.SoundType.Click;
|
|
|
this.fullBtn.TabIndex = 1;
|
|
|
this.fullBtn.Text = "1";
|
|
|
this.fullBtn.UseVisualStyleBackColor = true;
|
|
|
this.fullBtn.WithStataHode = true;
|
|
|
this.fullBtn.Click += new System.EventHandler(this.fullBtn_Click);
|
|
|
//
|
|
|
// helfBtn
|
|
|
//
|
|
|
this.helfBtn.AsClicked = false;
|
|
|
this.helfBtn.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("helfBtn.BackgroundImage")));
|
|
|
this.helfBtn.EnableGroup = true;
|
|
|
this.helfBtn.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(155)))), ((int)(((byte)(214)))));
|
|
|
this.helfBtn.FlatAppearance.BorderSize = 0;
|
|
|
this.helfBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
this.helfBtn.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
this.helfBtn.ForeColor = System.Drawing.Color.Black;
|
|
|
this.helfBtn.Location = new System.Drawing.Point(3, 3);
|
|
|
this.helfBtn.Name = "helfBtn";
|
|
|
this.helfBtn.PlaySound = false;
|
|
|
this.helfBtn.SelfControlEnable = false;
|
|
|
this.helfBtn.Size = new System.Drawing.Size(85, 36);
|
|
|
this.helfBtn.SoundType = WinFormControl.SoundType.Click;
|
|
|
this.helfBtn.TabIndex = 0;
|
|
|
this.helfBtn.Text = "0.5";
|
|
|
this.helfBtn.UseVisualStyleBackColor = true;
|
|
|
this.helfBtn.WithStataHode = true;
|
|
|
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;
|
|
|
//
|
|
|
// 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;
|
|
|
//
|
|
|
// 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.numberInput);
|
|
|
this.Controls.Add(this.weightInput);
|
|
|
this.Controls.Add(this.panel1);
|
|
|
this.Controls.Add(this.goodsLabel);
|
|
|
this.Controls.Add(this.cancelBtn);
|
|
|
this.Controls.Add(this.okBtn);
|
|
|
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.UButton okBtn;
|
|
|
private WinFormControl.UButton cancelBtn;
|
|
|
private WinFormControl.ULabel goodsLabel;
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
|
private WinFormControl.UButton helfBtn;
|
|
|
private WinFormControl.UTextBoxWithPad weightInput;
|
|
|
private WinFormControl.UButton fullBtn;
|
|
|
private WinFormControl.UTextBoxWithPad numberInput;
|
|
|
}
|
|
|
}
|