| Line 28... |
Line 28... |
| 28 |
/// </summary>
|
28 |
/// </summary>
|
| 29 |
private void InitializeComponent()
|
29 |
private void InitializeComponent()
|
| 30 |
{
|
30 |
{
|
| 31 |
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Menu1_Main));
|
31 |
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Menu1_Main));
|
| 32 |
this.groupBox_Menu1 = new System.Windows.Forms.GroupBox();
|
32 |
this.groupBox_Menu1 = new System.Windows.Forms.GroupBox();
|
| 33 |
this.lbl_Version = new System.Windows.Forms.Label();
|
- |
|
| 34 |
this.btn_Settings = new System.Windows.Forms.Button();
|
33 |
this.btn_Settings = new System.Windows.Forms.Button();
|
| 35 |
this.btn_UserMgmt = new System.Windows.Forms.Button();
|
34 |
this.btn_UserMgmt = new System.Windows.Forms.Button();
|
| 36 |
this.btn_Reimage_USB_Drives = new System.Windows.Forms.Button();
|
35 |
this.btn_Reimage_USB_Drives = new System.Windows.Forms.Button();
|
| 37 |
this.groupBox_Menu1.SuspendLayout();
|
36 |
this.groupBox_Menu1.SuspendLayout();
|
| 38 |
this.SuspendLayout();
|
37 |
this.SuspendLayout();
|
| 39 |
//
|
38 |
//
|
| 40 |
// groupBox_Menu1
|
39 |
// groupBox_Menu1
|
| 41 |
//
|
40 |
//
|
| 42 |
this.groupBox_Menu1.Controls.Add(this.lbl_Version);
|
- |
|
| 43 |
this.groupBox_Menu1.Controls.Add(this.btn_Settings);
|
41 |
this.groupBox_Menu1.Controls.Add(this.btn_Settings);
|
| 44 |
this.groupBox_Menu1.Controls.Add(this.btn_UserMgmt);
|
42 |
this.groupBox_Menu1.Controls.Add(this.btn_UserMgmt);
|
| 45 |
this.groupBox_Menu1.Controls.Add(this.btn_Reimage_USB_Drives);
|
43 |
this.groupBox_Menu1.Controls.Add(this.btn_Reimage_USB_Drives);
|
| 46 |
this.groupBox_Menu1.Location = new System.Drawing.Point(12, 12);
|
44 |
this.groupBox_Menu1.Location = new System.Drawing.Point(12, 12);
|
| 47 |
this.groupBox_Menu1.Name = "groupBox_Menu1";
|
45 |
this.groupBox_Menu1.Name = "groupBox_Menu1";
|
| 48 |
this.groupBox_Menu1.Size = new System.Drawing.Size(142, 163);
|
46 |
this.groupBox_Menu1.Size = new System.Drawing.Size(142, 163);
|
| 49 |
this.groupBox_Menu1.TabIndex = 0;
|
47 |
this.groupBox_Menu1.TabIndex = 0;
|
| 50 |
this.groupBox_Menu1.TabStop = false;
|
48 |
this.groupBox_Menu1.TabStop = false;
|
| 51 |
this.groupBox_Menu1.Text = "Main Menu";
|
49 |
this.groupBox_Menu1.Text = "Main Menu";
|
| 52 |
//
|
50 |
//
|
| 53 |
// lbl_Version
|
- |
|
| 54 |
//
|
- |
|
| 55 |
this.lbl_Version.AutoSize = true;
|
- |
|
| 56 |
this.lbl_Version.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
- |
|
| 57 |
this.lbl_Version.Location = new System.Drawing.Point(119, 1);
|
- |
|
| 58 |
this.lbl_Version.Name = "lbl_Version";
|
- |
|
| 59 |
this.lbl_Version.Size = new System.Drawing.Size(24, 12);
|
- |
|
| 60 |
this.lbl_Version.TabIndex = 1;
|
- |
|
| 61 |
this.lbl_Version.Text = "v2.2";
|
- |
|
| 62 |
//
|
- |
|
| 63 |
// btn_Settings
|
51 |
// btn_Settings
|
| 64 |
//
|
52 |
//
|
| 65 |
this.btn_Settings.Location = new System.Drawing.Point(12, 111);
|
53 |
this.btn_Settings.Location = new System.Drawing.Point(12, 111);
|
| 66 |
this.btn_Settings.Name = "btn_Settings";
|
54 |
this.btn_Settings.Name = "btn_Settings";
|
| 67 |
this.btn_Settings.Size = new System.Drawing.Size(118, 40);
|
55 |
this.btn_Settings.Size = new System.Drawing.Size(118, 40);
|
| Line 97... |
Line 85... |
| 97 |
this.BackColor = System.Drawing.SystemColors.Control;
|
85 |
this.BackColor = System.Drawing.SystemColors.Control;
|
| 98 |
this.ClientSize = new System.Drawing.Size(167, 186);
|
86 |
this.ClientSize = new System.Drawing.Size(167, 186);
|
| 99 |
this.Controls.Add(this.groupBox_Menu1);
|
87 |
this.Controls.Add(this.groupBox_Menu1);
|
| 100 |
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
88 |
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
| 101 |
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
89 |
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
| - |
|
90 |
this.KeyPreview = true;
|
| 102 |
this.MaximizeBox = false;
|
91 |
this.MaximizeBox = false;
|
| 103 |
this.Name = "Menu1_Main";
|
92 |
this.Name = "Menu1_Main";
|
| 104 |
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
93 |
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
| 105 |
this.Text = "SWAT Office Utility";
|
94 |
this.Text = "SWAT";
|
| 106 |
this.Load += new System.EventHandler(this.Menu1_Main_Load);
|
95 |
this.Load += new System.EventHandler(this.Menu1_Main_Load);
|
| 107 |
this.groupBox_Menu1.ResumeLayout(false);
|
96 |
this.groupBox_Menu1.ResumeLayout(false);
|
| 108 |
this.groupBox_Menu1.PerformLayout();
|
- |
|
| 109 |
this.ResumeLayout(false);
|
97 |
this.ResumeLayout(false);
|
| 110 |
|
98 |
|
| 111 |
}
|
99 |
}
|
| 112 |
|
100 |
|
| 113 |
#endregion
|
101 |
#endregion
|
| 114 |
|
102 |
|
| 115 |
private System.Windows.Forms.GroupBox groupBox_Menu1;
|
103 |
private System.Windows.Forms.GroupBox groupBox_Menu1;
|
| 116 |
private System.Windows.Forms.Button btn_Settings;
|
104 |
private System.Windows.Forms.Button btn_Settings;
|
| 117 |
private System.Windows.Forms.Button btn_UserMgmt;
|
105 |
private System.Windows.Forms.Button btn_UserMgmt;
|
| 118 |
private System.Windows.Forms.Button btn_Reimage_USB_Drives;
|
106 |
private System.Windows.Forms.Button btn_Reimage_USB_Drives;
|
| 119 |
private System.Windows.Forms.Label lbl_Version;
|
- |
|
| 120 |
}
|
107 |
}
|
| 121 |
}
|
108 |
}
|
| 122 |
|
109 |
|