@ -40,9 +40,10 @@
this . pictureBox1 . ErrorImage = ( ( System . Drawing . Image ) ( resources . GetObject ( "pictureBox1.ErrorImage" ) ) ) ;
this . pictureBox1 . ErrorImage = ( ( System . Drawing . Image ) ( resources . GetObject ( "pictureBox1.ErrorImage" ) ) ) ;
this . pictureBox1 . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "pictureBox1.Image" ) ) ) ;
this . pictureBox1 . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "pictureBox1.Image" ) ) ) ;
this . pictureBox1 . InitialImage = ( ( System . Drawing . Image ) ( resources . GetObject ( "pictureBox1.InitialImage" ) ) ) ;
this . pictureBox1 . InitialImage = ( ( System . Drawing . Image ) ( resources . GetObject ( "pictureBox1.InitialImage" ) ) ) ;
this . pictureBox1 . Location = new System . Drawing . Point ( 104 , 25 ) ;
this . pictureBox1 . Location = new System . Drawing . Point ( 139 , 31 ) ;
this . pictureBox1 . Margin = new System . Windows . Forms . Padding ( 4 , 4 , 4 , 4 ) ;
this . pictureBox1 . Name = "pictureBox1" ;
this . pictureBox1 . Name = "pictureBox1" ;
this . pictureBox1 . Size = new System . Drawing . Size ( 261, 25 8) ;
this . pictureBox1 . Size = new System . Drawing . Size ( 348, 31 8) ;
this . pictureBox1 . TabIndex = 0 ;
this . pictureBox1 . TabIndex = 0 ;
this . pictureBox1 . TabStop = false ;
this . pictureBox1 . TabStop = false ;
//
//
@ -50,9 +51,10 @@
//
//
this . label1 . AutoSize = true ;
this . label1 . AutoSize = true ;
this . label1 . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 16F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . label1 . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 16F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . label1 . Location = new System . Drawing . Point ( 164 , 304 ) ;
this . label1 . Location = new System . Drawing . Point ( 219 , 374 ) ;
this . label1 . Margin = new System . Windows . Forms . Padding ( 4 , 0 , 4 , 0 ) ;
this . label1 . Name = "label1" ;
this . label1 . Name = "label1" ;
this . label1 . Size = new System . Drawing . Size ( 1 22, 26 ) ;
this . label1 . Size = new System . Drawing . Size ( 1 51, 31 ) ;
this . label1 . TabIndex = 1 ;
this . label1 . TabIndex = 1 ;
this . label1 . Text = "Version 1.5" ;
this . label1 . Text = "Version 1.5" ;
//
//
@ -60,23 +62,25 @@
//
//
this . label2 . AutoSize = true ;
this . label2 . AutoSize = true ;
this . label2 . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 16F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . label2 . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 16F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . label2 . Location = new System . Drawing . Point ( 161 , 330 ) ;
this . label2 . Location = new System . Drawing . Point ( 215 , 406 ) ;
this . label2 . Margin = new System . Windows . Forms . Padding ( 4 , 0 , 4 , 0 ) ;
this . label2 . Name = "label2" ;
this . label2 . Name = "label2" ;
this . label2 . Size = new System . Drawing . Size ( 1 25, 26 ) ;
this . label2 . Size = new System . Drawing . Size ( 1 54, 31 ) ;
this . label2 . TabIndex = 2 ;
this . label2 . TabIndex = 2 ;
this . label2 . Text = "5. Mai 2025" ;
this . label2 . Text = "5. Mai 2025" ;
this . label2 . Click + = new System . EventHandler ( this . label2_Click ) ;
this . label2 . Click + = new System . EventHandler ( this . label2_Click ) ;
//
//
// SplashScreen
// SplashScreen
//
//
this . AutoScaleDimensions = new System . Drawing . SizeF ( 6F, 13 F) ;
this . AutoScaleDimensions = new System . Drawing . SizeF ( 8F, 16 F) ;
this . AutoScaleMode = System . Windows . Forms . AutoScaleMode . Font ;
this . AutoScaleMode = System . Windows . Forms . AutoScaleMode . Font ;
this . BackColor = System . Drawing . Color . White ;
this . BackColor = System . Drawing . Color . White ;
this . ClientSize = new System . Drawing . Size ( 469, 396 ) ;
this . ClientSize = new System . Drawing . Size ( 625, 487 ) ;
this . Controls . Add ( this . label2 ) ;
this . Controls . Add ( this . label2 ) ;
this . Controls . Add ( this . label1 ) ;
this . Controls . Add ( this . label1 ) ;
this . Controls . Add ( this . pictureBox1 ) ;
this . Controls . Add ( this . pictureBox1 ) ;
this . FormBorderStyle = System . Windows . Forms . FormBorderStyle . None ;
this . FormBorderStyle = System . Windows . Forms . FormBorderStyle . None ;
this . Margin = new System . Windows . Forms . Padding ( 4 , 4 , 4 , 4 ) ;
this . Name = "SplashScreen" ;
this . Name = "SplashScreen" ;
this . StartPosition = System . Windows . Forms . FormStartPosition . CenterScreen ;
this . StartPosition = System . Windows . Forms . FormStartPosition . CenterScreen ;
this . Text = "SplashScreen" ;
this . Text = "SplashScreen" ;