QvcMainForm.Designer.cs 44 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797
  1. 
  2. using QVCopier.Components.ProgressBarLabel;
  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 listViewItem1 = 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 listViewItem2 = 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. "Skip by exist"}, -1);
  44. System.Windows.Forms.ListViewItem listViewItem3 = 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. "Overwrite exist"}, -1);
  51. System.Windows.Forms.ListViewItem listViewItem4 = new System.Windows.Forms.ListViewItem(new string[] {
  52. "2022-02-22 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.DestOpsColumnHeader = ((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.FilterLabel = new System.Windows.Forms.Label();
  76. this.PendingRadioButton = new System.Windows.Forms.RadioButton();
  77. this.AllRadioButton = new System.Windows.Forms.RadioButton();
  78. this.WorkingRadioButton = new System.Windows.Forms.RadioButton();
  79. this.SourceDeletedRadioButton = new System.Windows.Forms.RadioButton();
  80. this.MismatchRadioButton = new System.Windows.Forms.RadioButton();
  81. this.VerifiedRadioButton = new System.Windows.Forms.RadioButton();
  82. this.DoneRadioButton = new System.Windows.Forms.RadioButton();
  83. this.ErrorRadioButton = new System.Windows.Forms.RadioButton();
  84. this.TopTabControl = new System.Windows.Forms.TabControl();
  85. this.BeforeStartTabPage = new System.Windows.Forms.TabPage();
  86. this.StartButton = new System.Windows.Forms.Button();
  87. this.DestFolderLabel = new System.Windows.Forms.Label();
  88. this.BlockSizeLabel = new System.Windows.Forms.Label();
  89. this.BufferSizeLabel = new System.Windows.Forms.Label();
  90. this.ChooseDestButton = new System.Windows.Forms.Button();
  91. this.BufferSizeMbLabel = new System.Windows.Forms.Label();
  92. this.DestFolderTextBox = new System.Windows.Forms.TextBox();
  93. this.BufferSizeUpDown = new System.Windows.Forms.NumericUpDown();
  94. this.BlockSizeUpDown = new System.Windows.Forms.NumericUpDown();
  95. this.BlockSizeMbLabel = new System.Windows.Forms.Label();
  96. this.RunningStatusTabPage = new System.Windows.Forms.TabPage();
  97. this.SourceProgressBarLabel = new QVCopier.Components.ProgressBarLabel.ProgressBarLabelControl();
  98. this.BufferProgressBarLabel = new QVCopier.Components.ProgressBarLabel.ProgressBarLabelControl();
  99. this.DestProgressBarLabel = new QVCopier.Components.ProgressBarLabel.ProgressBarLabelControl();
  100. this.PauseButton = new System.Windows.Forms.Button();
  101. this.ResumeButton = new System.Windows.Forms.Button();
  102. this.AbortButton = new System.Windows.Forms.Button();
  103. ((System.ComponentModel.ISupportInitialize)(this.MainSplitContainer)).BeginInit();
  104. this.MainSplitContainer.Panel1.SuspendLayout();
  105. this.MainSplitContainer.Panel2.SuspendLayout();
  106. this.MainSplitContainer.SuspendLayout();
  107. this.LogFilterTableLayoutPanel.SuspendLayout();
  108. this.MainFilterTableLayoutPanel.SuspendLayout();
  109. this.TopTabControl.SuspendLayout();
  110. this.BeforeStartTabPage.SuspendLayout();
  111. ((System.ComponentModel.ISupportInitialize)(this.BufferSizeUpDown)).BeginInit();
  112. ((System.ComponentModel.ISupportInitialize)(this.BlockSizeUpDown)).BeginInit();
  113. this.RunningStatusTabPage.SuspendLayout();
  114. this.SuspendLayout();
  115. //
  116. // MainSplitContainer
  117. //
  118. this.MainSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
  119. this.MainSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
  120. this.MainSplitContainer.Location = new System.Drawing.Point(0, 141);
  121. this.MainSplitContainer.Name = "MainSplitContainer";
  122. this.MainSplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
  123. //
  124. // MainSplitContainer.Panel1
  125. //
  126. this.MainSplitContainer.Panel1.Controls.Add(this.MainListView);
  127. //
  128. // MainSplitContainer.Panel2
  129. //
  130. this.MainSplitContainer.Panel2.Controls.Add(this.LogListView);
  131. this.MainSplitContainer.Panel2.Controls.Add(this.LogFilterTableLayoutPanel);
  132. this.MainSplitContainer.Size = new System.Drawing.Size(1143, 402);
  133. this.MainSplitContainer.SplitterDistance = 281;
  134. this.MainSplitContainer.TabIndex = 2;
  135. //
  136. // MainListView
  137. //
  138. this.MainListView.AllowDrop = true;
  139. this.MainListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  140. this.SourceColumnHeader,
  141. this.DestColumnHeader,
  142. this.SizeColumnHeader,
  143. this.StatusColumnHeader,
  144. this.ChecksumColumnHeader,
  145. this.DestOpsColumnHeader});
  146. this.MainListView.Dock = System.Windows.Forms.DockStyle.Fill;
  147. this.MainListView.FullRowSelect = true;
  148. this.MainListView.GridLines = true;
  149. this.MainListView.HideSelection = false;
  150. this.MainListView.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
  151. listViewItem1,
  152. listViewItem2,
  153. listViewItem3});
  154. this.MainListView.Location = new System.Drawing.Point(0, 0);
  155. this.MainListView.Name = "MainListView";
  156. this.MainListView.Size = new System.Drawing.Size(1143, 281);
  157. this.MainListView.TabIndex = 0;
  158. this.MainListView.UseCompatibleStateImageBehavior = false;
  159. this.MainListView.View = System.Windows.Forms.View.Details;
  160. this.MainListView.DragDrop += new System.Windows.Forms.DragEventHandler(this.MainListView_DragDrop);
  161. this.MainListView.DragEnter += new System.Windows.Forms.DragEventHandler(this.MainListView_DragEnter);
  162. //
  163. // SourceColumnHeader
  164. //
  165. this.SourceColumnHeader.Text = "Source";
  166. this.SourceColumnHeader.Width = 200;
  167. //
  168. // DestColumnHeader
  169. //
  170. this.DestColumnHeader.Text = "Dest.";
  171. this.DestColumnHeader.Width = 200;
  172. //
  173. // SizeColumnHeader
  174. //
  175. this.SizeColumnHeader.Text = "Size";
  176. this.SizeColumnHeader.Width = 74;
  177. //
  178. // StatusColumnHeader
  179. //
  180. this.StatusColumnHeader.Text = "Status";
  181. this.StatusColumnHeader.Width = 66;
  182. //
  183. // ChecksumColumnHeader
  184. //
  185. this.ChecksumColumnHeader.Text = "Checksum";
  186. this.ChecksumColumnHeader.Width = 119;
  187. //
  188. // DestOpsColumnHeader
  189. //
  190. this.DestOpsColumnHeader.Text = "Dest.Ops";
  191. this.DestOpsColumnHeader.Width = 250;
  192. //
  193. // LogListView
  194. //
  195. this.LogListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  196. this.TimeColumnHeader,
  197. this.LevelColumnHeader,
  198. this.LogColumnHeader});
  199. this.LogListView.Dock = System.Windows.Forms.DockStyle.Fill;
  200. this.LogListView.FullRowSelect = true;
  201. this.LogListView.GridLines = true;
  202. this.LogListView.HideSelection = false;
  203. this.LogListView.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
  204. listViewItem4});
  205. this.LogListView.Location = new System.Drawing.Point(0, 29);
  206. this.LogListView.Name = "LogListView";
  207. this.LogListView.Size = new System.Drawing.Size(1143, 88);
  208. this.LogListView.TabIndex = 0;
  209. this.LogListView.UseCompatibleStateImageBehavior = false;
  210. this.LogListView.View = System.Windows.Forms.View.Details;
  211. //
  212. // TimeColumnHeader
  213. //
  214. this.TimeColumnHeader.Text = "Time";
  215. this.TimeColumnHeader.Width = 140;
  216. //
  217. // LevelColumnHeader
  218. //
  219. this.LevelColumnHeader.Text = "Level";
  220. this.LevelColumnHeader.Width = 50;
  221. //
  222. // LogColumnHeader
  223. //
  224. this.LogColumnHeader.Text = "Log";
  225. this.LogColumnHeader.Width = 512;
  226. //
  227. // LogFilterTableLayoutPanel
  228. //
  229. this.LogFilterTableLayoutPanel.ColumnCount = 6;
  230. this.LogFilterTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 83F));
  231. this.LogFilterTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
  232. this.LogFilterTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
  233. this.LogFilterTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
  234. this.LogFilterTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
  235. this.LogFilterTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
  236. this.LogFilterTableLayoutPanel.Controls.Add(this.DebugCheckBox, 5, 0);
  237. this.LogFilterTableLayoutPanel.Controls.Add(this.InfoCheckBox, 4, 0);
  238. this.LogFilterTableLayoutPanel.Controls.Add(this.WarningCheckBox, 3, 0);
  239. this.LogFilterTableLayoutPanel.Controls.Add(this.ErrorCheckBox, 2, 0);
  240. this.LogFilterTableLayoutPanel.Controls.Add(this.LogFilterLabel, 0, 0);
  241. this.LogFilterTableLayoutPanel.Controls.Add(this.FatalCheckBox, 1, 0);
  242. this.LogFilterTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Top;
  243. this.LogFilterTableLayoutPanel.Location = new System.Drawing.Point(0, 0);
  244. this.LogFilterTableLayoutPanel.Name = "LogFilterTableLayoutPanel";
  245. this.LogFilterTableLayoutPanel.RowCount = 1;
  246. this.LogFilterTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  247. this.LogFilterTableLayoutPanel.Size = new System.Drawing.Size(1143, 29);
  248. this.LogFilterTableLayoutPanel.TabIndex = 8;
  249. //
  250. // DebugCheckBox
  251. //
  252. this.DebugCheckBox.Anchor = System.Windows.Forms.AnchorStyles.Left;
  253. this.DebugCheckBox.Appearance = System.Windows.Forms.Appearance.Button;
  254. this.DebugCheckBox.AutoSize = true;
  255. this.DebugCheckBox.Checked = true;
  256. this.DebugCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
  257. this.DebugCheckBox.Location = new System.Drawing.Point(934, 3);
  258. this.DebugCheckBox.Name = "DebugCheckBox";
  259. this.DebugCheckBox.Size = new System.Drawing.Size(57, 22);
  260. this.DebugCheckBox.TabIndex = 5;
  261. this.DebugCheckBox.Text = "Debug()";
  262. this.DebugCheckBox.UseVisualStyleBackColor = true;
  263. this.DebugCheckBox.CheckedChanged += new System.EventHandler(this.LogFilterCheckBox_CheckedChanged);
  264. //
  265. // InfoCheckBox
  266. //
  267. this.InfoCheckBox.Anchor = System.Windows.Forms.AnchorStyles.Left;
  268. this.InfoCheckBox.Appearance = System.Windows.Forms.Appearance.Button;
  269. this.InfoCheckBox.AutoSize = true;
  270. this.InfoCheckBox.Checked = true;
  271. this.InfoCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
  272. this.InfoCheckBox.Location = new System.Drawing.Point(722, 3);
  273. this.InfoCheckBox.Name = "InfoCheckBox";
  274. this.InfoCheckBox.Size = new System.Drawing.Size(51, 22);
  275. this.InfoCheckBox.TabIndex = 4;
  276. this.InfoCheckBox.Text = "Info()";
  277. this.InfoCheckBox.UseVisualStyleBackColor = true;
  278. this.InfoCheckBox.CheckedChanged += new System.EventHandler(this.LogFilterCheckBox_CheckedChanged);
  279. //
  280. // WarningCheckBox
  281. //
  282. this.WarningCheckBox.Anchor = System.Windows.Forms.AnchorStyles.Left;
  283. this.WarningCheckBox.Appearance = System.Windows.Forms.Appearance.Button;
  284. this.WarningCheckBox.AutoSize = true;
  285. this.WarningCheckBox.Checked = true;
  286. this.WarningCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
  287. this.WarningCheckBox.Location = new System.Drawing.Point(510, 3);
  288. this.WarningCheckBox.Name = "WarningCheckBox";
  289. this.WarningCheckBox.Size = new System.Drawing.Size(69, 22);
  290. this.WarningCheckBox.TabIndex = 3;
  291. this.WarningCheckBox.Text = "Warning()";
  292. this.WarningCheckBox.UseVisualStyleBackColor = true;
  293. this.WarningCheckBox.CheckedChanged += new System.EventHandler(this.LogFilterCheckBox_CheckedChanged);
  294. //
  295. // ErrorCheckBox
  296. //
  297. this.ErrorCheckBox.Anchor = System.Windows.Forms.AnchorStyles.Left;
  298. this.ErrorCheckBox.Appearance = System.Windows.Forms.Appearance.Button;
  299. this.ErrorCheckBox.AutoSize = true;
  300. this.ErrorCheckBox.Checked = true;
  301. this.ErrorCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
  302. this.ErrorCheckBox.Location = new System.Drawing.Point(298, 3);
  303. this.ErrorCheckBox.Name = "ErrorCheckBox";
  304. this.ErrorCheckBox.Size = new System.Drawing.Size(57, 22);
  305. this.ErrorCheckBox.TabIndex = 2;
  306. this.ErrorCheckBox.Text = "Error()";
  307. this.ErrorCheckBox.UseVisualStyleBackColor = true;
  308. this.ErrorCheckBox.CheckedChanged += new System.EventHandler(this.LogFilterCheckBox_CheckedChanged);
  309. //
  310. // LogFilterLabel
  311. //
  312. this.LogFilterLabel.Anchor = System.Windows.Forms.AnchorStyles.Left;
  313. this.LogFilterLabel.AutoSize = true;
  314. this.LogFilterLabel.Location = new System.Drawing.Point(3, 8);
  315. this.LogFilterLabel.Name = "LogFilterLabel";
  316. this.LogFilterLabel.Size = new System.Drawing.Size(71, 12);
  317. this.LogFilterLabel.TabIndex = 0;
  318. this.LogFilterLabel.Text = "Log Filter:";
  319. //
  320. // FatalCheckBox
  321. //
  322. this.FatalCheckBox.Anchor = System.Windows.Forms.AnchorStyles.Left;
  323. this.FatalCheckBox.Appearance = System.Windows.Forms.Appearance.Button;
  324. this.FatalCheckBox.AutoSize = true;
  325. this.FatalCheckBox.Checked = true;
  326. this.FatalCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
  327. this.FatalCheckBox.Location = new System.Drawing.Point(86, 3);
  328. this.FatalCheckBox.Name = "FatalCheckBox";
  329. this.FatalCheckBox.Size = new System.Drawing.Size(57, 22);
  330. this.FatalCheckBox.TabIndex = 1;
  331. this.FatalCheckBox.Text = "Fatal()";
  332. this.FatalCheckBox.UseVisualStyleBackColor = true;
  333. this.FatalCheckBox.CheckedChanged += new System.EventHandler(this.LogFilterCheckBox_CheckedChanged);
  334. //
  335. // MainFilterTableLayoutPanel
  336. //
  337. this.MainFilterTableLayoutPanel.ColumnCount = 9;
  338. this.MainFilterTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 60F));
  339. this.MainFilterTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
  340. this.MainFilterTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
  341. this.MainFilterTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
  342. this.MainFilterTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
  343. this.MainFilterTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
  344. this.MainFilterTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
  345. this.MainFilterTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
  346. this.MainFilterTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
  347. this.MainFilterTableLayoutPanel.Controls.Add(this.FilterLabel, 0, 0);
  348. this.MainFilterTableLayoutPanel.Controls.Add(this.PendingRadioButton, 2, 0);
  349. this.MainFilterTableLayoutPanel.Controls.Add(this.AllRadioButton, 1, 0);
  350. this.MainFilterTableLayoutPanel.Controls.Add(this.WorkingRadioButton, 3, 0);
  351. this.MainFilterTableLayoutPanel.Controls.Add(this.SourceDeletedRadioButton, 8, 0);
  352. this.MainFilterTableLayoutPanel.Controls.Add(this.MismatchRadioButton, 7, 0);
  353. this.MainFilterTableLayoutPanel.Controls.Add(this.VerifiedRadioButton, 6, 0);
  354. this.MainFilterTableLayoutPanel.Controls.Add(this.DoneRadioButton, 5, 0);
  355. this.MainFilterTableLayoutPanel.Controls.Add(this.ErrorRadioButton, 4, 0);
  356. this.MainFilterTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Top;
  357. this.MainFilterTableLayoutPanel.Location = new System.Drawing.Point(0, 112);
  358. this.MainFilterTableLayoutPanel.Name = "MainFilterTableLayoutPanel";
  359. this.MainFilterTableLayoutPanel.RowCount = 1;
  360. this.MainFilterTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  361. this.MainFilterTableLayoutPanel.Size = new System.Drawing.Size(1143, 29);
  362. this.MainFilterTableLayoutPanel.TabIndex = 7;
  363. //
  364. // FilterLabel
  365. //
  366. this.FilterLabel.Anchor = System.Windows.Forms.AnchorStyles.Left;
  367. this.FilterLabel.AutoSize = true;
  368. this.FilterLabel.Location = new System.Drawing.Point(3, 8);
  369. this.FilterLabel.Name = "FilterLabel";
  370. this.FilterLabel.Size = new System.Drawing.Size(47, 12);
  371. this.FilterLabel.TabIndex = 0;
  372. this.FilterLabel.Text = "Filter:";
  373. //
  374. // PendingRadioButton
  375. //
  376. this.PendingRadioButton.Anchor = System.Windows.Forms.AnchorStyles.Left;
  377. this.PendingRadioButton.Appearance = System.Windows.Forms.Appearance.Button;
  378. this.PendingRadioButton.AutoSize = true;
  379. this.PendingRadioButton.Location = new System.Drawing.Point(198, 3);
  380. this.PendingRadioButton.Name = "PendingRadioButton";
  381. this.PendingRadioButton.Size = new System.Drawing.Size(75, 22);
  382. this.PendingRadioButton.TabIndex = 1;
  383. this.PendingRadioButton.Text = "Pending( )";
  384. this.PendingRadioButton.UseVisualStyleBackColor = true;
  385. //
  386. // AllRadioButton
  387. //
  388. this.AllRadioButton.Anchor = System.Windows.Forms.AnchorStyles.Left;
  389. this.AllRadioButton.Appearance = System.Windows.Forms.Appearance.Button;
  390. this.AllRadioButton.AutoSize = true;
  391. this.AllRadioButton.Checked = true;
  392. this.AllRadioButton.Location = new System.Drawing.Point(63, 3);
  393. this.AllRadioButton.Name = "AllRadioButton";
  394. this.AllRadioButton.Size = new System.Drawing.Size(99, 22);
  395. this.AllRadioButton.TabIndex = 0;
  396. this.AllRadioButton.TabStop = true;
  397. this.AllRadioButton.Text = "All(3, 123 GB)";
  398. this.AllRadioButton.UseVisualStyleBackColor = true;
  399. //
  400. // WorkingRadioButton
  401. //
  402. this.WorkingRadioButton.Anchor = System.Windows.Forms.AnchorStyles.Left;
  403. this.WorkingRadioButton.Appearance = System.Windows.Forms.Appearance.Button;
  404. this.WorkingRadioButton.AutoSize = true;
  405. this.WorkingRadioButton.Location = new System.Drawing.Point(333, 3);
  406. this.WorkingRadioButton.Name = "WorkingRadioButton";
  407. this.WorkingRadioButton.Size = new System.Drawing.Size(75, 22);
  408. this.WorkingRadioButton.TabIndex = 1;
  409. this.WorkingRadioButton.Text = "Working( )";
  410. this.WorkingRadioButton.UseVisualStyleBackColor = true;
  411. //
  412. // SourceDeletedRadioButton
  413. //
  414. this.SourceDeletedRadioButton.Anchor = System.Windows.Forms.AnchorStyles.Left;
  415. this.SourceDeletedRadioButton.Appearance = System.Windows.Forms.Appearance.Button;
  416. this.SourceDeletedRadioButton.AutoSize = true;
  417. this.SourceDeletedRadioButton.Location = new System.Drawing.Point(1008, 3);
  418. this.SourceDeletedRadioButton.Name = "SourceDeletedRadioButton";
  419. this.SourceDeletedRadioButton.Size = new System.Drawing.Size(81, 22);
  420. this.SourceDeletedRadioButton.TabIndex = 4;
  421. this.SourceDeletedRadioButton.Text = "Src.Del.( )";
  422. this.SourceDeletedRadioButton.UseVisualStyleBackColor = true;
  423. //
  424. // MismatchRadioButton
  425. //
  426. this.MismatchRadioButton.Anchor = System.Windows.Forms.AnchorStyles.Left;
  427. this.MismatchRadioButton.Appearance = System.Windows.Forms.Appearance.Button;
  428. this.MismatchRadioButton.AutoSize = true;
  429. this.MismatchRadioButton.Location = new System.Drawing.Point(873, 3);
  430. this.MismatchRadioButton.Name = "MismatchRadioButton";
  431. this.MismatchRadioButton.Size = new System.Drawing.Size(81, 22);
  432. this.MismatchRadioButton.TabIndex = 4;
  433. this.MismatchRadioButton.Text = "Mismatch( )";
  434. this.MismatchRadioButton.UseVisualStyleBackColor = true;
  435. //
  436. // VerifiedRadioButton
  437. //
  438. this.VerifiedRadioButton.Anchor = System.Windows.Forms.AnchorStyles.Left;
  439. this.VerifiedRadioButton.Appearance = System.Windows.Forms.Appearance.Button;
  440. this.VerifiedRadioButton.AutoSize = true;
  441. this.VerifiedRadioButton.Location = new System.Drawing.Point(738, 3);
  442. this.VerifiedRadioButton.Name = "VerifiedRadioButton";
  443. this.VerifiedRadioButton.Size = new System.Drawing.Size(81, 22);
  444. this.VerifiedRadioButton.TabIndex = 3;
  445. this.VerifiedRadioButton.Text = "Verified( )";
  446. this.VerifiedRadioButton.UseVisualStyleBackColor = true;
  447. //
  448. // DoneRadioButton
  449. //
  450. this.DoneRadioButton.Anchor = System.Windows.Forms.AnchorStyles.Left;
  451. this.DoneRadioButton.Appearance = System.Windows.Forms.Appearance.Button;
  452. this.DoneRadioButton.AutoSize = true;
  453. this.DoneRadioButton.Location = new System.Drawing.Point(603, 3);
  454. this.DoneRadioButton.Name = "DoneRadioButton";
  455. this.DoneRadioButton.Size = new System.Drawing.Size(57, 22);
  456. this.DoneRadioButton.TabIndex = 2;
  457. this.DoneRadioButton.Text = "Done( )";
  458. this.DoneRadioButton.UseVisualStyleBackColor = true;
  459. //
  460. // ErrorRadioButton
  461. //
  462. this.ErrorRadioButton.Anchor = System.Windows.Forms.AnchorStyles.Left;
  463. this.ErrorRadioButton.Appearance = System.Windows.Forms.Appearance.Button;
  464. this.ErrorRadioButton.AutoSize = true;
  465. this.ErrorRadioButton.Location = new System.Drawing.Point(468, 3);
  466. this.ErrorRadioButton.Name = "ErrorRadioButton";
  467. this.ErrorRadioButton.Size = new System.Drawing.Size(63, 22);
  468. this.ErrorRadioButton.TabIndex = 1;
  469. this.ErrorRadioButton.Text = "Error( )";
  470. this.ErrorRadioButton.UseVisualStyleBackColor = true;
  471. //
  472. // TopTabControl
  473. //
  474. this.TopTabControl.Appearance = System.Windows.Forms.TabAppearance.Buttons;
  475. this.TopTabControl.Controls.Add(this.BeforeStartTabPage);
  476. this.TopTabControl.Controls.Add(this.RunningStatusTabPage);
  477. this.TopTabControl.Dock = System.Windows.Forms.DockStyle.Top;
  478. this.TopTabControl.Location = new System.Drawing.Point(0, 0);
  479. this.TopTabControl.Name = "TopTabControl";
  480. this.TopTabControl.SelectedIndex = 0;
  481. this.TopTabControl.Size = new System.Drawing.Size(1143, 112);
  482. this.TopTabControl.TabIndex = 0;
  483. //
  484. // BeforeStartTabPage
  485. //
  486. this.BeforeStartTabPage.Controls.Add(this.StartButton);
  487. this.BeforeStartTabPage.Controls.Add(this.DestFolderLabel);
  488. this.BeforeStartTabPage.Controls.Add(this.BlockSizeLabel);
  489. this.BeforeStartTabPage.Controls.Add(this.BufferSizeLabel);
  490. this.BeforeStartTabPage.Controls.Add(this.ChooseDestButton);
  491. this.BeforeStartTabPage.Controls.Add(this.BufferSizeMbLabel);
  492. this.BeforeStartTabPage.Controls.Add(this.DestFolderTextBox);
  493. this.BeforeStartTabPage.Controls.Add(this.BufferSizeUpDown);
  494. this.BeforeStartTabPage.Controls.Add(this.BlockSizeUpDown);
  495. this.BeforeStartTabPage.Controls.Add(this.BlockSizeMbLabel);
  496. this.BeforeStartTabPage.Location = new System.Drawing.Point(4, 25);
  497. this.BeforeStartTabPage.Name = "BeforeStartTabPage";
  498. this.BeforeStartTabPage.Padding = new System.Windows.Forms.Padding(3);
  499. this.BeforeStartTabPage.Size = new System.Drawing.Size(1135, 83);
  500. this.BeforeStartTabPage.TabIndex = 0;
  501. this.BeforeStartTabPage.Text = "Before Start";
  502. this.BeforeStartTabPage.UseVisualStyleBackColor = true;
  503. //
  504. // StartButton
  505. //
  506. this.StartButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  507. this.StartButton.Location = new System.Drawing.Point(1054, 6);
  508. this.StartButton.Name = "StartButton";
  509. this.StartButton.Size = new System.Drawing.Size(75, 75);
  510. this.StartButton.TabIndex = 4;
  511. this.StartButton.Text = "Start";
  512. this.StartButton.UseVisualStyleBackColor = true;
  513. //
  514. // DestFolderLabel
  515. //
  516. this.DestFolderLabel.AutoSize = true;
  517. this.DestFolderLabel.Location = new System.Drawing.Point(5, 12);
  518. this.DestFolderLabel.Name = "DestFolderLabel";
  519. this.DestFolderLabel.Size = new System.Drawing.Size(83, 12);
  520. this.DestFolderLabel.TabIndex = 0;
  521. this.DestFolderLabel.Text = "Dest. folder:";
  522. //
  523. // BlockSizeLabel
  524. //
  525. this.BlockSizeLabel.AutoSize = true;
  526. this.BlockSizeLabel.Location = new System.Drawing.Point(5, 35);
  527. this.BlockSizeLabel.Name = "BlockSizeLabel";
  528. this.BlockSizeLabel.Size = new System.Drawing.Size(71, 12);
  529. this.BlockSizeLabel.TabIndex = 0;
  530. this.BlockSizeLabel.Text = "Block Size:";
  531. //
  532. // BufferSizeLabel
  533. //
  534. this.BufferSizeLabel.AutoSize = true;
  535. this.BufferSizeLabel.Location = new System.Drawing.Point(5, 62);
  536. this.BufferSizeLabel.Name = "BufferSizeLabel";
  537. this.BufferSizeLabel.Size = new System.Drawing.Size(77, 12);
  538. this.BufferSizeLabel.TabIndex = 0;
  539. this.BufferSizeLabel.Text = "Buffer Size:";
  540. //
  541. // ChooseDestButton
  542. //
  543. this.ChooseDestButton.Anchor = System.Windows.Forms.AnchorStyles.Top;
  544. this.ChooseDestButton.Location = new System.Drawing.Point(532, 33);
  545. this.ChooseDestButton.Name = "ChooseDestButton";
  546. this.ChooseDestButton.Size = new System.Drawing.Size(234, 23);
  547. this.ChooseDestButton.TabIndex = 3;
  548. this.ChooseDestButton.Text = "Choose dest from opened explorer";
  549. this.ChooseDestButton.UseVisualStyleBackColor = true;
  550. this.ChooseDestButton.Click += new System.EventHandler(this.ChooseDestButton_Click);
  551. //
  552. // BufferSizeMbLabel
  553. //
  554. this.BufferSizeMbLabel.AutoSize = true;
  555. this.BufferSizeMbLabel.Location = new System.Drawing.Point(169, 62);
  556. this.BufferSizeMbLabel.Name = "BufferSizeMbLabel";
  557. this.BufferSizeMbLabel.Size = new System.Drawing.Size(17, 12);
  558. this.BufferSizeMbLabel.TabIndex = 0;
  559. this.BufferSizeMbLabel.Text = "MB";
  560. //
  561. // DestFolderTextBox
  562. //
  563. this.DestFolderTextBox.AllowDrop = true;
  564. this.DestFolderTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  565. | System.Windows.Forms.AnchorStyles.Right)));
  566. this.DestFolderTextBox.Location = new System.Drawing.Point(94, 6);
  567. this.DestFolderTextBox.Name = "DestFolderTextBox";
  568. this.DestFolderTextBox.ReadOnly = true;
  569. this.DestFolderTextBox.Size = new System.Drawing.Size(954, 21);
  570. this.DestFolderTextBox.TabIndex = 0;
  571. this.DestFolderTextBox.Text = "(drag)";
  572. this.DestFolderTextBox.DragDrop += new System.Windows.Forms.DragEventHandler(this.DestFolderTextBox_DragDrop);
  573. this.DestFolderTextBox.DragEnter += new System.Windows.Forms.DragEventHandler(this.DestFolderTextBox_DragEnter);
  574. //
  575. // BufferSizeUpDown
  576. //
  577. this.BufferSizeUpDown.Location = new System.Drawing.Point(94, 60);
  578. this.BufferSizeUpDown.Maximum = new decimal(new int[] {
  579. -1530494977,
  580. 232830,
  581. 0,
  582. 0});
  583. this.BufferSizeUpDown.Minimum = new decimal(new int[] {
  584. 1,
  585. 0,
  586. 0,
  587. 0});
  588. this.BufferSizeUpDown.Name = "BufferSizeUpDown";
  589. this.BufferSizeUpDown.Size = new System.Drawing.Size(69, 21);
  590. this.BufferSizeUpDown.TabIndex = 2;
  591. this.BufferSizeUpDown.Value = new decimal(new int[] {
  592. 2048,
  593. 0,
  594. 0,
  595. 0});
  596. //
  597. // BlockSizeUpDown
  598. //
  599. this.BlockSizeUpDown.Location = new System.Drawing.Point(94, 33);
  600. this.BlockSizeUpDown.Maximum = new decimal(new int[] {
  601. -1530494977,
  602. 232830,
  603. 0,
  604. 0});
  605. this.BlockSizeUpDown.Minimum = new decimal(new int[] {
  606. 1,
  607. 0,
  608. 0,
  609. 0});
  610. this.BlockSizeUpDown.Name = "BlockSizeUpDown";
  611. this.BlockSizeUpDown.Size = new System.Drawing.Size(69, 21);
  612. this.BlockSizeUpDown.TabIndex = 1;
  613. this.BlockSizeUpDown.Value = new decimal(new int[] {
  614. 1,
  615. 0,
  616. 0,
  617. 0});
  618. //
  619. // BlockSizeMbLabel
  620. //
  621. this.BlockSizeMbLabel.AutoSize = true;
  622. this.BlockSizeMbLabel.Location = new System.Drawing.Point(169, 35);
  623. this.BlockSizeMbLabel.Name = "BlockSizeMbLabel";
  624. this.BlockSizeMbLabel.Size = new System.Drawing.Size(17, 12);
  625. this.BlockSizeMbLabel.TabIndex = 0;
  626. this.BlockSizeMbLabel.Text = "MB";
  627. //
  628. // RunningStatusTabPage
  629. //
  630. this.RunningStatusTabPage.Controls.Add(this.SourceProgressBarLabel);
  631. this.RunningStatusTabPage.Controls.Add(this.BufferProgressBarLabel);
  632. this.RunningStatusTabPage.Controls.Add(this.DestProgressBarLabel);
  633. this.RunningStatusTabPage.Controls.Add(this.PauseButton);
  634. this.RunningStatusTabPage.Controls.Add(this.ResumeButton);
  635. this.RunningStatusTabPage.Controls.Add(this.AbortButton);
  636. this.RunningStatusTabPage.Location = new System.Drawing.Point(4, 25);
  637. this.RunningStatusTabPage.Name = "RunningStatusTabPage";
  638. this.RunningStatusTabPage.Padding = new System.Windows.Forms.Padding(3);
  639. this.RunningStatusTabPage.Size = new System.Drawing.Size(1135, 83);
  640. this.RunningStatusTabPage.TabIndex = 1;
  641. this.RunningStatusTabPage.Text = "Running Status";
  642. this.RunningStatusTabPage.UseVisualStyleBackColor = true;
  643. //
  644. // SourceProgressBarLabel
  645. //
  646. this.SourceProgressBarLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  647. | System.Windows.Forms.AnchorStyles.Right)));
  648. this.SourceProgressBarLabel.Location = new System.Drawing.Point(6, 59);
  649. this.SourceProgressBarLabel.Maximum = 3;
  650. this.SourceProgressBarLabel.Name = "SourceProgressBarLabel";
  651. this.SourceProgressBarLabel.Size = new System.Drawing.Size(878, 21);
  652. this.SourceProgressBarLabel.TabIndex = 7;
  653. this.SourceProgressBarLabel.Text = "Dest: 0 of 3 Files, Total 0 Bytes / 172.5 GB ?? MB/s";
  654. this.SourceProgressBarLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  655. //
  656. // BufferProgressBarLabel
  657. //
  658. this.BufferProgressBarLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  659. | System.Windows.Forms.AnchorStyles.Right)));
  660. this.BufferProgressBarLabel.Location = new System.Drawing.Point(6, 33);
  661. this.BufferProgressBarLabel.Maximum = 2048;
  662. this.BufferProgressBarLabel.Name = "BufferProgressBarLabel";
  663. this.BufferProgressBarLabel.Size = new System.Drawing.Size(878, 21);
  664. this.BufferProgressBarLabel.TabIndex = 7;
  665. this.BufferProgressBarLabel.Text = "Buffer: 1.23 GB / 2 GB";
  666. this.BufferProgressBarLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  667. this.BufferProgressBarLabel.Value = 1234;
  668. //
  669. // DestProgressBarLabel
  670. //
  671. this.DestProgressBarLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  672. | System.Windows.Forms.AnchorStyles.Right)));
  673. this.DestProgressBarLabel.Location = new System.Drawing.Point(6, 6);
  674. this.DestProgressBarLabel.Maximum = 3;
  675. this.DestProgressBarLabel.Name = "DestProgressBarLabel";
  676. this.DestProgressBarLabel.Size = new System.Drawing.Size(878, 21);
  677. this.DestProgressBarLabel.TabIndex = 7;
  678. this.DestProgressBarLabel.Text = "Source: 1 of 3 Files, Total 1.23 GB of 172.5 GB. ?? MB/s";
  679. this.DestProgressBarLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  680. this.DestProgressBarLabel.Value = 1;
  681. //
  682. // PauseButton
  683. //
  684. this.PauseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  685. this.PauseButton.Location = new System.Drawing.Point(1054, 6);
  686. this.PauseButton.Name = "PauseButton";
  687. this.PauseButton.Size = new System.Drawing.Size(75, 75);
  688. this.PauseButton.TabIndex = 2;
  689. this.PauseButton.Text = "Pause";
  690. this.PauseButton.UseVisualStyleBackColor = true;
  691. //
  692. // ResumeButton
  693. //
  694. this.ResumeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  695. this.ResumeButton.Location = new System.Drawing.Point(973, 6);
  696. this.ResumeButton.Name = "ResumeButton";
  697. this.ResumeButton.Size = new System.Drawing.Size(75, 75);
  698. this.ResumeButton.TabIndex = 1;
  699. this.ResumeButton.Text = "Resume";
  700. this.ResumeButton.UseVisualStyleBackColor = true;
  701. //
  702. // AbortButton
  703. //
  704. this.AbortButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  705. this.AbortButton.Location = new System.Drawing.Point(892, 6);
  706. this.AbortButton.Name = "AbortButton";
  707. this.AbortButton.Size = new System.Drawing.Size(75, 75);
  708. this.AbortButton.TabIndex = 0;
  709. this.AbortButton.Text = "Abort";
  710. this.AbortButton.UseVisualStyleBackColor = true;
  711. //
  712. // QvcMainForm
  713. //
  714. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  715. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  716. this.ClientSize = new System.Drawing.Size(1143, 543);
  717. this.Controls.Add(this.MainSplitContainer);
  718. this.Controls.Add(this.MainFilterTableLayoutPanel);
  719. this.Controls.Add(this.TopTabControl);
  720. this.Name = "QvcMainForm";
  721. this.Text = "QVCopier";
  722. this.Load += new System.EventHandler(this.QvcMainForm_Load);
  723. this.Shown += new System.EventHandler(this.QvcMainForm_Shown);
  724. this.MainSplitContainer.Panel1.ResumeLayout(false);
  725. this.MainSplitContainer.Panel2.ResumeLayout(false);
  726. ((System.ComponentModel.ISupportInitialize)(this.MainSplitContainer)).EndInit();
  727. this.MainSplitContainer.ResumeLayout(false);
  728. this.LogFilterTableLayoutPanel.ResumeLayout(false);
  729. this.LogFilterTableLayoutPanel.PerformLayout();
  730. this.MainFilterTableLayoutPanel.ResumeLayout(false);
  731. this.MainFilterTableLayoutPanel.PerformLayout();
  732. this.TopTabControl.ResumeLayout(false);
  733. this.BeforeStartTabPage.ResumeLayout(false);
  734. this.BeforeStartTabPage.PerformLayout();
  735. ((System.ComponentModel.ISupportInitialize)(this.BufferSizeUpDown)).EndInit();
  736. ((System.ComponentModel.ISupportInitialize)(this.BlockSizeUpDown)).EndInit();
  737. this.RunningStatusTabPage.ResumeLayout(false);
  738. this.ResumeLayout(false);
  739. }
  740. #endregion
  741. private System.Windows.Forms.SplitContainer MainSplitContainer;
  742. private System.Windows.Forms.ListView LogListView;
  743. private System.Windows.Forms.ColumnHeader TimeColumnHeader;
  744. private System.Windows.Forms.ColumnHeader LevelColumnHeader;
  745. private System.Windows.Forms.RadioButton MismatchRadioButton;
  746. private System.Windows.Forms.RadioButton VerifiedRadioButton;
  747. private System.Windows.Forms.RadioButton DoneRadioButton;
  748. private System.Windows.Forms.RadioButton PendingRadioButton;
  749. private System.Windows.Forms.RadioButton AllRadioButton;
  750. private System.Windows.Forms.Label FilterLabel;
  751. private System.Windows.Forms.TableLayoutPanel MainFilterTableLayoutPanel;
  752. private System.Windows.Forms.TabControl TopTabControl;
  753. private System.Windows.Forms.TabPage BeforeStartTabPage;
  754. private System.Windows.Forms.Label DestFolderLabel;
  755. private System.Windows.Forms.Label BlockSizeLabel;
  756. private System.Windows.Forms.Label BufferSizeLabel;
  757. private System.Windows.Forms.Button ChooseDestButton;
  758. private System.Windows.Forms.Label BufferSizeMbLabel;
  759. private System.Windows.Forms.TextBox DestFolderTextBox;
  760. private System.Windows.Forms.NumericUpDown BufferSizeUpDown;
  761. private System.Windows.Forms.NumericUpDown BlockSizeUpDown;
  762. private System.Windows.Forms.Label BlockSizeMbLabel;
  763. private System.Windows.Forms.TabPage RunningStatusTabPage;
  764. private System.Windows.Forms.ListView MainListView;
  765. private System.Windows.Forms.ColumnHeader SourceColumnHeader;
  766. private System.Windows.Forms.ColumnHeader DestColumnHeader;
  767. private System.Windows.Forms.ColumnHeader SizeColumnHeader;
  768. private System.Windows.Forms.ColumnHeader StatusColumnHeader;
  769. private System.Windows.Forms.ColumnHeader ChecksumColumnHeader;
  770. private System.Windows.Forms.ColumnHeader DestOpsColumnHeader;
  771. private System.Windows.Forms.Button PauseButton;
  772. private System.Windows.Forms.Button ResumeButton;
  773. private System.Windows.Forms.Button AbortButton;
  774. private ProgressBarLabelControl DestProgressBarLabel;
  775. private ProgressBarLabelControl SourceProgressBarLabel;
  776. private ProgressBarLabelControl BufferProgressBarLabel;
  777. private System.Windows.Forms.Button StartButton;
  778. private System.Windows.Forms.ColumnHeader LogColumnHeader;
  779. private System.Windows.Forms.TableLayoutPanel LogFilterTableLayoutPanel;
  780. private System.Windows.Forms.Label LogFilterLabel;
  781. private System.Windows.Forms.CheckBox DebugCheckBox;
  782. private System.Windows.Forms.CheckBox InfoCheckBox;
  783. private System.Windows.Forms.CheckBox WarningCheckBox;
  784. private System.Windows.Forms.CheckBox ErrorCheckBox;
  785. private System.Windows.Forms.CheckBox FatalCheckBox;
  786. private System.Windows.Forms.RadioButton WorkingRadioButton;
  787. private System.Windows.Forms.RadioButton SourceDeletedRadioButton;
  788. private System.Windows.Forms.RadioButton ErrorRadioButton;
  789. }
  790. }