Form1.Designer.cs 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567
  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.movieContainer1 = new PicSo.MovieContainer();
  59. this.listBox1 = new System.Windows.Forms.ListBox();
  60. this.cb_AutoCorrect = new System.Windows.Forms.CheckBox();
  61. this.btn_LocalSearch = new System.Windows.Forms.Button();
  62. this.txt_LocalSearchKeyWord = new System.Windows.Forms.TextBox();
  63. this.cmenu_p4 = new System.Windows.Forms.ContextMenuStrip(this.components);
  64. this.cmenu_p4_item_copy = new System.Windows.Forms.ToolStripMenuItem();
  65. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  66. this.sl_Network = new System.Windows.Forms.ToolStripStatusLabel();
  67. this.contextMenuStrip1.SuspendLayout();
  68. this.tabPage1.SuspendLayout();
  69. this.tableLayoutPanel1.SuspendLayout();
  70. this.panel1.SuspendLayout();
  71. this.panel2.SuspendLayout();
  72. this.tabControl1.SuspendLayout();
  73. this.tabPage2.SuspendLayout();
  74. this.cmenu_p4.SuspendLayout();
  75. this.statusStrip1.SuspendLayout();
  76. this.SuspendLayout();
  77. //
  78. // contextMenuStrip1
  79. //
  80. this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  81. this.menu_BigCover,
  82. this.menu_BrowerFile,
  83. this.menu_ChangeFcode,
  84. this.menu_remove});
  85. this.contextMenuStrip1.Name = "contextMenuStrip1";
  86. this.contextMenuStrip1.Size = new System.Drawing.Size(185, 92);
  87. //
  88. // menu_BigCover
  89. //
  90. this.menu_BigCover.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Bold);
  91. this.menu_BigCover.Name = "menu_BigCover";
  92. this.menu_BigCover.Size = new System.Drawing.Size(184, 22);
  93. this.menu_BigCover.Text = "查看大图";
  94. this.menu_BigCover.Click += new System.EventHandler(this.menu_BigCover_Click);
  95. //
  96. // menu_BrowerFile
  97. //
  98. this.menu_BrowerFile.Name = "menu_BrowerFile";
  99. this.menu_BrowerFile.Size = new System.Drawing.Size(184, 22);
  100. this.menu_BrowerFile.Text = "查看文件位置";
  101. this.menu_BrowerFile.Click += new System.EventHandler(this.menu_BrowerFile_Click);
  102. //
  103. // menu_ChangeFcode
  104. //
  105. this.menu_ChangeFcode.Name = "menu_ChangeFcode";
  106. this.menu_ChangeFcode.Size = new System.Drawing.Size(184, 22);
  107. this.menu_ChangeFcode.Text = "更改此项目的关键字";
  108. this.menu_ChangeFcode.Click += new System.EventHandler(this.menu_ChangeFcode_Click);
  109. //
  110. // menu_remove
  111. //
  112. this.menu_remove.Name = "menu_remove";
  113. this.menu_remove.Size = new System.Drawing.Size(184, 22);
  114. this.menu_remove.Text = "移除项目";
  115. this.menu_remove.Click += new System.EventHandler(this.menu_remove_Click);
  116. //
  117. // tabPage1
  118. //
  119. this.tabPage1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(253)))), ((int)(((byte)(250)))));
  120. this.tabPage1.Controls.Add(this.tableLayoutPanel1);
  121. this.tabPage1.Location = new System.Drawing.Point(4, 22);
  122. this.tabPage1.Name = "tabPage1";
  123. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  124. this.tabPage1.Size = new System.Drawing.Size(924, 579);
  125. this.tabPage1.TabIndex = 0;
  126. this.tabPage1.Text = "批量文件处理";
  127. //
  128. // tableLayoutPanel1
  129. //
  130. this.tableLayoutPanel1.ColumnCount = 6;
  131. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
  132. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
  133. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
  134. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
  135. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
  136. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
  137. this.tableLayoutPanel1.Controls.Add(this.listView1, 0, 2);
  138. this.tableLayoutPanel1.Controls.Add(this.button1, 5, 0);
  139. this.tableLayoutPanel1.Controls.Add(this.btn_Clear, 4, 1);
  140. this.tableLayoutPanel1.Controls.Add(this.btn_brower, 0, 0);
  141. this.tableLayoutPanel1.Controls.Add(this.btn_AddNewEmptyItem, 0, 1);
  142. this.tableLayoutPanel1.Controls.Add(this.btn_removeItem, 4, 0);
  143. this.tableLayoutPanel1.Controls.Add(this.btn_paste_new, 1, 1);
  144. this.tableLayoutPanel1.Controls.Add(this.btn_MoveFile, 5, 3);
  145. this.tableLayoutPanel1.Controls.Add(this.lbl_Path_preview, 0, 6);
  146. this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 3);
  147. this.tableLayoutPanel1.Controls.Add(this.panel2, 0, 4);
  148. this.tableLayoutPanel1.Controls.Add(this.cb_IsShowlog, 4, 3);
  149. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  150. this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 3);
  151. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  152. this.tableLayoutPanel1.RowCount = 8;
  153. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
  154. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
  155. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  156. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  157. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  158. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  159. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  160. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  161. this.tableLayoutPanel1.Size = new System.Drawing.Size(918, 573);
  162. this.tableLayoutPanel1.TabIndex = 26;
  163. //
  164. // listView1
  165. //
  166. this.listView1.AllowDrop = true;
  167. this.listView1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(253)))), ((int)(((byte)(250)))));
  168. this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  169. this.columnHeader1,
  170. this.columnHeader2,
  171. this.columnHeader3});
  172. this.tableLayoutPanel1.SetColumnSpan(this.listView1, 6);
  173. this.listView1.ContextMenuStrip = this.contextMenuStrip1;
  174. this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
  175. this.listView1.FullRowSelect = true;
  176. this.listView1.Location = new System.Drawing.Point(3, 83);
  177. this.listView1.Name = "listView1";
  178. this.listView1.Size = new System.Drawing.Size(912, 357);
  179. this.listView1.TabIndex = 6;
  180. this.listView1.UseCompatibleStateImageBehavior = false;
  181. this.listView1.View = System.Windows.Forms.View.Details;
  182. this.listView1.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.listView1_ColumnClick);
  183. this.listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
  184. this.listView1.DragDrop += new System.Windows.Forms.DragEventHandler(this.listView1_DragDrop);
  185. this.listView1.DragEnter += new System.Windows.Forms.DragEventHandler(this.listView1_DragEnter);
  186. this.listView1.DoubleClick += new System.EventHandler(this.listView1_DoubleClick);
  187. //
  188. // columnHeader1
  189. //
  190. this.columnHeader1.Text = "文件名";
  191. this.columnHeader1.Width = 445;
  192. //
  193. // columnHeader2
  194. //
  195. this.columnHeader2.Text = "番号";
  196. this.columnHeader2.Width = 104;
  197. //
  198. // columnHeader3
  199. //
  200. this.columnHeader3.Text = "状态";
  201. this.columnHeader3.Width = 158;
  202. //
  203. // button1
  204. //
  205. this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(208)))), ((int)(((byte)(243)))));
  206. this.button1.Dock = System.Windows.Forms.DockStyle.Fill;
  207. this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  208. this.button1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  209. this.button1.Location = new System.Drawing.Point(763, 3);
  210. this.button1.Name = "button1";
  211. this.tableLayoutPanel1.SetRowSpan(this.button1, 2);
  212. this.button1.Size = new System.Drawing.Size(152, 74);
  213. this.button1.TabIndex = 21;
  214. this.button1.Text = "Go";
  215. this.button1.UseVisualStyleBackColor = false;
  216. this.button1.Click += new System.EventHandler(this.button1_Click);
  217. //
  218. // btn_Clear
  219. //
  220. this.btn_Clear.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(205)))), ((int)(((byte)(221)))), ((int)(((byte)(254)))));
  221. this.btn_Clear.Dock = System.Windows.Forms.DockStyle.Fill;
  222. this.btn_Clear.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  223. this.btn_Clear.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  224. this.btn_Clear.Location = new System.Drawing.Point(611, 43);
  225. this.btn_Clear.Name = "btn_Clear";
  226. this.btn_Clear.Size = new System.Drawing.Size(146, 34);
  227. this.btn_Clear.TabIndex = 10;
  228. this.btn_Clear.Text = "清除全部";
  229. this.btn_Clear.UseVisualStyleBackColor = false;
  230. this.btn_Clear.Click += new System.EventHandler(this.btn_Clear_Click);
  231. //
  232. // btn_brower
  233. //
  234. this.btn_brower.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(188)))), ((int)(((byte)(0)))));
  235. this.tableLayoutPanel1.SetColumnSpan(this.btn_brower, 2);
  236. this.btn_brower.Dock = System.Windows.Forms.DockStyle.Fill;
  237. this.btn_brower.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  238. this.btn_brower.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  239. this.btn_brower.Location = new System.Drawing.Point(3, 3);
  240. this.btn_brower.Name = "btn_brower";
  241. this.btn_brower.Size = new System.Drawing.Size(298, 34);
  242. this.btn_brower.TabIndex = 3;
  243. this.btn_brower.Text = "浏览文件夹...";
  244. this.btn_brower.UseVisualStyleBackColor = false;
  245. this.btn_brower.Click += new System.EventHandler(this.btn_brower_Click);
  246. //
  247. // btn_AddNewEmptyItem
  248. //
  249. this.btn_AddNewEmptyItem.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(188)))), ((int)(((byte)(0)))));
  250. this.btn_AddNewEmptyItem.Dock = System.Windows.Forms.DockStyle.Fill;
  251. this.btn_AddNewEmptyItem.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  252. this.btn_AddNewEmptyItem.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  253. this.btn_AddNewEmptyItem.Location = new System.Drawing.Point(3, 43);
  254. this.btn_AddNewEmptyItem.Name = "btn_AddNewEmptyItem";
  255. this.btn_AddNewEmptyItem.Size = new System.Drawing.Size(146, 34);
  256. this.btn_AddNewEmptyItem.TabIndex = 19;
  257. this.btn_AddNewEmptyItem.Text = "新建空项目";
  258. this.btn_AddNewEmptyItem.UseVisualStyleBackColor = false;
  259. this.btn_AddNewEmptyItem.Click += new System.EventHandler(this.btn_AddNewEmptyItem_Click);
  260. //
  261. // btn_removeItem
  262. //
  263. this.btn_removeItem.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(205)))), ((int)(((byte)(221)))), ((int)(((byte)(254)))));
  264. this.btn_removeItem.Dock = System.Windows.Forms.DockStyle.Fill;
  265. this.btn_removeItem.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  266. this.btn_removeItem.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  267. this.btn_removeItem.Location = new System.Drawing.Point(611, 3);
  268. this.btn_removeItem.Name = "btn_removeItem";
  269. this.btn_removeItem.Size = new System.Drawing.Size(146, 34);
  270. this.btn_removeItem.TabIndex = 4;
  271. this.btn_removeItem.Text = "删除选择项目";
  272. this.btn_removeItem.UseVisualStyleBackColor = false;
  273. this.btn_removeItem.Click += new System.EventHandler(this.btn_removeItem_Click);
  274. //
  275. // btn_paste_new
  276. //
  277. this.btn_paste_new.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(188)))), ((int)(((byte)(0)))));
  278. this.btn_paste_new.Dock = System.Windows.Forms.DockStyle.Fill;
  279. this.btn_paste_new.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  280. this.btn_paste_new.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  281. this.btn_paste_new.Location = new System.Drawing.Point(155, 43);
  282. this.btn_paste_new.Name = "btn_paste_new";
  283. this.btn_paste_new.Size = new System.Drawing.Size(146, 34);
  284. this.btn_paste_new.TabIndex = 20;
  285. this.btn_paste_new.Text = "剪贴板新建";
  286. this.btn_paste_new.UseVisualStyleBackColor = false;
  287. this.btn_paste_new.Click += new System.EventHandler(this.btn_paste_new_Click);
  288. //
  289. // btn_MoveFile
  290. //
  291. this.btn_MoveFile.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(188)))), ((int)(((byte)(0)))));
  292. this.btn_MoveFile.Dock = System.Windows.Forms.DockStyle.Fill;
  293. this.btn_MoveFile.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  294. this.btn_MoveFile.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  295. this.btn_MoveFile.Location = new System.Drawing.Point(763, 446);
  296. this.btn_MoveFile.Name = "btn_MoveFile";
  297. this.tableLayoutPanel1.SetRowSpan(this.btn_MoveFile, 2);
  298. this.btn_MoveFile.Size = new System.Drawing.Size(152, 54);
  299. this.btn_MoveFile.TabIndex = 25;
  300. this.btn_MoveFile.Text = "移动文件";
  301. this.btn_MoveFile.UseVisualStyleBackColor = false;
  302. this.btn_MoveFile.Click += new System.EventHandler(this.btn_MoveFile_Click);
  303. //
  304. // lbl_Path_preview
  305. //
  306. this.lbl_Path_preview.AutoSize = true;
  307. this.tableLayoutPanel1.SetColumnSpan(this.lbl_Path_preview, 6);
  308. this.lbl_Path_preview.Location = new System.Drawing.Point(3, 523);
  309. this.lbl_Path_preview.Name = "lbl_Path_preview";
  310. this.lbl_Path_preview.Size = new System.Drawing.Size(53, 12);
  311. this.lbl_Path_preview.TabIndex = 13;
  312. this.lbl_Path_preview.Text = "路径预览";
  313. //
  314. // panel1
  315. //
  316. this.tableLayoutPanel1.SetColumnSpan(this.panel1, 4);
  317. this.panel1.Controls.Add(this.label1);
  318. this.panel1.Controls.Add(this.txt_Dest);
  319. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  320. this.panel1.Location = new System.Drawing.Point(3, 446);
  321. this.panel1.Name = "panel1";
  322. this.panel1.Size = new System.Drawing.Size(602, 24);
  323. this.panel1.TabIndex = 26;
  324. //
  325. // label1
  326. //
  327. this.label1.AutoSize = true;
  328. this.label1.Location = new System.Drawing.Point(3, 7);
  329. this.label1.Name = "label1";
  330. this.label1.Size = new System.Drawing.Size(53, 12);
  331. this.label1.TabIndex = 12;
  332. this.label1.Text = "目标路径";
  333. //
  334. // txt_Dest
  335. //
  336. this.txt_Dest.Location = new System.Drawing.Point(62, 1);
  337. this.txt_Dest.Name = "txt_Dest";
  338. this.txt_Dest.Size = new System.Drawing.Size(497, 21);
  339. this.txt_Dest.TabIndex = 9;
  340. this.txt_Dest.Leave += new System.EventHandler(this.UIParamChange);
  341. //
  342. // panel2
  343. //
  344. this.tableLayoutPanel1.SetColumnSpan(this.panel2, 4);
  345. this.panel2.Controls.Add(this.label2);
  346. this.panel2.Controls.Add(this.txt_sub);
  347. this.panel2.Location = new System.Drawing.Point(3, 476);
  348. this.panel2.Name = "panel2";
  349. this.panel2.Size = new System.Drawing.Size(602, 24);
  350. this.panel2.TabIndex = 27;
  351. //
  352. // label2
  353. //
  354. this.label2.AutoSize = true;
  355. this.label2.Location = new System.Drawing.Point(3, 6);
  356. this.label2.Name = "label2";
  357. this.label2.Size = new System.Drawing.Size(53, 12);
  358. this.label2.TabIndex = 13;
  359. this.label2.Text = "分类路径";
  360. //
  361. // txt_sub
  362. //
  363. this.txt_sub.Location = new System.Drawing.Point(62, 1);
  364. this.txt_sub.Name = "txt_sub";
  365. this.txt_sub.Size = new System.Drawing.Size(497, 21);
  366. this.txt_sub.TabIndex = 8;
  367. this.txt_sub.Text = "演员\\[番号]标题";
  368. this.txt_sub.TextChanged += new System.EventHandler(this.textBox2_TextChanged);
  369. this.txt_sub.Leave += new System.EventHandler(this.UIParamChange);
  370. //
  371. // cb_IsShowlog
  372. //
  373. this.cb_IsShowlog.AutoSize = true;
  374. this.cb_IsShowlog.Checked = true;
  375. this.cb_IsShowlog.CheckState = System.Windows.Forms.CheckState.Checked;
  376. this.cb_IsShowlog.Dock = System.Windows.Forms.DockStyle.Right;
  377. this.cb_IsShowlog.Location = new System.Drawing.Point(649, 446);
  378. this.cb_IsShowlog.Name = "cb_IsShowlog";
  379. this.tableLayoutPanel1.SetRowSpan(this.cb_IsShowlog, 2);
  380. this.cb_IsShowlog.Size = new System.Drawing.Size(108, 54);
  381. this.cb_IsShowlog.TabIndex = 18;
  382. this.cb_IsShowlog.Text = "完成后显示日志";
  383. this.cb_IsShowlog.UseVisualStyleBackColor = true;
  384. this.cb_IsShowlog.CheckedChanged += new System.EventHandler(this.UIParamChange);
  385. //
  386. // tabControl1
  387. //
  388. this.tabControl1.Controls.Add(this.tabPage1);
  389. this.tabControl1.Controls.Add(this.tabPage2);
  390. this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  391. this.tabControl1.Location = new System.Drawing.Point(0, 0);
  392. this.tabControl1.Name = "tabControl1";
  393. this.tabControl1.SelectedIndex = 0;
  394. this.tabControl1.Size = new System.Drawing.Size(932, 605);
  395. this.tabControl1.TabIndex = 26;
  396. //
  397. // tabPage2
  398. //
  399. this.tabPage2.Controls.Add(this.movieContainer1);
  400. this.tabPage2.Controls.Add(this.listBox1);
  401. this.tabPage2.Controls.Add(this.cb_AutoCorrect);
  402. this.tabPage2.Controls.Add(this.btn_LocalSearch);
  403. this.tabPage2.Controls.Add(this.txt_LocalSearchKeyWord);
  404. this.tabPage2.Location = new System.Drawing.Point(4, 22);
  405. this.tabPage2.Name = "tabPage2";
  406. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  407. this.tabPage2.Size = new System.Drawing.Size(924, 579);
  408. this.tabPage2.TabIndex = 1;
  409. this.tabPage2.Text = "本地查询";
  410. this.tabPage2.UseVisualStyleBackColor = true;
  411. //
  412. // movieContainer1
  413. //
  414. this.movieContainer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  415. this.movieContainer1.IsShowOtherButton = false;
  416. this.movieContainer1.Location = new System.Drawing.Point(6, 175);
  417. this.movieContainer1.Movie = null;
  418. this.movieContainer1.MovieList = null;
  419. this.movieContainer1.Name = "movieContainer1";
  420. this.movieContainer1.Size = new System.Drawing.Size(915, 440);
  421. this.movieContainer1.TabIndex = 5;
  422. //
  423. // listBox1
  424. //
  425. this.listBox1.FormattingEnabled = true;
  426. this.listBox1.ItemHeight = 12;
  427. this.listBox1.Location = new System.Drawing.Point(6, 33);
  428. this.listBox1.Name = "listBox1";
  429. this.listBox1.Size = new System.Drawing.Size(913, 136);
  430. this.listBox1.TabIndex = 4;
  431. this.listBox1.SelectedIndexChanged += new System.EventHandler(this.listBox1_SelectedIndexChanged);
  432. //
  433. // cb_AutoCorrect
  434. //
  435. this.cb_AutoCorrect.AutoSize = true;
  436. this.cb_AutoCorrect.Checked = true;
  437. this.cb_AutoCorrect.CheckState = System.Windows.Forms.CheckState.Checked;
  438. this.cb_AutoCorrect.Location = new System.Drawing.Point(231, 8);
  439. this.cb_AutoCorrect.Name = "cb_AutoCorrect";
  440. this.cb_AutoCorrect.Size = new System.Drawing.Size(72, 16);
  441. this.cb_AutoCorrect.TabIndex = 3;
  442. this.cb_AutoCorrect.Text = "自动改正";
  443. this.cb_AutoCorrect.UseVisualStyleBackColor = true;
  444. //
  445. // btn_LocalSearch
  446. //
  447. this.btn_LocalSearch.Location = new System.Drawing.Point(309, 4);
  448. this.btn_LocalSearch.Name = "btn_LocalSearch";
  449. this.btn_LocalSearch.Size = new System.Drawing.Size(123, 23);
  450. this.btn_LocalSearch.TabIndex = 1;
  451. this.btn_LocalSearch.Text = "搜索";
  452. this.btn_LocalSearch.UseVisualStyleBackColor = true;
  453. this.btn_LocalSearch.Click += new System.EventHandler(this.btn_LocalSearch_Click);
  454. //
  455. // txt_LocalSearchKeyWord
  456. //
  457. this.txt_LocalSearchKeyWord.Location = new System.Drawing.Point(6, 6);
  458. this.txt_LocalSearchKeyWord.Name = "txt_LocalSearchKeyWord";
  459. this.txt_LocalSearchKeyWord.Size = new System.Drawing.Size(219, 21);
  460. this.txt_LocalSearchKeyWord.TabIndex = 0;
  461. this.txt_LocalSearchKeyWord.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_LocalSearchKeyWord_KeyPress);
  462. //
  463. // cmenu_p4
  464. //
  465. this.cmenu_p4.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  466. this.cmenu_p4_item_copy});
  467. this.cmenu_p4.Name = "cmenu_p4";
  468. this.cmenu_p4.Size = new System.Drawing.Size(125, 26);
  469. //
  470. // cmenu_p4_item_copy
  471. //
  472. this.cmenu_p4_item_copy.Name = "cmenu_p4_item_copy";
  473. this.cmenu_p4_item_copy.Size = new System.Drawing.Size(124, 22);
  474. this.cmenu_p4_item_copy.Text = "复制地址";
  475. //
  476. // statusStrip1
  477. //
  478. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  479. this.sl_Network});
  480. this.statusStrip1.Location = new System.Drawing.Point(0, 583);
  481. this.statusStrip1.Name = "statusStrip1";
  482. this.statusStrip1.Size = new System.Drawing.Size(932, 22);
  483. this.statusStrip1.TabIndex = 27;
  484. this.statusStrip1.Text = "statusStrip1";
  485. //
  486. // sl_Network
  487. //
  488. this.sl_Network.BackColor = System.Drawing.Color.Crimson;
  489. this.sl_Network.Name = "sl_Network";
  490. this.sl_Network.Size = new System.Drawing.Size(68, 17);
  491. this.sl_Network.Text = "网络不可用";
  492. //
  493. // Form1
  494. //
  495. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  496. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  497. this.ClientSize = new System.Drawing.Size(932, 605);
  498. this.Controls.Add(this.statusStrip1);
  499. this.Controls.Add(this.tabControl1);
  500. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  501. this.Name = "Form1";
  502. this.Text = "AVSorter";
  503. this.Load += new System.EventHandler(this.Form1_Load);
  504. this.contextMenuStrip1.ResumeLayout(false);
  505. this.tabPage1.ResumeLayout(false);
  506. this.tableLayoutPanel1.ResumeLayout(false);
  507. this.tableLayoutPanel1.PerformLayout();
  508. this.panel1.ResumeLayout(false);
  509. this.panel1.PerformLayout();
  510. this.panel2.ResumeLayout(false);
  511. this.panel2.PerformLayout();
  512. this.tabControl1.ResumeLayout(false);
  513. this.tabPage2.ResumeLayout(false);
  514. this.tabPage2.PerformLayout();
  515. this.cmenu_p4.ResumeLayout(false);
  516. this.statusStrip1.ResumeLayout(false);
  517. this.statusStrip1.PerformLayout();
  518. this.ResumeLayout(false);
  519. this.PerformLayout();
  520. }
  521. #endregion
  522. private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
  523. private System.Windows.Forms.ToolStripMenuItem menu_BrowerFile;
  524. private System.Windows.Forms.ToolStripMenuItem menu_ChangeFcode;
  525. private System.Windows.Forms.ToolStripMenuItem menu_remove;
  526. private System.Windows.Forms.ToolStripMenuItem menu_BigCover;
  527. private System.Windows.Forms.TabPage tabPage1;
  528. private System.Windows.Forms.Button btn_removeItem;
  529. private System.Windows.Forms.Button btn_brower;
  530. private System.Windows.Forms.Button btn_Clear;
  531. private System.Windows.Forms.Button btn_MoveFile;
  532. private System.Windows.Forms.CheckBox cb_IsShowlog;
  533. private System.Windows.Forms.TextBox txt_Dest;
  534. private System.Windows.Forms.Label label2;
  535. private System.Windows.Forms.TextBox txt_sub;
  536. private System.Windows.Forms.Label label1;
  537. private System.Windows.Forms.TabControl tabControl1;
  538. private System.Windows.Forms.Button btn_AddNewEmptyItem;
  539. private System.Windows.Forms.TabPage tabPage2;
  540. private System.Windows.Forms.Button btn_LocalSearch;
  541. private System.Windows.Forms.TextBox txt_LocalSearchKeyWord;
  542. private System.Windows.Forms.CheckBox cb_AutoCorrect;
  543. private System.Windows.Forms.ListBox listBox1;
  544. private System.Windows.Forms.ContextMenuStrip cmenu_p4;
  545. private System.Windows.Forms.ToolStripMenuItem cmenu_p4_item_copy;
  546. private System.Windows.Forms.Button btn_paste_new;
  547. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  548. private System.Windows.Forms.ListView listView1;
  549. private System.Windows.Forms.ColumnHeader columnHeader1;
  550. private System.Windows.Forms.ColumnHeader columnHeader2;
  551. private System.Windows.Forms.ColumnHeader columnHeader3;
  552. private System.Windows.Forms.Button button1;
  553. private System.Windows.Forms.Label lbl_Path_preview;
  554. private System.Windows.Forms.StatusStrip statusStrip1;
  555. private System.Windows.Forms.ToolStripStatusLabel sl_Network;
  556. private System.Windows.Forms.Panel panel1;
  557. private System.Windows.Forms.Panel panel2;
  558. private MovieContainer movieContainer1;
  559. }
  560. }