Преглед на файлове

change colors, edit readme.me

shenjian Office PC преди 7 години
родител
ревизия
1f5e7d2649
променени са 4 файла, в които са добавени 195 реда и са изтрити 144 реда
  1. 141 140
      PicSo/Form1.Designer.cs
  2. 46 0
      PicSo/PicSo.csproj
  3. BIN
      PicSo/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache
  4. 8 4
      README.md

+ 141 - 140
PicSo/Form1.Designer.cs

@@ -37,45 +37,45 @@
             this.menu_remove = new System.Windows.Forms.ToolStripMenuItem();
             this.tabPage1 = new System.Windows.Forms.TabPage();
             this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
-            this.btn_brower = new System.Windows.Forms.Button();
-            this.txt_Dest = new System.Windows.Forms.TextBox();
-            this.label2 = new System.Windows.Forms.Label();
-            this.txt_sub = new System.Windows.Forms.TextBox();
-            this.label1 = new System.Windows.Forms.Label();
             this.listView1 = new System.Windows.Forms.ListView();
             this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
             this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
             this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
             this.button1 = new System.Windows.Forms.Button();
             this.btn_Clear = new System.Windows.Forms.Button();
+            this.btn_brower = new System.Windows.Forms.Button();
             this.btn_AddNewEmptyItem = new System.Windows.Forms.Button();
             this.btn_removeItem = new System.Windows.Forms.Button();
             this.btn_paste_new = new System.Windows.Forms.Button();
-            this.cb_IsShowlog = new System.Windows.Forms.CheckBox();
             this.btn_MoveFile = new System.Windows.Forms.Button();
+            this.lbl_Path_preview = new System.Windows.Forms.Label();
+            this.panel1 = new System.Windows.Forms.Panel();
+            this.label1 = new System.Windows.Forms.Label();
+            this.txt_Dest = new System.Windows.Forms.TextBox();
+            this.panel2 = new System.Windows.Forms.Panel();
+            this.label2 = new System.Windows.Forms.Label();
+            this.txt_sub = new System.Windows.Forms.TextBox();
+            this.cb_IsShowlog = new System.Windows.Forms.CheckBox();
             this.tabControl1 = new System.Windows.Forms.TabControl();
             this.tabPage2 = new System.Windows.Forms.TabPage();
+            this.movieContainer1 = new PicSo.MovieContainer();
             this.listBox1 = new System.Windows.Forms.ListBox();
             this.cb_AutoCorrect = new System.Windows.Forms.CheckBox();
             this.btn_LocalSearch = new System.Windows.Forms.Button();
             this.txt_LocalSearchKeyWord = new System.Windows.Forms.TextBox();
             this.cmenu_p4 = new System.Windows.Forms.ContextMenuStrip(this.components);
             this.cmenu_p4_item_copy = new System.Windows.Forms.ToolStripMenuItem();
-            this.lbl_Path_preview = new System.Windows.Forms.Label();
             this.statusStrip1 = new System.Windows.Forms.StatusStrip();
             this.sl_Network = new System.Windows.Forms.ToolStripStatusLabel();
-            this.panel1 = new System.Windows.Forms.Panel();
-            this.panel2 = new System.Windows.Forms.Panel();
-            this.movieContainer1 = new PicSo.MovieContainer();
             this.contextMenuStrip1.SuspendLayout();
             this.tabPage1.SuspendLayout();
             this.tableLayoutPanel1.SuspendLayout();
+            this.panel1.SuspendLayout();
+            this.panel2.SuspendLayout();
             this.tabControl1.SuspendLayout();
             this.tabPage2.SuspendLayout();
             this.cmenu_p4.SuspendLayout();
             this.statusStrip1.SuspendLayout();
-            this.panel1.SuspendLayout();
-            this.panel2.SuspendLayout();
             this.SuspendLayout();
             // 
             // contextMenuStrip1
@@ -119,14 +119,14 @@
             // 
             // tabPage1
             // 
+            this.tabPage1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(253)))), ((int)(((byte)(250)))));
             this.tabPage1.Controls.Add(this.tableLayoutPanel1);
             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(924, 761);
