| 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(form_Main_Menu));
|
31 |
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(form_Main_Menu));
|
| 32 |
this.grp_Main_Menu = new System.Windows.Forms.GroupBox();
|
32 |
this.grp_Main_Menu = new System.Windows.Forms.GroupBox();
|
| 33 |
this.lbl_Version = new System.Windows.Forms.Label();
|
- |
|
| 34 |
this.btn_Exit = new System.Windows.Forms.Button();
|
33 |
this.btn_Exit = new System.Windows.Forms.Button();
|
| 35 |
this.btn_Drivers = new System.Windows.Forms.Button();
|
34 |
this.btn_Drivers = new System.Windows.Forms.Button();
|
| 36 |
this.btn_Software = new System.Windows.Forms.Button();
|
35 |
this.btn_Software = new System.Windows.Forms.Button();
|
| 37 |
this.lbl_Main_Menu = new System.Windows.Forms.Label();
|
36 |
this.lbl_Main_Menu = new System.Windows.Forms.Label();
|
| 38 |
this.grp_Main_Menu.SuspendLayout();
|
37 |
this.grp_Main_Menu.SuspendLayout();
|
| 39 |
this.SuspendLayout();
|
38 |
this.SuspendLayout();
|
| 40 |
//
|
39 |
//
|
| 41 |
// grp_Main_Menu
|
40 |
// grp_Main_Menu
|
| 42 |
//
|
41 |
//
|
| 43 |
this.grp_Main_Menu.Controls.Add(this.lbl_Version);
|
- |
|
| 44 |
this.grp_Main_Menu.Controls.Add(this.btn_Exit);
|
42 |
this.grp_Main_Menu.Controls.Add(this.btn_Exit);
|
| 45 |
this.grp_Main_Menu.Controls.Add(this.btn_Drivers);
|
43 |
this.grp_Main_Menu.Controls.Add(this.btn_Drivers);
|
| 46 |
this.grp_Main_Menu.Controls.Add(this.btn_Software);
|
44 |
this.grp_Main_Menu.Controls.Add(this.btn_Software);
|
| 47 |
this.grp_Main_Menu.Controls.Add(this.lbl_Main_Menu);
|
45 |
this.grp_Main_Menu.Controls.Add(this.lbl_Main_Menu);
|
| 48 |
this.grp_Main_Menu.Location = new System.Drawing.Point(12, 12);
|
46 |
this.grp_Main_Menu.Location = new System.Drawing.Point(12, 12);
|
| Line 50... |
Line 48... |
| 50 |
this.grp_Main_Menu.Size = new System.Drawing.Size(275, 107);
|
48 |
this.grp_Main_Menu.Size = new System.Drawing.Size(275, 107);
|
| 51 |
this.grp_Main_Menu.TabIndex = 2;
|
49 |
this.grp_Main_Menu.TabIndex = 2;
|
| 52 |
this.grp_Main_Menu.TabStop = false;
|
50 |
this.grp_Main_Menu.TabStop = false;
|
| 53 |
this.grp_Main_Menu.Text = "Main Menu";
|
51 |
this.grp_Main_Menu.Text = "Main Menu";
|
| 54 |
//
|
52 |
//
|
| 55 |
// lbl_Version
|
- |
|
| 56 |
//
|
- |
|
| 57 |
this.lbl_Version.AutoSize = true;
|
- |
|
| 58 |
this.lbl_Version.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
- |
|
| 59 |
this.lbl_Version.Location = new System.Drawing.Point(245, 0);
|
- |
|
| 60 |
this.lbl_Version.Name = "lbl_Version";
|
- |
|
| 61 |
this.lbl_Version.Size = new System.Drawing.Size(24, 12);
|
- |
|
| 62 |
this.lbl_Version.TabIndex = 6;
|
- |
|
| 63 |
this.lbl_Version.Text = "v2.0";
|
- |
|
| 64 |
//
|
- |
|
| 65 |
// btn_Exit
|
53 |
// btn_Exit
|
| 66 |
//
|
54 |
//
|
| 67 |
this.btn_Exit.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
55 |
this.btn_Exit.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
| 68 |
this.btn_Exit.Location = new System.Drawing.Point(185, 17);
|
56 |
this.btn_Exit.Location = new System.Drawing.Point(185, 17);
|
| 69 |
this.btn_Exit.Name = "btn_Exit";
|
57 |
this.btn_Exit.Name = "btn_Exit";
|
| Line 130... |
Line 118... |
| 130 |
private System.Windows.Forms.GroupBox grp_Main_Menu;
|
118 |
private System.Windows.Forms.GroupBox grp_Main_Menu;
|
| 131 |
private System.Windows.Forms.Button btn_Drivers;
|
119 |
private System.Windows.Forms.Button btn_Drivers;
|
| 132 |
private System.Windows.Forms.Button btn_Software;
|
120 |
private System.Windows.Forms.Button btn_Software;
|
| 133 |
private System.Windows.Forms.Label lbl_Main_Menu;
|
121 |
private System.Windows.Forms.Label lbl_Main_Menu;
|
| 134 |
private System.Windows.Forms.Button btn_Exit;
|
122 |
private System.Windows.Forms.Button btn_Exit;
|
| 135 |
private System.Windows.Forms.Label lbl_Version;
|
- |
|
| 136 |
}
|
123 |
}
|
| 137 |
}
|
124 |
}
|
| 138 |
|
125 |
|