Form1.Designer.cs 31 KB

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