namespace C_Windows_1 { partial class LogOn { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LogOn)); this.Log = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.Password = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // Log // this.Log.Font = new System.Drawing.Font("宋体", 15F); this.Log.Location = new System.Drawing.Point(103, 117); this.Log.Name = "Log"; this.Log.Size = new System.Drawing.Size(80, 40); this.Log.TabIndex = 5; this.Log.Text = "登录"; this.Log.UseVisualStyleBackColor = true; this.Log.Click += new System.EventHandler(this.Log_Click); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("宋体", 13F); this.label1.Location = new System.Drawing.Point(94, 29); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(98, 18); this.label1.TabIndex = 4; this.label1.Text = "请输入密码"; // // Password // this.Password.Font = new System.Drawing.Font("宋体", 15F); this.Password.Location = new System.Drawing.Point(26, 50); this.Password.Name = "Password"; this.Password.PasswordChar = '*'; this.Password.Size = new System.Drawing.Size(234, 30); this.Password.TabIndex = 3; // // LogOn // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(286, 187); this.Controls.Add(this.Log); this.Controls.Add(this.label1); this.Controls.Add(this.Password); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "LogOn"; this.Text = "工程师登录"; this.Load += new System.EventHandler(this.LogOn_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button Log; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox Password; } }