namespace RfidWeb.Frm { partial class FromEn { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.lblTitle = new System.Windows.Forms.Label(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.btnOK = new HZH_Controls.Controls.UCBtnExt(); this.btnCancel = new HZH_Controls.Controls.UCBtnExt(); this.ucBtnExt1 = new HZH_Controls.Controls.UCBtnExt(); this.ucBtnExit = new HZH_Controls.Controls.UCBtnExt(); this.label5 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.ucCombox1 = new HZH_Controls.Controls.UCCombox(); this.ucTextBoxPwd = new HZH_Controls.Controls.UCTextBoxEx(); this.ucTextBoxUser = new HZH_Controls.Controls.UCTextBoxEx(); this.tableLayoutPanel1.SuspendLayout(); this.btnCancel.SuspendLayout(); this.SuspendLayout(); // // lblTitle // this.lblTitle.BackColor = System.Drawing.Color.Transparent; this.lblTitle.Dock = System.Windows.Forms.DockStyle.Top; this.lblTitle.Font = new System.Drawing.Font("微软雅黑", 17F); this.lblTitle.Location = new System.Drawing.Point(0, 0); this.lblTitle.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblTitle.Name = "lblTitle"; this.lblTitle.Size = new System.Drawing.Size(557, 40); this.lblTitle.TabIndex = 7; this.lblTitle.Text = "个人中心"; this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 3; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 193F)); this.tableLayoutPanel1.Controls.Add(this.ucBtnExit, 2, 0); this.tableLayoutPanel1.Controls.Add(this.btnCancel, 1, 0); this.tableLayoutPanel1.Controls.Add(this.btnOK, 0, 0); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 306); this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(2); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 1; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 67F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(557, 67); this.tableLayoutPanel1.TabIndex = 8; // // btnOK // this.btnOK.BackColor = System.Drawing.Color.Transparent; this.btnOK.BtnBackColor = System.Drawing.Color.Transparent; this.btnOK.BtnFont = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnOK.BtnForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(85)))), ((int)(((byte)(51))))); this.btnOK.BtnText = "确定"; this.btnOK.ConerRadius = 5; this.btnOK.Cursor = System.Windows.Forms.Cursors.Hand; this.btnOK.Dock = System.Windows.Forms.DockStyle.Fill; this.btnOK.EnabledMouseEffect = false; this.btnOK.FillColor = System.Drawing.SystemColors.Control; this.btnOK.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.btnOK.IsRadius = false; this.btnOK.IsShowRect = false; this.btnOK.IsShowTips = false; this.btnOK.Location = new System.Drawing.Point(0, 0); this.btnOK.Margin = new System.Windows.Forms.Padding(0); this.btnOK.Name = "btnOK"; this.btnOK.RectColor = System.Drawing.SystemColors.Control; this.btnOK.RectWidth = 1; this.btnOK.Size = new System.Drawing.Size(182, 67); this.btnOK.TabIndex = 1; this.btnOK.TabStop = false; this.btnOK.TipsColor = System.Drawing.SystemColors.Control; this.btnOK.TipsText = ""; this.btnOK.BtnClick += new System.EventHandler(this.btnOK_BtnClick); // // btnCancel // this.btnCancel.BackColor = System.Drawing.Color.Transparent; this.btnCancel.BtnBackColor = System.Drawing.Color.Transparent; this.btnCancel.BtnFont = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnCancel.BtnForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(119)))), ((int)(((byte)(232))))); this.btnCancel.BtnText = "取消"; this.btnCancel.ConerRadius = 5; this.btnCancel.Controls.Add(this.ucBtnExt1); this.btnCancel.Cursor = System.Windows.Forms.Cursors.Hand; this.btnCancel.Dock = System.Windows.Forms.DockStyle.Fill; this.btnCancel.EnabledMouseEffect = false; this.btnCancel.FillColor = System.Drawing.SystemColors.Control; this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.btnCancel.IsRadius = false; this.btnCancel.IsShowRect = false; this.btnCancel.IsShowTips = false; this.btnCancel.Location = new System.Drawing.Point(182, 0); this.btnCancel.Margin = new System.Windows.Forms.Padding(0); this.btnCancel.Name = "btnCancel"; this.btnCancel.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(247))))); this.btnCancel.RectWidth = 1; this.btnCancel.Size = new System.Drawing.Size(182, 67); this.btnCancel.TabIndex = 3; this.btnCancel.TabStop = false; this.btnCancel.TipsColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(30)))), ((int)(((byte)(99))))); this.btnCancel.TipsText = ""; // // ucBtnExt1 // this.ucBtnExt1.BackColor = System.Drawing.Color.Transparent; this.ucBtnExt1.BtnBackColor = System.Drawing.Color.Transparent; this.ucBtnExt1.BtnFont = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ucBtnExt1.BtnForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(119)))), ((int)(((byte)(232))))); this.ucBtnExt1.BtnText = "取消"; this.ucBtnExt1.ConerRadius = 5; this.ucBtnExt1.Cursor = System.Windows.Forms.Cursors.Hand; this.ucBtnExt1.Dock = System.Windows.Forms.DockStyle.Fill; this.ucBtnExt1.EnabledMouseEffect = false; this.ucBtnExt1.FillColor = System.Drawing.SystemColors.Control; this.ucBtnExt1.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.ucBtnExt1.IsRadius = false; this.ucBtnExt1.IsShowRect = false; this.ucBtnExt1.IsShowTips = false; this.ucBtnExt1.Location = new System.Drawing.Point(0, 0); this.ucBtnExt1.Margin = new System.Windows.Forms.Padding(0); this.ucBtnExt1.Name = "ucBtnExt1"; this.ucBtnExt1.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(247))))); this.ucBtnExt1.RectWidth = 1; this.ucBtnExt1.Size = new System.Drawing.Size(182, 67); this.ucBtnExt1.TabIndex = 4; this.ucBtnExt1.TabStop = false; this.ucBtnExt1.TipsColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(30)))), ((int)(((byte)(99))))); this.ucBtnExt1.TipsText = ""; this.ucBtnExt1.BtnClick += new System.EventHandler(this.ucBtnExt1_BtnClick); // // ucBtnExit // this.ucBtnExit.BackColor = System.Drawing.Color.Transparent; this.ucBtnExit.BtnBackColor = System.Drawing.Color.Transparent; this.ucBtnExit.BtnFont = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ucBtnExit.BtnForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(119)))), ((int)(((byte)(232))))); this.ucBtnExit.BtnText = "退出登录"; this.ucBtnExit.ConerRadius = 5; this.ucBtnExit.Cursor = System.Windows.Forms.Cursors.Hand; this.ucBtnExit.Dock = System.Windows.Forms.DockStyle.Fill; this.ucBtnExit.EnabledMouseEffect = false; this.ucBtnExit.FillColor = System.Drawing.SystemColors.Control; this.ucBtnExit.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.ucBtnExit.IsRadius = false; this.ucBtnExit.IsShowRect = false; this.ucBtnExit.IsShowTips = false; this.ucBtnExit.Location = new System.Drawing.Point(364, 0); this.ucBtnExit.Margin = new System.Windows.Forms.Padding(0); this.ucBtnExit.Name = "ucBtnExit"; this.ucBtnExit.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(247))))); this.ucBtnExit.RectWidth = 1; this.ucBtnExit.Size = new System.Drawing.Size(193, 67); this.ucBtnExit.TabIndex = 5; this.ucBtnExit.TabStop = false; this.ucBtnExit.TipsColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(30)))), ((int)(((byte)(99))))); this.ucBtnExit.TipsText = ""; this.ucBtnExit.BtnClick += new System.EventHandler(this.ucBtnExit_BtnClick); // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("微软雅黑", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label5.Location = new System.Drawing.Point(113, 194); this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(69, 30); this.label5.TabIndex = 18; this.label5.Text = "级 别:"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("微软雅黑", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.Location = new System.Drawing.Point(113, 138); this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(69, 30); this.label2.TabIndex = 17; this.label2.Text = "密 码:"; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("微软雅黑", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(113, 88); this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(84, 30); this.label1.TabIndex = 16; this.label1.Text = "用户名:"; // // ucCombox1 // this.ucCombox1.BackColor = System.Drawing.Color.Transparent; this.ucCombox1.BackColorExt = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240))))); this.ucCombox1.BoxStyle = System.Windows.Forms.ComboBoxStyle.DropDown; this.ucCombox1.ConerRadius = 5; this.ucCombox1.DropPanelHeight = -1; this.ucCombox1.FillColor = System.Drawing.Color.White; this.ucCombox1.Font = new System.Drawing.Font("微软雅黑", 12F); this.ucCombox1.IsRadius = true; this.ucCombox1.IsShowRect = true; this.ucCombox1.ItemHeight = 35; this.ucCombox1.ItemWidth = 70; this.ucCombox1.Location = new System.Drawing.Point(215, 196); this.ucCombox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.ucCombox1.Name = "ucCombox1"; this.ucCombox1.Padding = new System.Windows.Forms.Padding(1); this.ucCombox1.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220))))); this.ucCombox1.RectWidth = 1; this.ucCombox1.SelectedIndex = -1; this.ucCombox1.SelectedValue = ""; this.ucCombox1.SelectItemColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.ucCombox1.SelectItemForeColor = System.Drawing.Color.White; this.ucCombox1.Size = new System.Drawing.Size(215, 29); this.ucCombox1.Source = null; this.ucCombox1.TabIndex = 15; this.ucCombox1.TextValue = null; this.ucCombox1.TriangleColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(77)))), ((int)(((byte)(59))))); // // ucTextBoxPwd // this.ucTextBoxPwd.BackColor = System.Drawing.Color.Transparent; this.ucTextBoxPwd.ConerRadius = 5; this.ucTextBoxPwd.Cursor = System.Windows.Forms.Cursors.IBeam; this.ucTextBoxPwd.DecLength = 2; this.ucTextBoxPwd.FillColor = System.Drawing.Color.Empty; this.ucTextBoxPwd.FocusBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(77)))), ((int)(((byte)(59))))); this.ucTextBoxPwd.Font = new System.Drawing.Font("微软雅黑", 12F); this.ucTextBoxPwd.InputText = ""; this.ucTextBoxPwd.InputType = HZH_Controls.TextInputType.NotControl; this.ucTextBoxPwd.IsFocusColor = true; this.ucTextBoxPwd.IsFouceShowKey = false; this.ucTextBoxPwd.IsRadius = true; this.ucTextBoxPwd.IsShowClearBtn = true; this.ucTextBoxPwd.IsShowKeyboard = false; this.ucTextBoxPwd.IsShowRect = true; this.ucTextBoxPwd.IsShowSearchBtn = false; this.ucTextBoxPwd.KeyBoardType = HZH_Controls.Controls.KeyBoardType.UCKeyBorderAll_EN; this.ucTextBoxPwd.Location = new System.Drawing.Point(215, 138); this.ucTextBoxPwd.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.ucTextBoxPwd.MaxValue = new decimal(new int[] { 1000000, 0, 0, 0}); this.ucTextBoxPwd.MinValue = new decimal(new int[] { 1000000, 0, 0, -2147483648}); this.ucTextBoxPwd.Name = "ucTextBoxPwd"; this.ucTextBoxPwd.Padding = new System.Windows.Forms.Padding(3); this.ucTextBoxPwd.PasswordChar = '*'; this.ucTextBoxPwd.PromptColor = System.Drawing.Color.Gray; this.ucTextBoxPwd.PromptFont = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.ucTextBoxPwd.PromptText = ""; this.ucTextBoxPwd.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220))))); this.ucTextBoxPwd.RectWidth = 1; this.ucTextBoxPwd.RegexPattern = ""; this.ucTextBoxPwd.Size = new System.Drawing.Size(215, 28); this.ucTextBoxPwd.TabIndex = 14; this.ucTextBoxPwd.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; // // ucTextBoxUser // this.ucTextBoxUser.BackColor = System.Drawing.Color.Transparent; this.ucTextBoxUser.ConerRadius = 5; this.ucTextBoxUser.Cursor = System.Windows.Forms.Cursors.IBeam; this.ucTextBoxUser.DecLength = 2; this.ucTextBoxUser.FillColor = System.Drawing.Color.Empty; this.ucTextBoxUser.FocusBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(77)))), ((int)(((byte)(59))))); this.ucTextBoxUser.Font = new System.Drawing.Font("微软雅黑", 12F); this.ucTextBoxUser.InputText = ""; this.ucTextBoxUser.InputType = HZH_Controls.TextInputType.NotControl; this.ucTextBoxUser.IsFocusColor = true; this.ucTextBoxUser.IsFouceShowKey = false; this.ucTextBoxUser.IsRadius = true; this.ucTextBoxUser.IsShowClearBtn = true; this.ucTextBoxUser.IsShowKeyboard = false; this.ucTextBoxUser.IsShowRect = true; this.ucTextBoxUser.IsShowSearchBtn = false; this.ucTextBoxUser.KeyBoardType = HZH_Controls.Controls.KeyBoardType.UCKeyBorderAll_EN; this.ucTextBoxUser.Location = new System.Drawing.Point(215, 88); this.ucTextBoxUser.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.ucTextBoxUser.MaxValue = new decimal(new int[] { 1000000, 0, 0, 0}); this.ucTextBoxUser.MinValue = new decimal(new int[] { 1000000, 0, 0, -2147483648}); this.ucTextBoxUser.Name = "ucTextBoxUser"; this.ucTextBoxUser.Padding = new System.Windows.Forms.Padding(3); this.ucTextBoxUser.PasswordChar = '\0'; this.ucTextBoxUser.PromptColor = System.Drawing.Color.Gray; this.ucTextBoxUser.PromptFont = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.ucTextBoxUser.PromptText = ""; this.ucTextBoxUser.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220))))); this.ucTextBoxUser.RectWidth = 1; this.ucTextBoxUser.RegexPattern = ""; this.ucTextBoxUser.Size = new System.Drawing.Size(215, 28); this.ucTextBoxUser.TabIndex = 13; this.ucTextBoxUser.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; // // FromEn // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(557, 373); this.Controls.Add(this.label5); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.ucCombox1); this.Controls.Add(this.ucTextBoxPwd); this.Controls.Add(this.ucTextBoxUser); this.Controls.Add(this.tableLayoutPanel1); this.Controls.Add(this.lblTitle); this.Name = "FromEn"; this.Text = "个人中心"; this.tableLayoutPanel1.ResumeLayout(false); this.btnCancel.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label lblTitle; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private HZH_Controls.Controls.UCBtnExt ucBtnExit; private HZH_Controls.Controls.UCBtnExt btnCancel; private HZH_Controls.Controls.UCBtnExt ucBtnExt1; private HZH_Controls.Controls.UCBtnExt btnOK; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private HZH_Controls.Controls.UCCombox ucCombox1; private HZH_Controls.Controls.UCTextBoxEx ucTextBoxPwd; private HZH_Controls.Controls.UCTextBoxEx ucTextBoxUser; } }