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.

216 lines
11 KiB
C#

9 months ago
namespace JwKdsV
{
partial class TenantInitForm
{
/// <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(TenantInitForm));
this.loginKeyboardX1 = new JwKdsV.Component.LoginKeyboardX();
this.label1 = new System.Windows.Forms.Label();
this.txtTenantId = new JwKdsV.Component.NumericTextBox();
this.txtPwd = new JwKdsV.Component.NumericTextBox();
this.label2 = new System.Windows.Forms.Label();
this.panelStoreInfo = new JwKdsV.Component.DoubleBufferPanelX();
this.labelStoreName = new System.Windows.Forms.Label();
this.labelStoreNo = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.touchButtonX1 = new JwKdsV.Component.TouchButtonX();
this.infoLabel = new System.Windows.Forms.Label();
this.panelStoreInfo.SuspendLayout();
this.SuspendLayout();
//
// loginKeyboardX1
//
this.loginKeyboardX1.BackColor = System.Drawing.Color.Transparent;
this.loginKeyboardX1.Location = new System.Drawing.Point(410, 23);
this.loginKeyboardX1.Name = "loginKeyboardX1";
this.loginKeyboardX1.Size = new System.Drawing.Size(335, 288);
this.loginKeyboardX1.TabIndex = 0;
this.loginKeyboardX1.LoginKeyboardButtonClick += new JwKdsV.Component.LoginKeyboardX.EventHandle(this.OnKeyboardButtonClick);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(30, 47);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(115, 21);
this.label1.TabIndex = 1;
this.label1.Text = "企业编码:";
//
// txtTenantId
//
this.txtTenantId.AllowDecimalSeparator = true;
this.txtTenantId.AllowNegativeSign = false;
this.txtTenantId.AllowSpace = false;
this.txtTenantId.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtTenantId.Location = new System.Drawing.Point(151, 45);
this.txtTenantId.MaxDecimalDigit = 2;
this.txtTenantId.Name = "txtTenantId";
this.txtTenantId.Size = new System.Drawing.Size(168, 30);
this.txtTenantId.TabIndex = 2;
//
// txtPwd
//
this.txtPwd.AllowDecimalSeparator = true;
this.txtPwd.AllowNegativeSign = false;
this.txtPwd.AllowSpace = false;
this.txtPwd.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtPwd.Location = new System.Drawing.Point(151, 92);
this.txtPwd.MaxDecimalDigit = 2;
this.txtPwd.Name = "txtPwd";
this.txtPwd.Size = new System.Drawing.Size(168, 30);
this.txtPwd.TabIndex = 4;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(30, 94);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(115, 21);
this.label2.TabIndex = 3;
this.label2.Text = "认证密码:";
//
// panelStoreInfo
//
this.panelStoreInfo.Controls.Add(this.labelStoreName);
this.panelStoreInfo.Controls.Add(this.labelStoreNo);
this.panelStoreInfo.Controls.Add(this.label4);
this.panelStoreInfo.Controls.Add(this.label3);
this.panelStoreInfo.Location = new System.Drawing.Point(34, 128);
this.panelStoreInfo.Name = "panelStoreInfo";
this.panelStoreInfo.Size = new System.Drawing.Size(341, 125);
this.panelStoreInfo.TabIndex = 5;
//
// labelStoreName
//
this.labelStoreName.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelStoreName.ForeColor = System.Drawing.Color.Maroon;
this.labelStoreName.Location = new System.Drawing.Point(113, 54);
this.labelStoreName.Name = "labelStoreName";
this.labelStoreName.Size = new System.Drawing.Size(216, 66);
this.labelStoreName.TabIndex = 3;
this.labelStoreName.Text = "门店名称";
//
// labelStoreNo
//
this.labelStoreNo.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelStoreNo.ForeColor = System.Drawing.Color.Maroon;
this.labelStoreNo.Location = new System.Drawing.Point(113, 13);
this.labelStoreNo.Name = "labelStoreNo";
this.labelStoreNo.Size = new System.Drawing.Size(216, 19);
this.labelStoreNo.TabIndex = 2;
this.labelStoreNo.Text = "门店编号";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.Location = new System.Drawing.Point(3, 54);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(95, 19);
this.label4.TabIndex = 1;
this.label4.Text = "门店名称:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.Location = new System.Drawing.Point(3, 13);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(95, 19);
this.label3.TabIndex = 0;
this.label3.Text = "门店编号:";
//
// 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(67, 270);
this.touchButtonX1.Name = "touchButtonX1";
this.touchButtonX1.Size = new System.Drawing.Size(252, 41);
this.touchButtonX1.TabIndex = 6;
this.touchButtonX1.Text1 = "立即认证";
this.touchButtonX1.Click += new System.EventHandler(this.OnAcceptClick);
//
// infoLabel
//
this.infoLabel.Dock = System.Windows.Forms.DockStyle.Bottom;
this.infoLabel.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.infoLabel.ForeColor = System.Drawing.Color.Maroon;
this.infoLabel.Location = new System.Drawing.Point(0, 383);
this.infoLabel.Name = "infoLabel";
this.infoLabel.Size = new System.Drawing.Size(767, 38);
this.infoLabel.TabIndex = 7;
//
// TenantInitForm
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(767, 421);
this.Controls.Add(this.infoLabel);
this.Controls.Add(this.touchButtonX1);
this.Controls.Add(this.panelStoreInfo);
this.Controls.Add(this.txtPwd);
this.Controls.Add(this.label2);
this.Controls.Add(this.txtTenantId);
this.Controls.Add(this.label1);
this.Controls.Add(this.loginKeyboardX1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "TenantInitForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "";
this.panelStoreInfo.ResumeLayout(false);
this.panelStoreInfo.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Component.LoginKeyboardX loginKeyboardX1;
private System.Windows.Forms.Label label1;
private Component.NumericTextBox txtTenantId;
private Component.NumericTextBox txtPwd;
private System.Windows.Forms.Label label2;
private Component.DoubleBufferPanelX panelStoreInfo;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label labelStoreName;
private System.Windows.Forms.Label labelStoreNo;
private Component.TouchButtonX touchButtonX1;
private System.Windows.Forms.Label infoLabel;
}
}