Form1.Designer.cs 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782
  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.lbl_YouMaStatus = new System.Windows.Forms.Label();
  36. this.tabPage1 = new System.Windows.Forms.TabPage();
  37. this.btn_rebuild = new System.Windows.Forms.Button();
  38. this.groupBox2 = new System.Windows.Forms.GroupBox();
  39. this.btn_paste_new = new System.Windows.Forms.Button();
  40. this.btn_AddNewEmptyItem = new System.Windows.Forms.Button();
  41. this.txt_EmptyItemKeyWord = new System.Windows.Forms.TextBox();
  42. this.listView1 = new System.Windows.Forms.ListView();
  43. this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  44. this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  45. this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  46. this.btn_removeItem = new System.Windows.Forms.Button();
  47. this.btn_brower = new System.Windows.Forms.Button();
  48. this.cb_AutoSelect = new System.Windows.Forms.CheckBox();
  49. this.btn_Clear = new System.Windows.Forms.Button();
  50. this.cb_isCoverDownload = new System.Windows.Forms.CheckBox();
  51. this.btn_GO = new System.Windows.Forms.Button();
  52. this.btn_select = new System.Windows.Forms.Button();
  53. this.groupBox1 = new System.Windows.Forms.GroupBox();
  54. this.btn_MoveFile = new System.Windows.Forms.Button();
  55. this.cb_IsShowlog = new System.Windows.Forms.CheckBox();
  56. this.txt_Dest = new System.Windows.Forms.TextBox();
  57. this.label2 = new System.Windows.Forms.Label();
  58. this.txt_sub = new System.Windows.Forms.TextBox();
  59. this.label1 = new System.Windows.Forms.Label();
  60. this.tabControl1 = new System.Windows.Forms.TabControl();
  61. this.tabPage2 = new System.Windows.Forms.TabPage();
  62. this.listBox1 = new System.Windows.Forms.ListBox();
  63. this.cb_AutoCorrect = new System.Windows.Forms.CheckBox();
  64. this.btn_LocalSearch = new System.Windows.Forms.Button();
  65. this.txt_LocalSearchKeyWord = new System.Windows.Forms.TextBox();
  66. this.tabPage3 = new System.Windows.Forms.TabPage();
  67. this.label3 = new System.Windows.Forms.Label();
  68. this.nud_ActorLessThan = new System.Windows.Forms.NumericUpDown();
  69. this.txt_FindStatus = new System.Windows.Forms.TextBox();
  70. this.btnFind = new System.Windows.Forms.Button();
  71. this.txt_url = new System.Windows.Forms.TextBox();
  72. this.tabPage4 = new System.Windows.Forms.TabPage();
  73. this.lbl_p4_status = new System.Windows.Forms.Label();
  74. this.btn_p4_Go1_paste = new System.Windows.Forms.Button();
  75. this.btn_p4_Clear = new System.Windows.Forms.Button();
  76. this.lv_p4_result = new System.Windows.Forms.ListView();
  77. this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  78. this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  79. this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  80. this.cmenu_p4 = new System.Windows.Forms.ContextMenuStrip(this.components);
  81. this.cmenu_p4_item_copy = new System.Windows.Forms.ToolStripMenuItem();
  82. this.btn_p4_Go1 = new System.Windows.Forms.Button();
  83. this.label4 = new System.Windows.Forms.Label();
  84. this.txt_p4_keyword = new System.Windows.Forms.TextBox();
  85. this.button1 = new System.Windows.Forms.Button();
  86. this.bc = new AVSORTER.BasicContainer();
  87. this.movieContainer1 = new PicSo.MovieContainer();
  88. this.contextMenuStrip1.SuspendLayout();
  89. this.tabPage1.SuspendLayout();
  90. this.groupBox2.SuspendLayout();
  91. this.groupBox1.SuspendLayout();
  92. this.tabControl1.SuspendLayout();
  93. this.tabPage2.SuspendLayout();
  94. this.tabPage3.SuspendLayout();
  95. ((System.ComponentModel.ISupportInitialize)(this.nud_ActorLessThan)).BeginInit();
  96. this.tabPage4.SuspendLayout();
  97. this.cmenu_p4.SuspendLayout();
  98. this.SuspendLayout();
  99. //
  100. // contextMenuStrip1
  101. //
  102. this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  103. this.menu_BigCover,
  104. this.menu_BrowerFile,
  105. this.menu_ChangeFcode,
  106. this.menu_remove});
  107. this.contextMenuStrip1.Name = "contextMenuStrip1";
  108. this.contextMenuStrip1.Size = new System.Drawing.Size(185, 92);
  109. //
  110. // menu_BigCover
  111. //
  112. this.menu_BigCover.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Bold);
  113. this.menu_BigCover.Name = "menu_BigCover";
  114. this.menu_BigCover.Size = new System.Drawing.Size(184, 22);
  115. this.menu_BigCover.Text = "查看大图";
  116. this.menu_BigCover.Click += new System.EventHandler(this.menu_BigCover_Click);
  117. //
  118. // menu_BrowerFile
  119. //
  120. this.menu_BrowerFile.Name = "menu_BrowerFile";
  121. this.menu_BrowerFile.Size = new System.Drawing.Size(184, 22);
  122. this.menu_BrowerFile.Text = "查看文件位置";
  123. this.menu_BrowerFile.Click += new System.EventHandler(this.menu_BrowerFile_Click);
  124. //
  125. // menu_ChangeFcode
  126. //
  127. this.menu_ChangeFcode.Name = "menu_ChangeFcode";
  128. this.menu_ChangeFcode.Size = new System.Drawing.Size(184, 22);
  129. this.menu_ChangeFcode.Text = "更改此项目的关键字";
  130. this.menu_ChangeFcode.Click += new System.EventHandler(this.menu_ChangeFcode_Click);
  131. //
  132. // menu_remove
  133. //
  134. this.menu_remove.Name = "menu_remove";
  135. this.menu_remove.Size = new System.Drawing.Size(184, 22);
  136. this.menu_remove.Text = "移除项目";
  137. this.menu_remove.Click += new System.EventHandler(this.menu_remove_Click);
  138. //
  139. // lbl_YouMaStatus
  140. //
  141. this.lbl_YouMaStatus.AutoSize = true;
  142. this.lbl_YouMaStatus.BackColor = System.Drawing.Color.Red;
  143. this.lbl_YouMaStatus.Location = new System.Drawing.Point(14, 607);
  144. this.lbl_YouMaStatus.Name = "lbl_YouMaStatus";
  145. this.lbl_YouMaStatus.Size = new System.Drawing.Size(77, 12);
  146. this.lbl_YouMaStatus.TabIndex = 26;
  147. this.lbl_YouMaStatus.Text = "骑兵组件状态";
  148. //
  149. // tabPage1
  150. //
  151. this.tabPage1.Controls.Add(this.btn_rebuild);
  152. this.tabPage1.Controls.Add(this.groupBox2);
  153. this.tabPage1.Controls.Add(this.btn_select);
  154. this.tabPage1.Controls.Add(this.groupBox1);
  155. this.tabPage1.Controls.Add(this.bc);
  156. this.tabPage1.Location = new System.Drawing.Point(4, 22);
  157. this.tabPage1.Name = "tabPage1";
  158. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  159. this.tabPage1.Size = new System.Drawing.Size(965, 557);
  160. this.tabPage1.TabIndex = 0;
  161. this.tabPage1.Text = "批量文件处理";
  162. this.tabPage1.UseVisualStyleBackColor = true;
  163. //
  164. // btn_rebuild
  165. //
  166. this.btn_rebuild.Location = new System.Drawing.Point(681, 342);
  167. this.btn_rebuild.Name = "btn_rebuild";
  168. this.btn_rebuild.Size = new System.Drawing.Size(119, 60);
  169. this.btn_rebuild.TabIndex = 20;
  170. this.btn_rebuild.Text = "重建数据库\r\n\r\n不移动文件";
  171. this.btn_rebuild.UseVisualStyleBackColor = true;
  172. this.btn_rebuild.Click += new System.EventHandler(this.btn_rebuild_Click);
  173. //
  174. // groupBox2
  175. //
  176. this.groupBox2.Controls.Add(this.button1);
  177. this.groupBox2.Controls.Add(this.btn_paste_new);
  178. this.groupBox2.Controls.Add(this.btn_AddNewEmptyItem);
  179. this.groupBox2.Controls.Add(this.txt_EmptyItemKeyWord);
  180. this.groupBox2.Controls.Add(this.listView1);
  181. this.groupBox2.Controls.Add(this.btn_removeItem);
  182. this.groupBox2.Controls.Add(this.btn_brower);
  183. this.groupBox2.Controls.Add(this.cb_AutoSelect);
  184. this.groupBox2.Controls.Add(this.btn_Clear);
  185. this.groupBox2.Controls.Add(this.cb_isCoverDownload);
  186. this.groupBox2.Controls.Add(this.btn_GO);
  187. this.groupBox2.Location = new System.Drawing.Point(6, 6);
  188. this.groupBox2.Name = "groupBox2";
  189. this.groupBox2.Size = new System.Drawing.Size(800, 324);
  190. this.groupBox2.TabIndex = 25;
  191. this.groupBox2.TabStop = false;
  192. this.groupBox2.Text = "文件列表处理";
  193. //
  194. // btn_paste_new
  195. //
  196. this.btn_paste_new.Location = new System.Drawing.Point(159, 49);
  197. this.btn_paste_new.Name = "btn_paste_new";
  198. this.btn_paste_new.Size = new System.Drawing.Size(107, 23);
  199. this.btn_paste_new.TabIndex = 20;
  200. this.btn_paste_new.Text = "粘贴新建";
  201. this.btn_paste_new.UseVisualStyleBackColor = true;
  202. this.btn_paste_new.Click += new System.EventHandler(this.btn_paste_new_Click);
  203. //
  204. // btn_AddNewEmptyItem
  205. //
  206. this.btn_AddNewEmptyItem.Location = new System.Drawing.Point(75, 49);
  207. this.btn_AddNewEmptyItem.Name = "btn_AddNewEmptyItem";
  208. this.btn_AddNewEmptyItem.Size = new System.Drawing.Size(78, 23);
  209. this.btn_AddNewEmptyItem.TabIndex = 19;
  210. this.btn_AddNewEmptyItem.Text = "新建";
  211. this.btn_AddNewEmptyItem.UseVisualStyleBackColor = true;
  212. this.btn_AddNewEmptyItem.Click += new System.EventHandler(this.btn_AddNewEmptyItem_Click);
  213. //
  214. // txt_EmptyItemKeyWord
  215. //
  216. this.txt_EmptyItemKeyWord.Location = new System.Drawing.Point(6, 49);
  217. this.txt_EmptyItemKeyWord.Name = "txt_EmptyItemKeyWord";
  218. this.txt_EmptyItemKeyWord.Size = new System.Drawing.Size(63, 21);
  219. this.txt_EmptyItemKeyWord.TabIndex = 18;
  220. //
  221. // listView1
  222. //
  223. this.listView1.AllowDrop = true;
  224. this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  225. this.columnHeader1,
  226. this.columnHeader2,
  227. this.columnHeader3});
  228. this.listView1.ContextMenuStrip = this.contextMenuStrip1;
  229. this.listView1.FullRowSelect = true;
  230. this.listView1.Location = new System.Drawing.Point(6, 79);
  231. this.listView1.Name = "listView1";
  232. this.listView1.Size = new System.Drawing.Size(788, 238);
  233. this.listView1.TabIndex = 6;
  234. this.listView1.UseCompatibleStateImageBehavior = false;
  235. this.listView1.View = System.Windows.Forms.View.Details;
  236. this.listView1.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.listView1_ColumnClick);
  237. this.listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
  238. this.listView1.DragDrop += new System.Windows.Forms.DragEventHandler(this.listView1_DragDrop);
  239. this.listView1.DragEnter += new System.Windows.Forms.DragEventHandler(this.listView1_DragEnter);
  240. this.listView1.DoubleClick += new System.EventHandler(this.listView1_DoubleClick);
  241. //
  242. // columnHeader1
  243. //
  244. this.columnHeader1.Text = "文件名";
  245. this.columnHeader1.Width = 445;
  246. //
  247. // columnHeader2
  248. //
  249. this.columnHeader2.Text = "番号";
  250. this.columnHeader2.Width = 104;
  251. //
  252. // columnHeader3
  253. //
  254. this.columnHeader3.Text = "状态";
  255. this.columnHeader3.Width = 158;
  256. //
  257. // btn_removeItem
  258. //
  259. this.btn_removeItem.Location = new System.Drawing.Point(139, 20);
  260. this.btn_removeItem.Name = "btn_removeItem";
  261. this.btn_removeItem.Size = new System.Drawing.Size(127, 23);
  262. this.btn_removeItem.TabIndex = 4;
  263. this.btn_removeItem.Text = "删除选择项目";
  264. this.btn_removeItem.UseVisualStyleBackColor = true;
  265. this.btn_removeItem.Click += new System.EventHandler(this.btn_removeItem_Click);
  266. //
  267. // btn_brower
  268. //
  269. this.btn_brower.Location = new System.Drawing.Point(6, 20);
  270. this.btn_brower.Name = "btn_brower";
  271. this.btn_brower.Size = new System.Drawing.Size(127, 23);
  272. this.btn_brower.TabIndex = 3;
  273. this.btn_brower.Text = "浏览文件夹...";
  274. this.btn_brower.UseVisualStyleBackColor = true;
  275. this.btn_brower.Click += new System.EventHandler(this.btn_brower_Click);
  276. //
  277. // cb_AutoSelect
  278. //
  279. this.cb_AutoSelect.AutoSize = true;
  280. this.cb_AutoSelect.Checked = true;
  281. this.cb_AutoSelect.CheckState = System.Windows.Forms.CheckState.Checked;
  282. this.cb_AutoSelect.Location = new System.Drawing.Point(406, 24);
  283. this.cb_AutoSelect.Name = "cb_AutoSelect";
  284. this.cb_AutoSelect.Size = new System.Drawing.Size(120, 16);
  285. this.cb_AutoSelect.TabIndex = 17;
  286. this.cb_AutoSelect.Text = "自动对应唯一结果";
  287. this.cb_AutoSelect.UseVisualStyleBackColor = true;
  288. //
  289. // btn_Clear
  290. //
  291. this.btn_Clear.Location = new System.Drawing.Point(272, 20);
  292. this.btn_Clear.Name = "btn_Clear";
  293. this.btn_Clear.Size = new System.Drawing.Size(128, 50);
  294. this.btn_Clear.TabIndex = 10;
  295. this.btn_Clear.Text = "清除";
  296. this.btn_Clear.UseVisualStyleBackColor = true;
  297. this.btn_Clear.Click += new System.EventHandler(this.btn_Clear_Click);
  298. //
  299. // cb_isCoverDownload
  300. //
  301. this.cb_isCoverDownload.AutoSize = true;
  302. this.cb_isCoverDownload.Checked = true;
  303. this.cb_isCoverDownload.CheckState = System.Windows.Forms.CheckState.Checked;
  304. this.cb_isCoverDownload.Location = new System.Drawing.Point(406, 41);
  305. this.cb_isCoverDownload.Name = "cb_isCoverDownload";
  306. this.cb_isCoverDownload.Size = new System.Drawing.Size(72, 16);
  307. this.cb_isCoverDownload.TabIndex = 16;
  308. this.cb_isCoverDownload.Text = "下载封面";
  309. this.cb_isCoverDownload.UseVisualStyleBackColor = true;
  310. //
  311. // btn_GO
  312. //
  313. this.btn_GO.Location = new System.Drawing.Point(532, 20);
  314. this.btn_GO.Name = "btn_GO";
  315. this.btn_GO.Size = new System.Drawing.Size(110, 50);
  316. this.btn_GO.TabIndex = 15;
  317. this.btn_GO.Text = "DownloadInfo";
  318. this.btn_GO.UseVisualStyleBackColor = true;
  319. this.btn_GO.Click += new System.EventHandler(this.btn_GO_Click);
  320. //
  321. // btn_select
  322. //
  323. this.btn_select.Location = new System.Drawing.Point(423, 341);
  324. this.btn_select.Name = "btn_select";
  325. this.btn_select.Size = new System.Drawing.Size(147, 27);
  326. this.btn_select.TabIndex = 24;
  327. this.btn_select.Text = "将左侧选定为确定结果";
  328. this.btn_select.UseVisualStyleBackColor = true;
  329. this.btn_select.Click += new System.EventHandler(this.btn_select_Click);
  330. //
  331. // groupBox1
  332. //
  333. this.groupBox1.Controls.Add(this.btn_MoveFile);
  334. this.groupBox1.Controls.Add(this.cb_IsShowlog);
  335. this.groupBox1.Controls.Add(this.txt_Dest);
  336. this.groupBox1.Controls.Add(this.label2);
  337. this.groupBox1.Controls.Add(this.txt_sub);
  338. this.groupBox1.Controls.Add(this.label1);
  339. this.groupBox1.Location = new System.Drawing.Point(423, 410);
  340. this.groupBox1.Name = "groupBox1";
  341. this.groupBox1.Size = new System.Drawing.Size(377, 111);
  342. this.groupBox1.TabIndex = 14;
  343. this.groupBox1.TabStop = false;
  344. this.groupBox1.Text = "文件移动设置";
  345. this.groupBox1.Enter += new System.EventHandler(this.groupBox1_Enter);
  346. //
  347. // btn_MoveFile
  348. //
  349. this.btn_MoveFile.Location = new System.Drawing.Point(272, 74);
  350. this.btn_MoveFile.Name = "btn_MoveFile";
  351. this.btn_MoveFile.Size = new System.Drawing.Size(99, 23);
  352. this.btn_MoveFile.TabIndex = 25;
  353. this.btn_MoveFile.Text = "移动文件";
  354. this.btn_MoveFile.UseVisualStyleBackColor = true;
  355. this.btn_MoveFile.Click += new System.EventHandler(this.btn_MoveFile_Click);
  356. //
  357. // cb_IsShowlog
  358. //
  359. this.cb_IsShowlog.AutoSize = true;
  360. this.cb_IsShowlog.Checked = true;
  361. this.cb_IsShowlog.CheckState = System.Windows.Forms.CheckState.Checked;
  362. this.cb_IsShowlog.Location = new System.Drawing.Point(23, 78);
  363. this.cb_IsShowlog.Name = "cb_IsShowlog";
  364. this.cb_IsShowlog.Size = new System.Drawing.Size(108, 16);
  365. this.cb_IsShowlog.TabIndex = 18;
  366. this.cb_IsShowlog.Text = "完成后显示日志";
  367. this.cb_IsShowlog.UseVisualStyleBackColor = true;
  368. this.cb_IsShowlog.CheckedChanged += new System.EventHandler(this.UIParamChange);
  369. //
  370. // txt_Dest
  371. //
  372. this.txt_Dest.Location = new System.Drawing.Point(75, 20);
  373. this.txt_Dest.Name = "txt_Dest";
  374. this.txt_Dest.Size = new System.Drawing.Size(296, 21);
  375. this.txt_Dest.TabIndex = 9;
  376. this.txt_Dest.Leave += new System.EventHandler(this.UIParamChange);
  377. //
  378. // label2
  379. //
  380. this.label2.AutoSize = true;
  381. this.label2.Location = new System.Drawing.Point(16, 50);
  382. this.label2.Name = "label2";
  383. this.label2.Size = new System.Drawing.Size(53, 12);
  384. this.label2.TabIndex = 13;
  385. this.label2.Text = "分类路径";
  386. //
  387. // txt_sub
  388. //
  389. this.txt_sub.Location = new System.Drawing.Point(75, 47);
  390. this.txt_sub.Name = "txt_sub";
  391. this.txt_sub.Size = new System.Drawing.Size(296, 21);
  392. this.txt_sub.TabIndex = 8;
  393. this.txt_sub.Text = "演员\\[番号]标题";
  394. this.txt_sub.TextChanged += new System.EventHandler(this.textBox2_TextChanged);
  395. this.txt_sub.Leave += new System.EventHandler(this.UIParamChange);
  396. //
  397. // label1
  398. //
  399. this.label1.AutoSize = true;
  400. this.label1.Location = new System.Drawing.Point(16, 23);
  401. this.label1.Name = "label1";
  402. this.label1.Size = new System.Drawing.Size(53, 12);
  403. this.label1.TabIndex = 12;
  404. this.label1.Text = "目标路径";
  405. //
  406. // tabControl1
  407. //
  408. this.tabControl1.Controls.Add(this.tabPage1);
  409. this.tabControl1.Controls.Add(this.tabPage2);
  410. this.tabControl1.Controls.Add(this.tabPage3);
  411. this.tabControl1.Controls.Add(this.tabPage4);
  412. this.tabControl1.Location = new System.Drawing.Point(12, 12);
  413. this.tabControl1.Name = "tabControl1";
  414. this.tabControl1.SelectedIndex = 0;
  415. this.tabControl1.Size = new System.Drawing.Size(973, 583);
  416. this.tabControl1.TabIndex = 26;
  417. //
  418. // tabPage2
  419. //
  420. this.tabPage2.Controls.Add(this.listBox1);
  421. this.tabPage2.Controls.Add(this.cb_AutoCorrect);
  422. this.tabPage2.Controls.Add(this.btn_LocalSearch);
  423. this.tabPage2.Controls.Add(this.txt_LocalSearchKeyWord);
  424. this.tabPage2.Controls.Add(this.movieContainer1);
  425. this.tabPage2.Location = new System.Drawing.Point(4, 22);
  426. this.tabPage2.Name = "tabPage2";
  427. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  428. this.tabPage2.Size = new System.Drawing.Size(965, 557);
  429. this.tabPage2.TabIndex = 1;
  430. this.tabPage2.Text = "本地查询";
  431. this.tabPage2.UseVisualStyleBackColor = true;
  432. //
  433. // listBox1
  434. //
  435. this.listBox1.FormattingEnabled = true;
  436. this.listBox1.ItemHeight = 12;
  437. this.listBox1.Location = new System.Drawing.Point(6, 33);
  438. this.listBox1.Name = "listBox1";
  439. this.listBox1.Size = new System.Drawing.Size(913, 136);
  440. this.listBox1.TabIndex = 4;
  441. this.listBox1.SelectedIndexChanged += new System.EventHandler(this.listBox1_SelectedIndexChanged);
  442. //
  443. // cb_AutoCorrect
  444. //
  445. this.cb_AutoCorrect.AutoSize = true;
  446. this.cb_AutoCorrect.Checked = true;
  447. this.cb_AutoCorrect.CheckState = System.Windows.Forms.CheckState.Checked;
  448. this.cb_AutoCorrect.Location = new System.Drawing.Point(231, 8);
  449. this.cb_AutoCorrect.Name = "cb_AutoCorrect";
  450. this.cb_AutoCorrect.Size = new System.Drawing.Size(72, 16);
  451. this.cb_AutoCorrect.TabIndex = 3;
  452. this.cb_AutoCorrect.Text = "自动改正";
  453. this.cb_AutoCorrect.UseVisualStyleBackColor = true;
  454. //
  455. // btn_LocalSearch
  456. //
  457. this.btn_LocalSearch.Location = new System.Drawing.Point(309, 4);
  458. this.btn_LocalSearch.Name = "btn_LocalSearch";
  459. this.btn_LocalSearch.Size = new System.Drawing.Size(123, 23);
  460. this.btn_LocalSearch.TabIndex = 1;
  461. this.btn_LocalSearch.Text = "搜索";
  462. this.btn_LocalSearch.UseVisualStyleBackColor = true;
  463. this.btn_LocalSearch.Click += new System.EventHandler(this.btn_LocalSearch_Click);
  464. //
  465. // txt_LocalSearchKeyWord
  466. //
  467. this.txt_LocalSearchKeyWord.Location = new System.Drawing.Point(6, 6);
  468. this.txt_LocalSearchKeyWord.Name = "txt_LocalSearchKeyWord";
  469. this.txt_LocalSearchKeyWord.Size = new System.Drawing.Size(219, 21);
  470. this.txt_LocalSearchKeyWord.TabIndex = 0;
  471. this.txt_LocalSearchKeyWord.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_LocalSearchKeyWord_KeyPress);
  472. //
  473. // tabPage3
  474. //
  475. this.tabPage3.Controls.Add(this.label3);
  476. this.tabPage3.Controls.Add(this.nud_ActorLessThan);
  477. this.tabPage3.Controls.Add(this.txt_FindStatus);
  478. this.tabPage3.Controls.Add(this.btnFind);
  479. this.tabPage3.Controls.Add(this.txt_url);
  480. this.tabPage3.Location = new System.Drawing.Point(4, 22);
  481. this.tabPage3.Name = "tabPage3";
  482. this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
  483. this.tabPage3.Size = new System.Drawing.Size(965, 557);
  484. this.tabPage3.TabIndex = 2;
  485. this.tabPage3.Text = "番号提取";
  486. this.tabPage3.UseVisualStyleBackColor = true;
  487. //
  488. // label3
  489. //
  490. this.label3.AutoSize = true;
  491. this.label3.Location = new System.Drawing.Point(87, 43);
  492. this.label3.Name = "label3";
  493. this.label3.Size = new System.Drawing.Size(185, 12);
  494. this.label3.TabIndex = 4;
  495. this.label3.Text = "不统计演员人数超过此数量的影片";
  496. //
  497. // nud_ActorLessThan
  498. //
  499. this.nud_ActorLessThan.Location = new System.Drawing.Point(278, 38);
  500. this.nud_ActorLessThan.Name = "nud_ActorLessThan";
  501. this.nud_ActorLessThan.Size = new System.Drawing.Size(48, 21);
  502. this.nud_ActorLessThan.TabIndex = 3;
  503. this.nud_ActorLessThan.Value = new decimal(new int[] {
  504. 1,
  505. 0,
  506. 0,
  507. 0});
  508. //
  509. // txt_FindStatus
  510. //
  511. this.txt_FindStatus.Location = new System.Drawing.Point(6, 67);
  512. this.txt_FindStatus.Multiline = true;
  513. this.txt_FindStatus.Name = "txt_FindStatus";
  514. this.txt_FindStatus.Size = new System.Drawing.Size(953, 187);
  515. this.txt_FindStatus.TabIndex = 2;
  516. this.txt_FindStatus.Text = "粘贴arzon.jp的影片网址列表,要列表模式,不要图片模式";
  517. //
  518. // btnFind
  519. //
  520. this.btnFind.Location = new System.Drawing.Point(6, 38);
  521. this.btnFind.Name = "btnFind";
  522. this.btnFind.Size = new System.Drawing.Size(75, 23);
  523. this.btnFind.TabIndex = 1;
  524. this.btnFind.Text = "开始";
  525. this.btnFind.UseVisualStyleBackColor = true;
  526. this.btnFind.Click += new System.EventHandler(this.btnFind_Click);
  527. //
  528. // txt_url
  529. //
  530. this.txt_url.Location = new System.Drawing.Point(6, 11);
  531. this.txt_url.Name = "txt_url";
  532. this.txt_url.Size = new System.Drawing.Size(953, 21);
  533. this.txt_url.TabIndex = 0;
  534. //
  535. // tabPage4
  536. //
  537. this.tabPage4.Controls.Add(this.lbl_p4_status);
  538. this.tabPage4.Controls.Add(this.btn_p4_Go1_paste);
  539. this.tabPage4.Controls.Add(this.btn_p4_Clear);
  540. this.tabPage4.Controls.Add(this.lv_p4_result);
  541. this.tabPage4.Controls.Add(this.btn_p4_Go1);
  542. this.tabPage4.Controls.Add(this.label4);
  543. this.tabPage4.Controls.Add(this.txt_p4_keyword);
  544. this.tabPage4.Location = new System.Drawing.Point(4, 22);
  545. this.tabPage4.Name = "tabPage4";
  546. this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
  547. this.tabPage4.Size = new System.Drawing.Size(965, 557);
  548. this.tabPage4.TabIndex = 3;
  549. this.tabPage4.Text = "下载地址搜索";
  550. this.tabPage4.UseVisualStyleBackColor = true;
  551. //
  552. // lbl_p4_status
  553. //
  554. this.lbl_p4_status.AutoSize = true;
  555. this.lbl_p4_status.Location = new System.Drawing.Point(330, 13);
  556. this.lbl_p4_status.Name = "lbl_p4_status";
  557. this.lbl_p4_status.Size = new System.Drawing.Size(77, 12);
  558. this.lbl_p4_status.TabIndex = 7;
  559. this.lbl_p4_status.Text = "正在搜索……";
  560. this.lbl_p4_status.Visible = false;
  561. //
  562. // btn_p4_Go1_paste
  563. //
  564. this.btn_p4_Go1_paste.Location = new System.Drawing.Point(249, 8);
  565. this.btn_p4_Go1_paste.Name = "btn_p4_Go1_paste";
  566. this.btn_p4_Go1_paste.Size = new System.Drawing.Size(75, 23);
  567. this.btn_p4_Go1_paste.TabIndex = 6;
  568. this.btn_p4_Go1_paste.Text = "粘贴搜索";
  569. this.btn_p4_Go1_paste.UseVisualStyleBackColor = true;
  570. this.btn_p4_Go1_paste.Click += new System.EventHandler(this.btn_p4_Go1_paste_Click);
  571. //
  572. // btn_p4_Clear
  573. //
  574. this.btn_p4_Clear.Location = new System.Drawing.Point(17, 528);
  575. this.btn_p4_Clear.Name = "btn_p4_Clear";
  576. this.btn_p4_Clear.Size = new System.Drawing.Size(75, 23);
  577. this.btn_p4_Clear.TabIndex = 5;
  578. this.btn_p4_Clear.Text = "清空结果";
  579. this.btn_p4_Clear.UseVisualStyleBackColor = true;
  580. this.btn_p4_Clear.Click += new System.EventHandler(this.btn_p4_Clear_Click);
  581. //
  582. // lv_p4_result
  583. //
  584. this.lv_p4_result.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  585. this.columnHeader4,
  586. this.columnHeader5,
  587. this.columnHeader6});
  588. this.lv_p4_result.ContextMenuStrip = this.cmenu_p4;
  589. this.lv_p4_result.FullRowSelect = true;
  590. this.lv_p4_result.Location = new System.Drawing.Point(17, 37);
  591. this.lv_p4_result.Name = "lv_p4_result";
  592. this.lv_p4_result.Size = new System.Drawing.Size(923, 485);
  593. this.lv_p4_result.TabIndex = 4;
  594. this.lv_p4_result.UseCompatibleStateImageBehavior = false;
  595. this.lv_p4_result.View = System.Windows.Forms.View.Details;
  596. //
  597. // columnHeader4
  598. //
  599. this.columnHeader4.Text = "名称";
  600. this.columnHeader4.Width = 537;
  601. //
  602. // columnHeader5
  603. //
  604. this.columnHeader5.Text = "大小";
  605. this.columnHeader5.Width = 100;
  606. //
  607. // columnHeader6
  608. //
  609. this.columnHeader6.Text = "链接";
  610. this.columnHeader6.Width = 254;
  611. //
  612. // cmenu_p4
  613. //
  614. this.cmenu_p4.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  615. this.cmenu_p4_item_copy});
  616. this.cmenu_p4.Name = "cmenu_p4";
  617. this.cmenu_p4.Size = new System.Drawing.Size(125, 26);
  618. //
  619. // cmenu_p4_item_copy
  620. //
  621. this.cmenu_p4_item_copy.Name = "cmenu_p4_item_copy";
  622. this.cmenu_p4_item_copy.Size = new System.Drawing.Size(124, 22);
  623. this.cmenu_p4_item_copy.Text = "复制地址";
  624. this.cmenu_p4_item_copy.Click += new System.EventHandler(this.cmenu_p4_item_copy_Click);
  625. //
  626. // btn_p4_Go1
  627. //
  628. this.btn_p4_Go1.Location = new System.Drawing.Point(168, 8);
  629. this.btn_p4_Go1.Name = "btn_p4_Go1";
  630. this.btn_p4_Go1.Size = new System.Drawing.Size(75, 23);
  631. this.btn_p4_Go1.TabIndex = 2;
  632. this.btn_p4_Go1.Text = "搜索";
  633. this.btn_p4_Go1.UseVisualStyleBackColor = true;
  634. this.btn_p4_Go1.Click += new System.EventHandler(this.btn_p4_Go1_Click);
  635. //
  636. // label4
  637. //
  638. this.label4.AutoSize = true;
  639. this.label4.Location = new System.Drawing.Point(15, 13);
  640. this.label4.Name = "label4";
  641. this.label4.Size = new System.Drawing.Size(41, 12);
  642. this.label4.TabIndex = 1;
  643. this.label4.Text = "关键字";
  644. //
  645. // txt_p4_keyword
  646. //
  647. this.txt_p4_keyword.Location = new System.Drawing.Point(62, 10);
  648. this.txt_p4_keyword.Name = "txt_p4_keyword";
  649. this.txt_p4_keyword.Size = new System.Drawing.Size(100, 21);
  650. this.txt_p4_keyword.TabIndex = 0;
  651. //
  652. // button1
  653. //
  654. this.button1.Location = new System.Drawing.Point(648, 20);
  655. this.button1.Name = "button1";
  656. this.button1.Size = new System.Drawing.Size(110, 50);
  657. this.button1.TabIndex = 21;
  658. this.button1.Text = "CPUs";
  659. this.button1.UseVisualStyleBackColor = true;
  660. this.button1.Click += new System.EventHandler(this.button1_Click);
  661. //
  662. // bc
  663. //
  664. this.bc.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  665. this.bc.IsShowPic = false;
  666. this.bc.ListMovieBasic = null;
  667. this.bc.Location = new System.Drawing.Point(6, 341);
  668. this.bc.MovieB = null;
  669. this.bc.Name = "bc";
  670. this.bc.Size = new System.Drawing.Size(411, 180);
  671. this.bc.TabIndex = 7;
  672. this.bc.Load += new System.EventHandler(this.bc_Load);
  673. //
  674. // movieContainer1
  675. //
  676. this.movieContainer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  677. this.movieContainer1.Location = new System.Drawing.Point(6, 176);
  678. this.movieContainer1.Movie = null;
  679. this.movieContainer1.MovieList = null;
  680. this.movieContainer1.Name = "movieContainer1";
  681. this.movieContainer1.Size = new System.Drawing.Size(913, 375);
  682. this.movieContainer1.TabIndex = 2;
  683. //
  684. // Form1
  685. //
  686. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  687. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  688. this.ClientSize = new System.Drawing.Size(997, 635);
  689. this.Controls.Add(this.lbl_YouMaStatus);
  690. this.Controls.Add(this.tabControl1);
  691. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  692. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  693. this.MaximizeBox = false;
  694. this.Name = "Form1";
  695. this.Text = "AVSorter";
  696. this.Load += new System.EventHandler(this.Form1_Load);
  697. this.contextMenuStrip1.ResumeLayout(false);
  698. this.tabPage1.ResumeLayout(false);
  699. this.groupBox2.ResumeLayout(false);
  700. this.groupBox2.PerformLayout();
  701. this.groupBox1.ResumeLayout(false);
  702. this.groupBox1.PerformLayout();
  703. this.tabControl1.ResumeLayout(false);
  704. this.tabPage2.ResumeLayout(false);
  705. this.tabPage2.PerformLayout();
  706. this.tabPage3.ResumeLayout(false);
  707. this.tabPage3.PerformLayout();
  708. ((System.ComponentModel.ISupportInitialize)(this.nud_ActorLessThan)).EndInit();
  709. this.tabPage4.ResumeLayout(false);
  710. this.tabPage4.PerformLayout();
  711. this.cmenu_p4.ResumeLayout(false);
  712. this.ResumeLayout(false);
  713. this.PerformLayout();
  714. }
  715. #endregion
  716. private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
  717. private System.Windows.Forms.ToolStripMenuItem menu_BrowerFile;
  718. private System.Windows.Forms.ToolStripMenuItem menu_ChangeFcode;
  719. private System.Windows.Forms.ToolStripMenuItem menu_remove;
  720. private System.Windows.Forms.Label lbl_YouMaStatus;
  721. private System.Windows.Forms.ToolStripMenuItem menu_BigCover;
  722. private System.Windows.Forms.TabPage tabPage1;
  723. private System.Windows.Forms.GroupBox groupBox2;
  724. private System.Windows.Forms.ListView listView1;
  725. private System.Windows.Forms.ColumnHeader columnHeader1;
  726. private System.Windows.Forms.ColumnHeader columnHeader2;
  727. private System.Windows.Forms.ColumnHeader columnHeader3;
  728. private System.Windows.Forms.Button btn_removeItem;
  729. private System.Windows.Forms.Button btn_brower;
  730. private System.Windows.Forms.CheckBox cb_AutoSelect;
  731. private System.Windows.Forms.Button btn_Clear;
  732. private System.Windows.Forms.CheckBox cb_isCoverDownload;
  733. private System.Windows.Forms.Button btn_GO;
  734. private System.Windows.Forms.Button btn_select;
  735. private System.Windows.Forms.GroupBox groupBox1;
  736. private System.Windows.Forms.Button btn_MoveFile;
  737. private System.Windows.Forms.CheckBox cb_IsShowlog;
  738. private System.Windows.Forms.TextBox txt_Dest;
  739. private System.Windows.Forms.Label label2;
  740. private System.Windows.Forms.TextBox txt_sub;
  741. private System.Windows.Forms.Label label1;
  742. private AVSORTER.BasicContainer bc;
  743. private System.Windows.Forms.TabControl tabControl1;
  744. private System.Windows.Forms.Button btn_AddNewEmptyItem;
  745. private System.Windows.Forms.TextBox txt_EmptyItemKeyWord;
  746. private System.Windows.Forms.TabPage tabPage2;
  747. private System.Windows.Forms.Button btn_LocalSearch;
  748. private System.Windows.Forms.TextBox txt_LocalSearchKeyWord;
  749. private MovieContainer movieContainer1;
  750. private System.Windows.Forms.CheckBox cb_AutoCorrect;
  751. private System.Windows.Forms.Button btn_rebuild;
  752. private System.Windows.Forms.ListBox listBox1;
  753. private System.Windows.Forms.TabPage tabPage3;
  754. private System.Windows.Forms.Button btnFind;
  755. private System.Windows.Forms.TextBox txt_url;
  756. private System.Windows.Forms.TextBox txt_FindStatus;
  757. private System.Windows.Forms.NumericUpDown nud_ActorLessThan;
  758. private System.Windows.Forms.Label label3;
  759. private System.Windows.Forms.TabPage tabPage4;
  760. private System.Windows.Forms.Button btn_p4_Go1;
  761. private System.Windows.Forms.Label label4;
  762. private System.Windows.Forms.TextBox txt_p4_keyword;
  763. private System.Windows.Forms.ListView lv_p4_result;
  764. private System.Windows.Forms.ColumnHeader columnHeader4;
  765. private System.Windows.Forms.ColumnHeader columnHeader5;
  766. private System.Windows.Forms.ColumnHeader columnHeader6;
  767. private System.Windows.Forms.ContextMenuStrip cmenu_p4;
  768. private System.Windows.Forms.ToolStripMenuItem cmenu_p4_item_copy;
  769. private System.Windows.Forms.Button btn_p4_Clear;
  770. private System.Windows.Forms.Button btn_paste_new;
  771. private System.Windows.Forms.Button btn_p4_Go1_paste;
  772. private System.Windows.Forms.Label lbl_p4_status;
  773. private System.Windows.Forms.Button button1;
  774. }
  775. }