namespace GMClient { partial class frmMain { /// /// 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.lstLog = new System.Windows.Forms.ListView(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.txtUsername = new System.Windows.Forms.TextBox(); this.txtPass = new System.Windows.Forms.TextBox(); this.btnLogin = new System.Windows.Forms.Button(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // lstLog // this.lstLog.Dock = System.Windows.Forms.DockStyle.Bottom; this.lstLog.FullRowSelect = true; this.lstLog.Location = new System.Drawing.Point(0, 293); this.lstLog.Name = "lstLog"; this.lstLog.Size = new System.Drawing.Size(692, 144); this.lstLog.TabIndex = 1; this.lstLog.UseCompatibleStateImageBehavior = false; this.lstLog.View = System.Windows.Forms.View.Details; // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Location = new System.Drawing.Point(12, 12); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(668, 275); this.tabControl1.TabIndex = 2; this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged); // // tabPage1 // this.tabPage1.Controls.Add(this.groupBox1); this.tabPage1.Location = new System.Drawing.Point(4, 22); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(660, 249); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "Login"; this.tabPage1.UseVisualStyleBackColor = true; // // tabPage2 // this.tabPage2.Location = new System.Drawing.Point(4, 22); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Size = new System.Drawing.Size(660, 249); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "Accounts"; this.tabPage2.UseVisualStyleBackColor = true; this.tabPage2.Click += new System.EventHandler(this.tabPage2_Click); // // groupBox1 // this.groupBox1.Controls.Add(this.btnLogin); this.groupBox1.Controls.Add(this.txtPass); this.groupBox1.Controls.Add(this.txtUsername); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Location = new System.Drawing.Point(18, 22); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(198, 111); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "Credentials:"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(7, 22); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(58, 13); this.label1.TabIndex = 0; this.label1.Text = "Username:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(9, 48); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(56, 13); this.label2.TabIndex = 1; this.label2.Text = "Password:"; // // txtUsername // this.txtUsername.Location = new System.Drawing.Point(71, 19); this.txtUsername.Name = "txtUsername"; this.txtUsername.Size = new System.Drawing.Size(102, 20); this.txtUsername.TabIndex = 0; // // txtPass // this.txtPass.Location = new System.Drawing.Point(72, 45); this.txtPass.Name = "txtPass"; this.txtPass.Size = new System.Drawing.Size(100, 20); this.txtPass.TabIndex = 1; this.txtPass.UseSystemPasswordChar = true; // // btnLogin // this.btnLogin.Location = new System.Drawing.Point(12, 71); this.btnLogin.Name = "btnLogin"; this.btnLogin.Size = new System.Drawing.Size(160, 25); this.btnLogin.TabIndex = 2; this.btnLogin.Text = "Login"; this.btnLogin.UseVisualStyleBackColor = true; this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click); // // frmMain // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(692, 437); this.Controls.Add(this.tabControl1); this.Controls.Add(this.lstLog); this.Name = "frmMain"; this.Text = "GMClient"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmMain_FormClosed); this.Load += new System.EventHandler(this.Form1_Load); this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ListView lstLog; private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.TabPage tabPage2; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Button btnLogin; private System.Windows.Forms.TextBox txtPass; private System.Windows.Forms.TextBox txtUsername; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; } }