Subversion Repositories Code-Repo

Rev

Rev 50 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 50 Rev 57
Line 88... Line 88...
88
            this.btn_Reimage_USB_Drives.TabIndex = 2;
88
            this.btn_Reimage_USB_Drives.TabIndex = 2;
89
            this.btn_Reimage_USB_Drives.Text = "&Reimage USB Drives";
89
            this.btn_Reimage_USB_Drives.Text = "&Reimage USB Drives";
90
            this.btn_Reimage_USB_Drives.UseVisualStyleBackColor = true;
90
            this.btn_Reimage_USB_Drives.UseVisualStyleBackColor = true;
91
            this.btn_Reimage_USB_Drives.Click += new System.EventHandler(this.btn_Reimage_USB_Drives_Click);
91
            this.btn_Reimage_USB_Drives.Click += new System.EventHandler(this.btn_Reimage_USB_Drives_Click);
92
            // 
92
            // 
93
            // Menu1_Main
93
            // Menu_Main
94
            // 
94
            // 
95
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
95
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
96
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
96
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
97
            this.BackColor = System.Drawing.SystemColors.Control;
97
            this.BackColor = System.Drawing.SystemColors.Control;
98
            this.ClientSize = new System.Drawing.Size(167, 233);
98
            this.ClientSize = new System.Drawing.Size(167, 233);
99
            this.ControlBox = false;
-
 
100
            this.Controls.Add(this.groupBox_Menu1);
99
            this.Controls.Add(this.groupBox_Menu1);
101
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
100
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
102
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
101
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
103
            this.KeyPreview = true;
102
            this.KeyPreview = true;
104
            this.MaximizeBox = false;
103
            this.MaximizeBox = false;
105
            this.Name = "Menu1_Main";
104
            this.Name = "Menu_Main";
106
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
105
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
107
            this.Text = "SWAT";
106
            this.Text = "SWAT";
108
            this.groupBox_Menu1.ResumeLayout(false);
107
            this.groupBox_Menu1.ResumeLayout(false);
109
            this.ResumeLayout(false);
108
            this.ResumeLayout(false);
110
 
109