namespace GreatHomeChildcare { partial class frmMainForm { /// /// 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.btnAdmin = new System.Windows.Forms.Button(); this.SuspendLayout(); // // btnAdmin // this.btnAdmin.Enabled = false; this.btnAdmin.Location = new System.Drawing.Point(675, 12); this.btnAdmin.Name = "btnAdmin"; this.btnAdmin.Size = new System.Drawing.Size(113, 41); this.btnAdmin.TabIndex = 0; this.btnAdmin.TabStop = false; this.btnAdmin.Text = ">>ADMIN<<"; this.btnAdmin.UseVisualStyleBackColor = true; this.btnAdmin.Visible = false; this.btnAdmin.Click += new System.EventHandler(this.btnAdmin_Click); // // frmMainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.btnAdmin); this.Name = "frmMainForm"; this.Text = "Main Screen"; this.Load += new System.EventHandler(this.frmMainForm_Load); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button btnAdmin; } }