2020-08-10 06:58:51 +02:00
namespace Giants.Launcher
{
partial class LauncherForm
{
/// <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 ( LauncherForm ) ) ;
2020-08-11 08:38:26 +02:00
this . btnExit = new Giants . Launcher . ImageButton ( ) ;
this . btnOptions = new Giants . Launcher . ImageButton ( ) ;
this . btnPlay = new Giants . Launcher . ImageButton ( ) ;
2020-08-10 06:58:51 +02:00
this . updateProgressBar = new System . Windows . Forms . ProgressBar ( ) ;
this . txtProgress = new System . Windows . Forms . Label ( ) ;
2020-08-16 12:08:49 +02:00
this . CommunityLabel = new System . Windows . Forms . LinkLabel ( ) ;
2020-08-10 06:58:51 +02:00
( ( System . ComponentModel . ISupportInitialize ) ( this . btnExit ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . btnOptions ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . btnPlay ) ) . BeginInit ( ) ;
this . SuspendLayout ( ) ;
//
// btnExit
//
this . btnExit . BackColor = System . Drawing . Color . Transparent ;
this . btnExit . Cursor = System . Windows . Forms . Cursors . Hand ;
this . btnExit . DialogResult = System . Windows . Forms . DialogResult . Cancel ;
2020-08-11 08:38:26 +02:00
this . btnExit . DownImage = global :: Giants . Launcher . Resources . exitpush ;
this . btnExit . HoverImage = global :: Giants . Launcher . Resources . exithover ;
2020-08-10 06:58:51 +02:00
this . btnExit . Location = new System . Drawing . Point ( 618 , 451 ) ;
this . btnExit . Name = "btnExit" ;
2020-08-11 08:38:26 +02:00
this . btnExit . NormalImage = global :: Giants . Launcher . Resources . exit ;
2020-08-10 06:58:51 +02:00
this . btnExit . Size = new System . Drawing . Size ( 100 , 50 ) ;
this . btnExit . TabIndex = 8 ;
this . btnExit . TabStop = false ;
this . btnExit . Visible = false ;
this . btnExit . Click + = new System . EventHandler ( this . btnExit_Click ) ;
//
// btnOptions
//
this . btnOptions . BackColor = System . Drawing . Color . Transparent ;
this . btnOptions . Cursor = System . Windows . Forms . Cursors . Hand ;
this . btnOptions . DialogResult = System . Windows . Forms . DialogResult . None ;
2020-08-11 08:38:26 +02:00
this . btnOptions . DownImage = global :: Giants . Launcher . Resources . optionspush ;
this . btnOptions . HoverImage = global :: Giants . Launcher . Resources . optionshover ;
2020-08-10 06:58:51 +02:00
this . btnOptions . Location = new System . Drawing . Point ( 618 , 395 ) ;
this . btnOptions . Name = "btnOptions" ;
2020-08-11 08:38:26 +02:00
this . btnOptions . NormalImage = global :: Giants . Launcher . Resources . options ;
2020-08-10 06:58:51 +02:00
this . btnOptions . Size = new System . Drawing . Size ( 118 , 50 ) ;
this . btnOptions . TabIndex = 7 ;
this . btnOptions . TabStop = false ;
this . btnOptions . Visible = false ;
this . btnOptions . Click + = new System . EventHandler ( this . btnOptions_Click ) ;
//
// btnPlay
//
this . btnPlay . BackColor = System . Drawing . Color . Transparent ;
this . btnPlay . Cursor = System . Windows . Forms . Cursors . Hand ;
this . btnPlay . DialogResult = System . Windows . Forms . DialogResult . None ;
2020-08-11 08:38:26 +02:00
this . btnPlay . DownImage = global :: Giants . Launcher . Resources . playpush ;
this . btnPlay . HoverImage = global :: Giants . Launcher . Resources . playhover ;
2020-08-10 06:58:51 +02:00
this . btnPlay . Location = new System . Drawing . Point ( 618 , 339 ) ;
this . btnPlay . Name = "btnPlay" ;
this . btnPlay . NormalImage = ( ( System . Drawing . Image ) ( resources . GetObject ( "btnPlay.NormalImage" ) ) ) ;
this . btnPlay . Size = new System . Drawing . Size ( 100 , 50 ) ;
this . btnPlay . TabIndex = 6 ;
this . btnPlay . TabStop = false ;
this . btnPlay . Visible = false ;
this . btnPlay . Click + = new System . EventHandler ( this . btnPlay_Click ) ;
//
// updateProgressBar
//
this . updateProgressBar . Location = new System . Drawing . Point ( 64 , 465 ) ;
this . updateProgressBar . Name = "updateProgressBar" ;
this . updateProgressBar . Size = new System . Drawing . Size ( 534 , 23 ) ;
this . updateProgressBar . TabIndex = 9 ;
this . updateProgressBar . Visible = false ;
//
// txtProgress
//
this . txtProgress . AutoSize = true ;
this . txtProgress . BackColor = System . Drawing . Color . Transparent ;
this . txtProgress . ForeColor = System . Drawing . SystemColors . HighlightText ;
this . txtProgress . Location = new System . Drawing . Point ( 65 , 449 ) ;
this . txtProgress . Name = "txtProgress" ;
this . txtProgress . Size = new System . Drawing . Size ( 69 , 13 ) ;
this . txtProgress . TabIndex = 10 ;
this . txtProgress . Text = "ProgressText" ;
this . txtProgress . Visible = false ;
//
2020-08-16 12:08:49 +02:00
// CommunityLabel
2020-08-16 11:52:58 +02:00
//
2020-08-16 12:08:49 +02:00
this . CommunityLabel . ActiveLinkColor = System . Drawing . Color . DodgerBlue ;
this . CommunityLabel . AutoSize = true ;
this . CommunityLabel . BackColor = System . Drawing . Color . Transparent ;
this . CommunityLabel . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 10F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . CommunityLabel . LinkColor = System . Drawing . Color . DodgerBlue ;
this . CommunityLabel . Location = new System . Drawing . Point ( 12 , 9 ) ;
this . CommunityLabel . Name = "CommunityLabel" ;
this . CommunityLabel . Size = new System . Drawing . Size ( 112 , 17 ) ;
this . CommunityLabel . TabIndex = 12 ;
this . CommunityLabel . TabStop = true ;
this . CommunityLabel . Text = "CommunityLabel" ;
this . CommunityLabel . Visible = false ;
this . CommunityLabel . LinkClicked + = new System . Windows . Forms . LinkLabelLinkClickedEventHandler ( this . DiscordLabel_LinkClicked ) ;
2020-08-16 11:52:58 +02:00
//
2020-08-10 06:58:51 +02:00
// LauncherForm
//
this . AcceptButton = this . btnPlay ;
this . AutoScaleDimensions = new System . Drawing . SizeF ( 6F , 13F ) ;
this . AutoScaleMode = System . Windows . Forms . AutoScaleMode . Font ;
this . BackgroundImage = ( ( System . Drawing . Image ) ( resources . GetObject ( "$this.BackgroundImage" ) ) ) ;
2020-08-17 00:48:51 +02:00
this . BackgroundImageLayout = System . Windows . Forms . ImageLayout . Stretch ;
2020-08-10 06:58:51 +02:00
this . CancelButton = this . btnExit ;
this . ClientSize = new System . Drawing . Size ( 800 , 500 ) ;
this . ControlBox = false ;
2020-08-16 12:08:49 +02:00
this . Controls . Add ( this . CommunityLabel ) ;
2020-08-10 06:58:51 +02:00
this . Controls . Add ( this . txtProgress ) ;
this . Controls . Add ( this . updateProgressBar ) ;
this . Controls . Add ( this . btnExit ) ;
this . Controls . Add ( this . btnOptions ) ;
this . Controls . Add ( this . btnPlay ) ;
2020-08-17 00:48:51 +02:00
this . DoubleBuffered = true ;
2020-08-10 06:58:51 +02:00
this . FormBorderStyle = System . Windows . Forms . FormBorderStyle . None ;
this . Icon = ( ( System . Drawing . Icon ) ( resources . GetObject ( "$this.Icon" ) ) ) ;
this . Name = "LauncherForm" ;
this . SizeGripStyle = System . Windows . Forms . SizeGripStyle . Hide ;
this . StartPosition = System . Windows . Forms . FormStartPosition . CenterScreen ;
this . Text = "Launcher" ;
this . Load + = new System . EventHandler ( this . LauncherForm_Load ) ;
this . Shown + = new System . EventHandler ( this . LauncherForm_Shown ) ;
this . MouseDown + = new System . Windows . Forms . MouseEventHandler ( this . LauncherForm_MouseDown ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . btnExit ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . btnOptions ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . btnPlay ) ) . EndInit ( ) ;
this . ResumeLayout ( false ) ;
this . PerformLayout ( ) ;
}
#endregion
private ImageButton btnPlay ;
private ImageButton btnOptions ;
private ImageButton btnExit ;
private System . Windows . Forms . ProgressBar updateProgressBar ;
private System . Windows . Forms . Label txtProgress ;
2020-08-16 12:08:49 +02:00
private System . Windows . Forms . LinkLabel CommunityLabel ;
2020-08-10 06:58:51 +02:00
}
}