|
@@ -43,6 +43,7 @@
|
|
|
this.CurrentOpLabel = new System.Windows.Forms.Label();
|
|
|
this.CurrentOperationLabel = new System.Windows.Forms.Label();
|
|
|
this.ConfigGroupBox = new System.Windows.Forms.GroupBox();
|
|
|
+ this.MaxCheckBox = new System.Windows.Forms.CheckBox();
|
|
|
this.FlushCheckBox = new System.Windows.Forms.CheckBox();
|
|
|
this.ReOpenSizeUnDown = new System.Windows.Forms.NumericUpDown();
|
|
|
this.ReOpenGbLabel = new System.Windows.Forms.Label();
|
|
@@ -51,7 +52,7 @@
|
|
|
this.BufSizeMbLabel = new System.Windows.Forms.Label();
|
|
|
this.BufSizeLabel = new System.Windows.Forms.Label();
|
|
|
this.UiUpdateTimer = new System.Windows.Forms.Timer(this.components);
|
|
|
- this.MaxCheckBox = new System.Windows.Forms.CheckBox();
|
|
|
+ this.PauseCheckBox = new System.Windows.Forms.CheckBox();
|
|
|
this.ConfigGroupBox.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.ReOpenSizeUnDown)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.BufSizeUpDown)).BeginInit();
|
|
@@ -63,7 +64,7 @@
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.TotalProgressBar.Location = new System.Drawing.Point(75, 221);
|
|
|
this.TotalProgressBar.Name = "TotalProgressBar";
|
|
|
- this.TotalProgressBar.Size = new System.Drawing.Size(485, 23);
|
|
|
+ this.TotalProgressBar.Size = new System.Drawing.Size(497, 23);
|
|
|
this.TotalProgressBar.TabIndex = 0;
|
|
|
|
|
|
|
|
@@ -72,7 +73,7 @@
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.ReOpenProgressBar.Location = new System.Drawing.Point(75, 192);
|
|
|
this.ReOpenProgressBar.Name = "ReOpenProgressBar";
|
|
|
- this.ReOpenProgressBar.Size = new System.Drawing.Size(485, 23);
|
|
|
+ this.ReOpenProgressBar.Size = new System.Drawing.Size(497, 23);
|
|
|
this.ReOpenProgressBar.TabIndex = 0;
|
|
|
|
|
|
|
|
@@ -91,7 +92,7 @@
|
|
|
this.FromTextBox.Location = new System.Drawing.Point(75, 77);
|
|
|
this.FromTextBox.Name = "FromTextBox";
|
|
|
this.FromTextBox.ReadOnly = true;
|
|
|
- this.FromTextBox.Size = new System.Drawing.Size(404, 21);
|
|
|
+ this.FromTextBox.Size = new System.Drawing.Size(416, 21);
|
|
|
this.FromTextBox.TabIndex = 0;
|
|
|
this.FromTextBox.DragDrop += new System.Windows.Forms.DragEventHandler(this.FromTextBox_DragDrop);
|
|
|
this.FromTextBox.DragEnter += new System.Windows.Forms.DragEventHandler(this.FromTextBox_DragEnter);
|
|
@@ -104,7 +105,7 @@
|
|
|
this.ToTextBox.Location = new System.Drawing.Point(75, 104);
|
|
|
this.ToTextBox.Name = "ToTextBox";
|
|
|
this.ToTextBox.ReadOnly = true;
|
|
|
- this.ToTextBox.Size = new System.Drawing.Size(404, 21);
|
|
|
+ this.ToTextBox.Size = new System.Drawing.Size(416, 21);
|
|
|
this.ToTextBox.TabIndex = 1;
|
|
|
this.ToTextBox.DragDrop += new System.Windows.Forms.DragEventHandler(this.ToTextBox_DragDrop);
|
|
|
this.ToTextBox.DragEnter += new System.Windows.Forms.DragEventHandler(this.ToTextBox_DragEnter);
|
|
@@ -120,7 +121,7 @@
|
|
|
|
|
|
|
|
|
this.FireButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
- this.FireButton.Location = new System.Drawing.Point(485, 77);
|
|
|
+ this.FireButton.Location = new System.Drawing.Point(497, 77);
|
|
|
this.FireButton.Name = "FireButton";
|
|
|
this.FireButton.Size = new System.Drawing.Size(75, 48);
|
|
|
this.FireButton.TabIndex = 2;
|
|
@@ -152,7 +153,7 @@
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.BufProgressBar.Location = new System.Drawing.Point(75, 163);
|
|
|
this.BufProgressBar.Name = "BufProgressBar";
|
|
|
- this.BufProgressBar.Size = new System.Drawing.Size(485, 23);
|
|
|
+ this.BufProgressBar.Size = new System.Drawing.Size(497, 23);
|
|
|
this.BufProgressBar.TabIndex = 0;
|
|
|
|
|
|
|
|
@@ -196,11 +197,24 @@
|
|
|
this.ConfigGroupBox.Controls.Add(this.BufSizeLabel);
|
|
|
this.ConfigGroupBox.Location = new System.Drawing.Point(12, 12);
|
|
|
this.ConfigGroupBox.Name = "ConfigGroupBox";
|
|
|
- this.ConfigGroupBox.Size = new System.Drawing.Size(548, 59);
|
|
|
+ this.ConfigGroupBox.Size = new System.Drawing.Size(560, 59);
|
|
|
this.ConfigGroupBox.TabIndex = 4;
|
|
|
this.ConfigGroupBox.TabStop = false;
|
|
|
this.ConfigGroupBox.Text = "Config";
|
|
|
|
|
|
+
|
|
|
+
|
|
|
+ this.MaxCheckBox.AutoSize = true;
|
|
|
+ this.MaxCheckBox.Checked = true;
|
|
|
+ this.MaxCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
+ this.MaxCheckBox.Location = new System.Drawing.Point(156, 23);
|
|
|
+ this.MaxCheckBox.Name = "MaxCheckBox";
|
|
|
+ this.MaxCheckBox.Size = new System.Drawing.Size(84, 16);
|
|
|
+ this.MaxCheckBox.TabIndex = 1;
|
|
|
+ this.MaxCheckBox.Text = "Max 2G-56B";
|
|
|
+ this.MaxCheckBox.UseVisualStyleBackColor = true;
|
|
|
+ this.MaxCheckBox.CheckedChanged += new System.EventHandler(this.MaxCheckBox_CheckedChanged);
|
|
|
+
|
|
|
|
|
|
|
|
|
this.FlushCheckBox.AutoSize = true;
|
|
@@ -303,25 +317,25 @@
|
|
|
this.UiUpdateTimer.Enabled = true;
|
|
|
this.UiUpdateTimer.Tick += new System.EventHandler(this.UiUpdateTimer_Tick);
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
- this.MaxCheckBox.AutoSize = true;
|
|
|
- this.MaxCheckBox.Checked = true;
|
|
|
- this.MaxCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
- this.MaxCheckBox.Location = new System.Drawing.Point(156, 23);
|
|
|
- this.MaxCheckBox.Name = "MaxCheckBox";
|
|
|
- this.MaxCheckBox.Size = new System.Drawing.Size(84, 16);
|
|
|
- this.MaxCheckBox.TabIndex = 1;
|
|
|
- this.MaxCheckBox.Text = "Max 2G-56B";
|
|
|
- this.MaxCheckBox.UseVisualStyleBackColor = true;
|
|
|
- this.MaxCheckBox.CheckedChanged += new System.EventHandler(this.MaxCheckBox_CheckedChanged);
|
|
|
+ this.PauseCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
+ this.PauseCheckBox.AutoSize = true;
|
|
|
+ this.PauseCheckBox.Location = new System.Drawing.Point(507, 137);
|
|
|
+ this.PauseCheckBox.Name = "PauseCheckBox";
|
|
|
+ this.PauseCheckBox.Size = new System.Drawing.Size(54, 16);
|
|
|
+ this.PauseCheckBox.TabIndex = 1;
|
|
|
+ this.PauseCheckBox.Text = "Pause";
|
|
|
+ this.PauseCheckBox.UseVisualStyleBackColor = true;
|
|
|
+ this.PauseCheckBox.CheckedChanged += new System.EventHandler(this.PauseCheckBox_CheckedChanged);
|
|
|
|
|
|
|
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.ClientSize = new System.Drawing.Size(572, 261);
|
|
|
+ this.ClientSize = new System.Drawing.Size(584, 261);
|
|
|
this.Controls.Add(this.ConfigGroupBox);
|
|
|
+ this.Controls.Add(this.PauseCheckBox);
|
|
|
this.Controls.Add(this.FireButton);
|
|
|
this.Controls.Add(this.ToTextBox);
|
|
|
this.Controls.Add(this.FromTextBox);
|
|
@@ -337,7 +351,7 @@
|
|
|
this.Controls.Add(this.TotalProgressBar);
|
|
|
this.MaximizeBox = false;
|
|
|
this.MaximumSize = new System.Drawing.Size(99999, 300);
|
|
|
- this.MinimumSize = new System.Drawing.Size(450, 300);
|
|
|
+ this.MinimumSize = new System.Drawing.Size(600, 300);
|
|
|
this.Name = "MainForm";
|
|
|
this.Text = "Strange File Copy";
|
|
|
this.ConfigGroupBox.ResumeLayout(false);
|
|
@@ -374,6 +388,7 @@
|
|
|
private System.Windows.Forms.Label ReOpenSizeLabel;
|
|
|
private System.Windows.Forms.Timer UiUpdateTimer;
|
|
|
private System.Windows.Forms.CheckBox MaxCheckBox;
|
|
|
+ private System.Windows.Forms.CheckBox PauseCheckBox;
|
|
|
}
|
|
|
}
|
|
|
|