+            this.tabPage1.Size = new System.Drawing.Size(924, 579);
             this.tabPage1.TabIndex = 0;
             this.tabPage1.Text = "批量文件处理";
-            this.tabPage1.UseVisualStyleBackColor = true;
             // 
             // tableLayoutPanel1
             // 
@@ -161,63 +161,13 @@
             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
-            this.tableLayoutPanel1.Size = new System.Drawing.Size(918, 755);
+            this.tableLayoutPanel1.Size = new System.Drawing.Size(918, 573);
             this.tableLayoutPanel1.TabIndex = 26;
             // 
-            // btn_brower
-            // 
-            this.btn_brower.BackColor = System.Drawing.Color.Gold;
-            this.tableLayoutPanel1.SetColumnSpan(this.btn_brower, 2);
-            this.btn_brower.Dock = System.Windows.Forms.DockStyle.Fill;
-            this.btn_brower.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
-            this.btn_brower.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.btn_brower.Location = new System.Drawing.Point(3, 3);
-            this.btn_brower.Name = "btn_brower";
-            this.btn_brower.Size = new System.Drawing.Size(299, 34);
-            this.btn_brower.TabIndex = 3;
-            this.btn_brower.Text = "浏览文件夹...";
-            this.btn_brower.UseVisualStyleBackColor = false;
-            this.btn_brower.Click += new System.EventHandler(this.btn_brower_Click);
-            // 
-            // txt_Dest
-            // 
-            this.txt_Dest.Location = new System.Drawing.Point(62, 1);
-            this.txt_Dest.Name = "txt_Dest";
-            this.txt_Dest.Size = new System.Drawing.Size(497, 21);
-            this.txt_Dest.TabIndex = 9;
-            this.txt_Dest.Leave += new System.EventHandler(this.UIParamChange);
-            // 
-            // label2
-            // 
-            this.label2.AutoSize = true;
-            this.label2.Location = new System.Drawing.Point(3, 6);
-            this.label2.Name = "label2";
-            this.label2.Size = new System.Drawing.Size(53, 12);
-            this.label2.TabIndex = 13;
-            this.label2.Text = "分类路径";
-            // 
-            // txt_sub
-            // 
-            this.txt_sub.Location = new System.Drawing.Point(62, 1);
-            this.txt_sub.Name = "txt_sub";
-            this.txt_sub.Size = new System.Drawing.Size(497, 21);
-            this.txt_sub.TabIndex = 8;
-            this.txt_sub.Text = "演员\\[番号]标题";
-            this.txt_sub.TextChanged += new System.EventHandler(this.textBox2_TextChanged);
-            this.txt_sub.Leave += new System.EventHandler(this.UIParamChange);
-            // 
-            // label1
-            // 
-            this.label1.AutoSize = true;
-            this.label1.Location = new System.Drawing.Point(3, 7);
-            this.label1.Name = "label1";
-            this.label1.Size = new System.Drawing.Size(53, 12);
-            this.label1.TabIndex = 12;
-            this.label1.Text = "目标路径";
-            // 
             // listView1
             // 
             this.listView1.AllowDrop = true;
+            this.listView1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(253)))), ((int)(((byte)(250)))));
             this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
             this.columnHeader1,
             this.columnHeader2,
@@ -228,7 +178,7 @@
             this.listView1.FullRowSelect = true;
             this.listView1.Location = new System.Drawing.Point(3, 83);
             this.listView1.Name = "listView1";
-            this.listView1.Size = new System.Drawing.Size(912, 539);
+            this.listView1.Size = new System.Drawing.Size(912, 357);
             this.listView1.TabIndex = 6;
             this.listView1.UseCompatibleStateImageBehavior = false;
             this.listView1.View = System.Windows.Forms.View.Details;
@@ -255,14 +205,14 @@
             // 
             // button1
             // 
