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

277 lines
14 KiB
C#

namespace JwKdsV
{
partial class LoginForm
{
/// <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(LoginForm));
this.loginPanel = new JwKdsV.Component.DoubleBufferPanelX();
this.kdsNoLabel = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.infoLabel = new System.Windows.Forms.Label();
this.touchButtonX1 = new JwKdsV.Component.TouchButtonX();
this.loginKeyboardX1 = new JwKdsV.Component.LoginKeyboardX();
this.txtUserPwd = new JwKdsV.Component.NumericTextBox();
this.txtUserName = new JwKdsV.Component.NumericTextBox();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.storeNameLabel = new System.Windows.Forms.Label();
this.storeNoLabel = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.loginPanel.SuspendLayout();
this.SuspendLayout();
//
// loginPanel
//
this.loginPanel.Controls.Add(this.kdsNoLabel);
this.loginPanel.Controls.Add(this.label6);
this.loginPanel.Controls.Add(this.infoLabel);
this.loginPanel.Controls.Add(this.touchButtonX1);
this.loginPanel.Controls.Add(this.loginKeyboardX1);
this.loginPanel.Controls.Add(this.txtUserPwd);
this.loginPanel.Controls.Add(this.txtUserName);
this.loginPanel.Controls.Add(this.label8);
this.loginPanel.Controls.Add(this.label7);
this.loginPanel.Controls.Add(this.storeNameLabel);
this.loginPanel.Controls.Add(this.storeNoLabel);
this.loginPanel.Controls.Add(this.label4);
this.loginPanel.Controls.Add(this.label3);
this.loginPanel.Controls.Add(this.label2);
this.loginPanel.Controls.Add(this.label1);
this.loginPanel.Location = new System.Drawing.Point(86, 74);
this.loginPanel.Name = "loginPanel";
this.loginPanel.Size = new System.Drawing.Size(743, 465);
this.loginPanel.TabIndex = 0;
//
// kdsNoLabel
//
this.kdsNoLabel.AutoSize = true;
this.kdsNoLabel.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.kdsNoLabel.Location = new System.Drawing.Point(183, 142);
this.kdsNoLabel.Name = "kdsNoLabel";
this.kdsNoLabel.Size = new System.Drawing.Size(106, 24);
this.kdsNoLabel.TabIndex = 14;
this.kdsNoLabel.Text = "厨显编号";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label6.Location = new System.Drawing.Point(69, 142);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(118, 24);
this.label6.TabIndex = 13;
this.label6.Text = "厨显编号:";
//
// infoLabel
//
this.infoLabel.Font = new System.Drawing.Font("宋体", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.infoLabel.Location = new System.Drawing.Point(38, 419);
this.infoLabel.Name = "infoLabel";
this.infoLabel.Size = new System.Drawing.Size(684, 35);
this.infoLabel.TabIndex = 12;
//
// touchButtonX1
//
this.touchButtonX1.BackColor = System.Drawing.Color.Green;
this.touchButtonX1.BackColor1 = System.Drawing.Color.Green;
this.touchButtonX1.BackColor2 = System.Drawing.Color.Tan;
this.touchButtonX1.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.touchButtonX1.ForeColor = System.Drawing.Color.White;
this.touchButtonX1.KeyCode = "";
this.touchButtonX1.Location = new System.Drawing.Point(85, 372);
this.touchButtonX1.Name = "touchButtonX1";
this.touchButtonX1.Size = new System.Drawing.Size(252, 41);
this.touchButtonX1.TabIndex = 11;
this.touchButtonX1.Text1 = "登录";
this.touchButtonX1.Click += new System.EventHandler(this.OnEnterClick);
//
// loginKeyboardX1
//
this.loginKeyboardX1.BackColor = System.Drawing.Color.Transparent;
this.loginKeyboardX1.Location = new System.Drawing.Point(387, 115);
this.loginKeyboardX1.Name = "loginKeyboardX1";
this.loginKeyboardX1.Size = new System.Drawing.Size(335, 288);
this.loginKeyboardX1.TabIndex = 10;
//
// txtUserPwd
//
this.txtUserPwd.AllowDecimalSeparator = true;
this.txtUserPwd.AllowNegativeSign = false;
this.txtUserPwd.AllowSpace = false;
this.txtUserPwd.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtUserPwd.Location = new System.Drawing.Point(187, 310);
this.txtUserPwd.MaxDecimalDigit = 2;
this.txtUserPwd.Name = "txtUserPwd";
this.txtUserPwd.PasswordChar = '*';
this.txtUserPwd.Size = new System.Drawing.Size(168, 31);
this.txtUserPwd.TabIndex = 9;
//
// txtUserName
//
this.txtUserName.AllowDecimalSeparator = true;
this.txtUserName.AllowNegativeSign = false;
this.txtUserName.AllowSpace = false;
this.txtUserName.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtUserName.Location = new System.Drawing.Point(187, 270);
this.txtUserName.MaxDecimalDigit = 2;
this.txtUserName.Name = "txtUserName";
this.txtUserName.Size = new System.Drawing.Size(168, 31);
this.txtUserName.TabIndex = 8;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label8.Location = new System.Drawing.Point(117, 310);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(70, 24);
this.label8.TabIndex = 7;
this.label8.Text = "密码:";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label7.Location = new System.Drawing.Point(117, 270);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(70, 24);
this.label7.TabIndex = 6;
this.label7.Text = "工号:";
//
// storeNameLabel
//
this.storeNameLabel.AutoSize = true;
this.storeNameLabel.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.storeNameLabel.Location = new System.Drawing.Point(183, 229);
this.storeNameLabel.Name = "storeNameLabel";
this.storeNameLabel.Size = new System.Drawing.Size(89, 20);
this.storeNameLabel.TabIndex = 5;
this.storeNameLabel.Text = "门店名称";
//
// storeNoLabel
//
this.storeNoLabel.AutoSize = true;
this.storeNoLabel.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.storeNoLabel.Location = new System.Drawing.Point(183, 186);
this.storeNoLabel.Name = "storeNoLabel";
this.storeNoLabel.Size = new System.Drawing.Size(106, 24);
this.storeNoLabel.TabIndex = 4;
this.storeNoLabel.Text = "门店编号";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.Location = new System.Drawing.Point(69, 229);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(118, 24);
this.label4.TabIndex = 3;
this.label4.Text = "门店名称:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.Location = new System.Drawing.Point(69, 186);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(118, 24);
this.label3.TabIndex = 2;
this.label3.Text = "门店编号:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("宋体", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(181, 58);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(365, 35);
this.label2.TabIndex = 1;
this.label2.Text = "巨为智能厨房显示系统";
//
// label1
//
this.label1.Image = ((System.Drawing.Image)(resources.GetObject("label1.Image")));
this.label1.Location = new System.Drawing.Point(42, 43);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(100, 67);
this.label1.TabIndex = 0;
//
// button1
//
this.button1.Location = new System.Drawing.Point(12, 12);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 1;
this.button1.Text = "系统初始化";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.SystemInitClick);
//
// LoginForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(232)))), ((int)(((byte)(228)))));
this.ClientSize = new System.Drawing.Size(856, 551);
this.Controls.Add(this.button1);
this.Controls.Add(this.loginPanel);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "LoginForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "巨为智能厨房显示系统";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.loginPanel.ResumeLayout(false);
this.loginPanel.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private Component.DoubleBufferPanelX loginPanel;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label storeNameLabel;
private System.Windows.Forms.Label storeNoLabel;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label8;
private Component.NumericTextBox txtUserPwd;
private Component.NumericTextBox txtUserName;
private Component.LoginKeyboardX loginKeyboardX1;
private Component.TouchButtonX touchButtonX1;
private System.Windows.Forms.Label infoLabel;
private System.Windows.Forms.Label kdsNoLabel;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Button button1;
}
}