Form1.Designer.cs 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706
  1. namespace PicSo
  2. {
  3. partial class Form1
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
  30. this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
  31. this.menu_BigCover = new System.Windows.Forms.ToolStripMenuItem();
  32. this.menu_BrowerFile = new System.Windows.Forms.ToolStripMenuItem();
  33. this.menu_ChangeFcode = new System.Windows.Forms.ToolStripMenuItem();
  34. this.menu_remove = new System.Windows.Forms.ToolStripMenuItem();
  35. this.tabPage1 = new System.Windows.Forms.TabPage();
  36. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  37. this.listView1 = new System.Windows.Forms.ListView();
  38. this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  39. this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  40. this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  41. this.button1 = new System.Windows.Forms.Button();
  42. this.btn_Clear = new System.Windows.Forms.Button();
  43. this.btn_brower = new System.Windows.Forms.Button();
  44. this.btn_AddNewEmptyItem = new System.Windows.Forms.Button();
  45. this.btn_removeItem = new System.Windows.Forms.Button();
  46. this.btn_paste_new = new System.Windows.Forms.Button();
  47. this.btn_MoveFile = new System.Windows.Forms.Button();
  48. this.lbl_Path_preview = new System.Windows.Forms.Label();
  49. this.panel1 = new System.Windows.Forms.Panel();
  50. this.label1 = new System.Windows.Forms.Label();
  51. this.txt_Dest = new System.Windows.Forms.TextBox();
  52. this.panel2 = new System.Windows.Forms.Panel();
  53. this.label2 = new System.Windows.Forms.Label();
  54. this.txt_sub = new System.Windows.Forms.TextBox();
  55. this.cb_IsShowlog = new System.Windows.Forms.CheckBox();
  56. this.tabControl1 = new System.Windows.Forms.TabControl();
  57. this.tabPage2 = new System.Windows.Forms.TabPage();
  58. this.listBox1 = new System.Windows.Forms.ListBox();
  59. this.cb_AutoCorrect = new System.Windows.Forms.CheckBox();
  60. this.btn_LocalSearch = new System.Windows.Forms.Button();
  61. this.txt_LocalSearchKeyWord = new System.Windows.Forms.TextBox();
  62. this.cmenu_p4 = new System.Windows.Forms.ContextMenuStrip(this.components);
  63. this.cmenu_p4_item_copy = new System.Windows.Forms.ToolStripMenuItem();
  64. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  65. this.sl_Network = new System.Windows.Forms.ToolStripStatusLabel();
  66. this.panel3 = new System.Windows.Forms.Panel();
  67. this.label3 = new System.Windows.Forms.Label();
  68. this.label4 = new System.Windows.Forms.Label();
  69. this.label5 = new System.Windows.Forms.Label();
  70. this.label6 = new System.Windows.Forms.Label();
  71. this.label7 = new System.Windows.Forms.Label();
  72. this.label8 = new System.Windows.Forms.Label();
  73. this.label9 = new System.Windows.Forms.Label();
  74. this.movieContainer1 = new PicSo.MovieContainer();
  75. this.contextMenuStrip1.SuspendLayout();
  76. this.tabPage1.SuspendLayout();
  77. this.tableLayoutPanel1.SuspendLayout();
  78. this.panel1.SuspendLayout();
  79. this.panel2.SuspendLayout();
  80. this.tabControl1.SuspendLayout();
  81. this.tabPage2.SuspendLayout();
  82. this.cmenu_p4.SuspendLayout();
  83. this.statusStrip1.SuspendLayout();
  84. this.panel3.SuspendLayout();
  85. this.SuspendLayout();
  86. //
  87. // contextMenuStrip1
  88. //
  89. this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  90. this.menu_BigCover,
  91. this.menu_BrowerFile,
  92. this.menu_ChangeFcode,
  93. this.menu_remove});
  94. this.contextMenuStrip1.Name = "contextMenuStrip1";
  95. this.contextMenuStrip1.Size = new System.Drawing.Size(185, 92);
  96. //
  97. // menu_BigCover
  98. //
  99. this.menu_BigCover.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Bold);
  100. this.menu_BigCover.Name = "menu_BigCover";
  101. this.menu_BigCover.Size = new System.Drawing.Size(184, 22);
  102. this.menu_BigCover.Text = "查看大图";
  103. this.menu_BigCover.Click += new System.EventHandler(this.menu_BigCover_Click);
  104. //
  105. // menu_BrowerFile
  106. //
  107. this.menu_BrowerFile.Name = "menu_BrowerFile";
  108. this.menu_BrowerFile.Size = new System.Drawing.Size(184, 22);
  109. this.menu_BrowerFile.Text = "查看文件位置";
  110. this.menu_BrowerFile.Click += new System.EventHandler(this.menu_BrowerFile_Click);
  111. //
  112. // menu_ChangeFcode
  113. //
  114. this.menu_ChangeFcode.Name = "menu_ChangeFcode";
  115. this.menu_ChangeFcode.Size = new System.Drawing.Size(184, 22);
  116. this.menu_ChangeFcode.Text = "更改此项目的关键字";
  117. this.menu_ChangeFcode.Click += new System.EventHandler(this.menu_ChangeFcode_Click);
  118. //
  119. // menu_remove
  120. //
  121. this.menu_remove.Name = "menu_remove";
  122. this.menu_remove.Size = new System.Drawing.Size(184, 22);
  123. this.menu_remove.Text = "移除项目";
  124. this.menu_remove.Click += new System.EventHandler(this.menu_remove_Click);
  125. //
  126. // tabPage1
  127. //
  128. this.tabPage1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(253)))), ((int)(((byte)(250)))));
  129. this.tabPage1.Controls.Add(this.tableLayoutPanel1);
  130. this.tabPage1.Location = new System.Drawing.Point(4, 26);
  131. this.tabPage1.Name = "tabPage1";
  132. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  133. this.tabPage1.Size = new System.Drawing.Size(923, 569);
  134. this.tabPage1.TabIndex = 0;
  135. this.tabPage1.Text = "批量文件处理";
  136. //
  137. // tableLayoutPanel1
  138. //
  139. this.tableLayoutPanel1.ColumnCount = 6;
  140. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
  141. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
  142. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
  143. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
  144. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
  145. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
  146. this.tableLayoutPanel1.Controls.Add(this.listView1, 0, 2);
  147. this.tableLayoutPanel1.Controls.Add(this.button1, 5, 0);
  148. this.tableLayoutPanel1.Controls.Add(this.btn_Clear, 4, 1);
  149. this.tableLayoutPanel1.Controls.Add(this.btn_brower, 0, 0);
  150. this.tableLayoutPanel1.Controls.Add(this.btn_AddNewEmptyItem, 0, 1);
  151. this.tableLayoutPanel1.Controls.Add(this.btn_removeItem, 4, 0);
  152. this.tableLayoutPanel1.Controls.Add(this.btn_paste_new, 1, 1);
  153. this.tableLayoutPanel1.Controls.Add(this.btn_MoveFile, 5, 3);
  154. this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 3);
  155. this.tableLayoutPanel1.Controls.Add(this.panel2, 0, 4);
  156. this.tableLayoutPanel1.Controls.Add(this.cb_IsShowlog, 4, 3);
  157. this.tableLayoutPanel1.Controls.Add(this.panel3, 0, 5);
  158. this.tableLayoutPanel1.Controls.Add(this.lbl_Path_preview, 0, 7);
  159. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  160. this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 3);
  161. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  162. this.tableLayoutPanel1.RowCount = 8;
  163. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
  164. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
  165. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  166. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  167. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  168. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  169. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  170. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35F));
  171. this.tableLayoutPanel1.Size = new System.Drawing.Size(917, 563);
  172. this.tableLayoutPanel1.TabIndex = 26;
  173. //
  174. // listView1
  175. //
  176. this.listView1.AllowDrop = true;
  177. this.listView1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(253)))), ((int)(((byte)(250)))));
  178. this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  179. this.columnHeader1,
  180. this.columnHeader2,
  181. this.columnHeader3});
  182. this.tableLayoutPanel1.SetColumnSpan(this.listView1, 6);
  183. this.listView1.ContextMenuStrip = this.contextMenuStrip1;
  184. this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
  185. this.listView1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(60)))), ((int)(((byte)(61)))));
  186. this.listView1.FullRowSelect = true;
  187. this.listView1.Location = new System.Drawing.Point(3, 83);
  188. this.listView1.Name = "listView1";
  189. this.listView1.Size = new System.Drawing.Size(911, 342);
  190. this.listView1.TabIndex = 6;
  191. this.listView1.UseCompatibleStateImageBehavior = false;
  192. this.listView1.View = System.Windows.Forms.View.Details;
  193. this.listView1.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.listView1_ColumnClick);
  194. this.listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
  195. this.listView1.DragDrop += new System.Windows.Forms.DragEventHandler(this.listView1_DragDrop);
  196. this.listView1.DragEnter += new System.Windows.Forms.DragEventHandler(this.listView1_DragEnter);
  197. this.listView1.DoubleClick += new System.EventHandler(this.listView1_DoubleClick);
  198. //
  199. // columnHeader1
  200. //
  201. this.columnHeader1.Text = "文件名";
  202. this.columnHeader1.Width = 445;
  203. //
  204. // columnHeader2
  205. //
  206. this.columnHeader2.Text = "番号";
  207. this.columnHeader2.Width = 104;
  208. //
  209. // columnHeader3
  210. //
  211. this.columnHeader3.Text = "状态";
  212. this.columnHeader3.Width = 158;
  213. //
  214. // button1
  215. //
  216. this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(208)))), ((int)(((byte)(243)))));
  217. this.button1.Dock = System.Windows.Forms.DockStyle.Fill;
  218. this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  219. this.button1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  220. this.button1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(60)))), ((int)(((byte)(61)))));
  221. this.button1.Location = new System.Drawing.Point(763, 3);
  222. this.button1.Name = "button1";
  223. this.tableLayoutPanel1.SetRowSpan(this.button1, 2);
  224. this.button1.Size = new System.Drawing.Size(151, 74);
  225. this.button1.TabIndex = 21;
  226. this.button1.Text = "Go";
  227. this.button1.UseVisualStyleBackColor = false;
  228. this.button1.Click += new System.EventHandler(this.button1_Click);
  229. //
  230. // btn_Clear
  231. //
  232. this.btn_Clear.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(205)))), ((int)(((byte)(221)))), ((int)(((byte)(254)))));
  233. this.btn_Clear.Dock = System.Windows.Forms.DockStyle.Fill;
  234. this.btn_Clear.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  235. this.btn_Clear.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  236. this.btn_Clear.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(60)))), ((int)(((byte)(61)))));
  237. this.btn_Clear.Location = new System.Drawing.Point(611, 43);
  238. this.btn_Clear.Name = "btn_Clear";
  239. this.btn_Clear.Size = new System.Drawing.Size(146, 34);
  240. this.btn_Clear.TabIndex = 10;
  241. this.btn_Clear.Text = "清除全部";
  242. this.btn_Clear.UseVisualStyleBackColor = false;
  243. this.btn_Clear.Click += new System.EventHandler(this.btn_Clear_Click);
  244. //
  245. // btn_brower
  246. //
  247. this.btn_brower.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(188)))), ((int)(((byte)(0)))));
  248. this.tableLayoutPanel1.SetColumnSpan(this.btn_brower, 2);
  249. this.btn_brower.Dock = System.Windows.Forms.DockStyle.Fill;
  250. this.btn_brower.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  251. this.btn_brower.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  252. this.btn_brower.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(60)))), ((int)(((byte)(61)))));
  253. this.btn_brower.Location = new System.Drawing.Point(3, 3);
  254. this.btn_brower.Name = "btn_brower";
  255. this.btn_brower.Size = new System.Drawing.Size(298, 34);
  256. this.btn_brower.TabIndex = 3;
  257. this.btn_brower.Text = "浏览文件夹...";
  258. this.btn_brower.UseVisualStyleBackColor = false;
  259. this.btn_brower.Click += new System.EventHandler(this.btn_brower_Click);
  260. //
  261. // btn_AddNewEmptyItem
  262. //
  263. this.btn_AddNewEmptyItem.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(188)))), ((int)(((byte)(0)))));
  264. this.btn_AddNewEmptyItem.Dock = System.Windows.Forms.DockStyle.Fill;
  265. this.btn_AddNewEmptyItem.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  266. this.btn_AddNewEmptyItem.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  267. this.btn_AddNewEmptyItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(60)))), ((int)(((byte)(61)))));
  268. this.btn_AddNewEmptyItem.Location = new System.Drawing.Point(3, 43);
  269. this.btn_AddNewEmptyItem.Name = "btn_AddNewEmptyItem";
  270. this.btn_AddNewEmptyItem.Size = new System.Drawing.Size(146, 34);
  271. this.btn_AddNewEmptyItem.TabIndex = 19;
  272. this.btn_AddNewEmptyItem.Text = "新建空项目";
  273. this.btn_AddNewEmptyItem.UseVisualStyleBackColor = false;
  274. this.btn_AddNewEmptyItem.Click += new System.EventHandler(this.btn_AddNewEmptyItem_Click);
  275. //
  276. // btn_removeItem
  277. //
  278. this.btn_removeItem.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(205)))), ((int)(((byte)(221)))), ((int)(((byte)(254)))));
  279. this.btn_removeItem.Dock = System.Windows.Forms.DockStyle.Fill;
  280. this.btn_removeItem.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  281. this.btn_removeItem.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  282. this.btn_removeItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(60)))), ((int)(((byte)(61)))));
  283. this.btn_removeItem.Location = new System.Drawing.Point(611, 3);
  284. this.btn_removeItem.Name = "btn_removeItem";
  285. this.btn_removeItem.Size = new System.Drawing.Size(146, 34);
  286. this.btn_removeItem.TabIndex = 4;
  287. this.btn_removeItem.Text = "删除选择项目";
  288. this.btn_removeItem.UseVisualStyleBackColor = false;
  289. this.btn_removeItem.Click += new System.EventHandler(this.btn_removeItem_Click);
  290. //
  291. // btn_paste_new
  292. //
  293. this.btn_paste_new.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(188)))), ((int)(((byte)(0)))));
  294. this.btn_paste_new.Dock = System.Windows.Forms.DockStyle.Fill;
  295. this.btn_paste_new.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  296. this.btn_paste_new.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  297. this.btn_paste_new.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(60)))), ((int)(((byte)(61)))));
  298. this.btn_paste_new.Location = new System.Drawing.Point(155, 43);
  299. this.btn_paste_new.Name = "btn_paste_new";
  300. this.btn_paste_new.Size = new System.Drawing.Size(146, 34);
  301. this.btn_paste_new.TabIndex = 20;
  302. this.btn_paste_new.Text = "剪贴板新建";
  303. this.btn_paste_new.UseVisualStyleBackColor = false;
  304. this.btn_paste_new.Click += new System.EventHandler(this.btn_paste_new_Click);
  305. //
  306. // btn_MoveFile
  307. //
  308. this.btn_MoveFile.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(188)))), ((int)(((byte)(0)))));
  309. this.btn_MoveFile.Dock = System.Windows.Forms.DockStyle.Fill;
  310. this.btn_MoveFile.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  311. this.btn_MoveFile.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  312. this.btn_MoveFile.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(60)))), ((int)(((byte)(61)))));
  313. this.btn_MoveFile.Location = new System.Drawing.Point(763, 431);
  314. this.btn_MoveFile.Name = "btn_MoveFile";
  315. this.tableLayoutPanel1.SetRowSpan(this.btn_MoveFile, 2);
  316. this.btn_MoveFile.Size = new System.Drawing.Size(151, 54);
  317. this.btn_MoveFile.TabIndex = 25;
  318. this.btn_MoveFile.Text = "移动文件";
  319. this.btn_MoveFile.UseVisualStyleBackColor = false;
  320. this.btn_MoveFile.Click += new System.EventHandler(this.btn_MoveFile_Click);
  321. //
  322. // lbl_Path_preview
  323. //
  324. this.lbl_Path_preview.AutoSize = true;
  325. this.tableLayoutPanel1.SetColumnSpan(this.lbl_Path_preview, 6);
  326. this.lbl_Path_preview.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  327. this.lbl_Path_preview.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(60)))), ((int)(((byte)(61)))));
  328. this.lbl_Path_preview.Location = new System.Drawing.Point(3, 528);
  329. this.lbl_Path_preview.Name = "lbl_Path_preview";
  330. this.lbl_Path_preview.Size = new System.Drawing.Size(164, 17);
  331. this.lbl_Path_preview.TabIndex = 13;
  332. this.lbl_Path_preview.Text = "【点列表条目预览目标路径】";
  333. //
  334. // panel1
  335. //
  336. this.tableLayoutPanel1.SetColumnSpan(this.panel1, 4);
  337. this.panel1.Controls.Add(this.label1);
  338. this.panel1.Controls.Add(this.txt_Dest);
  339. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  340. this.panel1.Location = new System.Drawing.Point(3, 431);
  341. this.panel1.Name = "panel1";
  342. this.panel1.Size = new System.Drawing.Size(602, 24);
  343. this.panel1.TabIndex = 26;
  344. //
  345. // label1
  346. //
  347. this.label1.AutoSize = true;
  348. this.label1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  349. this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(60)))), ((int)(((byte)(61)))));
  350. this.label1.Location = new System.Drawing.Point(0, 3);
  351. this.label1.Name = "label1";
  352. this.label1.Size = new System.Drawing.Size(56, 17);
  353. this.label1.TabIndex = 12;
  354. this.label1.Text = "目标路径";
  355. //
  356. // txt_Dest
  357. //
  358. this.txt_Dest.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  359. this.txt_Dest.Location = new System.Drawing.Point(62, 0);
  360. this.txt_Dest.Name = "txt_Dest";
  361. this.txt_Dest.Size = new System.Drawing.Size(497, 23);
  362. this.txt_Dest.TabIndex = 9;
  363. this.txt_Dest.Leave += new System.EventHandler(this.txt_Dest_Leave);
  364. //
  365. // panel2
  366. //
  367. this.tableLayoutPanel1.SetColumnSpan(this.panel2, 4);
  368. this.panel2.Controls.Add(this.label2);
  369. this.panel2.Controls.Add(this.txt_sub);
  370. this.panel2.Location = new System.Drawing.Point(3, 461);
  371. this.panel2.Name = "panel2";
  372. this.panel2.Size = new System.Drawing.Size(602, 24);
  373. this.panel2.TabIndex = 27;
  374. //
  375. // label2
  376. //
  377. this.label2.AutoSize = true;
  378. this.label2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  379. this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(60)))), ((int)(((byte)(61)))));
  380. this.label2.Location = new System.Drawing.Point(0, 3);
  381. this.label2.Name = "label2";
  382. this.label2.Size = new System.Drawing.Size(56, 17);
  383. this.label2.TabIndex = 13;
  384. this.label2.Text = "分类路径";
  385. //
  386. // txt_sub
  387. //
  388. this.txt_sub.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  389. this.txt_sub.Location = new System.Drawing.Point(62, 0);
  390. this.txt_sub.Name = "txt_sub";
  391. this.txt_sub.Size = new System.Drawing.Size(497, 23);
  392. this.txt_sub.TabIndex = 8;
  393. this.txt_sub.Text = "演员\\[番号]标题";
  394. this.txt_sub.Leave += new System.EventHandler(this.txt_sub_Leave);
  395. //
  396. // cb_IsShowlog
  397. //
  398. this.cb_IsShowlog.AutoSize = true;
  399. this.cb_IsShowlog.Checked = true;
  400. this.cb_IsShowlog.CheckState = System.Windows.Forms.CheckState.Checked;
  401. this.cb_IsShowlog.Dock = System.Windows.Forms.DockStyle.Right;
  402. this.cb_IsShowlog.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  403. this.cb_IsShowlog.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(60)))), ((int)(((byte)(61)))));
  404. this.cb_IsShowlog.Location = new System.Drawing.Point(646, 431);
  405. this.cb_IsShowlog.Name = "cb_IsShowlog";
  406. this.tableLayoutPanel1.SetRowSpan(this.cb_IsShowlog, 2);
  407. this.cb_IsShowlog.Size = new System.Drawing.Size(111, 54);
  408. this.cb_IsShowlog.TabIndex = 18;
  409. this.cb_IsShowlog.Text = "完成后显示日志";
  410. this.cb_IsShowlog.UseVisualStyleBackColor = true;
  411. //
  412. // tabControl1
  413. //
  414. this.tabControl1.Controls.Add(this.tabPage1);
  415. this.tabControl1.Controls.Add(this.tabPage2);
  416. this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  417. this.tabControl1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  418. this.tabControl1.Location = new System.Drawing.Point(0, 0);
  419. this.tabControl1.Name = "tabControl1";
  420. this.tabControl1.SelectedIndex = 0;
  421. this.tabControl1.Size = new System.Drawing.Size(931, 599);
  422. this.tabControl1.TabIndex = 26;
  423. //
  424. // tabPage2
  425. //
  426. this.tabPage2.Controls.Add(this.movieContainer1);
  427. this.tabPage2.Controls.Add(this.listBox1);
  428. this.tabPage2.Controls.Add(this.cb_AutoCorrect);
  429. this.tabPage2.Controls.Add(this.btn_LocalSearch);
  430. this.tabPage2.Controls.Add(this.txt_LocalSearchKeyWord);
  431. this.tabPage2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  432. this.tabPage2.Location = new System.Drawing.Point(4, 26);
  433. this.tabPage2.Name = "tabPage2";
  434. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  435. this.tabPage2.Size = new System.Drawing.Size(923, 569);
  436. this.tabPage2.TabIndex = 1;
  437. this.tabPage2.Text = "本地查询";
  438. this.tabPage2.UseVisualStyleBackColor = true;
  439. //
  440. // listBox1
  441. //
  442. this.listBox1.FormattingEnabled = true;
  443. this.listBox1.ItemHeight = 12;
  444. this.listBox1.Location = new System.Drawing.Point(6, 33);
  445. this.listBox1.Name = "listBox1";
  446. this.listBox1.Size = new System.Drawing.Size(913, 112);
  447. this.listBox1.TabIndex = 4;
  448. this.listBox1.SelectedIndexChanged += new System.EventHandler(this.listBox1_SelectedIndexChanged);
  449. //
  450. // cb_AutoCorrect
  451. //
  452. this.cb_AutoCorrect.AutoSize = true;
  453. this.cb_AutoCorrect.Checked = true;
  454. this.cb_AutoCorrect.CheckState = System.Windows.Forms.CheckState.Checked;
  455. this.cb_AutoCorrect.Location = new System.Drawing.Point(231, 8);
  456. this.cb_AutoCorrect.Name = "cb_AutoCorrect";
  457. this.cb_AutoCorrect.Size = new System.Drawing.Size(72, 16);
  458. this.cb_AutoCorrect.TabIndex = 3;
  459. this.cb_AutoCorrect.Text = "自动改正";
  460. this.cb_AutoCorrect.UseVisualStyleBackColor = true;
  461. //
  462. // btn_LocalSearch
  463. //
  464. this.btn_LocalSearch.Location = new System.Drawing.Point(309, 4);
  465. this.btn_LocalSearch.Name = "btn_LocalSearch";
  466. this.btn_LocalSearch.Size = new System.Drawing.Size(123, 23);
  467. this.btn_LocalSearch.TabIndex = 1;
  468. this.btn_LocalSearch.Text = "搜索";
  469. this.btn_LocalSearch.UseVisualStyleBackColor = true;
  470. this.btn_LocalSearch.Click += new System.EventHandler(this.btn_LocalSearch_Click);
  471. //
  472. // txt_LocalSearchKeyWord
  473. //
  474. this.txt_LocalSearchKeyWord.Location = new System.Drawing.Point(6, 6);
  475. this.txt_LocalSearchKeyWord.Name = "txt_LocalSearchKeyWord";
  476. this.txt_LocalSearchKeyWord.Size = new System.Drawing.Size(219, 21);
  477. this.txt_LocalSearchKeyWord.TabIndex = 0;
  478. this.txt_LocalSearchKeyWord.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_LocalSearchKeyWord_KeyPress);
  479. //
  480. // cmenu_p4
  481. //
  482. this.cmenu_p4.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  483. this.cmenu_p4_item_copy});
  484. this.cmenu_p4.Name = "cmenu_p4";
  485. this.cmenu_p4.Size = new System.Drawing.Size(125, 26);
  486. //
  487. // cmenu_p4_item_copy
  488. //
  489. this.cmenu_p4_item_copy.Name = "cmenu_p4_item_copy";
  490. this.cmenu_p4_item_copy.Size = new System.Drawing.Size(124, 22);
  491. this.cmenu_p4_item_copy.Text = "复制地址";
  492. //
  493. // statusStrip1
  494. //
  495. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  496. this.sl_Network});
  497. this.statusStrip1.Location = new System.Drawing.Point(0, 577);
  498. this.statusStrip1.Name = "statusStrip1";
  499. this.statusStrip1.Size = new System.Drawing.Size(931, 22);
  500. this.statusStrip1.TabIndex = 27;
  501. this.statusStrip1.Text = "statusStrip1";
  502. //
  503. // sl_Network
  504. //
  505. this.sl_Network.BackColor = System.Drawing.Color.Crimson;
  506. this.sl_Network.Name = "sl_Network";
  507. this.sl_Network.Size = new System.Drawing.Size(68, 17);
  508. this.sl_Network.Text = "网络不可用";
  509. //
  510. // panel3
  511. //
  512. this.tableLayoutPanel1.SetColumnSpan(this.panel3, 4);
  513. this.panel3.Controls.Add(this.label9);
  514. this.panel3.Controls.Add(this.label8);
  515. this.panel3.Controls.Add(this.label7);
  516. this.panel3.Controls.Add(this.label6);
  517. this.panel3.Controls.Add(this.label5);
  518. this.panel3.Controls.Add(this.label4);
  519. this.panel3.Controls.Add(this.label3);
  520. this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
  521. this.panel3.Location = new System.Drawing.Point(3, 491);
  522. this.panel3.Name = "panel3";
  523. this.panel3.Size = new System.Drawing.Size(602, 14);
  524. this.panel3.TabIndex = 28;
  525. //
  526. // label3
  527. //
  528. this.label3.AutoSize = true;
  529. this.label3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  530. this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(60)))), ((int)(((byte)(61)))));
  531. this.label3.Location = new System.Drawing.Point(93, 0);
  532. this.label3.Name = "label3";
  533. this.label3.Size = new System.Drawing.Size(32, 17);
  534. this.label3.TabIndex = 14;
  535. this.label3.Text = "番号";
  536. this.label3.DoubleClick += new System.EventHandler(this.label3_DoubleClick);
  537. //
  538. // label4
  539. //
  540. this.label4.AutoSize = true;
  541. this.label4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  542. this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(60)))), ((int)(((byte)(61)))));
  543. this.label4.Location = new System.Drawing.Point(155, 0);
  544. this.label4.Name = "label4";
  545. this.label4.Size = new System.Drawing.Size(32, 17);
  546. this.label4.TabIndex = 15;
  547. this.label4.Text = "演员";
  548. this.label4.DoubleClick += new System.EventHandler(this.label3_DoubleClick);
  549. //
  550. // label5
  551. //
  552. this.label5.AutoSize = true;
  553. this.label5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  554. this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(60)))), ((int)(((byte)(61)))));
  555. this.label5.Location = new System.Drawing.Point(217, 0);
  556. this.label5.Name = "label5";
  557. this.label5.Size = new System.Drawing.Size(32, 17);
  558. this.label5.TabIndex = 16;
  559. this.label5.Text = "标题";
  560. this.label5.DoubleClick += new System.EventHandler(this.label3_DoubleClick);
  561. //
  562. // label6
  563. //
  564. this.label6.AutoSize = true;
  565. this.label6.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  566. this.label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(60)))), ((int)(((byte)(61)))));
  567. this.label6.Location = new System.Drawing.Point(279, 0);
  568. this.label6.Name = "label6";
  569. this.label6.Size = new System.Drawing.Size(32, 17);
  570. this.label6.TabIndex = 17;
  571. this.label6.Text = "厂商";
  572. this.label6.DoubleClick += new System.EventHandler(this.label3_DoubleClick);
  573. //
  574. // label7
  575. //
  576. this.label7.AutoSize = true;
  577. this.label7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  578. this.label7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(60)))), ((int)(((byte)(61)))));
  579. this.label7.Location = new System.Drawing.Point(341, 0);
  580. this.label7.Name = "label7";
  581. this.label7.Size = new System.Drawing.Size(32, 17);
  582. this.label7.TabIndex = 18;
  583. this.label7.Text = "标签";
  584. this.label7.DoubleClick += new System.EventHandler(this.label3_DoubleClick);
  585. //
  586. // label8
  587. //
  588. this.label8.AutoSize = true;
  589. this.label8.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  590. this.label8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(60)))), ((int)(((byte)(61)))));
  591. this.label8.Location = new System.Drawing.Point(403, 0);
  592. this.label8.Name = "label8";
  593. this.label8.Size = new System.Drawing.Size(44, 17);
  594. this.label8.TabIndex = 19;
  595. this.label8.Text = "制造商";
  596. this.label8.DoubleClick += new System.EventHandler(this.label3_DoubleClick);
  597. //
  598. // label9
  599. //
  600. this.label9.AutoSize = true;
  601. this.label9.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  602. this.label9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(60)))), ((int)(((byte)(61)))));
  603. this.label9.Location = new System.Drawing.Point(0, 0);
  604. this.label9.Name = "label9";
  605. this.label9.Size = new System.Drawing.Size(87, 17);
  606. this.label9.TabIndex = 20;
  607. this.label9.Text = "双设计路径-->";
  608. //
  609. // movieContainer1
  610. //
  611. this.movieContainer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  612. this.movieContainer1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  613. this.movieContainer1.IsShowOtherButton = false;
  614. this.movieContainer1.Location = new System.Drawing.Point(8, 168);
  615. this.movieContainer1.Movie = null;
  616. this.movieContainer1.MovieList = null;
  617. this.movieContainer1.Name = "movieContainer1";
  618. this.movieContainer1.Size = new System.Drawing.Size(911, 438);
  619. this.movieContainer1.TabIndex = 5;
  620. //
  621. // Form1
  622. //
  623. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  624. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  625. this.ClientSize = new System.Drawing.Size(931, 599);
  626. this.Controls.Add(this.statusStrip1);
  627. this.Controls.Add(this.tabControl1);
  628. this.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(60)))), ((int)(((byte)(61)))));
  629. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  630. this.Name = "Form1";
  631. this.Text = "AVSorter";
  632. this.Load += new System.EventHandler(this.Form1_Load);
  633. this.contextMenuStrip1.ResumeLayout(false);
  634. this.tabPage1.ResumeLayout(false);
  635. this.tableLayoutPanel1.ResumeLayout(false);
  636. this.tableLayoutPanel1.PerformLayout();
  637. this.panel1.ResumeLayout(false);
  638. this.panel1.PerformLayout();
  639. this.panel2.ResumeLayout(false);
  640. this.panel2.PerformLayout();
  641. this.tabControl1.ResumeLayout(false);
  642. this.tabPage2.ResumeLayout(false);
  643. this.tabPage2.PerformLayout();
  644. this.cmenu_p4.ResumeLayout(false);
  645. this.statusStrip1.ResumeLayout(false);
  646. this.statusStrip1.PerformLayout();
  647. this.panel3.ResumeLayout(false);
  648. this.panel3.PerformLayout();
  649. this.ResumeLayout(false);
  650. this.PerformLayout();
  651. }
  652. #endregion
  653. private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
  654. private System.Windows.Forms.ToolStripMenuItem menu_BrowerFile;
  655. private System.Windows.Forms.ToolStripMenuItem menu_ChangeFcode;
  656. private System.Windows.Forms.ToolStripMenuItem menu_remove;
  657. private System.Windows.Forms.ToolStripMenuItem menu_BigCover;
  658. private System.Windows.Forms.TabPage tabPage1;
  659. private System.Windows.Forms.Button btn_removeItem;
  660. private System.Windows.Forms.Button btn_brower;
  661. private System.Windows.Forms.Button btn_Clear;
  662. private System.Windows.Forms.Button btn_MoveFile;
  663. private System.Windows.Forms.CheckBox cb_IsShowlog;
  664. private System.Windows.Forms.TextBox txt_Dest;
  665. private System.Windows.Forms.Label label2;
  666. private System.Windows.Forms.TextBox txt_sub;
  667. private System.Windows.Forms.Label label1;
  668. private System.Windows.Forms.TabControl tabControl1;
  669. private System.Windows.Forms.Button btn_AddNewEmptyItem;
  670. private System.Windows.Forms.TabPage tabPage2;
  671. private System.Windows.Forms.Button btn_LocalSearch;
  672. private System.Windows.Forms.TextBox txt_LocalSearchKeyWord;
  673. private System.Windows.Forms.CheckBox cb_AutoCorrect;
  674. private System.Windows.Forms.ListBox listBox1;
  675. private System.Windows.Forms.ContextMenuStrip cmenu_p4;
  676. private System.Windows.Forms.ToolStripMenuItem cmenu_p4_item_copy;
  677. private System.Windows.Forms.Button btn_paste_new;
  678. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  679. private System.Windows.Forms.ListView listView1;
  680. private System.Windows.Forms.ColumnHeader columnHeader1;
  681. private System.Windows.Forms.ColumnHeader columnHeader2;
  682. private System.Windows.Forms.ColumnHeader columnHeader3;
  683. private System.Windows.Forms.Button button1;
  684. private System.Windows.Forms.Label lbl_Path_preview;
  685. private System.Windows.Forms.StatusStrip statusStrip1;
  686. private System.Windows.Forms.ToolStripStatusLabel sl_Network;
  687. private System.Windows.Forms.Panel panel1;
  688. private System.Windows.Forms.Panel panel2;
  689. private MovieContainer movieContainer1;
  690. private System.Windows.Forms.Panel panel3;
  691. private System.Windows.Forms.Label label7;
  692. private System.Windows.Forms.Label label6;
  693. private System.Windows.Forms.Label label5;
  694. private System.Windows.Forms.Label label4;
  695. private System.Windows.Forms.Label label3;
  696. private System.Windows.Forms.Label label8;
  697. private System.Windows.Forms.Label label9;
  698. }
  699. }