-            this.button1.BackColor = System.Drawing.Color.GreenYellow;
+            this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(208)))), ((int)(((byte)(243)))));
             this.button1.Dock = System.Windows.Forms.DockStyle.Fill;
             this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
             this.button1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.button1.Location = new System.Drawing.Point(764, 3);
+            this.button1.Location = new System.Drawing.Point(763, 3);
             this.button1.Name = "button1";
             this.tableLayoutPanel1.SetRowSpan(this.button1, 2);
-            this.button1.Size = new System.Drawing.Size(151, 74);
+            this.button1.Size = new System.Drawing.Size(152, 74);
             this.button1.TabIndex = 21;
             this.button1.Text = "Go";
             this.button1.UseVisualStyleBackColor = false;
@@ -270,11 +220,11 @@
             // 
             // btn_Clear
             // 
-            this.btn_Clear.BackColor = System.Drawing.Color.Red;
+            this.btn_Clear.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(205)))), ((int)(((byte)(221)))), ((int)(((byte)(254)))));
             this.btn_Clear.Dock = System.Windows.Forms.DockStyle.Fill;
             this.btn_Clear.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
             this.btn_Clear.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.btn_Clear.Location = new System.Drawing.Point(612, 43);
+            this.btn_Clear.Location = new System.Drawing.Point(611, 43);
             this.btn_Clear.Name = "btn_Clear";
             this.btn_Clear.Size = new System.Drawing.Size(146, 34);
             this.btn_Clear.TabIndex = 10;
@@ -282,15 +232,30 @@
             this.btn_Clear.UseVisualStyleBackColor = false;
             this.btn_Clear.Click += new System.EventHandler(this.btn_Clear_Click);
             // 
+            // btn_brower
+            // 
+            this.btn_brower.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(188)))), ((int)(((byte)(0)))));
+            this.tableLayoutPanel1.SetColumnSpan(this.btn_brower, 2);
+            this.btn_brower.Dock = System.Windows.Forms.DockStyle.Fill;
+            this.btn_brower.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+            this.btn_brower.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.btn_brower.Location = new System.Drawing.Point(3, 3);
+            this.btn_brower.Name = "btn_brower";
+            this.btn_brower.Size = new System.Drawing.Size(298, 34);
+            this.btn_brower.TabIndex = 3;
+            this.btn_brower.Text = "浏览文件夹...";
+            this.btn_brower.UseVisualStyleBackColor = false;
+            this.btn_brower.Click += new System.EventHandler(this.btn_brower_Click);
+            // 
             // btn_AddNewEmptyItem
             // 
-            this.btn_AddNewEmptyItem.BackColor = System.Drawing.Color.Orange;
+            this.btn_AddNewEmptyItem.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(188)))), ((int)(((byte)(0)))));
             this.btn_AddNewEmptyItem.Dock = System.Windows.Forms.DockStyle.Fill;
             this.btn_AddNewEmptyItem.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
             this.btn_AddNewEmptyItem.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.btn_AddNewEmptyItem.Location = new System.Drawing.Point(3, 43);
             this.btn_AddNewEmptyItem.Name = "btn_AddNewEmptyItem";
-            this.btn_AddNewEmptyItem.Size = new System.Drawing.Size(147, 34);
+            this.btn_AddNewEmptyItem.Size = new System.Drawing.Size(146, 34);
             this.btn_AddNewEmptyItem.TabIndex = 19;
             this.btn_AddNewEmptyItem.Text = "新建空项目";
             this.btn_AddNewEmptyItem.UseVisualStyleBackColor = false;
@@ -298,11 +263,11 @@
             // 
             // btn_removeItem
             // 
-            this.btn_removeItem.BackColor = System.Drawing.Color.Red;
+            this.btn_removeItem.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(205)))), ((int)(((byte)(221)))), ((int)(((byte)(254)))));
             this.btn_removeItem.Dock = System.Windows.Forms.DockStyle.Fill;
             this.btn_removeItem.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
             this.btn_removeItem.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.btn_removeItem.Location = new System.Drawing.Point(612, 3);
