QvcMainForm.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467
  1. 
  2. namespace QVCopier
  3. {
  4. partial class QvcMainForm
  5. {
  6. /// <summary>
  7. /// 必需的设计器变量。
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// 清理所有正在使用的资源。
  12. /// </summary>
  13. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows 窗体设计器生成的代码
  23. /// <summary>
  24. /// 设计器支持所需的方法 - 不要修改
  25. /// 使用代码编辑器修改此方法的内容。
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. System.Windows.Forms.ListViewItem listViewItem9 = new System.Windows.Forms.ListViewItem(new string[] {
  30. "c:\\from\\ep01.mp4",
  31. "d:\\dest\\ep01.mp4",
  32. "1.23 GB",
  33. "Readed",
  34. "AEDFCA / -",
  35. ""}, -1);
  36. System.Windows.Forms.ListViewItem listViewItem10 = new System.Windows.Forms.ListViewItem(new string[] {
  37. "c:\\from\\file.ext",
  38. "d:\\dest\\file.ext",
  39. "123.45 MB",
  40. "Pending",
  41. "-/-",
  42. "File already exist: Override"}, -1);
  43. System.Windows.Forms.ListViewItem listViewItem11 = new System.Windows.Forms.ListViewItem(new string[] {
  44. "c:\\from\\asdf.exe",
  45. "d:\\dest\\asdf.exe",
  46. "45.678 GB",
  47. "Pending",
  48. "-/-",
  49. "File already exist: Skip"}, -1);
  50. System.Windows.Forms.ListViewItem listViewItem12 = new System.Windows.Forms.ListViewItem(new string[] {
  51. "2022-02-22 22:22:22",
  52. "Application started"}, -1);
  53. this.listView2 = new System.Windows.Forms.ListView();
  54. this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  55. this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  56. this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  57. this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  58. this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  59. this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  60. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  61. this.panel1 = new System.Windows.Forms.Panel();
  62. this.listView1 = new System.Windows.Forms.ListView();
  63. this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  64. this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  65. this.label1 = new System.Windows.Forms.Label();
  66. this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
  67. this.textBox1 = new System.Windows.Forms.TextBox();
  68. this.button1 = new System.Windows.Forms.Button();
  69. this.label2 = new System.Windows.Forms.Label();
  70. this.label3 = new System.Windows.Forms.Label();
  71. this.button2 = new System.Windows.Forms.Button();
  72. this.label4 = new System.Windows.Forms.Label();
  73. this.label5 = new System.Windows.Forms.Label();
  74. this.numericUpDown2 = new System.Windows.Forms.NumericUpDown();
  75. this.checkBox1 = new System.Windows.Forms.CheckBox();
  76. this.label6 = new System.Windows.Forms.Label();
  77. this.checkBox2 = new System.Windows.Forms.CheckBox();
  78. this.checkBox3 = new System.Windows.Forms.CheckBox();
  79. this.checkBox4 = new System.Windows.Forms.CheckBox();
  80. this.checkBox5 = new System.Windows.Forms.CheckBox();
  81. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  82. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  83. this.splitContainer1.Panel1.SuspendLayout();
  84. this.splitContainer1.Panel2.SuspendLayout();
  85. this.splitContainer1.SuspendLayout();
  86. this.panel1.SuspendLayout();
  87. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
  88. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
  89. this.tableLayoutPanel1.SuspendLayout();
  90. this.SuspendLayout();
  91. //
  92. // listView2
  93. //
  94. this.listView2.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  95. this.columnHeader1,
  96. this.columnHeader2,
  97. this.columnHeader3,
  98. this.columnHeader4,
  99. this.columnHeader5,
  100. this.columnHeader6});
  101. this.listView2.Dock = System.Windows.Forms.DockStyle.Fill;
  102. this.listView2.FullRowSelect = true;
  103. this.listView2.GridLines = true;
  104. this.listView2.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
  105. listViewItem9,
  106. listViewItem10,
  107. listViewItem11});
  108. this.listView2.Location = new System.Drawing.Point(0, 0);
  109. this.listView2.Name = "listView2";
  110. this.listView2.Size = new System.Drawing.Size(789, 270);
  111. this.listView2.TabIndex = 1;
  112. this.listView2.UseCompatibleStateImageBehavior = false;
  113. this.listView2.View = System.Windows.Forms.View.Details;
  114. //
  115. // columnHeader1
  116. //
  117. this.columnHeader1.Text = "Source";
  118. this.columnHeader1.Width = 155;
  119. //
  120. // columnHeader2
  121. //
  122. this.columnHeader2.Text = "Destination";
  123. this.columnHeader2.Width = 134;
  124. //
  125. // columnHeader3
  126. //
  127. this.columnHeader3.Text = "Size";
  128. this.columnHeader3.Width = 74;
  129. //
  130. // columnHeader4
  131. //
  132. this.columnHeader4.Text = "Status";
  133. this.columnHeader4.Width = 66;
  134. //
  135. // columnHeader5
  136. //
  137. this.columnHeader5.Text = "Checksum";
  138. this.columnHeader5.Width = 119;
  139. //
  140. // columnHeader6
  141. //
  142. this.columnHeader6.Text = "MoreInfo";
  143. this.columnHeader6.Width = 203;
  144. //
  145. // splitContainer1
  146. //
  147. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  148. this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
  149. this.splitContainer1.Location = new System.Drawing.Point(0, 98);
  150. this.splitContainer1.Name = "splitContainer1";
  151. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  152. //
  153. // splitContainer1.Panel1
  154. //
  155. this.splitContainer1.Panel1.Controls.Add(this.listView2);
  156. //
  157. // splitContainer1.Panel2
  158. //
  159. this.splitContainer1.Panel2.Controls.Add(this.listView1);
  160. this.splitContainer1.Size = new System.Drawing.Size(789, 352);
  161. this.splitContainer1.SplitterDistance = 270;
  162. this.splitContainer1.TabIndex = 2;
  163. //
  164. // panel1
  165. //
  166. this.panel1.Controls.Add(this.tableLayoutPanel1);
  167. this.panel1.Controls.Add(this.button2);
  168. this.panel1.Controls.Add(this.button1);
  169. this.panel1.Controls.Add(this.textBox1);
  170. this.panel1.Controls.Add(this.numericUpDown2);
  171. this.panel1.Controls.Add(this.label5);
  172. this.panel1.Controls.Add(this.numericUpDown1);
  173. this.panel1.Controls.Add(this.label4);
  174. this.panel1.Controls.Add(this.label6);
  175. this.panel1.Controls.Add(this.label3);
  176. this.panel1.Controls.Add(this.label2);
  177. this.panel1.Controls.Add(this.label1);
  178. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  179. this.panel1.Location = new System.Drawing.Point(0, 0);
  180. this.panel1.Name = "panel1";
  181. this.panel1.Size = new System.Drawing.Size(789, 98);
  182. this.panel1.TabIndex = 3;
  183. this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
  184. //
  185. // listView1
  186. //
  187. this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  188. this.columnHeader7,
  189. this.columnHeader8});
  190. this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
  191. this.listView1.FullRowSelect = true;
  192. this.listView1.GridLines = true;
  193. this.listView1.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
  194. listViewItem12});
  195. this.listView1.Location = new System.Drawing.Point(0, 0);
  196. this.listView1.Name = "listView1";
  197. this.listView1.Size = new System.Drawing.Size(789, 78);
  198. this.listView1.TabIndex = 0;
  199. this.listView1.UseCompatibleStateImageBehavior = false;
  200. this.listView1.View = System.Windows.Forms.View.Details;
  201. //
  202. // columnHeader7
  203. //
  204. this.columnHeader7.Text = "Time";
  205. this.columnHeader7.Width = 146;
  206. //
  207. // columnHeader8
  208. //
  209. this.columnHeader8.Text = "Log";
  210. this.columnHeader8.Width = 491;
  211. //
  212. // label1
  213. //
  214. this.label1.AutoSize = true;
  215. this.label1.Location = new System.Drawing.Point(12, 18);
  216. this.label1.Name = "label1";
  217. this.label1.Size = new System.Drawing.Size(83, 12);
  218. this.label1.TabIndex = 0;
  219. this.label1.Text = "Dest. folder:";
  220. //
  221. // numericUpDown1
  222. //
  223. this.numericUpDown1.Location = new System.Drawing.Point(299, 39);
  224. this.numericUpDown1.Maximum = new decimal(new int[] {
  225. 10240,
  226. 0,
  227. 0,
  228. 0});
  229. this.numericUpDown1.Minimum = new decimal(new int[] {
  230. 1,
  231. 0,
  232. 0,
  233. 0});
  234. this.numericUpDown1.Name = "numericUpDown1";
  235. this.numericUpDown1.Size = new System.Drawing.Size(69, 21);
  236. this.numericUpDown1.TabIndex = 2;
  237. this.numericUpDown1.Value = new decimal(new int[] {
  238. 1024,
  239. 0,
  240. 0,
  241. 0});
  242. //
  243. // textBox1
  244. //
  245. this.textBox1.Location = new System.Drawing.Point(101, 12);
  246. this.textBox1.Name = "textBox1";
  247. this.textBox1.ReadOnly = true;
  248. this.textBox1.Size = new System.Drawing.Size(595, 21);
  249. this.textBox1.TabIndex = 4;
  250. this.textBox1.Text = "(drag)";
  251. //
  252. // button1
  253. //
  254. this.button1.Location = new System.Drawing.Point(470, 37);
  255. this.button1.Name = "button1";
  256. this.button1.Size = new System.Drawing.Size(150, 23);
  257. this.button1.TabIndex = 5;
  258. this.button1.Text = "Quick Choose Dest.";
  259. this.button1.UseVisualStyleBackColor = true;
  260. //
  261. // label2
  262. //
  263. this.label2.AutoSize = true;
  264. this.label2.Location = new System.Drawing.Point(12, 41);
  265. this.label2.Name = "label2";
  266. this.label2.Size = new System.Drawing.Size(71, 12);
  267. this.label2.TabIndex = 0;
  268. this.label2.Text = "Block Size:";
  269. //
  270. // label3
  271. //
  272. this.label3.AutoSize = true;
  273. this.label3.Location = new System.Drawing.Point(216, 41);
  274. this.label3.Name = "label3";
  275. this.label3.Size = new System.Drawing.Size(77, 12);
  276. this.label3.TabIndex = 0;
  277. this.label3.Text = "Buffer Size:";
  278. //
  279. // button2
  280. //
  281. this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  282. this.button2.Location = new System.Drawing.Point(702, 7);
  283. this.button2.Name = "button2";
  284. this.button2.Size = new System.Drawing.Size(75, 53);
  285. this.button2.TabIndex = 5;
  286. this.button2.Text = "Start";
  287. this.button2.UseVisualStyleBackColor = true;
  288. //
  289. // label4
  290. //
  291. this.label4.AutoSize = true;
  292. this.label4.Location = new System.Drawing.Point(374, 41);
  293. this.label4.Name = "label4";
  294. this.label4.Size = new System.Drawing.Size(17, 12);
  295. this.label4.TabIndex = 0;
  296. this.label4.Text = "MB";
  297. //
  298. // label5
  299. //
  300. this.label5.AutoSize = true;
  301. this.label5.Location = new System.Drawing.Point(176, 41);
  302. this.label5.Name = "label5";
  303. this.label5.Size = new System.Drawing.Size(17, 12);
  304. this.label5.TabIndex = 0;
  305. this.label5.Text = "MB";
  306. //
  307. // numericUpDown2
  308. //
  309. this.numericUpDown2.Location = new System.Drawing.Point(101, 39);
  310. this.numericUpDown2.Minimum = new decimal(new int[] {
  311. 1,
  312. 0,
  313. 0,
  314. 0});
  315. this.numericUpDown2.Name = "numericUpDown2";
  316. this.numericUpDown2.Size = new System.Drawing.Size(69, 21);
  317. this.numericUpDown2.TabIndex = 2;
  318. this.numericUpDown2.Value = new decimal(new int[] {
  319. 1,
  320. 0,
  321. 0,
  322. 0});
  323. //
  324. // checkBox1
  325. //
  326. this.checkBox1.Appearance = System.Windows.Forms.Appearance.Button;
  327. this.checkBox1.AutoSize = true;
  328. this.checkBox1.Location = new System.Drawing.Point(3, 3);
  329. this.checkBox1.Name = "checkBox1";
  330. this.checkBox1.Size = new System.Drawing.Size(51, 22);
  331. this.checkBox1.TabIndex = 6;
  332. this.checkBox1.Text = "All( )";
  333. this.checkBox1.UseVisualStyleBackColor = true;
  334. //
  335. // label6
  336. //
  337. this.label6.AutoSize = true;
  338. this.label6.Location = new System.Drawing.Point(12, 74);
  339. this.label6.Name = "label6";
  340. this.label6.Size = new System.Drawing.Size(47, 12);
  341. this.label6.TabIndex = 0;
  342. this.label6.Text = "Filter:";
  343. //
  344. // checkBox2
  345. //
  346. this.checkBox2.Appearance = System.Windows.Forms.Appearance.Button;
  347. this.checkBox2.AutoSize = true;
  348. this.checkBox2.Location = new System.Drawing.Point(138, 3);
  349. this.checkBox2.Name = "checkBox2";
  350. this.checkBox2.Size = new System.Drawing.Size(75, 22);
  351. this.checkBox2.TabIndex = 6;
  352. this.checkBox2.Text = "Pending( )";
  353. this.checkBox2.UseVisualStyleBackColor = true;
  354. //
  355. // checkBox3
  356. //
  357. this.checkBox3.Appearance = System.Windows.Forms.Appearance.Button;
  358. this.checkBox3.AutoSize = true;
  359. this.checkBox3.Location = new System.Drawing.Point(273, 3);
  360. this.checkBox3.Name = "checkBox3";
  361. this.checkBox3.Size = new System.Drawing.Size(69, 22);
  362. this.checkBox3.TabIndex = 6;
  363. this.checkBox3.Text = "Copied( )";
  364. this.checkBox3.UseVisualStyleBackColor = true;
  365. //
  366. // checkBox4
  367. //
  368. this.checkBox4.Appearance = System.Windows.Forms.Appearance.Button;
  369. this.checkBox4.AutoSize = true;
  370. this.checkBox4.Location = new System.Drawing.Point(408, 3);
  371. this.checkBox4.Name = "checkBox4";
  372. this.checkBox4.Size = new System.Drawing.Size(81, 22);
  373. this.checkBox4.TabIndex = 6;
  374. this.checkBox4.Text = "Verified( )";
  375. this.checkBox4.UseVisualStyleBackColor = true;
  376. //
  377. // checkBox5
  378. //
  379. this.checkBox5.Appearance = System.Windows.Forms.Appearance.Button;
  380. this.checkBox5.AutoSize = true;
  381. this.checkBox5.Location = new System.Drawing.Point(543, 3);
  382. this.checkBox5.Name = "checkBox5";
  383. this.checkBox5.Size = new System.Drawing.Size(81, 22);
  384. this.checkBox5.TabIndex = 6;
  385. this.checkBox5.Text = "Mismatch( )";
  386. this.checkBox5.UseVisualStyleBackColor = true;
  387. //
  388. // tableLayoutPanel1
  389. //
  390. this.tableLayoutPanel1.ColumnCount = 5;
  391. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
  392. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
  393. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
  394. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
  395. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
  396. this.tableLayoutPanel1.Controls.Add(this.checkBox1, 0, 0);
  397. this.tableLayoutPanel1.Controls.Add(this.checkBox2, 1, 0);
  398. this.tableLayoutPanel1.Controls.Add(this.checkBox4, 3, 0);
  399. this.tableLayoutPanel1.Controls.Add(this.checkBox3, 2, 0);
  400. this.tableLayoutPanel1.Controls.Add(this.checkBox5, 4, 0);
  401. this.tableLayoutPanel1.Location = new System.Drawing.Point(101, 66);
  402. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  403. this.tableLayoutPanel1.RowCount = 1;
  404. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  405. this.tableLayoutPanel1.Size = new System.Drawing.Size(676, 42);
  406. this.tableLayoutPanel1.TabIndex = 7;
  407. //
  408. // QvcMainForm
  409. //
  410. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  411. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  412. this.ClientSize = new System.Drawing.Size(789, 450);
  413. this.Controls.Add(this.splitContainer1);
  414. this.Controls.Add(this.panel1);
  415. this.Name = "QvcMainForm";
  416. this.Text = "QVCopier";
  417. this.splitContainer1.Panel1.ResumeLayout(false);
  418. this.splitContainer1.Panel2.ResumeLayout(false);
  419. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  420. this.splitContainer1.ResumeLayout(false);
  421. this.panel1.ResumeLayout(false);
  422. this.panel1.PerformLayout();
  423. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
  424. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
  425. this.tableLayoutPanel1.ResumeLayout(false);
  426. this.tableLayoutPanel1.PerformLayout();
  427. this.ResumeLayout(false);
  428. }
  429. #endregion
  430. private System.Windows.Forms.ListView listView2;
  431. private System.Windows.Forms.ColumnHeader columnHeader1;
  432. private System.Windows.Forms.ColumnHeader columnHeader2;
  433. private System.Windows.Forms.ColumnHeader columnHeader3;
  434. private System.Windows.Forms.ColumnHeader columnHeader4;
  435. private System.Windows.Forms.ColumnHeader columnHeader5;
  436. private System.Windows.Forms.ColumnHeader columnHeader6;
  437. private System.Windows.Forms.SplitContainer splitContainer1;
  438. private System.Windows.Forms.ListView listView1;
  439. private System.Windows.Forms.ColumnHeader columnHeader7;
  440. private System.Windows.Forms.ColumnHeader columnHeader8;
  441. private System.Windows.Forms.Panel panel1;
  442. private System.Windows.Forms.TextBox textBox1;
  443. private System.Windows.Forms.NumericUpDown numericUpDown1;
  444. private System.Windows.Forms.Label label1;
  445. private System.Windows.Forms.Button button1;
  446. private System.Windows.Forms.Button button2;
  447. private System.Windows.Forms.Label label3;
  448. private System.Windows.Forms.Label label2;
  449. private System.Windows.Forms.NumericUpDown numericUpDown2;
  450. private System.Windows.Forms.Label label5;
  451. private System.Windows.Forms.Label label4;
  452. private System.Windows.Forms.CheckBox checkBox5;
  453. private System.Windows.Forms.CheckBox checkBox4;
  454. private System.Windows.Forms.CheckBox checkBox3;
  455. private System.Windows.Forms.CheckBox checkBox2;
  456. private System.Windows.Forms.CheckBox checkBox1;
  457. private System.Windows.Forms.Label label6;
  458. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  459. }
  460. }