123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797 |
-
- using QVCopier.Components.ProgressBarLabel;
- namespace QVCopier
- {
- partial class QvcMainForm
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows 窗体设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem(new string[] {
- "c:\\from\\ep01.mp4",
- "d:\\dest\\ep01.mp4",
- "1.23 GB",
- "Readed",
- "AEDFCA / -",
- ""}, -1);
- System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem(new string[] {
- "c:\\from\\file.ext",
- "d:\\dest\\file.ext",
- "123.45 MB",
- "Pending",
- "-/-",
- "Skip by exist"}, -1);
- System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem(new string[] {
- "c:\\from\\asdf.exe",
- "d:\\dest\\asdf.exe",
- "45.678 GB",
- "Pending",
- "-/-",
- "Overwrite exist"}, -1);
- System.Windows.Forms.ListViewItem listViewItem4 = new System.Windows.Forms.ListViewItem(new string[] {
- "2022-02-22 22:22:22.22",
- "Info",
- "Application started"}, -1);
- this.MainSplitContainer = new System.Windows.Forms.SplitContainer();
- this.MainListView = new System.Windows.Forms.ListView();
- this.SourceColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
- this.DestColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
- this.SizeColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
- this.StatusColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
- this.ChecksumColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
- this.DestOpsColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
- this.LogListView = new System.Windows.Forms.ListView();
- this.TimeColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
- this.LevelColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
- this.LogColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
- this.LogFilterTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
- this.DebugCheckBox = new System.Windows.Forms.CheckBox();
- this.InfoCheckBox = new System.Windows.Forms.CheckBox();
- this.WarningCheckBox = new System.Windows.Forms.CheckBox();
- this.ErrorCheckBox = new System.Windows.Forms.CheckBox();
- this.LogFilterLabel = new System.Windows.Forms.Label();
- this.FatalCheckBox = new System.Windows.Forms.CheckBox();
- this.MainFilterTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
- this.FilterLabel = new System.Windows.Forms.Label();
- this.PendingRadioButton = new System.Windows.Forms.RadioButton();
- this.AllRadioButton = new System.Windows.Forms.RadioButton();
- this.WorkingRadioButton = new System.Windows.Forms.RadioButton();
- this.SourceDeletedRadioButton = new System.Windows.Forms.RadioButton();
- this.MismatchRadioButton = new System.Windows.Forms.RadioButton();
- this.VerifiedRadioButton = new System.Windows.Forms.RadioButton();
- this.DoneRadioButton = new System.Windows.Forms.RadioButton();
- this.ErrorRadioButton = new System.Windows.Forms.RadioButton();
- this.TopTabControl = new System.Windows.Forms.TabControl();
- this.BeforeStartTabPage = new System.Windows.Forms.TabPage();
- this.StartButton = new System.Windows.Forms.Button();
- this.DestFolderLabel = new System.Windows.Forms.Label();
- this.BlockSizeLabel = new System.Windows.Forms.Label();
- this.BufferSizeLabel = new System.Windows.Forms.Label();
- this.ChooseDestButton = new System.Windows.Forms.Button();
- this.BufferSizeMbLabel = new System.Windows.Forms.Label();
- this.DestFolderTextBox = new System.Windows.Forms.TextBox();
- this.BufferSizeUpDown = new System.Windows.Forms.NumericUpDown();
- this.BlockSizeUpDown = new System.Windows.Forms.NumericUpDown();
- this.BlockSizeMbLabel = new System.Windows.Forms.Label();
- this.RunningStatusTabPage = new System.Windows.Forms.TabPage();
- this.SourceProgressBarLabel = new QVCopier.Components.ProgressBarLabel.ProgressBarLabelControl();
- this.BufferProgressBarLabel = new QVCopier.Components.ProgressBarLabel.ProgressBarLabelControl();
- this.DestProgressBarLabel = new QVCopier.Components.ProgressBarLabel.ProgressBarLabelControl();
- this.PauseButton = new System.Windows.Forms.Button();
- this.ResumeButton = new System.Windows.Forms.Button();
- this.AbortButton = new System.Windows.Forms.Button();
- ((System.ComponentModel.ISupportInitialize)(this.MainSplitContainer)).BeginInit();
- this.MainSplitContainer.Panel1.SuspendLayout();
- this.MainSplitContainer.Panel2.SuspendLayout();
- this.MainSplitContainer.SuspendLayout();
- this.LogFilterTableLayoutPanel.SuspendLayout();
- this.MainFilterTableLayoutPanel.SuspendLayout();
- this.TopTabControl.SuspendLayout();
- this.BeforeStartTabPage.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.BufferSizeUpDown)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.BlockSizeUpDown)).BeginInit();
- this.RunningStatusTabPage.SuspendLayout();
- this.SuspendLayout();
- //
- // MainSplitContainer
- //
- this.MainSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
- this.MainSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
- this.MainSplitContainer.Location = new System.Drawing.Point(0, 141);
- this.MainSplitContainer.Name = "MainSplitContainer";
- this.MainSplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
- //
- // MainSplitContainer.Panel1
- //
- this.MainSplitContainer.Panel1.Controls.Add(this.MainListView);
- //
- // MainSplitContainer.Panel2
- //
- this.MainSplitContainer.Panel2.Controls.Add(this.LogListView);
- this.MainSplitContainer.Panel2.Controls.Add(this.LogFilterTableLayoutPanel);
- this.MainSplitContainer.Size = new System.Drawing.Size(1143, 402);
- this.MainSplitContainer.SplitterDistance = 281;
- this.MainSplitContainer.TabIndex = 2;
- //
- // MainListView
- //
- this.MainListView.AllowDrop = true;
- this.MainListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
- this.SourceColumnHeader,
- this.DestColumnHeader,
- this.SizeColumnHeader,
- this.StatusColumnHeader,
- this.ChecksumColumnHeader,
- this.DestOpsColumnHeader});
- this.MainListView.Dock = System.Windows.Forms.DockStyle.Fill;
- this.MainListView.FullRowSelect = true;
- this.MainListView.GridLines = true;
- this.MainListView.HideSelection = false;
- this.MainListView.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
- listViewItem1,
- listViewItem2,
- listViewItem3});
- this.MainListView.Location = new System.Drawing.Point(0, 0);
- this.MainListView.Name = "MainListView";
- this.MainListView.Size = new System.Drawing.Size(1143, 281);
- this.MainListView.TabIndex = 0;
- this.MainListView.UseCompatibleStateImageBehavior = false;
- this.MainListView.View = System.Windows.Forms.View.Details;
- this.MainListView.DragDrop += new System.Windows.Forms.DragEventHandler(this.MainListView_DragDrop);
- this.MainListView.DragEnter += new System.Windows.Forms.DragEventHandler(this.MainListView_DragEnter);
- //
- // SourceColumnHeader
- //
- this.SourceColumnHeader.Text = "Source";
- this.SourceColumnHeader.Width = 200;
- //
- // DestColumnHeader
- //
- this.DestColumnHeader.Text = "Dest.";
- this.DestColumnHeader.Width = 200;
- //
- // SizeColumnHeader
- //
- this.SizeColumnHeader.Text = "Size";
- this.SizeColumnHeader.Width = 74;
- //
- // StatusColumnHeader
- //
- this.StatusColumnHeader.Text = "Status";
- this.StatusColumnHeader.Width = 66;
- //
- // ChecksumColumnHeader
- //
- this.ChecksumColumnHeader.Text = "Checksum";
- this.ChecksumColumnHeader.Width = 119;
- //
- // DestOpsColumnHeader
- //
- this.DestOpsColumnHeader.Text = "Dest.Ops";
- this.DestOpsColumnHeader.Width = 250;
- //
- // LogListView
- //
- this.LogListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
- this.TimeColumnHeader,
- this.LevelColumnHeader,
- this.LogColumnHeader});
- this.LogListView.Dock = System.Windows.Forms.DockStyle.Fill;
- this.LogListView.FullRowSelect = true;
- this.LogListView.GridLines = true;
- this.LogListView.HideSelection = false;
- this.LogListView.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
- listViewItem4});
- this.LogListView.Location = new System.Drawing.Point(0, 29);
- this.LogListView.Name = "LogListView";
- this.LogListView.Size = new System.Drawing.Size(1143, 88);
- this.LogListView.TabIndex = 0;
- this.LogListView.UseCompatibleStateImageBehavior = false;
- this.LogListView.View = System.Windows.Forms.View.Details;
- //
- // TimeColumnHeader
- //
- this.TimeColumnHeader.Text = "Time";
- this.TimeColumnHeader.Width = 140;
- //
- // LevelColumnHeader
- //
- this.LevelColumnHeader.Text = "Level";
- this.LevelColumnHeader.Width = 50;
- //
- // LogColumnHeader
- //
- this.LogColumnHeader.Text = "Log";
- this.LogColumnHeader.Width = 512;
- //
- // LogFilterTableLayoutPanel
- //
- this.LogFilterTableLayoutPanel.ColumnCount = 6;
- this.LogFilterTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 83F));
- this.LogFilterTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
- this.LogFilterTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
- this.LogFilterTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
- this.LogFilterTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
- this.LogFilterTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
- this.LogFilterTableLayoutPanel.Controls.Add(this.DebugCheckBox, 5, 0);
- this.LogFilterTableLayoutPanel.Controls.Add(this.InfoCheckBox, 4, 0);
- this.LogFilterTableLayoutPanel.Controls.Add(this.WarningCheckBox, 3, 0);
- this.LogFilterTableLayoutPanel.Controls.Add(this.ErrorCheckBox, 2, 0);
- this.LogFilterTableLayoutPanel.Controls.Add(this.LogFilterLabel, 0, 0);
- this.LogFilterTableLayoutPanel.Controls.Add(this.FatalCheckBox, 1, 0);
- this.LogFilterTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Top;
- this.LogFilterTableLayoutPanel.Location = new System.Drawing.Point(0, 0);
- this.LogFilterTableLayoutPanel.Name = "LogFilterTableLayoutPanel";
- this.LogFilterTableLayoutPanel.RowCount = 1;
- this.LogFilterTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.LogFilterTableLayoutPanel.Size = new System.Drawing.Size(1143, 29);
- this.LogFilterTableLayoutPanel.TabIndex = 8;
- //
- // DebugCheckBox
- //
- this.DebugCheckBox.Anchor = System.Windows.Forms.AnchorStyles.Left;
- this.DebugCheckBox.Appearance = System.Windows.Forms.Appearance.Button;
- this.DebugCheckBox.AutoSize = true;
- this.DebugCheckBox.Checked = true;
- this.DebugCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
- this.DebugCheckBox.Location = new System.Drawing.Point(934, 3);
- this.DebugCheckBox.Name = "DebugCheckBox";
- this.DebugCheckBox.Size = new System.Drawing.Size(57, 22);
- this.DebugCheckBox.TabIndex = 5;
- this.DebugCheckBox.Text = "Debug()";
- this.DebugCheckBox.UseVisualStyleBackColor = true;
- this.DebugCheckBox.CheckedChanged += new System.EventHandler(this.LogFilterCheckBox_CheckedChanged);
- //
- // InfoCheckBox
- //
- this.InfoCheckBox.Anchor = System.Windows.Forms.AnchorStyles.Left;
- this.InfoCheckBox.Appearance = System.Windows.Forms.Appearance.Button;
- this.InfoCheckBox.AutoSize = true;
- this.InfoCheckBox.Checked = true;
- this.InfoCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
- this.InfoCheckBox.Location = new System.Drawing.Point(722, 3);
- this.InfoCheckBox.Name = "InfoCheckBox";
- this.InfoCheckBox.Size = new System.Drawing.Size(51, 22);
- this.InfoCheckBox.TabIndex = 4;
- this.InfoCheckBox.Text = "Info()";
- this.InfoCheckBox.UseVisualStyleBackColor = true;
- this.InfoCheckBox.CheckedChanged += new System.EventHandler(this.LogFilterCheckBox_CheckedChanged);
- //
- // WarningCheckBox
- //
- this.WarningCheckBox.Anchor = System.Windows.Forms.AnchorStyles.Left;
- this.WarningCheckBox.Appearance = System.Windows.Forms.Appearance.Button;
- this.WarningCheckBox.AutoSize = true;
- this.WarningCheckBox.Checked = true;
- this.WarningCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
- this.WarningCheckBox.Location = new System.Drawing.Point(510, 3);
- this.WarningCheckBox.Name = "WarningCheckBox";
- this.WarningCheckBox.Size = new System.Drawing.Size(69, 22);
- this.WarningCheckBox.TabIndex = 3;
- this.WarningCheckBox.Text = "Warning()";
- this.WarningCheckBox.UseVisualStyleBackColor = true;
- this.WarningCheckBox.CheckedChanged += new System.EventHandler(this.LogFilterCheckBox_CheckedChanged);
- //
- // ErrorCheckBox
- //
- this.ErrorCheckBox.Anchor = System.Windows.Forms.AnchorStyles.Left;
- this.ErrorCheckBox.Appearance = System.Windows.Forms.Appearance.Button;
- this.ErrorCheckBox.AutoSize = true;
- this.ErrorCheckBox.Checked = true;
- this.ErrorCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
- this.ErrorCheckBox.Location = new System.Drawing.Point(298, 3);
- this.ErrorCheckBox.Name = "ErrorCheckBox";
- this.ErrorCheckBox.Size = new System.Drawing.Size(57, 22);
- this.ErrorCheckBox.TabIndex = 2;
- this.ErrorCheckBox.Text = "Error()";
- this.ErrorCheckBox.UseVisualStyleBackColor = true;
- this.ErrorCheckBox.CheckedChanged += new System.EventHandler(this.LogFilterCheckBox_CheckedChanged);
- //
- // LogFilterLabel
- //
- this.LogFilterLabel.Anchor = System.Windows.Forms.AnchorStyles.Left;
- this.LogFilterLabel.AutoSize = true;
- this.LogFilterLabel.Location = new System.Drawing.Point(3, 8);
- this.LogFilterLabel.Name = "LogFilterLabel";
- this.LogFilterLabel.Size = new System.Drawing.Size(71, 12);
- this.LogFilterLabel.TabIndex = 0;
- this.LogFilterLabel.Text = "Log Filter:";
- //
- // FatalCheckBox
- //
- this.FatalCheckBox.Anchor = System.Windows.Forms.AnchorStyles.Left;
- this.FatalCheckBox.Appearance = System.Windows.Forms.Appearance.Button;
- this.FatalCheckBox.AutoSize = true;
- this.FatalCheckBox.Checked = true;
- this.FatalCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
- this.FatalCheckBox.Location = new System.Drawing.Point(86, 3);
- this.FatalCheckBox.Name = "FatalCheckBox";
- this.FatalCheckBox.Size = new System.Drawing.Size(57, 22);
- this.FatalCheckBox.TabIndex = 1;
- this.FatalCheckBox.Text = "Fatal()";
- this.FatalCheckBox.UseVisualStyleBackColor = true;
- this.FatalCheckBox.CheckedChanged += new System.EventHandler(this.LogFilterCheckBox_CheckedChanged);
- //
- // MainFilterTableLayoutPanel
- //
- this.MainFilterTableLayoutPanel.ColumnCount = 9;
- this.MainFilterTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 60F));
- this.MainFilterTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
- this.MainFilterTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
- this.MainFilterTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
- this.MainFilterTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
- this.MainFilterTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
- this.MainFilterTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
- this.MainFilterTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
- this.MainFilterTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
- this.MainFilterTableLayoutPanel.Controls.Add(this.FilterLabel, 0, 0);
- this.MainFilterTableLayoutPanel.Controls.Add(this.PendingRadioButton, 2, 0);
- this.MainFilterTableLayoutPanel.Controls.Add(this.AllRadioButton, 1, 0);
- this.MainFilterTableLayoutPanel.Controls.Add(this.WorkingRadioButton, 3, 0);
- this.MainFilterTableLayoutPanel.Controls.Add(this.SourceDeletedRadioButton, 8, 0);
- this.MainFilterTableLayoutPanel.Controls.Add(this.MismatchRadioButton, 7, 0);
- this.MainFilterTableLayoutPanel.Controls.Add(this.VerifiedRadioButton, 6, 0);
- this.MainFilterTableLayoutPanel.Controls.Add(this.DoneRadioButton, 5, 0);
- this.MainFilterTableLayoutPanel.Controls.Add(this.ErrorRadioButton, 4, 0);
- this.MainFilterTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Top;
- this.MainFilterTableLayoutPanel.Location = new System.Drawing.Point(0, 112);
- this.MainFilterTableLayoutPanel.Name = "MainFilterTableLayoutPanel";
- this.MainFilterTableLayoutPanel.RowCount = 1;
- this.MainFilterTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.MainFilterTableLayoutPanel.Size = new System.Drawing.Size(1143, 29);
- this.MainFilterTableLayoutPanel.TabIndex = 7;
- //
- // FilterLabel
- //
- this.FilterLabel.Anchor = System.Windows.Forms.AnchorStyles.Left;
- this.FilterLabel.AutoSize = true;
- this.FilterLabel.Location = new System.Drawing.Point(3, 8);
- this.FilterLabel.Name = "FilterLabel";
- this.FilterLabel.Size = new System.Drawing.Size(47, 12);
- this.FilterLabel.TabIndex = 0;
- this.FilterLabel.Text = "Filter:";
- //
- // PendingRadioButton
- //
- this.PendingRadioButton.Anchor = System.Windows.Forms.AnchorStyles.Left;
- this.PendingRadioButton.Appearance = System.Windows.Forms.Appearance.Button;
- this.PendingRadioButton.AutoSize = true;
- this.PendingRadioButton.Location = new System.Drawing.Point(198, 3);
- this.PendingRadioButton.Name = "PendingRadioButton";
- this.PendingRadioButton.Size = new System.Drawing.Size(75, 22);
- this.PendingRadioButton.TabIndex = 1;
- this.PendingRadioButton.Text = "Pending( )";
- this.PendingRadioButton.UseVisualStyleBackColor = true;
- //
- // AllRadioButton
- //
- this.AllRadioButton.Anchor = System.Windows.Forms.AnchorStyles.Left;
- this.AllRadioButton.Appearance = System.Windows.Forms.Appearance.Button;
- this.AllRadioButton.AutoSize = true;
- this.AllRadioButton.Checked = true;
- this.AllRadioButton.Location = new System.Drawing.Point(63, 3);
- this.AllRadioButton.Name = "AllRadioButton";
- this.AllRadioButton.Size = new System.Drawing.Size(99, 22);
- this.AllRadioButton.TabIndex = 0;
- this.AllRadioButton.TabStop = true;
- this.AllRadioButton.Text = "All(3, 123 GB)";
- this.AllRadioButton.UseVisualStyleBackColor = true;
- //
- // WorkingRadioButton
- //
- this.WorkingRadioButton.Anchor = System.Windows.Forms.AnchorStyles.Left;
- this.WorkingRadioButton.Appearance = System.Windows.Forms.Appearance.Button;
- this.WorkingRadioButton.AutoSize = true;
- this.WorkingRadioButton.Location = new System.Drawing.Point(333, 3);
- this.WorkingRadioButton.Name = "WorkingRadioButton";
- this.WorkingRadioButton.Size = new System.Drawing.Size(75, 22);
- this.WorkingRadioButton.TabIndex = 1;
- this.WorkingRadioButton.Text = "Working( )";
- this.WorkingRadioButton.UseVisualStyleBackColor = true;
- //
- // SourceDeletedRadioButton
- //
- this.SourceDeletedRadioButton.Anchor = System.Windows.Forms.AnchorStyles.Left;
- this.SourceDeletedRadioButton.Appearance = System.Windows.Forms.Appearance.Button;
- this.SourceDeletedRadioButton.AutoSize = true;
- this.SourceDeletedRadioButton.Location = new System.Drawing.Point(1008, 3);
- this.SourceDeletedRadioButton.Name = "SourceDeletedRadioButton";
- this.SourceDeletedRadioButton.Size = new System.Drawing.Size(81, 22);
- this.SourceDeletedRadioButton.TabIndex = 4;
- this.SourceDeletedRadioButton.Text = "Src.Del.( )";
- this.SourceDeletedRadioButton.UseVisualStyleBackColor = true;
- //
- // MismatchRadioButton
- //
- this.MismatchRadioButton.Anchor = System.Windows.Forms.AnchorStyles.Left;
- this.MismatchRadioButton.Appearance = System.Windows.Forms.Appearance.Button;
- this.MismatchRadioButton.AutoSize = true;
- this.MismatchRadioButton.Location = new System.Drawing.Point(873, 3);
- this.MismatchRadioButton.Name = "MismatchRadioButton";
- this.MismatchRadioButton.Size = new System.Drawing.Size(81, 22);
- this.MismatchRadioButton.TabIndex = 4;
- this.MismatchRadioButton.Text = "Mismatch( )";
- this.MismatchRadioButton.UseVisualStyleBackColor = true;
- //
- // VerifiedRadioButton
- //
- this.VerifiedRadioButton.Anchor = System.Windows.Forms.AnchorStyles.Left;
- this.VerifiedRadioButton.Appearance = System.Windows.Forms.Appearance.Button;
- this.VerifiedRadioButton.AutoSize = true;
- this.VerifiedRadioButton.Location = new System.Drawing.Point(738, 3);
- this.VerifiedRadioButton.Name = "VerifiedRadioButton";
- this.VerifiedRadioButton.Size = new System.Drawing.Size(81, 22);
- this.VerifiedRadioButton.TabIndex = 3;
- this.VerifiedRadioButton.Text = "Verified( )";
- this.VerifiedRadioButton.UseVisualStyleBackColor = true;
- //
- // DoneRadioButton
- //
- this.DoneRadioButton.Anchor = System.Windows.Forms.AnchorStyles.Left;
- this.DoneRadioButton.Appearance = System.Windows.Forms.Appearance.Button;
- this.DoneRadioButton.AutoSize = true;
- this.DoneRadioButton.Location = new System.Drawing.Point(603, 3);
- this.DoneRadioButton.Name = "DoneRadioButton";
- this.DoneRadioButton.Size = new System.Drawing.Size(57, 22);
- this.DoneRadioButton.TabIndex = 2;
- this.DoneRadioButton.Text = "Done( )";
- this.DoneRadioButton.UseVisualStyleBackColor = true;
- //
- // ErrorRadioButton
- //
- this.ErrorRadioButton.Anchor = System.Windows.Forms.AnchorStyles.Left;
- this.ErrorRadioButton.Appearance = System.Windows.Forms.Appearance.Button;
- this.ErrorRadioButton.AutoSize = true;
- this.ErrorRadioButton.Location = new System.Drawing.Point(468, 3);
- this.ErrorRadioButton.Name = "ErrorRadioButton";
- this.ErrorRadioButton.Size = new System.Drawing.Size(63, 22);
- this.ErrorRadioButton.TabIndex = 1;
- this.ErrorRadioButton.Text = "Error( )";
- this.ErrorRadioButton.UseVisualStyleBackColor = true;
- //
- // TopTabControl
- //
- this.TopTabControl.Appearance = System.Windows.Forms.TabAppearance.Buttons;
- this.TopTabControl.Controls.Add(this.BeforeStartTabPage);
- this.TopTabControl.Controls.Add(this.RunningStatusTabPage);
- this.TopTabControl.Dock = System.Windows.Forms.DockStyle.Top;
- this.TopTabControl.Location = new System.Drawing.Point(0, 0);
- this.TopTabControl.Name = "TopTabControl";
- this.TopTabControl.SelectedIndex = 0;
- this.TopTabControl.Size = new System.Drawing.Size(1143, 112);
- this.TopTabControl.TabIndex = 0;
- //
- // BeforeStartTabPage
- //
- this.BeforeStartTabPage.Controls.Add(this.StartButton);
- this.BeforeStartTabPage.Controls.Add(this.DestFolderLabel);
- this.BeforeStartTabPage.Controls.Add(this.BlockSizeLabel);
- this.BeforeStartTabPage.Controls.Add(this.BufferSizeLabel);
- this.BeforeStartTabPage.Controls.Add(this.ChooseDestButton);
- this.BeforeStartTabPage.Controls.Add(this.BufferSizeMbLabel);
- this.BeforeStartTabPage.Controls.Add(this.DestFolderTextBox);
- this.BeforeStartTabPage.Controls.Add(this.BufferSizeUpDown);
- this.BeforeStartTabPage.Controls.Add(this.BlockSizeUpDown);
- this.BeforeStartTabPage.Controls.Add(this.BlockSizeMbLabel);
- this.BeforeStartTabPage.Location = new System.Drawing.Point(4, 25);
- this.BeforeStartTabPage.Name = "BeforeStartTabPage";
- this.BeforeStartTabPage.Padding = new System.Windows.Forms.Padding(3);
- this.BeforeStartTabPage.Size = new System.Drawing.Size(1135, 83);
- this.BeforeStartTabPage.TabIndex = 0;
- this.BeforeStartTabPage.Text = "Before Start";
- this.BeforeStartTabPage.UseVisualStyleBackColor = true;
- //
- // StartButton
- //
- this.StartButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.StartButton.Location = new System.Drawing.Point(1054, 6);
- this.StartButton.Name = "StartButton";
- this.StartButton.Size = new System.Drawing.Size(75, 75);
- this.StartButton.TabIndex = 4;
- this.StartButton.Text = "Start";
- this.StartButton.UseVisualStyleBackColor = true;
- //
- // DestFolderLabel
- //
- this.DestFolderLabel.AutoSize = true;
- this.DestFolderLabel.Location = new System.Drawing.Point(5, 12);
- this.DestFolderLabel.Name = "DestFolderLabel";
- this.DestFolderLabel.Size = new System.Drawing.Size(83, 12);
- this.DestFolderLabel.TabIndex = 0;
- this.DestFolderLabel.Text = "Dest. folder:";
- //
- // BlockSizeLabel
- //
- this.BlockSizeLabel.AutoSize = true;
- this.BlockSizeLabel.Location = new System.Drawing.Point(5, 35);
- this.BlockSizeLabel.Name = "BlockSizeLabel";
- this.BlockSizeLabel.Size = new System.Drawing.Size(71, 12);
- this.BlockSizeLabel.TabIndex = 0;
- this.BlockSizeLabel.Text = "Block Size:";
- //
- // BufferSizeLabel
- //
- this.BufferSizeLabel.AutoSize = true;
- this.BufferSizeLabel.Location = new System.Drawing.Point(5, 62);
- this.BufferSizeLabel.Name = "BufferSizeLabel";
- this.BufferSizeLabel.Size = new System.Drawing.Size(77, 12);
- this.BufferSizeLabel.TabIndex = 0;
- this.BufferSizeLabel.Text = "Buffer Size:";
- //
- // ChooseDestButton
- //
- this.ChooseDestButton.Anchor = System.Windows.Forms.AnchorStyles.Top;
- this.ChooseDestButton.Location = new System.Drawing.Point(532, 33);
- this.ChooseDestButton.Name = "ChooseDestButton";
- this.ChooseDestButton.Size = new System.Drawing.Size(234, 23);
- this.ChooseDestButton.TabIndex = 3;
- this.ChooseDestButton.Text = "Choose dest from opened explorer";
- this.ChooseDestButton.UseVisualStyleBackColor = true;
- this.ChooseDestButton.Click += new System.EventHandler(this.ChooseDestButton_Click);
- //
- // BufferSizeMbLabel
- //
- this.BufferSizeMbLabel.AutoSize = true;
- this.BufferSizeMbLabel.Location = new System.Drawing.Point(169, 62);
- this.BufferSizeMbLabel.Name = "BufferSizeMbLabel";
- this.BufferSizeMbLabel.Size = new System.Drawing.Size(17, 12);
- this.BufferSizeMbLabel.TabIndex = 0;
- this.BufferSizeMbLabel.Text = "MB";
- //
- // DestFolderTextBox
- //
- this.DestFolderTextBox.AllowDrop = true;
- this.DestFolderTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.DestFolderTextBox.Location = new System.Drawing.Point(94, 6);
- this.DestFolderTextBox.Name = "DestFolderTextBox";
- this.DestFolderTextBox.ReadOnly = true;
- this.DestFolderTextBox.Size = new System.Drawing.Size(954, 21);
- this.DestFolderTextBox.TabIndex = 0;
- this.DestFolderTextBox.Text = "(drag)";
- this.DestFolderTextBox.DragDrop += new System.Windows.Forms.DragEventHandler(this.DestFolderTextBox_DragDrop);
- this.DestFolderTextBox.DragEnter += new System.Windows.Forms.DragEventHandler(this.DestFolderTextBox_DragEnter);
- //
- // BufferSizeUpDown
- //
- this.BufferSizeUpDown.Location = new System.Drawing.Point(94, 60);
- this.BufferSizeUpDown.Maximum = new decimal(new int[] {
- -1530494977,
- 232830,
- 0,
- 0});
- this.BufferSizeUpDown.Minimum = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- this.BufferSizeUpDown.Name = "BufferSizeUpDown";
- this.BufferSizeUpDown.Size = new System.Drawing.Size(69, 21);
- this.BufferSizeUpDown.TabIndex = 2;
- this.BufferSizeUpDown.Value = new decimal(new int[] {
- 2048,
- 0,
- 0,
- 0});
- //
- // BlockSizeUpDown
- //
- this.BlockSizeUpDown.Location = new System.Drawing.Point(94, 33);
- this.BlockSizeUpDown.Maximum = new decimal(new int[] {
- -1530494977,
- 232830,
- 0,
- 0});
- this.BlockSizeUpDown.Minimum = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- this.BlockSizeUpDown.Name = "BlockSizeUpDown";
- this.BlockSizeUpDown.Size = new System.Drawing.Size(69, 21);
- this.BlockSizeUpDown.TabIndex = 1;
- this.BlockSizeUpDown.Value = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- //
- // BlockSizeMbLabel
- //
- this.BlockSizeMbLabel.AutoSize = true;
- this.BlockSizeMbLabel.Location = new System.Drawing.Point(169, 35);
- this.BlockSizeMbLabel.Name = "BlockSizeMbLabel";
- this.BlockSizeMbLabel.Size = new System.Drawing.Size(17, 12);
- this.BlockSizeMbLabel.TabIndex = 0;
- this.BlockSizeMbLabel.Text = "MB";
- //
- // RunningStatusTabPage
- //
- this.RunningStatusTabPage.Controls.Add(this.SourceProgressBarLabel);
- this.RunningStatusTabPage.Controls.Add(this.BufferProgressBarLabel);
- this.RunningStatusTabPage.Controls.Add(this.DestProgressBarLabel);
- this.RunningStatusTabPage.Controls.Add(this.PauseButton);
- this.RunningStatusTabPage.Controls.Add(this.ResumeButton);
- this.RunningStatusTabPage.Controls.Add(this.AbortButton);
- this.RunningStatusTabPage.Location = new System.Drawing.Point(4, 25);
- this.RunningStatusTabPage.Name = "RunningStatusTabPage";
- this.RunningStatusTabPage.Padding = new System.Windows.Forms.Padding(3);
- this.RunningStatusTabPage.Size = new System.Drawing.Size(1135, 83);
- this.RunningStatusTabPage.TabIndex = 1;
- this.RunningStatusTabPage.Text = "Running Status";
- this.RunningStatusTabPage.UseVisualStyleBackColor = true;
- //
- // SourceProgressBarLabel
- //
- this.SourceProgressBarLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.SourceProgressBarLabel.Location = new System.Drawing.Point(6, 59);
- this.SourceProgressBarLabel.Maximum = 3;
- this.SourceProgressBarLabel.Name = "SourceProgressBarLabel";
- this.SourceProgressBarLabel.Size = new System.Drawing.Size(878, 21);
- this.SourceProgressBarLabel.TabIndex = 7;
- this.SourceProgressBarLabel.Text = "Dest: 0 of 3 Files, Total 0 Bytes / 172.5 GB ?? MB/s";
- this.SourceProgressBarLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // BufferProgressBarLabel
- //
- this.BufferProgressBarLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.BufferProgressBarLabel.Location = new System.Drawing.Point(6, 33);
- this.BufferProgressBarLabel.Maximum = 2048;
- this.BufferProgressBarLabel.Name = "BufferProgressBarLabel";
- this.BufferProgressBarLabel.Size = new System.Drawing.Size(878, 21);
- this.BufferProgressBarLabel.TabIndex = 7;
- this.BufferProgressBarLabel.Text = "Buffer: 1.23 GB / 2 GB";
- this.BufferProgressBarLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.BufferProgressBarLabel.Value = 1234;
- //
- // DestProgressBarLabel
- //
- this.DestProgressBarLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.DestProgressBarLabel.Location = new System.Drawing.Point(6, 6);
- this.DestProgressBarLabel.Maximum = 3;
- this.DestProgressBarLabel.Name = "DestProgressBarLabel";
- this.DestProgressBarLabel.Size = new System.Drawing.Size(878, 21);
- this.DestProgressBarLabel.TabIndex = 7;
- this.DestProgressBarLabel.Text = "Source: 1 of 3 Files, Total 1.23 GB of 172.5 GB. ?? MB/s";
- this.DestProgressBarLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.DestProgressBarLabel.Value = 1;
- //
- // PauseButton
- //
- this.PauseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.PauseButton.Location = new System.Drawing.Point(1054, 6);
- this.PauseButton.Name = "PauseButton";
- this.PauseButton.Size = new System.Drawing.Size(75, 75);
- this.PauseButton.TabIndex = 2;
- this.PauseButton.Text = "Pause";
- this.PauseButton.UseVisualStyleBackColor = true;
- //
- // ResumeButton
- //
- this.ResumeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.ResumeButton.Location = new System.Drawing.Point(973, 6);
- this.ResumeButton.Name = "ResumeButton";
- this.ResumeButton.Size = new System.Drawing.Size(75, 75);
- this.ResumeButton.TabIndex = 1;
- this.ResumeButton.Text = "Resume";
- this.ResumeButton.UseVisualStyleBackColor = true;
- //
- // AbortButton
- //
- this.AbortButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.AbortButton.Location = new System.Drawing.Point(892, 6);
- this.AbortButton.Name = "AbortButton";
- this.AbortButton.Size = new System.Drawing.Size(75, 75);
- this.AbortButton.TabIndex = 0;
- this.AbortButton.Text = "Abort";
- this.AbortButton.UseVisualStyleBackColor = true;
- //
- // QvcMainForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1143, 543);
- this.Controls.Add(this.MainSplitContainer);
- this.Controls.Add(this.MainFilterTableLayoutPanel);
- this.Controls.Add(this.TopTabControl);
- this.Name = "QvcMainForm";
- this.Text = "QVCopier";
- this.Load += new System.EventHandler(this.QvcMainForm_Load);
- this.Shown += new System.EventHandler(this.QvcMainForm_Shown);
- this.MainSplitContainer.Panel1.ResumeLayout(false);
- this.MainSplitContainer.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.MainSplitContainer)).EndInit();
- this.MainSplitContainer.ResumeLayout(false);
- this.LogFilterTableLayoutPanel.ResumeLayout(false);
- this.LogFilterTableLayoutPanel.PerformLayout();
- this.MainFilterTableLayoutPanel.ResumeLayout(false);
- this.MainFilterTableLayoutPanel.PerformLayout();
- this.TopTabControl.ResumeLayout(false);
- this.BeforeStartTabPage.ResumeLayout(false);
- this.BeforeStartTabPage.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.BufferSizeUpDown)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.BlockSizeUpDown)).EndInit();
- this.RunningStatusTabPage.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.SplitContainer MainSplitContainer;
- private System.Windows.Forms.ListView LogListView;
- private System.Windows.Forms.ColumnHeader TimeColumnHeader;
- private System.Windows.Forms.ColumnHeader LevelColumnHeader;
- private System.Windows.Forms.RadioButton MismatchRadioButton;
- private System.Windows.Forms.RadioButton VerifiedRadioButton;
- private System.Windows.Forms.RadioButton DoneRadioButton;
- private System.Windows.Forms.RadioButton PendingRadioButton;
- private System.Windows.Forms.RadioButton AllRadioButton;
- private System.Windows.Forms.Label FilterLabel;
- private System.Windows.Forms.TableLayoutPanel MainFilterTableLayoutPanel;
- private System.Windows.Forms.TabControl TopTabControl;
- private System.Windows.Forms.TabPage BeforeStartTabPage;
- private System.Windows.Forms.Label DestFolderLabel;
- private System.Windows.Forms.Label BlockSizeLabel;
- private System.Windows.Forms.Label BufferSizeLabel;
- private System.Windows.Forms.Button ChooseDestButton;
- private System.Windows.Forms.Label BufferSizeMbLabel;
- private System.Windows.Forms.TextBox DestFolderTextBox;
- private System.Windows.Forms.NumericUpDown BufferSizeUpDown;
- private System.Windows.Forms.NumericUpDown BlockSizeUpDown;
- private System.Windows.Forms.Label BlockSizeMbLabel;
- private System.Windows.Forms.TabPage RunningStatusTabPage;
- private System.Windows.Forms.ListView MainListView;
- private System.Windows.Forms.ColumnHeader SourceColumnHeader;
- private System.Windows.Forms.ColumnHeader DestColumnHeader;
- private System.Windows.Forms.ColumnHeader SizeColumnHeader;
- private System.Windows.Forms.ColumnHeader StatusColumnHeader;
- private System.Windows.Forms.ColumnHeader ChecksumColumnHeader;
- private System.Windows.Forms.ColumnHeader DestOpsColumnHeader;
- private System.Windows.Forms.Button PauseButton;
- private System.Windows.Forms.Button ResumeButton;
- private System.Windows.Forms.Button AbortButton;
- private ProgressBarLabelControl DestProgressBarLabel;
- private ProgressBarLabelControl SourceProgressBarLabel;
- private ProgressBarLabelControl BufferProgressBarLabel;
- private System.Windows.Forms.Button StartButton;
- private System.Windows.Forms.ColumnHeader LogColumnHeader;
- private System.Windows.Forms.TableLayoutPanel LogFilterTableLayoutPanel;
- private System.Windows.Forms.Label LogFilterLabel;
- private System.Windows.Forms.CheckBox DebugCheckBox;
- private System.Windows.Forms.CheckBox InfoCheckBox;
- private System.Windows.Forms.CheckBox WarningCheckBox;
- private System.Windows.Forms.CheckBox ErrorCheckBox;
- private System.Windows.Forms.CheckBox FatalCheckBox;
- private System.Windows.Forms.RadioButton WorkingRadioButton;
- private System.Windows.Forms.RadioButton SourceDeletedRadioButton;
- private System.Windows.Forms.RadioButton ErrorRadioButton;
- }
- }
|