+            this.btn_removeItem.Location = new System.Drawing.Point(611, 3);
             this.btn_removeItem.Name = "btn_removeItem";
             this.btn_removeItem.Size = new System.Drawing.Size(146, 34);
             this.btn_removeItem.TabIndex = 4;
@@ -312,11 +277,11 @@
             // 
             // btn_paste_new
             // 
-            this.btn_paste_new.BackColor = System.Drawing.Color.Orange;
+            this.btn_paste_new.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(188)))), ((int)(((byte)(0)))));
             this.btn_paste_new.Dock = System.Windows.Forms.DockStyle.Fill;
             this.btn_paste_new.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
             this.btn_paste_new.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.btn_paste_new.Location = new System.Drawing.Point(156, 43);
+            this.btn_paste_new.Location = new System.Drawing.Point(155, 43);
             this.btn_paste_new.Name = "btn_paste_new";
             this.btn_paste_new.Size = new System.Drawing.Size(146, 34);
             this.btn_paste_new.TabIndex = 20;
@@ -324,13 +289,95 @@
             this.btn_paste_new.UseVisualStyleBackColor = false;
             this.btn_paste_new.Click += new System.EventHandler(this.btn_paste_new_Click);
             // 
+            // btn_MoveFile
+            // 
+            this.btn_MoveFile.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(188)))), ((int)(((byte)(0)))));
+            this.btn_MoveFile.Dock = System.Windows.Forms.DockStyle.Fill;
+            this.btn_MoveFile.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+            this.btn_MoveFile.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.btn_MoveFile.Location = new System.Drawing.Point(763, 446);
+            this.btn_MoveFile.Name = "btn_MoveFile";
+            this.tableLayoutPanel1.SetRowSpan(this.btn_MoveFile, 2);
+            this.btn_MoveFile.Size = new System.Drawing.Size(152, 54);
+            this.btn_MoveFile.TabIndex = 25;
+            this.btn_MoveFile.Text = "移动文件";
+            this.btn_MoveFile.UseVisualStyleBackColor = false;
+            this.btn_MoveFile.Click += new System.EventHandler(this.btn_MoveFile_Click);
+            // 
+            // lbl_Path_preview
+            // 
+            this.lbl_Path_preview.AutoSize = true;
+            this.tableLayoutPanel1.SetColumnSpan(this.lbl_Path_preview, 6);
+            this.lbl_Path_preview.Location = new System.Drawing.Point(3, 523);
+            this.lbl_Path_preview.Name = "lbl_Path_preview";
+            this.lbl_Path_preview.Size = new System.Drawing.Size(53, 12);
+            this.lbl_Path_preview.TabIndex = 13;
+            this.lbl_Path_preview.Text = "路径预览";
+            // 
+            // panel1
+            // 
+            this.tableLayoutPanel1.SetColumnSpan(this.panel1, 4);
+            this.panel1.Controls.Add(this.label1);
+            this.panel1.Controls.Add(this.txt_Dest);
+            this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
+            this.panel1.Location = new System.Drawing.Point(3, 446);
+            this.panel1.Name = "panel1";
+            this.panel1.Size = new System.Drawing.Size(602, 24);
+            this.panel1.TabIndex = 26;
+            // 
+            // label1
+            // 
+            this.label1.AutoSize = true;
+            this.label1.Location = new System.Drawing.Point(3, 7);
+            this.label1.Name = "label1";
+            this.label1.Size = new System.Drawing.Size(53, 12);
+            this.label1.TabIndex = 12;
+            this.label1.Text = "目标路径";
+            // 
+            // txt_Dest
+            // 
+            this.txt_Dest.Location = new System.Drawing.Point(62, 1);
+            this.txt_Dest.Name = "txt_Dest";
+            this.txt_Dest.Size = new System.Drawing.Size(497, 21);
+            this.txt_Dest.TabIndex = 9;
+            this.txt_Dest.Leave += new System.EventHandler(this.UIParamChange);
+            // 
+            // panel2
+            // 
+            this.tableLayoutPanel1.SetColumnSpan(this.panel2, 4);
+            this.panel2.Controls.Add(this.label2);
+            this.panel2.Controls.Add(this.txt_sub);
+            this.panel2.Location = new System.Drawing.Point(3, 476);
+            this.panel2.Name = "panel2";
+            this.panel2.Size = new System.Drawing.Size(602, 24);
+            this.panel2.TabIndex = 27;
+            // 
+            // label2
+            // 
+            this.label2.AutoSize = true;
+            this.label2.Location = new System.Drawing.Point(3, 6);
+            this.label2.Name = "label2";
+            this.label2.Size = new System.Drawing.Size(53, 12);
+            this.label2.TabIndex = 13;
+            this.label2.Text = "分类路径";
+            // 
+            // txt_sub
+            // 
+            this.txt_sub.Location = new System.Drawing.Point(62, 1);
+            this.txt_sub.Name = "txt_sub";
+            this.txt_sub.Size = new System.Drawing.Size(497, 21);
+            this.txt_sub.TabIndex = 8;
+            this.txt_sub.Text = "演员\\[番号]标题";
+            this.txt_sub.TextChanged += new System.EventHandler(this.textBox2_TextChanged);
+            this.txt_sub.Leave += new System.EventHandler(this.UIParamChange);
+            // 
             // cb_IsShowlog
             // 
             this.cb_IsShowlog.AutoSize = true;
             this.cb_IsShowlog.Checked = true;
             this.cb_IsShowlog.CheckState = System.Windows.Forms.CheckState.Checked;
             this.cb_IsShowlog.Dock = System.Windows.Forms.DockStyle.Right;
