123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150 |
- namespace Aitex.Core.Backend
- {
- partial class UserLoginView
- {
- /// <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.textBoxAccountId = new System.Windows.Forms.TextBox();
- this.textBoxPassword = new System.Windows.Forms.TextBox();
- this.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.buttonLogin = new System.Windows.Forms.Button();
- this.buttonCancel = new System.Windows.Forms.Button();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.groupBox1.SuspendLayout();
- this.SuspendLayout();
- //
- // textBoxAccountId
- //
- this.textBoxAccountId.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.textBoxAccountId.Location = new System.Drawing.Point(144, 33);
- this.textBoxAccountId.Margin = new System.Windows.Forms.Padding(4);
- this.textBoxAccountId.Name = "textBoxAccountId";
- this.textBoxAccountId.Size = new System.Drawing.Size(148, 25);
- this.textBoxAccountId.TabIndex = 0;
- this.textBoxAccountId.Text = "admin";
- //
- // textBoxPassword
- //
- this.textBoxPassword.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.textBoxPassword.Location = new System.Drawing.Point(144, 74);
- this.textBoxPassword.Margin = new System.Windows.Forms.Padding(4);
- this.textBoxPassword.Name = "textBoxPassword";
- this.textBoxPassword.Size = new System.Drawing.Size(148, 25);
- this.textBoxPassword.TabIndex = 1;
- this.textBoxPassword.UseSystemPasswordChar = true;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label1.Location = new System.Drawing.Point(52, 36);
- this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(64, 19);
- this.label1.TabIndex = 2;
- this.label1.Text = "Account:";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label2.Location = new System.Drawing.Point(52, 77);
- this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(70, 19);
- this.label2.TabIndex = 3;
- this.label2.Text = "Password:";
- //
- // buttonLogin
- //
- this.buttonLogin.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.buttonLogin.Location = new System.Drawing.Point(93, 19);
- this.buttonLogin.Name = "buttonLogin";
- this.buttonLogin.Size = new System.Drawing.Size(87, 26);
- this.buttonLogin.TabIndex = 0;
- this.buttonLogin.Text = "Login";
- this.buttonLogin.UseVisualStyleBackColor = true;
- this.buttonLogin.Click += new System.EventHandler(this.buttonLogin_Click);
- //
- // buttonCancel
- //
- this.buttonCancel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.buttonCancel.Location = new System.Drawing.Point(212, 19);
- this.buttonCancel.Name = "buttonCancel";
- this.buttonCancel.Size = new System.Drawing.Size(87, 26);
- this.buttonCancel.TabIndex = 1;
- this.buttonCancel.Text = "Cancel";
- this.buttonCancel.UseVisualStyleBackColor = true;
- this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.buttonCancel);
- this.groupBox1.Controls.Add(this.buttonLogin);
- this.groupBox1.Location = new System.Drawing.Point(-24, 114);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(397, 64);
- this.groupBox1.TabIndex = 4;
- this.groupBox1.TabStop = false;
- //
- // UserLoginView
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(363, 171);
- this.Controls.Add(this.groupBox1);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.textBoxPassword);
- this.Controls.Add(this.textBoxAccountId);
- this.Font = new System.Drawing.Font("Verdana", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
- this.Margin = new System.Windows.Forms.Padding(4);
- this.MaximizeBox = false;
- this.Name = "UserLoginView";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "Login";
- this.groupBox1.ResumeLayout(false);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.TextBox textBoxAccountId;
- private System.Windows.Forms.TextBox textBoxPassword;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Button buttonLogin;
- private System.Windows.Forms.Button buttonCancel;
- private System.Windows.Forms.GroupBox groupBox1;
- }
- }
|