QvcMainForm.Designer.cs 40 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738
  1. 
  2. using QVCopier.Components.TextProgressBar;
  3. namespace QVCopier
  4. {
  5. partial class QvcMainForm
  6. {
  7. /// <summary>
  8. /// 必需的设计器变量。
  9. /// </summary>
  10. private System.ComponentModel.IContainer components = null;
  11. /// <summary>
  12. /// 清理所有正在使用的资源。
  13. /// </summary>
  14. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  15. protected override void Dispose(bool disposing)
  16. {
  17. if (disposing && (components != null))
  18. {
  19. components.Dispose();
  20. }
  21. base.Dispose(disposing);
  22. }
  23. #region Windows 窗体设计器生成的代码
  24. /// <summary>
  25. /// 设计器支持所需的方法 - 不要修改
  26. /// 使用代码编辑器修改此方法的内容。
  27. /// </summary>
  28. private void InitializeComponent()
  29. {
  30. System.Windows.Forms.ListViewItem listViewItem9 = new System.Windows.Forms.ListViewItem(new string[] {
  31. "c:\\from\\ep01.mp4",
  32. "d:\\dest\\ep01.mp4",
  33. "1.23 GB",
  34. "Readed",
  35. "AEDFCA / -",
  36. ""}, -1);
  37. System.Windows.Forms.ListViewItem listViewItem10 = new System.Windows.Forms.ListViewItem(new string[] {
  38. "c:\\from\\file.ext",
  39. "d:\\dest\\file.ext",
  40. "123.45 MB",
  41. "Pending",
  42. "-/-",
  43. "File already exist: Override"}, -1);
  44. System.Windows.Forms.ListViewItem listViewItem11 = new System.Windows.Forms.ListViewItem(new string[] {
  45. "c:\\from\\asdf.exe",
  46. "d:\\dest\\asdf.exe",
  47. "45.678 GB",
  48. "Pending",
  49. "-/-",
  50. "File already exist: Skip"}, -1);
  51. System.Windows.Forms.ListViewItem listViewItem12 = new System.Windows.Forms.ListViewItem(new string[] {
  52. "2022-02-22 22:22:22",
  53. "Info",
  54. "Application started"}, -1);
  55. this.MainSplitContainer = new System.Windows.Forms.SplitContainer();
  56. this.MainListView = new System.Windows.Forms.ListView();
  57. this.SourceColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  58. this.DestColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  59. this.SizeColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  60. this.StatusColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  61. this.ChecksumColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  62. this.MoreInfoColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  63. this.LogListView = new System.Windows.Forms.ListView();
  64. this.TimeColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  65. this.LevelColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  66. this.LogColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  67. this.LogFilterTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
  68. this.DebugCheckBox = new System.Windows.Forms.CheckBox();
  69. this.InfoCheckBox = new System.Windows.Forms.CheckBox();
  70. this.WarningCheckBox = new System.Windows.Forms.CheckBox();
  71. this.ErrorCheckBox = new System.Windows.Forms.CheckBox();
  72. this.LogFilterLabel = new System.Windows.Forms.Label();
  73. this.FatalCheckBox = new System.Windows.Forms.CheckBox();
  74. this.MainFilterTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
  75. this.MismatchRadioButton = new System.Windows.Forms.RadioButton();
  76. this.FilterLabel = new System.Windows.Forms.Label();
  77. this.VerifiedRadioButton = new System.Windows.Forms.RadioButton();
  78. this.CopiedRadioButton = new System.Windows.Forms.RadioButton();
  79. this.PendingRadioButton = new System.Windows.Forms.RadioButton();
  80. this.AllRadioButton = new System.Windows.Forms.RadioButton();
  81. this.TopTabControl = new System.Windows.Forms.TabControl();
  82. this.BeforeStartTabPage = new System.Windows.Forms.TabPage();
  83. this.StartButton = new System.Windows.Forms.Button();
  84. this.DestFolderLabel = new System.Windows.Forms.Label();
  85. this.BlockSizeLabel = new System.Windows.Forms.Label();
  86. this.BufferSizeLabel = new System.Windows.Forms.Label();
  87. this.ChooseDestButton = new System.Windows.Forms.Button();
  88. this.BufferSizeMbLabel = new System.Windows.Forms.Label();
  89. this.DestFolderTextBox = new System.Windows.Forms.TextBox();
  90. this.BufferSizeUpDown = new System.Windows.Forms.NumericUpDown();
  91. this.BlockSizeUpDown = new System.Windows.Forms.NumericUpDown();
  92. this.BlockSizeMbLabel = new System.Windows.Forms.Label();
  93. this.RunningStatusTabPage = new System.Windows.Forms.TabPage();
  94. this.WriteProgressBar = new QVCopier.Components.TextProgressBar.TextProgressBarControl();
  95. this.BufferProgressBar = new QVCopier.Components.TextProgressBar.TextProgressBarControl();
  96. this.ReadProgressBar = new QVCopier.Components.TextProgressBar.TextProgressBarControl();
  97. this.PauseButton = new System.Windows.Forms.Button();
  98. this.ResumeButton = new System.Windows.Forms.Button();
  99. this.AbortButton = new System.Windows.Forms.Button();
  100. ((System.ComponentModel.ISupportInitialize)(this.MainSplitContainer)).BeginInit();
  101. this.MainSplitContainer.Panel1.SuspendLayout();
  102. this.MainSplitContainer.Panel2.SuspendLayout();
  103. this.MainSplitContainer.SuspendLayout();
  104. this.LogFilterTableLayoutPanel.SuspendLayout();
  105. this.MainFilterTableLayoutPanel.SuspendLayout();
  106. this.TopTabControl.SuspendLayout();
  107. this.BeforeStartTabPage.SuspendLayout();
  108. ((System.ComponentModel.ISupportInitialize)(this.BufferSizeUpDown)).BeginInit();
  109. ((System.ComponentModel.ISupportInitialize)(this.BlockSizeUpDown)).BeginInit();
  110. this.RunningStatusTabPage.SuspendLayout();
  111. this.SuspendLayout();
  112. //
  113. // MainSplitContainer
  114. //
  115. this.MainSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
  116. this.MainSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
  117. this.MainSplitContainer.Location = new System.Drawing.Point(0, 141);
  118. this.MainSplitContainer.Name = "MainSplitContainer";
  119. this.MainSplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
  120. //
  121. // MainSplitContainer.Panel1
  122. //
  123. this.MainSplitContainer.Panel1.Controls.Add(this.MainListView);
  124. //
  125. // MainSplitContainer.Panel2
  126. //
  127. this.MainSplitContainer.Panel2.Controls.Add(this.LogListView);
  128. this.MainSplitContainer.Panel2.Controls.Add(this.LogFilterTableLayoutPanel);
  129. this.MainSplitContainer.Size = new System.Drawing.Size(809, 402);
  130. this.MainSplitContainer.SplitterDistance = 281;
  131. this.MainSplitContainer.TabIndex = 2;
  132. //
  133. // MainListView
  134. //
  135. this.MainListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  136. this.SourceColumnHeader,
  137. this.DestColumnHeader,
  138. this.SizeColumnHeader,
  139. this.StatusColumnHeader,
  140. this.ChecksumColumnHeader,
  141. this.MoreInfoColumnHeader});
  142. this.MainListView.Dock = System.Windows.Forms.DockStyle.Fill;
  143. this.MainListView.FullRowSelect = true;
  144. this.MainListView.GridLines = true;
  145. this.MainListView.HideSelection = false;
  146. this.MainListView.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
  147. listViewItem9,
  148. listViewItem10,
  149. listViewItem11});
  150. this.MainListView.Location = new System.Drawing.Point(0, 0);
  151. this.MainListView.Name = "MainListView";
  152. this.MainListView.Size = new System.Drawing.Size(809, 281);
  153. this.MainListView.TabIndex = 0;
  154. this.MainListView.UseCompatibleStateImageBehavior = false;
  155. this.MainListView.View = System.Windows.Forms.View.Details;
  156. //
  157. // SourceColumnHeader
  158. //
  159. this.SourceColumnHeader.Text = "Source";
  160. this.SourceColumnHeader.Width = 155;
  161. //
  162. // DestColumnHeader
  163. //
  164. this.DestColumnHeader.Text = "Dest.";
  165. this.DestColumnHeader.Width = 134;
  166. //
  167. // SizeColumnHeader
  168. //
  169. this.SizeColumnHeader.Text = "Size";
  170. this.SizeColumnHeader.Width = 74;
  171. //
  172. // StatusColumnHeader
  173. //
  174. this.StatusColumnHeader.Text = "Status";
  175. this.StatusColumnHeader.Width = 66;
  176. //
  177. // ChecksumColumnHeader
  178. //
  179. this.ChecksumColumnHeader.Text = "Checksum";
  180. this.ChecksumColumnHeader.Width = 119;
  181. //
  182. // MoreInfoColumnHeader
  183. //
  184. this.MoreInfoColumnHeader.Text = "MoreInfo";
  185. this.MoreInfoColumnHeader.Width = 203;
  186. //
  187. // LogListView
  188. //
  189. this.LogListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  190. this.TimeColumnHeader,
  191. this.LevelColumnHeader,
  192. this.LogColumnHeader});
  193. this.LogListView.Dock = System.Windows.Forms.DockStyle.Fill;
  194. this.LogListView.FullRowSelect = true;
  195. this.LogListView.GridLines = true;
  196. this.LogListView.HideSelection = false;
  197. this.LogListView.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
  198. listViewItem12});
  199. this.LogListView.Location = new System.Drawing.Point(0, 29);
  200. this.LogListView.Name = "LogListView";
  201. this.LogListView.Size = new System.Drawing.Size(809, 88);
  202. this.LogListView.TabIndex = 0;
  203. this.LogListView.UseCompatibleStateImageBehavior = false;
  204. this.LogListView.View = System.Windows.Forms.View.Details;
  205. //
  206. // TimeColumnHeader
  207. //
  208. this.TimeColumnHeader.Text = "Time";
  209. this.TimeColumnHeader.Width = 130;
  210. //
  211. // LevelColumnHeader
  212. //
  213. this.LevelColumnHeader.Text = "Level";
  214. this.LevelColumnHeader.Width = 50;
  215. //
  216. // LogColumnHeader
  217. //
  218. this.LogColumnHeader.Text = "Log";
  219. this.LogColumnHeader.Width = 512;
  220. //
  221. // LogFilterTableLayoutPanel
  222. //
  223. this.LogFilterTableLayoutPanel.ColumnCount = 6;
  224. this.LogFilterTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 83F));
  225. this.LogFilterTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
  226. this.LogFilterTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
  227. this.LogFilterTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
  228. this.LogFilterTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
  229. this.LogFilterTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
  230. this.LogFilterTableLayoutPanel.Controls.Add(this.DebugCheckBox, 5, 0);
  231. this.LogFilterTableLayoutPanel.Controls.Add(this.InfoCheckBox, 4, 0);
  232. this.LogFilterTableLayoutPanel.Controls.Add(this.WarningCheckBox, 3, 0);
  233. this.LogFilterTableLayoutPanel.Controls.Add(this.ErrorCheckBox, 2, 0);
  234. this.LogFilterTableLayoutPanel.Controls.Add(this.LogFilterLabel, 0, 0);
  235. this.LogFilterTableLayoutPanel.Controls.Add(this.FatalCheckBox, 1, 0);
  236. this.LogFilterTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Top;
  237. this.LogFilterTableLayoutPanel.Location = new System.Drawing.Point(0, 0);
  238. this.LogFilterTableLayoutPanel.Name = "LogFilterTableLayoutPanel";
  239. this.LogFilterTableLayoutPanel.RowCount = 1;
  240. this.LogFilterTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  241. this.LogFilterTableLayoutPanel.Size = new System.Drawing.Size(809, 29);
  242. this.LogFilterTableLayoutPanel.TabIndex = 8;
  243. //
  244. // DebugCheckBox
  245. //
  246. this.DebugCheckBox.Anchor = System.Windows.Forms.AnchorStyles.Left;
  247. this.DebugCheckBox.Appearance = System.Windows.Forms.Appearance.Button;
  248. this.DebugCheckBox.AutoSize = true;
  249. this.DebugCheckBox.Checked = true;
  250. this.DebugCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
  251. this.DebugCheckBox.Location = new System.Drawing.Point(666, 3);
  252. this.DebugCheckBox.Name = "DebugCheckBox";
  253. this.DebugCheckBox.Size = new System.Drawing.Size(57, 22);
  254. this.DebugCheckBox.TabIndex = 5;
  255. this.DebugCheckBox.Text = "Debug()";
  256. this.DebugCheckBox.UseVisualStyleBackColor = true;
  257. //
  258. // InfoCheckBox
  259. //
  260. this.InfoCheckBox.Anchor = System.Windows.Forms.AnchorStyles.Left;
  261. this.InfoCheckBox.Appearance = System.Windows.Forms.Appearance.Button;
  262. this.InfoCheckBox.AutoSize = true;
  263. this.InfoCheckBox.Checked = true;
  264. this.InfoCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
  265. this.InfoCheckBox.Location = new System.Drawing.Point(521, 3);
  266. this.InfoCheckBox.Name = "InfoCheckBox";
  267. this.InfoCheckBox.Size = new System.Drawing.Size(51, 22);
  268. this.InfoCheckBox.TabIndex = 4;
  269. this.InfoCheckBox.Text = "Info()";
  270. this.InfoCheckBox.UseVisualStyleBackColor = true;
  271. //
  272. // WarningCheckBox
  273. //
  274. this.WarningCheckBox.Anchor = System.Windows.Forms.AnchorStyles.Left;
  275. this.WarningCheckBox.Appearance = System.Windows.Forms.Appearance.Button;
  276. this.WarningCheckBox.AutoSize = true;
  277. this.WarningCheckBox.Checked = true;
  278. this.WarningCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
  279. this.WarningCheckBox.Location = new System.Drawing.Point(376, 3);
  280. this.WarningCheckBox.Name = "WarningCheckBox";
  281. this.WarningCheckBox.Size = new System.Drawing.Size(69, 22);
  282. this.WarningCheckBox.TabIndex = 3;
  283. this.WarningCheckBox.Text = "Warning()";
  284. this.WarningCheckBox.UseVisualStyleBackColor = true;
  285. //
  286. // ErrorCheckBox
  287. //
  288. this.ErrorCheckBox.Anchor = System.Windows.Forms.AnchorStyles.Left;
  289. this.ErrorCheckBox.Appearance = System.Windows.Forms.Appearance.Button;
  290. this.ErrorCheckBox.AutoSize = true;
  291. this.ErrorCheckBox.Checked = true;
  292. this.ErrorCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
  293. this.ErrorCheckBox.Location = new System.Drawing.Point(231, 3);
  294. this.ErrorCheckBox.Name = "ErrorCheckBox";
  295. this.ErrorCheckBox.Size = new System.Drawing.Size(57, 22);
  296. this.ErrorCheckBox.TabIndex = 2;
  297. this.ErrorCheckBox.Text = "Error()";
  298. this.ErrorCheckBox.UseVisualStyleBackColor = true;
  299. //
  300. // LogFilterLabel
  301. //
  302. this.LogFilterLabel.Anchor = System.Windows.Forms.AnchorStyles.Left;
  303. this.LogFilterLabel.AutoSize = true;
  304. this.LogFilterLabel.Location = new System.Drawing.Point(3, 8);
  305. this.LogFilterLabel.Name = "LogFilterLabel";
  306. this.LogFilterLabel.Size = new System.Drawing.Size(71, 12);
  307. this.LogFilterLabel.TabIndex = 0;
  308. this.LogFilterLabel.Text = "Log Filter:";
  309. //
  310. // FatalCheckBox
  311. //
  312. this.FatalCheckBox.Anchor = System.Windows.Forms.AnchorStyles.Left;
  313. this.FatalCheckBox.Appearance = System.Windows.Forms.Appearance.Button;
  314. this.FatalCheckBox.AutoSize = true;
  315. this.FatalCheckBox.Checked = true;
  316. this.FatalCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
  317. this.FatalCheckBox.Location = new System.Drawing.Point(86, 3);
  318. this.FatalCheckBox.Name = "FatalCheckBox";
  319. this.FatalCheckBox.Size = new System.Drawing.Size(57, 22);
  320. this.FatalCheckBox.TabIndex = 1;
  321. this.FatalCheckBox.Text = "Fatal()";
  322. this.FatalCheckBox.UseVisualStyleBackColor = true;
  323. //
  324. // MainFilterTableLayoutPanel
  325. //
  326. this.MainFilterTableLayoutPanel.ColumnCount = 6;
  327. this.MainFilterTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  328. this.MainFilterTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
  329. this.MainFilterTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
  330. this.MainFilterTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
  331. this.MainFilterTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
  332. this.MainFilterTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
  333. this.MainFilterTableLayoutPanel.Controls.Add(this.MismatchRadioButton, 5, 0);
  334. this.MainFilterTableLayoutPanel.Controls.Add(this.FilterLabel, 0, 0);
  335. this.MainFilterTableLayoutPanel.Controls.Add(this.VerifiedRadioButton, 4, 0);
  336. this.MainFilterTableLayoutPanel.Controls.Add(this.CopiedRadioButton, 3, 0);
  337. this.MainFilterTableLayoutPanel.Controls.Add(this.PendingRadioButton, 2, 0);
  338. this.MainFilterTableLayoutPanel.Controls.Add(this.AllRadioButton, 1, 0);
  339. this.MainFilterTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Top;
  340. this.MainFilterTableLayoutPanel.Location = new System.Drawing.Point(0, 112);
  341. this.MainFilterTableLayoutPanel.Name = "MainFilterTableLayoutPanel";
  342. this.MainFilterTableLayoutPanel.RowCount = 1;
  343. this.MainFilterTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  344. this.MainFilterTableLayoutPanel.Size = new System.Drawing.Size(809, 29);
  345. this.MainFilterTableLayoutPanel.TabIndex = 7;
  346. //
  347. // MismatchRadioButton
  348. //
  349. this.MismatchRadioButton.Anchor = System.Windows.Forms.AnchorStyles.Left;
  350. this.MismatchRadioButton.Appearance = System.Windows.Forms.Appearance.Button;
  351. this.MismatchRadioButton.AutoSize = true;
  352. this.MismatchRadioButton.Location = new System.Drawing.Point(667, 3);
  353. this.MismatchRadioButton.Name = "MismatchRadioButton";
  354. this.MismatchRadioButton.Size = new System.Drawing.Size(81, 22);
  355. this.MismatchRadioButton.TabIndex = 4;
  356. this.MismatchRadioButton.Text = "Mismatch( )";
  357. this.MismatchRadioButton.UseVisualStyleBackColor = true;
  358. //
  359. // FilterLabel
  360. //
  361. this.FilterLabel.Anchor = System.Windows.Forms.AnchorStyles.Left;
  362. this.FilterLabel.AutoSize = true;
  363. this.FilterLabel.Location = new System.Drawing.Point(3, 8);
  364. this.FilterLabel.Name = "FilterLabel";
  365. this.FilterLabel.Size = new System.Drawing.Size(47, 12);
  366. this.FilterLabel.TabIndex = 0;
  367. this.FilterLabel.Text = "Filter:";
  368. //
  369. // VerifiedRadioButton
  370. //
  371. this.VerifiedRadioButton.Anchor = System.Windows.Forms.AnchorStyles.Left;
  372. this.VerifiedRadioButton.Appearance = System.Windows.Forms.Appearance.Button;
  373. this.VerifiedRadioButton.AutoSize = true;
  374. this.VerifiedRadioButton.Location = new System.Drawing.Point(526, 3);
  375. this.VerifiedRadioButton.Name = "VerifiedRadioButton";
  376. this.VerifiedRadioButton.Size = new System.Drawing.Size(81, 22);
  377. this.VerifiedRadioButton.TabIndex = 3;
  378. this.VerifiedRadioButton.Text = "Verified( )";
  379. this.VerifiedRadioButton.UseVisualStyleBackColor = true;
  380. //
  381. // CopiedRadioButton
  382. //
  383. this.CopiedRadioButton.Anchor = System.Windows.Forms.AnchorStyles.Left;
  384. this.CopiedRadioButton.Appearance = System.Windows.Forms.Appearance.Button;
  385. this.CopiedRadioButton.AutoSize = true;
  386. this.CopiedRadioButton.Location = new System.Drawing.Point(385, 3);
  387. this.CopiedRadioButton.Name = "CopiedRadioButton";
  388. this.CopiedRadioButton.Size = new System.Drawing.Size(69, 22);
  389. this.CopiedRadioButton.TabIndex = 2;
  390. this.CopiedRadioButton.Text = "Copied( )";
  391. this.CopiedRadioButton.UseVisualStyleBackColor = true;
  392. //
  393. // PendingRadioButton
  394. //
  395. this.PendingRadioButton.Anchor = System.Windows.Forms.AnchorStyles.Left;
  396. this.PendingRadioButton.Appearance = System.Windows.Forms.Appearance.Button;
  397. this.PendingRadioButton.AutoSize = true;
  398. this.PendingRadioButton.Location = new System.Drawing.Point(244, 3);
  399. this.PendingRadioButton.Name = "PendingRadioButton";
  400. this.PendingRadioButton.Size = new System.Drawing.Size(75, 22);
  401. this.PendingRadioButton.TabIndex = 1;
  402. this.PendingRadioButton.Text = "Pending( )";
  403. this.PendingRadioButton.UseVisualStyleBackColor = true;
  404. //
  405. // AllRadioButton
  406. //
  407. this.AllRadioButton.Anchor = System.Windows.Forms.AnchorStyles.Left;
  408. this.AllRadioButton.Appearance = System.Windows.Forms.Appearance.Button;
  409. this.AllRadioButton.AutoSize = true;
  410. this.AllRadioButton.Checked = true;
  411. this.AllRadioButton.Location = new System.Drawing.Point(103, 3);
  412. this.AllRadioButton.Name = "AllRadioButton";
  413. this.AllRadioButton.Size = new System.Drawing.Size(99, 22);
  414. this.AllRadioButton.TabIndex = 0;
  415. this.AllRadioButton.TabStop = true;
  416. this.AllRadioButton.Text = "All(3, 123 GB)";
  417. this.AllRadioButton.UseVisualStyleBackColor = true;
  418. //
  419. // TopTabControl
  420. //
  421. this.TopTabControl.Appearance = System.Windows.Forms.TabAppearance.Buttons;
  422. this.TopTabControl.Controls.Add(this.BeforeStartTabPage);
  423. this.TopTabControl.Controls.Add(this.RunningStatusTabPage);
  424. this.TopTabControl.Dock = System.Windows.Forms.DockStyle.Top;
  425. this.TopTabControl.Location = new System.Drawing.Point(0, 0);
  426. this.TopTabControl.Name = "TopTabControl";
  427. this.TopTabControl.SelectedIndex = 0;
  428. this.TopTabControl.Size = new System.Drawing.Size(809, 112);
  429. this.TopTabControl.TabIndex = 0;
  430. //
  431. // BeforeStartTabPage
  432. //
  433. this.BeforeStartTabPage.Controls.Add(this.StartButton);
  434. this.BeforeStartTabPage.Controls.Add(this.DestFolderLabel);
  435. this.BeforeStartTabPage.Controls.Add(this.BlockSizeLabel);
  436. this.BeforeStartTabPage.Controls.Add(this.BufferSizeLabel);
  437. this.BeforeStartTabPage.Controls.Add(this.ChooseDestButton);
  438. this.BeforeStartTabPage.Controls.Add(this.BufferSizeMbLabel);
  439. this.BeforeStartTabPage.Controls.Add(this.DestFolderTextBox);
  440. this.BeforeStartTabPage.Controls.Add(this.BufferSizeUpDown);
  441. this.BeforeStartTabPage.Controls.Add(this.BlockSizeUpDown);
  442. this.BeforeStartTabPage.Controls.Add(this.BlockSizeMbLabel);
  443. this.BeforeStartTabPage.Location = new System.Drawing.Point(4, 25);
  444. this.BeforeStartTabPage.Name = "BeforeStartTabPage";
  445. this.BeforeStartTabPage.Padding = new System.Windows.Forms.Padding(3);
  446. this.BeforeStartTabPage.Size = new System.Drawing.Size(801, 83);
  447. this.BeforeStartTabPage.TabIndex = 0;
  448. this.BeforeStartTabPage.Text = "Before Start";
  449. this.BeforeStartTabPage.UseVisualStyleBackColor = true;
  450. //
  451. // StartButton
  452. //
  453. this.StartButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  454. this.StartButton.Location = new System.Drawing.Point(720, 6);
  455. this.StartButton.Name = "StartButton";
  456. this.StartButton.Size = new System.Drawing.Size(75, 75);
  457. this.StartButton.TabIndex = 4;
  458. this.StartButton.Text = "Start";
  459. this.StartButton.UseVisualStyleBackColor = true;
  460. //
  461. // DestFolderLabel
  462. //
  463. this.DestFolderLabel.AutoSize = true;
  464. this.DestFolderLabel.Location = new System.Drawing.Point(5, 12);
  465. this.DestFolderLabel.Name = "DestFolderLabel";
  466. this.DestFolderLabel.Size = new System.Drawing.Size(83, 12);
  467. this.DestFolderLabel.TabIndex = 0;
  468. this.DestFolderLabel.Text = "Dest. folder:";
  469. //
  470. // BlockSizeLabel
  471. //
  472. this.BlockSizeLabel.AutoSize = true;
  473. this.BlockSizeLabel.Location = new System.Drawing.Point(5, 35);
  474. this.BlockSizeLabel.Name = "BlockSizeLabel";
  475. this.BlockSizeLabel.Size = new System.Drawing.Size(71, 12);
  476. this.BlockSizeLabel.TabIndex = 0;
  477. this.BlockSizeLabel.Text = "Block Size:";
  478. //
  479. // BufferSizeLabel
  480. //
  481. this.BufferSizeLabel.AutoSize = true;
  482. this.BufferSizeLabel.Location = new System.Drawing.Point(5, 62);
  483. this.BufferSizeLabel.Name = "BufferSizeLabel";
  484. this.BufferSizeLabel.Size = new System.Drawing.Size(77, 12);
  485. this.BufferSizeLabel.TabIndex = 0;
  486. this.BufferSizeLabel.Text = "Buffer Size:";
  487. //
  488. // ChooseDestButton
  489. //
  490. this.ChooseDestButton.Anchor = System.Windows.Forms.AnchorStyles.Top;
  491. this.ChooseDestButton.Location = new System.Drawing.Point(365, 33);
  492. this.ChooseDestButton.Name = "ChooseDestButton";
  493. this.ChooseDestButton.Size = new System.Drawing.Size(234, 23);
  494. this.ChooseDestButton.TabIndex = 3;
  495. this.ChooseDestButton.Text = "Choose dest from opened explorer";
  496. this.ChooseDestButton.UseVisualStyleBackColor = true;
  497. //
  498. // BufferSizeMbLabel
  499. //
  500. this.BufferSizeMbLabel.AutoSize = true;
  501. this.BufferSizeMbLabel.Location = new System.Drawing.Point(169, 62);
  502. this.BufferSizeMbLabel.Name = "BufferSizeMbLabel";
  503. this.BufferSizeMbLabel.Size = new System.Drawing.Size(17, 12);
  504. this.BufferSizeMbLabel.TabIndex = 0;
  505. this.BufferSizeMbLabel.Text = "MB";
  506. //
  507. // DestFolderTextBox
  508. //
  509. this.DestFolderTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  510. | System.Windows.Forms.AnchorStyles.Right)));
  511. this.DestFolderTextBox.Location = new System.Drawing.Point(94, 6);
  512. this.DestFolderTextBox.Name = "DestFolderTextBox";
  513. this.DestFolderTextBox.ReadOnly = true;
  514. this.DestFolderTextBox.Size = new System.Drawing.Size(620, 21);
  515. this.DestFolderTextBox.TabIndex = 0;
  516. this.DestFolderTextBox.Text = "(drag)";
  517. //
  518. // BufferSizeUpDown
  519. //
  520. this.BufferSizeUpDown.Location = new System.Drawing.Point(94, 60);
  521. this.BufferSizeUpDown.Maximum = new decimal(new int[] {
  522. -1530494977,
  523. 232830,
  524. 0,
  525. 0});
  526. this.BufferSizeUpDown.Minimum = new decimal(new int[] {
  527. 1,
  528. 0,
  529. 0,
  530. 0});
  531. this.BufferSizeUpDown.Name = "BufferSizeUpDown";
  532. this.BufferSizeUpDown.Size = new System.Drawing.Size(69, 21);
  533. this.BufferSizeUpDown.TabIndex = 2;
  534. this.BufferSizeUpDown.Value = new decimal(new int[] {
  535. 2048,
  536. 0,
  537. 0,
  538. 0});
  539. //
  540. // BlockSizeUpDown
  541. //
  542. this.BlockSizeUpDown.Location = new System.Drawing.Point(94, 33);
  543. this.BlockSizeUpDown.Maximum = new decimal(new int[] {
  544. -1530494977,
  545. 232830,
  546. 0,
  547. 0});
  548. this.BlockSizeUpDown.Minimum = new decimal(new int[] {
  549. 1,
  550. 0,
  551. 0,
  552. 0});
  553. this.BlockSizeUpDown.Name = "BlockSizeUpDown";
  554. this.BlockSizeUpDown.Size = new System.Drawing.Size(69, 21);
  555. this.BlockSizeUpDown.TabIndex = 1;
  556. this.BlockSizeUpDown.Value = new decimal(new int[] {
  557. 1,
  558. 0,
  559. 0,
  560. 0});
  561. //
  562. // BlockSizeMbLabel
  563. //
  564. this.BlockSizeMbLabel.AutoSize = true;
  565. this.BlockSizeMbLabel.Location = new System.Drawing.Point(169, 35);
  566. this.BlockSizeMbLabel.Name = "BlockSizeMbLabel";
  567. this.BlockSizeMbLabel.Size = new System.Drawing.Size(17, 12);
  568. this.BlockSizeMbLabel.TabIndex = 0;
  569. this.BlockSizeMbLabel.Text = "MB";
  570. //
  571. // RunningStatusTabPage
  572. //
  573. this.RunningStatusTabPage.Controls.Add(this.WriteProgressBar);
  574. this.RunningStatusTabPage.Controls.Add(this.BufferProgressBar);
  575. this.RunningStatusTabPage.Controls.Add(this.ReadProgressBar);
  576. this.RunningStatusTabPage.Controls.Add(this.PauseButton);
  577. this.RunningStatusTabPage.Controls.Add(this.ResumeButton);
  578. this.RunningStatusTabPage.Controls.Add(this.AbortButton);
  579. this.RunningStatusTabPage.Location = new System.Drawing.Point(4, 25);
  580. this.RunningStatusTabPage.Name = "RunningStatusTabPage";
  581. this.RunningStatusTabPage.Padding = new System.Windows.Forms.Padding(3);
  582. this.RunningStatusTabPage.Size = new System.Drawing.Size(801, 83);
  583. this.RunningStatusTabPage.TabIndex = 1;
  584. this.RunningStatusTabPage.Text = "Running Status";
  585. this.RunningStatusTabPage.UseVisualStyleBackColor = true;
  586. //
  587. // WriteProgressBar
  588. //
  589. this.WriteProgressBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  590. | System.Windows.Forms.AnchorStyles.Right)));
  591. this.WriteProgressBar.CustomText = "Write: 0 of 3 Files, Total 0 Bytes / 172.5 GB ?? MB/s";
  592. this.WriteProgressBar.Location = new System.Drawing.Point(6, 59);
  593. this.WriteProgressBar.Maximum = 3;
  594. this.WriteProgressBar.Name = "WriteProgressBar";
  595. this.WriteProgressBar.Size = new System.Drawing.Size(544, 21);
  596. this.WriteProgressBar.TabIndex = 7;
  597. this.WriteProgressBar.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  598. this.WriteProgressBar.VisualMode = QVCopier.Components.TextProgressBar.TextProgressBarDisplayMode.CustomText;
  599. //
  600. // BufferProgressBar
  601. //
  602. this.BufferProgressBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  603. | System.Windows.Forms.AnchorStyles.Right)));
  604. this.BufferProgressBar.CustomText = "Buffer: 1.23 GB / 2 GB";
  605. this.BufferProgressBar.Location = new System.Drawing.Point(6, 33);
  606. this.BufferProgressBar.Maximum = 2048;
  607. this.BufferProgressBar.Name = "BufferProgressBar";
  608. this.BufferProgressBar.Size = new System.Drawing.Size(544, 21);
  609. this.BufferProgressBar.TabIndex = 7;
  610. this.BufferProgressBar.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  611. this.BufferProgressBar.Value = 1234;
  612. this.BufferProgressBar.VisualMode = QVCopier.Components.TextProgressBar.TextProgressBarDisplayMode.CustomText;
  613. //
  614. // ReadProgressBar
  615. //
  616. this.ReadProgressBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  617. | System.Windows.Forms.AnchorStyles.Right)));
  618. this.ReadProgressBar.CustomText = "Read: 1 of 3 Files, Total 1.23 GB of 172.5 GB. ?? MB/s";
  619. this.ReadProgressBar.Location = new System.Drawing.Point(6, 6);
  620. this.ReadProgressBar.Maximum = 3;
  621. this.ReadProgressBar.Name = "ReadProgressBar";
  622. this.ReadProgressBar.Size = new System.Drawing.Size(544, 21);
  623. this.ReadProgressBar.TabIndex = 7;
  624. this.ReadProgressBar.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  625. this.ReadProgressBar.Value = 1;
  626. this.ReadProgressBar.VisualMode = QVCopier.Components.TextProgressBar.TextProgressBarDisplayMode.CustomText;
  627. //
  628. // PauseButton
  629. //
  630. this.PauseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  631. this.PauseButton.Location = new System.Drawing.Point(720, 6);
  632. this.PauseButton.Name = "PauseButton";
  633. this.PauseButton.Size = new System.Drawing.Size(75, 75);
  634. this.PauseButton.TabIndex = 2;
  635. this.PauseButton.Text = "Pause";
  636. this.PauseButton.UseVisualStyleBackColor = true;
  637. //
  638. // ResumeButton
  639. //
  640. this.ResumeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  641. this.ResumeButton.Location = new System.Drawing.Point(639, 6);
  642. this.ResumeButton.Name = "ResumeButton";
  643. this.ResumeButton.Size = new System.Drawing.Size(75, 75);
  644. this.ResumeButton.TabIndex = 1;
  645. this.ResumeButton.Text = "Resume";
  646. this.ResumeButton.UseVisualStyleBackColor = true;
  647. //
  648. // AbortButton
  649. //
  650. this.AbortButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  651. this.AbortButton.Location = new System.Drawing.Point(558, 6);
  652. this.AbortButton.Name = "AbortButton";
  653. this.AbortButton.Size = new System.Drawing.Size(75, 75);
  654. this.AbortButton.TabIndex = 0;
  655. this.AbortButton.Text = "Abort";
  656. this.AbortButton.UseVisualStyleBackColor = true;
  657. //
  658. // QvcMainForm
  659. //
  660. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  661. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  662. this.ClientSize = new System.Drawing.Size(809, 543);
  663. this.Controls.Add(this.MainSplitContainer);
  664. this.Controls.Add(this.MainFilterTableLayoutPanel);
  665. this.Controls.Add(this.TopTabControl);
  666. this.Name = "QvcMainForm";
  667. this.Text = "QVCopier";
  668. this.MainSplitContainer.Panel1.ResumeLayout(false);
  669. this.MainSplitContainer.Panel2.ResumeLayout(false);
  670. ((System.ComponentModel.ISupportInitialize)(this.MainSplitContainer)).EndInit();
  671. this.MainSplitContainer.ResumeLayout(false);
  672. this.LogFilterTableLayoutPanel.ResumeLayout(false);
  673. this.LogFilterTableLayoutPanel.PerformLayout();
  674. this.MainFilterTableLayoutPanel.ResumeLayout(false);
  675. this.MainFilterTableLayoutPanel.PerformLayout();
  676. this.TopTabControl.ResumeLayout(false);
  677. this.BeforeStartTabPage.ResumeLayout(false);
  678. this.BeforeStartTabPage.PerformLayout();
  679. ((System.ComponentModel.ISupportInitialize)(this.BufferSizeUpDown)).EndInit();
  680. ((System.ComponentModel.ISupportInitialize)(this.BlockSizeUpDown)).EndInit();
  681. this.RunningStatusTabPage.ResumeLayout(false);
  682. this.ResumeLayout(false);
  683. }
  684. #endregion
  685. private System.Windows.Forms.SplitContainer MainSplitContainer;
  686. private System.Windows.Forms.ListView LogListView;
  687. private System.Windows.Forms.ColumnHeader TimeColumnHeader;
  688. private System.Windows.Forms.ColumnHeader LevelColumnHeader;
  689. private System.Windows.Forms.RadioButton MismatchRadioButton;
  690. private System.Windows.Forms.RadioButton VerifiedRadioButton;
  691. private System.Windows.Forms.RadioButton CopiedRadioButton;
  692. private System.Windows.Forms.RadioButton PendingRadioButton;
  693. private System.Windows.Forms.RadioButton AllRadioButton;
  694. private System.Windows.Forms.Label FilterLabel;
  695. private System.Windows.Forms.TableLayoutPanel MainFilterTableLayoutPanel;
  696. private System.Windows.Forms.TabControl TopTabControl;
  697. private System.Windows.Forms.TabPage BeforeStartTabPage;
  698. private System.Windows.Forms.Label DestFolderLabel;
  699. private System.Windows.Forms.Label BlockSizeLabel;
  700. private System.Windows.Forms.Label BufferSizeLabel;
  701. private System.Windows.Forms.Button ChooseDestButton;
  702. private System.Windows.Forms.Label BufferSizeMbLabel;
  703. private System.Windows.Forms.TextBox DestFolderTextBox;
  704. private System.Windows.Forms.NumericUpDown BufferSizeUpDown;
  705. private System.Windows.Forms.NumericUpDown BlockSizeUpDown;
  706. private System.Windows.Forms.Label BlockSizeMbLabel;
  707. private System.Windows.Forms.TabPage RunningStatusTabPage;
  708. private System.Windows.Forms.ListView MainListView;
  709. private System.Windows.Forms.ColumnHeader SourceColumnHeader;
  710. private System.Windows.Forms.ColumnHeader DestColumnHeader;
  711. private System.Windows.Forms.ColumnHeader SizeColumnHeader;
  712. private System.Windows.Forms.ColumnHeader StatusColumnHeader;
  713. private System.Windows.Forms.ColumnHeader ChecksumColumnHeader;
  714. private System.Windows.Forms.ColumnHeader MoreInfoColumnHeader;
  715. private System.Windows.Forms.Button PauseButton;
  716. private System.Windows.Forms.Button ResumeButton;
  717. private System.Windows.Forms.Button AbortButton;
  718. private TextProgressBarControl ReadProgressBar;
  719. private TextProgressBarControl WriteProgressBar;
  720. private TextProgressBarControl BufferProgressBar;
  721. private System.Windows.Forms.Button StartButton;
  722. private System.Windows.Forms.ColumnHeader LogColumnHeader;
  723. private System.Windows.Forms.TableLayoutPanel LogFilterTableLayoutPanel;
  724. private System.Windows.Forms.Label LogFilterLabel;
  725. private System.Windows.Forms.CheckBox DebugCheckBox;
  726. private System.Windows.Forms.CheckBox InfoCheckBox;
  727. private System.Windows.Forms.CheckBox WarningCheckBox;
  728. private System.Windows.Forms.CheckBox ErrorCheckBox;
  729. private System.Windows.Forms.CheckBox FatalCheckBox;
  730. }
  731. }