-            this.cb_IsShowlog.Location = new System.Drawing.Point(650, 628);
+            this.cb_IsShowlog.Location = new System.Drawing.Point(649, 446);
             this.cb_IsShowlog.Name = "cb_IsShowlog";
             this.tableLayoutPanel1.SetRowSpan(this.cb_IsShowlog, 2);
             this.cb_IsShowlog.Size = new System.Drawing.Size(108, 54);
@@ -339,21 +386,6 @@
             this.cb_IsShowlog.UseVisualStyleBackColor = true;
             this.cb_IsShowlog.CheckedChanged += new System.EventHandler(this.UIParamChange);
             // 
-            // btn_MoveFile
-            // 
-            this.btn_MoveFile.BackColor = System.Drawing.Color.DarkOrange;
-            this.btn_MoveFile.Dock = System.Windows.Forms.DockStyle.Fill;
-            this.btn_MoveFile.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
-            this.btn_MoveFile.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.btn_MoveFile.Location = new System.Drawing.Point(764, 628);
-            this.btn_MoveFile.Name = "btn_MoveFile";
-            this.tableLayoutPanel1.SetRowSpan(this.btn_MoveFile, 2);
-            this.btn_MoveFile.Size = new System.Drawing.Size(151, 54);
-            this.btn_MoveFile.TabIndex = 25;
-            this.btn_MoveFile.Text = "移动文件";
-            this.btn_MoveFile.UseVisualStyleBackColor = false;
-            this.btn_MoveFile.Click += new System.EventHandler(this.btn_MoveFile_Click);
-            // 
             // tabControl1
             // 
             this.tabControl1.Controls.Add(this.tabPage1);
@@ -380,6 +412,17 @@
             this.tabPage2.Text = "本地查询";
             this.tabPage2.UseVisualStyleBackColor = true;
             // 
+            // movieContainer1
+            // 
+            this.movieContainer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+            this.movieContainer1.IsShowOtherButton = false;
+            this.movieContainer1.Location = new System.Drawing.Point(6, 175);
+            this.movieContainer1.Movie = null;
+            this.movieContainer1.MovieList = null;
+            this.movieContainer1.Name = "movieContainer1";
+            this.movieContainer1.Size = new System.Drawing.Size(915, 440);
+            this.movieContainer1.TabIndex = 5;
+            // 
             // listBox1
             // 
             this.listBox1.FormattingEnabled = true;
@@ -433,16 +476,6 @@
             this.cmenu_p4_item_copy.Size = new System.Drawing.Size(124, 22);
             this.cmenu_p4_item_copy.Text = "复制地址";
             // 
