_ Partial Class frmTapi 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() Me.btn = New System.Windows.Forms.Button() Me.lblStatusTAPI = New System.Windows.Forms.Label() Me.Label1 = New System.Windows.Forms.Label() Me.Button1 = New System.Windows.Forms.Button() Me.Timer = New System.Windows.Forms.Timer(Me.components) Me.pnl = New System.Windows.Forms.Panel() Me.Panel1 = New System.Windows.Forms.Panel() Me.Button2 = New System.Windows.Forms.Button() Me.picCallState = New System.Windows.Forms.PictureBox() Me.pic = New System.Windows.Forms.PictureBox() Me.lblCallState = New System.Windows.Forms.Label() Me.PictureBox1 = New System.Windows.Forms.PictureBox() Me.Panel2 = New System.Windows.Forms.Panel() Me.lblClose = New System.Windows.Forms.Label() Me.lblClock = New System.Windows.Forms.Label() Me.lbl = New System.Windows.Forms.Label() Me.Panel = New System.Windows.Forms.Panel() Me.pnl.SuspendLayout() Me.Panel1.SuspendLayout() CType(Me.picCallState, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.pic, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel2.SuspendLayout() Me.SuspendLayout() ' 'btn ' Me.btn.Location = New System.Drawing.Point(273, 45) Me.btn.Margin = New System.Windows.Forms.Padding(2) Me.btn.Name = "btn" Me.btn.Size = New System.Drawing.Size(50, 15) Me.btn.TabIndex = 0 Me.btn.UseVisualStyleBackColor = True ' 'lblStatusTAPI ' Me.lblStatusTAPI.AutoSize = True Me.lblStatusTAPI.Location = New System.Drawing.Point(18, 112) Me.lblStatusTAPI.Name = "lblStatusTAPI" Me.lblStatusTAPI.Size = New System.Drawing.Size(75, 13) Me.lblStatusTAPI.TabIndex = 1 Me.lblStatusTAPI.Text = "asdasdasdasd" ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(18, 125) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(75, 13) Me.Label1.TabIndex = 2 Me.Label1.Text = "asdasdasdasd" ' 'Button1 ' Me.Button1.Location = New System.Drawing.Point(257, 89) Me.Button1.Margin = New System.Windows.Forms.Padding(2) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(167, 85) Me.Button1.TabIndex = 3 Me.Button1.UseVisualStyleBackColor = True ' 'Timer ' Me.Timer.Interval = 500 ' 'pnl ' Me.pnl.Controls.Add(Me.btn) Me.pnl.Controls.Add(Me.Button1) Me.pnl.Controls.Add(Me.lblStatusTAPI) Me.pnl.Controls.Add(Me.Label1) Me.pnl.Location = New System.Drawing.Point(67, 44) Me.pnl.Name = "pnl" Me.pnl.Size = New System.Drawing.Size(444, 186) Me.pnl.TabIndex = 4 Me.pnl.Visible = False ' 'Panel1 ' Me.Panel1.BackColor = System.Drawing.Color.White Me.Panel1.Controls.Add(Me.Button2) Me.Panel1.Controls.Add(Me.picCallState) Me.Panel1.Controls.Add(Me.pic) Me.Panel1.Controls.Add(Me.lblCallState) Me.Panel1.Controls.Add(Me.PictureBox1) Me.Panel1.Controls.Add(Me.Panel2) Me.Panel1.Controls.Add(Me.Panel) Me.Panel1.Dock = System.Windows.Forms.DockStyle.Fill Me.Panel1.Location = New System.Drawing.Point(0, 0) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(1318, 893) Me.Panel1.TabIndex = 5 ' 'Button2 ' Me.Button2.Location = New System.Drawing.Point(88, 411) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(75, 23) Me.Button2.TabIndex = 11 Me.Button2.Text = "Button2" Me.Button2.UseVisualStyleBackColor = True ' 'picCallState ' Me.picCallState.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.picCallState.BackgroundImage = Global.VERAG_TELEINFO.My.Resources.Resources.PLATHOSYS Me.picCallState.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.picCallState.Location = New System.Drawing.Point(382, 378) Me.picCallState.Name = "picCallState" Me.picCallState.Size = New System.Drawing.Size(529, 268) Me.picCallState.TabIndex = 10 Me.picCallState.TabStop = False ' 'pic ' Me.pic.BackgroundImage = Global.VERAG_TELEINFO.My.Resources.Resources.Logo_blue_globe_Horizontal_eG Me.pic.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.pic.Location = New System.Drawing.Point(3, 110) Me.pic.Name = "pic" Me.pic.Size = New System.Drawing.Size(332, 104) Me.pic.TabIndex = 8 Me.pic.TabStop = False ' 'lblCallState ' Me.lblCallState.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.lblCallState.Font = New System.Drawing.Font("Microsoft Sans Serif", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblCallState.Location = New System.Drawing.Point(161, 206) Me.lblCallState.Name = "lblCallState" Me.lblCallState.Size = New System.Drawing.Size(1016, 101) Me.lblCallState.TabIndex = 9 Me.lblCallState.Text = "1. Halten Sie Ihr Kennzeichen (Auflieger) bereit." & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "2. Bitte heben Sie den Höhrer " & "ab, um den Anruf zu starten." & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "3. Sie werden automatisch mit einem Service-Mitarb" & "eiter verbunden." & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) Me.lblCallState.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'PictureBox1 ' Me.PictureBox1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.PictureBox1.BackgroundImage = Global.VERAG_TELEINFO.My.Resources.Resources._45944336_s Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.PictureBox1.Location = New System.Drawing.Point(382, 746) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(529, 98) Me.PictureBox1.TabIndex = 5 Me.PictureBox1.TabStop = False ' 'Panel2 ' Me.Panel2.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer)) Me.Panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Panel2.Controls.Add(Me.lblClose) Me.Panel2.Controls.Add(Me.lblClock) Me.Panel2.Controls.Add(Me.lbl) Me.Panel2.Dock = System.Windows.Forms.DockStyle.Top Me.Panel2.Location = New System.Drawing.Point(0, 0) Me.Panel2.Name = "Panel2" Me.Panel2.Size = New System.Drawing.Size(1318, 104) Me.Panel2.TabIndex = 4 ' 'lblClose ' Me.lblClose.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.lblClose.Cursor = System.Windows.Forms.Cursors.Hand Me.lblClose.Font = New System.Drawing.Font("Microsoft Sans Serif", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblClose.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer)) Me.lblClose.Location = New System.Drawing.Point(1247, -1) Me.lblClose.Name = "lblClose" Me.lblClose.Size = New System.Drawing.Size(70, 31) Me.lblClose.TabIndex = 9 Me.lblClose.Text = "X" Me.lblClose.TextAlign = System.Drawing.ContentAlignment.TopCenter ' 'lblClock ' Me.lblClock.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) 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.ForeColor = System.Drawing.Color.White Me.lblClock.Location = New System.Drawing.Point(14, 43) Me.lblClock.Name = "lblClock" Me.lblClock.Size = New System.Drawing.Size(1291, 31) Me.lblClock.TabIndex = 4 Me.lblClock.Text = "INFO TERMINAL" Me.lblClock.TextAlign = System.Drawing.ContentAlignment.TopCenter ' 'lbl ' Me.lbl.AutoSize = True Me.lbl.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!) Me.lbl.Location = New System.Drawing.Point(543, 8) 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:" Me.lbl.Visible = False ' '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, 863) Me.Panel.Name = "Panel" Me.Panel.Size = New System.Drawing.Size(1318, 30) Me.Panel.TabIndex = 3 ' 'frmTapi ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1318, 893) Me.Controls.Add(Me.Panel1) Me.Controls.Add(Me.pnl) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None Me.Margin = New System.Windows.Forms.Padding(2) Me.Name = "frmTapi" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "frmTapi" Me.WindowState = System.Windows.Forms.FormWindowState.Maximized Me.pnl.ResumeLayout(False) Me.pnl.PerformLayout() Me.Panel1.ResumeLayout(False) CType(Me.picCallState, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.pic, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel2.ResumeLayout(False) Me.Panel2.PerformLayout() Me.ResumeLayout(False) End Sub Friend WithEvents btn As Button Friend WithEvents lblStatusTAPI As Label Friend WithEvents Label1 As Label Friend WithEvents Button1 As Button Friend WithEvents Timer As Timer Friend WithEvents pnl As Panel Friend WithEvents Panel1 As Panel Friend WithEvents Panel2 As Panel Friend WithEvents pic As PictureBox Friend WithEvents lblClock As Label Friend WithEvents lbl As Label Friend WithEvents Panel As Panel Friend WithEvents PictureBox1 As PictureBox Friend WithEvents picCallState As PictureBox Friend WithEvents lblCallState As Label Friend WithEvents lblClose As Label Friend WithEvents Button2 As Button End Class