80 lines
3.4 KiB
C#
80 lines
3.4 KiB
C#
|
namespace DML.Application
|
|||
|
{
|
|||
|
partial class FrmInternalSplash
|
|||
|
{
|
|||
|
/// <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()
|
|||
|
{
|
|||
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmInternalSplash));
|
|||
|
this.lblName = new System.Windows.Forms.Label();
|
|||
|
this.pbLogo = new System.Windows.Forms.PictureBox();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pbLogo)).BeginInit();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// lblName
|
|||
|
//
|
|||
|
this.lblName.Font = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.lblName.Location = new System.Drawing.Point(11, 129);
|
|||
|
this.lblName.Name = "lblName";
|
|||
|
this.lblName.Size = new System.Drawing.Size(379, 35);
|
|||
|
this.lblName.TabIndex = 3;
|
|||
|
this.lblName.Text = "Discord Media Loader";
|
|||
|
this.lblName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
//
|
|||
|
// pbLogo
|
|||
|
//
|
|||
|
this.pbLogo.Image = global::DML.Application.Properties.Resources.Serraniel_Logo4_NO_BG;
|
|||
|
this.pbLogo.Location = new System.Drawing.Point(14, 10);
|
|||
|
this.pbLogo.Name = "pbLogo";
|
|||
|
this.pbLogo.Size = new System.Drawing.Size(376, 116);
|
|||
|
this.pbLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|||
|
this.pbLogo.TabIndex = 2;
|
|||
|
this.pbLogo.TabStop = false;
|
|||
|
//
|
|||
|
// FrmInternalSplash
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.BackColor = System.Drawing.Color.White;
|
|||
|
this.ClientSize = new System.Drawing.Size(400, 175);
|
|||
|
this.Controls.Add(this.lblName);
|
|||
|
this.Controls.Add(this.pbLogo);
|
|||
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|||
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|||
|
this.Name = "FrmInternalSplash";
|
|||
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|||
|
this.Text = "Discord Media Loader";
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pbLogo)).EndInit();
|
|||
|
this.ResumeLayout(false);
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private System.Windows.Forms.Label lblName;
|
|||
|
private System.Windows.Forms.PictureBox pbLogo;
|
|||
|
}
|
|||
|
}
|