Form1.Designer.cs 38 KB

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