-            // lbl_Path_preview
-            // 
-            this.lbl_Path_preview.AutoSize = true;
-            this.tableLayoutPanel1.SetColumnSpan(this.lbl_Path_preview, 6);
-            this.lbl_Path_preview.Location = new System.Drawing.Point(3, 705);
-            this.lbl_Path_preview.Name = "lbl_Path_preview";
-            this.lbl_Path_preview.Size = new System.Drawing.Size(53, 12);
-            this.lbl_Path_preview.TabIndex = 13;
-            this.lbl_Path_preview.Text = "路径预览";
-            // 
             // statusStrip1
             // 
             this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
@@ -460,38 +493,6 @@
             this.sl_Network.Size = new System.Drawing.Size(68, 17);
             this.sl_Network.Text = "网络不可用";
             // 
-            // panel1
-            // 
-            this.tableLayoutPanel1.SetColumnSpan(this.panel1, 4);
-            this.panel1.Controls.Add(this.label1);
-            this.panel1.Controls.Add(this.txt_Dest);
-            this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
-            this.panel1.Location = new System.Drawing.Point(3, 628);
-            this.panel1.Name = "panel1";
-            this.panel1.Size = new System.Drawing.Size(603, 24);
-            this.panel1.TabIndex = 26;
-            // 
-            // panel2
-            // 
-            this.tableLayoutPanel1.SetColumnSpan(this.panel2, 4);
-            this.panel2.Controls.Add(this.label2);
-            this.panel2.Controls.Add(this.txt_sub);
-            this.panel2.Location = new System.Drawing.Point(3, 658);
-            this.panel2.Name = "panel2";
-            this.panel2.Size = new System.Drawing.Size(603, 24);
-            this.panel2.TabIndex = 27;
-            // 
-            // movieContainer1
-            // 
-            this.movieContainer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
-            this.movieContainer1.IsShowOtherButton = false;
-            this.movieContainer1.Location = new System.Drawing.Point(6, 175);
-            this.movieContainer1.Movie = null;
-            this.movieContainer1.MovieList = null;
-            this.movieContainer1.Name = "movieContainer1";
-            this.movieContainer1.Size = new System.Drawing.Size(915, 410);
-            this.movieContainer1.TabIndex = 5;
-            // 
             // Form1
             // 
             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
@@ -507,16 +508,16 @@
             this.tabPage1.ResumeLayout(false);
             this.tableLayoutPanel1.ResumeLayout(false);
             this.tableLayoutPanel1.PerformLayout();
+            this.panel1.ResumeLayout(false);
+            this.panel1.PerformLayout();
+            this.panel2.ResumeLayout(false);
+            this.panel2.PerformLayout();
             this.tabControl1.ResumeLayout(false);
             this.tabPage2.ResumeLayout(false);
             this.tabPage2.PerformLayout();
             this.cmenu_p4.ResumeLayout(false);
             this.statusStrip1.ResumeLayout(false);
             this.statusStrip1.PerformLayout();
-            this.panel1.ResumeLayout(false);
-            this.panel1.PerformLayout();
-            this.panel2.ResumeLayout(false);
-            this.panel2.PerformLayout();
             this.ResumeLayout(false);
             this.PerformLayout();
 

+ 46 - 0
PicSo/PicSo.csproj

@@ -14,6 +14,22 @@
     <TargetFrameworkProfile>
     </TargetFrameworkProfile>
     <FileAlignment>512</FileAlignment>
