Subversion Repositories Code-Repo

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
9 Kevin 1
namespace SWAT_Office_App
2
{
3
    partial class Menu1_Main
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
        {
31
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Menu1_Main));
32
            this.groupBox_Menu1 = new System.Windows.Forms.GroupBox();
33
            this.lbl_Version = new System.Windows.Forms.Label();
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
            // 
42
            this.groupBox_Menu1.Controls.Add(this.lbl_Version);
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";
48
            this.groupBox_Menu1.Size = new System.Drawing.Size(142, 163);
49
            this.groupBox_Menu1.TabIndex = 0;
50
            this.groupBox_Menu1.TabStop = false;
51
            this.groupBox_Menu1.Text = "Main Menu";
52
            // 
53
            // lbl_Version
54
            // 
55
            this.lbl_Version.AutoSize = true;
56
            this.lbl_Version.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
57
            this.lbl_Version.Location = new System.Drawing.Point(119, 1);
58
            this.lbl_Version.Name = "lbl_Version";
59
            this.lbl_Version.Size = new System.Drawing.Size(24, 12);
60
            this.lbl_Version.TabIndex = 1;
61
            this.lbl_Version.Text = "v2.2";
62
            // 
63
            // btn_Settings
64
            // 
65
            this.btn_Settings.Location = new System.Drawing.Point(12, 111);
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
            // 
75
            this.btn_UserMgmt.Location = new System.Drawing.Point(12, 65);
76
            this.btn_UserMgmt.Name = "btn_UserMgmt";
77
            this.btn_UserMgmt.Size = new System.Drawing.Size(118, 40);
78
            this.btn_UserMgmt.TabIndex = 2;
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
            // 
85
            this.btn_Reimage_USB_Drives.Location = new System.Drawing.Point(12, 19);
86
            this.btn_Reimage_USB_Drives.Name = "btn_Reimage_USB_Drives";
87
            this.btn_Reimage_USB_Drives.Size = new System.Drawing.Size(118, 40);
88
            this.btn_Reimage_USB_Drives.TabIndex = 0;
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
            // 
93
            // Menu1_Main
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;
98
            this.ClientSize = new System.Drawing.Size(167, 186);
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")));
102
            this.MaximizeBox = false;
103
            this.Name = "Menu1_Main";
104
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
105
            this.Text = "SWAT Office Utility";
106
            this.Load += new System.EventHandler(this.Menu1_Main_Load);
107
            this.groupBox_Menu1.ResumeLayout(false);
108
            this.groupBox_Menu1.PerformLayout();
109
            this.ResumeLayout(false);
110
 
111
        }
112
 
113
        #endregion
114
 
115
        private System.Windows.Forms.GroupBox groupBox_Menu1;
116
        private System.Windows.Forms.Button btn_Settings;
117
        private System.Windows.Forms.Button btn_UserMgmt;
118
        private System.Windows.Forms.Button btn_Reimage_USB_Drives;
119
        private System.Windows.Forms.Label lbl_Version;
120
    }
121
}
122