namespace Truffles { partial class frmMain { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain)); this.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.openFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.copySelectedRowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.pasteRowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.deleteRowsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.headerInfoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.searchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.columnToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.createToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.renameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); this.columnMultiplierToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.columnCompareEditToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.columnAutosetToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.columnReOrderToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.columnRenameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.columnFilterToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.expRateEditorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.oDTEditorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.translatorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.debugToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.transToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.itemEditorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.specOutputToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.shopCreatorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.SQLStatus = new System.Windows.Forms.ToolStripStatusLabel(); this.Columns = new System.Windows.Forms.ToolStripStatusLabel(); this.Rows = new System.Windows.Forms.ToolStripStatusLabel(); this.FileTabs = new System.Windows.Forms.TabControl(); this.menuStrip1.SuspendLayout(); this.statusStrip1.SuspendLayout(); this.SuspendLayout(); // // menuStrip1 // this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.openFileToolStripMenuItem, this.editToolStripMenuItem, this.searchToolStripMenuItem, this.columnToolStripMenuItem, this.toolsToolStripMenuItem, this.aboutToolStripMenuItem}); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Size = new System.Drawing.Size(1075, 24); this.menuStrip1.TabIndex = 1; this.menuStrip1.Text = "menuStrip1"; // // openFileToolStripMenuItem // this.openFileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.openToolStripMenuItem, this.newToolStripMenuItem, this.toolStripSeparator2, this.saveToolStripMenuItem, this.saveAsToolStripMenuItem, this.toolStripSeparator1, this.exitToolStripMenuItem}); this.openFileToolStripMenuItem.Name = "openFileToolStripMenuItem"; this.openFileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); this.openFileToolStripMenuItem.Text = "File"; // // openToolStripMenuItem // this.openToolStripMenuItem.Name = "openToolStripMenuItem"; this.openToolStripMenuItem.Size = new System.Drawing.Size(114, 22); this.openToolStripMenuItem.Text = "Open"; this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click); // // newToolStripMenuItem // this.newToolStripMenuItem.Name = "newToolStripMenuItem"; this.newToolStripMenuItem.Size = new System.Drawing.Size(114, 22); this.newToolStripMenuItem.Text = "New"; this.newToolStripMenuItem.Click += new System.EventHandler(this.newToolStripMenuItem_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(111, 6); // // saveToolStripMenuItem // this.saveToolStripMenuItem.Name = "saveToolStripMenuItem"; this.saveToolStripMenuItem.Size = new System.Drawing.Size(114, 22); this.saveToolStripMenuItem.Text = "Save"; this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click); // // saveAsToolStripMenuItem // this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem"; this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(114, 22); this.saveAsToolStripMenuItem.Text = "Save As"; this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(111, 6); // // exitToolStripMenuItem // this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; this.exitToolStripMenuItem.Size = new System.Drawing.Size(114, 22); this.exitToolStripMenuItem.Text = "Exit"; this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); // // editToolStripMenuItem // this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.copySelectedRowToolStripMenuItem, this.pasteRowToolStripMenuItem, this.deleteRowsToolStripMenuItem, this.toolStripSeparator3, this.headerInfoToolStripMenuItem}); this.editToolStripMenuItem.Name = "editToolStripMenuItem"; this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 20); this.editToolStripMenuItem.Text = "Edit"; // // copySelectedRowToolStripMenuItem // this.copySelectedRowToolStripMenuItem.Name = "copySelectedRowToolStripMenuItem"; this.copySelectedRowToolStripMenuItem.Size = new System.Drawing.Size(165, 22); this.copySelectedRowToolStripMenuItem.Text = "Copy selected"; this.copySelectedRowToolStripMenuItem.ToolTipText = "Copy selected rows"; this.copySelectedRowToolStripMenuItem.Click += new System.EventHandler(this.copySelectedRowToolStripMenuItem_Click); // // pasteRowToolStripMenuItem // this.pasteRowToolStripMenuItem.Name = "pasteRowToolStripMenuItem"; this.pasteRowToolStripMenuItem.Size = new System.Drawing.Size(165, 22); this.pasteRowToolStripMenuItem.Text = "Clipboard Import"; this.pasteRowToolStripMenuItem.ToolTipText = "Import rows from clipboard"; this.pasteRowToolStripMenuItem.Click += new System.EventHandler(this.pasteRowToolStripMenuItem_Click); // // deleteRowsToolStripMenuItem // this.deleteRowsToolStripMenuItem.Name = "deleteRowsToolStripMenuItem"; this.deleteRowsToolStripMenuItem.Size = new System.Drawing.Size(165, 22); this.deleteRowsToolStripMenuItem.Text = "Delete rows"; this.deleteRowsToolStripMenuItem.ToolTipText = "Delete selected rows"; this.deleteRowsToolStripMenuItem.Click += new System.EventHandler(this.deleteRowsToolStripMenuItem_Click); // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(162, 6); // // headerInfoToolStripMenuItem // this.headerInfoToolStripMenuItem.Name = "headerInfoToolStripMenuItem"; this.headerInfoToolStripMenuItem.Size = new System.Drawing.Size(165, 22); this.headerInfoToolStripMenuItem.Text = "Header Info"; this.headerInfoToolStripMenuItem.Click += new System.EventHandler(this.headerInfoToolStripMenuItem_Click); // // searchToolStripMenuItem // this.searchToolStripMenuItem.Name = "searchToolStripMenuItem"; this.searchToolStripMenuItem.Size = new System.Drawing.Size(54, 20); this.searchToolStripMenuItem.Text = "Search"; this.searchToolStripMenuItem.Click += new System.EventHandler(this.searchToolStripMenuItem_Click); // // columnToolStripMenuItem // this.columnToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.createToolStripMenuItem, this.renameToolStripMenuItem, this.deleteToolStripMenuItem, this.toolStripSeparator4, this.columnMultiplierToolStripMenuItem, this.columnCompareEditToolStripMenuItem, this.columnAutosetToolStripMenuItem, this.columnReOrderToolStripMenuItem, this.columnRenameToolStripMenuItem, this.columnFilterToolStripMenuItem}); this.columnToolStripMenuItem.Name = "columnToolStripMenuItem"; this.columnToolStripMenuItem.Size = new System.Drawing.Size(62, 20); this.columnToolStripMenuItem.Text = "Column"; // // createToolStripMenuItem // this.createToolStripMenuItem.Name = "createToolStripMenuItem"; this.createToolStripMenuItem.Size = new System.Drawing.Size(192, 22); this.createToolStripMenuItem.Text = "Create"; this.createToolStripMenuItem.Click += new System.EventHandler(this.createToolStripMenuItem_Click); // // renameToolStripMenuItem // this.renameToolStripMenuItem.Name = "renameToolStripMenuItem"; this.renameToolStripMenuItem.Size = new System.Drawing.Size(192, 22); this.renameToolStripMenuItem.Text = "Rename"; this.renameToolStripMenuItem.Click += new System.EventHandler(this.renameToolStripMenuItem_Click); // // deleteToolStripMenuItem // this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem"; this.deleteToolStripMenuItem.Size = new System.Drawing.Size(192, 22); this.deleteToolStripMenuItem.Text = "Delete"; this.deleteToolStripMenuItem.Click += new System.EventHandler(this.deleteToolStripMenuItem_Click); // // toolStripSeparator4 // this.toolStripSeparator4.Name = "toolStripSeparator4"; this.toolStripSeparator4.Size = new System.Drawing.Size(189, 6); // // columnMultiplierToolStripMenuItem // this.columnMultiplierToolStripMenuItem.Name = "columnMultiplierToolStripMenuItem"; this.columnMultiplierToolStripMenuItem.Size = new System.Drawing.Size(192, 22); this.columnMultiplierToolStripMenuItem.Text = "Column Massive Edit"; this.columnMultiplierToolStripMenuItem.Click += new System.EventHandler(this.columnMultiplierToolStripMenuItem_Click); // // columnCompareEditToolStripMenuItem // this.columnCompareEditToolStripMenuItem.Name = "columnCompareEditToolStripMenuItem"; this.columnCompareEditToolStripMenuItem.Size = new System.Drawing.Size(192, 22); this.columnCompareEditToolStripMenuItem.Text = "Column Compare Edit"; this.columnCompareEditToolStripMenuItem.Click += new System.EventHandler(this.columnCompareEditToolStripMenuItem_Click); // // columnAutosetToolStripMenuItem // this.columnAutosetToolStripMenuItem.Name = "columnAutosetToolStripMenuItem"; this.columnAutosetToolStripMenuItem.Size = new System.Drawing.Size(192, 22); this.columnAutosetToolStripMenuItem.Text = "Column Index Editor"; this.columnAutosetToolStripMenuItem.Click += new System.EventHandler(this.columnAutosetToolStripMenuItem_Click); // // columnReOrderToolStripMenuItem // this.columnReOrderToolStripMenuItem.Name = "columnReOrderToolStripMenuItem"; this.columnReOrderToolStripMenuItem.Size = new System.Drawing.Size(192, 22); this.columnReOrderToolStripMenuItem.Text = "Column Reorder"; this.columnReOrderToolStripMenuItem.Click += new System.EventHandler(this.columnReOrderToolStripMenuItem_Click); // // columnRenameToolStripMenuItem // this.columnRenameToolStripMenuItem.Name = "columnRenameToolStripMenuItem"; this.columnRenameToolStripMenuItem.Size = new System.Drawing.Size(192, 22); this.columnRenameToolStripMenuItem.Text = "Column Replace"; this.columnRenameToolStripMenuItem.Click += new System.EventHandler(this.columnRenameToolStripMenuItem_Click); // // columnFilterToolStripMenuItem // this.columnFilterToolStripMenuItem.Name = "columnFilterToolStripMenuItem"; this.columnFilterToolStripMenuItem.Size = new System.Drawing.Size(192, 22); this.columnFilterToolStripMenuItem.Text = "Column Filter"; this.columnFilterToolStripMenuItem.Click += new System.EventHandler(this.columnFilterToolStripMenuItem_Click); // // toolsToolStripMenuItem // this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.expRateEditorToolStripMenuItem, this.oDTEditorToolStripMenuItem, this.translatorToolStripMenuItem, this.debugToolStripMenuItem, this.transToolStripMenuItem, this.itemEditorToolStripMenuItem, this.specOutputToolStripMenuItem, this.shopCreatorToolStripMenuItem}); this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem"; this.toolsToolStripMenuItem.Size = new System.Drawing.Size(48, 20); this.toolsToolStripMenuItem.Text = "Tools"; // // expRateEditorToolStripMenuItem // this.expRateEditorToolStripMenuItem.Name = "expRateEditorToolStripMenuItem"; this.expRateEditorToolStripMenuItem.Size = new System.Drawing.Size(155, 22); this.expRateEditorToolStripMenuItem.Text = "Exp Rate Editor"; this.expRateEditorToolStripMenuItem.ToolTipText = "Edit EXP rate on MobInfoServer.shn"; this.expRateEditorToolStripMenuItem.Click += new System.EventHandler(this.expRateEditorToolStripMenuItem_Click); // // oDTEditorToolStripMenuItem // this.oDTEditorToolStripMenuItem.Name = "oDTEditorToolStripMenuItem"; this.oDTEditorToolStripMenuItem.Size = new System.Drawing.Size(155, 22); this.oDTEditorToolStripMenuItem.Text = "ODT Editor"; this.oDTEditorToolStripMenuItem.ToolTipText = "Edit OPTool setting files"; this.oDTEditorToolStripMenuItem.Click += new System.EventHandler(this.oDTEditorToolStripMenuItem_Click); // // translatorToolStripMenuItem // this.translatorToolStripMenuItem.Name = "translatorToolStripMenuItem"; this.translatorToolStripMenuItem.Size = new System.Drawing.Size(155, 22); this.translatorToolStripMenuItem.Text = "Translator"; this.translatorToolStripMenuItem.ToolTipText = "Translate columns using other version files."; this.translatorToolStripMenuItem.Click += new System.EventHandler(this.translatorToolStripMenuItem_Click); // // debugToolStripMenuItem // this.debugToolStripMenuItem.Name = "debugToolStripMenuItem"; this.debugToolStripMenuItem.Size = new System.Drawing.Size(155, 22); this.debugToolStripMenuItem.Text = "GM List Output"; this.debugToolStripMenuItem.ToolTipText = "Create an easy to read output"; this.debugToolStripMenuItem.Click += new System.EventHandler(this.debugToolStripMenuItem_Click); // // transToolStripMenuItem // this.transToolStripMenuItem.Name = "transToolStripMenuItem"; this.transToolStripMenuItem.Size = new System.Drawing.Size(155, 22); this.transToolStripMenuItem.Text = "TransByList"; this.transToolStripMenuItem.Visible = false; // // itemEditorToolStripMenuItem // this.itemEditorToolStripMenuItem.Name = "itemEditorToolStripMenuItem"; this.itemEditorToolStripMenuItem.Size = new System.Drawing.Size(155, 22); this.itemEditorToolStripMenuItem.Text = "Item Editor"; this.itemEditorToolStripMenuItem.ToolTipText = "Edit items easily"; this.itemEditorToolStripMenuItem.Click += new System.EventHandler(this.itemEditorToolStripMenuItem_Click); // // specOutputToolStripMenuItem // this.specOutputToolStripMenuItem.Name = "specOutputToolStripMenuItem"; this.specOutputToolStripMenuItem.Size = new System.Drawing.Size(155, 22); this.specOutputToolStripMenuItem.Text = "SpecOutput"; this.specOutputToolStripMenuItem.Click += new System.EventHandler(this.specOutputToolStripMenuItem_Click); // // shopCreatorToolStripMenuItem // this.shopCreatorToolStripMenuItem.Name = "shopCreatorToolStripMenuItem"; this.shopCreatorToolStripMenuItem.Size = new System.Drawing.Size(155, 22); this.shopCreatorToolStripMenuItem.Text = "Shop Creator"; this.shopCreatorToolStripMenuItem.Visible = false; this.shopCreatorToolStripMenuItem.Click += new System.EventHandler(this.shopCreatorToolStripMenuItem_Click); // // aboutToolStripMenuItem // this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem"; this.aboutToolStripMenuItem.Size = new System.Drawing.Size(52, 20); this.aboutToolStripMenuItem.Text = "About"; this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click); // // statusStrip1 // this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.SQLStatus, this.Columns, this.Rows}); this.statusStrip1.Location = new System.Drawing.Point(0, 559); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Size = new System.Drawing.Size(1075, 22); this.statusStrip1.TabIndex = 8; this.statusStrip1.Text = "statusStrip1"; // // SQLStatus // this.SQLStatus.Name = "SQLStatus"; this.SQLStatus.Size = new System.Drawing.Size(42, 17); this.SQLStatus.Text = "Ready."; // // Columns // this.Columns.Name = "Columns"; this.Columns.Size = new System.Drawing.Size(55, 17); this.Columns.Text = "Columns"; // // Rows // this.Rows.Name = "Rows"; this.Rows.Size = new System.Drawing.Size(35, 17); this.Rows.Text = "Rows"; // // FileTabs // this.FileTabs.Dock = System.Windows.Forms.DockStyle.Fill; this.FileTabs.Location = new System.Drawing.Point(0, 24); this.FileTabs.Name = "FileTabs"; this.FileTabs.SelectedIndex = 0; this.FileTabs.Size = new System.Drawing.Size(1075, 535); this.FileTabs.TabIndex = 10; this.FileTabs.SelectedIndexChanged += new System.EventHandler(this.FileTabs_SelectedIndexChanged); this.FileTabs.MouseUp += new System.Windows.Forms.MouseEventHandler(this.FileTabs_MouseUp); // // frmMain // this.AllowDrop = true; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1075, 581); this.Controls.Add(this.FileTabs); this.Controls.Add(this.statusStrip1); this.Controls.Add(this.menuStrip1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MainMenuStrip = this.menuStrip1; this.Name = "frmMain"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Truffles™ SHN Editor"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmMain_FormClosing); this.Load += new System.EventHandler(this.frmMain_Load); this.DragDrop += new System.Windows.Forms.DragEventHandler(this.frmMain_DragDrop); this.DragOver += new System.Windows.Forms.DragEventHandler(this.frmMain_DragOver); this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); this.statusStrip1.ResumeLayout(false); this.statusStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.MenuStrip menuStrip1; private System.Windows.Forms.ToolStripMenuItem openFileToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem; private System.Windows.Forms.StatusStrip statusStrip1; private System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem copySelectedRowToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem pasteRowToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem searchToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem columnToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem renameToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem deleteToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem createToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem deleteRowsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem toolsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem expRateEditorToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem oDTEditorToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem translatorToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem columnMultiplierToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem columnAutosetToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem debugToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem transToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem itemEditorToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem specOutputToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem shopCreatorToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem saveAsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem headerInfoToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; private System.Windows.Forms.ToolStripSeparator toolStripSeparator4; private System.Windows.Forms.TabControl FileTabs; private System.Windows.Forms.ToolStripMenuItem columnCompareEditToolStripMenuItem; private System.Windows.Forms.ToolStripStatusLabel Columns; private System.Windows.Forms.ToolStripStatusLabel Rows; public System.Windows.Forms.ToolStripStatusLabel SQLStatus; private System.Windows.Forms.ToolStripMenuItem columnReOrderToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem columnRenameToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem columnFilterToolStripMenuItem; } }