namespace UAS_XmlAnalysor { partial class Login { /// /// 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.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.UserName = new System.Windows.Forms.TextBox(); this.PassWord = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.Source = new System.Windows.Forms.TextBox(); this.LoginButton = new System.Windows.Forms.Button(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(145, 70); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(58, 21); this.label1.TabIndex = 0; this.label1.Text = "用户名"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.Location = new System.Drawing.Point(145, 121); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(42, 21); this.label2.TabIndex = 1; this.label2.Text = "密码"; // // UserName // this.UserName.Location = new System.Drawing.Point(231, 71); this.UserName.Name = "UserName"; this.UserName.Size = new System.Drawing.Size(174, 21); this.UserName.TabIndex = 2; // // PassWord // this.PassWord.Location = new System.Drawing.Point(231, 122); this.PassWord.Name = "PassWord"; this.PassWord.PasswordChar = '*'; this.PassWord.Size = new System.Drawing.Size(174, 21); this.PassWord.TabIndex = 3; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label3.Location = new System.Drawing.Point(145, 171); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(74, 21); this.label3.TabIndex = 4; this.label3.Text = "岗位资源"; // // Source // this.Source.Location = new System.Drawing.Point(231, 171); this.Source.Name = "Source"; this.Source.Size = new System.Drawing.Size(174, 21); this.Source.TabIndex = 5; // // LoginButton // this.LoginButton.Location = new System.Drawing.Point(245, 232); this.LoginButton.Name = "LoginButton"; this.LoginButton.Size = new System.Drawing.Size(75, 23); this.LoginButton.TabIndex = 6; this.LoginButton.Text = "登陆"; this.LoginButton.UseVisualStyleBackColor = true; this.LoginButton.Click += new System.EventHandler(this.LoginButton_Click); // // Login // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(561, 294); this.Controls.Add(this.LoginButton); this.Controls.Add(this.Source); this.Controls.Add(this.label3); this.Controls.Add(this.PassWord); this.Controls.Add(this.UserName); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Name = "Login"; this.Text = "登陆"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox UserName; private System.Windows.Forms.TextBox PassWord; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox Source; private System.Windows.Forms.Button LoginButton; } }