123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664 |
- namespace MPQFileSystemTest
- {
- partial class FormUpdater
- {
- /// <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.Windows.Forms.TreeNode treeNode7 = new System.Windows.Forms.TreeNode("节点1");
- System.Windows.Forms.TreeNode treeNode8 = new System.Windows.Forms.TreeNode("ROOT", new System.Windows.Forms.TreeNode[] {
- treeNode7});
- this.menu_MPQTreeNode = new System.Windows.Forms.ContextMenuStrip(this.components);
- this.toolStripMenuItem_RefreshMPQ = new System.Windows.Forms.ToolStripMenuItem();
- this.button_Start = new System.Windows.Forms.Button();
- this.button_Stop = new System.Windows.Forms.Button();
- this.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.textBox_BundleDir = new System.Windows.Forms.TextBox();
- this.progressBar_Download = new System.Windows.Forms.ProgressBar();
- this.label5 = new System.Windows.Forms.Label();
- this.label6 = new System.Windows.Forms.Label();
- this.progressBar_Decompress = new System.Windows.Forms.ProgressBar();
- this.timer1 = new System.Windows.Forms.Timer(this.components);
- this.label_Download = new System.Windows.Forms.Label();
- this.label_Unzip = new System.Windows.Forms.Label();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.textBox_SaveRoot = new System.Windows.Forms.TextBox();
- this.comboBox_RemoteSuffix = new System.Windows.Forms.ComboBox();
- this.comboBox_RemoteDir = new System.Windows.Forms.ComboBox();
- this.groupBox2 = new System.Windows.Forms.GroupBox();
- this.button_clear = new System.Windows.Forms.Button();
- this.progressBar_Running = new System.Windows.Forms.ProgressBar();
- this.groupBox3 = new System.Windows.Forms.GroupBox();
- this.split_Tree = new System.Windows.Forms.SplitContainer();
- this.treeView_MPQ = new System.Windows.Forms.TreeView();
- this.toolStrip1 = new System.Windows.Forms.ToolStrip();
- this.toolStripButton_ViewReplaced = new System.Windows.Forms.ToolStripButton();
- this.groupBox5 = new System.Windows.Forms.GroupBox();
- this.split_Info = new System.Windows.Forms.SplitContainer();
- this.property_MPQInfo = new System.Windows.Forms.PropertyGrid();
- this.textBox_EntryInfo = new System.Windows.Forms.TextBox();
- this.tabControl1 = new System.Windows.Forms.TabControl();
- this.tabPage1 = new System.Windows.Forms.TabPage();
- this.split_H = new System.Windows.Forms.SplitContainer();
- this.textBox_VersionText = new System.Windows.Forms.TextBox();
- this.tabPage2 = new System.Windows.Forms.TabPage();
- this.menu_EntryNode = new System.Windows.Forms.ContextMenuStrip(this.components);
- this.导出文件ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.comboBox_mpqType = new System.Windows.Forms.ComboBox();
- this.comboBox_zipType = new System.Windows.Forms.ComboBox();
- this.label7 = new System.Windows.Forms.Label();
- this.label8 = new System.Windows.Forms.Label();
- this.menu_MPQTreeNode.SuspendLayout();
- this.groupBox1.SuspendLayout();
- this.groupBox2.SuspendLayout();
- this.groupBox3.SuspendLayout();
- this.split_Tree.Panel1.SuspendLayout();
- this.split_Tree.Panel2.SuspendLayout();
- this.split_Tree.SuspendLayout();
- this.toolStrip1.SuspendLayout();
- this.groupBox5.SuspendLayout();
- this.split_Info.Panel1.SuspendLayout();
- this.split_Info.Panel2.SuspendLayout();
- this.split_Info.SuspendLayout();
- this.tabControl1.SuspendLayout();
- this.tabPage1.SuspendLayout();
- this.split_H.Panel1.SuspendLayout();
- this.split_H.Panel2.SuspendLayout();
- this.split_H.SuspendLayout();
- this.tabPage2.SuspendLayout();
- this.menu_EntryNode.SuspendLayout();
- this.SuspendLayout();
- //
- // menu_MPQTreeNode
- //
- this.menu_MPQTreeNode.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.toolStripMenuItem_RefreshMPQ});
- this.menu_MPQTreeNode.Name = "contextMenuStrip1";
- this.menu_MPQTreeNode.Size = new System.Drawing.Size(101, 26);
- //
- // toolStripMenuItem_RefreshMPQ
- //
- this.toolStripMenuItem_RefreshMPQ.Name = "toolStripMenuItem_RefreshMPQ";
- this.toolStripMenuItem_RefreshMPQ.Size = new System.Drawing.Size(100, 22);
- this.toolStripMenuItem_RefreshMPQ.Text = "刷新";
- this.toolStripMenuItem_RefreshMPQ.Click += new System.EventHandler(this.toolStripMenuItem_RefreshMPQ_Click);
- //
- // button_Start
- //
- this.button_Start.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.button_Start.Location = new System.Drawing.Point(734, 140);
- this.button_Start.Name = "button_Start";
- this.button_Start.Size = new System.Drawing.Size(75, 23);
- this.button_Start.TabIndex = 0;
- this.button_Start.Text = "开始";
- this.button_Start.UseVisualStyleBackColor = true;
- this.button_Start.Click += new System.EventHandler(this.button_Start_Click);
- //
- // button_Stop
- //
- this.button_Stop.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.button_Stop.Location = new System.Drawing.Point(815, 140);
- this.button_Stop.Name = "button_Stop";
- this.button_Stop.Size = new System.Drawing.Size(75, 23);
- this.button_Stop.TabIndex = 1;
- this.button_Stop.Text = "中止";
- this.button_Stop.UseVisualStyleBackColor = true;
- this.button_Stop.Click += new System.EventHandler(this.button_Stop_Click);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(9, 21);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(77, 12);
- this.label1.TabIndex = 3;
- this.label1.Text = "远程目录地址";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(9, 48);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(77, 12);
- this.label2.TabIndex = 4;
- this.label2.Text = "远程目录文件";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(9, 75);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(77, 12);
- this.label3.TabIndex = 5;
- this.label3.Text = "本地存储地址";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(9, 102);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(77, 12);
- this.label4.TabIndex = 6;
- this.label4.Text = "本地资源地址";
- //
- // textBox_BundleDir
- //
- this.textBox_BundleDir.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.textBox_BundleDir.Location = new System.Drawing.Point(92, 99);
- this.textBox_BundleDir.Name = "textBox_BundleDir";
- this.textBox_BundleDir.Size = new System.Drawing.Size(871, 21);
- this.textBox_BundleDir.TabIndex = 9;
- this.textBox_BundleDir.Text = "./res";
- //
- // progressBar_Download
- //
- this.progressBar_Download.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.progressBar_Download.Location = new System.Drawing.Point(8, 36);
- this.progressBar_Download.Name = "progressBar_Download";
- this.progressBar_Download.Size = new System.Drawing.Size(968, 8);
- this.progressBar_Download.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
- this.progressBar_Download.TabIndex = 10;
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(6, 21);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(53, 12);
- this.label5.TabIndex = 11;
- this.label5.Text = "下载进度";
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(6, 72);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(53, 12);
- this.label6.TabIndex = 13;
- this.label6.Text = "解压进度";
- //
- // progressBar_Decompress
- //
- this.progressBar_Decompress.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.progressBar_Decompress.Location = new System.Drawing.Point(8, 87);
- this.progressBar_Decompress.Name = "progressBar_Decompress";
- this.progressBar_Decompress.Size = new System.Drawing.Size(968, 8);
- this.progressBar_Decompress.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
- this.progressBar_Decompress.TabIndex = 12;
- //
- // timer1
- //
- this.timer1.Enabled = true;
- this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
- //
- // label_Download
- //
- this.label_Download.AutoSize = true;
- this.label_Download.Location = new System.Drawing.Point(6, 47);
- this.label_Download.Name = "label_Download";
- this.label_Download.Size = new System.Drawing.Size(41, 12);
- this.label_Download.TabIndex = 14;
- this.label_Download.Text = "status";
- //
- // label_Unzip
- //
- this.label_Unzip.AutoSize = true;
- this.label_Unzip.Location = new System.Drawing.Point(6, 98);
- this.label_Unzip.Name = "label_Unzip";
- this.label_Unzip.Size = new System.Drawing.Size(41, 12);
- this.label_Unzip.TabIndex = 15;
- this.label_Unzip.Text = "status";
- //
- // groupBox1
- //
- this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.groupBox1.Controls.Add(this.label7);
- this.groupBox1.Controls.Add(this.label8);
- this.groupBox1.Controls.Add(this.comboBox_zipType);
- this.groupBox1.Controls.Add(this.comboBox_mpqType);
- this.groupBox1.Controls.Add(this.textBox_SaveRoot);
- this.groupBox1.Controls.Add(this.comboBox_RemoteSuffix);
- this.groupBox1.Controls.Add(this.comboBox_RemoteDir);
- this.groupBox1.Controls.Add(this.label1);
- this.groupBox1.Controls.Add(this.label2);
- this.groupBox1.Controls.Add(this.label3);
- this.groupBox1.Controls.Add(this.label4);
- this.groupBox1.Controls.Add(this.textBox_BundleDir);
- this.groupBox1.Location = new System.Drawing.Point(5, 3);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(982, 187);
- this.groupBox1.TabIndex = 16;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "参数";
- //
- // textBox_SaveRoot
- //
- this.textBox_SaveRoot.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.textBox_SaveRoot.Location = new System.Drawing.Point(92, 72);
- this.textBox_SaveRoot.Name = "textBox_SaveRoot";
- this.textBox_SaveRoot.Size = new System.Drawing.Size(871, 21);
- this.textBox_SaveRoot.TabIndex = 12;
- this.textBox_SaveRoot.Text = "./http_res";
- //
- // comboBox_RemoteSuffix
- //
- this.comboBox_RemoteSuffix.AllowDrop = true;
- this.comboBox_RemoteSuffix.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.comboBox_RemoteSuffix.FormattingEnabled = true;
- this.comboBox_RemoteSuffix.Location = new System.Drawing.Point(92, 45);
- this.comboBox_RemoteSuffix.Name = "comboBox_RemoteSuffix";
- this.comboBox_RemoteSuffix.Size = new System.Drawing.Size(871, 20);
- this.comboBox_RemoteSuffix.TabIndex = 11;
- this.comboBox_RemoteSuffix.Text = "updates__pvr_m3z/update_version.txt";
- //
- // comboBox_RemoteDir
- //
- this.comboBox_RemoteDir.AllowDrop = true;
- this.comboBox_RemoteDir.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.comboBox_RemoteDir.FormattingEnabled = true;
- this.comboBox_RemoteDir.Location = new System.Drawing.Point(92, 18);
- this.comboBox_RemoteDir.Name = "comboBox_RemoteDir";
- this.comboBox_RemoteDir.Size = new System.Drawing.Size(871, 20);
- this.comboBox_RemoteDir.TabIndex = 10;
- this.comboBox_RemoteDir.Text = "http://192.168.1.101/morefun/res_expantion";
- //
- // groupBox2
- //
- this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.groupBox2.Controls.Add(this.button_clear);
- this.groupBox2.Controls.Add(this.progressBar_Running);
- this.groupBox2.Controls.Add(this.label5);
- this.groupBox2.Controls.Add(this.button_Stop);
- this.groupBox2.Controls.Add(this.progressBar_Download);
- this.groupBox2.Controls.Add(this.label_Unzip);
- this.groupBox2.Controls.Add(this.button_Start);
- this.groupBox2.Controls.Add(this.progressBar_Decompress);
- this.groupBox2.Controls.Add(this.label_Download);
- this.groupBox2.Controls.Add(this.label6);
- this.groupBox2.Location = new System.Drawing.Point(5, 196);
- this.groupBox2.Name = "groupBox2";
- this.groupBox2.Size = new System.Drawing.Size(982, 179);
- this.groupBox2.TabIndex = 17;
- this.groupBox2.TabStop = false;
- this.groupBox2.Text = "自动更新";
- //
- // button_clear
- //
- this.button_clear.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.button_clear.Location = new System.Drawing.Point(896, 140);
- this.button_clear.Name = "button_clear";
- this.button_clear.Size = new System.Drawing.Size(75, 23);
- this.button_clear.TabIndex = 17;
- this.button_clear.Text = "清理";
- this.button_clear.UseVisualStyleBackColor = true;
- this.button_clear.Click += new System.EventHandler(this.button_clear_Click);
- //
- // progressBar_Running
- //
- this.progressBar_Running.Enabled = false;
- this.progressBar_Running.Location = new System.Drawing.Point(8, 124);
- this.progressBar_Running.Name = "progressBar_Running";
- this.progressBar_Running.Size = new System.Drawing.Size(156, 10);
- this.progressBar_Running.Style = System.Windows.Forms.ProgressBarStyle.Marquee;
- this.progressBar_Running.TabIndex = 16;
- //
- // groupBox3
- //
- this.groupBox3.Controls.Add(this.split_Tree);
- this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.groupBox3.Location = new System.Drawing.Point(3, 3);
- this.groupBox3.Name = "groupBox3";
- this.groupBox3.Size = new System.Drawing.Size(992, 658);
- this.groupBox3.TabIndex = 18;
- this.groupBox3.TabStop = false;
- this.groupBox3.Text = "MPQ文件系统";
- //
- // split_Tree
- //
- this.split_Tree.Dock = System.Windows.Forms.DockStyle.Fill;
- this.split_Tree.Location = new System.Drawing.Point(3, 17);
- this.split_Tree.Name = "split_Tree";
- //
- // split_Tree.Panel1
- //
- this.split_Tree.Panel1.Controls.Add(this.treeView_MPQ);
- this.split_Tree.Panel1.Controls.Add(this.toolStrip1);
- //
- // split_Tree.Panel2
- //
- this.split_Tree.Panel2.Controls.Add(this.groupBox5);
- this.split_Tree.Size = new System.Drawing.Size(986, 638);
- this.split_Tree.SplitterDistance = 472;
- this.split_Tree.TabIndex = 2;
- //
- // treeView_MPQ
- //
- this.treeView_MPQ.Dock = System.Windows.Forms.DockStyle.Fill;
- this.treeView_MPQ.Location = new System.Drawing.Point(0, 25);
- this.treeView_MPQ.Name = "treeView_MPQ";
- treeNode7.Name = "节点1";
- treeNode7.Text = "节点1";
- treeNode8.ContextMenuStrip = this.menu_MPQTreeNode;
- treeNode8.Name = "节点0";
- treeNode8.Text = "ROOT";
- this.treeView_MPQ.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
- treeNode8});
- this.treeView_MPQ.Size = new System.Drawing.Size(472, 613);
- this.treeView_MPQ.TabIndex = 1;
- this.treeView_MPQ.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeView_MPQ_NodeMouseClick);
- this.treeView_MPQ.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeView_MPQ_NodeMouseDoubleClick);
- //
- // toolStrip1
- //
- this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.toolStripButton_ViewReplaced});
- this.toolStrip1.Location = new System.Drawing.Point(0, 0);
- this.toolStrip1.Name = "toolStrip1";
- this.toolStrip1.Size = new System.Drawing.Size(472, 25);
- this.toolStrip1.TabIndex = 2;
- this.toolStrip1.Text = "toolStrip1";
- //
- // toolStripButton_ViewReplaced
- //
- this.toolStripButton_ViewReplaced.CheckOnClick = true;
- this.toolStripButton_ViewReplaced.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.toolStripButton_ViewReplaced.Image = global::MPQFileSystemTest.Properties.Resources.icon_off;
- this.toolStripButton_ViewReplaced.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.toolStripButton_ViewReplaced.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.toolStripButton_ViewReplaced.Name = "toolStripButton_ViewReplaced";
- this.toolStripButton_ViewReplaced.Size = new System.Drawing.Size(23, 22);
- this.toolStripButton_ViewReplaced.Text = "显示冗余";
- this.toolStripButton_ViewReplaced.ToolTipText = "显示冗余";
- this.toolStripButton_ViewReplaced.Click += new System.EventHandler(this.toolStripButton_ViewReplaced_Click);
- //
- // groupBox5
- //
- this.groupBox5.Controls.Add(this.split_Info);
- this.groupBox5.Dock = System.Windows.Forms.DockStyle.Fill;
- this.groupBox5.Location = new System.Drawing.Point(0, 0);
- this.groupBox5.Name = "groupBox5";
- this.groupBox5.Size = new System.Drawing.Size(510, 638);
- this.groupBox5.TabIndex = 0;
- this.groupBox5.TabStop = false;
- this.groupBox5.Text = "文件信息";
- //
- // split_Info
- //
- this.split_Info.Dock = System.Windows.Forms.DockStyle.Fill;
- this.split_Info.Location = new System.Drawing.Point(3, 17);
- this.split_Info.Name = "split_Info";
- this.split_Info.Orientation = System.Windows.Forms.Orientation.Horizontal;
- //
- // split_Info.Panel1
- //
- this.split_Info.Panel1.Controls.Add(this.property_MPQInfo);
- //
- // split_Info.Panel2
- //
- this.split_Info.Panel2.Controls.Add(this.textBox_EntryInfo);
- this.split_Info.Size = new System.Drawing.Size(504, 618);
- this.split_Info.SplitterDistance = 536;
- this.split_Info.TabIndex = 2;
- //
- // property_MPQInfo
- //
- this.property_MPQInfo.Dock = System.Windows.Forms.DockStyle.Fill;
- this.property_MPQInfo.Location = new System.Drawing.Point(0, 0);
- this.property_MPQInfo.Name = "property_MPQInfo";
- this.property_MPQInfo.Size = new System.Drawing.Size(504, 536);
- this.property_MPQInfo.TabIndex = 1;
- //
- // textBox_EntryInfo
- //
- this.textBox_EntryInfo.Dock = System.Windows.Forms.DockStyle.Fill;
- this.textBox_EntryInfo.Location = new System.Drawing.Point(0, 0);
- this.textBox_EntryInfo.Multiline = true;
- this.textBox_EntryInfo.Name = "textBox_EntryInfo";
- this.textBox_EntryInfo.Size = new System.Drawing.Size(504, 78);
- this.textBox_EntryInfo.TabIndex = 0;
- //
- // tabControl1
- //
- this.tabControl1.Controls.Add(this.tabPage1);
- this.tabControl1.Controls.Add(this.tabPage2);
- this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tabControl1.Location = new System.Drawing.Point(0, 0);
- this.tabControl1.Name = "tabControl1";
- this.tabControl1.SelectedIndex = 0;
- this.tabControl1.Size = new System.Drawing.Size(1006, 690);
- this.tabControl1.TabIndex = 21;
- //
- // tabPage1
- //
- this.tabPage1.Controls.Add(this.split_H);
- this.tabPage1.Location = new System.Drawing.Point(4, 22);
- this.tabPage1.Name = "tabPage1";
- this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage1.Size = new System.Drawing.Size(998, 664);
- this.tabPage1.TabIndex = 0;
- this.tabPage1.Text = "自动更新参数";
- this.tabPage1.UseVisualStyleBackColor = true;
- //
- // split_H
- //
- this.split_H.Dock = System.Windows.Forms.DockStyle.Fill;
- this.split_H.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
- this.split_H.Location = new System.Drawing.Point(3, 3);
- this.split_H.Name = "split_H";
- this.split_H.Orientation = System.Windows.Forms.Orientation.Horizontal;
- //
- // split_H.Panel1
- //
- this.split_H.Panel1.Controls.Add(this.groupBox1);
- this.split_H.Panel1.Controls.Add(this.groupBox2);
- //
- // split_H.Panel2
- //
- this.split_H.Panel2.Controls.Add(this.textBox_VersionText);
- this.split_H.Size = new System.Drawing.Size(992, 658);
- this.split_H.SplitterDistance = 412;
- this.split_H.TabIndex = 18;
- //
- // textBox_VersionText
- //
- this.textBox_VersionText.AcceptsReturn = true;
- this.textBox_VersionText.AcceptsTab = true;
- this.textBox_VersionText.BackColor = System.Drawing.SystemColors.Control;
- this.textBox_VersionText.Dock = System.Windows.Forms.DockStyle.Fill;
- this.textBox_VersionText.ForeColor = System.Drawing.SystemColors.ControlText;
- this.textBox_VersionText.Location = new System.Drawing.Point(0, 0);
- this.textBox_VersionText.Multiline = true;
- this.textBox_VersionText.Name = "textBox_VersionText";
- this.textBox_VersionText.ReadOnly = true;
- this.textBox_VersionText.ScrollBars = System.Windows.Forms.ScrollBars.Both;
- this.textBox_VersionText.Size = new System.Drawing.Size(992, 242);
- this.textBox_VersionText.TabIndex = 0;
- //
- // tabPage2
- //
- this.tabPage2.Controls.Add(this.groupBox3);
- this.tabPage2.Location = new System.Drawing.Point(4, 22);
- this.tabPage2.Name = "tabPage2";
- this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage2.Size = new System.Drawing.Size(998, 664);
- this.tabPage2.TabIndex = 1;
- this.tabPage2.Text = "MPQ文件报告";
- this.tabPage2.UseVisualStyleBackColor = true;
- //
- // menu_EntryNode
- //
- this.menu_EntryNode.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.导出文件ToolStripMenuItem});
- this.menu_EntryNode.Name = "menu_EntryNode";
- this.menu_EntryNode.Size = new System.Drawing.Size(125, 26);
- //
- // 导出文件ToolStripMenuItem
- //
- this.导出文件ToolStripMenuItem.Name = "导出文件ToolStripMenuItem";
- this.导出文件ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
- this.导出文件ToolStripMenuItem.Text = "导出文件";
- this.导出文件ToolStripMenuItem.Click += new System.EventHandler(this.导出文件ToolStripMenuItem_Click);
- //
- // comboBox_mpqType
- //
- this.comboBox_mpqType.FormattingEnabled = true;
- this.comboBox_mpqType.Items.AddRange(new object[] {
- ".mpq"});
- this.comboBox_mpqType.Location = new System.Drawing.Point(92, 131);
- this.comboBox_mpqType.Name = "comboBox_mpqType";
- this.comboBox_mpqType.Size = new System.Drawing.Size(121, 20);
- this.comboBox_mpqType.TabIndex = 13;
- this.comboBox_mpqType.Text = ".mpq";
- //
- // comboBox_zipType
- //
- this.comboBox_zipType.FormattingEnabled = true;
- this.comboBox_zipType.Items.AddRange(new object[] {
- ".zip",
- ".mgz",
- ".z",
- ".gz"});
- this.comboBox_zipType.Location = new System.Drawing.Point(92, 157);
- this.comboBox_zipType.Name = "comboBox_zipType";
- this.comboBox_zipType.Size = new System.Drawing.Size(121, 20);
- this.comboBox_zipType.TabIndex = 14;
- this.comboBox_zipType.Text = ".zip";
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Location = new System.Drawing.Point(21, 134);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(65, 12);
- this.label7.TabIndex = 15;
- this.label7.Text = "包文件类型";
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Location = new System.Drawing.Point(9, 160);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(77, 12);
- this.label8.TabIndex = 16;
- this.label8.Text = "压缩文件类型";
- //
- // FormUpdater
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1006, 690);
- this.Controls.Add(this.tabControl1);
- this.Name = "FormUpdater";
- this.Text = "MPQ文件检测器";
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormUpdater_FormClosing);
- this.menu_MPQTreeNode.ResumeLayout(false);
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- this.groupBox2.ResumeLayout(false);
- this.groupBox2.PerformLayout();
- this.groupBox3.ResumeLayout(false);
- this.split_Tree.Panel1.ResumeLayout(false);
- this.split_Tree.Panel1.PerformLayout();
- this.split_Tree.Panel2.ResumeLayout(false);
- this.split_Tree.ResumeLayout(false);
- this.toolStrip1.ResumeLayout(false);
- this.toolStrip1.PerformLayout();
- this.groupBox5.ResumeLayout(false);
- this.split_Info.Panel1.ResumeLayout(false);
- this.split_Info.Panel2.ResumeLayout(false);
- this.split_Info.Panel2.PerformLayout();
- this.split_Info.ResumeLayout(false);
- this.tabControl1.ResumeLayout(false);
- this.tabPage1.ResumeLayout(false);
- this.split_H.Panel1.ResumeLayout(false);
- this.split_H.Panel2.ResumeLayout(false);
- this.split_H.Panel2.PerformLayout();
- this.split_H.ResumeLayout(false);
- this.tabPage2.ResumeLayout(false);
- this.menu_EntryNode.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Button button_Start;
- private System.Windows.Forms.Button button_Stop;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.TextBox textBox_BundleDir;
- private System.Windows.Forms.ProgressBar progressBar_Download;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.ProgressBar progressBar_Decompress;
- private System.Windows.Forms.Timer timer1;
- private System.Windows.Forms.Label label_Download;
- private System.Windows.Forms.Label label_Unzip;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.GroupBox groupBox2;
- private System.Windows.Forms.GroupBox groupBox3;
- private System.Windows.Forms.TabControl tabControl1;
- private System.Windows.Forms.TabPage tabPage1;
- private System.Windows.Forms.TabPage tabPage2;
- private System.Windows.Forms.SplitContainer split_Tree;
- private System.Windows.Forms.TreeView treeView_MPQ;
- private System.Windows.Forms.GroupBox groupBox5;
- private System.Windows.Forms.TextBox textBox_EntryInfo;
- private System.Windows.Forms.ContextMenuStrip menu_MPQTreeNode;
- private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem_RefreshMPQ;
- private System.Windows.Forms.SplitContainer split_Info;
- private System.Windows.Forms.PropertyGrid property_MPQInfo;
- private System.Windows.Forms.ComboBox comboBox_RemoteSuffix;
- private System.Windows.Forms.ComboBox comboBox_RemoteDir;
- private System.Windows.Forms.TextBox textBox_SaveRoot;
- private System.Windows.Forms.ToolStrip toolStrip1;
- private System.Windows.Forms.ToolStripButton toolStripButton_ViewReplaced;
- private System.Windows.Forms.SplitContainer split_H;
- private System.Windows.Forms.TextBox textBox_VersionText;
- private System.Windows.Forms.ProgressBar progressBar_Running;
- private System.Windows.Forms.ContextMenuStrip menu_EntryNode;
- private System.Windows.Forms.ToolStripMenuItem 导出文件ToolStripMenuItem;
- private System.Windows.Forms.Button button_clear;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.ComboBox comboBox_zipType;
- private System.Windows.Forms.ComboBox comboBox_mpqType;
- }
- }
|