Chat, divers
This commit is contained in:
109
VERAG_PROG_ALLGEMEIN/Messenger/usrCntlMessenger_ChatElementUmfrage_Option.Designer.vb
generated
Normal file
109
VERAG_PROG_ALLGEMEIN/Messenger/usrCntlMessenger_ChatElementUmfrage_Option.Designer.vb
generated
Normal file
@@ -0,0 +1,109 @@
|
||||
Imports System.Windows.Forms
|
||||
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
||||
Partial Class usrCntlMessenger_ChatElementUmfrage_Option
|
||||
Inherits System.Windows.Forms.UserControl
|
||||
|
||||
'UserControl überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
|
||||
<System.Diagnostics.DebuggerNonUserCode()>
|
||||
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.
|
||||
<System.Diagnostics.DebuggerStepThrough()>
|
||||
Private Sub InitializeComponent()
|
||||
Me.components = New System.ComponentModel.Container()
|
||||
Me.pnl = New System.Windows.Forms.Panel()
|
||||
Me.Panel1 = New System.Windows.Forms.Panel()
|
||||
Me.cbxOPT = New VERAG_PROG_ALLGEMEIN.MyCheckBoxValue(Me.components)
|
||||
Me.lblDateTime = New System.Windows.Forms.Label()
|
||||
Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
|
||||
Me.pnl.SuspendLayout()
|
||||
Me.Panel1.SuspendLayout()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'pnl
|
||||
'
|
||||
Me.pnl.Controls.Add(Me.Panel1)
|
||||
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(404, 48)
|
||||
Me.pnl.TabIndex = 0
|
||||
'
|
||||
'Panel1
|
||||
'
|
||||
Me.Panel1.BackColor = System.Drawing.Color.Azure
|
||||
Me.Panel1.Controls.Add(Me.cbxOPT)
|
||||
Me.Panel1.Controls.Add(Me.lblDateTime)
|
||||
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(404, 48)
|
||||
Me.Panel1.TabIndex = 2
|
||||
'
|
||||
'cbxOPT
|
||||
'
|
||||
Me.cbxOPT._date = Nothing
|
||||
Me.cbxOPT._showdate = False
|
||||
Me.cbxOPT._value = ""
|
||||
Me.cbxOPT.AutoSize = True
|
||||
Me.cbxOPT.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold)
|
||||
Me.cbxOPT.Location = New System.Drawing.Point(12, 13)
|
||||
Me.cbxOPT.Margin = New System.Windows.Forms.Padding(2, 2, 2, 2)
|
||||
Me.cbxOPT.Name = "cbxOPT"
|
||||
Me.cbxOPT.Size = New System.Drawing.Size(49, 24)
|
||||
Me.cbxOPT.TabIndex = 2
|
||||
Me.cbxOPT.Text = "JA"
|
||||
Me.cbxOPT.UseVisualStyleBackColor = True
|
||||
'
|
||||
'lblDateTime
|
||||
'
|
||||
Me.lblDateTime.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
Me.lblDateTime.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!)
|
||||
Me.lblDateTime.ForeColor = System.Drawing.Color.Black
|
||||
Me.lblDateTime.Location = New System.Drawing.Point(130, 0)
|
||||
Me.lblDateTime.Name = "lblDateTime"
|
||||
Me.lblDateTime.Size = New System.Drawing.Size(271, 48)
|
||||
Me.lblDateTime.TabIndex = 1
|
||||
Me.lblDateTime.Text = "Beschreibung wofür der Wert steht!!"
|
||||
Me.lblDateTime.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
'
|
||||
'Timer1
|
||||
'
|
||||
Me.Timer1.Interval = 2000
|
||||
'
|
||||
'usrCntlMessenger_ChatElementUmfrage_Option
|
||||
'
|
||||
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.pnl)
|
||||
Me.Name = "usrCntlMessenger_ChatElementUmfrage_Option"
|
||||
Me.Size = New System.Drawing.Size(404, 48)
|
||||
Me.pnl.ResumeLayout(False)
|
||||
Me.Panel1.ResumeLayout(False)
|
||||
Me.Panel1.PerformLayout()
|
||||
Me.ResumeLayout(False)
|
||||
|
||||
End Sub
|
||||
|
||||
Friend WithEvents pnl As Panel
|
||||
Friend WithEvents lblDateTime As Label
|
||||
Friend WithEvents Panel1 As Panel
|
||||
Friend WithEvents Timer1 As Timer
|
||||
Friend WithEvents cbxOPT As MyCheckBoxValue
|
||||
Friend WithEvents lblName As Label
|
||||
End Class
|
||||
Reference in New Issue
Block a user