Form1.Designer.cs 26 KB

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