namespace SHNDecrypt
{
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.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.recentToolStripMenuItem = 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.closeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.copySelectedRowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.pasteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.deleteRowsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
this.pasteRowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.fromSHRToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.cSVToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.exportToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.toSHRToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toCSVBetaToolStripMenuItem = 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.searchToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.replaceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.goToToolStripMenuItem = 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.columnBulkEditToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.columnBulkMultiplyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.columnDivideToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.rowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.createToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.deleteToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
this.rowSyncToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.rowFilterToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.rowReplaceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.shopCreatorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.itemEditorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.translatorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.oDTEditorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
this.expRateEditorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.debugToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.transToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.encodingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.uTF7ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.uTF8ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.gB2312ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.iSO88591ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.iSO88592ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.sQLPanelToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.fileAssociationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.updatesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.creditsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.groupMysql = new System.Windows.Forms.GroupBox();
this.chkDrop = new System.Windows.Forms.CheckBox();
this.button2 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.SQLScript = new System.Windows.Forms.TextBox();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.SQLStatus = new System.Windows.Forms.ToolStripStatusLabel();
this.FileTabs = new System.Windows.Forms.TabControl();
this.menuStrip1.SuspendLayout();
this.groupMysql.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.rowToolStripMenuItem,
this.toolsToolStripMenuItem,
this.optionsToolStripMenuItem,
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.newToolStripMenuItem,
this.openToolStripMenuItem,
this.recentToolStripMenuItem,
this.toolStripSeparator2,
this.saveToolStripMenuItem,
this.saveAsToolStripMenuItem,
this.toolStripSeparator1,
this.closeToolStripMenuItem,
this.exitToolStripMenuItem});
this.openFileToolStripMenuItem.Name = "openFileToolStripMenuItem";
this.openFileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
this.openFileToolStripMenuItem.Text = "File";
//
// newToolStripMenuItem
//
this.newToolStripMenuItem.Name = "newToolStripMenuItem";
this.newToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
this.newToolStripMenuItem.Size = new System.Drawing.Size(177, 22);
this.newToolStripMenuItem.Text = "New";
this.newToolStripMenuItem.Click += new System.EventHandler(this.newToolStripMenuItem_Click);
//
// openToolStripMenuItem
//
this.openToolStripMenuItem.Name = "openToolStripMenuItem";
this.openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
this.openToolStripMenuItem.Size = new System.Drawing.Size(177, 22);
this.openToolStripMenuItem.Text = "Open";
this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click);
//
// recentToolStripMenuItem
//
this.recentToolStripMenuItem.Name = "recentToolStripMenuItem";
this.recentToolStripMenuItem.Size = new System.Drawing.Size(177, 22);
this.recentToolStripMenuItem.Text = "Recent";
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(174, 6);
//
// saveToolStripMenuItem
//
this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
this.saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
this.saveToolStripMenuItem.Size = new System.Drawing.Size(177, 22);
this.saveToolStripMenuItem.Text = "Save";
this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
//
// saveAsToolStripMenuItem
//
this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
this.saveAsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Alt)
| System.Windows.Forms.Keys.S)));
this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(177, 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(174, 6);
//
// closeToolStripMenuItem
//
this.closeToolStripMenuItem.Name = "closeToolStripMenuItem";
this.closeToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.T)));
this.closeToolStripMenuItem.Size = new System.Drawing.Size(177, 22);
this.closeToolStripMenuItem.Text = "Close Tab";
this.closeToolStripMenuItem.Click += new System.EventHandler(this.closeToolStripMenuItem_Click);
//
// exitToolStripMenuItem
//
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
this.exitToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.E)));
this.exitToolStripMenuItem.Size = new System.Drawing.Size(177, 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.pasteToolStripMenuItem,
this.deleteRowsToolStripMenuItem,
this.toolStripSeparator8,
this.pasteRowToolStripMenuItem,
this.exportToolStripMenuItem1,
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.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
| System.Windows.Forms.Keys.C)));
this.copySelectedRowToolStripMenuItem.Size = new System.Drawing.Size(179, 22);
this.copySelectedRowToolStripMenuItem.Text = "Copy";
this.copySelectedRowToolStripMenuItem.ToolTipText = "Copy selected rows";
this.copySelectedRowToolStripMenuItem.Click += new System.EventHandler(this.copySelectedRowToolStripMenuItem_Click);
//
// pasteToolStripMenuItem
//
this.pasteToolStripMenuItem.Name = "pasteToolStripMenuItem";
this.pasteToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
| System.Windows.Forms.Keys.V)));
this.pasteToolStripMenuItem.Size = new System.Drawing.Size(179, 22);
this.pasteToolStripMenuItem.Text = "Paste";
this.pasteToolStripMenuItem.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
//
// deleteRowsToolStripMenuItem
//
this.deleteRowsToolStripMenuItem.Name = "deleteRowsToolStripMenuItem";
this.deleteRowsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D)));
this.deleteRowsToolStripMenuItem.Size = new System.Drawing.Size(179, 22);
this.deleteRowsToolStripMenuItem.Text = "Delete";
this.deleteRowsToolStripMenuItem.ToolTipText = "Delete selected rows";
this.deleteRowsToolStripMenuItem.Click += new System.EventHandler(this.deleteRowsToolStripMenuItem_Click);
//
// toolStripSeparator8
//
this.toolStripSeparator8.Name = "toolStripSeparator8";
this.toolStripSeparator8.Size = new System.Drawing.Size(176, 6);
//
// pasteRowToolStripMenuItem
//
this.pasteRowToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripMenuItem1,
this.fromSHRToolStripMenuItem,
this.cSVToolStripMenuItem});
this.pasteRowToolStripMenuItem.Name = "pasteRowToolStripMenuItem";
this.pasteRowToolStripMenuItem.Size = new System.Drawing.Size(179, 22);
this.pasteRowToolStripMenuItem.Text = "Import";
this.pasteRowToolStripMenuItem.ToolTipText = "Import rows from clipboard";
//
// toolStripMenuItem1
//
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
this.toolStripMenuItem1.Size = new System.Drawing.Size(157, 22);
this.toolStripMenuItem1.Text = "From Clipboard";
this.toolStripMenuItem1.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
//
// fromSHRToolStripMenuItem
//
this.fromSHRToolStripMenuItem.Name = "fromSHRToolStripMenuItem";
this.fromSHRToolStripMenuItem.Size = new System.Drawing.Size(157, 22);
this.fromSHRToolStripMenuItem.Text = "From SHR";
this.fromSHRToolStripMenuItem.Click += new System.EventHandler(this.fromSHRToolStripMenuItem_Click);
//
// cSVToolStripMenuItem
//
this.cSVToolStripMenuItem.Name = "cSVToolStripMenuItem";
this.cSVToolStripMenuItem.Size = new System.Drawing.Size(157, 22);
this.cSVToolStripMenuItem.Text = "From CSV";
//
// exportToolStripMenuItem1
//
this.exportToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toSHRToolStripMenuItem,
this.toCSVBetaToolStripMenuItem});
this.exportToolStripMenuItem1.Name = "exportToolStripMenuItem1";
this.exportToolStripMenuItem1.Size = new System.Drawing.Size(179, 22);
this.exportToolStripMenuItem1.Text = "Export";
//
// toSHRToolStripMenuItem
//
this.toSHRToolStripMenuItem.Name = "toSHRToolStripMenuItem";
this.toSHRToolStripMenuItem.Size = new System.Drawing.Size(113, 22);
this.toSHRToolStripMenuItem.Text = "To SHR";
this.toSHRToolStripMenuItem.ToolTipText = "This imports previously saved rows.";
this.toSHRToolStripMenuItem.Click += new System.EventHandler(this.toSHRToolStripMenuItem_Click);
//
// toCSVBetaToolStripMenuItem
//
this.toCSVBetaToolStripMenuItem.Name = "toCSVBetaToolStripMenuItem";
this.toCSVBetaToolStripMenuItem.Size = new System.Drawing.Size(113, 22);
this.toCSVBetaToolStripMenuItem.Text = "To CSV";
this.toCSVBetaToolStripMenuItem.ToolTipText = "This exports your file to CVS";
this.toCSVBetaToolStripMenuItem.Click += new System.EventHandler(this.toCSVBetaToolStripMenuItem_Click);
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(176, 6);
//
// headerInfoToolStripMenuItem
//
this.headerInfoToolStripMenuItem.Name = "headerInfoToolStripMenuItem";
this.headerInfoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.H)));
this.headerInfoToolStripMenuItem.Size = new System.Drawing.Size(179, 22);
this.headerInfoToolStripMenuItem.Text = "Header Info";
this.headerInfoToolStripMenuItem.Click += new System.EventHandler(this.headerInfoToolStripMenuItem_Click);
//
// searchToolStripMenuItem
//
this.searchToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.searchToolStripMenuItem1,
this.replaceToolStripMenuItem,
this.goToToolStripMenuItem});
this.searchToolStripMenuItem.Name = "searchToolStripMenuItem";
this.searchToolStripMenuItem.Size = new System.Drawing.Size(54, 20);
this.searchToolStripMenuItem.Text = "Search";
//
// searchToolStripMenuItem1
//
this.searchToolStripMenuItem1.Name = "searchToolStripMenuItem1";
this.searchToolStripMenuItem1.ShortcutKeyDisplayString = "";
this.searchToolStripMenuItem1.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F)));
this.searchToolStripMenuItem1.Size = new System.Drawing.Size(156, 22);
this.searchToolStripMenuItem1.Text = "Find";
this.searchToolStripMenuItem1.Click += new System.EventHandler(this.searchToolStripMenuItem_Click);
//
// replaceToolStripMenuItem
//
this.replaceToolStripMenuItem.Name = "replaceToolStripMenuItem";
this.replaceToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.R)));
this.replaceToolStripMenuItem.Size = new System.Drawing.Size(156, 22);
this.replaceToolStripMenuItem.Text = "Replace";
this.replaceToolStripMenuItem.Click += new System.EventHandler(this.replaceToolStripMenuItem_Click);
//
// goToToolStripMenuItem
//
this.goToToolStripMenuItem.Name = "goToToolStripMenuItem";
this.goToToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.G)));
this.goToToolStripMenuItem.Size = new System.Drawing.Size(156, 22);
this.goToToolStripMenuItem.Text = "Go To";
this.goToToolStripMenuItem.Click += new System.EventHandler(this.goToToolStripMenuItem_Click);
//
// columnToolStripMenuItem
//
this.columnToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.createToolStripMenuItem,
this.renameToolStripMenuItem,
this.deleteToolStripMenuItem,
this.toolStripSeparator4,
this.columnBulkEditToolStripMenuItem,
this.columnBulkMultiplyToolStripMenuItem,
this.columnDivideToolStripMenuItem});
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(166, 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(166, 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(166, 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(163, 6);
//
// columnBulkEditToolStripMenuItem
//
this.columnBulkEditToolStripMenuItem.Name = "columnBulkEditToolStripMenuItem";
this.columnBulkEditToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
this.columnBulkEditToolStripMenuItem.Text = "Column Bulk Edit";
this.columnBulkEditToolStripMenuItem.Click += new System.EventHandler(this.columnMultiplierToolStripMenuItem_Click);
//
// columnBulkMultiplyToolStripMenuItem
//
this.columnBulkMultiplyToolStripMenuItem.Name = "columnBulkMultiplyToolStripMenuItem";
this.columnBulkMultiplyToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
this.columnBulkMultiplyToolStripMenuItem.Text = "Column Multiply";
this.columnBulkMultiplyToolStripMenuItem.Click += new System.EventHandler(this.columnBulkMultiplyToolStripMenuItem_Click);
//
// columnDivideToolStripMenuItem
//
this.columnDivideToolStripMenuItem.Name = "columnDivideToolStripMenuItem";
this.columnDivideToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
this.columnDivideToolStripMenuItem.Text = "Column Divide";
this.columnDivideToolStripMenuItem.Click += new System.EventHandler(this.columnDivideToolStripMenuItem_Click);
//
// rowToolStripMenuItem
//
this.rowToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.createToolStripMenuItem1,
this.deleteToolStripMenuItem1,
this.toolStripSeparator5,
this.rowSyncToolStripMenuItem,
this.rowFilterToolStripMenuItem,
this.rowReplaceToolStripMenuItem});
this.rowToolStripMenuItem.Name = "rowToolStripMenuItem";
this.rowToolStripMenuItem.Size = new System.Drawing.Size(42, 20);
this.rowToolStripMenuItem.Text = "Row";
//
// createToolStripMenuItem1
//
this.createToolStripMenuItem1.Name = "createToolStripMenuItem1";
this.createToolStripMenuItem1.Size = new System.Drawing.Size(141, 22);
this.createToolStripMenuItem1.Text = "Create";
this.createToolStripMenuItem1.Click += new System.EventHandler(this.createToolStripMenuItem1_Click);
//
// deleteToolStripMenuItem1
//
this.deleteToolStripMenuItem1.Name = "deleteToolStripMenuItem1";
this.deleteToolStripMenuItem1.ShortcutKeyDisplayString = "";
this.deleteToolStripMenuItem1.Size = new System.Drawing.Size(141, 22);
this.deleteToolStripMenuItem1.Tag = "";
this.deleteToolStripMenuItem1.Text = "Delete";
this.deleteToolStripMenuItem1.Click += new System.EventHandler(this.deleteRowsToolStripMenuItem_Click);
//
// toolStripSeparator5
//
this.toolStripSeparator5.Name = "toolStripSeparator5";
this.toolStripSeparator5.Size = new System.Drawing.Size(138, 6);
//
// rowSyncToolStripMenuItem
//
this.rowSyncToolStripMenuItem.Name = "rowSyncToolStripMenuItem";
this.rowSyncToolStripMenuItem.Size = new System.Drawing.Size(141, 22);
this.rowSyncToolStripMenuItem.Text = "Row Tally";
this.rowSyncToolStripMenuItem.Click += new System.EventHandler(this.rowRecountToolStripMenuItem_Click);
//
// rowFilterToolStripMenuItem
//
this.rowFilterToolStripMenuItem.Name = "rowFilterToolStripMenuItem";
this.rowFilterToolStripMenuItem.Size = new System.Drawing.Size(141, 22);
this.rowFilterToolStripMenuItem.Text = "Row Filter";
this.rowFilterToolStripMenuItem.Click += new System.EventHandler(this.specOutputToolStripMenuItem_Click);
//
// rowReplaceToolStripMenuItem
//
this.rowReplaceToolStripMenuItem.Name = "rowReplaceToolStripMenuItem";
this.rowReplaceToolStripMenuItem.Size = new System.Drawing.Size(141, 22);
this.rowReplaceToolStripMenuItem.Text = "Row Replace";
this.rowReplaceToolStripMenuItem.Click += new System.EventHandler(this.columnAutosetToolStripMenuItem_Click);
//
// toolsToolStripMenuItem
//
this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.shopCreatorToolStripMenuItem,
this.itemEditorToolStripMenuItem,
this.translatorToolStripMenuItem,
this.oDTEditorToolStripMenuItem,
this.toolStripSeparator6,
this.expRateEditorToolStripMenuItem,
this.debugToolStripMenuItem,
this.transToolStripMenuItem});
this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
this.toolsToolStripMenuItem.Size = new System.Drawing.Size(48, 20);
this.toolsToolStripMenuItem.Text = "Tools";
//
// shopCreatorToolStripMenuItem
//
this.shopCreatorToolStripMenuItem.Name = "shopCreatorToolStripMenuItem";
this.shopCreatorToolStripMenuItem.Size = new System.Drawing.Size(155, 22);
this.shopCreatorToolStripMenuItem.Text = "Shop Creator";
this.shopCreatorToolStripMenuItem.Click += new System.EventHandler(this.shopCreatorToolStripMenuItem_Click);
//
// itemEditorToolStripMenuItem
//
this.itemEditorToolStripMenuItem.Name = "itemEditorToolStripMenuItem";
this.itemEditorToolStripMenuItem.Size = new System.Drawing.Size(155, 22);
this.itemEditorToolStripMenuItem.Text = "Item Editor";
this.itemEditorToolStripMenuItem.Click += new System.EventHandler(this.itemEditorToolStripMenuItem_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);
//
// 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);
//
// toolStripSeparator6
//
this.toolStripSeparator6.Name = "toolStripSeparator6";
this.toolStripSeparator6.Size = new System.Drawing.Size(152, 6);
this.toolStripSeparator6.Visible = false;
//
// 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.Visible = false;
this.expRateEditorToolStripMenuItem.Click += new System.EventHandler(this.expRateEditorToolStripMenuItem_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.Visible = false;
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;
this.transToolStripMenuItem.Click += new System.EventHandler(this.transToolStripMenuItem_Click);
//
// optionsToolStripMenuItem
//
this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.encodingToolStripMenuItem,
this.sQLPanelToolStripMenuItem,
this.fileAssociationToolStripMenuItem});
this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
this.optionsToolStripMenuItem.Size = new System.Drawing.Size(61, 20);
this.optionsToolStripMenuItem.Text = "Options";
//
// encodingToolStripMenuItem
//
this.encodingToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.uTF7ToolStripMenuItem,
this.uTF8ToolStripMenuItem,
this.gB2312ToolStripMenuItem,
this.iSO88591ToolStripMenuItem,
this.iSO88592ToolStripMenuItem});
this.encodingToolStripMenuItem.Name = "encodingToolStripMenuItem";
this.encodingToolStripMenuItem.Size = new System.Drawing.Size(156, 22);
this.encodingToolStripMenuItem.Text = "Encoding";
//
// uTF7ToolStripMenuItem
//
this.uTF7ToolStripMenuItem.Name = "uTF7ToolStripMenuItem";
this.uTF7ToolStripMenuItem.Size = new System.Drawing.Size(132, 22);
this.uTF7ToolStripMenuItem.Text = "UTF7";
this.uTF7ToolStripMenuItem.Click += new System.EventHandler(this.uTF7ToolStripMenuItem_Click);
//
// uTF8ToolStripMenuItem
//
this.uTF8ToolStripMenuItem.Name = "uTF8ToolStripMenuItem";
this.uTF8ToolStripMenuItem.Size = new System.Drawing.Size(132, 22);
this.uTF8ToolStripMenuItem.Text = "UTF8";
this.uTF8ToolStripMenuItem.Click += new System.EventHandler(this.uTF8ToolStripMenuItem_Click);
//
// gB2312ToolStripMenuItem
//
this.gB2312ToolStripMenuItem.Name = "gB2312ToolStripMenuItem";
this.gB2312ToolStripMenuItem.Size = new System.Drawing.Size(132, 22);
this.gB2312ToolStripMenuItem.Text = "GB2312";
this.gB2312ToolStripMenuItem.Click += new System.EventHandler(this.gB2312ToolStripMenuItem_Click);
//
// iSO88591ToolStripMenuItem
//
this.iSO88591ToolStripMenuItem.Name = "iSO88591ToolStripMenuItem";
this.iSO88591ToolStripMenuItem.Size = new System.Drawing.Size(132, 22);
this.iSO88591ToolStripMenuItem.Text = "ISO-8859-1";
this.iSO88591ToolStripMenuItem.Click += new System.EventHandler(this.iSO88591ToolStripMenuItem_Click);
//
// iSO88592ToolStripMenuItem
//
this.iSO88592ToolStripMenuItem.Name = "iSO88592ToolStripMenuItem";
this.iSO88592ToolStripMenuItem.Size = new System.Drawing.Size(132, 22);
this.iSO88592ToolStripMenuItem.Text = "ISO-8859-2";
this.iSO88592ToolStripMenuItem.Click += new System.EventHandler(this.iSO88592ToolStripMenuItem_Click);
//
// sQLPanelToolStripMenuItem
//
this.sQLPanelToolStripMenuItem.CheckOnClick = true;
this.sQLPanelToolStripMenuItem.Name = "sQLPanelToolStripMenuItem";
this.sQLPanelToolStripMenuItem.Size = new System.Drawing.Size(156, 22);
this.sQLPanelToolStripMenuItem.Text = "SQL Panel";
this.sQLPanelToolStripMenuItem.Click += new System.EventHandler(this.showHideMySQLToolStripMenuItem_Click_1);
//
// fileAssociationToolStripMenuItem
//
this.fileAssociationToolStripMenuItem.CheckOnClick = true;
this.fileAssociationToolStripMenuItem.Name = "fileAssociationToolStripMenuItem";
this.fileAssociationToolStripMenuItem.Size = new System.Drawing.Size(156, 22);
this.fileAssociationToolStripMenuItem.Text = "File Association";
this.fileAssociationToolStripMenuItem.Click += new System.EventHandler(this.removeFileAsoToolStripMenuItem_Click);
//
// aboutToolStripMenuItem
//
this.aboutToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.updatesToolStripMenuItem,
this.creditsToolStripMenuItem});
this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
this.aboutToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
this.aboutToolStripMenuItem.Text = "Help";
//
// updatesToolStripMenuItem
//
this.updatesToolStripMenuItem.Name = "updatesToolStripMenuItem";
this.updatesToolStripMenuItem.Size = new System.Drawing.Size(117, 22);
this.updatesToolStripMenuItem.Text = "Updates";
this.updatesToolStripMenuItem.Click += new System.EventHandler(this.updatesToolStripMenuItem_Click);
//
// creditsToolStripMenuItem
//
this.creditsToolStripMenuItem.Name = "creditsToolStripMenuItem";
this.creditsToolStripMenuItem.Size = new System.Drawing.Size(117, 22);
this.creditsToolStripMenuItem.Text = "About";
this.creditsToolStripMenuItem.Click += new System.EventHandler(this.creditsToolStripMenuItem_Click);
//
// groupMysql
//
this.groupMysql.Controls.Add(this.chkDrop);
this.groupMysql.Controls.Add(this.button2);
this.groupMysql.Controls.Add(this.button1);
this.groupMysql.Controls.Add(this.SQLScript);
this.groupMysql.Dock = System.Windows.Forms.DockStyle.Right;
this.groupMysql.Location = new System.Drawing.Point(791, 24);
this.groupMysql.Name = "groupMysql";
this.groupMysql.Size = new System.Drawing.Size(284, 557);
this.groupMysql.TabIndex = 4;
this.groupMysql.TabStop = false;
this.groupMysql.Text = "MySql";
//
// chkDrop
//
this.chkDrop.AutoSize = true;
this.chkDrop.Checked = true;
this.chkDrop.CheckState = System.Windows.Forms.CheckState.Checked;
this.chkDrop.Location = new System.Drawing.Point(6, 535);
this.chkDrop.Name = "chkDrop";
this.chkDrop.Size = new System.Drawing.Size(75, 17);
this.chkDrop.TabIndex = 6;
this.chkDrop.Text = "Drop table";
this.chkDrop.UseVisualStyleBackColor = true;
//
// button2
//
this.button2.Location = new System.Drawing.Point(142, 492);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(134, 37);
this.button2.TabIndex = 5;
this.button2.Text = "Save SQL File";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button1
//
this.button1.Location = new System.Drawing.Point(6, 492);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(134, 37);
this.button1.TabIndex = 4;
this.button1.Text = "Create SQL Queries";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// SQLScript
//
this.SQLScript.Location = new System.Drawing.Point(6, 19);
this.SQLScript.Multiline = true;
this.SQLScript.Name = "SQLScript";
this.SQLScript.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.SQLScript.Size = new System.Drawing.Size(272, 467);
this.SQLScript.TabIndex = 3;
//
// statusStrip1
//
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.SQLStatus});
this.statusStrip1.Location = new System.Drawing.Point(0, 559);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(791, 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.";
//
// FileTabs
//
this.FileTabs.AllowDrop = true;
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(791, 535);
this.FileTabs.TabIndex = 10;
this.FileTabs.DragDrop += new System.Windows.Forms.DragEventHandler(this.FileTabs_DragDrop);
this.FileTabs.DragEnter += new System.Windows.Forms.DragEventHandler(this.FileTabs_DragEnter);
//
// frmMain
//
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.groupMysql);
this.Controls.Add(this.menuStrip1);
this.DoubleBuffered = true;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MainMenuStrip = this.menuStrip1;
this.MinimumSize = new System.Drawing.Size(200, 200);
this.Name = "frmMain";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "SHN Editor";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmMain_FormClosing);
this.Load += new System.EventHandler(this.frmMain_Load);
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.groupMysql.ResumeLayout(false);
this.groupMysql.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.GroupBox groupMysql;
private System.Windows.Forms.CheckBox chkDrop;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.TextBox SQLScript;
private System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem closeToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
private System.Windows.Forms.StatusStrip statusStrip1;
public System.Windows.Forms.ToolStripStatusLabel SQLStatus;
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 toolStripMenuItem1;
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 exportToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem toSHRToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem fromSHRToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem toCSVBetaToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem updatesToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem creditsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem optionsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem encodingToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem sQLPanelToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem rowToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem createToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem deleteToolStripMenuItem1;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
private System.Windows.Forms.ToolStripMenuItem rowSyncToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem rowFilterToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem fileAssociationToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem uTF7ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem uTF8ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem iSO88591ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem iSO88592ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem searchToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem replaceToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem pasteToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator8;
private System.Windows.Forms.ToolStripMenuItem recentToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem toolsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem shopCreatorToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem translatorToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem oDTEditorToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
private System.Windows.Forms.ToolStripMenuItem expRateEditorToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem debugToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem transToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem gB2312ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem rowReplaceToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem itemEditorToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem columnBulkEditToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem columnBulkMultiplyToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem columnDivideToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem goToToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem cSVToolStripMenuItem;
}
}