MainWindow.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343
  1. namespace Eq2VpkTool
  2. {
  3. public partial class MainWindow
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. protected override void Dispose(bool disposing)
  13. {
  14. if (disposing && (components != null))
  15. {
  16. components.Dispose();
  17. }
  18. base.Dispose(disposing);
  19. }
  20. #region Windows Form Designer generated code
  21. /// <summary>
  22. /// Required method for Designer support - do not modify
  23. /// the contents of this method with the code editor.
  24. /// </summary>
  25. private void InitializeComponent()
  26. {
  27. this.components = new System.ComponentModel.Container();
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainWindow));
  29. this.contextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
  30. this.extractToolStripContextMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  31. this.extractWithPathInformationToolStripContextMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  32. this.decryptToolStripContextMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  33. this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
  34. this.splitContainer = new System.Windows.Forms.SplitContainer();
  35. this.directoryTreeView = new System.Windows.Forms.TreeView();
  36. this.fileListView = new System.Windows.Forms.ListView();
  37. this.nameColumnHeader = new System.Windows.Forms.ColumnHeader();
  38. this.extractFolderDialog = new System.Windows.Forms.FolderBrowserDialog();
  39. this.mainMenu = new System.Windows.Forms.MenuStrip();
  40. this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  41. this.mainFileOpenMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  42. this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
  43. this.extractToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  44. this.extractWithPathInformationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  45. this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
  46. this.mainFileExitMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  47. this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  48. this.mainHelpWebsiteMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  49. this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  50. this.statusMainPanelStrip = new System.Windows.Forms.StatusStrip();
  51. this.statusMainPanel = new System.Windows.Forms.ToolStripStatusLabel();
  52. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  53. this.contextMenu.SuspendLayout();
  54. this.splitContainer.Panel1.SuspendLayout();
  55. this.splitContainer.Panel2.SuspendLayout();
  56. this.splitContainer.SuspendLayout();
  57. this.mainMenu.SuspendLayout();
  58. this.statusMainPanelStrip.SuspendLayout();
  59. this.splitContainer1.Panel1.SuspendLayout();
  60. this.splitContainer1.Panel2.SuspendLayout();
  61. this.splitContainer1.SuspendLayout();
  62. this.SuspendLayout();
  63. //
  64. // contextMenu
  65. //
  66. this.contextMenu.AllowDrop = true;
  67. this.contextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  68. this.extractToolStripContextMenuItem,
  69. this.extractWithPathInformationToolStripContextMenuItem,
  70. this.decryptToolStripContextMenuItem});
  71. this.contextMenu.Name = "contextMenuStrip1";
  72. this.contextMenu.Size = new System.Drawing.Size(227, 70);
  73. //
  74. // extractToolStripContextMenuItem
  75. //
  76. this.extractToolStripContextMenuItem.Enabled = false;
  77. this.extractToolStripContextMenuItem.Name = "extractToolStripContextMenuItem";
  78. this.extractToolStripContextMenuItem.Size = new System.Drawing.Size(226, 22);
  79. this.extractToolStripContextMenuItem.Text = "&Extract...";
  80. //
  81. // extractWithPathInformationToolStripContextMenuItem
  82. //
  83. this.extractWithPathInformationToolStripContextMenuItem.Enabled = false;
  84. this.extractWithPathInformationToolStripContextMenuItem.Name = "extractWithPathInformationToolStripContextMenuItem";
  85. this.extractWithPathInformationToolStripContextMenuItem.Size = new System.Drawing.Size(226, 22);
  86. this.extractWithPathInformationToolStripContextMenuItem.Text = "Extract with &path information...";
  87. //
  88. // decryptToolStripContextMenuItem
  89. //
  90. this.decryptToolStripContextMenuItem.Enabled = false;
  91. this.decryptToolStripContextMenuItem.Name = "decryptToolStripContextMenuItem";
  92. this.decryptToolStripContextMenuItem.Size = new System.Drawing.Size(226, 22);
  93. this.decryptToolStripContextMenuItem.Text = "Decrypt and extract...";
  94. this.decryptToolStripContextMenuItem.Visible = false;
  95. //
  96. // openFileDialog
  97. //
  98. this.openFileDialog.DefaultExt = "vpl";
  99. this.openFileDialog.Filter = "VPL files|*.vpl|All files|*.*";
  100. this.openFileDialog.Title = "Open VPL File...";
  101. //
  102. // splitContainer
  103. //
  104. this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
  105. this.splitContainer.Location = new System.Drawing.Point(0, 0);
  106. this.splitContainer.Name = "splitContainer";
  107. //
  108. // splitContainer.Panel1
  109. //
  110. this.splitContainer.Panel1.Controls.Add(this.directoryTreeView);
  111. //
  112. // splitContainer.Panel2
  113. //
  114. this.splitContainer.Panel2.Controls.Add(this.fileListView);
  115. this.splitContainer.Size = new System.Drawing.Size(592, 422);
  116. this.splitContainer.SplitterDistance = 200;
  117. this.splitContainer.TabIndex = 14;
  118. //
  119. // directoryTreeView
  120. //
  121. this.directoryTreeView.ContextMenuStrip = this.contextMenu;
  122. this.directoryTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
  123. this.directoryTreeView.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  124. this.directoryTreeView.FullRowSelect = true;
  125. this.directoryTreeView.HideSelection = false;
  126. this.directoryTreeView.Location = new System.Drawing.Point(0, 0);
  127. this.directoryTreeView.MinimumSize = new System.Drawing.Size(100, 0);
  128. this.directoryTreeView.Name = "directoryTreeView";
  129. this.directoryTreeView.PathSeparator = "/";
  130. this.directoryTreeView.Size = new System.Drawing.Size(200, 422);
  131. this.directoryTreeView.Sorted = true;
  132. this.directoryTreeView.TabIndex = 4;
  133. this.directoryTreeView.Enter += new System.EventHandler(this.directoryTreeView_Enter);
  134. this.directoryTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.directoryTreeView_AfterSelect);
  135. this.directoryTreeView.MouseUp += new System.Windows.Forms.MouseEventHandler(this.directoryTreeView_MouseUp);
  136. //
  137. // fileListView
  138. //
  139. this.fileListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  140. this.nameColumnHeader});
  141. this.fileListView.ContextMenuStrip = this.contextMenu;
  142. this.fileListView.Dock = System.Windows.Forms.DockStyle.Fill;
  143. this.fileListView.FullRowSelect = true;
  144. this.fileListView.HideSelection = false;
  145. this.fileListView.Location = new System.Drawing.Point(0, 0);
  146. this.fileListView.Name = "fileListView";
  147. this.fileListView.Size = new System.Drawing.Size(388, 422);
  148. this.fileListView.TabIndex = 9;
  149. this.fileListView.UseCompatibleStateImageBehavior = false;
  150. this.fileListView.View = System.Windows.Forms.View.Details;
  151. this.fileListView.Enter += new System.EventHandler(this.fileListView_Enter);
  152. this.fileListView.MouseUp += new System.Windows.Forms.MouseEventHandler(this.fileListView_MouseUp);
  153. this.fileListView.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.fileListView_ItemSelectionChanged);
  154. //
  155. // nameColumnHeader
  156. //
  157. this.nameColumnHeader.Text = "Name";
  158. this.nameColumnHeader.Width = 350;
  159. //
  160. // extractFolderDialog
  161. //
  162. this.extractFolderDialog.Description = "Select a folder to extract the selected items to.";
  163. //
  164. // mainMenu
  165. //
  166. this.mainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  167. this.fileToolStripMenuItem,
  168. this.helpToolStripMenuItem});
  169. this.mainMenu.Location = new System.Drawing.Point(0, 0);
  170. this.mainMenu.Name = "mainMenu";
  171. this.mainMenu.Size = new System.Drawing.Size(592, 24);
  172. this.mainMenu.TabIndex = 5;
  173. //
  174. // fileToolStripMenuItem
  175. //
  176. this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  177. this.mainFileOpenMenuItem,
  178. this.toolStripMenuItem1,
  179. this.extractToolStripMenuItem,
  180. this.extractWithPathInformationToolStripMenuItem,
  181. this.toolStripMenuItem2,
  182. this.mainFileExitMenuItem});
  183. this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
  184. this.fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20);
  185. this.fileToolStripMenuItem.Text = "&File";
  186. //
  187. // mainFileOpenMenuItem
  188. //
  189. this.mainFileOpenMenuItem.Name = "mainFileOpenMenuItem";
  190. this.mainFileOpenMenuItem.Size = new System.Drawing.Size(226, 22);
  191. this.mainFileOpenMenuItem.Text = "&Open VPL file...";
  192. this.mainFileOpenMenuItem.Click += new System.EventHandler(this.mainFileOpenMenuItem_Click);
  193. //
  194. // toolStripMenuItem1
  195. //
  196. this.toolStripMenuItem1.Name = "toolStripMenuItem1";
  197. this.toolStripMenuItem1.Size = new System.Drawing.Size(223, 6);
  198. //
  199. // extractToolStripMenuItem
  200. //
  201. this.extractToolStripMenuItem.Enabled = false;
  202. this.extractToolStripMenuItem.Name = "extractToolStripMenuItem";
  203. this.extractToolStripMenuItem.Size = new System.Drawing.Size(226, 22);
  204. this.extractToolStripMenuItem.Text = "&Extract...";
  205. this.extractToolStripMenuItem.Click += new System.EventHandler(this.extractToolStripMenuItem_Click);
  206. //
  207. // extractWithPathInformationToolStripMenuItem
  208. //
  209. this.extractWithPathInformationToolStripMenuItem.Enabled = false;
  210. this.extractWithPathInformationToolStripMenuItem.Name = "extractWithPathInformationToolStripMenuItem";
  211. this.extractWithPathInformationToolStripMenuItem.Size = new System.Drawing.Size(226, 22);
  212. this.extractWithPathInformationToolStripMenuItem.Text = "Extract with &path information...";
  213. this.extractWithPathInformationToolStripMenuItem.Click += new System.EventHandler(this.extractWithPathInformationToolStripMenuItem_Click);
  214. //
  215. // toolStripMenuItem2
  216. //
  217. this.toolStripMenuItem2.Name = "toolStripMenuItem2";
  218. this.toolStripMenuItem2.Size = new System.Drawing.Size(223, 6);
  219. //
  220. // mainFileExitMenuItem
  221. //
  222. this.mainFileExitMenuItem.Name = "mainFileExitMenuItem";
  223. this.mainFileExitMenuItem.Size = new System.Drawing.Size(226, 22);
  224. this.mainFileExitMenuItem.Text = "E&xit";
  225. this.mainFileExitMenuItem.Click += new System.EventHandler(this.mainFileExitMenuItem_Click);
  226. //
  227. // helpToolStripMenuItem
  228. //
  229. this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  230. this.mainHelpWebsiteMenuItem,
  231. this.aboutToolStripMenuItem});
  232. this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
  233. this.helpToolStripMenuItem.Size = new System.Drawing.Size(40, 20);
  234. this.helpToolStripMenuItem.Text = "&Help";
  235. //
  236. // mainHelpWebsiteMenuItem
  237. //
  238. this.mainHelpWebsiteMenuItem.Name = "mainHelpWebsiteMenuItem";
  239. this.mainHelpWebsiteMenuItem.Size = new System.Drawing.Size(125, 22);
  240. this.mainHelpWebsiteMenuItem.Text = "&Website...";
  241. this.mainHelpWebsiteMenuItem.Click += new System.EventHandler(this.mainHelpWebsiteMenuItem_Click);
  242. //
  243. // aboutToolStripMenuItem
  244. //
  245. this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
  246. this.aboutToolStripMenuItem.Size = new System.Drawing.Size(125, 22);
  247. this.aboutToolStripMenuItem.Text = "&About...";
  248. this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
  249. //
  250. // statusMainPanelStrip
  251. //
  252. this.statusMainPanelStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  253. this.statusMainPanel});
  254. this.statusMainPanelStrip.Location = new System.Drawing.Point(0, 451);
  255. this.statusMainPanelStrip.Name = "statusMainPanelStrip";
  256. this.statusMainPanelStrip.Size = new System.Drawing.Size(592, 22);
  257. this.statusMainPanelStrip.TabIndex = 15;
  258. //
  259. // statusMainPanel
  260. //
  261. this.statusMainPanel.Name = "statusMainPanel";
  262. this.statusMainPanel.Size = new System.Drawing.Size(0, 17);
  263. //
  264. // splitContainer1
  265. //
  266. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  267. this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
  268. this.splitContainer1.IsSplitterFixed = true;
  269. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  270. this.splitContainer1.Name = "splitContainer1";
  271. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  272. //
  273. // splitContainer1.Panel1
  274. //
  275. this.splitContainer1.Panel1.Controls.Add(this.mainMenu);
  276. //
  277. // splitContainer1.Panel2
  278. //
  279. this.splitContainer1.Panel2.Controls.Add(this.splitContainer);
  280. this.splitContainer1.Size = new System.Drawing.Size(592, 451);
  281. this.splitContainer1.SplitterDistance = 25;
  282. this.splitContainer1.TabIndex = 10;
  283. //
  284. // MainWindow
  285. //
  286. this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
  287. this.ClientSize = new System.Drawing.Size(592, 473);
  288. this.Controls.Add(this.splitContainer1);
  289. this.Controls.Add(this.statusMainPanelStrip);
  290. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  291. this.MinimumSize = new System.Drawing.Size(300, 200);
  292. this.Name = "MainWindow";
  293. this.Text = "Eq2VpkTool";
  294. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainWindow_FormClosing);
  295. this.contextMenu.ResumeLayout(false);
  296. this.splitContainer.Panel1.ResumeLayout(false);
  297. this.splitContainer.Panel2.ResumeLayout(false);
  298. this.splitContainer.ResumeLayout(false);
  299. this.mainMenu.ResumeLayout(false);
  300. this.mainMenu.PerformLayout();
  301. this.statusMainPanelStrip.ResumeLayout(false);
  302. this.statusMainPanelStrip.PerformLayout();
  303. this.splitContainer1.Panel1.ResumeLayout(false);
  304. this.splitContainer1.Panel1.PerformLayout();
  305. this.splitContainer1.Panel2.ResumeLayout(false);
  306. this.splitContainer1.ResumeLayout(false);
  307. this.ResumeLayout(false);
  308. this.PerformLayout();
  309. }
  310. #endregion
  311. private System.Windows.Forms.OpenFileDialog openFileDialog;
  312. private System.Windows.Forms.SplitContainer splitContainer;
  313. private System.Windows.Forms.FolderBrowserDialog extractFolderDialog;
  314. private System.Windows.Forms.ContextMenuStrip contextMenu;
  315. private System.Windows.Forms.ToolStripMenuItem extractToolStripContextMenuItem;
  316. private System.Windows.Forms.ToolStripMenuItem extractWithPathInformationToolStripContextMenuItem;
  317. private System.Windows.Forms.ToolStripMenuItem decryptToolStripContextMenuItem;
  318. private System.Windows.Forms.MenuStrip mainMenu;
  319. private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
  320. private System.Windows.Forms.ToolStripMenuItem mainFileOpenMenuItem;
  321. private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
  322. private System.Windows.Forms.ToolStripMenuItem extractToolStripMenuItem;
  323. private System.Windows.Forms.ToolStripMenuItem extractWithPathInformationToolStripMenuItem;
  324. private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
  325. private System.Windows.Forms.ToolStripMenuItem mainFileExitMenuItem;
  326. private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
  327. private System.Windows.Forms.ToolStripMenuItem mainHelpWebsiteMenuItem;
  328. private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
  329. private System.Windows.Forms.StatusStrip statusMainPanelStrip;
  330. private System.Windows.Forms.ToolStripStatusLabel statusMainPanel;
  331. private System.Windows.Forms.TreeView directoryTreeView;
  332. private System.Windows.Forms.ListView fileListView;
  333. private System.Windows.Forms.ColumnHeader nameColumnHeader;
  334. private System.Windows.Forms.SplitContainer splitContainer1;
  335. }
  336. }