|
@@ -36,19 +36,21 @@
|
|
|
//
|
|
|
// txtInfo
|
|
|
//
|
|
|
+ this.txtInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
+ | System.Windows.Forms.AnchorStyles.Left)
|
|
|
+ | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.txtInfo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(25)))), ((int)(((byte)(25)))));
|
|
|
this.txtInfo.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
this.txtInfo.Cursor = System.Windows.Forms.Cursors.Arrow;
|
|
|
this.txtInfo.DetectUrls = false;
|
|
|
- this.txtInfo.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.txtInfo.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold);
|
|
|
this.txtInfo.ForeColor = System.Drawing.Color.White;
|
|
|
- this.txtInfo.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.txtInfo.Location = new System.Drawing.Point(11, 11);
|
|
|
this.txtInfo.Name = "txtInfo";
|
|
|
this.txtInfo.ReadOnly = true;
|
|
|
- this.txtInfo.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
|
|
|
+ this.txtInfo.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
|
|
|
this.txtInfo.ShortcutsEnabled = false;
|
|
|
- this.txtInfo.Size = new System.Drawing.Size(391, 203);
|
|
|
+ this.txtInfo.Size = new System.Drawing.Size(369, 222);
|
|
|
this.txtInfo.TabIndex = 0;
|
|
|
this.txtInfo.Text = "";
|
|
|
//
|
|
@@ -60,7 +62,7 @@
|
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
|
this.panel1.Name = "panel1";
|
|
|
- this.panel1.Size = new System.Drawing.Size(393, 205);
|
|
|
+ this.panel1.Size = new System.Drawing.Size(393, 246);
|
|
|
this.panel1.TabIndex = 1;
|
|
|
//
|
|
|
// btnStart
|
|
@@ -75,7 +77,7 @@
|
|
|
this.btnStart.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
this.btnStart.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
this.btnStart.ForeColor = System.Drawing.Color.White;
|
|
|
- this.btnStart.Location = new System.Drawing.Point(314, 162);
|
|
|
+ this.btnStart.Location = new System.Drawing.Point(314, 202);
|
|
|
this.btnStart.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.btnStart.Name = "btnStart";
|
|
|
this.btnStart.Size = new System.Drawing.Size(67, 31);
|
|
@@ -92,7 +94,7 @@
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
|
|
|
this.CancelButton = this.btnStart;
|
|
|
- this.ClientSize = new System.Drawing.Size(393, 205);
|
|
|
+ this.ClientSize = new System.Drawing.Size(393, 246);
|
|
|
this.ControlBox = false;
|
|
|
this.Controls.Add(this.panel1);
|
|
|
this.DoubleBuffered = true;
|