|
|
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.backBtn = new System.Windows.Forms.Panel();
|
|
|
this.backBtnLbl = new System.Windows.Forms.Label();
|
|
|
this.weightPrintBtn = new System.Windows.Forms.Panel();
|
|
|
this.weightBtnLbl = new System.Windows.Forms.Label();
|
|
|
this.washCarBtn = new System.Windows.Forms.Panel();
|
|
|
this.selfBtnLbl = new System.Windows.Forms.Label();
|
|
|
this.panel1.SuspendLayout();
|
|
|
this.backBtn.SuspendLayout();
|
|
|
this.weightPrintBtn.SuspendLayout();
|
|
|
this.washCarBtn.SuspendLayout();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// panel1
|
|
|
//
|
|
|
this.panel1.Controls.Add(this.weightPrintBtn);
|
|
|
this.panel1.Controls.Add(this.washCarBtn);
|
|
|
this.panel1.Location = new System.Drawing.Point(104, 123);
|
|
|
this.panel1.Name = "panel1";
|
|
|
this.panel1.Size = new System.Drawing.Size(644, 257);
|
|
|
this.panel1.TabIndex = 1;
|
|
|
//
|
|
|
// backBtn
|
|
|
//
|
|
|
this.backBtn.BackgroundImage = global::SelfHelpClient.Properties.Resources.fanhui;
|
|
|
this.backBtn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
|
this.backBtn.Controls.Add(this.backBtnLbl);
|
|
|
this.backBtn.Location = new System.Drawing.Point(362, 418);
|
|
|
this.backBtn.Name = "backBtn";
|
|
|
this.backBtn.Size = new System.Drawing.Size(121, 52);
|
|
|
this.backBtn.TabIndex = 3;
|
|
|
this.backBtn.Click += new System.EventHandler(this.backBtn_Click);
|
|
|
//
|
|
|
// backBtnLbl
|
|
|
//
|
|
|
this.backBtnLbl.AutoSize = true;
|
|
|
this.backBtnLbl.BackColor = System.Drawing.Color.Transparent;
|
|
|
this.backBtnLbl.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Bold);
|
|
|
this.backBtnLbl.ForeColor = System.Drawing.Color.White;
|
|
|
this.backBtnLbl.Location = new System.Drawing.Point(37, 17);
|
|
|
this.backBtnLbl.Name = "backBtnLbl";
|
|
|
this.backBtnLbl.Size = new System.Drawing.Size(49, 19);
|
|
|
this.backBtnLbl.TabIndex = 0;
|
|
|
this.backBtnLbl.Text = "返回";
|
|
|
this.backBtnLbl.Click += new System.EventHandler(this.backBtn_Click);
|
|
|
//
|
|
|
// weightPrintBtn
|
|
|
//
|
|
|
this.weightPrintBtn.BackgroundImage = global::SelfHelpClient.Properties.Resources.weightPrintBtn;
|
|
|
this.weightPrintBtn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
|
this.weightPrintBtn.Controls.Add(this.weightBtnLbl);
|
|
|
this.weightPrintBtn.Location = new System.Drawing.Point(388, 64);
|
|
|
this.weightPrintBtn.Name = "weightPrintBtn";
|
|
|
this.weightPrintBtn.Size = new System.Drawing.Size(235, 128);
|
|
|
this.weightPrintBtn.TabIndex = 7;
|
|
|
//
|
|
|
// weightBtnLbl
|
|
|
//
|
|
|
this.weightBtnLbl.AutoSize = true;
|
|
|
this.weightBtnLbl.BackColor = System.Drawing.Color.Transparent;
|
|
|
this.weightBtnLbl.Font = new System.Drawing.Font("宋体", 23F);
|
|
|
this.weightBtnLbl.ForeColor = System.Drawing.Color.White;
|
|
|
this.weightBtnLbl.Location = new System.Drawing.Point(34, 47);
|
|
|
this.weightBtnLbl.Name = "weightBtnLbl";
|
|
|
this.weightBtnLbl.Size = new System.Drawing.Size(169, 31);
|
|
|
this.weightBtnLbl.TabIndex = 0;
|
|
|
this.weightBtnLbl.Text = "打印过磅单";
|
|
|
//
|
|
|
// washCarBtn
|
|
|
//
|
|
|
this.washCarBtn.BackgroundImage = global::SelfHelpClient.Properties.Resources.washCarBtn;
|
|
|
this.washCarBtn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
|
this.washCarBtn.Controls.Add(this.selfBtnLbl);
|
|
|
this.washCarBtn.Location = new System.Drawing.Point(20, 64);
|
|
|
this.washCarBtn.Name = "washCarBtn";
|
|
|
this.washCarBtn.Size = new System.Drawing.Size(235, 128);
|
|
|
this.washCarBtn.TabIndex = 6;
|
|
|
this.washCarBtn.Click += new System.EventHandler(this.washCarBtn_Click);
|
|
|
//
|
|
|
// selfBtnLbl
|
|
|
//
|
|
|
this.selfBtnLbl.AutoSize = true;
|
|
|
this.selfBtnLbl.BackColor = System.Drawing.Color.Transparent;
|
|
|
this.selfBtnLbl.Font = new System.Drawing.Font("宋体", 23F);
|
|
|
this.selfBtnLbl.ForeColor = System.Drawing.Color.White;
|
|
|
this.selfBtnLbl.Location = new System.Drawing.Point(36, 47);
|
|
|
this.selfBtnLbl.Name = "selfBtnLbl";
|
|
|
this.selfBtnLbl.Size = new System.Drawing.Size(169, 31);
|
|
|
this.selfBtnLbl.TabIndex = 0;
|
|
|
this.selfBtnLbl.Text = "打印洗车单";
|
|
|
this.selfBtnLbl.Click += new System.EventHandler(this.washCarBtn_Click);
|
|
|
//
|
|
|
// SelfHelpForm
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(247)))));
|
|
|
this.ClientSize = new System.Drawing.Size(864, 493);
|
|
|
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.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
|
this.Text = "SelfHelpForm";
|
|
|
this.panel1.ResumeLayout(false);
|
|
|
this.backBtn.ResumeLayout(false);
|
|
|
this.backBtn.PerformLayout();
|
|
|
this.weightPrintBtn.ResumeLayout(false);
|
|
|
this.weightPrintBtn.PerformLayout();
|
|
|
this.washCarBtn.ResumeLayout(false);
|
|
|
this.washCarBtn.PerformLayout();
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
|
private System.Windows.Forms.Panel backBtn;
|
|
|
private System.Windows.Forms.Label backBtnLbl;
|
|
|
private System.Windows.Forms.Panel weightPrintBtn;
|
|
|
private System.Windows.Forms.Label weightBtnLbl;
|
|
|
private System.Windows.Forms.Panel washCarBtn;
|
|
|
private System.Windows.Forms.Label selfBtnLbl;
|
|
|
}
|
|
|
}
|