123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166 |
- namespace FileWatcher
- {
- partial class Login
- {
- /// <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()
- {
- this.UserName = new System.Windows.Forms.TextBox();
- this.UserName_lable = new System.Windows.Forms.Label();
- this.PassWord = new System.Windows.Forms.TextBox();
- this.PassWord_label = new System.Windows.Forms.Label();
- this.Source = new System.Windows.Forms.TextBox();
- this.Source_label = new System.Windows.Forms.Label();
- this.CheckLogin = new System.Windows.Forms.Button();
- this.Master = new System.Windows.Forms.ComboBox();
- this.label4 = new System.Windows.Forms.Label();
- this.SuspendLayout();
- //
- // UserName
- //
- this.UserName.Location = new System.Drawing.Point(297, 43);
- this.UserName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.UserName.Name = "UserName";
- this.UserName.Size = new System.Drawing.Size(236, 35);
- this.UserName.TabIndex = 5;
- //
- // UserName_lable
- //
- this.UserName_lable.AutoSize = true;
- this.UserName_lable.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.UserName_lable.Location = new System.Drawing.Point(140, 38);
- this.UserName_lable.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.UserName_lable.Name = "UserName_lable";
- this.UserName_lable.Size = new System.Drawing.Size(114, 41);
- this.UserName_lable.TabIndex = 4;
- this.UserName_lable.Text = "用户名";
- //
- // PassWord
- //
- this.PassWord.Location = new System.Drawing.Point(297, 132);
- this.PassWord.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.PassWord.Name = "PassWord";
- this.PassWord.PasswordChar = '*';
- this.PassWord.Size = new System.Drawing.Size(236, 35);
- this.PassWord.TabIndex = 7;
- //
- // PassWord_label
- //
- this.PassWord_label.AutoSize = true;
- this.PassWord_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.PassWord_label.Location = new System.Drawing.Point(171, 123);
- this.PassWord_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.PassWord_label.Name = "PassWord_label";
- this.PassWord_label.Size = new System.Drawing.Size(82, 41);
- this.PassWord_label.TabIndex = 6;
- this.PassWord_label.Text = "密码";
- //
- // Source
- //
- this.Source.Location = new System.Drawing.Point(297, 223);
- this.Source.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.Source.Name = "Source";
- this.Source.Size = new System.Drawing.Size(236, 35);
- this.Source.TabIndex = 9;
- //
- // Source_label
- //
- this.Source_label.AutoSize = true;
- this.Source_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.Source_label.Location = new System.Drawing.Point(171, 214);
- this.Source_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.Source_label.Name = "Source_label";
- this.Source_label.Size = new System.Drawing.Size(82, 41);
- this.Source_label.TabIndex = 8;
- this.Source_label.Text = "资源";
- //
- // CheckLogin
- //
- this.CheckLogin.Location = new System.Drawing.Point(329, 376);
- this.CheckLogin.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.CheckLogin.Name = "CheckLogin";
- this.CheckLogin.Size = new System.Drawing.Size(112, 48);
- this.CheckLogin.TabIndex = 10;
- this.CheckLogin.Text = "登陆";
- this.CheckLogin.UseVisualStyleBackColor = true;
- this.CheckLogin.Click += new System.EventHandler(this.CheckLogin_Click);
- //
- // Master
- //
- this.Master.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.Master.FormattingEnabled = true;
- this.Master.Location = new System.Drawing.Point(297, 308);
- this.Master.Margin = new System.Windows.Forms.Padding(6);
- this.Master.Name = "Master";
- this.Master.Size = new System.Drawing.Size(236, 32);
- this.Master.TabIndex = 17;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label4.Location = new System.Drawing.Point(120, 302);
- this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(133, 38);
- this.label4.TabIndex = 16;
- this.label4.Text = "账套选择";
- //
- // Login
- //
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
- this.ClientSize = new System.Drawing.Size(762, 458);
- this.Controls.Add(this.Master);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.CheckLogin);
- this.Controls.Add(this.Source);
- this.Controls.Add(this.Source_label);
- this.Controls.Add(this.PassWord);
- this.Controls.Add(this.PassWord_label);
- this.Controls.Add(this.UserName);
- this.Controls.Add(this.UserName_lable);
- this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.Name = "Login";
- this.Text = "Login";
- this.Load += new System.EventHandler(this.Login_Load);
- this.ResumeLayout(true);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.TextBox UserName;
- private System.Windows.Forms.Label UserName_lable;
- private System.Windows.Forms.TextBox PassWord;
- private System.Windows.Forms.Label PassWord_label;
- private System.Windows.Forms.TextBox Source;
- private System.Windows.Forms.Label Source_label;
- private System.Windows.Forms.Button CheckLogin;
- private System.Windows.Forms.ComboBox Master;
- private System.Windows.Forms.Label label4;
- }
- }
|