You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

125 lines
5.3 KiB

namespace SelfHelpClient
{
partial class MainForm
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.panel1 = new System.Windows.Forms.Panel();
this.weightBtn = new WinFormControl.NButton();
this.selfBtn = new WinFormControl.NButton();
this.testClose = new WinFormControl.NButton();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.Anchor = System.Windows.Forms.AnchorStyles.None;
this.panel1.Controls.Add(this.weightBtn);
this.panel1.Controls.Add(this.selfBtn);
this.panel1.Location = new System.Drawing.Point(136, 137);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(644, 271);
this.panel1.TabIndex = 0;
//
// weightBtn
//
this.weightBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(136)))), ((int)(((byte)(255)))));
this.weightBtn.ClickColor = System.Drawing.Color.YellowGreen;
this.weightBtn.Font = new System.Drawing.Font("宋体", 23F);
this.weightBtn.ForeColor = System.Drawing.Color.White;
this.weightBtn.Location = new System.Drawing.Point(392, 64);
this.weightBtn.Name = "weightBtn";
this.weightBtn.PlaySound = true;
this.weightBtn.Size = new System.Drawing.Size(235, 128);
this.weightBtn.SoundType = WinFormControl.SoundType.Click;
this.weightBtn.TabIndex = 1;
this.weightBtn.Text = "送猪过磅";
this.weightBtn.ToColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(136)))), ((int)(((byte)(255)))));
this.weightBtn.UseVisualStyleBackColor = false;
this.weightBtn.Click += new System.EventHandler(this.weightBtn_Click);
//
// selfBtn
//
this.selfBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(136)))), ((int)(((byte)(255)))));
this.selfBtn.ClickColor = System.Drawing.Color.YellowGreen;
this.selfBtn.Font = new System.Drawing.Font("宋体", 23F);
this.selfBtn.ForeColor = System.Drawing.Color.White;
this.selfBtn.Location = new System.Drawing.Point(23, 64);
this.selfBtn.Name = "selfBtn";
this.selfBtn.PlaySound = true;
this.selfBtn.Size = new System.Drawing.Size(235, 128);
this.selfBtn.SoundType = WinFormControl.SoundType.Click;
this.selfBtn.TabIndex = 0;
this.selfBtn.Text = "自助服务";
this.selfBtn.ToColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(136)))), ((int)(((byte)(255)))));
this.selfBtn.UseVisualStyleBackColor = false;
this.selfBtn.Click += new System.EventHandler(this.selfBtn_Click);
//
// testClose
//
this.testClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.testClose.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(136)))), ((int)(((byte)(255)))));
this.testClose.ClickColor = System.Drawing.Color.YellowGreen;
this.testClose.Font = new System.Drawing.Font("宋体", 12F);
this.testClose.ForeColor = System.Drawing.Color.White;
this.testClose.Location = new System.Drawing.Point(798, 12);
this.testClose.Name = "testClose";
this.testClose.PlaySound = false;
this.testClose.Size = new System.Drawing.Size(99, 59);
this.testClose.SoundType = WinFormControl.SoundType.Click;
this.testClose.TabIndex = 1;
this.testClose.Text = "测试用";
this.testClose.ToColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(136)))), ((int)(((byte)(255)))));
this.testClose.UseVisualStyleBackColor = false;
this.testClose.Click += new System.EventHandler(this.testClose_Click);
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.LightGray;
this.ClientSize = new System.Drawing.Size(928, 521);
this.Controls.Add(this.testClose);
this.Controls.Add(this.panel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "MainForm";
this.Text = "Form1";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.panel1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private WinFormControl.NButton selfBtn;
private WinFormControl.NButton weightBtn;
private WinFormControl.NButton testClose;
}
}