mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2024-11-17 04:22:54 +08:00
1351 lines
79 KiB
C#
1351 lines
79 KiB
C#
namespace CodeWalker
|
|
{
|
|
partial class ExploreForm
|
|
{
|
|
/// <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.components = new System.ComponentModel.Container();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ExploreForm));
|
|
this.MainMenu = new System.Windows.Forms.MenuStrip();
|
|
this.FileMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.FileExitMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.EditMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.EditViewMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.EditViewHexMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.EditExportXmlMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.EditExtractRawMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.EditExtractAllMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.EditImportFbxMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.EditImportXmlMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.EditImportRawMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.EditImportMenuSeparator = new System.Windows.Forms.ToolStripSeparator();
|
|
this.EditCopyMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.EditCopyPathMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.EditCopyFileListMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.EditRenameMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.EditReplaceMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.EditDeleteMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.EditEditModeMenuSeparator = new System.Windows.Forms.ToolStripSeparator();
|
|
this.EditSelectAllMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.ViewMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.ViewLargeIconsMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.ViewSmallIconsMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.ViewListMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.ViewDetailsMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator11 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.ViewThemeMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.ViewThemeWindowsMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.ViewThemeBlueMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.ViewThemeLightMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.ViewThemeDarkMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.ToolsMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.ToolsBinSearchMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.ToolsRpfBrowserMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.ToolsOptionsMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.MainToolbar = new System.Windows.Forms.ToolStrip();
|
|
this.BackButton = new System.Windows.Forms.ToolStripSplitButton();
|
|
this.BackListButton = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.ForwardButton = new System.Windows.Forms.ToolStripSplitButton();
|
|
this.ForwardListButton = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.UpButton = new System.Windows.Forms.ToolStripSplitButton();
|
|
this.UpListButton = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.LocationTextBox = new CodeWalker.WinForms.ToolStripSpringTextBox();
|
|
this.GoButton = new System.Windows.Forms.ToolStripButton();
|
|
this.RefreshButton = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.EditModeButton = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.SearchTextBox = new System.Windows.Forms.ToolStripTextBox();
|
|
this.SearchButton = new System.Windows.Forms.ToolStripSplitButton();
|
|
this.SearchGlobalButton = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.SearchFilterButton = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.MainStatusBar = new System.Windows.Forms.StatusStrip();
|
|
this.StatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.FileImageList16 = new System.Windows.Forms.ImageList(this.components);
|
|
this.MainSplitContainer = new System.Windows.Forms.SplitContainer();
|
|
this.MainTreeView = new System.Windows.Forms.TreeView();
|
|
this.MainListView = new System.Windows.Forms.ListView();
|
|
this.MainNameColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.MainTypeColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.MainSizeColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.MainAttrColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.MainPathColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.EditModeBaseWarningPanel = new System.Windows.Forms.Panel();
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.EditModeModsWarningPanel = new System.Windows.Forms.Panel();
|
|
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.ListContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.ListContextViewMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.ListContextViewHexMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.ListContextExportXmlMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.ListContextExtractRawMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.ListContextExtractUncompressedMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.ListContextExtractAllMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.ListContextNewMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.ListContextNewFolderMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.ListContextNewRpfArchiveMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.ListContextImportFbxMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.ListContextImportXmlMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.ListContextImportRawMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.ListContextImportSeparator = new System.Windows.Forms.ToolStripSeparator();
|
|
this.ListContextCopyMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.ListContextCopyPathMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.ListContextCopyFileListMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.ListContextOpenFileLocationMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.ListContextOpenFileLocationSeparator = new System.Windows.Forms.ToolStripSeparator();
|
|
this.ListContextRenameMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.ListContextReplaceMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.ListContextDeleteMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.ListContextEditSeparator = new System.Windows.Forms.ToolStripSeparator();
|
|
this.ListContextDefragmentMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.ListContextDefragmentSeparator = new System.Windows.Forms.ToolStripSeparator();
|
|
this.ListContextSelectAllMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.TreeContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.TreeContextCopyPathMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.TreeContextWinExplorerMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.TreeContextExpandMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.TreeContextCollapseMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.TreeContextCollapseAllMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.SaveFileDialog = new System.Windows.Forms.SaveFileDialog();
|
|
this.OpenFileDialog = new System.Windows.Forms.OpenFileDialog();
|
|
this.FolderBrowserDialog = new System.Windows.Forms.FolderBrowserDialog();
|
|
this.VSExtender = new WeifenLuo.WinFormsUI.Docking.VisualStudioToolStripExtender(this.components);
|
|
this.MainMenu.SuspendLayout();
|
|
this.MainToolbar.SuspendLayout();
|
|
this.MainStatusBar.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.MainSplitContainer)).BeginInit();
|
|
this.MainSplitContainer.Panel1.SuspendLayout();
|
|
this.MainSplitContainer.Panel2.SuspendLayout();
|
|
this.MainSplitContainer.SuspendLayout();
|
|
this.EditModeBaseWarningPanel.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
this.EditModeModsWarningPanel.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
|
this.ListContextMenu.SuspendLayout();
|
|
this.TreeContextMenu.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// MainMenu
|
|
//
|
|
this.MainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.FileMenu,
|
|
this.EditMenu,
|
|
this.ViewMenu,
|
|
this.ToolsMenu});
|
|
this.MainMenu.Location = new System.Drawing.Point(0, 0);
|
|
this.MainMenu.Name = "MainMenu";
|
|
this.MainMenu.Size = new System.Drawing.Size(876, 24);
|
|
this.MainMenu.TabIndex = 0;
|
|
this.MainMenu.Text = "menuStrip1";
|
|
//
|
|
// FileMenu
|
|
//
|
|
this.FileMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.FileExitMenu});
|
|
this.FileMenu.Name = "FileMenu";
|
|
this.FileMenu.Size = new System.Drawing.Size(37, 20);
|
|
this.FileMenu.Text = "File";
|
|
//
|
|
// FileExitMenu
|
|
//
|
|
this.FileExitMenu.Name = "FileExitMenu";
|
|
this.FileExitMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4)));
|
|
this.FileExitMenu.Size = new System.Drawing.Size(134, 22);
|
|
this.FileExitMenu.Text = "Exit";
|
|
this.FileExitMenu.Click += new System.EventHandler(this.FileExitMenu_Click);
|
|
//
|
|
// EditMenu
|
|
//
|
|
this.EditMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.EditViewMenu,
|
|
this.EditViewHexMenu,
|
|
this.toolStripSeparator3,
|
|
this.EditExportXmlMenu,
|
|
this.EditExtractRawMenu,
|
|
this.EditExtractAllMenu,
|
|
this.toolStripSeparator4,
|
|
this.EditImportFbxMenu,
|
|
this.EditImportXmlMenu,
|
|
this.EditImportRawMenu,
|
|
this.EditImportMenuSeparator,
|
|
this.EditCopyMenu,
|
|
this.EditCopyPathMenu,
|
|
this.EditCopyFileListMenu,
|
|
this.toolStripSeparator9,
|
|
this.EditRenameMenu,
|
|
this.EditReplaceMenu,
|
|
this.EditDeleteMenu,
|
|
this.EditEditModeMenuSeparator,
|
|
this.EditSelectAllMenu});
|
|
this.EditMenu.Name = "EditMenu";
|
|
this.EditMenu.Size = new System.Drawing.Size(39, 20);
|
|
this.EditMenu.Text = "Edit";
|
|
//
|
|
// EditViewMenu
|
|
//
|
|
this.EditViewMenu.Image = ((System.Drawing.Image)(resources.GetObject("EditViewMenu.Image")));
|
|
this.EditViewMenu.Name = "EditViewMenu";
|
|
this.EditViewMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P)));
|
|
this.EditViewMenu.Size = new System.Drawing.Size(207, 22);
|
|
this.EditViewMenu.Text = "View...";
|
|
this.EditViewMenu.Click += new System.EventHandler(this.EditViewMenu_Click);
|
|
//
|
|
// EditViewHexMenu
|
|
//
|
|
this.EditViewHexMenu.Image = ((System.Drawing.Image)(resources.GetObject("EditViewHexMenu.Image")));
|
|
this.EditViewHexMenu.Name = "EditViewHexMenu";
|
|
this.EditViewHexMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.H)));
|
|
this.EditViewHexMenu.Size = new System.Drawing.Size(207, 22);
|
|
this.EditViewHexMenu.Text = "View Hex...";
|
|
this.EditViewHexMenu.Click += new System.EventHandler(this.EditViewHexMenu_Click);
|
|
//
|
|
// toolStripSeparator3
|
|
//
|
|
this.toolStripSeparator3.Name = "toolStripSeparator3";
|
|
this.toolStripSeparator3.Size = new System.Drawing.Size(204, 6);
|
|
//
|
|
// EditExportXmlMenu
|
|
//
|
|
this.EditExportXmlMenu.Image = ((System.Drawing.Image)(resources.GetObject("EditExportXmlMenu.Image")));
|
|
this.EditExportXmlMenu.Name = "EditExportXmlMenu";
|
|
this.EditExportXmlMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
|
|
this.EditExportXmlMenu.Size = new System.Drawing.Size(207, 22);
|
|
this.EditExportXmlMenu.Text = "Export XML...";
|
|
this.EditExportXmlMenu.Click += new System.EventHandler(this.EditExportXmlMenu_Click);
|
|
//
|
|
// EditExtractRawMenu
|
|
//
|
|
this.EditExtractRawMenu.Image = ((System.Drawing.Image)(resources.GetObject("EditExtractRawMenu.Image")));
|
|
this.EditExtractRawMenu.Name = "EditExtractRawMenu";
|
|
this.EditExtractRawMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.E)));
|
|
this.EditExtractRawMenu.Size = new System.Drawing.Size(207, 22);
|
|
this.EditExtractRawMenu.Text = "Extract Raw...";
|
|
this.EditExtractRawMenu.Click += new System.EventHandler(this.EditExtractRawMenu_Click);
|
|
//
|
|
// EditExtractAllMenu
|
|
//
|
|
this.EditExtractAllMenu.Name = "EditExtractAllMenu";
|
|
this.EditExtractAllMenu.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
|
|
| System.Windows.Forms.Keys.E)));
|
|
this.EditExtractAllMenu.Size = new System.Drawing.Size(207, 22);
|
|
this.EditExtractAllMenu.Text = "Extract All...";
|
|
this.EditExtractAllMenu.Click += new System.EventHandler(this.EditExtractAllMenu_Click);
|
|
//
|
|
// toolStripSeparator4
|
|
//
|
|
this.toolStripSeparator4.Name = "toolStripSeparator4";
|
|
this.toolStripSeparator4.Size = new System.Drawing.Size(204, 6);
|
|
//
|
|
// EditImportFbxMenu
|
|
//
|
|
this.EditImportFbxMenu.Name = "EditImportFbxMenu";
|
|
this.EditImportFbxMenu.Size = new System.Drawing.Size(207, 22);
|
|
this.EditImportFbxMenu.Text = "Import FBX...";
|
|
this.EditImportFbxMenu.Visible = false;
|
|
this.EditImportFbxMenu.Click += new System.EventHandler(this.EditImportFbxMenu_Click);
|
|
//
|
|
// EditImportXmlMenu
|
|
//
|
|
this.EditImportXmlMenu.Image = ((System.Drawing.Image)(resources.GetObject("EditImportXmlMenu.Image")));
|
|
this.EditImportXmlMenu.Name = "EditImportXmlMenu";
|
|
this.EditImportXmlMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Shift | System.Windows.Forms.Keys.Insert)));
|
|
this.EditImportXmlMenu.Size = new System.Drawing.Size(207, 22);
|
|
this.EditImportXmlMenu.Text = "Import XML...";
|
|
this.EditImportXmlMenu.Visible = false;
|
|
this.EditImportXmlMenu.Click += new System.EventHandler(this.EditImportXmlMenu_Click);
|
|
//
|
|
// EditImportRawMenu
|
|
//
|
|
this.EditImportRawMenu.Image = ((System.Drawing.Image)(resources.GetObject("EditImportRawMenu.Image")));
|
|
this.EditImportRawMenu.Name = "EditImportRawMenu";
|
|
this.EditImportRawMenu.ShortcutKeys = System.Windows.Forms.Keys.Insert;
|
|
this.EditImportRawMenu.Size = new System.Drawing.Size(207, 22);
|
|
this.EditImportRawMenu.Text = "Import Raw...";
|
|
this.EditImportRawMenu.Visible = false;
|
|
this.EditImportRawMenu.Click += new System.EventHandler(this.EditImportRawMenu_Click);
|
|
//
|
|
// EditImportMenuSeparator
|
|
//
|
|
this.EditImportMenuSeparator.Name = "EditImportMenuSeparator";
|
|
this.EditImportMenuSeparator.Size = new System.Drawing.Size(204, 6);
|
|
this.EditImportMenuSeparator.Visible = false;
|
|
//
|
|
// EditCopyMenu
|
|
//
|
|
this.EditCopyMenu.Image = ((System.Drawing.Image)(resources.GetObject("EditCopyMenu.Image")));
|
|
this.EditCopyMenu.Name = "EditCopyMenu";
|
|
this.EditCopyMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
|
|
this.EditCopyMenu.Size = new System.Drawing.Size(207, 22);
|
|
this.EditCopyMenu.Text = "Copy";
|
|
this.EditCopyMenu.Click += new System.EventHandler(this.EditCopyMenu_Click);
|
|
//
|
|
// EditCopyPathMenu
|
|
//
|
|
this.EditCopyPathMenu.Name = "EditCopyPathMenu";
|
|
this.EditCopyPathMenu.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
|
|
| System.Windows.Forms.Keys.C)));
|
|
this.EditCopyPathMenu.Size = new System.Drawing.Size(207, 22);
|
|
this.EditCopyPathMenu.Text = "Copy Path";
|
|
this.EditCopyPathMenu.Click += new System.EventHandler(this.EditCopyPathMenu_Click);
|
|
//
|
|
// EditCopyFileListMenu
|
|
//
|
|
this.EditCopyFileListMenu.Name = "EditCopyFileListMenu";
|
|
this.EditCopyFileListMenu.Size = new System.Drawing.Size(207, 22);
|
|
this.EditCopyFileListMenu.Text = "Copy File List";
|
|
this.EditCopyFileListMenu.Click += new System.EventHandler(this.EditCopyFileListMenu_Click);
|
|
//
|
|
// toolStripSeparator9
|
|
//
|
|
this.toolStripSeparator9.Name = "toolStripSeparator9";
|
|
this.toolStripSeparator9.Size = new System.Drawing.Size(204, 6);
|
|
//
|
|
// EditRenameMenu
|
|
//
|
|
this.EditRenameMenu.Image = ((System.Drawing.Image)(resources.GetObject("EditRenameMenu.Image")));
|
|
this.EditRenameMenu.Name = "EditRenameMenu";
|
|
this.EditRenameMenu.ShortcutKeys = System.Windows.Forms.Keys.F2;
|
|
this.EditRenameMenu.Size = new System.Drawing.Size(207, 22);
|
|
this.EditRenameMenu.Text = "Rename...";
|
|
this.EditRenameMenu.Visible = false;
|
|
this.EditRenameMenu.Click += new System.EventHandler(this.EditRenameMenu_Click);
|
|
//
|
|
// EditReplaceMenu
|
|
//
|
|
this.EditReplaceMenu.Image = ((System.Drawing.Image)(resources.GetObject("EditReplaceMenu.Image")));
|
|
this.EditReplaceMenu.Name = "EditReplaceMenu";
|
|
this.EditReplaceMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Shift | System.Windows.Forms.Keys.Insert)));
|
|
this.EditReplaceMenu.Size = new System.Drawing.Size(207, 22);
|
|
this.EditReplaceMenu.Text = "Replace...";
|
|
this.EditReplaceMenu.Visible = false;
|
|
this.EditReplaceMenu.Click += new System.EventHandler(this.EditReplaceMenu_Click);
|
|
//
|
|
// EditDeleteMenu
|
|
//
|
|
this.EditDeleteMenu.Image = ((System.Drawing.Image)(resources.GetObject("EditDeleteMenu.Image")));
|
|
this.EditDeleteMenu.Name = "EditDeleteMenu";
|
|
this.EditDeleteMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Shift | System.Windows.Forms.Keys.Delete)));
|
|
this.EditDeleteMenu.Size = new System.Drawing.Size(207, 22);
|
|
this.EditDeleteMenu.Text = "Delete";
|
|
this.EditDeleteMenu.Visible = false;
|
|
this.EditDeleteMenu.Click += new System.EventHandler(this.EditDeleteMenu_Click);
|
|
//
|
|
// EditEditModeMenuSeparator
|
|
//
|
|
this.EditEditModeMenuSeparator.Name = "EditEditModeMenuSeparator";
|
|
this.EditEditModeMenuSeparator.Size = new System.Drawing.Size(204, 6);
|
|
this.EditEditModeMenuSeparator.Visible = false;
|
|
//
|
|
// EditSelectAllMenu
|
|
//
|
|
this.EditSelectAllMenu.Name = "EditSelectAllMenu";
|
|
this.EditSelectAllMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A)));
|
|
this.EditSelectAllMenu.Size = new System.Drawing.Size(207, 22);
|
|
this.EditSelectAllMenu.Text = "Select All";
|
|
this.EditSelectAllMenu.Click += new System.EventHandler(this.EditSelectAllMenu_Click);
|
|
//
|
|
// ViewMenu
|
|
//
|
|
this.ViewMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.ViewLargeIconsMenu,
|
|
this.ViewSmallIconsMenu,
|
|
this.ViewListMenu,
|
|
this.ViewDetailsMenu,
|
|
this.toolStripSeparator11,
|
|
this.ViewThemeMenu});
|
|
this.ViewMenu.Name = "ViewMenu";
|
|
this.ViewMenu.Size = new System.Drawing.Size(44, 20);
|
|
this.ViewMenu.Text = "View";
|
|
//
|
|
// ViewLargeIconsMenu
|
|
//
|
|
this.ViewLargeIconsMenu.Name = "ViewLargeIconsMenu";
|
|
this.ViewLargeIconsMenu.Size = new System.Drawing.Size(134, 22);
|
|
this.ViewLargeIconsMenu.Text = "Large Icons";
|
|
this.ViewLargeIconsMenu.Click += new System.EventHandler(this.ViewLargeIconsMenu_Click);
|
|
//
|
|
// ViewSmallIconsMenu
|
|
//
|
|
this.ViewSmallIconsMenu.Name = "ViewSmallIconsMenu";
|
|
this.ViewSmallIconsMenu.Size = new System.Drawing.Size(134, 22);
|
|
this.ViewSmallIconsMenu.Text = "Small Icons";
|
|
this.ViewSmallIconsMenu.Click += new System.EventHandler(this.ViewSmallIconsMenu_Click);
|
|
//
|
|
// ViewListMenu
|
|
//
|
|
this.ViewListMenu.Name = "ViewListMenu";
|
|
this.ViewListMenu.Size = new System.Drawing.Size(134, 22);
|
|
this.ViewListMenu.Text = "List";
|
|
this.ViewListMenu.Click += new System.EventHandler(this.ViewListMenu_Click);
|
|
//
|
|
// ViewDetailsMenu
|
|
//
|
|
this.ViewDetailsMenu.Checked = true;
|
|
this.ViewDetailsMenu.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.ViewDetailsMenu.Name = "ViewDetailsMenu";
|
|
this.ViewDetailsMenu.Size = new System.Drawing.Size(134, 22);
|
|
this.ViewDetailsMenu.Text = "Details";
|
|
this.ViewDetailsMenu.Click += new System.EventHandler(this.ViewDetailsMenu_Click);
|
|
//
|
|
// toolStripSeparator11
|
|
//
|
|
this.toolStripSeparator11.Name = "toolStripSeparator11";
|
|
this.toolStripSeparator11.Size = new System.Drawing.Size(131, 6);
|
|
//
|
|
// ViewThemeMenu
|
|
//
|
|
this.ViewThemeMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.ViewThemeWindowsMenu,
|
|
this.ViewThemeBlueMenu,
|
|
this.ViewThemeLightMenu,
|
|
this.ViewThemeDarkMenu});
|
|
this.ViewThemeMenu.Name = "ViewThemeMenu";
|
|
this.ViewThemeMenu.Size = new System.Drawing.Size(134, 22);
|
|
this.ViewThemeMenu.Text = "Theme";
|
|
//
|
|
// ViewThemeWindowsMenu
|
|
//
|
|
this.ViewThemeWindowsMenu.Checked = true;
|
|
this.ViewThemeWindowsMenu.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.ViewThemeWindowsMenu.Name = "ViewThemeWindowsMenu";
|
|
this.ViewThemeWindowsMenu.Size = new System.Drawing.Size(123, 22);
|
|
this.ViewThemeWindowsMenu.Text = "Windows";
|
|
this.ViewThemeWindowsMenu.Click += new System.EventHandler(this.ViewThemeWindowsMenu_Click);
|
|
//
|
|
// ViewThemeBlueMenu
|
|
//
|
|
this.ViewThemeBlueMenu.Name = "ViewThemeBlueMenu";
|
|
this.ViewThemeBlueMenu.Size = new System.Drawing.Size(123, 22);
|
|
this.ViewThemeBlueMenu.Text = "Blue";
|
|
this.ViewThemeBlueMenu.Click += new System.EventHandler(this.ViewThemeBlueMenu_Click);
|
|
//
|
|
// ViewThemeLightMenu
|
|
//
|
|
this.ViewThemeLightMenu.Name = "ViewThemeLightMenu";
|
|
this.ViewThemeLightMenu.Size = new System.Drawing.Size(123, 22);
|
|
this.ViewThemeLightMenu.Text = "Light";
|
|
this.ViewThemeLightMenu.Click += new System.EventHandler(this.ViewThemeLightMenu_Click);
|
|
//
|
|
// ViewThemeDarkMenu
|
|
//
|
|
this.ViewThemeDarkMenu.Name = "ViewThemeDarkMenu";
|
|
this.ViewThemeDarkMenu.Size = new System.Drawing.Size(123, 22);
|
|
this.ViewThemeDarkMenu.Text = "Dark";
|
|
this.ViewThemeDarkMenu.Click += new System.EventHandler(this.ViewThemeDarkMenu_Click);
|
|
//
|
|
// ToolsMenu
|
|
//
|
|
this.ToolsMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.ToolsBinSearchMenu,
|
|
this.ToolsRpfBrowserMenu,
|
|
this.toolStripSeparator7,
|
|
this.ToolsOptionsMenu});
|
|
this.ToolsMenu.Name = "ToolsMenu";
|
|
this.ToolsMenu.Size = new System.Drawing.Size(47, 20);
|
|
this.ToolsMenu.Text = "Tools";
|
|
//
|
|
// ToolsBinSearchMenu
|
|
//
|
|
this.ToolsBinSearchMenu.Name = "ToolsBinSearchMenu";
|
|
this.ToolsBinSearchMenu.Size = new System.Drawing.Size(161, 22);
|
|
this.ToolsBinSearchMenu.Text = "Binary Search...";
|
|
this.ToolsBinSearchMenu.Click += new System.EventHandler(this.ToolsBinSearchMenu_Click);
|
|
//
|
|
// ToolsRpfBrowserMenu
|
|
//
|
|
this.ToolsRpfBrowserMenu.Name = "ToolsRpfBrowserMenu";
|
|
this.ToolsRpfBrowserMenu.Size = new System.Drawing.Size(161, 22);
|
|
this.ToolsRpfBrowserMenu.Text = "Old RPF Browser";
|
|
this.ToolsRpfBrowserMenu.Click += new System.EventHandler(this.ToolsRpfBrowserMenu_Click);
|
|
//
|
|
// toolStripSeparator7
|
|
//
|
|
this.toolStripSeparator7.Name = "toolStripSeparator7";
|
|
this.toolStripSeparator7.Size = new System.Drawing.Size(158, 6);
|
|
//
|
|
// ToolsOptionsMenu
|
|
//
|
|
this.ToolsOptionsMenu.Name = "ToolsOptionsMenu";
|
|
this.ToolsOptionsMenu.Size = new System.Drawing.Size(161, 22);
|
|
this.ToolsOptionsMenu.Text = "Options...";
|
|
this.ToolsOptionsMenu.Click += new System.EventHandler(this.ToolsOptionsMenu_Click);
|
|
//
|
|
// MainToolbar
|
|
//
|
|
this.MainToolbar.CanOverflow = false;
|
|
this.MainToolbar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.BackButton,
|
|
this.ForwardButton,
|
|
this.UpButton,
|
|
this.LocationTextBox,
|
|
this.GoButton,
|
|
this.RefreshButton,
|
|
this.toolStripSeparator10,
|
|
this.EditModeButton,
|
|
this.toolStripSeparator1,
|
|
this.SearchTextBox,
|
|
this.SearchButton});
|
|
this.MainToolbar.Location = new System.Drawing.Point(0, 24);
|
|
this.MainToolbar.Name = "MainToolbar";
|
|
this.MainToolbar.Size = new System.Drawing.Size(876, 25);
|
|
this.MainToolbar.TabIndex = 1;
|
|
this.MainToolbar.Text = "Main Toolbar";
|
|
//
|
|
// BackButton
|
|
//
|
|
this.BackButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.BackButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.BackListButton});
|
|
this.BackButton.Enabled = false;
|
|
this.BackButton.Image = ((System.Drawing.Image)(resources.GetObject("BackButton.Image")));
|
|
this.BackButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.BackButton.Name = "BackButton";
|
|
this.BackButton.Size = new System.Drawing.Size(32, 22);
|
|
this.BackButton.Text = "Back";
|
|
this.BackButton.ButtonClick += new System.EventHandler(this.BackButton_ButtonClick);
|
|
//
|
|
// BackListButton
|
|
//
|
|
this.BackListButton.Name = "BackListButton";
|
|
this.BackListButton.Size = new System.Drawing.Size(100, 22);
|
|
this.BackListButton.Text = "[List]";
|
|
this.BackListButton.Click += new System.EventHandler(this.BackListButton_Click);
|
|
//
|
|
// ForwardButton
|
|
//
|
|
this.ForwardButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.ForwardButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.ForwardListButton});
|
|
this.ForwardButton.Enabled = false;
|
|
this.ForwardButton.Image = ((System.Drawing.Image)(resources.GetObject("ForwardButton.Image")));
|
|
this.ForwardButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.ForwardButton.Name = "ForwardButton";
|
|
this.ForwardButton.Size = new System.Drawing.Size(32, 22);
|
|
this.ForwardButton.Text = "Forward";
|
|
this.ForwardButton.ButtonClick += new System.EventHandler(this.ForwardButton_ButtonClick);
|
|
//
|
|
// ForwardListButton
|
|
//
|
|
this.ForwardListButton.Name = "ForwardListButton";
|
|
this.ForwardListButton.Size = new System.Drawing.Size(100, 22);
|
|
this.ForwardListButton.Text = "[List]";
|
|
this.ForwardListButton.Click += new System.EventHandler(this.ForwardListButton_Click);
|
|
//
|
|
// UpButton
|
|
//
|
|
this.UpButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.UpButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.UpListButton});
|
|
this.UpButton.Enabled = false;
|
|
this.UpButton.Image = ((System.Drawing.Image)(resources.GetObject("UpButton.Image")));
|
|
this.UpButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.UpButton.Name = "UpButton";
|
|
this.UpButton.Size = new System.Drawing.Size(32, 22);
|
|
this.UpButton.Text = "Up";
|
|
this.UpButton.ButtonClick += new System.EventHandler(this.UpButton_ButtonClick);
|
|
//
|
|
// UpListButton
|
|
//
|
|
this.UpListButton.Name = "UpListButton";
|
|
this.UpListButton.Size = new System.Drawing.Size(100, 22);
|
|
this.UpListButton.Text = "[List]";
|
|
this.UpListButton.Click += new System.EventHandler(this.UpListButton_Click);
|
|
//
|
|
// LocationTextBox
|
|
//
|
|
this.LocationTextBox.Name = "LocationTextBox";
|
|
this.LocationTextBox.Size = new System.Drawing.Size(423, 25);
|
|
this.LocationTextBox.Enter += new System.EventHandler(this.LocationTextBox_Enter);
|
|
this.LocationTextBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.LocationTextBox_KeyPress);
|
|
//
|
|
// GoButton
|
|
//
|
|
this.GoButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.GoButton.Enabled = false;
|
|
this.GoButton.Image = ((System.Drawing.Image)(resources.GetObject("GoButton.Image")));
|
|
this.GoButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.GoButton.Name = "GoButton";
|
|
this.GoButton.Size = new System.Drawing.Size(23, 22);
|
|
this.GoButton.Text = "Go";
|
|
this.GoButton.Click += new System.EventHandler(this.GoButton_Click);
|
|
//
|
|
// RefreshButton
|
|
//
|
|
this.RefreshButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.RefreshButton.Enabled = false;
|
|
this.RefreshButton.Image = ((System.Drawing.Image)(resources.GetObject("RefreshButton.Image")));
|
|
this.RefreshButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.RefreshButton.Name = "RefreshButton";
|
|
this.RefreshButton.Size = new System.Drawing.Size(23, 22);
|
|
this.RefreshButton.Text = "Refresh All";
|
|
this.RefreshButton.Click += new System.EventHandler(this.RefreshButton_Click);
|
|
//
|
|
// toolStripSeparator10
|
|
//
|
|
this.toolStripSeparator10.Name = "toolStripSeparator10";
|
|
this.toolStripSeparator10.Size = new System.Drawing.Size(6, 25);
|
|
//
|
|
// EditModeButton
|
|
//
|
|
this.EditModeButton.Enabled = false;
|
|
this.EditModeButton.Image = ((System.Drawing.Image)(resources.GetObject("EditModeButton.Image")));
|
|
this.EditModeButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.EditModeButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.EditModeButton.Name = "EditModeButton";
|
|
this.EditModeButton.Size = new System.Drawing.Size(81, 22);
|
|
this.EditModeButton.Text = "Edit mode";
|
|
this.EditModeButton.Click += new System.EventHandler(this.EditModeButton_Click);
|
|
//
|
|
// toolStripSeparator1
|
|
//
|
|
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
|
|
//
|
|
// SearchTextBox
|
|
//
|
|
this.SearchTextBox.Name = "SearchTextBox";
|
|
this.SearchTextBox.Size = new System.Drawing.Size(140, 25);
|
|
this.SearchTextBox.Enter += new System.EventHandler(this.SearchTextBox_Enter);
|
|
this.SearchTextBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.SearchTextBox_KeyPress);
|
|
//
|
|
// SearchButton
|
|
//
|
|
this.SearchButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.SearchButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.SearchGlobalButton,
|
|
this.SearchFilterButton});
|
|
this.SearchButton.Enabled = false;
|
|
this.SearchButton.Image = ((System.Drawing.Image)(resources.GetObject("SearchButton.Image")));
|
|
this.SearchButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.SearchButton.Margin = new System.Windows.Forms.Padding(0, 1, 1, 2);
|
|
this.SearchButton.Name = "SearchButton";
|
|
this.SearchButton.Size = new System.Drawing.Size(32, 22);
|
|
this.SearchButton.Text = "Global Search";
|
|
this.SearchButton.ButtonClick += new System.EventHandler(this.SearchButton_ButtonClick);
|
|
//
|
|
// SearchGlobalButton
|
|
//
|
|
this.SearchGlobalButton.Checked = true;
|
|
this.SearchGlobalButton.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.SearchGlobalButton.Image = ((System.Drawing.Image)(resources.GetObject("SearchGlobalButton.Image")));
|
|
this.SearchGlobalButton.Name = "SearchGlobalButton";
|
|
this.SearchGlobalButton.Size = new System.Drawing.Size(146, 22);
|
|
this.SearchGlobalButton.Text = "Global Search";
|
|
this.SearchGlobalButton.Click += new System.EventHandler(this.SearchGlobalButton_Click);
|
|
//
|
|
// SearchFilterButton
|
|
//
|
|
this.SearchFilterButton.Image = ((System.Drawing.Image)(resources.GetObject("SearchFilterButton.Image")));
|
|
this.SearchFilterButton.Name = "SearchFilterButton";
|
|
this.SearchFilterButton.Size = new System.Drawing.Size(146, 22);
|
|
this.SearchFilterButton.Text = "Filter";
|
|
this.SearchFilterButton.Click += new System.EventHandler(this.SearchFilterButton_Click);
|
|
//
|
|
// MainStatusBar
|
|
//
|
|
this.MainStatusBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.StatusLabel});
|
|
this.MainStatusBar.Location = new System.Drawing.Point(0, 565);
|
|
this.MainStatusBar.Name = "MainStatusBar";
|
|
this.MainStatusBar.Size = new System.Drawing.Size(876, 22);
|
|
this.MainStatusBar.TabIndex = 2;
|
|
this.MainStatusBar.Text = "MainStatusBar";
|
|
//
|
|
// StatusLabel
|
|
//
|
|
this.StatusLabel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.StatusLabel.Name = "StatusLabel";
|
|
this.StatusLabel.Size = new System.Drawing.Size(861, 17);
|
|
this.StatusLabel.Spring = true;
|
|
this.StatusLabel.Text = "Initialising...";
|
|
this.StatusLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// FileImageList16
|
|
//
|
|
this.FileImageList16.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("FileImageList16.ImageStream")));
|
|
this.FileImageList16.TransparentColor = System.Drawing.Color.Transparent;
|
|
this.FileImageList16.Images.SetKeyName(0, "CW16.ico");
|
|
this.FileImageList16.Images.SetKeyName(1, "Folder_16x16.png");
|
|
this.FileImageList16.Images.SetKeyName(2, "FolderOpen_16x16_72.png");
|
|
this.FileImageList16.Images.SetKeyName(3, "OrganizerHS.png");
|
|
this.FileImageList16.Images.SetKeyName(4, "document_16xLG.png");
|
|
this.FileImageList16.Images.SetKeyName(5, "Textfile_818_16x.png");
|
|
this.FileImageList16.Images.SetKeyName(6, "XMLFile_828_16x.png");
|
|
this.FileImageList16.Images.SetKeyName(7, "ImageMapFile(map)_459.png");
|
|
this.FileImageList16.Images.SetKeyName(8, "ChangeNodeURLfromFile_358.png");
|
|
this.FileImageList16.Images.SetKeyName(9, "ID_FILE_PAGE_SETUP.png");
|
|
this.FileImageList16.Images.SetKeyName(10, "WindowsForm_817_16x.png");
|
|
this.FileImageList16.Images.SetKeyName(11, "ASCube_16xLG.png");
|
|
this.FileImageList16.Images.SetKeyName(12, "3DScene_16x.png");
|
|
this.FileImageList16.Images.SetKeyName(13, "script_16xLG.png");
|
|
this.FileImageList16.Images.SetKeyName(14, "manifest_16xLG.png");
|
|
this.FileImageList16.Images.SetKeyName(15, "filmstrip_16xLG.png");
|
|
this.FileImageList16.Images.SetKeyName(16, "resource_16xLG.png");
|
|
this.FileImageList16.Images.SetKeyName(17, "CanvasElement_10701.png");
|
|
this.FileImageList16.Images.SetKeyName(18, "animation_16xLG.png");
|
|
this.FileImageList16.Images.SetKeyName(19, "Assembly_6212.png");
|
|
this.FileImageList16.Images.SetKeyName(20, "Library_6213.png");
|
|
this.FileImageList16.Images.SetKeyName(21, "process_16xLG.png");
|
|
this.FileImageList16.Images.SetKeyName(22, "Soundfile_461.png");
|
|
this.FileImageList16.Images.SetKeyName(23, "AudioPlayback_AudioDRMSupport.png");
|
|
//
|
|
// MainSplitContainer
|
|
//
|
|
this.MainSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.MainSplitContainer.Location = new System.Drawing.Point(0, 49);
|
|
this.MainSplitContainer.Name = "MainSplitContainer";
|
|
//
|
|
// MainSplitContainer.Panel1
|
|
//
|
|
this.MainSplitContainer.Panel1.Controls.Add(this.MainTreeView);
|
|
//
|
|
// MainSplitContainer.Panel2
|
|
//
|
|
this.MainSplitContainer.Panel2.Controls.Add(this.MainListView);
|
|
this.MainSplitContainer.Panel2.Controls.Add(this.EditModeBaseWarningPanel);
|
|
this.MainSplitContainer.Panel2.Controls.Add(this.EditModeModsWarningPanel);
|
|
this.MainSplitContainer.Size = new System.Drawing.Size(876, 516);
|
|
this.MainSplitContainer.SplitterDistance = 309;
|
|
this.MainSplitContainer.TabIndex = 3;
|
|
//
|
|
// MainTreeView
|
|
//
|
|
this.MainTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.MainTreeView.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.MainTreeView.FullRowSelect = true;
|
|
this.MainTreeView.HideSelection = false;
|
|
this.MainTreeView.ImageIndex = 0;
|
|
this.MainTreeView.ImageList = this.FileImageList16;
|
|
this.MainTreeView.ItemHeight = 20;
|
|
this.MainTreeView.Location = new System.Drawing.Point(3, 3);
|
|
this.MainTreeView.Name = "MainTreeView";
|
|
this.MainTreeView.SelectedImageIndex = 0;
|
|
this.MainTreeView.ShowLines = false;
|
|
this.MainTreeView.ShowNodeToolTips = true;
|
|
this.MainTreeView.Size = new System.Drawing.Size(305, 513);
|
|
this.MainTreeView.TabIndex = 0;
|
|
this.MainTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.MainTreeView_AfterSelect);
|
|
this.MainTreeView.MouseUp += new System.Windows.Forms.MouseEventHandler(this.MainTreeView_MouseUp);
|
|
//
|
|
// MainListView
|
|
//
|
|
this.MainListView.AllowDrop = true;
|
|
this.MainListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.MainListView.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.MainListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|
this.MainNameColumnHeader,
|
|
this.MainTypeColumnHeader,
|
|
this.MainSizeColumnHeader,
|
|
this.MainAttrColumnHeader,
|
|
this.MainPathColumnHeader});
|
|
this.MainListView.FullRowSelect = true;
|
|
this.MainListView.HideSelection = false;
|
|
this.MainListView.Location = new System.Drawing.Point(1, 3);
|
|
this.MainListView.Name = "MainListView";
|
|
this.MainListView.ShowItemToolTips = true;
|
|
this.MainListView.Size = new System.Drawing.Size(559, 513);
|
|
this.MainListView.SmallImageList = this.FileImageList16;
|
|
this.MainListView.TabIndex = 0;
|
|
this.MainListView.UseCompatibleStateImageBehavior = false;
|
|
this.MainListView.View = System.Windows.Forms.View.Details;
|
|
this.MainListView.VirtualMode = true;
|
|
this.MainListView.AfterLabelEdit += new System.Windows.Forms.LabelEditEventHandler(this.MainListView_AfterLabelEdit);
|
|
this.MainListView.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.MainListView_ColumnClick);
|
|
this.MainListView.ItemActivate += new System.EventHandler(this.MainListView_ItemActivate);
|
|
this.MainListView.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.MainListView_ItemDrag);
|
|
this.MainListView.RetrieveVirtualItem += new System.Windows.Forms.RetrieveVirtualItemEventHandler(this.MainListView_RetrieveVirtualItem);
|
|
this.MainListView.DragDrop += new System.Windows.Forms.DragEventHandler(this.MainListView_DragDrop);
|
|
this.MainListView.DragEnter += new System.Windows.Forms.DragEventHandler(this.MainListView_DragEnter);
|
|
this.MainListView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.MainListView_KeyDown);
|
|
this.MainListView.KeyUp += new System.Windows.Forms.KeyEventHandler(this.MainListView_KeyUp);
|
|
this.MainListView.MouseUp += new System.Windows.Forms.MouseEventHandler(this.MainListView_MouseUp);
|
|
//
|
|
// MainNameColumnHeader
|
|
//
|
|
this.MainNameColumnHeader.Text = "Name";
|
|
this.MainNameColumnHeader.Width = 219;
|
|
//
|
|
// MainTypeColumnHeader
|
|
//
|
|
this.MainTypeColumnHeader.Text = "Type";
|
|
this.MainTypeColumnHeader.Width = 120;
|
|
//
|
|
// MainSizeColumnHeader
|
|
//
|
|
this.MainSizeColumnHeader.Text = "Size";
|
|
this.MainSizeColumnHeader.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
this.MainSizeColumnHeader.Width = 70;
|
|
//
|
|
// MainAttrColumnHeader
|
|
//
|
|
this.MainAttrColumnHeader.Text = "Attributes";
|
|
this.MainAttrColumnHeader.Width = 118;
|
|
//
|
|
// MainPathColumnHeader
|
|
//
|
|
this.MainPathColumnHeader.Text = "Path";
|
|
this.MainPathColumnHeader.Width = 225;
|
|
//
|
|
// EditModeBaseWarningPanel
|
|
//
|
|
this.EditModeBaseWarningPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.EditModeBaseWarningPanel.BackColor = System.Drawing.Color.DarkRed;
|
|
this.EditModeBaseWarningPanel.Controls.Add(this.pictureBox1);
|
|
this.EditModeBaseWarningPanel.Controls.Add(this.label1);
|
|
this.EditModeBaseWarningPanel.Location = new System.Drawing.Point(1, 3);
|
|
this.EditModeBaseWarningPanel.Name = "EditModeBaseWarningPanel";
|
|
this.EditModeBaseWarningPanel.Size = new System.Drawing.Size(559, 24);
|
|
this.EditModeBaseWarningPanel.TabIndex = 1;
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
|
|
this.pictureBox1.Location = new System.Drawing.Point(6, 3);
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.Size = new System.Drawing.Size(16, 16);
|
|
this.pictureBox1.TabIndex = 1;
|
|
this.pictureBox1.TabStop = false;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.BackColor = System.Drawing.Color.Transparent;
|
|
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label1.ForeColor = System.Drawing.Color.White;
|
|
this.label1.Location = new System.Drawing.Point(25, 5);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(285, 13);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "Warning: You are directly editing base game files";
|
|
//
|
|
// EditModeModsWarningPanel
|
|
//
|
|
this.EditModeModsWarningPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.EditModeModsWarningPanel.BackColor = System.Drawing.Color.DarkGreen;
|
|
this.EditModeModsWarningPanel.Controls.Add(this.pictureBox2);
|
|
this.EditModeModsWarningPanel.Controls.Add(this.label2);
|
|
this.EditModeModsWarningPanel.Location = new System.Drawing.Point(1, 28);
|
|
this.EditModeModsWarningPanel.Name = "EditModeModsWarningPanel";
|
|
this.EditModeModsWarningPanel.Size = new System.Drawing.Size(559, 24);
|
|
this.EditModeModsWarningPanel.TabIndex = 2;
|
|
//
|
|
// pictureBox2
|
|
//
|
|
this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
|
|
this.pictureBox2.Location = new System.Drawing.Point(6, 3);
|
|
this.pictureBox2.Name = "pictureBox2";
|
|
this.pictureBox2.Size = new System.Drawing.Size(16, 16);
|
|
this.pictureBox2.TabIndex = 1;
|
|
this.pictureBox2.TabStop = false;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.BackColor = System.Drawing.Color.Transparent;
|
|
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label2.ForeColor = System.Drawing.Color.White;
|
|
this.label2.Location = new System.Drawing.Point(25, 5);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(225, 13);
|
|
this.label2.TabIndex = 0;
|
|
this.label2.Text = "You are editing files in the mods folder";
|
|
//
|
|
// ListContextMenu
|
|
//
|
|
this.ListContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.ListContextViewMenu,
|
|
this.ListContextViewHexMenu,
|
|
this.toolStripSeparator2,
|
|
this.ListContextExportXmlMenu,
|
|
this.ListContextExtractRawMenu,
|
|
this.ListContextExtractUncompressedMenu,
|
|
this.ListContextExtractAllMenu,
|
|
this.toolStripSeparator5,
|
|
this.ListContextNewMenu,
|
|
this.ListContextImportFbxMenu,
|
|
this.ListContextImportXmlMenu,
|
|
this.ListContextImportRawMenu,
|
|
this.ListContextImportSeparator,
|
|
this.ListContextCopyMenu,
|
|
this.ListContextCopyPathMenu,
|
|
this.ListContextCopyFileListMenu,
|
|
this.toolStripSeparator6,
|
|
this.ListContextOpenFileLocationMenu,
|
|
this.ListContextOpenFileLocationSeparator,
|
|
this.ListContextRenameMenu,
|
|
this.ListContextReplaceMenu,
|
|
this.ListContextDeleteMenu,
|
|
this.ListContextEditSeparator,
|
|
this.ListContextDefragmentMenu,
|
|
this.ListContextDefragmentSeparator,
|
|
this.ListContextSelectAllMenu});
|
|
this.ListContextMenu.Name = "MainContextMenu";
|
|
this.ListContextMenu.Size = new System.Drawing.Size(208, 464);
|
|
//
|
|
// ListContextViewMenu
|
|
//
|
|
this.ListContextViewMenu.Image = ((System.Drawing.Image)(resources.GetObject("ListContextViewMenu.Image")));
|
|
this.ListContextViewMenu.Name = "ListContextViewMenu";
|
|
this.ListContextViewMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P)));
|
|
this.ListContextViewMenu.Size = new System.Drawing.Size(207, 22);
|
|
this.ListContextViewMenu.Text = "View...";
|
|
this.ListContextViewMenu.Click += new System.EventHandler(this.ListContextViewMenu_Click);
|
|
//
|
|
// ListContextViewHexMenu
|
|
//
|
|
this.ListContextViewHexMenu.Image = ((System.Drawing.Image)(resources.GetObject("ListContextViewHexMenu.Image")));
|
|
this.ListContextViewHexMenu.Name = "ListContextViewHexMenu";
|
|
this.ListContextViewHexMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.H)));
|
|
this.ListContextViewHexMenu.Size = new System.Drawing.Size(207, 22);
|
|
this.ListContextViewHexMenu.Text = "View Hex...";
|
|
this.ListContextViewHexMenu.Click += new System.EventHandler(this.ListContextViewHexMenu_Click);
|
|
//
|
|
// toolStripSeparator2
|
|
//
|
|
this.toolStripSeparator2.Name = "toolStripSeparator2";
|
|
this.toolStripSeparator2.Size = new System.Drawing.Size(204, 6);
|
|
//
|
|
// ListContextExportXmlMenu
|
|
//
|
|
this.ListContextExportXmlMenu.Image = ((System.Drawing.Image)(resources.GetObject("ListContextExportXmlMenu.Image")));
|
|
this.ListContextExportXmlMenu.Name = "ListContextExportXmlMenu";
|
|
this.ListContextExportXmlMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
|
|
this.ListContextExportXmlMenu.Size = new System.Drawing.Size(207, 22);
|
|
this.ListContextExportXmlMenu.Text = "Export XML...";
|
|
this.ListContextExportXmlMenu.Click += new System.EventHandler(this.ListContextExportXmlMenu_Click);
|
|
//
|
|
// ListContextExtractRawMenu
|
|
//
|
|
this.ListContextExtractRawMenu.Image = ((System.Drawing.Image)(resources.GetObject("ListContextExtractRawMenu.Image")));
|
|
this.ListContextExtractRawMenu.Name = "ListContextExtractRawMenu";
|
|
this.ListContextExtractRawMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.E)));
|
|
this.ListContextExtractRawMenu.Size = new System.Drawing.Size(207, 22);
|
|
this.ListContextExtractRawMenu.Text = "Extract Raw...";
|
|
this.ListContextExtractRawMenu.Click += new System.EventHandler(this.ListContextExtractRawMenu_Click);
|
|
//
|
|
// ListContextExtractUncompressedMenu
|
|
//
|
|
this.ListContextExtractUncompressedMenu.Name = "ListContextExtractUncompressedMenu";
|
|
this.ListContextExtractUncompressedMenu.Size = new System.Drawing.Size(207, 22);
|
|
this.ListContextExtractUncompressedMenu.Text = "Extract Uncompressed...";
|
|
this.ListContextExtractUncompressedMenu.Click += new System.EventHandler(this.ListContextExtractUncompressedMenu_Click);
|
|
//
|
|
// ListContextExtractAllMenu
|
|
//
|
|
this.ListContextExtractAllMenu.Name = "ListContextExtractAllMenu";
|
|
this.ListContextExtractAllMenu.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
|
|
| System.Windows.Forms.Keys.E)));
|
|
this.ListContextExtractAllMenu.Size = new System.Drawing.Size(207, 22);
|
|
this.ListContextExtractAllMenu.Text = "Extract All...";
|
|
this.ListContextExtractAllMenu.Click += new System.EventHandler(this.ListContextExtractAllMenu_Click);
|
|
//
|
|
// toolStripSeparator5
|
|
//
|
|
this.toolStripSeparator5.Name = "toolStripSeparator5";
|
|
this.toolStripSeparator5.Size = new System.Drawing.Size(204, 6);
|
|
//
|
|
// ListContextNewMenu
|
|
//
|
|
this.ListContextNewMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.ListContextNewFolderMenu,
|
|
this.ListContextNewRpfArchiveMenu});
|
|
this.ListContextNewMenu.Name = "ListContextNewMenu";
|
|
this.ListContextNewMenu.Size = new System.Drawing.Size(207, 22);
|
|
this.ListContextNewMenu.Text = "New";
|
|
//
|
|
// ListContextNewFolderMenu
|
|
//
|
|
this.ListContextNewFolderMenu.Name = "ListContextNewFolderMenu";
|
|
this.ListContextNewFolderMenu.Size = new System.Drawing.Size(146, 22);
|
|
this.ListContextNewFolderMenu.Text = "Folder...";
|
|
this.ListContextNewFolderMenu.Click += new System.EventHandler(this.ListContextNewFolderMenu_Click);
|
|
//
|
|
// ListContextNewRpfArchiveMenu
|
|
//
|
|
this.ListContextNewRpfArchiveMenu.Name = "ListContextNewRpfArchiveMenu";
|
|
this.ListContextNewRpfArchiveMenu.Size = new System.Drawing.Size(146, 22);
|
|
this.ListContextNewRpfArchiveMenu.Text = "RPF Archive...";
|
|
this.ListContextNewRpfArchiveMenu.Click += new System.EventHandler(this.ListContextNewRpfArchiveMenu_Click);
|
|
//
|
|
// ListContextImportFbxMenu
|
|
//
|
|
this.ListContextImportFbxMenu.Name = "ListContextImportFbxMenu";
|
|
this.ListContextImportFbxMenu.Size = new System.Drawing.Size(207, 22);
|
|
this.ListContextImportFbxMenu.Text = "Import FBX...";
|
|
this.ListContextImportFbxMenu.Click += new System.EventHandler(this.ListContextImportFbxMenu_Click);
|
|
//
|
|
// ListContextImportXmlMenu
|
|
//
|
|
this.ListContextImportXmlMenu.Image = ((System.Drawing.Image)(resources.GetObject("ListContextImportXmlMenu.Image")));
|
|
this.ListContextImportXmlMenu.Name = "ListContextImportXmlMenu";
|
|
this.ListContextImportXmlMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Shift | System.Windows.Forms.Keys.Insert)));
|
|
this.ListContextImportXmlMenu.Size = new System.Drawing.Size(207, 22);
|
|
this.ListContextImportXmlMenu.Text = "Import XML...";
|
|
this.ListContextImportXmlMenu.Click += new System.EventHandler(this.ListContextImportXmlMenu_Click);
|
|
//
|
|
// ListContextImportRawMenu
|
|
//
|
|
this.ListContextImportRawMenu.Image = ((System.Drawing.Image)(resources.GetObject("ListContextImportRawMenu.Image")));
|
|
this.ListContextImportRawMenu.Name = "ListContextImportRawMenu";
|
|
this.ListContextImportRawMenu.ShortcutKeys = System.Windows.Forms.Keys.Insert;
|
|
this.ListContextImportRawMenu.Size = new System.Drawing.Size(207, 22);
|
|
this.ListContextImportRawMenu.Text = "Import Raw...";
|
|
this.ListContextImportRawMenu.Click += new System.EventHandler(this.ListContextImportRawMenu_Click);
|
|
//
|
|
// ListContextImportSeparator
|
|
//
|
|
this.ListContextImportSeparator.Name = "ListContextImportSeparator";
|
|
this.ListContextImportSeparator.Size = new System.Drawing.Size(204, 6);
|
|
//
|
|
// ListContextCopyMenu
|
|
//
|
|
this.ListContextCopyMenu.Image = ((System.Drawing.Image)(resources.GetObject("ListContextCopyMenu.Image")));
|
|
this.ListContextCopyMenu.Name = "ListContextCopyMenu";
|
|
this.ListContextCopyMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
|
|
this.ListContextCopyMenu.Size = new System.Drawing.Size(207, 22);
|
|
this.ListContextCopyMenu.Text = "Copy";
|
|
this.ListContextCopyMenu.Click += new System.EventHandler(this.ListContextCopyMenu_Click);
|
|
//
|
|
// ListContextCopyPathMenu
|
|
//
|
|
this.ListContextCopyPathMenu.Name = "ListContextCopyPathMenu";
|
|
this.ListContextCopyPathMenu.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
|
|
| System.Windows.Forms.Keys.C)));
|
|
this.ListContextCopyPathMenu.Size = new System.Drawing.Size(207, 22);
|
|
this.ListContextCopyPathMenu.Text = "Copy Path";
|
|
this.ListContextCopyPathMenu.Click += new System.EventHandler(this.ListContextCopyPathMenu_Click);
|
|
//
|
|
// ListContextCopyFileListMenu
|
|
//
|
|
this.ListContextCopyFileListMenu.Name = "ListContextCopyFileListMenu";
|
|
this.ListContextCopyFileListMenu.Size = new System.Drawing.Size(207, 22);
|
|
this.ListContextCopyFileListMenu.Text = "Copy File List";
|
|
this.ListContextCopyFileListMenu.Click += new System.EventHandler(this.ListContextCopyFileListMenu_Click);
|
|
//
|
|
// toolStripSeparator6
|
|
//
|
|
this.toolStripSeparator6.Name = "toolStripSeparator6";
|
|
this.toolStripSeparator6.Size = new System.Drawing.Size(204, 6);
|
|
//
|
|
// ListContextOpenFileLocationMenu
|
|
//
|
|
this.ListContextOpenFileLocationMenu.Name = "ListContextOpenFileLocationMenu";
|
|
this.ListContextOpenFileLocationMenu.Size = new System.Drawing.Size(207, 22);
|
|
this.ListContextOpenFileLocationMenu.Text = "Open File Location";
|
|
this.ListContextOpenFileLocationMenu.Click += new System.EventHandler(this.ListContextOpenFileLocationMenu_Click);
|
|
//
|
|
// ListContextOpenFileLocationSeparator
|
|
//
|
|
this.ListContextOpenFileLocationSeparator.Name = "ListContextOpenFileLocationSeparator";
|
|
this.ListContextOpenFileLocationSeparator.Size = new System.Drawing.Size(204, 6);
|
|
//
|
|
// ListContextRenameMenu
|
|
//
|
|
this.ListContextRenameMenu.Image = ((System.Drawing.Image)(resources.GetObject("ListContextRenameMenu.Image")));
|
|
this.ListContextRenameMenu.Name = "ListContextRenameMenu";
|
|
this.ListContextRenameMenu.ShortcutKeys = System.Windows.Forms.Keys.F2;
|
|
this.ListContextRenameMenu.Size = new System.Drawing.Size(207, 22);
|
|
this.ListContextRenameMenu.Text = "Rename";
|
|
this.ListContextRenameMenu.Click += new System.EventHandler(this.ListContextRenameMenu_Click);
|
|
//
|
|
// ListContextReplaceMenu
|
|
//
|
|
this.ListContextReplaceMenu.Image = ((System.Drawing.Image)(resources.GetObject("ListContextReplaceMenu.Image")));
|
|
this.ListContextReplaceMenu.Name = "ListContextReplaceMenu";
|
|
this.ListContextReplaceMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Shift | System.Windows.Forms.Keys.Insert)));
|
|
this.ListContextReplaceMenu.Size = new System.Drawing.Size(207, 22);
|
|
this.ListContextReplaceMenu.Text = "Replace...";
|
|
this.ListContextReplaceMenu.Click += new System.EventHandler(this.ListContextReplaceMenu_Click);
|
|
//
|
|
// ListContextDeleteMenu
|
|
//
|
|
this.ListContextDeleteMenu.Image = ((System.Drawing.Image)(resources.GetObject("ListContextDeleteMenu.Image")));
|
|
this.ListContextDeleteMenu.Name = "ListContextDeleteMenu";
|
|
this.ListContextDeleteMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Shift | System.Windows.Forms.Keys.Delete)));
|
|
this.ListContextDeleteMenu.Size = new System.Drawing.Size(207, 22);
|
|
this.ListContextDeleteMenu.Text = "Delete";
|
|
this.ListContextDeleteMenu.Click += new System.EventHandler(this.ListContextDeleteMenu_Click);
|
|
//
|
|
// ListContextEditSeparator
|
|
//
|
|
this.ListContextEditSeparator.Name = "ListContextEditSeparator";
|
|
this.ListContextEditSeparator.Size = new System.Drawing.Size(204, 6);
|
|
//
|
|
// ListContextDefragmentMenu
|
|
//
|
|
this.ListContextDefragmentMenu.Name = "ListContextDefragmentMenu";
|
|
this.ListContextDefragmentMenu.Size = new System.Drawing.Size(207, 22);
|
|
this.ListContextDefragmentMenu.Text = "Defragment Archive...";
|
|
this.ListContextDefragmentMenu.Click += new System.EventHandler(this.ListContextDefragmentMenu_Click);
|
|
//
|
|
// ListContextDefragmentSeparator
|
|
//
|
|
this.ListContextDefragmentSeparator.Name = "ListContextDefragmentSeparator";
|
|
this.ListContextDefragmentSeparator.Size = new System.Drawing.Size(204, 6);
|
|
//
|
|
// ListContextSelectAllMenu
|
|
//
|
|
this.ListContextSelectAllMenu.Name = "ListContextSelectAllMenu";
|
|
this.ListContextSelectAllMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A)));
|
|
this.ListContextSelectAllMenu.Size = new System.Drawing.Size(207, 22);
|
|
this.ListContextSelectAllMenu.Text = "Select All";
|
|
this.ListContextSelectAllMenu.Click += new System.EventHandler(this.ListContextSelectAllMenu_Click);
|
|
//
|
|
// TreeContextMenu
|
|
//
|
|
this.TreeContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.TreeContextCopyPathMenu,
|
|
this.TreeContextWinExplorerMenu,
|
|
this.toolStripSeparator8,
|
|
this.TreeContextExpandMenu,
|
|
this.TreeContextCollapseMenu,
|
|
this.TreeContextCollapseAllMenu});
|
|
this.TreeContextMenu.Name = "MainContextMenu";
|
|
this.TreeContextMenu.Size = new System.Drawing.Size(214, 120);
|
|
//
|
|
// TreeContextCopyPathMenu
|
|
//
|
|
this.TreeContextCopyPathMenu.Image = ((System.Drawing.Image)(resources.GetObject("TreeContextCopyPathMenu.Image")));
|
|
this.TreeContextCopyPathMenu.Name = "TreeContextCopyPathMenu";
|
|
this.TreeContextCopyPathMenu.Size = new System.Drawing.Size(213, 22);
|
|
this.TreeContextCopyPathMenu.Text = "Copy Path";
|
|
this.TreeContextCopyPathMenu.Click += new System.EventHandler(this.TreeContextCopyPathMenu_Click);
|
|
//
|
|
// TreeContextWinExplorerMenu
|
|
//
|
|
this.TreeContextWinExplorerMenu.Image = ((System.Drawing.Image)(resources.GetObject("TreeContextWinExplorerMenu.Image")));
|
|
this.TreeContextWinExplorerMenu.Name = "TreeContextWinExplorerMenu";
|
|
this.TreeContextWinExplorerMenu.Size = new System.Drawing.Size(213, 22);
|
|
this.TreeContextWinExplorerMenu.Text = "Show in Windows Explorer";
|
|
this.TreeContextWinExplorerMenu.Click += new System.EventHandler(this.TreeContextWinExplorerMenu_Click);
|
|
//
|
|
// toolStripSeparator8
|
|
//
|
|
this.toolStripSeparator8.Name = "toolStripSeparator8";
|
|
this.toolStripSeparator8.Size = new System.Drawing.Size(210, 6);
|
|
//
|
|
// TreeContextExpandMenu
|
|
//
|
|
this.TreeContextExpandMenu.Name = "TreeContextExpandMenu";
|
|
this.TreeContextExpandMenu.Size = new System.Drawing.Size(213, 22);
|
|
this.TreeContextExpandMenu.Text = "Expand";
|
|
this.TreeContextExpandMenu.Click += new System.EventHandler(this.TreeContextExpandMenu_Click);
|
|
//
|
|
// TreeContextCollapseMenu
|
|
//
|
|
this.TreeContextCollapseMenu.Name = "TreeContextCollapseMenu";
|
|
this.TreeContextCollapseMenu.Size = new System.Drawing.Size(213, 22);
|
|
this.TreeContextCollapseMenu.Text = "Collapse";
|
|
this.TreeContextCollapseMenu.Click += new System.EventHandler(this.TreeContextCollapseMenu_Click);
|
|
//
|
|
// TreeContextCollapseAllMenu
|
|
//
|
|
this.TreeContextCollapseAllMenu.Name = "TreeContextCollapseAllMenu";
|
|
this.TreeContextCollapseAllMenu.Size = new System.Drawing.Size(213, 22);
|
|
this.TreeContextCollapseAllMenu.Text = "Collapse All";
|
|
this.TreeContextCollapseAllMenu.Click += new System.EventHandler(this.TreeContextCollapseAllMenu_Click);
|
|
//
|
|
// OpenFileDialog
|
|
//
|
|
this.OpenFileDialog.Multiselect = true;
|
|
//
|
|
// VSExtender
|
|
//
|
|
this.VSExtender.DefaultRenderer = null;
|
|
//
|
|
// ExploreForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(876, 587);
|
|
this.Controls.Add(this.MainSplitContainer);
|
|
this.Controls.Add(this.MainStatusBar);
|
|
this.Controls.Add(this.MainToolbar);
|
|
this.Controls.Add(this.MainMenu);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MainMenuStrip = this.MainMenu;
|
|
this.Name = "ExploreForm";
|
|
this.Text = "RPF Explorer - CodeWalker by dexyfex";
|
|
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.ExploreForm_FormClosed);
|
|
this.Load += new System.EventHandler(this.ExploreForm_Load);
|
|
this.MainMenu.ResumeLayout(false);
|
|
this.MainMenu.PerformLayout();
|
|
this.MainToolbar.ResumeLayout(false);
|
|
this.MainToolbar.PerformLayout();
|
|
this.MainStatusBar.ResumeLayout(false);
|
|
this.MainStatusBar.PerformLayout();
|
|
this.MainSplitContainer.Panel1.ResumeLayout(false);
|
|
this.MainSplitContainer.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.MainSplitContainer)).EndInit();
|
|
this.MainSplitContainer.ResumeLayout(false);
|
|
this.EditModeBaseWarningPanel.ResumeLayout(false);
|
|
this.EditModeBaseWarningPanel.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
this.EditModeModsWarningPanel.ResumeLayout(false);
|
|
this.EditModeModsWarningPanel.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
|
this.ListContextMenu.ResumeLayout(false);
|
|
this.TreeContextMenu.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.MenuStrip MainMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem FileMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem EditMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem ViewMenu;
|
|
private System.Windows.Forms.ToolStrip MainToolbar;
|
|
private System.Windows.Forms.StatusStrip MainStatusBar;
|
|
private System.Windows.Forms.ToolStripStatusLabel StatusLabel;
|
|
private System.Windows.Forms.ImageList FileImageList16;
|
|
private System.Windows.Forms.ToolStripSplitButton BackButton;
|
|
private System.Windows.Forms.ToolStripSplitButton ForwardButton;
|
|
private System.Windows.Forms.ToolStripSplitButton UpButton;
|
|
private WinForms.ToolStripSpringTextBox LocationTextBox;
|
|
private System.Windows.Forms.ToolStripButton RefreshButton;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
|
private System.Windows.Forms.ToolStripTextBox SearchTextBox;
|
|
private System.Windows.Forms.SplitContainer MainSplitContainer;
|
|
private System.Windows.Forms.TreeView MainTreeView;
|
|
private System.Windows.Forms.ListView MainListView;
|
|
private System.Windows.Forms.ColumnHeader MainNameColumnHeader;
|
|
private System.Windows.Forms.ColumnHeader MainTypeColumnHeader;
|
|
private System.Windows.Forms.ColumnHeader MainSizeColumnHeader;
|
|
private System.Windows.Forms.ColumnHeader MainAttrColumnHeader;
|
|
private System.Windows.Forms.ContextMenuStrip ListContextMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem BackListButton;
|
|
private System.Windows.Forms.ToolStripMenuItem ForwardListButton;
|
|
private System.Windows.Forms.ToolStripMenuItem UpListButton;
|
|
private System.Windows.Forms.ToolStripButton GoButton;
|
|
private System.Windows.Forms.ToolStripSplitButton SearchButton;
|
|
private System.Windows.Forms.ToolStripMenuItem SearchGlobalButton;
|
|
private System.Windows.Forms.ToolStripMenuItem SearchFilterButton;
|
|
private System.Windows.Forms.ToolStripMenuItem ListContextViewMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem ListContextViewHexMenu;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
|
|
private System.Windows.Forms.ToolStripMenuItem ListContextExportXmlMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem ListContextExtractAllMenu;
|
|
private System.Windows.Forms.ToolStripSeparator ListContextImportSeparator;
|
|
private System.Windows.Forms.ToolStripMenuItem ListContextCopyPathMenu;
|
|
private System.Windows.Forms.ToolStripSeparator ListContextEditSeparator;
|
|
private System.Windows.Forms.ToolStripMenuItem ListContextSelectAllMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem ListContextExtractRawMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem ListContextCopyFileListMenu;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
|
|
private System.Windows.Forms.ToolStripMenuItem ListContextImportXmlMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem ListContextImportRawMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem ListContextCopyMenu;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
|
|
private System.Windows.Forms.ToolStripMenuItem ListContextRenameMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem ListContextReplaceMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem ListContextDeleteMenu;
|
|
private System.Windows.Forms.ContextMenuStrip TreeContextMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem TreeContextCopyPathMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem TreeContextWinExplorerMenu;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator8;
|
|
private System.Windows.Forms.ToolStripMenuItem TreeContextExpandMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem TreeContextCollapseMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem TreeContextCollapseAllMenu;
|
|
private System.Windows.Forms.SaveFileDialog SaveFileDialog;
|
|
private System.Windows.Forms.OpenFileDialog OpenFileDialog;
|
|
private System.Windows.Forms.FolderBrowserDialog FolderBrowserDialog;
|
|
private System.Windows.Forms.ToolStripMenuItem FileExitMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem EditViewMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem EditViewHexMenu;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
|
|
private System.Windows.Forms.ToolStripMenuItem EditExportXmlMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem EditExtractRawMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem EditExtractAllMenu;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
|
|
private System.Windows.Forms.ToolStripMenuItem EditImportXmlMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem EditImportRawMenu;
|
|
private System.Windows.Forms.ToolStripSeparator EditImportMenuSeparator;
|
|
private System.Windows.Forms.ToolStripMenuItem EditCopyMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem EditCopyPathMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem EditCopyFileListMenu;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator9;
|
|
private System.Windows.Forms.ToolStripMenuItem EditRenameMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem EditReplaceMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem EditDeleteMenu;
|
|
private System.Windows.Forms.ToolStripSeparator EditEditModeMenuSeparator;
|
|
private System.Windows.Forms.ToolStripMenuItem EditSelectAllMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem ViewLargeIconsMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem ViewSmallIconsMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem ViewListMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem ViewDetailsMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem ToolsMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem ToolsOptionsMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem ToolsRpfBrowserMenu;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;
|
|
private System.Windows.Forms.ColumnHeader MainPathColumnHeader;
|
|
private System.Windows.Forms.ToolStripMenuItem ListContextOpenFileLocationMenu;
|
|
private System.Windows.Forms.ToolStripSeparator ListContextOpenFileLocationSeparator;
|
|
private System.Windows.Forms.ToolStripMenuItem ListContextExtractUncompressedMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem ToolsBinSearchMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem ListContextNewMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem ListContextNewFolderMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem ListContextNewRpfArchiveMenu;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator10;
|
|
private System.Windows.Forms.ToolStripButton EditModeButton;
|
|
private System.Windows.Forms.Panel EditModeBaseWarningPanel;
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Panel EditModeModsWarningPanel;
|
|
private System.Windows.Forms.PictureBox pictureBox2;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.ToolStripMenuItem ListContextDefragmentMenu;
|
|
private System.Windows.Forms.ToolStripSeparator ListContextDefragmentSeparator;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator11;
|
|
private System.Windows.Forms.ToolStripMenuItem ViewThemeMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem ViewThemeBlueMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem ViewThemeLightMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem ViewThemeDarkMenu;
|
|
private WeifenLuo.WinFormsUI.Docking.VisualStudioToolStripExtender VSExtender;
|
|
private System.Windows.Forms.ToolStripMenuItem ViewThemeWindowsMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem ListContextImportFbxMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem EditImportFbxMenu;
|
|
}
|
|
} |