Partial Class usrCntlWelcome Inherits System.Windows.Forms.UserControl 'UserControl überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub 'Wird vom Windows Form-Designer benötigt. Private components As System.ComponentModel.IContainer 'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich. 'Das Bearbeiten ist mit dem Windows Form-Designer möglich. 'Das Bearbeiten mit dem Code-Editor ist nicht möglich. Private Sub InitializeComponent() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(usrCntlWelcome)) Me.Button4 = New System.Windows.Forms.Button() Me.Button5 = New System.Windows.Forms.Button() Me.Label1 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.Label4 = New System.Windows.Forms.Label() Me.Label5 = New System.Windows.Forms.Label() Me.PictureBox3 = New System.Windows.Forms.PictureBox() Me.PictureBox2 = New System.Windows.Forms.PictureBox() Me.PictureBox1 = New System.Windows.Forms.PictureBox() Me.btn = New System.Windows.Forms.Button() Me.Button1 = New System.Windows.Forms.Button() Me.Button2 = New System.Windows.Forms.Button() Me.Button3 = New System.Windows.Forms.Button() CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'Button4 ' Me.Button4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button4.ForeColor = System.Drawing.Color.AliceBlue Me.Button4.Location = New System.Drawing.Point(123, 501) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(75, 63) Me.Button4.TabIndex = 10 Me.Button4.Tag = "RUS" Me.Button4.UseVisualStyleBackColor = True Me.Button4.Visible = False ' 'Button5 ' Me.Button5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.Button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button5.ForeColor = System.Drawing.Color.AliceBlue Me.Button5.Location = New System.Drawing.Point(123, 570) Me.Button5.Name = "Button5" Me.Button5.Size = New System.Drawing.Size(75, 63) Me.Button5.TabIndex = 11 Me.Button5.Tag = "BG" Me.Button5.UseVisualStyleBackColor = True Me.Button5.Visible = False ' 'Label1 ' Me.Label1.Font = New System.Drawing.Font("Arial Black", 30.0!, System.Drawing.FontStyle.Bold) Me.Label1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer)) Me.Label1.Location = New System.Drawing.Point(384, 262) Me.Label1.Name = "Label1" Me.Label1.Padding = New System.Windows.Forms.Padding(20, 0, 0, 0) Me.Label1.Size = New System.Drawing.Size(514, 63) Me.Label1.TabIndex = 12 Me.Label1.Tag = "DE" Me.Label1.Text = "WILLKOMMEN!" Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'Label2 ' Me.Label2.Font = New System.Drawing.Font("Arial Black", 30.0!, System.Drawing.FontStyle.Bold) Me.Label2.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer)) Me.Label2.Location = New System.Drawing.Point(384, 331) Me.Label2.Name = "Label2" Me.Label2.Padding = New System.Windows.Forms.Padding(20, 0, 0, 0) Me.Label2.Size = New System.Drawing.Size(514, 63) Me.Label2.TabIndex = 13 Me.Label2.Tag = "EN" Me.Label2.Text = "WELCOME!" Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'Label3 ' Me.Label3.Font = New System.Drawing.Font("Arial Black", 30.0!, System.Drawing.FontStyle.Bold) Me.Label3.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer)) Me.Label3.Location = New System.Drawing.Point(384, 400) Me.Label3.Name = "Label3" Me.Label3.Padding = New System.Windows.Forms.Padding(20, 0, 0, 0) Me.Label3.Size = New System.Drawing.Size(514, 63) Me.Label3.TabIndex = 14 Me.Label3.Tag = "YU" Me.Label3.Text = "DOBRODOŠLI!" Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'Label4 ' Me.Label4.Font = New System.Drawing.Font("Arial Black", 30.0!, System.Drawing.FontStyle.Bold) Me.Label4.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer)) Me.Label4.Location = New System.Drawing.Point(384, 469) Me.Label4.Name = "Label4" Me.Label4.Padding = New System.Windows.Forms.Padding(20, 0, 0, 0) Me.Label4.Size = New System.Drawing.Size(514, 63) Me.Label4.TabIndex = 15 Me.Label4.Text = "HOŞGELDINIZ!" Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'Label5 ' Me.Label5.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Label5.Font = New System.Drawing.Font("Microsoft Sans Serif", 25.0!) Me.Label5.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer)) Me.Label5.Location = New System.Drawing.Point(303, 173) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(481, 46) Me.Label5.TabIndex = 16 Me.Label5.Text = "Please select Language:" ' 'PictureBox3 ' Me.PictureBox3.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.PictureBox3.BackgroundImage = Global.AVISO_CHECKIN.My.Resources.Resources.IMEX_LOGO_simple Me.PictureBox3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.PictureBox3.Location = New System.Drawing.Point(824, 582) Me.PictureBox3.Name = "PictureBox3" Me.PictureBox3.Size = New System.Drawing.Size(385, 93) Me.PictureBox3.TabIndex = 19 Me.PictureBox3.TabStop = False ' 'PictureBox2 ' Me.PictureBox2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.PictureBox2.BackgroundImage = Global.AVISO_CHECKIN.My.Resources.Resources.Unisped_logo Me.PictureBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.PictureBox2.Location = New System.Drawing.Point(414, 582) Me.PictureBox2.Name = "PictureBox2" Me.PictureBox2.Size = New System.Drawing.Size(385, 93) Me.PictureBox2.TabIndex = 18 Me.PictureBox2.TabStop = False ' 'PictureBox1 ' Me.PictureBox1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.PictureBox1.BackgroundImage = Global.AVISO_CHECKIN.My.Resources.Resources.Verag_AG_Logopng Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.PictureBox1.Location = New System.Drawing.Point(0, 582) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(385, 93) Me.PictureBox1.TabIndex = 17 Me.PictureBox1.TabStop = False ' 'btn ' Me.btn.BackgroundImage = CType(resources.GetObject("btn.BackgroundImage"), System.Drawing.Image) Me.btn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.btn.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btn.ForeColor = System.Drawing.Color.White Me.btn.Location = New System.Drawing.Point(310, 262) Me.btn.Name = "btn" Me.btn.Size = New System.Drawing.Size(75, 63) Me.btn.TabIndex = 6 Me.btn.Tag = "DE" Me.btn.UseVisualStyleBackColor = True ' 'Button1 ' Me.Button1.BackgroundImage = CType(resources.GetObject("Button1.BackgroundImage"), System.Drawing.Image) Me.Button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button1.ForeColor = System.Drawing.Color.White Me.Button1.Location = New System.Drawing.Point(310, 331) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(75, 63) Me.Button1.TabIndex = 7 Me.Button1.Tag = "EN" Me.Button1.UseVisualStyleBackColor = True ' 'Button2 ' Me.Button2.BackgroundImage = CType(resources.GetObject("Button2.BackgroundImage"), System.Drawing.Image) Me.Button2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button2.ForeColor = System.Drawing.Color.White Me.Button2.Location = New System.Drawing.Point(310, 400) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(75, 63) Me.Button2.TabIndex = 8 Me.Button2.Tag = "YU" Me.Button2.UseVisualStyleBackColor = True ' 'Button3 ' Me.Button3.BackgroundImage = CType(resources.GetObject("Button3.BackgroundImage"), System.Drawing.Image) Me.Button3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button3.ForeColor = System.Drawing.Color.White Me.Button3.Location = New System.Drawing.Point(310, 469) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(75, 63) Me.Button3.TabIndex = 9 Me.Button3.Tag = "TR" Me.Button3.Text = "TR" Me.Button3.UseVisualStyleBackColor = True ' 'usrCntlWelcome ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackColor = System.Drawing.Color.White Me.Controls.Add(Me.PictureBox3) Me.Controls.Add(Me.PictureBox2) Me.Controls.Add(Me.PictureBox1) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.btn) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.Button4) Me.Controls.Add(Me.Button5) Me.Controls.Add(Me.Button3) Me.Name = "usrCntlWelcome" Me.Size = New System.Drawing.Size(1212, 678) CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) End Sub Friend WithEvents btn As Button Friend WithEvents Button1 As Button Friend WithEvents Button2 As Button Friend WithEvents Button4 As Button Friend WithEvents Button5 As Button Friend WithEvents Button3 As Button Friend WithEvents Label1 As Label Friend WithEvents Label2 As Label Friend WithEvents Label3 As Label Friend WithEvents Label4 As Label Friend WithEvents Label5 As Label Friend WithEvents PictureBox1 As PictureBox Friend WithEvents PictureBox2 As PictureBox Friend WithEvents PictureBox3 As PictureBox End Class