2016-03-29 21:23:22 -07:00
namespace SabreTools
2016-03-29 20:13:25 -07:00
{
partial class SabreToolsUI
{
/// <summary>
/// Required designer variable.
/// </summary>
private System . ComponentModel . IContainer components = null ;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose ( bool disposing )
{
if ( disposing & & ( components ! = null ) )
{
components . Dispose ( ) ;
}
base . Dispose ( disposing ) ;
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent ( )
{
this . menuStrip1 = new System . Windows . Forms . MenuStrip ( ) ;
this . fileToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2016-03-29 21:23:22 -07:00
this . quitToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2016-03-29 20:13:25 -07:00
this . editToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . helpToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . aboutToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2016-03-29 21:46:27 -07:00
this . generateDatLabel = new System . Windows . Forms . Label ( ) ;
this . systemsLabel = new System . Windows . Forms . Label ( ) ;
this . systemsCheckedListBox = new System . Windows . Forms . CheckedListBox ( ) ;
this . sourcesCheckedListBox = new System . Windows . Forms . CheckedListBox ( ) ;
2016-03-29 21:55:54 -07:00
this . sourcesLabel = new System . Windows . Forms . Label ( ) ;
this . generateButton = new System . Windows . Forms . Button ( ) ;
this . generateAllButton = new System . Windows . Forms . Button ( ) ;
this . oldCheckBox = new System . Windows . Forms . CheckBox ( ) ;
this . renameCheckBox = new System . Windows . Forms . CheckBox ( ) ;
2016-03-29 22:16:09 -07:00
this . importDatLabel = new System . Windows . Forms . Label ( ) ;
this . importTextBox = new System . Windows . Forms . TextBox ( ) ;
2016-03-29 23:20:35 -07:00
this . fileButton = new System . Windows . Forms . Button ( ) ;
2016-03-29 22:16:09 -07:00
this . importButton = new System . Windows . Forms . Button ( ) ;
2016-03-29 23:20:35 -07:00
this . folderButton = new System . Windows . Forms . Button ( ) ;
2016-03-29 20:13:25 -07:00
this . menuStrip1 . SuspendLayout ( ) ;
this . SuspendLayout ( ) ;
//
// menuStrip1
//
this . menuStrip1 . Items . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
this . fileToolStripMenuItem ,
this . editToolStripMenuItem ,
this . helpToolStripMenuItem } ) ;
this . menuStrip1 . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . menuStrip1 . Name = "menuStrip1" ;
2016-03-29 21:23:22 -07:00
this . menuStrip1 . Size = new System . Drawing . Size ( 681 , 24 ) ;
2016-03-29 20:13:25 -07:00
this . menuStrip1 . TabIndex = 0 ;
this . menuStrip1 . Text = "menuStrip1" ;
//
// fileToolStripMenuItem
//
this . fileToolStripMenuItem . DropDownItems . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
this . quitToolStripMenuItem } ) ;
this . fileToolStripMenuItem . Name = "fileToolStripMenuItem" ;
this . fileToolStripMenuItem . Size = new System . Drawing . Size ( 37 , 20 ) ;
this . fileToolStripMenuItem . Text = "File" ;
//
2016-03-29 21:23:22 -07:00
// quitToolStripMenuItem
//
this . quitToolStripMenuItem . Name = "quitToolStripMenuItem" ;
this . quitToolStripMenuItem . ShortcutKeys = ( ( System . Windows . Forms . Keys ) ( ( System . Windows . Forms . Keys . Alt | System . Windows . Forms . Keys . X ) ) ) ;
this . quitToolStripMenuItem . Size = new System . Drawing . Size ( 129 , 22 ) ;
this . quitToolStripMenuItem . Text = "Exit" ;
this . quitToolStripMenuItem . Click + = new System . EventHandler ( this . quitToolStripMenuItem_Click ) ;
//
2016-03-29 20:13:25 -07:00
// editToolStripMenuItem
//
this . editToolStripMenuItem . Name = "editToolStripMenuItem" ;
this . editToolStripMenuItem . Size = new System . Drawing . Size ( 39 , 20 ) ;
this . editToolStripMenuItem . Text = "Edit" ;
//
// helpToolStripMenuItem
//
this . helpToolStripMenuItem . DropDownItems . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
this . aboutToolStripMenuItem } ) ;
this . helpToolStripMenuItem . Name = "helpToolStripMenuItem" ;
this . helpToolStripMenuItem . Size = new System . Drawing . Size ( 44 , 20 ) ;
this . helpToolStripMenuItem . Text = "Help" ;
//
// aboutToolStripMenuItem
//
this . aboutToolStripMenuItem . Name = "aboutToolStripMenuItem" ;
2016-03-29 21:23:22 -07:00
this . aboutToolStripMenuItem . Size = new System . Drawing . Size ( 107 , 22 ) ;
2016-03-29 20:13:25 -07:00
this . aboutToolStripMenuItem . Text = "About" ;
2016-03-29 21:23:22 -07:00
this . aboutToolStripMenuItem . Click + = new System . EventHandler ( this . aboutToolStripMenuItem_Click ) ;
//
2016-03-29 21:46:27 -07:00
// generateDatLabel
2016-03-29 21:23:22 -07:00
//
2016-03-29 21:46:27 -07:00
this . generateDatLabel . AutoSize = true ;
this . generateDatLabel . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 10F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . generateDatLabel . Location = new System . Drawing . Point ( 12 , 34 ) ;
this . generateDatLabel . Name = "generateDatLabel" ;
this . generateDatLabel . Size = new System . Drawing . Size ( 112 , 17 ) ;
this . generateDatLabel . TabIndex = 1 ;
this . generateDatLabel . Text = "Generate DAT" ;
2016-03-29 21:23:22 -07:00
//
2016-03-29 21:46:27 -07:00
// systemsLabel
2016-03-29 21:23:22 -07:00
//
2016-03-29 21:46:27 -07:00
this . systemsLabel . AutoSize = true ;
this . systemsLabel . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 9F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . systemsLabel . Location = new System . Drawing . Point ( 15 , 65 ) ;
this . systemsLabel . Name = "systemsLabel" ;
this . systemsLabel . Size = new System . Drawing . Size ( 56 , 15 ) ;
this . systemsLabel . TabIndex = 3 ;
this . systemsLabel . Text = "Systems:" ;
2016-03-29 21:23:22 -07:00
//
2016-03-29 21:46:27 -07:00
// systemsCheckedListBox
2016-03-29 21:23:22 -07:00
//
2016-03-29 21:46:27 -07:00
this . systemsCheckedListBox . FormattingEnabled = true ;
this . systemsCheckedListBox . Location = new System . Drawing . Point ( 77 , 65 ) ;
this . systemsCheckedListBox . Name = "systemsCheckedListBox" ;
this . systemsCheckedListBox . Size = new System . Drawing . Size ( 260 , 34 ) ;
this . systemsCheckedListBox . TabIndex = 4 ;
2016-03-29 21:23:22 -07:00
//
2016-03-29 22:16:09 -07:00
// sourcesCheckedListBox
//
this . sourcesCheckedListBox . FormattingEnabled = true ;
this . sourcesCheckedListBox . Location = new System . Drawing . Point ( 415 , 65 ) ;
this . sourcesCheckedListBox . Name = "sourcesCheckedListBox" ;
this . sourcesCheckedListBox . Size = new System . Drawing . Size ( 244 , 34 ) ;
this . sourcesCheckedListBox . TabIndex = 7 ;
//
2016-03-29 21:55:54 -07:00
// sourcesLabel
//
this . sourcesLabel . AutoSize = true ;
this . sourcesLabel . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 9F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . sourcesLabel . Location = new System . Drawing . Point ( 353 , 65 ) ;
this . sourcesLabel . Name = "sourcesLabel" ;
this . sourcesLabel . Size = new System . Drawing . Size ( 55 , 15 ) ;
this . sourcesLabel . TabIndex = 6 ;
this . sourcesLabel . Text = "Sources:" ;
//
// generateButton
//
2016-03-29 22:16:09 -07:00
this . generateButton . Location = new System . Drawing . Point ( 18 , 128 ) ;
2016-03-29 21:55:54 -07:00
this . generateButton . Name = "generateButton" ;
this . generateButton . Size = new System . Drawing . Size ( 75 , 23 ) ;
this . generateButton . TabIndex = 8 ;
this . generateButton . Text = "Generate" ;
this . generateButton . UseVisualStyleBackColor = true ;
2016-03-29 22:16:09 -07:00
this . generateButton . Click + = new System . EventHandler ( this . generateButton_Click ) ;
2016-03-29 21:55:54 -07:00
//
// generateAllButton
//
2016-03-29 22:16:09 -07:00
this . generateAllButton . Location = new System . Drawing . Point ( 100 , 128 ) ;
2016-03-29 21:55:54 -07:00
this . generateAllButton . Name = "generateAllButton" ;
this . generateAllButton . Size = new System . Drawing . Size ( 97 , 23 ) ;
this . generateAllButton . TabIndex = 9 ;
this . generateAllButton . Text = "Generate All" ;
this . generateAllButton . UseVisualStyleBackColor = true ;
2016-03-29 22:16:09 -07:00
this . generateAllButton . Click + = new System . EventHandler ( this . generateAllButton_Click ) ;
2016-03-29 21:55:54 -07:00
//
// oldCheckBox
//
this . oldCheckBox . AutoSize = true ;
this . oldCheckBox . Location = new System . Drawing . Point ( 18 , 105 ) ;
this . oldCheckBox . Name = "oldCheckBox" ;
this . oldCheckBox . Size = new System . Drawing . Size ( 129 , 17 ) ;
this . oldCheckBox . TabIndex = 10 ;
this . oldCheckBox . Text = "Use RomVault Format" ;
this . oldCheckBox . UseVisualStyleBackColor = true ;
//
// renameCheckBox
//
this . renameCheckBox . AutoSize = true ;
this . renameCheckBox . Checked = true ;
this . renameCheckBox . CheckState = System . Windows . Forms . CheckState . Checked ;
this . renameCheckBox . Location = new System . Drawing . Point ( 154 , 105 ) ;
this . renameCheckBox . Name = "renameCheckBox" ;
this . renameCheckBox . Size = new System . Drawing . Size ( 102 , 17 ) ;
this . renameCheckBox . TabIndex = 11 ;
this . renameCheckBox . Text = "Rename Games" ;
this . renameCheckBox . UseVisualStyleBackColor = true ;
2016-03-29 21:46:27 -07:00
//
2016-03-29 22:16:09 -07:00
// importDatLabel
//
this . importDatLabel . AutoSize = true ;
this . importDatLabel . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 10F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . importDatLabel . Location = new System . Drawing . Point ( 12 , 168 ) ;
this . importDatLabel . Name = "importDatLabel" ;
this . importDatLabel . Size = new System . Drawing . Size ( 89 , 17 ) ;
this . importDatLabel . TabIndex = 12 ;
this . importDatLabel . Text = "Import DAT" ;
//
// importTextBox
//
2016-03-29 23:20:35 -07:00
this . importTextBox . Location = new System . Drawing . Point ( 100 , 201 ) ;
2016-03-29 22:16:09 -07:00
this . importTextBox . Name = "importTextBox" ;
2016-03-29 23:20:35 -07:00
this . importTextBox . Size = new System . Drawing . Size ( 405 , 20 ) ;
2016-03-29 22:16:09 -07:00
this . importTextBox . TabIndex = 14 ;
//
2016-03-29 23:20:35 -07:00
// fileButton
2016-03-29 22:16:09 -07:00
//
2016-03-29 23:20:35 -07:00
this . fileButton . Location = new System . Drawing . Point ( 511 , 199 ) ;
this . fileButton . Name = "fileButton" ;
this . fileButton . Size = new System . Drawing . Size ( 33 , 23 ) ;
this . fileButton . TabIndex = 15 ;
this . fileButton . Text = "File" ;
this . fileButton . UseVisualStyleBackColor = true ;
this . fileButton . Click + = new System . EventHandler ( this . fileButton_Click ) ;
2016-03-29 22:16:09 -07:00
//
// importButton
//
2016-03-29 23:20:35 -07:00
this . importButton . Location = new System . Drawing . Point ( 15 , 199 ) ;
2016-03-29 22:16:09 -07:00
this . importButton . Name = "importButton" ;
this . importButton . Size = new System . Drawing . Size ( 75 , 23 ) ;
this . importButton . TabIndex = 16 ;
this . importButton . Text = "Import" ;
this . importButton . UseVisualStyleBackColor = true ;
//
2016-03-29 23:20:35 -07:00
// folderButton
//
this . folderButton . Location = new System . Drawing . Point ( 550 , 199 ) ;
this . folderButton . Name = "folderButton" ;
this . folderButton . Size = new System . Drawing . Size ( 46 , 23 ) ;
this . folderButton . TabIndex = 17 ;
this . folderButton . Text = "Folder" ;
this . folderButton . UseVisualStyleBackColor = true ;
this . folderButton . Click + = new System . EventHandler ( this . folderButton_Click ) ;
//
2016-03-29 20:13:25 -07:00
// SabreToolsUI
//
this . AutoScaleDimensions = new System . Drawing . SizeF ( 6F , 13F ) ;
this . AutoScaleMode = System . Windows . Forms . AutoScaleMode . Font ;
2016-03-29 21:23:22 -07:00
this . ClientSize = new System . Drawing . Size ( 681 , 477 ) ;
2016-03-29 23:20:35 -07:00
this . Controls . Add ( this . folderButton ) ;
2016-03-29 22:16:09 -07:00
this . Controls . Add ( this . importButton ) ;
2016-03-29 23:20:35 -07:00
this . Controls . Add ( this . fileButton ) ;
2016-03-29 22:16:09 -07:00
this . Controls . Add ( this . importTextBox ) ;
this . Controls . Add ( this . importDatLabel ) ;
2016-03-29 21:55:54 -07:00
this . Controls . Add ( this . renameCheckBox ) ;
this . Controls . Add ( this . oldCheckBox ) ;
this . Controls . Add ( this . generateAllButton ) ;
this . Controls . Add ( this . generateButton ) ;
2016-03-29 21:46:27 -07:00
this . Controls . Add ( this . sourcesCheckedListBox ) ;
2016-03-29 21:55:54 -07:00
this . Controls . Add ( this . sourcesLabel ) ;
2016-03-29 21:46:27 -07:00
this . Controls . Add ( this . systemsCheckedListBox ) ;
this . Controls . Add ( this . systemsLabel ) ;
this . Controls . Add ( this . generateDatLabel ) ;
2016-03-29 20:13:25 -07:00
this . Controls . Add ( this . menuStrip1 ) ;
this . MainMenuStrip = this . menuStrip1 ;
this . Name = "SabreToolsUI" ;
this . Text = "SabreTools UI" ;
this . menuStrip1 . ResumeLayout ( false ) ;
this . menuStrip1 . PerformLayout ( ) ;
this . ResumeLayout ( false ) ;
this . PerformLayout ( ) ;
}
#endregion
private System . Windows . Forms . MenuStrip menuStrip1 ;
private System . Windows . Forms . ToolStripMenuItem fileToolStripMenuItem ;
private System . Windows . Forms . ToolStripMenuItem quitToolStripMenuItem ;
private System . Windows . Forms . ToolStripMenuItem editToolStripMenuItem ;
private System . Windows . Forms . ToolStripMenuItem helpToolStripMenuItem ;
private System . Windows . Forms . ToolStripMenuItem aboutToolStripMenuItem ;
2016-03-29 21:46:27 -07:00
private System . Windows . Forms . Label generateDatLabel ;
private System . Windows . Forms . Label systemsLabel ;
private System . Windows . Forms . CheckedListBox systemsCheckedListBox ;
private System . Windows . Forms . CheckedListBox sourcesCheckedListBox ;
2016-03-29 21:55:54 -07:00
private System . Windows . Forms . Label sourcesLabel ;
private System . Windows . Forms . Button generateButton ;
private System . Windows . Forms . Button generateAllButton ;
private System . Windows . Forms . CheckBox oldCheckBox ;
private System . Windows . Forms . CheckBox renameCheckBox ;
2016-03-29 22:16:09 -07:00
private System . Windows . Forms . Label importDatLabel ;
private System . Windows . Forms . TextBox importTextBox ;
2016-03-29 23:20:35 -07:00
private System . Windows . Forms . Button fileButton ;
2016-03-29 22:16:09 -07:00
private System . Windows . Forms . Button importButton ;
2016-03-29 23:20:35 -07:00
private System . Windows . Forms . Button folderButton ;
2016-03-29 20:13:25 -07:00
}
}