Partial Class frmInfo Inherits System.Windows.Forms.Form 'Das Formular ü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() Me.components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmInfo)) Me.pnl = New System.Windows.Forms.Panel() Me.WebView1 = New Microsoft.Toolkit.Forms.UI.Controls.WebView() Me.WebBrowser = New System.Windows.Forms.WebBrowser() Me.WebBrowser1 = New System.Windows.Forms.WebBrowser() Me.Panel1 = New System.Windows.Forms.Panel() Me.PictureBox1 = New System.Windows.Forms.PictureBox() Me.btnResetSearch = New System.Windows.Forms.Button() Me.Panel2 = New System.Windows.Forms.Panel() Me.pic = New System.Windows.Forms.PictureBox() Me.lblClock = New System.Windows.Forms.Label() Me.FlowLayoutPanel = New System.Windows.Forms.FlowLayoutPanel() Me.btn = New System.Windows.Forms.Button() Me.Button1 = New System.Windows.Forms.Button() Me.Button2 = New System.Windows.Forms.Button() Me.Button4 = New System.Windows.Forms.Button() Me.Button5 = New System.Windows.Forms.Button() Me.Button3 = New System.Windows.Forms.Button() Me.MyTextBox1 = New System.Windows.Forms.TextBox() Me.lbl = New System.Windows.Forms.Label() Me.Panel = New System.Windows.Forms.Panel() Me.Timer = New System.Windows.Forms.Timer(Me.components) Me.Timer1 = New System.Windows.Forms.Timer(Me.components) Me.timerResetDefault = New System.Windows.Forms.Timer(Me.components) Me.Panel3 = New System.Windows.Forms.Panel() Me.pnl.SuspendLayout() CType(Me.WebView1, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel1.SuspendLayout() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel2.SuspendLayout() CType(Me.pic, System.ComponentModel.ISupportInitialize).BeginInit() Me.FlowLayoutPanel.SuspendLayout() Me.Panel3.SuspendLayout() Me.SuspendLayout() ' 'pnl ' Me.pnl.BackColor = System.Drawing.Color.White Me.pnl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.pnl.Controls.Add(Me.Panel3) Me.pnl.Controls.Add(Me.WebBrowser) Me.pnl.Controls.Add(Me.WebBrowser1) Me.pnl.Controls.Add(Me.Panel1) Me.pnl.Controls.Add(Me.Panel) Me.pnl.Dock = System.Windows.Forms.DockStyle.Fill Me.pnl.Location = New System.Drawing.Point(0, 0) Me.pnl.Name = "pnl" Me.pnl.Size = New System.Drawing.Size(1388, 559) Me.pnl.TabIndex = 1 ' 'WebView1 ' Me.WebView1.Dock = System.Windows.Forms.DockStyle.Fill Me.WebView1.Location = New System.Drawing.Point(0, 0) Me.WebView1.MinimumSize = New System.Drawing.Size(20, 20) Me.WebView1.Name = "WebView1" Me.WebView1.Size = New System.Drawing.Size(1386, 398) Me.WebView1.TabIndex = 7 ' 'WebBrowser ' Me.WebBrowser.Dock = System.Windows.Forms.DockStyle.Fill Me.WebBrowser.Location = New System.Drawing.Point(0, 129) Me.WebBrowser.MinimumSize = New System.Drawing.Size(20, 20) Me.WebBrowser.Name = "WebBrowser" Me.WebBrowser.Size = New System.Drawing.Size(1386, 398) Me.WebBrowser.TabIndex = 6 ' 'WebBrowser1 ' Me.WebBrowser1.Dock = System.Windows.Forms.DockStyle.Fill Me.WebBrowser1.Location = New System.Drawing.Point(0, 129) Me.WebBrowser1.MinimumSize = New System.Drawing.Size(20, 20) Me.WebBrowser1.Name = "WebBrowser1" Me.WebBrowser1.Size = New System.Drawing.Size(1386, 398) Me.WebBrowser1.TabIndex = 5 ' 'Panel1 ' Me.Panel1.BackColor = System.Drawing.Color.WhiteSmoke Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Panel1.Controls.Add(Me.PictureBox1) Me.Panel1.Controls.Add(Me.btnResetSearch) Me.Panel1.Controls.Add(Me.Panel2) Me.Panel1.Controls.Add(Me.FlowLayoutPanel) Me.Panel1.Controls.Add(Me.MyTextBox1) Me.Panel1.Controls.Add(Me.lbl) Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top Me.Panel1.Location = New System.Drawing.Point(0, 0) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(1386, 129) Me.Panel1.TabIndex = 2 ' 'PictureBox1 ' Me.PictureBox1.BackgroundImage = Global.AVISO_INFO.My.Resources.Resources.qr_search Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.PictureBox1.Location = New System.Drawing.Point(3, 6) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(129, 104) Me.PictureBox1.TabIndex = 6 Me.PictureBox1.TabStop = False ' 'btnResetSearch ' Me.btnResetSearch.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.btnResetSearch.BackColor = System.Drawing.Color.FromArgb(CType(CType(210, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer)) Me.btnResetSearch.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.btnResetSearch.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnResetSearch.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.0!) Me.btnResetSearch.ForeColor = System.Drawing.Color.White Me.btnResetSearch.Location = New System.Drawing.Point(581, 3) Me.btnResetSearch.Name = "btnResetSearch" Me.btnResetSearch.Size = New System.Drawing.Size(251, 51) Me.btnResetSearch.TabIndex = 1 Me.btnResetSearch.Text = "X Suche zurücksetzen" Me.btnResetSearch.UseVisualStyleBackColor = False Me.btnResetSearch.Visible = False ' 'Panel2 ' Me.Panel2.BackColor = System.Drawing.Color.Gold Me.Panel2.Controls.Add(Me.pic) Me.Panel2.Controls.Add(Me.lblClock) Me.Panel2.Location = New System.Drawing.Point(134, 10) Me.Panel2.Name = "Panel2" Me.Panel2.Size = New System.Drawing.Size(96, 47) Me.Panel2.TabIndex = 3 Me.Panel2.Visible = False ' 'pic ' Me.pic.BackgroundImage = Global.AVISO_INFO.My.Resources.Resources.timer Me.pic.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.pic.Location = New System.Drawing.Point(4, 4) Me.pic.Name = "pic" Me.pic.Size = New System.Drawing.Size(44, 39) Me.pic.TabIndex = 5 Me.pic.TabStop = False ' 'lblClock ' Me.lblClock.AutoSize = True Me.lblClock.Font = New System.Drawing.Font("Microsoft Sans Serif", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblClock.Location = New System.Drawing.Point(45, 8) Me.lblClock.Name = "lblClock" Me.lblClock.Size = New System.Drawing.Size(46, 31) Me.lblClock.TabIndex = 4 Me.lblClock.Text = "10" ' 'FlowLayoutPanel ' Me.FlowLayoutPanel.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.FlowLayoutPanel.BackColor = System.Drawing.Color.WhiteSmoke Me.FlowLayoutPanel.Controls.Add(Me.btn) Me.FlowLayoutPanel.Controls.Add(Me.Button1) Me.FlowLayoutPanel.Controls.Add(Me.Button2) Me.FlowLayoutPanel.Controls.Add(Me.Button4) Me.FlowLayoutPanel.Controls.Add(Me.Button5) Me.FlowLayoutPanel.Controls.Add(Me.Button3) Me.FlowLayoutPanel.Location = New System.Drawing.Point(884, 3) Me.FlowLayoutPanel.Name = "FlowLayoutPanel" Me.FlowLayoutPanel.Size = New System.Drawing.Size(491, 75) Me.FlowLayoutPanel.TabIndex = 2 ' 'btn ' Me.btn.BackgroundImage = Global.AVISO_INFO.My.Resources.Resources.lan_de Me.btn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.btn.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btn.ForeColor = System.Drawing.Color.AliceBlue Me.btn.Location = New System.Drawing.Point(3, 3) Me.btn.Name = "btn" Me.btn.Size = New System.Drawing.Size(75, 63) Me.btn.TabIndex = 0 Me.btn.Tag = "DE" Me.btn.UseVisualStyleBackColor = True ' 'Button1 ' Me.Button1.BackgroundImage = Global.AVISO_INFO.My.Resources.Resources.lan_eng Me.Button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button1.ForeColor = System.Drawing.Color.AliceBlue Me.Button1.Location = New System.Drawing.Point(84, 3) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(75, 63) Me.Button1.TabIndex = 1 Me.Button1.Tag = "EN" Me.Button1.UseVisualStyleBackColor = True ' 'Button2 ' Me.Button2.BackgroundImage = Global.AVISO_INFO.My.Resources.Resources.flag_srb2 Me.Button2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button2.ForeColor = System.Drawing.Color.AliceBlue Me.Button2.Location = New System.Drawing.Point(165, 3) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(75, 63) Me.Button2.TabIndex = 2 Me.Button2.Tag = "SRB" Me.Button2.UseVisualStyleBackColor = True ' '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(246, 3) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(75, 63) Me.Button4.TabIndex = 4 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(327, 3) Me.Button5.Name = "Button5" Me.Button5.Size = New System.Drawing.Size(75, 63) Me.Button5.TabIndex = 5 Me.Button5.Tag = "BG" Me.Button5.UseVisualStyleBackColor = True Me.Button5.Visible = False ' 'Button3 ' Me.Button3.BackgroundImage = Global.AVISO_INFO.My.Resources.Resources.flag_tr Me.Button3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button3.ForeColor = System.Drawing.Color.AliceBlue Me.Button3.Location = New System.Drawing.Point(408, 3) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(75, 63) Me.Button3.TabIndex = 3 Me.Button3.Tag = "TR" Me.Button3.UseVisualStyleBackColor = True ' 'MyTextBox1 ' Me.MyTextBox1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.MyTextBox1.Location = New System.Drawing.Point(134, 90) Me.MyTextBox1.Name = "MyTextBox1" Me.MyTextBox1.Size = New System.Drawing.Size(698, 20) Me.MyTextBox1.TabIndex = 7 ' 'lbl ' Me.lbl.AutoSize = True Me.lbl.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!) Me.lbl.Location = New System.Drawing.Point(130, 61) Me.lbl.Name = "lbl" Me.lbl.Size = New System.Drawing.Size(240, 20) Me.lbl.TabIndex = 0 Me.lbl.Text = "Bitte scannen Sie den QR-Code:" ' 'Panel ' Me.Panel.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer)) Me.Panel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Panel.Dock = System.Windows.Forms.DockStyle.Bottom Me.Panel.Location = New System.Drawing.Point(0, 527) Me.Panel.Name = "Panel" Me.Panel.Size = New System.Drawing.Size(1386, 30) Me.Panel.TabIndex = 0 Me.Panel.Visible = False ' 'Timer ' Me.Timer.Interval = 1000 ' 'Timer1 ' Me.Timer1.Enabled = True ' 'timerResetDefault ' Me.timerResetDefault.Enabled = True Me.timerResetDefault.Interval = 5000 ' 'Panel3 ' Me.Panel3.Controls.Add(Me.WebView1) Me.Panel3.Dock = System.Windows.Forms.DockStyle.Fill Me.Panel3.Location = New System.Drawing.Point(0, 129) Me.Panel3.Name = "Panel3" Me.Panel3.Size = New System.Drawing.Size(1386, 398) Me.Panel3.TabIndex = 9 ' 'frmInfo ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1388, 559) Me.Controls.Add(Me.pnl) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "frmInfo" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Info" Me.TopMost = True Me.WindowState = System.Windows.Forms.FormWindowState.Maximized Me.pnl.ResumeLayout(False) CType(Me.WebView1, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel2.ResumeLayout(False) Me.Panel2.PerformLayout() CType(Me.pic, System.ComponentModel.ISupportInitialize).EndInit() Me.FlowLayoutPanel.ResumeLayout(False) Me.Panel3.ResumeLayout(False) Me.ResumeLayout(False) End Sub Friend WithEvents pnl As Panel Friend WithEvents Panel1 As Panel Friend WithEvents lbl As Label Friend WithEvents Panel As Panel Friend WithEvents FlowLayoutPanel As FlowLayoutPanel Friend WithEvents btn As Button Friend WithEvents MyTextBox1 As System.Windows.Forms.TextBox Friend WithEvents Timer As Timer Friend WithEvents Panel2 As Panel Friend WithEvents pic As PictureBox Friend WithEvents lblClock As Label Friend WithEvents PictureBox1 As PictureBox Friend WithEvents btnResetSearch As Button Friend WithEvents WebBrowser1 As WebBrowser Friend WithEvents WebBrowser As WebBrowser Friend WithEvents WebView1 As Microsoft.Toolkit.Forms.UI.Controls.WebView Friend WithEvents Timer1 As Timer Friend WithEvents Button1 As Button Friend WithEvents Button2 As Button Friend WithEvents Button3 As Button Friend WithEvents Button4 As Button Friend WithEvents Button5 As Button Public WithEvents timerResetDefault As Timer Friend WithEvents Panel3 As Panel End Class