Subversion Repositories Code-Repo

Rev

Rev 67 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 67 Rev 70
Line 92... Line 92...
92
            this.lbl_Main_Menu.Name = "lbl_Main_Menu";
92
            this.lbl_Main_Menu.Name = "lbl_Main_Menu";
93
            this.lbl_Main_Menu.Size = new System.Drawing.Size(164, 13);
93
            this.lbl_Main_Menu.Size = new System.Drawing.Size(164, 13);
94
            this.lbl_Main_Menu.TabIndex = 0;
94
            this.lbl_Main_Menu.TabIndex = 0;
95
            this.lbl_Main_Menu.Text = "To begin, please select an option";
95
            this.lbl_Main_Menu.Text = "To begin, please select an option";
96
            // 
96
            // 
97
            // form_Main_Menu
97
            // Main_Menu_Form
98
            // 
98
            // 
99
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
99
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
100
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
100
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
101
            this.CancelButton = this.btn_Exit;
101
            this.CancelButton = this.btn_Exit;
102
            this.ClientSize = new System.Drawing.Size(298, 131);
102
            this.ClientSize = new System.Drawing.Size(298, 131);
103
            this.Controls.Add(this.grp_Main_Menu);
103
            this.Controls.Add(this.grp_Main_Menu);
104
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
104
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
105
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
105
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
106
            this.MaximizeBox = false;
106
            this.MaximizeBox = false;
107
            this.Name = "form_Main_Menu";
107
            this.Name = "Main_Menu_Form";
108
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
108
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
109
            this.Text = "SWAT USB Installer";
109
            this.Text = "SWAT USB Installer";
110
            this.grp_Main_Menu.ResumeLayout(false);
110
            this.grp_Main_Menu.ResumeLayout(false);
111
            this.grp_Main_Menu.PerformLayout();
111
            this.grp_Main_Menu.PerformLayout();
112
            this.ResumeLayout(false);
112
            this.ResumeLayout(false);