+    <IsWebBootstrapper>false</IsWebBootstrapper>
+    <PublishUrl>publish\</PublishUrl>
+    <Install>false</Install>
+    <InstallFrom>Disk</InstallFrom>
+    <UpdateEnabled>false</UpdateEnabled>
+    <UpdateMode>Foreground</UpdateMode>
+    <UpdateInterval>7</UpdateInterval>
+    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
+    <UpdatePeriodically>false</UpdatePeriodically>
+    <UpdateRequired>false</UpdateRequired>
+    <MapFileExtensions>true</MapFileExtensions>
+    <ApplicationRevision>1</ApplicationRevision>
+    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
+    <UseApplicationTrust>false</UseApplicationTrust>
+    <PublishWizardCompleted>true</PublishWizardCompleted>
+    <BootstrapperEnabled>true</BootstrapperEnabled>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     <PlatformTarget>x86</PlatformTarget>
@@ -37,6 +53,18 @@
   <PropertyGroup>
     <ApplicationIcon>1414496318_339862.ico</ApplicationIcon>
   </PropertyGroup>
+  <PropertyGroup>
+    <ManifestCertificateThumbprint>B4C5C541B9675ED900A1973DDD3442E0ACAD532A</ManifestCertificateThumbprint>
+  </PropertyGroup>
+  <PropertyGroup>
+    <ManifestKeyFile>PicSo_TemporaryKey.pfx</ManifestKeyFile>
+  </PropertyGroup>
+  <PropertyGroup>
+    <GenerateManifests>true</GenerateManifests>
+  </PropertyGroup>
+  <PropertyGroup>
+    <SignManifests>false</SignManifests>
+  </PropertyGroup>
   <ItemGroup>
     <Reference Include="HtmlAgilityPack">
       <HintPath>.\HtmlAgilityPack.dll</HintPath>
@@ -113,6 +141,7 @@
       <DesignTime>True</DesignTime>
     </Compile>
     <None Include="app.config" />
+    <None Include="PicSo_TemporaryKey.pfx" />
     <None Include="Properties\Settings.settings">
       <Generator>SettingsSingleFileGenerator</Generator>
       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
@@ -136,6 +165,23 @@
   <ItemGroup>
     <Content Include="1414496318_339862.ico" />
   </ItemGroup>
+  <ItemGroup>
+    <BootstrapperPackage Include=".NETFramework,Version=v4.0">
+      <Visible>False</Visible>
+      <ProductName>Microsoft .NET Framework 4 %28x86 和 x64%29</ProductName>
+      <Install>true</Install>
+    </BootstrapperPackage>
+    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
+      <Visible>False</Visible>
+      <ProductName>.NET Framework 3.5 SP1</ProductName>
+      <Install>false</Install>
+    </BootstrapperPackage>
+    <BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
+      <Visible>False</Visible>
+      <ProductName>Windows Installer 4.5</ProductName>
+      <Install>true</Install>
+    </BootstrapperPackage>
+  </ItemGroup>
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
        Other similar extension points exist, see Microsoft.Common.targets.

BIN
PicSo/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache


+ 8 - 4
README.md

@@ -14,19 +14,23 @@ This is a tool to help you sort your JAV (Japanese AV) file.
 
 ### Sort Video Files
 
-1. Check if the label at the left-bottom contains ```Green``` background color. If it's red, your PC can't connect to the web. you can't use this tool. you may need "科学上网".
+1. Check if the label at the left-bottom is ```Green``` background color. If it's red, your PC can't connect to the web. you can't use this tool. you may need "科学上网".
 2. Drag your file to the ListView, it will add all Video file to the list(.mp4 .avi .mov .wmv .mkv .iso .rmvb .rm ). Or, you can use "浏览文件夹".
 3. Check if the code is correct. if not you can right-click change it.
 4. Click ```Go!```
-5. When all item shows "准备好移动文件", you can double click to check cover image, or click "移动文件".
+5. When all item shows "准备好移动文件", you can double click to open the cover image, or click "移动文件".
 
 ### Download Cover By Code
 
 If you dont have video file, only want to check the cover image. 
 
-1. type the code into the textbox and click "新建".
+1. Click "新建空项目",type the code.
 2. Click ```Go```
-3. Cover images will in %Application Path%\Cover.
+3. Cover images will in %Application Path%\Covers.
 
 ## Have fun with it!
 If any bugs, you can feel free to open an issue.
+
+## Error?
+You may install it first.
+https://www.microsoft.com/zh-cn/download/confirmation.aspx?id=23734