|
@@ -40,19 +40,20 @@ namespace Optimizer
|
|
|
this.LoadingStatus.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
|
this.LoadingStatus.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
this.LoadingStatus.ForeColor = System.Drawing.Color.Silver;
|
|
|
- this.LoadingStatus.Location = new System.Drawing.Point(0, 244);
|
|
|
+ this.LoadingStatus.Location = new System.Drawing.Point(0, 215);
|
|
|
this.LoadingStatus.Name = "LoadingStatus";
|
|
|
- this.LoadingStatus.Size = new System.Drawing.Size(429, 43);
|
|
|
+ this.LoadingStatus.Size = new System.Drawing.Size(458, 43);
|
|
|
this.LoadingStatus.TabIndex = 2;
|
|
|
this.LoadingStatus.Text = "loading settings ...";
|
|
|
this.LoadingStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
|
//
|
|
|
// pictureBox2
|
|
|
//
|
|
|
+ this.pictureBox2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.pictureBox2.Image = global::Optimizer.Properties.Resources.bannerAmethyst;
|
|
|
this.pictureBox2.Location = new System.Drawing.Point(0, 0);
|
|
|
this.pictureBox2.Name = "pictureBox2";
|
|
|
- this.pictureBox2.Size = new System.Drawing.Size(428, 241);
|
|
|
+ this.pictureBox2.Size = new System.Drawing.Size(458, 258);
|
|
|
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
|
this.pictureBox2.TabIndex = 1;
|
|
|
this.pictureBox2.TabStop = false;
|
|
@@ -62,7 +63,7 @@ namespace Optimizer
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
|
|
|
- this.ClientSize = new System.Drawing.Size(429, 287);
|
|
|
+ this.ClientSize = new System.Drawing.Size(458, 258);
|
|
|
this.Controls.Add(this.LoadingStatus);
|
|
|
this.Controls.Add(this.pictureBox2);
|
|
|
this.DoubleBuffered = true;
|