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.

174 lines
9.0 KiB
C#

namespace ZJ_BYD
{
partial class ConfirmPwd
{
/// <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(ConfirmPwd));
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
this.label1 = new System.Windows.Forms.Label();
this.txtPwd = new DevExpress.XtraEditors.TextEdit();
this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
this.btnOk = new DevExpress.XtraEditors.SimpleButton();
this.lblMsg = new DevExpress.XtraEditors.LabelControl();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtPwd.Properties)).BeginInit();
this.SuspendLayout();
//
// panelControl1
//
this.panelControl1.Appearance.BackColor = System.Drawing.Color.Transparent;
this.panelControl1.Appearance.Options.UseBackColor = true;
this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl1.Controls.Add(this.labelControl4);
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top;
this.panelControl1.Location = new System.Drawing.Point(0, 0);
this.panelControl1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(508, 37);
this.panelControl1.TabIndex = 3;
//
// labelControl4
//
this.labelControl4.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelControl4.Appearance.ForeColor = System.Drawing.Color.White;
this.labelControl4.Appearance.Options.UseFont = true;
this.labelControl4.Appearance.Options.UseForeColor = true;
this.labelControl4.Location = new System.Drawing.Point(12, 4);
this.labelControl4.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
this.labelControl4.Name = "labelControl4";
this.labelControl4.Size = new System.Drawing.Size(40, 27);
this.labelControl4.TabIndex = 1;
this.labelControl4.Text = "口令";
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.Transparent;
this.label1.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.ForeColor = System.Drawing.Color.White;
this.label1.Location = new System.Drawing.Point(68, 90);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(90, 33);
this.label1.TabIndex = 4;
this.label1.Text = "口令:";
//
// txtPwd
//
this.txtPwd.Location = new System.Drawing.Point(164, 88);
this.txtPwd.Name = "txtPwd";
this.txtPwd.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtPwd.Properties.Appearance.Options.UseFont = true;
this.txtPwd.Properties.Appearance.Options.UseTextOptions = true;
this.txtPwd.Properties.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.txtPwd.Properties.AutoHeight = false;
this.txtPwd.Properties.PasswordChar = '*';
this.txtPwd.Size = new System.Drawing.Size(258, 43);
this.txtPwd.TabIndex = 8;
//
// btnCancel
//
this.btnCancel.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F);
this.btnCancel.Appearance.Options.UseFont = true;
this.btnCancel.Location = new System.Drawing.Point(322, 174);
this.btnCancel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(100, 35);
this.btnCancel.TabIndex = 9;
this.btnCancel.Text = "取消";
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnOk
//
this.btnOk.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(135)))), ((int)(((byte)(208)))));
this.btnOk.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F);
this.btnOk.Appearance.ForeColor = System.Drawing.Color.White;
this.btnOk.Appearance.Options.UseBackColor = true;
this.btnOk.Appearance.Options.UseFont = true;
this.btnOk.Appearance.Options.UseForeColor = true;
this.btnOk.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnOk.BackgroundImage")));
this.btnOk.Location = new System.Drawing.Point(164, 174);
this.btnOk.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btnOk.Name = "btnOk";
this.btnOk.PaintStyle = DevExpress.XtraEditors.Controls.PaintStyles.Light;
this.btnOk.Size = new System.Drawing.Size(100, 35);
this.btnOk.TabIndex = 10;
this.btnOk.Text = "确定";
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
//
// lblMsg
//
this.lblMsg.Location = new System.Drawing.Point(164, 53);
this.lblMsg.Name = "lblMsg";
this.lblMsg.Size = new System.Drawing.Size(0, 18);
this.lblMsg.TabIndex = 11;
//
// ConfirmPwd
//
this.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
this.Appearance.BorderColor = System.Drawing.Color.Silver;
this.Appearance.Options.UseBackColor = true;
this.Appearance.Options.UseBorderColor = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImageLayoutStore = System.Windows.Forms.ImageLayout.Tile;
this.BackgroundImageStore = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImageStore")));
this.ClientSize = new System.Drawing.Size(508, 252);
this.Controls.Add(this.lblMsg);
this.Controls.Add(this.btnOk);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.txtPwd);
this.Controls.Add(this.label1);
this.Controls.Add(this.panelControl1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.Name = "ConfirmPwd";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "ConfirmPwd";
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
this.panelControl1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.txtPwd.Properties)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraEditors.PanelControl panelControl1;
private DevExpress.XtraEditors.LabelControl labelControl4;
private System.Windows.Forms.Label label1;
private DevExpress.XtraEditors.TextEdit txtPwd;
private DevExpress.XtraEditors.SimpleButton btnCancel;
private DevExpress.XtraEditors.SimpleButton btnOk;
private DevExpress.XtraEditors.LabelControl lblMsg;
}
}