This commit is contained in:
2022-09-01 10:38:09 +02:00
parent 505b2800c5
commit 94556d7686
56 changed files with 1303 additions and 547 deletions

View File

@@ -30,21 +30,22 @@ Partial Class frmTapi
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.pic = New System.Windows.Forms.PictureBox()
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()
CType(Me.pic, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'btn
@@ -102,6 +103,7 @@ Partial Class frmTapi
'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)
@@ -114,6 +116,15 @@ Partial Class frmTapi
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) _
@@ -126,6 +137,16 @@ Partial Class frmTapi
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) _
@@ -179,16 +200,6 @@ Partial Class frmTapi
Me.lblClose.Text = "X"
Me.lblClose.TextAlign = System.Drawing.ContentAlignment.TopCenter
'
'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
'
'lblClock
'
Me.lblClock.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
@@ -240,10 +251,10 @@ Partial Class frmTapi
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()
CType(Me.pic, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
End Sub
@@ -264,4 +275,5 @@ Partial Class frmTapi
Friend WithEvents picCallState As PictureBox
Friend WithEvents lblCallState As Label
Friend WithEvents lblClose As Label
Friend WithEvents Button2 As Button
End Class