|
|
namespace ButcherFactory.Dialogs
|
|
|
{
|
|
|
partial class NumberSetDialog
|
|
|
{
|
|
|
/// <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(NumberSetDialog));
|
|
|
this.numBox = new WinFormControl.UTextBoxWithPad();
|
|
|
this.uLabel1 = new WinFormControl.ULabel();
|
|
|
this.setBtn = new WinFormControl.UButton();
|
|
|
this.clearAllBtn = new WinFormControl.UButton();
|
|
|
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// numBox
|
|
|
//
|
|
|
this.numBox.Font = new System.Drawing.Font("宋体", 20F);
|
|
|
this.numBox.Location = new System.Drawing.Point(67, 12);
|
|
|
this.numBox.Name = "numBox";
|
|
|
this.numBox.Size = new System.Drawing.Size(195, 38);
|
|
|
this.numBox.TabIndex = 0;
|
|
|
this.numBox.Type = WinFormControl.UTextBoxWithPad.TextBoxType.Number;
|
|
|
//
|
|
|
// uLabel1
|
|
|
//
|
|
|
this.uLabel1.AutoSize = true;
|
|
|
this.uLabel1.BackColor = System.Drawing.Color.Transparent;
|
|
|
this.uLabel1.Font = new System.Drawing.Font("宋体", 15F);
|
|
|
this.uLabel1.Location = new System.Drawing.Point(2, 21);
|
|
|
this.uLabel1.Name = "uLabel1";
|
|
|
this.uLabel1.Size = new System.Drawing.Size(69, 20);
|
|
|
this.uLabel1.TabIndex = 1;
|
|
|
this.uLabel1.Text = "数量:";
|
|
|
//
|
|
|
// setBtn
|
|
|
//
|
|
|
this.setBtn.AsClicked = false;
|
|
|
this.setBtn.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("setBtn.BackgroundImage")));
|
|
|
this.setBtn.EnableGroup = false;
|
|
|
this.setBtn.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(155)))), ((int)(((byte)(214)))));
|
|
|
this.setBtn.FlatAppearance.BorderSize = 0;
|
|
|
this.setBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
this.setBtn.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
this.setBtn.ForeColor = System.Drawing.Color.Black;
|
|
|
this.setBtn.Location = new System.Drawing.Point(281, 12);
|
|
|
this.setBtn.Name = "setBtn";
|
|
|
this.setBtn.PlaySound = false;
|
|
|
this.setBtn.SelfControlEnable = false;
|
|
|
this.setBtn.Size = new System.Drawing.Size(87, 38);
|
|
|
this.setBtn.SoundType = WinFormControl.SoundType.Click;
|
|
|
this.setBtn.TabIndex = 2;
|
|
|
this.setBtn.Text = "设定";
|
|
|
this.setBtn.UseVisualStyleBackColor = true;
|
|
|
this.setBtn.WithStataHode = false;
|
|
|
this.setBtn.Click += new System.EventHandler(this.setBtn_Click);
|
|
|
//
|
|
|
// clearAllBtn
|
|
|
//
|
|
|
this.clearAllBtn.AsClicked = false;
|
|
|
this.clearAllBtn.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("clearAllBtn.BackgroundImage")));
|
|
|
this.clearAllBtn.EnableGroup = false;
|
|
|
this.clearAllBtn.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(155)))), ((int)(((byte)(214)))));
|
|
|
this.clearAllBtn.FlatAppearance.BorderSize = 0;
|
|
|
this.clearAllBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
this.clearAllBtn.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
this.clearAllBtn.ForeColor = System.Drawing.Color.Black;
|
|
|
this.clearAllBtn.Location = new System.Drawing.Point(393, 12);
|
|
|
this.clearAllBtn.Name = "clearAllBtn";
|
|
|
this.clearAllBtn.PlaySound = false;
|
|
|
this.clearAllBtn.SelfControlEnable = false;
|
|
|
this.clearAllBtn.Size = new System.Drawing.Size(87, 38);
|
|
|
this.clearAllBtn.SoundType = WinFormControl.SoundType.Click;
|
|
|
this.clearAllBtn.TabIndex = 3;
|
|
|
this.clearAllBtn.Text = "全清";
|
|
|
this.clearAllBtn.UseVisualStyleBackColor = true;
|
|
|
this.clearAllBtn.WithStataHode = false;
|
|
|
this.clearAllBtn.Click += new System.EventHandler(this.clearAllBtn_Click);
|
|
|
//
|
|
|
// flowLayoutPanel1
|
|
|
//
|
|
|
this.flowLayoutPanel1.Location = new System.Drawing.Point(12, 73);
|
|
|
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
|
|
|
this.flowLayoutPanel1.Size = new System.Drawing.Size(468, 67);
|
|
|
this.flowLayoutPanel1.TabIndex = 4;
|
|
|
//
|
|
|
// NumberSetDialog
|
|
|
//
|
|
|
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(522, 370);
|
|
|
this.Controls.Add(this.flowLayoutPanel1);
|
|
|
this.Controls.Add(this.clearAllBtn);
|
|
|
this.Controls.Add(this.setBtn);
|
|
|
this.Controls.Add(this.numBox);
|
|
|
this.Controls.Add(this.uLabel1);
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
|
this.MinimizeBox = false;
|
|
|
this.Name = "NumberSetDialog";
|
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
|
this.Text = "数量设置";
|
|
|
this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
private WinFormControl.UTextBoxWithPad numBox;
|
|
|
private WinFormControl.ULabel uLabel1;
|
|
|
private WinFormControl.UButton setBtn;
|
|
|
private WinFormControl.UButton clearAllBtn;
|
|
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
|
|
|
}
|
|
|
}
|