Subversion Repositories Code-Repo

Compare Revisions

Ignore whitespace Rev 64 → Rev 65

/SWAT USB App/trunk/SWAT USB App/Main_Menu_Form.Designer.cs
0,0 → 1,125
namespace SWAT_USB_App
{
partial class Main_Menu_Form
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
 
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
 
#region Windows Form Designer generated code
 
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main_Menu_Form));
this.grp_Main_Menu = new System.Windows.Forms.GroupBox();
this.btn_Exit = new System.Windows.Forms.Button();
this.btn_Drivers = new System.Windows.Forms.Button();
this.btn_Software = new System.Windows.Forms.Button();
this.lbl_Main_Menu = new System.Windows.Forms.Label();
this.grp_Main_Menu.SuspendLayout();
this.SuspendLayout();
//
// grp_Main_Menu
//
this.grp_Main_Menu.Controls.Add(this.btn_Exit);
this.grp_Main_Menu.Controls.Add(this.btn_Drivers);
this.grp_Main_Menu.Controls.Add(this.btn_Software);
this.grp_Main_Menu.Controls.Add(this.lbl_Main_Menu);
this.grp_Main_Menu.Location = new System.Drawing.Point(12, 12);
this.grp_Main_Menu.Name = "grp_Main_Menu";
this.grp_Main_Menu.Size = new System.Drawing.Size(275, 107);
this.grp_Main_Menu.TabIndex = 2;
this.grp_Main_Menu.TabStop = false;
this.grp_Main_Menu.Text = "Main Menu";
//
// btn_Exit
//
this.btn_Exit.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btn_Exit.Location = new System.Drawing.Point(185, 17);
this.btn_Exit.Name = "btn_Exit";
this.btn_Exit.Size = new System.Drawing.Size(75, 23);
this.btn_Exit.TabIndex = 5;
this.btn_Exit.Text = "Exit [Esc]";
this.btn_Exit.UseVisualStyleBackColor = true;
this.btn_Exit.Click += new System.EventHandler(this.btn_Main_Exit_Click);
//
// btn_Drivers
//
this.btn_Drivers.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.btn_Drivers.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btn_Drivers.Location = new System.Drawing.Point(14, 47);
this.btn_Drivers.Name = "btn_Drivers";
this.btn_Drivers.Size = new System.Drawing.Size(120, 45);
this.btn_Drivers.TabIndex = 3;
this.btn_Drivers.Text = "Install &Drivers\r\n";
this.btn_Drivers.UseVisualStyleBackColor = true;
this.btn_Drivers.Click += new System.EventHandler(this.btn_Main_Drivers_Click);
//
// btn_Software
//
this.btn_Software.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.btn_Software.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btn_Software.Location = new System.Drawing.Point(140, 47);
this.btn_Software.Name = "btn_Software";
this.btn_Software.Size = new System.Drawing.Size(120, 45);
this.btn_Software.TabIndex = 4;
this.btn_Software.Text = "Install &Software\r\n";
this.btn_Software.UseVisualStyleBackColor = true;
this.btn_Software.Click += new System.EventHandler(this.btn_Main_Software_Click);
//
// lbl_Main_Menu
//
this.lbl_Main_Menu.AutoSize = true;
this.lbl_Main_Menu.Location = new System.Drawing.Point(6, 22);
this.lbl_Main_Menu.Name = "lbl_Main_Menu";
this.lbl_Main_Menu.Size = new System.Drawing.Size(164, 13);
this.lbl_Main_Menu.TabIndex = 0;
this.lbl_Main_Menu.Text = "To begin, please select an option";
//
// form_Main_Menu
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btn_Exit;
this.ClientSize = new System.Drawing.Size(298, 131);
this.Controls.Add(this.grp_Main_Menu);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "form_Main_Menu";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "SWAT USB Installer";
this.grp_Main_Menu.ResumeLayout(false);
this.grp_Main_Menu.PerformLayout();
this.ResumeLayout(false);
 
}
 
#endregion
 
private System.Windows.Forms.GroupBox grp_Main_Menu;
private System.Windows.Forms.Button btn_Drivers;
private System.Windows.Forms.Button btn_Software;
private System.Windows.Forms.Label lbl_Main_Menu;
private System.Windows.Forms.Button btn_Exit;
}
}