Form1.Designer.cs 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607
  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_AddNewEmptyItem = new System.Windows.Forms.Button();
  40. this.txt_EmptyItemKeyWord = new System.Windows.Forms.TextBox();
  41. this.listView1 = new System.Windows.Forms.ListView();
  42. this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  43. this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  44. this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  45. this.btn_removeItem = new System.Windows.Forms.Button();
  46. this.btn_brower = new System.Windows.Forms.Button();
  47. this.cb_AutoSelect = new System.Windows.Forms.CheckBox();
  48. this.btn_Clear = new System.Windows.Forms.Button();
  49. this.cb_isCoverDownload = new System.Windows.Forms.CheckBox();
  50. this.btn_GO = new System.Windows.Forms.Button();
  51. this.btn_select = new System.Windows.Forms.Button();
  52. this.groupBox1 = new System.Windows.Forms.GroupBox();
  53. this.btn_MoveFile = new System.Windows.Forms.Button();
  54. this.cb_IsShowlog = new System.Windows.Forms.CheckBox();
  55. this.txt_Dest = new System.Windows.Forms.TextBox();
  56. this.label2 = new System.Windows.Forms.Label();
  57. this.txt_sub = new System.Windows.Forms.TextBox();
  58. this.label1 = new System.Windows.Forms.Label();
  59. this.tabControl1 = new System.Windows.Forms.TabControl();
  60. this.tabPage2 = new System.Windows.Forms.TabPage();
  61. this.listBox1 = new System.Windows.Forms.ListBox();
  62. this.cb_AutoCorrect = new System.Windows.Forms.CheckBox();
  63. this.btn_LocalSearch = new System.Windows.Forms.Button();
  64. this.txt_LocalSearchKeyWord = new System.Windows.Forms.TextBox();
  65. this.tabPage3 = new System.Windows.Forms.TabPage();
  66. this.txt_FindStatus = new System.Windows.Forms.TextBox();
  67. this.btnFind = new System.Windows.Forms.Button();
  68. this.txt_url = new System.Windows.Forms.TextBox();
  69. this.nud_ActorLessThan = new System.Windows.Forms.NumericUpDown();
  70. this.bc = new AVSORTER.BasicContainer();
  71. this.movieContainer1 = new PicSo.MovieContainer();
  72. this.label3 = new System.Windows.Forms.Label();
  73. this.contextMenuStrip1.SuspendLayout();
  74. this.tabPage1.SuspendLayout();
  75. this.groupBox2.SuspendLayout();
  76. this.groupBox1.SuspendLayout();
  77. this.tabControl1.SuspendLayout();
  78. this.tabPage2.SuspendLayout();
  79. this.tabPage3.SuspendLayout();
  80. ((System.ComponentModel.ISupportInitialize)(this.nud_ActorLessThan)).BeginInit();
  81. this.SuspendLayout();
  82. //
  83. // contextMenuStrip1
  84. //
  85. this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  86. this.menu_BigCover,
  87. this.menu_BrowerFile,
  88. this.menu_ChangeFcode,
  89. this.menu_remove});
  90. this.contextMenuStrip1.Name = "contextMenuStrip1";
  91. this.contextMenuStrip1.Size = new System.Drawing.Size(185, 92);
  92. //
  93. // menu_BigCover
  94. //
  95. this.menu_BigCover.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Bold);
  96. this.menu_BigCover.Name = "menu_BigCover";
  97. this.menu_BigCover.Size = new System.Drawing.Size(184, 22);
  98. this.menu_BigCover.Text = "查看大图";
  99. this.menu_BigCover.Click += new System.EventHandler(this.menu_BigCover_Click);
  100. //
  101. // menu_BrowerFile
  102. //
  103. this.menu_BrowerFile.Name = "menu_BrowerFile";
  104. this.menu_BrowerFile.Size = new System.Drawing.Size(184, 22);
  105. this.menu_BrowerFile.Text = "查看文件位置";
  106. this.menu_BrowerFile.Click += new System.EventHandler(this.menu_BrowerFile_Click);
  107. //
  108. // menu_ChangeFcode
  109. //
  110. this.menu_ChangeFcode.Name = "menu_ChangeFcode";
  111. this.menu_ChangeFcode.Size = new System.Drawing.Size(184, 22);
  112. this.menu_ChangeFcode.Text = "更改此项目的关键字";
  113. this.menu_ChangeFcode.Click += new System.EventHandler(this.menu_ChangeFcode_Click);
  114. //
  115. // menu_remove
  116. //
  117. this.menu_remove.Name = "menu_remove";
  118. this.menu_remove.Size = new System.Drawing.Size(184, 22);
  119. this.menu_remove.Text = "移除项目";
  120. this.menu_remove.Click += new System.EventHandler(this.menu_remove_Click);
  121. //
  122. // lbl_YouMaStatus
  123. //
  124. this.lbl_YouMaStatus.AutoSize = true;
  125. this.lbl_YouMaStatus.BackColor = System.Drawing.Color.Red;
  126. this.lbl_YouMaStatus.Location = new System.Drawing.Point(14, 607);
  127. this.lbl_YouMaStatus.Name = "lbl_YouMaStatus";
  128. this.lbl_YouMaStatus.Size = new System.Drawing.Size(77, 12);
  129. this.lbl_YouMaStatus.TabIndex = 26;
  130. this.lbl_YouMaStatus.Text = "骑兵组件状态";
  131. //
  132. // tabPage1
  133. //
  134. this.tabPage1.Controls.Add(this.btn_rebuild);
  135. this.tabPage1.Controls.Add(this.groupBox2);
  136. this.tabPage1.Controls.Add(this.btn_select);
  137. this.tabPage1.Controls.Add(this.groupBox1);
  138. this.tabPage1.Controls.Add(this.bc);
  139. this.tabPage1.Location = new System.Drawing.Point(4, 22);
  140. this.tabPage1.Name = "tabPage1";
  141. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  142. this.tabPage1.Size = new System.Drawing.Size(965, 557);
  143. this.tabPage1.TabIndex = 0;
  144. this.tabPage1.Text = "批量文件处理";
  145. this.tabPage1.UseVisualStyleBackColor = true;
  146. //
  147. // btn_rebuild
  148. //
  149. this.btn_rebuild.Location = new System.Drawing.Point(681, 461);
  150. this.btn_rebuild.Name = "btn_rebuild";
  151. this.btn_rebuild.Size = new System.Drawing.Size(119, 60);
  152. this.btn_rebuild.TabIndex = 20;
  153. this.btn_rebuild.Text = "重建数据库\r\n\r\n不移动文件";
  154. this.btn_rebuild.UseVisualStyleBackColor = true;
  155. this.btn_rebuild.Click += new System.EventHandler(this.btn_rebuild_Click);
  156. //
  157. // groupBox2
  158. //
  159. this.groupBox2.Controls.Add(this.btn_AddNewEmptyItem);
  160. this.groupBox2.Controls.Add(this.txt_EmptyItemKeyWord);
  161. this.groupBox2.Controls.Add(this.listView1);
  162. this.groupBox2.Controls.Add(this.btn_removeItem);
  163. this.groupBox2.Controls.Add(this.btn_brower);
  164. this.groupBox2.Controls.Add(this.cb_AutoSelect);
  165. this.groupBox2.Controls.Add(this.btn_Clear);
  166. this.groupBox2.Controls.Add(this.cb_isCoverDownload);
  167. this.groupBox2.Controls.Add(this.btn_GO);
  168. this.groupBox2.Location = new System.Drawing.Point(6, 6);
  169. this.groupBox2.Name = "groupBox2";
  170. this.groupBox2.Size = new System.Drawing.Size(800, 324);
  171. this.groupBox2.TabIndex = 25;
  172. this.groupBox2.TabStop = false;
  173. this.groupBox2.Text = "文件列表处理";
  174. //
  175. // btn_AddNewEmptyItem
  176. //
  177. this.btn_AddNewEmptyItem.Location = new System.Drawing.Point(139, 47);
  178. this.btn_AddNewEmptyItem.Name = "btn_AddNewEmptyItem";
  179. this.btn_AddNewEmptyItem.Size = new System.Drawing.Size(127, 23);
  180. this.btn_AddNewEmptyItem.TabIndex = 19;
  181. this.btn_AddNewEmptyItem.Text = "新建查询条目";
  182. this.btn_AddNewEmptyItem.UseVisualStyleBackColor = true;
  183. this.btn_AddNewEmptyItem.Click += new System.EventHandler(this.btn_AddNewEmptyItem_Click);
  184. //
  185. // txt_EmptyItemKeyWord
  186. //
  187. this.txt_EmptyItemKeyWord.Location = new System.Drawing.Point(6, 49);
  188. this.txt_EmptyItemKeyWord.Name = "txt_EmptyItemKeyWord";
  189. this.txt_EmptyItemKeyWord.Size = new System.Drawing.Size(127, 21);
  190. this.txt_EmptyItemKeyWord.TabIndex = 18;
  191. //
  192. // listView1
  193. //
  194. this.listView1.AllowDrop = true;
  195. this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  196. this.columnHeader1,
  197. this.columnHeader2,
  198. this.columnHeader3});
  199. this.listView1.ContextMenuStrip = this.contextMenuStrip1;
  200. this.listView1.FullRowSelect = true;
  201. this.listView1.Location = new System.Drawing.Point(6, 79);
  202. this.listView1.Name = "listView1";
  203. this.listView1.Size = new System.Drawing.Size(788, 238);
  204. this.listView1.TabIndex = 6;
  205. this.listView1.UseCompatibleStateImageBehavior = false;
  206. this.listView1.View = System.Windows.Forms.View.Details;
  207. this.listView1.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.listView1_ColumnClick);
  208. this.listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
  209. this.listView1.DragDrop += new System.Windows.Forms.DragEventHandler(this.listView1_DragDrop);
  210. this.listView1.DragEnter += new System.Windows.Forms.DragEventHandler(this.listView1_DragEnter);
  211. this.listView1.DoubleClick += new System.EventHandler(this.listView1_DoubleClick);
  212. //
  213. // columnHeader1
  214. //
  215. this.columnHeader1.Text = "文件名";
  216. this.columnHeader1.Width = 445;
  217. //
  218. // columnHeader2
  219. //
  220. this.columnHeader2.Text = "番号";
  221. this.columnHeader2.Width = 104;
  222. //
  223. // columnHeader3
  224. //
  225. this.columnHeader3.Text = "状态";
  226. this.columnHeader3.Width = 158;
  227. //
  228. // btn_removeItem
  229. //
  230. this.btn_removeItem.Location = new System.Drawing.Point(139, 20);
  231. this.btn_removeItem.Name = "btn_removeItem";
  232. this.btn_removeItem.Size = new System.Drawing.Size(127, 23);
  233. this.btn_removeItem.TabIndex = 4;
  234. this.btn_removeItem.Text = "删除选择项目";
  235. this.btn_removeItem.UseVisualStyleBackColor = true;
  236. this.btn_removeItem.Click += new System.EventHandler(this.btn_removeItem_Click);
  237. //
  238. // btn_brower
  239. //
  240. this.btn_brower.Location = new System.Drawing.Point(6, 20);
  241. this.btn_brower.Name = "btn_brower";
  242. this.btn_brower.Size = new System.Drawing.Size(127, 23);
  243. this.btn_brower.TabIndex = 3;
  244. this.btn_brower.Text = "浏览文件夹...";
  245. this.btn_brower.UseVisualStyleBackColor = true;
  246. this.btn_brower.Click += new System.EventHandler(this.btn_brower_Click);
  247. //
  248. // cb_AutoSelect
  249. //
  250. this.cb_AutoSelect.AutoSize = true;
  251. this.cb_AutoSelect.Checked = true;
  252. this.cb_AutoSelect.CheckState = System.Windows.Forms.CheckState.Checked;
  253. this.cb_AutoSelect.Location = new System.Drawing.Point(406, 24);
  254. this.cb_AutoSelect.Name = "cb_AutoSelect";
  255. this.cb_AutoSelect.Size = new System.Drawing.Size(120, 16);
  256. this.cb_AutoSelect.TabIndex = 17;
  257. this.cb_AutoSelect.Text = "自动对应唯一结果";
  258. this.cb_AutoSelect.UseVisualStyleBackColor = true;
  259. //
  260. // btn_Clear
  261. //
  262. this.btn_Clear.Location = new System.Drawing.Point(272, 20);
  263. this.btn_Clear.Name = "btn_Clear";
  264. this.btn_Clear.Size = new System.Drawing.Size(128, 50);
  265. this.btn_Clear.TabIndex = 10;
  266. this.btn_Clear.Text = "清除";
  267. this.btn_Clear.UseVisualStyleBackColor = true;
  268. this.btn_Clear.Click += new System.EventHandler(this.btn_Clear_Click);
  269. //
  270. // cb_isCoverDownload
  271. //
  272. this.cb_isCoverDownload.AutoSize = true;
  273. this.cb_isCoverDownload.Checked = true;
  274. this.cb_isCoverDownload.CheckState = System.Windows.Forms.CheckState.Checked;
  275. this.cb_isCoverDownload.Location = new System.Drawing.Point(406, 41);
  276. this.cb_isCoverDownload.Name = "cb_isCoverDownload";
  277. this.cb_isCoverDownload.Size = new System.Drawing.Size(72, 16);
  278. this.cb_isCoverDownload.TabIndex = 16;
  279. this.cb_isCoverDownload.Text = "下载封面";
  280. this.cb_isCoverDownload.UseVisualStyleBackColor = true;
  281. //
  282. // btn_GO
  283. //
  284. this.btn_GO.Location = new System.Drawing.Point(532, 20);
  285. this.btn_GO.Name = "btn_GO";
  286. this.btn_GO.Size = new System.Drawing.Size(110, 50);
  287. this.btn_GO.TabIndex = 15;
  288. this.btn_GO.Text = "Go!";
  289. this.btn_GO.UseVisualStyleBackColor = true;
  290. this.btn_GO.Click += new System.EventHandler(this.btn_GO_Click);
  291. //
  292. // btn_select
  293. //
  294. this.btn_select.Location = new System.Drawing.Point(423, 341);
  295. this.btn_select.Name = "btn_select";
  296. this.btn_select.Size = new System.Drawing.Size(159, 63);
  297. this.btn_select.TabIndex = 24;
  298. this.btn_select.Text = "设置对应关系至选定的项目";
  299. this.btn_select.UseVisualStyleBackColor = true;
  300. this.btn_select.Click += new System.EventHandler(this.btn_select_Click);
  301. //
  302. // groupBox1
  303. //
  304. this.groupBox1.Controls.Add(this.btn_MoveFile);
  305. this.groupBox1.Controls.Add(this.cb_IsShowlog);
  306. this.groupBox1.Controls.Add(this.txt_Dest);
  307. this.groupBox1.Controls.Add(this.label2);
  308. this.groupBox1.Controls.Add(this.txt_sub);
  309. this.groupBox1.Controls.Add(this.label1);
  310. this.groupBox1.Location = new System.Drawing.Point(423, 410);
  311. this.groupBox1.Name = "groupBox1";
  312. this.groupBox1.Size = new System.Drawing.Size(252, 111);
  313. this.groupBox1.TabIndex = 14;
  314. this.groupBox1.TabStop = false;
  315. this.groupBox1.Text = "文件移动设置";
  316. this.groupBox1.Enter += new System.EventHandler(this.groupBox1_Enter);
  317. //
  318. // btn_MoveFile
  319. //
  320. this.btn_MoveFile.Location = new System.Drawing.Point(137, 78);
  321. this.btn_MoveFile.Name = "btn_MoveFile";
  322. this.btn_MoveFile.Size = new System.Drawing.Size(99, 23);
  323. this.btn_MoveFile.TabIndex = 25;
  324. this.btn_MoveFile.Text = "移动文件";
  325. this.btn_MoveFile.UseVisualStyleBackColor = true;
  326. this.btn_MoveFile.Click += new System.EventHandler(this.btn_MoveFile_Click);
  327. //
  328. // cb_IsShowlog
  329. //
  330. this.cb_IsShowlog.AutoSize = true;
  331. this.cb_IsShowlog.Checked = true;
  332. this.cb_IsShowlog.CheckState = System.Windows.Forms.CheckState.Checked;
  333. this.cb_IsShowlog.Location = new System.Drawing.Point(23, 78);
  334. this.cb_IsShowlog.Name = "cb_IsShowlog";
  335. this.cb_IsShowlog.Size = new System.Drawing.Size(108, 16);
  336. this.cb_IsShowlog.TabIndex = 18;
  337. this.cb_IsShowlog.Text = "完成后显示日志";
  338. this.cb_IsShowlog.UseVisualStyleBackColor = true;
  339. this.cb_IsShowlog.CheckedChanged += new System.EventHandler(this.UIParamChange);
  340. //
  341. // txt_Dest
  342. //
  343. this.txt_Dest.Location = new System.Drawing.Point(75, 20);
  344. this.txt_Dest.Name = "txt_Dest";
  345. this.txt_Dest.Size = new System.Drawing.Size(161, 21);
  346. this.txt_Dest.TabIndex = 9;
  347. this.txt_Dest.Leave += new System.EventHandler(this.UIParamChange);
  348. //
  349. // label2
  350. //
  351. this.label2.AutoSize = true;
  352. this.label2.Location = new System.Drawing.Point(16, 50);
  353. this.label2.Name = "label2";
  354. this.label2.Size = new System.Drawing.Size(53, 12);
  355. this.label2.TabIndex = 13;
  356. this.label2.Text = "分类路径";
  357. //
  358. // txt_sub
  359. //
  360. this.txt_sub.Location = new System.Drawing.Point(75, 47);
  361. this.txt_sub.Name = "txt_sub";
  362. this.txt_sub.Size = new System.Drawing.Size(161, 21);
  363. this.txt_sub.TabIndex = 8;
  364. this.txt_sub.Text = "演员\\[番号]标题";
  365. this.txt_sub.TextChanged += new System.EventHandler(this.textBox2_TextChanged);
  366. this.txt_sub.Leave += new System.EventHandler(this.UIParamChange);
  367. //
  368. // label1
  369. //
  370. this.label1.AutoSize = true;
  371. this.label1.Location = new System.Drawing.Point(16, 23);
  372. this.label1.Name = "label1";
  373. this.label1.Size = new System.Drawing.Size(53, 12);
  374. this.label1.TabIndex = 12;
  375. this.label1.Text = "目标路径";
  376. //
  377. // tabControl1
  378. //
  379. this.tabControl1.Controls.Add(this.tabPage1);
  380. this.tabControl1.Controls.Add(this.tabPage2);
  381. this.tabControl1.Controls.Add(this.tabPage3);
  382. this.tabControl1.Location = new System.Drawing.Point(12, 12);
  383. this.tabControl1.Name = "tabControl1";
  384. this.tabControl1.SelectedIndex = 0;
  385. this.tabControl1.Size = new System.Drawing.Size(973, 583);
  386. this.tabControl1.TabIndex = 26;
  387. //
  388. // tabPage2
  389. //
  390. this.tabPage2.Controls.Add(this.listBox1);
  391. this.tabPage2.Controls.Add(this.cb_AutoCorrect);
  392. this.tabPage2.Controls.Add(this.btn_LocalSearch);
  393. this.tabPage2.Controls.Add(this.txt_LocalSearchKeyWord);
  394. this.tabPage2.Controls.Add(this.movieContainer1);
  395. this.tabPage2.Location = new System.Drawing.Point(4, 22);
  396. this.tabPage2.Name = "tabPage2";
  397. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  398. this.tabPage2.Size = new System.Drawing.Size(965, 557);
  399. this.tabPage2.TabIndex = 1;
  400. this.tabPage2.Text = "本地查询";
  401. this.tabPage2.UseVisualStyleBackColor = true;
  402. //
  403. // listBox1
  404. //
  405. this.listBox1.FormattingEnabled = true;
  406. this.listBox1.ItemHeight = 12;
  407. this.listBox1.Location = new System.Drawing.Point(6, 33);
  408. this.listBox1.Name = "listBox1";
  409. this.listBox1.Size = new System.Drawing.Size(913, 136);
  410. this.listBox1.TabIndex = 4;
  411. this.listBox1.SelectedIndexChanged += new System.EventHandler(this.listBox1_SelectedIndexChanged);
  412. //
  413. // cb_AutoCorrect
  414. //
  415. this.cb_AutoCorrect.AutoSize = true;
  416. this.cb_AutoCorrect.Checked = true;
  417. this.cb_AutoCorrect.CheckState = System.Windows.Forms.CheckState.Checked;
  418. this.cb_AutoCorrect.Location = new System.Drawing.Point(231, 8);
  419. this.cb_AutoCorrect.Name = "cb_AutoCorrect";
  420. this.cb_AutoCorrect.Size = new System.Drawing.Size(72, 16);
  421. this.cb_AutoCorrect.TabIndex = 3;
  422. this.cb_AutoCorrect.Text = "自动改正";
  423. this.cb_AutoCorrect.UseVisualStyleBackColor = true;
  424. //
  425. // btn_LocalSearch
  426. //
  427. this.btn_LocalSearch.Location = new System.Drawing.Point(309, 4);
  428. this.btn_LocalSearch.Name = "btn_LocalSearch";
  429. this.btn_LocalSearch.Size = new System.Drawing.Size(123, 23);
  430. this.btn_LocalSearch.TabIndex = 1;
  431. this.btn_LocalSearch.Text = "搜索";
  432. this.btn_LocalSearch.UseVisualStyleBackColor = true;
  433. this.btn_LocalSearch.Click += new System.EventHandler(this.btn_LocalSearch_Click);
  434. //
  435. // txt_LocalSearchKeyWord
  436. //
  437. this.txt_LocalSearchKeyWord.Location = new System.Drawing.Point(6, 6);
  438. this.txt_LocalSearchKeyWord.Name = "txt_LocalSearchKeyWord";
  439. this.txt_LocalSearchKeyWord.Size = new System.Drawing.Size(219, 21);
  440. this.txt_LocalSearchKeyWord.TabIndex = 0;
  441. this.txt_LocalSearchKeyWord.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_LocalSearchKeyWord_KeyPress);
  442. //
  443. // tabPage3
  444. //
  445. this.tabPage3.Controls.Add(this.label3);
  446. this.tabPage3.Controls.Add(this.nud_ActorLessThan);
  447. this.tabPage3.Controls.Add(this.txt_FindStatus);
  448. this.tabPage3.Controls.Add(this.btnFind);
  449. this.tabPage3.Controls.Add(this.txt_url);
  450. this.tabPage3.Location = new System.Drawing.Point(4, 22);
  451. this.tabPage3.Name = "tabPage3";
  452. this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
  453. this.tabPage3.Size = new System.Drawing.Size(965, 557);
  454. this.tabPage3.TabIndex = 2;
  455. this.tabPage3.Text = "tabPage3";
  456. this.tabPage3.UseVisualStyleBackColor = true;
  457. //
  458. // txt_FindStatus
  459. //
  460. this.txt_FindStatus.Location = new System.Drawing.Point(6, 62);
  461. this.txt_FindStatus.Multiline = true;
  462. this.txt_FindStatus.Name = "txt_FindStatus";
  463. this.txt_FindStatus.Size = new System.Drawing.Size(953, 187);
  464. this.txt_FindStatus.TabIndex = 2;
  465. //
  466. // btnFind
  467. //
  468. this.btnFind.Location = new System.Drawing.Point(6, 33);
  469. this.btnFind.Name = "btnFind";
  470. this.btnFind.Size = new System.Drawing.Size(75, 23);
  471. this.btnFind.TabIndex = 1;
  472. this.btnFind.Text = "btn_Find";
  473. this.btnFind.UseVisualStyleBackColor = true;
  474. this.btnFind.Click += new System.EventHandler(this.btnFind_Click);
  475. //
  476. // txt_url
  477. //
  478. this.txt_url.Location = new System.Drawing.Point(6, 6);
  479. this.txt_url.Name = "txt_url";
  480. this.txt_url.Size = new System.Drawing.Size(953, 21);
  481. this.txt_url.TabIndex = 0;
  482. //
  483. // nud_ActorLessThan
  484. //
  485. this.nud_ActorLessThan.Location = new System.Drawing.Point(278, 33);
  486. this.nud_ActorLessThan.Name = "nud_ActorLessThan";
  487. this.nud_ActorLessThan.Size = new System.Drawing.Size(48, 21);
  488. this.nud_ActorLessThan.TabIndex = 3;
  489. this.nud_ActorLessThan.Value = new decimal(new int[] {
  490. 1,
  491. 0,
  492. 0,
  493. 0});
  494. //
  495. // bc
  496. //
  497. this.bc.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  498. this.bc.IsShowPic = false;
  499. this.bc.ListMovieBasic = null;
  500. this.bc.Location = new System.Drawing.Point(6, 341);
  501. this.bc.MovieB = null;
  502. this.bc.Name = "bc";
  503. this.bc.Size = new System.Drawing.Size(411, 180);
  504. this.bc.TabIndex = 7;
  505. this.bc.Load += new System.EventHandler(this.bc_Load);
  506. //
  507. // movieContainer1
  508. //
  509. this.movieContainer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  510. this.movieContainer1.Location = new System.Drawing.Point(6, 176);
  511. this.movieContainer1.Movie = null;
  512. this.movieContainer1.MovieList = null;
  513. this.movieContainer1.Name = "movieContainer1";
  514. this.movieContainer1.Size = new System.Drawing.Size(913, 375);
  515. this.movieContainer1.TabIndex = 2;
  516. //
  517. // label3
  518. //
  519. this.label3.AutoSize = true;
  520. this.label3.Location = new System.Drawing.Point(87, 38);
  521. this.label3.Name = "label3";
  522. this.label3.Size = new System.Drawing.Size(185, 12);
  523. this.label3.TabIndex = 4;
  524. this.label3.Text = "不统计演员人数超过此数量的影片";
  525. //
  526. // Form1
  527. //
  528. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  529. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  530. this.ClientSize = new System.Drawing.Size(997, 635);
  531. this.Controls.Add(this.lbl_YouMaStatus);
  532. this.Controls.Add(this.tabControl1);
  533. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  534. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  535. this.MaximizeBox = false;
  536. this.MinimizeBox = false;
  537. this.Name = "Form1";
  538. this.Text = "AVSorter";
  539. this.Load += new System.EventHandler(this.Form1_Load);
  540. this.contextMenuStrip1.ResumeLayout(false);
  541. this.tabPage1.ResumeLayout(false);
  542. this.groupBox2.ResumeLayout(false);
  543. this.groupBox2.PerformLayout();
  544. this.groupBox1.ResumeLayout(false);
  545. this.groupBox1.PerformLayout();
  546. this.tabControl1.ResumeLayout(false);
  547. this.tabPage2.ResumeLayout(false);
  548. this.tabPage2.PerformLayout();
  549. this.tabPage3.ResumeLayout(false);
  550. this.tabPage3.PerformLayout();
  551. ((System.ComponentModel.ISupportInitialize)(this.nud_ActorLessThan)).EndInit();
  552. this.ResumeLayout(false);
  553. this.PerformLayout();
  554. }
  555. #endregion
  556. private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
  557. private System.Windows.Forms.ToolStripMenuItem menu_BrowerFile;
  558. private System.Windows.Forms.ToolStripMenuItem menu_ChangeFcode;
  559. private System.Windows.Forms.ToolStripMenuItem menu_remove;
  560. private System.Windows.Forms.Label lbl_YouMaStatus;
  561. private System.Windows.Forms.ToolStripMenuItem menu_BigCover;
  562. private System.Windows.Forms.TabPage tabPage1;
  563. private System.Windows.Forms.GroupBox groupBox2;
  564. private System.Windows.Forms.ListView listView1;
  565. private System.Windows.Forms.ColumnHeader columnHeader1;
  566. private System.Windows.Forms.ColumnHeader columnHeader2;
  567. private System.Windows.Forms.ColumnHeader columnHeader3;
  568. private System.Windows.Forms.Button btn_removeItem;
  569. private System.Windows.Forms.Button btn_brower;
  570. private System.Windows.Forms.CheckBox cb_AutoSelect;
  571. private System.Windows.Forms.Button btn_Clear;
  572. private System.Windows.Forms.CheckBox cb_isCoverDownload;
  573. private System.Windows.Forms.Button btn_GO;
  574. private System.Windows.Forms.Button btn_select;
  575. private System.Windows.Forms.GroupBox groupBox1;
  576. private System.Windows.Forms.Button btn_MoveFile;
  577. private System.Windows.Forms.CheckBox cb_IsShowlog;
  578. private System.Windows.Forms.TextBox txt_Dest;
  579. private System.Windows.Forms.Label label2;
  580. private System.Windows.Forms.TextBox txt_sub;
  581. private System.Windows.Forms.Label label1;
  582. private AVSORTER.BasicContainer bc;
  583. private System.Windows.Forms.TabControl tabControl1;
  584. private System.Windows.Forms.Button btn_AddNewEmptyItem;
  585. private System.Windows.Forms.TextBox txt_EmptyItemKeyWord;
  586. private System.Windows.Forms.TabPage tabPage2;
  587. private System.Windows.Forms.Button btn_LocalSearch;
  588. private System.Windows.Forms.TextBox txt_LocalSearchKeyWord;
  589. private MovieContainer movieContainer1;
  590. private System.Windows.Forms.CheckBox cb_AutoCorrect;
  591. private System.Windows.Forms.Button btn_rebuild;
  592. private System.Windows.Forms.ListBox listBox1;
  593. private System.Windows.Forms.TabPage tabPage3;
  594. private System.Windows.Forms.Button btnFind;
  595. private System.Windows.Forms.TextBox txt_url;
  596. private System.Windows.Forms.TextBox txt_FindStatus;
  597. private System.Windows.Forms.NumericUpDown nud_ActorLessThan;
  598. private System.Windows.Forms.Label label3;
  599. }
  600. }