Subversion Repositories Code-Repo

Compare Revisions

Ignore whitespace Rev 14 → Rev 15

/SWAT Office App/trunk/SWAT Office App/Main_Menu_Form.Designer.cs
30,7 → 30,6
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Menu1_Main));
this.groupBox_Menu1 = new System.Windows.Forms.GroupBox();
this.lbl_Version = new System.Windows.Forms.Label();
this.btn_Settings = new System.Windows.Forms.Button();
this.btn_UserMgmt = new System.Windows.Forms.Button();
this.btn_Reimage_USB_Drives = new System.Windows.Forms.Button();
39,7 → 38,6
//
// groupBox_Menu1
//
this.groupBox_Menu1.Controls.Add(this.lbl_Version);
this.groupBox_Menu1.Controls.Add(this.btn_Settings);
this.groupBox_Menu1.Controls.Add(this.btn_UserMgmt);
this.groupBox_Menu1.Controls.Add(this.btn_Reimage_USB_Drives);
50,16 → 48,6
this.groupBox_Menu1.TabStop = false;
this.groupBox_Menu1.Text = "Main Menu";
//
// lbl_Version
//
this.lbl_Version.AutoSize = true;
this.lbl_Version.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lbl_Version.Location = new System.Drawing.Point(119, 1);
this.lbl_Version.Name = "lbl_Version";
this.lbl_Version.Size = new System.Drawing.Size(24, 12);
this.lbl_Version.TabIndex = 1;
this.lbl_Version.Text = "v2.2";
//
// btn_Settings
//
this.btn_Settings.Location = new System.Drawing.Point(12, 111);
99,13 → 87,13
this.Controls.Add(this.groupBox_Menu1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.KeyPreview = true;
this.MaximizeBox = false;
this.Name = "Menu1_Main";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "SWAT Office Utility";
this.Text = "SWAT";
this.Load += new System.EventHandler(this.Menu1_Main_Load);
this.groupBox_Menu1.ResumeLayout(false);
this.groupBox_Menu1.PerformLayout();
this.ResumeLayout(false);
 
}
116,7 → 104,6
private System.Windows.Forms.Button btn_Settings;
private System.Windows.Forms.Button btn_UserMgmt;
private System.Windows.Forms.Button btn_Reimage_USB_Drives;
private System.Windows.Forms.Label lbl_Version;
}
}