namespace SIMDP.View { partial class FormUserVerification { /// /// 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.coTableLayoutPanel1 = new SIMDP.CoTableLayoutPanel(); this.txt_Password = new DevExpress.XtraEditors.TextEdit(); this.txt_Account = new DevExpress.XtraEditors.TextEdit(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.btn_Ok = new DevExpress.XtraEditors.SimpleButton(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.coTableLayoutPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txt_Password.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Account.Properties)).BeginInit(); this.SuspendLayout(); // // coTableLayoutPanel1 // this.coTableLayoutPanel1.ColumnCount = 4; this.coTableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.coTableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F)); this.coTableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F)); this.coTableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.coTableLayoutPanel1.Controls.Add(this.labelControl2, 0, 2); this.coTableLayoutPanel1.Controls.Add(this.btn_Ok, 2, 3); this.coTableLayoutPanel1.Controls.Add(this.labelControl1, 0, 1); this.coTableLayoutPanel1.Controls.Add(this.txt_Account, 1, 1); this.coTableLayoutPanel1.Controls.Add(this.txt_Password, 1, 2); this.coTableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.coTableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.coTableLayoutPanel1.Name = "coTableLayoutPanel1"; this.coTableLayoutPanel1.RowCount = 4; this.coTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.coTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 35F)); this.coTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 35F)); this.coTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 30F)); this.coTableLayoutPanel1.Size = new System.Drawing.Size(309, 165); this.coTableLayoutPanel1.TabIndex = 1; // // txt_Password // this.txt_Password.Anchor = System.Windows.Forms.AnchorStyles.Left; this.coTableLayoutPanel1.SetColumnSpan(this.txt_Password, 2); this.txt_Password.Location = new System.Drawing.Point(100, 81); this.txt_Password.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txt_Password.Name = "txt_Password"; this.txt_Password.Properties.UseSystemPasswordChar = true; this.txt_Password.Size = new System.Drawing.Size(170, 28); this.txt_Password.TabIndex = 8; this.txt_Password.Enter += new System.EventHandler(this.txt_Password_Enter); // // txt_Account // this.txt_Account.Anchor = System.Windows.Forms.AnchorStyles.Left; this.coTableLayoutPanel1.SetColumnSpan(this.txt_Account, 2); this.txt_Account.Location = new System.Drawing.Point(100, 31); this.txt_Account.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txt_Account.Name = "txt_Account"; this.txt_Account.Size = new System.Drawing.Size(170, 28); this.txt_Account.TabIndex = 7; this.txt_Account.Enter += new System.EventHandler(this.txt_Account_Enter); // // labelControl2 // this.labelControl2.Anchor = System.Windows.Forms.AnchorStyles.Right; this.labelControl2.Location = new System.Drawing.Point(39, 84); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(54, 22); this.labelControl2.TabIndex = 10; this.labelControl2.Text = "密码:"; // // btn_Ok // this.btn_Ok.Location = new System.Drawing.Point(196, 125); this.btn_Ok.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.btn_Ok.Name = "btn_Ok"; this.btn_Ok.Size = new System.Drawing.Size(67, 32); this.btn_Ok.TabIndex = 9; this.btn_Ok.Text = "确定"; this.btn_Ok.Click += new System.EventHandler(this.btn_Ok_Click); // // labelControl1 // this.labelControl1.Anchor = System.Windows.Forms.AnchorStyles.Right; this.labelControl1.Location = new System.Drawing.Point(39, 34); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(54, 22); this.labelControl1.TabIndex = 10; this.labelControl1.Text = "账号:"; // // FormUserVerification // this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(309, 165); this.Controls.Add(this.coTableLayoutPanel1); this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormUserVerification"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "用户验证"; this.coTableLayoutPanel1.ResumeLayout(false); this.coTableLayoutPanel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.txt_Password.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Account.Properties)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.SimpleButton btn_Ok; private DevExpress.XtraEditors.TextEdit txt_Password; private DevExpress.XtraEditors.TextEdit txt_Account; private DevExpress.XtraEditors.LabelControl labelControl2; private DevExpress.XtraEditors.LabelControl labelControl1; private CoTableLayoutPanel coTableLayoutPanel1; } }