Rev 63 | Blame | Compare with Previous | Last modification | View Log | RSS feed
namespace SWAT_Office_App
{
partial class Menu_Main_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(Menu_Main_Form));
this.groupBox_Menu1 = new System.Windows.Forms.GroupBox();
this.btn_DriveLogger = new System.Windows.Forms.Button();
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();
this.groupBox_Menu1.SuspendLayout();
this.SuspendLayout();
//
// groupBox_Menu1
//
this.groupBox_Menu1.Controls.Add(this.btn_DriveLogger);
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);
this.groupBox_Menu1.Location = new System.Drawing.Point(12, 12);
this.groupBox_Menu1.Name = "groupBox_Menu1";
this.groupBox_Menu1.Size = new System.Drawing.Size(142, 209);
this.groupBox_Menu1.TabIndex = 0;
this.groupBox_Menu1.TabStop = false;
this.groupBox_Menu1.Text = "Main Menu";
//
// btn_DriveLogger
//
this.btn_DriveLogger.Location = new System.Drawing.Point(12, 65);
this.btn_DriveLogger.Name = "btn_DriveLogger";
this.btn_DriveLogger.Size = new System.Drawing.Size(118, 40);
this.btn_DriveLogger.TabIndex = 1;
this.btn_DriveLogger.Text = "&DriveLogger";
this.btn_DriveLogger.UseVisualStyleBackColor = true;
this.btn_DriveLogger.Click += new System.EventHandler(this.btn_DriveLogger_Click);
//
// btn_Settings
//
this.btn_Settings.Location = new System.Drawing.Point(12, 157);
this.btn_Settings.Name = "btn_Settings";
this.btn_Settings.Size = new System.Drawing.Size(118, 40);
this.btn_Settings.TabIndex = 3;
this.btn_Settings.Text = "Program &Settings";
this.btn_Settings.UseVisualStyleBackColor = true;
this.btn_Settings.Click += new System.EventHandler(this.btn_Main_Settings_Click);
//
// btn_UserMgmt
//
this.btn_UserMgmt.Location = new System.Drawing.Point(12, 19);
this.btn_UserMgmt.Name = "btn_UserMgmt";
this.btn_UserMgmt.Size = new System.Drawing.Size(118, 40);
this.btn_UserMgmt.TabIndex = 0;
this.btn_UserMgmt.Text = "Manage User &Accounts and Shares";
this.btn_UserMgmt.UseVisualStyleBackColor = true;
this.btn_UserMgmt.Click += new System.EventHandler(this.btn_Main_UserMgmt_Click);
//
// btn_Reimage_USB_Drives
//
this.btn_Reimage_USB_Drives.Location = new System.Drawing.Point(12, 111);
this.btn_Reimage_USB_Drives.Name = "btn_Reimage_USB_Drives";
this.btn_Reimage_USB_Drives.Size = new System.Drawing.Size(118, 40);
this.btn_Reimage_USB_Drives.TabIndex = 2;
this.btn_Reimage_USB_Drives.Text = "&Reimage USB Drives";
this.btn_Reimage_USB_Drives.UseVisualStyleBackColor = true;
this.btn_Reimage_USB_Drives.Click += new System.EventHandler(this.btn_Reimage_USB_Drives_Click);
//
// Menu_Main
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Control;
this.ClientSize = new System.Drawing.Size(167, 233);
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 = "Menu_Main";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "SWAT";
this.groupBox_Menu1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox_Menu1;
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.Button btn_DriveLogger;
}
}