2019-02-15 17:49:46 +01:00
#region LICENSE
/ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright ( C ) 2019 - 2019 - All Rights Reserved
*
* This file is part of "Discord Media Loader" .
* The official repository is hosted at https : //github.com/Serraniel/Darkorbit-Helper-Program
*
* "Discord Media Loader" is licensed under European Union Public Licence V . 1.2 .
* Full license is included in the project repository .
*
* Users who edited FrmSplash . Designer . cs under the condition of the used license :
* - Serraniel ( https : //github.com/Serraniel)
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /
#endregion
namespace Discord_Media_Loader
2017-04-16 17:57:27 +02:00
{
partial class FrmSplash
{
/// <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 ( FrmSplash ) ) ;
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 ( 9 , 131 ) ;
this . lblName . Name = "lblName" ;
this . lblName . Size = new System . Drawing . Size ( 379 , 35 ) ;
this . lblName . TabIndex = 1 ;
this . lblName . Text = "Discord Media Loader" ;
this . lblName . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
//
// pbLogo
//
this . pbLogo . Image = global :: Discord_Media_Loader . Properties . Resources . Serraniel_Logo4_NO_BG ;
this . pbLogo . Location = new System . Drawing . Point ( 12 , 12 ) ;
this . pbLogo . Name = "pbLogo" ;
this . pbLogo . Size = new System . Drawing . Size ( 376 , 116 ) ;
this . pbLogo . SizeMode = System . Windows . Forms . PictureBoxSizeMode . Zoom ;
this . pbLogo . TabIndex = 0 ;
this . pbLogo . TabStop = false ;
//
// FrmSplash
//
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 = "FrmSplash" ;
this . StartPosition = System . Windows . Forms . FormStartPosition . CenterScreen ;
2017-04-30 11:06:10 +02:00
this . Text = "Discord Media Loader" ;
2017-04-16 17:57:27 +02:00
this . Shown + = new System . EventHandler ( this . FrmSplash_Shown ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . pbLogo ) ) . EndInit ( ) ;
this . ResumeLayout ( false ) ;
}
#endregion
private System . Windows . Forms . PictureBox pbLogo ;
private System . Windows . Forms . Label lblName ;
}
}