namespace SabreTools { partial class SabreToolsUI { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.quitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 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(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.checkBox1 = new System.Windows.Forms.CheckBox(); this.checkBox2 = new System.Windows.Forms.CheckBox(); 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"; this.menuStrip1.Size = new System.Drawing.Size(681, 24); 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"; // // 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); // // 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"; this.aboutToolStripMenuItem.Size = new System.Drawing.Size(107, 22); this.aboutToolStripMenuItem.Text = "About"; this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click); // // generateDatLabel // 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"; // // systemsLabel // 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:"; // // systemsCheckedListBox // 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; // // 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; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label4.Location = new System.Drawing.Point(353, 65); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(55, 15); this.label4.TabIndex = 6; this.label4.Text = "Sources:"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(363, 65); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(0, 13); this.label5.TabIndex = 5; // // button1 // this.button1.Location = new System.Drawing.Point(18, 145); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 8; this.button1.Text = "Generate"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // button2 // this.button2.Location = new System.Drawing.Point(100, 145); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(97, 23); this.button2.TabIndex = 9; this.button2.Text = "Generate All"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // checkBox1 // this.checkBox1.AutoSize = true; this.checkBox1.Location = new System.Drawing.Point(18, 105); this.checkBox1.Name = "checkBox1"; this.checkBox1.Size = new System.Drawing.Size(129, 17); this.checkBox1.TabIndex = 10; this.checkBox1.Text = "Use RomVault Format"; this.checkBox1.UseVisualStyleBackColor = true; // // checkBox2 // this.checkBox2.AutoSize = true; this.checkBox2.Checked = true; this.checkBox2.CheckState = System.Windows.Forms.CheckState.Checked; this.checkBox2.Location = new System.Drawing.Point(154, 105); this.checkBox2.Name = "checkBox2"; this.checkBox2.Size = new System.Drawing.Size(102, 17); this.checkBox2.TabIndex = 11; this.checkBox2.Text = "Rename Games"; this.checkBox2.UseVisualStyleBackColor = true; // // SabreToolsUI // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(681, 477); this.Controls.Add(this.checkBox2); this.Controls.Add(this.checkBox1); this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.Controls.Add(this.sourcesCheckedListBox); this.Controls.Add(this.label4); this.Controls.Add(this.label5); this.Controls.Add(this.systemsCheckedListBox); this.Controls.Add(this.systemsLabel); this.Controls.Add(this.generateDatLabel); 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; private System.Windows.Forms.Label generateDatLabel; private System.Windows.Forms.Label systemsLabel; private System.Windows.Forms.CheckedListBox systemsCheckedListBox; private System.Windows.Forms.CheckedListBox sourcesCheckedListBox; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button2; private System.Windows.Forms.CheckBox checkBox1; private System.Windows.Forms.CheckBox checkBox2; } }