'WSZSTools - GUI, GUI to handle Wiimms SZS Tools 'Copyright (C) 2011 VulcSoft 'This program is free software: you can redistribute it and/or modify 'it under the terms of the GNU General Public License as published by 'the Free Software Foundation, either version 3 of the License, or '(at your option) any later version. 'This program is distributed in the hope that it will be useful, 'but WITHOUT ANY WARRANTY; without even the implied warranty of 'MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 'GNU General Public License for more details. 'You should have received a copy of the GNU General Public License 'along with this program. If not, see . _ Partial Class frmMain Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub 'Required by the Windows Form Designer Private components As System.ComponentModel.IContainer 'NOTE: The following procedure is required by the Windows Form Designer 'It can be modified using the Windows Form Designer. 'Do not modify it using the code editor. _ Private Sub InitializeComponent() Me.MenuStrip1 = New System.Windows.Forms.MenuStrip Me.FileToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem Me.OpenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem Me.File_Open_File_tsmnItem = New System.Windows.Forms.ToolStripMenuItem Me.File_Open_Dir_tsmnItem = New System.Windows.Forms.ToolStripMenuItem Me.ToolStripMenuItem2 = New System.Windows.Forms.ToolStripMenuItem Me.File_Save_File_tsmnItem = New System.Windows.Forms.ToolStripMenuItem Me.File_Save_Dir_tsmnItem = New System.Windows.Forms.ToolStripMenuItem Me.ToolStripMenuItem1 = New System.Windows.Forms.ToolStripSeparator Me.ExitToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem Me.HelpToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem Me.AboutToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem Me.btnClearTEMP = New System.Windows.Forms.Button Me.lblloadFile = New System.Windows.Forms.Label Me.lblLoadFileR = New System.Windows.Forms.Label Me.btnConfigure = New System.Windows.Forms.Button Me.lblConfiguredtest = New System.Windows.Forms.Label Me.lblConfiguredtest2 = New System.Windows.Forms.Label Me.SplitContainer1 = New System.Windows.Forms.SplitContainer Me.btnCommandConsole = New System.Windows.Forms.Button Me.lblInfo = New System.Windows.Forms.Label Me.MenuStrip1.SuspendLayout() Me.SplitContainer1.Panel1.SuspendLayout() Me.SplitContainer1.Panel2.SuspendLayout() Me.SplitContainer1.SuspendLayout() Me.SuspendLayout() ' 'MenuStrip1 ' Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.FileToolStripMenuItem, Me.HelpToolStripMenuItem}) Me.MenuStrip1.Location = New System.Drawing.Point(0, 0) Me.MenuStrip1.Name = "MenuStrip1" Me.MenuStrip1.Size = New System.Drawing.Size(504, 24) Me.MenuStrip1.TabIndex = 0 Me.MenuStrip1.Text = "MenuStrip1" ' 'FileToolStripMenuItem ' Me.FileToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.OpenToolStripMenuItem, Me.ToolStripMenuItem2, Me.ToolStripMenuItem1, Me.ExitToolStripMenuItem}) Me.FileToolStripMenuItem.Name = "FileToolStripMenuItem" Me.FileToolStripMenuItem.Size = New System.Drawing.Size(35, 20) Me.FileToolStripMenuItem.Text = "File" ' 'OpenToolStripMenuItem ' Me.OpenToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.File_Open_File_tsmnItem, Me.File_Open_Dir_tsmnItem}) Me.OpenToolStripMenuItem.Name = "OpenToolStripMenuItem" Me.OpenToolStripMenuItem.Size = New System.Drawing.Size(111, 22) Me.OpenToolStripMenuItem.Text = "Open" ' 'File_Open_File_tsmnItem ' Me.File_Open_File_tsmnItem.Name = "File_Open_File_tsmnItem" Me.File_Open_File_tsmnItem.Size = New System.Drawing.Size(165, 22) Me.File_Open_File_tsmnItem.Text = "File ..." ' 'File_Open_Dir_tsmnItem ' Me.File_Open_Dir_tsmnItem.Name = "File_Open_Dir_tsmnItem" Me.File_Open_Dir_tsmnItem.Size = New System.Drawing.Size(165, 22) Me.File_Open_Dir_tsmnItem.Text = "SZS Directory ..." ' 'ToolStripMenuItem2 ' Me.ToolStripMenuItem2.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.File_Save_File_tsmnItem, Me.File_Save_Dir_tsmnItem}) Me.ToolStripMenuItem2.Name = "ToolStripMenuItem2" Me.ToolStripMenuItem2.Size = New System.Drawing.Size(111, 22) Me.ToolStripMenuItem2.Text = "Save" ' 'File_Save_File_tsmnItem ' Me.File_Save_File_tsmnItem.Name = "File_Save_File_tsmnItem" Me.File_Save_File_tsmnItem.Size = New System.Drawing.Size(129, 22) Me.File_Save_File_tsmnItem.Text = "File ..." ' 'File_Save_Dir_tsmnItem ' Me.File_Save_Dir_tsmnItem.Name = "File_Save_Dir_tsmnItem" Me.File_Save_Dir_tsmnItem.Size = New System.Drawing.Size(129, 22) Me.File_Save_Dir_tsmnItem.Text = "Directory" ' 'ToolStripMenuItem1 ' Me.ToolStripMenuItem1.Name = "ToolStripMenuItem1" Me.ToolStripMenuItem1.Size = New System.Drawing.Size(108, 6) ' 'ExitToolStripMenuItem ' Me.ExitToolStripMenuItem.Name = "ExitToolStripMenuItem" Me.ExitToolStripMenuItem.Size = New System.Drawing.Size(111, 22) Me.ExitToolStripMenuItem.Text = "Exit" ' 'HelpToolStripMenuItem ' Me.HelpToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.AboutToolStripMenuItem}) Me.HelpToolStripMenuItem.Name = "HelpToolStripMenuItem" Me.HelpToolStripMenuItem.Size = New System.Drawing.Size(40, 20) Me.HelpToolStripMenuItem.Text = "Help" ' 'AboutToolStripMenuItem ' Me.AboutToolStripMenuItem.Name = "AboutToolStripMenuItem" Me.AboutToolStripMenuItem.Size = New System.Drawing.Size(126, 22) Me.AboutToolStripMenuItem.Text = "About..." ' 'btnClearTEMP ' Me.btnClearTEMP.Location = New System.Drawing.Point(22, 166) Me.btnClearTEMP.Name = "btnClearTEMP" Me.btnClearTEMP.Size = New System.Drawing.Size(286, 37) Me.btnClearTEMP.TabIndex = 2 Me.btnClearTEMP.Text = "Clear Temporary Directory" Me.btnClearTEMP.UseVisualStyleBackColor = True ' 'lblloadFile ' Me.lblloadFile.AutoSize = True Me.lblloadFile.Location = New System.Drawing.Point(12, 35) Me.lblloadFile.Name = "lblloadFile" Me.lblloadFile.Size = New System.Drawing.Size(65, 13) Me.lblloadFile.TabIndex = 0 Me.lblloadFile.Text = "Loaded File:" ' 'lblLoadFileR ' Me.lblLoadFileR.AutoSize = True Me.lblLoadFileR.Location = New System.Drawing.Point(12, 52) Me.lblLoadFileR.Name = "lblLoadFileR" Me.lblLoadFileR.Size = New System.Drawing.Size(33, 13) Me.lblLoadFileR.TabIndex = 1 Me.lblLoadFileR.Text = "None" ' 'btnConfigure ' Me.btnConfigure.Location = New System.Drawing.Point(15, 166) Me.btnConfigure.Name = "btnConfigure" Me.btnConfigure.Size = New System.Drawing.Size(144, 37) Me.btnConfigure.TabIndex = 2 Me.btnConfigure.Text = "Configure Wiimms SZS Tools" Me.btnConfigure.UseVisualStyleBackColor = True ' 'lblConfiguredtest ' Me.lblConfiguredtest.AutoSize = True Me.lblConfiguredtest.Location = New System.Drawing.Point(15, 147) Me.lblConfiguredtest.Name = "lblConfiguredtest" Me.lblConfiguredtest.Size = New System.Drawing.Size(61, 13) Me.lblConfiguredtest.TabIndex = 3 Me.lblConfiguredtest.Text = "Configured:" ' 'lblConfiguredtest2 ' Me.lblConfiguredtest2.AutoSize = True Me.lblConfiguredtest2.Location = New System.Drawing.Point(86, 147) Me.lblConfiguredtest2.Name = "lblConfiguredtest2" Me.lblConfiguredtest2.Size = New System.Drawing.Size(21, 13) Me.lblConfiguredtest2.TabIndex = 4 Me.lblConfiguredtest2.Text = "No" Me.lblConfiguredtest2.Visible = False ' 'SplitContainer1 ' Me.SplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill Me.SplitContainer1.IsSplitterFixed = True Me.SplitContainer1.Location = New System.Drawing.Point(0, 24) Me.SplitContainer1.Name = "SplitContainer1" ' 'SplitContainer1.Panel1 ' Me.SplitContainer1.Panel1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer)) Me.SplitContainer1.Panel1.Controls.Add(Me.lblConfiguredtest2) Me.SplitContainer1.Panel1.Controls.Add(Me.lblConfiguredtest) Me.SplitContainer1.Panel1.Controls.Add(Me.btnConfigure) Me.SplitContainer1.Panel1.Controls.Add(Me.lblLoadFileR) Me.SplitContainer1.Panel1.Controls.Add(Me.lblloadFile) Me.SplitContainer1.Panel1.RightToLeft = System.Windows.Forms.RightToLeft.No Me.SplitContainer1.Panel1MinSize = 177 ' 'SplitContainer1.Panel2 ' Me.SplitContainer1.Panel2.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.SplitContainer1.Panel2.Controls.Add(Me.btnCommandConsole) Me.SplitContainer1.Panel2.Controls.Add(Me.lblInfo) Me.SplitContainer1.Panel2.Controls.Add(Me.btnClearTEMP) Me.SplitContainer1.Panel2.RightToLeft = System.Windows.Forms.RightToLeft.No Me.SplitContainer1.RightToLeft = System.Windows.Forms.RightToLeft.No Me.SplitContainer1.Size = New System.Drawing.Size(504, 242) Me.SplitContainer1.SplitterDistance = 177 Me.SplitContainer1.SplitterWidth = 1 Me.SplitContainer1.TabIndex = 2 Me.SplitContainer1.TabStop = False ' 'btnCommandConsole ' Me.btnCommandConsole.Location = New System.Drawing.Point(22, 116) Me.btnCommandConsole.Name = "btnCommandConsole" Me.btnCommandConsole.Size = New System.Drawing.Size(286, 30) Me.btnCommandConsole.TabIndex = 5 Me.btnCommandConsole.Text = "Command Console" Me.btnCommandConsole.UseVisualStyleBackColor = True ' 'lblInfo ' Me.lblInfo.AutoSize = True Me.lblInfo.Location = New System.Drawing.Point(22, 35) Me.lblInfo.Name = "lblInfo" Me.lblInfo.Size = New System.Drawing.Size(0, 13) Me.lblInfo.TabIndex = 4 ' 'frmMain ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(504, 266) Me.Controls.Add(Me.SplitContainer1) Me.Controls.Add(Me.MenuStrip1) Me.MainMenuStrip = Me.MenuStrip1 Me.MaximizeBox = False Me.MaximumSize = New System.Drawing.Size(512, 300) Me.MinimumSize = New System.Drawing.Size(512, 300) Me.Name = "frmMain" Me.Text = "GUI - Wiimms SZS Tools" Me.MenuStrip1.ResumeLayout(False) Me.MenuStrip1.PerformLayout() Me.SplitContainer1.Panel1.ResumeLayout(False) Me.SplitContainer1.Panel1.PerformLayout() Me.SplitContainer1.Panel2.ResumeLayout(False) Me.SplitContainer1.Panel2.PerformLayout() Me.SplitContainer1.ResumeLayout(False) Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents MenuStrip1 As System.Windows.Forms.MenuStrip Friend WithEvents FileToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents HelpToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents AboutToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents OpenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents File_Open_File_tsmnItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents File_Open_Dir_tsmnItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents ToolStripMenuItem1 As System.Windows.Forms.ToolStripSeparator Friend WithEvents ExitToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents ToolStripMenuItem2 As System.Windows.Forms.ToolStripMenuItem Friend WithEvents File_Save_File_tsmnItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents File_Save_Dir_tsmnItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents btnClearTEMP As System.Windows.Forms.Button Friend WithEvents lblloadFile As System.Windows.Forms.Label Friend WithEvents lblLoadFileR As System.Windows.Forms.Label Friend WithEvents btnConfigure As System.Windows.Forms.Button Public WithEvents lblConfiguredtest As System.Windows.Forms.Label Friend WithEvents lblConfiguredtest2 As System.Windows.Forms.Label Friend WithEvents SplitContainer1 As System.Windows.Forms.SplitContainer Friend WithEvents lblInfo As System.Windows.Forms.Label Friend WithEvents btnCommandConsole As System.Windows.Forms.Button End Class