|
|
namespace SelfHelpClient
|
|
|
{
|
|
|
partial class SelfHelpForm
|
|
|
{
|
|
|
/// <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.panel1 = new System.Windows.Forms.Panel();
|
|
|
this.weightPrintBtn = new WinFormControl.NButton();
|
|
|
this.washCarBtn = new WinFormControl.NButton();
|
|
|
this.backBtn = new WinFormControl.NButton();
|
|
|
this.panel1.SuspendLayout();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// panel1
|
|
|
//
|
|
|
this.panel1.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
|
this.panel1.Controls.Add(this.weightPrintBtn);
|
|
|
this.panel1.Controls.Add(this.washCarBtn);
|
|
|
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 = 1;
|
|
|
//
|
|
|
// weightPrintBtn
|
|
|
//
|
|
|
this.weightPrintBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(136)))), ((int)(((byte)(255)))));
|
|
|
this.weightPrintBtn.ClickColor = System.Drawing.Color.YellowGreen;
|
|
|
this.weightPrintBtn.Font = new System.Drawing.Font("宋体", 23F);
|
|
|
this.weightPrintBtn.ForeColor = System.Drawing.Color.White;
|
|
|
this.weightPrintBtn.Location = new System.Drawing.Point(392, 64);
|
|
|
this.weightPrintBtn.Name = "weightPrintBtn";
|
|
|
this.weightPrintBtn.PlaySound = true;
|
|
|
this.weightPrintBtn.Size = new System.Drawing.Size(235, 128);
|
|
|
this.weightPrintBtn.SoundType = WinFormControl.SoundType.Click;
|
|
|
this.weightPrintBtn.TabIndex = 1;
|
|
|
this.weightPrintBtn.Text = "打印过磅单";
|
|
|
this.weightPrintBtn.ToColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(136)))), ((int)(((byte)(255)))));
|
|
|
this.weightPrintBtn.UseVisualStyleBackColor = false;
|
|
|
//
|
|
|
// washCarBtn
|
|
|
//
|
|
|
this.washCarBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(136)))), ((int)(((byte)(255)))));
|
|
|
this.washCarBtn.ClickColor = System.Drawing.Color.YellowGreen;
|
|
|
this.washCarBtn.Font = new System.Drawing.Font("宋体", 23F);
|
|
|
this.washCarBtn.ForeColor = System.Drawing.Color.White;
|
|
|
this.washCarBtn.Location = new System.Drawing.Point(23, 64);
|
|
|
this.washCarBtn.Name = "washCarBtn";
|
|
|
this.washCarBtn.PlaySound = true;
|
|
|
this.washCarBtn.Size = new System.Drawing.Size(235, 128);
|
|
|
this.washCarBtn.SoundType = WinFormControl.SoundType.Click;
|
|
|
this.washCarBtn.TabIndex = 0;
|
|
|
this.washCarBtn.Text = "打印洗车单";
|
|
|
this.washCarBtn.ToColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(136)))), ((int)(((byte)(255)))));
|
|
|
this.washCarBtn.UseVisualStyleBackColor = false;
|
|
|
//
|
|
|
// backBtn
|
|
|
//
|
|
|
this.backBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(136)))), ((int)(((byte)(255)))));
|
|
|
this.backBtn.ClickColor = System.Drawing.Color.YellowGreen;
|
|
|
this.backBtn.Font = new System.Drawing.Font("宋体", 18F);
|
|
|
this.backBtn.ForeColor = System.Drawing.Color.White;
|
|
|
this.backBtn.Location = new System.Drawing.Point(798, 12);
|
|
|
this.backBtn.Name = "backBtn";
|
|
|
this.backBtn.PlaySound = false;
|
|
|
this.backBtn.Size = new System.Drawing.Size(113, 63);
|
|
|
this.backBtn.SoundType = WinFormControl.SoundType.Click;
|
|
|
this.backBtn.TabIndex = 3;
|
|
|
this.backBtn.TabStop = false;
|
|
|
this.backBtn.Text = "返回";
|
|
|
this.backBtn.ToColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(136)))), ((int)(((byte)(255)))));
|
|
|
this.backBtn.UseVisualStyleBackColor = false;
|
|
|
this.backBtn.Click += new System.EventHandler(this.backBtn_Click);
|
|
|
//
|
|
|
// SelfHelpForm
|
|
|
//
|
|
|
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(923, 507);
|
|
|
this.Controls.Add(this.backBtn);
|
|
|
this.Controls.Add(this.panel1);
|
|
|
this.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
|
this.Name = "SelfHelpForm";
|
|
|
this.Text = "SelfHelpForm";
|
|
|
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
|
|
this.panel1.ResumeLayout(false);
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
|
private WinFormControl.NButton weightPrintBtn;
|
|
|
private WinFormControl.NButton washCarBtn;
|
|
|
private WinFormControl.NButton backBtn;
|
|
|
}
|
|
|
}
|