Form1.Designer.cs 43 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727
  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.listView1 = new System.Windows.Forms.ListView();
  38. this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  39. this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  40. this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  41. this.button1 = new System.Windows.Forms.Button();
  42. this.btn_Clear = new System.Windows.Forms.Button();
  43. this.btn_brower = new System.Windows.Forms.Button();
  44. this.btn_AddNewEmptyItem = new System.Windows.Forms.Button();
  45. this.btn_removeItem = new System.Windows.Forms.Button();
  46. this.btn_paste_new = new System.Windows.Forms.Button();
  47. this.btn_MoveFile = new System.Windows.Forms.Button();
  48. this.panel1 = new System.Windows.Forms.Panel();
  49. this.label1 = new System.Windows.Forms.Label();
  50. this.txt_Dest = new System.Windows.Forms.TextBox();
  51. this.panel2 = new System.Windows.Forms.Panel();
  52. this.label2 = new System.Windows.Forms.Label();
  53. this.txt_sub = new System.Windows.Forms.TextBox();
  54. this.cb_IsShowlog = new System.Windows.Forms.CheckBox();
  55. this.panel3 = new System.Windows.Forms.Panel();
  56. this.label9 = new System.Windows.Forms.Label();
  57. this.label8 = new System.Windows.Forms.Label();
  58. this.label7 = new System.Windows.Forms.Label();
  59. this.label6 = new System.Windows.Forms.Label();
  60. this.label5 = new System.Windows.Forms.Label();
  61. this.label4 = new System.Windows.Forms.Label();
  62. this.label3 = new System.Windows.Forms.Label();
  63. this.lbl_Path_preview = new System.Windows.Forms.Label();
  64. this.tabControl1 = new System.Windows.Forms.TabControl();
  65. this.tabPage2 = new System.Windows.Forms.TabPage();
  66. this.listBox1 = new System.Windows.Forms.ListBox();
  67. this.cb_AutoCorrect = new System.Windows.Forms.CheckBox();
  68. this.btn_LocalSearch = new System.Windows.Forms.Button();
  69. this.txt_LocalSearchKeyWord = new System.Windows.Forms.TextBox();
  70. this.cmenu_p4 = new System.Windows.Forms.ContextMenuStrip(this.components);
  71. this.cmenu_p4_item_copy = new System.Windows.Forms.ToolStripMenuItem();
  72. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  73. this.sl_Network = new System.Windows.Forms.ToolStripStatusLabel();
  74. this.btn_saveDB = new System.Windows.Forms.Button();
  75. this.movieContainer1 = new PicSo.MovieContainer();
  76. this.contextMenuStrip1.SuspendLayout();
  77. this.tabPage1.SuspendLayout();
  78. this.tableLayoutPanel1.SuspendLayout();
  79. this.panel1.SuspendLayout();
  80. this.panel2.SuspendLayout();
  81. this.panel3.SuspendLayout();
  82. this.tabControl1.SuspendLayout();
  83. this.tabPage2.SuspendLayout();
  84. this.cmenu_p4.SuspendLayout();
  85. this.statusStrip1.SuspendLayout();
  86. this.SuspendLayout();
  87. //
  88. // contextMenuStrip1
  89. //
  90. this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  91. this.menu_BigCover,
  92. this.menu_BrowerFile,
  93. this.menu_ChangeFcode,
  94. this.menu_remove});
  95. this.contextMenuStrip1.Name = "contextMenuStrip1";
  96. this.contextMenuStrip1.Size = new System.Drawing.Size(185, 92);
  97. //
  98. // menu_BigCover
  99. //
  100. this.menu_BigCover.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Bold);
  101. this.menu_BigCover.Name = "menu_BigCover";
  102. this.menu_BigCover.Size = new System.Drawing.Size(184, 22);
  103. this.menu_BigCover.Text = "查看大图";
  104. this.menu_BigCover.Click += new System.EventHandler(this.menu_BigCover_Click);
  105. //
  106. // menu_BrowerFile
  107. //
  108. this.menu_BrowerFile.Name = "menu_BrowerFile";
  109. this.menu_BrowerFile.Size = new System.Drawing.Size(184, 22);
  110. this.menu_BrowerFile.Text = "查看文件位置";
  111. this.menu_BrowerFile.Click += new System.EventHandler(this.menu_BrowerFile_Click);
  112. //
  113. // menu_ChangeFcode
  114. //
  115. this.menu_ChangeFcode.Name = "menu_ChangeFcode";
  116. this.menu_ChangeFcode.Size = new System.Drawing.Size(184, 22);
  117. this.menu_ChangeFcode.Text = "更改此项目的关键字";
  118. this.menu_ChangeFcode.Click += new System.EventHandler(this.menu_ChangeFcode_Click);
  119. //
  120. // menu_remove
  121. //
  122. this.menu_remove.Name = "menu_remove";
  123. this.menu_remove.Size = new System.Drawing.Size(184, 22);
  124. this.menu_remove.Text = "移除项目";
  125. this.menu_remove.Click += new System.EventHandler(this.menu_remove_Click);
  126. //
  127. // tabPage1
  128. //
  129. this.tabPage1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(253)))), ((int)(((byte)(250)))));
  130. this.tabPage1.Controls.Add(this.tableLayoutPanel1);
  131. this.tabPage1.Location = new System.Drawing.Point(4, 26);
  132. this.tabPage1.Name = "tabPage1";
  133. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  134. this.tabPage1.Size = new System.Drawing.Size(923, 569);
  135. this.tabPage1.TabIndex = 0;
  136. this.tabPage1.Text = "批量文件处理";
  137. //
  138. // tableLayoutPanel1
  139. //
  140. this.tableLayoutPanel1.ColumnCount = 6;
  141. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
  142. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
  143. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
  144. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
  145. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
  146. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
  147. this.tableLayoutPanel1.Controls.Add(this.btn_saveDB, 6, 5);
  148. this.tableLayoutPanel1.Controls.Add(this.listView1, 0, 2);
  149. this.tableLayoutPanel1.Controls.Add(this.button1, 5, 0);
  150. this.tableLayoutPanel1.Controls.Add(this.btn_Clear, 4, 1);
  151. this.tableLayoutPanel1.Controls.Add(this.btn_brower, 0, 0);
  152. this.tableLayoutPanel1.Controls.Add(this.btn_AddNewEmptyItem, 0, 1);
  153. this.tableLayoutPanel1.Controls.Add(this.btn_removeItem, 4, 0);
  154. this.tableLayoutPanel1.Controls.Add(this.btn_paste_new, 1, 1);
  155. this.tableLayoutPanel1.Controls.Add(this.btn_MoveFile, 5, 3);
  156. this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 3);
  157. this.tableLayoutPanel1.Controls.Add(this.panel2, 0, 4);
  158. this.tableLayoutPanel1.Controls.Add(this.cb_IsShowlog, 4, 3);
  159. this.tableLayoutPanel1.Controls.Add(this.panel3, 0, 5);
  160. this.tableLayoutPanel1.Controls.Add(this.lbl_Path_preview, 0, 7);
  161. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  162. this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 3);
  163. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  164. this.tableLayoutPanel1.RowCount = 8;
  165. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
  166. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
  167. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  168. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  169. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  170. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  171. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  172. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35F));
  173. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  174. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  175. this.tableLayoutPanel1.Size = new System.Drawing.Size(917, 563);
  176. this.tableLayoutPanel1.TabIndex = 26;
  177. //
  178. // listView1
  179. //
  180. this.listView1.AllowDrop = true;
  181. this.listView1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(253)))), ((int)(((byte)(250)))));
  182. this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  183. this.columnHeader1,
  184. this.columnHeader2,
  185. this.columnHeader3});
  186. this.tableLayoutPanel1.SetColumnSpan(this.listView1, 6);
  187. this.listView1.ContextMenuStrip = this.contextMenuStrip1;
  188. this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
  189. this.listView1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(60)))), ((int)(((byte)(61)))));
  190. this.listView1.FullRowSelect = true;
  191. this.listView1.Location = new System.Drawing.Point(3, 83);
  192. this.listView1.Name = "listView1";
  193. this.listView1.Size = new System.Drawing.Size(911, 342);
  194. this.listView1.TabIndex = 6;
  195. this.listView1.UseCompatibleStateImageBehavior = false;
  196. this.listView1.View = System.Windows.Forms.View.Details;
  197. this.listView1.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.listView1_ColumnClick);
  198. this.listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
  199. this.listView1.DragDrop += new System.Windows.Forms.DragEventHandler(this.listView1_DragDrop);
  200. this.listView1.DragEnter += new System.Windows.Forms.DragEventHandler(this.listView1_DragEnter);
  201. this.listView1.DoubleClick += new System.EventHandler(this.listView1_DoubleClick);
  202. //
  203. // columnHeader1
  204. //
  205. this.columnHeader1.Text = "文件名";
  206. this.columnHeader1.Width = 445;
  207. //
  208. // columnHeader2
  209. //
  210. this.columnHeader2.Text = "番号";
  211. this.columnHeader2.Width = 104;
  212. //
  213. // columnHeader3
  214. //
  215. this.columnHeader3.Text = "状态";
  216. this.columnHeader3.Width = 158;
  217. //
  218. // button1
  219. //
  220. this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(208)))), ((int)(((byte)(243)))));
  221. this.button1.Dock = System.Windows.Forms.DockStyle.Fill;
  222. this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  223. this.button1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  224. this.button1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(60)))), ((int)(((byte)(61)))));
  225. this.button1.Location = new System.Drawing.Point(763, 3);
  226. this.button1.Name = "button1";
  227. this.tableLayoutPanel1.SetRowSpan(this.button1, 2);
  228. this.button1.Size = new System.Drawing.Size(151, 74);
  229. this.button1.TabIndex = 21;
  230. this.button1.Text = "Go";
  231. this.button1.UseVisualStyleBackColor = false;
  232. this.button1.Click += new System.EventHandler(this.button1_Click);
  233. //
  234. // btn_Clear
  235. //
  236. this.btn_Clear.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(205)))), ((int)(((byte)(221)))), ((int)(((byte)(254)))));
  237. this.btn_Clear.Dock = System.Windows.Forms.DockStyle.Fill;
  238. this.btn_Clear.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  239. this.btn_Clear.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  240. this.btn_Clear.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(60)))), ((int)(((byte)(61)))));
  241. this.btn_Clear.Location = new System.Drawing.Point(611, 43);
  242. this.btn_Clear.Name = "btn_Clear";
  243. this.btn_Clear.Size = new System.Drawing.Size(146, 34);
  244. this.btn_Clear.TabIndex = 10;
  245. this.btn_Clear.Text = "清除全部";
  246. this.btn_Clear.UseVisualStyleBackColor = false;
  247. this.btn_Clear.Click += new System.EventHandler(this.btn_Clear_Click);
  248. //
  249. // btn_brower
  250. //
  251. this.btn_brower.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(188)))), ((int)(((byte)(0)))));
  252. this.tableLayoutPanel1.SetColumnSpan(this.btn_brower, 2);
  253. this.btn_brower.Dock = System.Windows.Forms.DockStyle.Fill;
  254. this.btn_brower.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  255. this.btn_brower.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  256. this.btn_brower.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(60)))), ((int)(((byte)(61)))));
  257. this.btn_brower.Location = new System.Drawing.Point(3, 3);
  258. this.btn_brower.Name = "btn_brower";
  259. this.btn_brower.Size = new System.Drawing.Size(298, 34);
  260. this.btn_brower.TabIndex = 3;
  261. this.btn_brower.Text = "浏览文件夹...";
  262. this.btn_brower.UseVisualStyleBackColor = false;
  263. this.btn_brower.Click += new System.EventHandler(this.btn_brower_Click);
  264. //
  265. // btn_AddNewEmptyItem
  266. //
  267. this.btn_AddNewEmptyItem.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(188)))), ((int)(((byte)(0)))));
  268. this.btn_AddNewEmptyItem.Dock = System.Windows.Forms.DockStyle.Fill;
  269. this.btn_AddNewEmptyItem.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  270. this.btn_AddNewEmptyItem.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  271. this.btn_AddNewEmptyItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(60)))), ((int)(((byte)(61)))));
  272. this.btn_AddNewEmptyItem.Location = new System.Drawing.Point(3, 43);
  273. this.btn_AddNewEmptyItem.Name = "btn_AddNewEmptyItem";
  274. this.btn_AddNewEmptyItem.Size = new System.Drawing.Size(146, 34);
  275. this.btn_AddNewEmptyItem.TabIndex = 19;
  276. this.btn_AddNewEmptyItem.Text = "新建空项目";
  277. this.btn_AddNewEmptyItem.UseVisualStyleBackColor = false;
  278. this.btn_AddNewEmptyItem.Click += new System.EventHandler(this.btn_AddNewEmptyItem_Click);
  279. //
  280. // btn_removeItem
  281. //
  282. this.btn_removeItem.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(205)))), ((int)(((byte)(221)))), ((int)(((byte)(254)))));
  283. this.btn_removeItem.Dock = System.Windows.Forms.DockStyle.Fill;
  284. this.btn_removeItem.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  285. this.btn_removeItem.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  286. this.btn_removeItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(60)))), ((int)(((byte)(61)))));
  287. this.btn_removeItem.Location = new System.Drawing.Point(611, 3);
  288. this.btn_removeItem.Name = "btn_removeItem";
  289. this.btn_removeItem.Size = new System.Drawing.Size(146, 34);
  290. this.btn_removeItem.TabIndex = 4;
  291. this.btn_removeItem.Text = "删除选择项目";
  292. this.btn_removeItem.UseVisualStyleBackColor = false;
  293. this.btn_removeItem.Click += new System.EventHandler(this.btn_removeItem_Click);
  294. //
  295. // btn_paste_new
  296. //
  297. this.btn_paste_new.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(188)))), ((int)(((byte)(0)))));
  298. this.btn_paste_new.Dock = System.Windows.Forms.DockStyle.Fill;
  299. this.btn_paste_new.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  300. this.btn_paste_new.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  301. this.btn_paste_new.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(60)))), ((int)(((byte)(61)))));
  302. this.btn_paste_new.Location = new System.Drawing.Point(155, 43);
  303. this.btn_paste_new.Name = "btn_paste_new";
  304. this.btn_paste_new.Size = new System.Drawing.Size(146, 34);
  305. this.btn_paste_new.TabIndex = 20;
  306. this.btn_paste_new.Text = "剪贴板新建";
  307. this.btn_paste_new.UseVisualStyleBackColor = false;
  308. this.btn_paste_new.Click += new System.EventHandler(this.btn_paste_new_Click);
  309. //
  310. // btn_MoveFile
  311. //
  312. this.btn_MoveFile.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(188)))), ((int)(((byte)(0)))));
  313. this.btn_MoveFile.Dock = System.Windows.Forms.DockStyle.Fill;
  314. this.btn_MoveFile.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  315. this.btn_MoveFile.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  316. this.btn_MoveFile.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(60)))), ((int)(((byte)(61)))));
  317. this.btn_MoveFile.Location = new System.Drawing.Point(763, 431);
  318. this.btn_MoveFile.Name = "btn_MoveFile";
  319. this.tableLayoutPanel1.SetRowSpan(this.btn_MoveFile, 2);
  320. this.btn_MoveFile.Size = new System.Drawing.Size(151, 54);
  321. this.btn_MoveFile.TabIndex = 25;
  322. this.btn_MoveFile.Text = "移动文件";
  323. this.btn_MoveFile.UseVisualStyleBackColor = false;
  324. this.btn_MoveFile.Click += new System.EventHandler(this.btn_MoveFile_Click);
  325. //
  326. // panel1
  327. //
  328. this.tableLayoutPanel1.SetColumnSpan(this.panel1, 4);
  329. this.panel1.Controls.Add(this.label1);
  330. this.panel1.Controls.Add(this.txt_Dest);
  331. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  332. this.panel1.Location = new System.Drawing.Point(3, 431);
  333. this.panel1.Name = "panel1";
  334. this.panel1.Size = new System.Drawing.Size(602, 24);
  335. this.panel1.TabIndex = 26;
  336. //
  337. // label1
  338. //
  339. this.label1.AutoSize = true;
  340. this.label1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  341. this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(60)))), ((int)(((byte)(61)))));
  342. this.label1.Location = new System.Drawing.Point(0, 3);
  343. this.label1.Name = "label1";
  344. this.label1.Size = new System.Drawing.Size(56, 17);
  345. this.label1.TabIndex = 12;
  346. this.label1.Text = "目标路径";
  347. //
  348. // txt_Dest
  349. //
  350. this.txt_Dest.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  351. this.txt_Dest.Location = new System.Drawing.Point(62, 0);
  352. this.txt_Dest.Name = "txt_Dest";
  353. this.txt_Dest.Size = new System.Drawing.Size(497, 23);
  354. this.txt_Dest.TabIndex = 9;
  355. this.txt_Dest.Leave += new System.EventHandler(this.txt_Dest_Leave);
  356. //
  357. // panel2
  358. //
  359. this.tableLayoutPanel1.SetColumnSpan(this.panel2, 4);
  360. this.panel2.Controls.Add(this.label2);
  361. this.panel2.Controls.Add(this.txt_sub);
  362. this.panel2.Location = new System.Drawing.Point(3, 461);
  363. this.panel2.Name = "panel2";
  364. this.panel2.Size = new System.Drawing.Size(602, 24);
  365. this.panel2.TabIndex = 27;
  366. //
  367. // label2
  368. //
  369. this.label2.AutoSize = true;
  370. this.label2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  371. this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(60)))), ((int)(((byte)(61)))));
  372. this.label2.Location = new System.Drawing.Point(0, 3);
  373. this.label2.Name = "label2";
  374. this.label2.Size = new System.Drawing.Size(56, 17);
  375. this.label2.TabIndex = 13;
  376. this.label2.Text = "分类路径";
  377. //
  378. // txt_sub
  379. //
  380. this.txt_sub.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  381. this.txt_sub.Location = new System.Drawing.Point(62, 0);
  382. this.txt_sub.Name = "txt_sub";
  383. this.txt_sub.Size = new System.Drawing.Size(497, 23);
  384. this.txt_sub.TabIndex = 8;
  385. this.txt_sub.Text = "演员\\[番号]标题";
  386. this.txt_sub.Leave += new System.EventHandler(this.txt_sub_Leave);
  387. //
  388. // cb_IsShowlog
  389. //
  390. this.cb_IsShowlog.AutoSize = true;
  391. this.cb_IsShowlog.Checked = true;
  392. this.cb_IsShowlog.CheckState = System.Windows.Forms.CheckState.Checked;
  393. this.cb_IsShowlog.Dock = System.Windows.Forms.DockStyle.Right;
  394. this.cb_IsShowlog.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  395. this.cb_IsShowlog.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(60)))), ((int)(((byte)(61)))));
  396. this.cb_IsShowlog.Location = new System.Drawing.Point(646, 431);
  397. this.cb_IsShowlog.Name = "cb_IsShowlog";
  398. this.tableLayoutPanel1.SetRowSpan(this.cb_IsShowlog, 2);
  399. this.cb_IsShowlog.Size = new System.Drawing.Size(111, 54);
  400. this.cb_IsShowlog.TabIndex = 18;
  401. this.cb_IsShowlog.Text = "完成后显示日志";
  402. this.cb_IsShowlog.UseVisualStyleBackColor = true;
  403. //
  404. // panel3
  405. //
  406. this.tableLayoutPanel1.SetColumnSpan(this.panel3, 4);
  407. this.panel3.Controls.Add(this.label9);
  408. this.panel3.Controls.Add(this.label8);
  409. this.panel3.Controls.Add(this.label7);
  410. this.panel3.Controls.Add(this.label6);
  411. this.panel3.Controls.Add(this.label5);
  412. this.panel3.Controls.Add(this.label4);
  413. this.panel3.Controls.Add(this.label3);
  414. this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
  415. this.panel3.Location = new System.Drawing.Point(3, 491);
  416. this.panel3.Name = "panel3";
  417. this.panel3.Size = new System.Drawing.Size(602, 14);
  418. this.panel3.TabIndex = 28;
  419. //
  420. // label9
  421. //
  422. this.label9.AutoSize = true;
  423. this.label9.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  424. this.label9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(60)))), ((int)(((byte)(61)))));
  425. this.label9.Location = new System.Drawing.Point(0, 0);
  426. this.label9.Name = "label9";
  427. this.label9.Size = new System.Drawing.Size(87, 17);
  428. this.label9.TabIndex = 20;
  429. this.label9.Text = "双设计路径-->";
  430. //
  431. // label8
  432. //
  433. this.label8.AutoSize = true;
  434. this.label8.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  435. this.label8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(60)))), ((int)(((byte)(61)))));
  436. this.label8.Location = new System.Drawing.Point(403, 0);
  437. this.label8.Name = "label8";
  438. this.label8.Size = new System.Drawing.Size(44, 17);
  439. this.label8.TabIndex = 19;
  440. this.label8.Text = "制造商";
  441. this.label8.DoubleClick += new System.EventHandler(this.label3_DoubleClick);
  442. //
  443. // label7
  444. //
  445. this.label7.AutoSize = true;
  446. this.label7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  447. this.label7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(60)))), ((int)(((byte)(61)))));
  448. this.label7.Location = new System.Drawing.Point(341, 0);
  449. this.label7.Name = "label7";
  450. this.label7.Size = new System.Drawing.Size(32, 17);
  451. this.label7.TabIndex = 18;
  452. this.label7.Text = "标签";
  453. this.label7.DoubleClick += new System.EventHandler(this.label3_DoubleClick);
  454. //
  455. // label6
  456. //
  457. this.label6.AutoSize = true;
  458. this.label6.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  459. this.label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(60)))), ((int)(((byte)(61)))));
  460. this.label6.Location = new System.Drawing.Point(279, 0);
  461. this.label6.Name = "label6";
  462. this.label6.Size = new System.Drawing.Size(32, 17);
  463. this.label6.TabIndex = 17;
  464. this.label6.Text = "厂商";
  465. this.label6.DoubleClick += new System.EventHandler(this.label3_DoubleClick);
  466. //
  467. // label5
  468. //
  469. this.label5.AutoSize = true;
  470. this.label5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  471. this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(60)))), ((int)(((byte)(61)))));
  472. this.label5.Location = new System.Drawing.Point(217, 0);
  473. this.label5.Name = "label5";
  474. this.label5.Size = new System.Drawing.Size(32, 17);
  475. this.label5.TabIndex = 16;
  476. this.label5.Text = "标题";
  477. this.label5.DoubleClick += new System.EventHandler(this.label3_DoubleClick);
  478. //
  479. // label4
  480. //
  481. this.label4.AutoSize = true;
  482. this.label4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  483. this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(60)))), ((int)(((byte)(61)))));
  484. this.label4.Location = new System.Drawing.Point(155, 0);
  485. this.label4.Name = "label4";
  486. this.label4.Size = new System.Drawing.Size(32, 17);
  487. this.label4.TabIndex = 15;
  488. this.label4.Text = "演员";
  489. this.label4.DoubleClick += new System.EventHandler(this.label3_DoubleClick);
  490. //
  491. // label3
  492. //
  493. this.label3.AutoSize = true;
  494. this.label3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  495. this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(60)))), ((int)(((byte)(61)))));
  496. this.label3.Location = new System.Drawing.Point(93, 0);
  497. this.label3.Name = "label3";
  498. this.label3.Size = new System.Drawing.Size(32, 17);
  499. this.label3.TabIndex = 14;
  500. this.label3.Text = "番号";
  501. this.label3.DoubleClick += new System.EventHandler(this.label3_DoubleClick);
  502. //
  503. // lbl_Path_preview
  504. //
  505. this.lbl_Path_preview.AutoSize = true;
  506. this.tableLayoutPanel1.SetColumnSpan(this.lbl_Path_preview, 6);
  507. this.lbl_Path_preview.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  508. this.lbl_Path_preview.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(60)))), ((int)(((byte)(61)))));
  509. this.lbl_Path_preview.Location = new System.Drawing.Point(3, 528);
  510. this.lbl_Path_preview.Name = "lbl_Path_preview";
  511. this.lbl_Path_preview.Size = new System.Drawing.Size(164, 17);
  512. this.lbl_Path_preview.TabIndex = 13;
  513. this.lbl_Path_preview.Text = "【点列表条目预览目标路径】";
  514. //
  515. // tabControl1
  516. //
  517. this.tabControl1.Controls.Add(this.tabPage1);
  518. this.tabControl1.Controls.Add(this.tabPage2);
  519. this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  520. this.tabControl1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  521. this.tabControl1.Location = new System.Drawing.Point(0, 0);
  522. this.tabControl1.Name = "tabControl1";
  523. this.tabControl1.SelectedIndex = 0;
  524. this.tabControl1.Size = new System.Drawing.Size(931, 599);
  525. this.tabControl1.TabIndex = 26;
  526. //
  527. // tabPage2
  528. //
  529. this.tabPage2.Controls.Add(this.movieContainer1);
  530. this.tabPage2.Controls.Add(this.listBox1);
  531. this.tabPage2.Controls.Add(this.cb_AutoCorrect);
  532. this.tabPage2.Controls.Add(this.btn_LocalSearch);
  533. this.tabPage2.Controls.Add(this.txt_LocalSearchKeyWord);
  534. this.tabPage2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  535. this.tabPage2.Location = new System.Drawing.Point(4, 26);
  536. this.tabPage2.Name = "tabPage2";
  537. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  538. this.tabPage2.Size = new System.Drawing.Size(923, 569);
  539. this.tabPage2.TabIndex = 1;
  540. this.tabPage2.Text = "本地查询";
  541. this.tabPage2.UseVisualStyleBackColor = true;
  542. //
  543. // listBox1
  544. //
  545. this.listBox1.FormattingEnabled = true;
  546. this.listBox1.ItemHeight = 12;
  547. this.listBox1.Location = new System.Drawing.Point(6, 33);
  548. this.listBox1.Name = "listBox1";
  549. this.listBox1.Size = new System.Drawing.Size(913, 112);
  550. this.listBox1.TabIndex = 4;
  551. this.listBox1.SelectedIndexChanged += new System.EventHandler(this.listBox1_SelectedIndexChanged);
  552. //
  553. // cb_AutoCorrect
  554. //
  555. this.cb_AutoCorrect.AutoSize = true;
  556. this.cb_AutoCorrect.Checked = true;
  557. this.cb_AutoCorrect.CheckState = System.Windows.Forms.CheckState.Checked;
  558. this.cb_AutoCorrect.Location = new System.Drawing.Point(231, 8);
  559. this.cb_AutoCorrect.Name = "cb_AutoCorrect";
  560. this.cb_AutoCorrect.Size = new System.Drawing.Size(72, 16);
  561. this.cb_AutoCorrect.TabIndex = 3;
  562. this.cb_AutoCorrect.Text = "自动改正";
  563. this.cb_AutoCorrect.UseVisualStyleBackColor = true;
  564. //
  565. // btn_LocalSearch
  566. //
  567. this.btn_LocalSearch.Location = new System.Drawing.Point(309, 4);
  568. this.btn_LocalSearch.Name = "btn_LocalSearch";
  569. this.btn_LocalSearch.Size = new System.Drawing.Size(123, 23);
  570. this.btn_LocalSearch.TabIndex = 1;
  571. this.btn_LocalSearch.Text = "搜索";
  572. this.btn_LocalSearch.UseVisualStyleBackColor = true;
  573. this.btn_LocalSearch.Click += new System.EventHandler(this.btn_LocalSearch_Click);
  574. //
  575. // txt_LocalSearchKeyWord
  576. //
  577. this.txt_LocalSearchKeyWord.Location = new System.Drawing.Point(6, 6);
  578. this.txt_LocalSearchKeyWord.Name = "txt_LocalSearchKeyWord";
  579. this.txt_LocalSearchKeyWord.Size = new System.Drawing.Size(219, 21);
  580. this.txt_LocalSearchKeyWord.TabIndex = 0;
  581. this.txt_LocalSearchKeyWord.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_LocalSearchKeyWord_KeyPress);
  582. //
  583. // cmenu_p4
  584. //
  585. this.cmenu_p4.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  586. this.cmenu_p4_item_copy});
  587. this.cmenu_p4.Name = "cmenu_p4";
  588. this.cmenu_p4.Size = new System.Drawing.Size(125, 26);
  589. //
  590. // cmenu_p4_item_copy
  591. //
  592. this.cmenu_p4_item_copy.Name = "cmenu_p4_item_copy";
  593. this.cmenu_p4_item_copy.Size = new System.Drawing.Size(124, 22);
  594. this.cmenu_p4_item_copy.Text = "复制地址";
  595. //
  596. // statusStrip1
  597. //
  598. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  599. this.sl_Network});
  600. this.statusStrip1.Location = new System.Drawing.Point(0, 577);
  601. this.statusStrip1.Name = "statusStrip1";
  602. this.statusStrip1.Size = new System.Drawing.Size(931, 22);
  603. this.statusStrip1.TabIndex = 27;
  604. this.statusStrip1.Text = "statusStrip1";
  605. //
  606. // sl_Network
  607. //
  608. this.sl_Network.BackColor = System.Drawing.Color.Crimson;
  609. this.sl_Network.Name = "sl_Network";
  610. this.sl_Network.Size = new System.Drawing.Size(68, 17);
  611. this.sl_Network.Text = "网络不可用";
  612. //
  613. // btn_saveDB
  614. //
  615. this.btn_saveDB.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(188)))), ((int)(((byte)(0)))));
  616. this.btn_saveDB.Dock = System.Windows.Forms.DockStyle.Fill;
  617. this.btn_saveDB.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  618. this.btn_saveDB.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  619. this.btn_saveDB.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(60)))), ((int)(((byte)(61)))));
  620. this.btn_saveDB.Location = new System.Drawing.Point(763, 491);
  621. this.btn_saveDB.Name = "btn_saveDB";
  622. this.tableLayoutPanel1.SetRowSpan(this.btn_saveDB, 2);
  623. this.btn_saveDB.Size = new System.Drawing.Size(151, 34);
  624. this.btn_saveDB.TabIndex = 29;
  625. this.btn_saveDB.Text = "移动文件";
  626. this.btn_saveDB.UseVisualStyleBackColor = false;
  627. this.btn_saveDB.Click += new System.EventHandler(this.btn_saveDB_Click);
  628. //
  629. // movieContainer1
  630. //
  631. this.movieContainer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  632. this.movieContainer1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  633. this.movieContainer1.IsShowOtherButton = false;
  634. this.movieContainer1.Location = new System.Drawing.Point(8, 168);
  635. this.movieContainer1.Movie = null;
  636. this.movieContainer1.MovieList = null;
  637. this.movieContainer1.Name = "movieContainer1";
  638. this.movieContainer1.Size = new System.Drawing.Size(911, 588);
  639. this.movieContainer1.TabIndex = 5;
  640. //
  641. // Form1
  642. //
  643. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  644. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  645. this.ClientSize = new System.Drawing.Size(931, 599);
  646. this.Controls.Add(this.statusStrip1);
  647. this.Controls.Add(this.tabControl1);
  648. this.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(60)))), ((int)(((byte)(61)))));
  649. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  650. this.Name = "Form1";
  651. this.Text = "AVSorter";
  652. this.Load += new System.EventHandler(this.Form1_Load);
  653. this.contextMenuStrip1.ResumeLayout(false);
  654. this.tabPage1.ResumeLayout(false);
  655. this.tableLayoutPanel1.ResumeLayout(false);
  656. this.tableLayoutPanel1.PerformLayout();
  657. this.panel1.ResumeLayout(false);
  658. this.panel1.PerformLayout();
  659. this.panel2.ResumeLayout(false);
  660. this.panel2.PerformLayout();
  661. this.panel3.ResumeLayout(false);
  662. this.panel3.PerformLayout();
  663. this.tabControl1.ResumeLayout(false);
  664. this.tabPage2.ResumeLayout(false);
  665. this.tabPage2.PerformLayout();
  666. this.cmenu_p4.ResumeLayout(false);
  667. this.statusStrip1.ResumeLayout(false);
  668. this.statusStrip1.PerformLayout();
  669. this.ResumeLayout(false);
  670. this.PerformLayout();
  671. }
  672. #endregion
  673. private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
  674. private System.Windows.Forms.ToolStripMenuItem menu_BrowerFile;
  675. private System.Windows.Forms.ToolStripMenuItem menu_ChangeFcode;
  676. private System.Windows.Forms.ToolStripMenuItem menu_remove;
  677. private System.Windows.Forms.ToolStripMenuItem menu_BigCover;
  678. private System.Windows.Forms.TabPage tabPage1;
  679. private System.Windows.Forms.Button btn_removeItem;
  680. private System.Windows.Forms.Button btn_brower;
  681. private System.Windows.Forms.Button btn_Clear;
  682. private System.Windows.Forms.Button btn_MoveFile;
  683. private System.Windows.Forms.CheckBox cb_IsShowlog;
  684. private System.Windows.Forms.TextBox txt_Dest;
  685. private System.Windows.Forms.Label label2;
  686. private System.Windows.Forms.TextBox txt_sub;
  687. private System.Windows.Forms.Label label1;
  688. private System.Windows.Forms.TabControl tabControl1;
  689. private System.Windows.Forms.Button btn_AddNewEmptyItem;
  690. private System.Windows.Forms.TabPage tabPage2;
  691. private System.Windows.Forms.Button btn_LocalSearch;
  692. private System.Windows.Forms.TextBox txt_LocalSearchKeyWord;
  693. private System.Windows.Forms.CheckBox cb_AutoCorrect;
  694. private System.Windows.Forms.ListBox listBox1;
  695. private System.Windows.Forms.ContextMenuStrip cmenu_p4;
  696. private System.Windows.Forms.ToolStripMenuItem cmenu_p4_item_copy;
  697. private System.Windows.Forms.Button btn_paste_new;
  698. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  699. private System.Windows.Forms.ListView listView1;
  700. private System.Windows.Forms.ColumnHeader columnHeader1;
  701. private System.Windows.Forms.ColumnHeader columnHeader2;
  702. private System.Windows.Forms.ColumnHeader columnHeader3;
  703. private System.Windows.Forms.Button button1;
  704. private System.Windows.Forms.Label lbl_Path_preview;
  705. private System.Windows.Forms.StatusStrip statusStrip1;
  706. private System.Windows.Forms.ToolStripStatusLabel sl_Network;
  707. private System.Windows.Forms.Panel panel1;
  708. private System.Windows.Forms.Panel panel2;
  709. private MovieContainer movieContainer1;
  710. private System.Windows.Forms.Panel panel3;
  711. private System.Windows.Forms.Label label7;
  712. private System.Windows.Forms.Label label6;
  713. private System.Windows.Forms.Label label5;
  714. private System.Windows.Forms.Label label4;
  715. private System.Windows.Forms.Label label3;
  716. private System.Windows.Forms.Label label8;
  717. private System.Windows.Forms.Label label9;
  718. private System.Windows.Forms.Button btn_saveDB;
  719. }
  720. }