MS: Chat und co
This commit is contained in:
23
ChatTest/Form1.Designer.vb
generated
23
ChatTest/Form1.Designer.vb
generated
@@ -22,28 +22,39 @@ Partial Class Form1
|
||||
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
|
||||
<System.Diagnostics.DebuggerStepThrough()> _
|
||||
Private Sub InitializeComponent()
|
||||
Me.ChatNewConv1 = New DigitalData.Controls.ChatNewConv.ChatNewConv()
|
||||
Me.ChatControl1 = New DigitalData.Controls.ChatControl.ChatControl()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'ChatNewConv1
|
||||
'
|
||||
Me.ChatNewConv1.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.ChatNewConv1.Location = New System.Drawing.Point(479, 51)
|
||||
Me.ChatNewConv1.Name = "ChatNewConv1"
|
||||
Me.ChatNewConv1.Size = New System.Drawing.Size(497, 450)
|
||||
Me.ChatNewConv1.TabIndex = 1
|
||||
'
|
||||
'ChatControl1
|
||||
'
|
||||
Me.ChatControl1.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.ChatControl1.Location = New System.Drawing.Point(0, 0)
|
||||
Me.ChatControl1.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.ChatControl1.Location = New System.Drawing.Point(12, 12)
|
||||
Me.ChatControl1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
||||
Me.ChatControl1.Name = "ChatControl1"
|
||||
Me.ChatControl1.Size = New System.Drawing.Size(397, 384)
|
||||
Me.ChatControl1.TabIndex = 0
|
||||
Me.ChatControl1.Size = New System.Drawing.Size(422, 587)
|
||||
Me.ChatControl1.TabIndex = 2
|
||||
'
|
||||
'Form1
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.ClientSize = New System.Drawing.Size(397, 384)
|
||||
Me.ClientSize = New System.Drawing.Size(1044, 584)
|
||||
Me.Controls.Add(Me.ChatControl1)
|
||||
Me.Controls.Add(Me.ChatNewConv1)
|
||||
Me.Name = "Form1"
|
||||
Me.Text = "Form1"
|
||||
Me.ResumeLayout(False)
|
||||
|
||||
End Sub
|
||||
|
||||
Friend WithEvents ChatNewConv1 As DigitalData.Controls.ChatNewConv.ChatNewConv
|
||||
Friend WithEvents ChatControl1 As DigitalData.Controls.ChatControl.ChatControl
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user