Subversion Repositories Code-Repo

Rev

Rev 63 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
9 Kevin 1
namespace SWAT_Office_App
2
{
63 Kevin 3
    partial class Menu_Main_Form
9 Kevin 4
    {
5
        /// <summary>
6
        /// Required designer variable.
7
        /// </summary>
8
        private System.ComponentModel.IContainer components = null;
9
 
10
        /// <summary>
11
        /// Clean up any resources being used.
12
        /// </summary>
13
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14
        protected override void Dispose(bool disposing)
15
        {
16
            if (disposing && (components != null))
17
            {
18
                components.Dispose();
19
            }
20
            base.Dispose(disposing);
21
        }
22
 
23
        #region Windows Form Designer generated code
24
 
25
        /// <summary>
26
        /// Required method for Designer support - do not modify
27
        /// the contents of this method with the code editor.
28
        /// </summary>
29
        private void InitializeComponent()
30
        {
63 Kevin 31
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Menu_Main_Form));
9 Kevin 32
            this.groupBox_Menu1 = new System.Windows.Forms.GroupBox();
41 Kevin 33
            this.btn_DriveLogger = new System.Windows.Forms.Button();
9 Kevin 34
            this.btn_Settings = new System.Windows.Forms.Button();
35
            this.btn_UserMgmt = new System.Windows.Forms.Button();
36
            this.btn_Reimage_USB_Drives = new System.Windows.Forms.Button();
37
            this.groupBox_Menu1.SuspendLayout();
38
            this.SuspendLayout();
39
            // 
40
            // groupBox_Menu1
41
            // 
41 Kevin 42
            this.groupBox_Menu1.Controls.Add(this.btn_DriveLogger);
9 Kevin 43
            this.groupBox_Menu1.Controls.Add(this.btn_Settings);
44
            this.groupBox_Menu1.Controls.Add(this.btn_UserMgmt);
45
            this.groupBox_Menu1.Controls.Add(this.btn_Reimage_USB_Drives);
46
            this.groupBox_Menu1.Location = new System.Drawing.Point(12, 12);
47
            this.groupBox_Menu1.Name = "groupBox_Menu1";
41 Kevin 48
            this.groupBox_Menu1.Size = new System.Drawing.Size(142, 209);
9 Kevin 49
            this.groupBox_Menu1.TabIndex = 0;
50
            this.groupBox_Menu1.TabStop = false;
51
            this.groupBox_Menu1.Text = "Main Menu";
52
            // 
41 Kevin 53
            // btn_DriveLogger
54
            // 
55
            this.btn_DriveLogger.Location = new System.Drawing.Point(12, 65);
56
            this.btn_DriveLogger.Name = "btn_DriveLogger";
57
            this.btn_DriveLogger.Size = new System.Drawing.Size(118, 40);
58
            this.btn_DriveLogger.TabIndex = 1;
59
            this.btn_DriveLogger.Text = "&DriveLogger";
60
            this.btn_DriveLogger.UseVisualStyleBackColor = true;
61
            this.btn_DriveLogger.Click += new System.EventHandler(this.btn_DriveLogger_Click);
62
            // 
9 Kevin 63
            // btn_Settings
64
            // 
41 Kevin 65
            this.btn_Settings.Location = new System.Drawing.Point(12, 157);
9 Kevin 66
            this.btn_Settings.Name = "btn_Settings";
67
            this.btn_Settings.Size = new System.Drawing.Size(118, 40);
68
            this.btn_Settings.TabIndex = 3;
69
            this.btn_Settings.Text = "Program &Settings";
70
            this.btn_Settings.UseVisualStyleBackColor = true;
71
            this.btn_Settings.Click += new System.EventHandler(this.btn_Main_Settings_Click);
72
            // 
73
            // btn_UserMgmt
74
            // 
41 Kevin 75
            this.btn_UserMgmt.Location = new System.Drawing.Point(12, 19);
9 Kevin 76
            this.btn_UserMgmt.Name = "btn_UserMgmt";
77
            this.btn_UserMgmt.Size = new System.Drawing.Size(118, 40);
41 Kevin 78
            this.btn_UserMgmt.TabIndex = 0;
9 Kevin 79
            this.btn_UserMgmt.Text = "Manage User &Accounts and Shares";
80
            this.btn_UserMgmt.UseVisualStyleBackColor = true;
81
            this.btn_UserMgmt.Click += new System.EventHandler(this.btn_Main_UserMgmt_Click);
82
            // 
83
            // btn_Reimage_USB_Drives
84
            // 
41 Kevin 85
            this.btn_Reimage_USB_Drives.Location = new System.Drawing.Point(12, 111);
9 Kevin 86
            this.btn_Reimage_USB_Drives.Name = "btn_Reimage_USB_Drives";
87
            this.btn_Reimage_USB_Drives.Size = new System.Drawing.Size(118, 40);
41 Kevin 88
            this.btn_Reimage_USB_Drives.TabIndex = 2;
9 Kevin 89
            this.btn_Reimage_USB_Drives.Text = "&Reimage USB Drives";
90
            this.btn_Reimage_USB_Drives.UseVisualStyleBackColor = true;
91
            this.btn_Reimage_USB_Drives.Click += new System.EventHandler(this.btn_Reimage_USB_Drives_Click);
92
            // 
57 Kevin 93
            // Menu_Main
9 Kevin 94
            // 
95
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
96
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
97
            this.BackColor = System.Drawing.SystemColors.Control;
41 Kevin 98
            this.ClientSize = new System.Drawing.Size(167, 233);
9 Kevin 99
            this.Controls.Add(this.groupBox_Menu1);
100
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
101
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
15 Kevin 102
            this.KeyPreview = true;
9 Kevin 103
            this.MaximizeBox = false;
57 Kevin 104
            this.Name = "Menu_Main";
9 Kevin 105
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
15 Kevin 106
            this.Text = "SWAT";
9 Kevin 107
            this.groupBox_Menu1.ResumeLayout(false);
108
            this.ResumeLayout(false);
109
 
110
        }
111
 
112
        #endregion
113
 
114
        private System.Windows.Forms.GroupBox groupBox_Menu1;
115
        private System.Windows.Forms.Button btn_Settings;
116
        private System.Windows.Forms.Button btn_UserMgmt;
117
        private System.Windows.Forms.Button btn_Reimage_USB_Drives;
41 Kevin 118
        private System.Windows.Forms.Button btn_DriveLogger;
9 Kevin 119
    }
120
}
121