|
@@ -43,7 +43,7 @@
|
|
|
this.btnOK.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
this.btnOK.ForeColor = System.Drawing.Color.White;
|
|
|
this.btnOK.Location = new System.Drawing.Point(487, 354);
|
|
|
- this.btnOK.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
+ this.btnOK.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.btnOK.Name = "btnOK";
|
|
|
this.btnOK.Size = new System.Drawing.Size(96, 31);
|
|
|
this.btnOK.TabIndex = 32;
|
|
@@ -54,12 +54,15 @@
|
|
|
//
|
|
|
// 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)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
|
|
|
this.txtInfo.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
this.txtInfo.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
this.txtInfo.ForeColor = System.Drawing.Color.White;
|
|
|
this.txtInfo.Location = new System.Drawing.Point(10, 10);
|
|
|
- this.txtInfo.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
+ this.txtInfo.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.txtInfo.Multiline = true;
|
|
|
this.txtInfo.Name = "txtInfo";
|
|
|
this.txtInfo.ReadOnly = true;
|
|
@@ -80,13 +83,13 @@
|
|
|
this.Controls.Add(this.btnOK);
|
|
|
this.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
this.ForeColor = System.Drawing.Color.White;
|
|
|
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
|
this.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
|
|
|
this.MaximizeBox = false;
|
|
|
this.MinimizeBox = false;
|
|
|
this.Name = "InfoForm";
|
|
|
this.ShowIcon = false;
|
|
|
this.ShowInTaskbar = false;
|
|
|
+ this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
|
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
|
this.Load += new System.EventHandler(this.Info_Load);
|
|
|
this.ResumeLayout(false);
|