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.

224 lines
12 KiB
C#

namespace JwKdsV
{
partial class TenantResetForm
{
/// <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(TenantResetForm));
this.tenantNoLabel = new System.Windows.Forms.Label();
this.storeNameLabel = new System.Windows.Forms.Label();
this.storeNoLabel = new System.Windows.Forms.Label();
this.posNoLabel = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.txtPwd = new System.Windows.Forms.TextBox();
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.label6 = new System.Windows.Forms.Label();
this.doubleBufferPanelX1 = new JwKdsV.Component.DoubleBufferPanelX();
this.labelInfo = new System.Windows.Forms.Label();
this.touchButtonX2 = new JwKdsV.Component.TouchButtonX();
this.touchButtonX1 = new JwKdsV.Component.TouchButtonX();
this.loginKeyboardX1 = new JwKdsV.Component.LoginKeyboardX();
this.doubleBufferPanelX1.SuspendLayout();
this.SuspendLayout();
//
// tenantNoLabel
//
this.tenantNoLabel.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tenantNoLabel.Location = new System.Drawing.Point(12, 22);
this.tenantNoLabel.Name = "tenantNoLabel";
this.tenantNoLabel.Size = new System.Drawing.Size(224, 21);
this.tenantNoLabel.TabIndex = 2;
this.tenantNoLabel.Text = "企业编码:{0}";
//
// storeNameLabel
//
this.storeNameLabel.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.storeNameLabel.Location = new System.Drawing.Point(242, 68);
this.storeNameLabel.Name = "storeNameLabel";
this.storeNameLabel.Size = new System.Drawing.Size(269, 21);
this.storeNameLabel.TabIndex = 3;
this.storeNameLabel.Text = "门店名称:{0}";
//
// storeNoLabel
//
this.storeNoLabel.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.storeNoLabel.Location = new System.Drawing.Point(242, 22);
this.storeNoLabel.Name = "storeNoLabel";
this.storeNoLabel.Size = new System.Drawing.Size(269, 21);
this.storeNoLabel.TabIndex = 4;
this.storeNoLabel.Text = "门店编码:{0}";
//
// posNoLabel
//
this.posNoLabel.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.posNoLabel.Location = new System.Drawing.Point(12, 68);
this.posNoLabel.Name = "posNoLabel";
this.posNoLabel.Size = new System.Drawing.Size(224, 21);
this.posNoLabel.TabIndex = 5;
this.posNoLabel.Text = " POS编码:{0}";
//
// label5
//
this.label5.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label5.Location = new System.Drawing.Point(12, 113);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(164, 21);
this.label5.TabIndex = 6;
this.label5.Text = "请输入安全密码";
//
// txtPwd
//
this.txtPwd.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtPwd.Location = new System.Drawing.Point(12, 139);
this.txtPwd.Name = "txtPwd";
this.txtPwd.PasswordChar = '*';
this.txtPwd.Size = new System.Drawing.Size(224, 29);
this.txtPwd.TabIndex = 7;
//
// checkBox1
//
this.checkBox1.AutoSize = true;
this.checkBox1.Checked = true;
this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBox1.Location = new System.Drawing.Point(16, 187);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(156, 16);
this.checkBox1.TabIndex = 13;
this.checkBox1.Text = "我已阅读并了解操作风险";
this.checkBox1.UseVisualStyleBackColor = true;
//
// label6
//
this.label6.ForeColor = System.Drawing.Color.Maroon;
this.label6.Location = new System.Drawing.Point(13, 228);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(208, 106);
this.label6.TabIndex = 14;
this.label6.Text = "重要提示:\r\n\r\n1、本操作属于系统初始化操作\r\n\r\n2、本操作会清空所有历史数据\r\n\r\n3、本操作属于不可恢复操作";
//
// doubleBufferPanelX1
//
this.doubleBufferPanelX1.Controls.Add(this.labelInfo);
this.doubleBufferPanelX1.Controls.Add(this.touchButtonX2);
this.doubleBufferPanelX1.Controls.Add(this.touchButtonX1);
this.doubleBufferPanelX1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.doubleBufferPanelX1.Location = new System.Drawing.Point(0, 431);
this.doubleBufferPanelX1.Name = "doubleBufferPanelX1";
this.doubleBufferPanelX1.Size = new System.Drawing.Size(603, 47);
this.doubleBufferPanelX1.TabIndex = 15;
//
// labelInfo
//
this.labelInfo.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelInfo.Location = new System.Drawing.Point(3, 0);
this.labelInfo.Name = "labelInfo";
this.labelInfo.Size = new System.Drawing.Size(344, 47);
this.labelInfo.TabIndex = 14;
this.labelInfo.Text = "请输入安全密码";
this.labelInfo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// touchButtonX2
//
this.touchButtonX2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.touchButtonX2.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.touchButtonX2.BackColor2 = System.Drawing.Color.Tan;
this.touchButtonX2.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.touchButtonX2.ForeColor = System.Drawing.Color.White;
this.touchButtonX2.KeyCode = "";
this.touchButtonX2.Location = new System.Drawing.Point(365, 2);
this.touchButtonX2.Name = "touchButtonX2";
this.touchButtonX2.Size = new System.Drawing.Size(138, 44);
this.touchButtonX2.TabIndex = 13;
this.touchButtonX2.Text1 = "初始化";
this.touchButtonX2.Click += new System.EventHandler(this.OnInitClick);
//
// touchButtonX1
//
this.touchButtonX1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.touchButtonX1.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
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(509, 3);
this.touchButtonX1.Name = "touchButtonX1";
this.touchButtonX1.Size = new System.Drawing.Size(91, 44);
this.touchButtonX1.TabIndex = 12;
this.touchButtonX1.Text1 = "关闭";
this.touchButtonX1.Click += new System.EventHandler(this.OnCloseClick);
//
// loginKeyboardX1
//
this.loginKeyboardX1.BackColor = System.Drawing.Color.Transparent;
this.loginKeyboardX1.Location = new System.Drawing.Point(246, 113);
this.loginKeyboardX1.Name = "loginKeyboardX1";
this.loginKeyboardX1.Size = new System.Drawing.Size(335, 288);
this.loginKeyboardX1.TabIndex = 8;
this.loginKeyboardX1.LoginKeyboardButtonClick += new JwKdsV.Component.LoginKeyboardX.EventHandle(this.OnKeyboardButtonClick);
//
// TenantResetForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(603, 478);
this.Controls.Add(this.doubleBufferPanelX1);
this.Controls.Add(this.label6);
this.Controls.Add(this.checkBox1);
this.Controls.Add(this.loginKeyboardX1);
this.Controls.Add(this.txtPwd);
this.Controls.Add(this.label5);
this.Controls.Add(this.posNoLabel);
this.Controls.Add(this.storeNoLabel);
this.Controls.Add(this.storeNameLabel);
this.Controls.Add(this.tenantNoLabel);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "TenantResetForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "";
this.doubleBufferPanelX1.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label tenantNoLabel;
private System.Windows.Forms.Label storeNameLabel;
private System.Windows.Forms.Label storeNoLabel;
private System.Windows.Forms.Label posNoLabel;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox txtPwd;
private Component.LoginKeyboardX loginKeyboardX1;
private Component.TouchButtonX touchButtonX1;
private System.Windows.Forms.CheckBox checkBox1;
private System.Windows.Forms.Label label6;
private Component.DoubleBufferPanelX doubleBufferPanelX1;
private Component.TouchButtonX touchButtonX2;
private System.Windows.Forms.Label labelInfo;
}
}