Subversion Repositories Code-Repo

Compare Revisions

Ignore whitespace Rev 40 → Rev 41

/SWAT Office App/trunk/SWAT Office App/Main_Menu_Form.Designer.cs
30,6 → 30,7
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Menu1_Main));
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();
38,19 → 39,30
//
// 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, 163);
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, 111);
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;
60,10 → 72,10
//
// btn_UserMgmt
//
this.btn_UserMgmt.Location = new System.Drawing.Point(12, 65);
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 = 2;
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);
70,10 → 82,10
//
// btn_Reimage_USB_Drives
//
this.btn_Reimage_USB_Drives.Location = new System.Drawing.Point(12, 19);
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 = 0;
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);
83,7 → 95,7
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, 186);
this.ClientSize = new System.Drawing.Size(167, 233);
this.ControlBox = false;
this.Controls.Add(this.groupBox_Menu1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
93,7 → 105,6
this.Name = "Menu1_Main";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "SWAT";
this.Load += new System.EventHandler(this.Menu1_Main_Load);
this.groupBox_Menu1.ResumeLayout(false);
this.ResumeLayout(false);
 
105,6 → 116,7
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;
}
}