mirror of
https://github.com/mastercodeon314/KsDumper-11.git
synced 2024-11-24 06:50:10 +01:00
92 lines
3.9 KiB
C#
92 lines
3.9 KiB
C#
|
namespace KsDumper11
|
|||
|
{
|
|||
|
partial class SplashForm
|
|||
|
{
|
|||
|
/// <summary>
|
|||
|
/// Required designer variable.
|
|||
|
/// </summary>
|
|||
|
private System.ComponentModel.IContainer components = null;
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Clean up any resources being used.
|
|||
|
/// </summary>
|
|||
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|||
|
protected override void Dispose(bool disposing)
|
|||
|
{
|
|||
|
if (disposing && (components != null))
|
|||
|
{
|
|||
|
components.Dispose();
|
|||
|
}
|
|||
|
base.Dispose(disposing);
|
|||
|
}
|
|||
|
|
|||
|
#region Windows Form Designer generated code
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Required method for Designer support - do not modify
|
|||
|
/// the contents of this method with the code editor.
|
|||
|
/// </summary>
|
|||
|
private void InitializeComponent()
|
|||
|
{
|
|||
|
this.progressBar = new DarkControls.ProgressBarEx();
|
|||
|
this.statusLbl = new DarkControls.Controls.TransparentLabel();
|
|||
|
this.transparentLabel1 = new DarkControls.Controls.TransparentLabel();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// progressBar
|
|||
|
//
|
|||
|
this.progressBar.Location = new System.Drawing.Point(12, 108);
|
|||
|
this.progressBar.Name = "progressBar";
|
|||
|
this.progressBar.Size = new System.Drawing.Size(660, 23);
|
|||
|
this.progressBar.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
|
|||
|
this.progressBar.TabIndex = 9;
|
|||
|
//
|
|||
|
// statusLbl
|
|||
|
//
|
|||
|
this.statusLbl.AutoSize = true;
|
|||
|
this.statusLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.statusLbl.Location = new System.Drawing.Point(12, 72);
|
|||
|
this.statusLbl.Name = "statusLbl";
|
|||
|
this.statusLbl.Size = new System.Drawing.Size(0, 24);
|
|||
|
this.statusLbl.TabIndex = 10;
|
|||
|
//
|
|||
|
// transparentLabel1
|
|||
|
//
|
|||
|
this.transparentLabel1.AutoSize = true;
|
|||
|
this.transparentLabel1.Font = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.transparentLabel1.Location = new System.Drawing.Point(265, 9);
|
|||
|
this.transparentLabel1.Name = "transparentLabel1";
|
|||
|
this.transparentLabel1.Size = new System.Drawing.Size(193, 33);
|
|||
|
this.transparentLabel1.TabIndex = 8;
|
|||
|
this.transparentLabel1.Text = "KsDumper 11";
|
|||
|
//
|
|||
|
// SplashForm
|
|||
|
//
|
|||
|
this.AllowDrop = true;
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(33)))), ((int)(((byte)(33)))));
|
|||
|
this.ClientSize = new System.Drawing.Size(684, 150);
|
|||
|
this.Controls.Add(this.statusLbl);
|
|||
|
this.Controls.Add(this.progressBar);
|
|||
|
this.Controls.Add(this.transparentLabel1);
|
|||
|
this.DoubleBuffered = true;
|
|||
|
this.ForeColor = System.Drawing.Color.Silver;
|
|||
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|||
|
this.Name = "SplashForm";
|
|||
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|||
|
this.Text = "Basic File Box";
|
|||
|
this.Load += new System.EventHandler(this.SplashForm_Load);
|
|||
|
this.ResumeLayout(false);
|
|||
|
this.PerformLayout();
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
private DarkControls.Controls.TransparentLabel transparentLabel1;
|
|||
|
private DarkControls.ProgressBarEx progressBar;
|
|||
|
private DarkControls.Controls.TransparentLabel statusLbl;
|
|||
|
}
|
|||
|
}
|
|||
|
|