Chat etc.
This commit is contained in:
11
Dokumentation/uscntr_TSSitzungen.Designer.vb
generated
11
Dokumentation/uscntr_TSSitzungen.Designer.vb
generated
@@ -23,6 +23,7 @@ Partial Class uscntr_TSSitzungen
|
||||
<System.Diagnostics.DebuggerStepThrough()> _
|
||||
Private Sub InitializeComponent()
|
||||
Me.components = New System.ComponentModel.Container()
|
||||
Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
||||
Me.dgvTSSitzungen = New System.Windows.Forms.DataGridView()
|
||||
Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
||||
Me.VerbindenMitTeamVToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||||
@@ -53,6 +54,14 @@ Partial Class uscntr_TSSitzungen
|
||||
Me.dgvTSSitzungen.AllowUserToDeleteRows = False
|
||||
Me.dgvTSSitzungen.AllowUserToResizeRows = False
|
||||
Me.dgvTSSitzungen.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
||||
DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
||||
DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control
|
||||
DataGridViewCellStyle1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText
|
||||
DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Control
|
||||
DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.Control
|
||||
DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
||||
Me.dgvTSSitzungen.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle1
|
||||
Me.dgvTSSitzungen.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
||||
Me.dgvTSSitzungen.ContextMenuStrip = Me.ContextMenuStrip1
|
||||
Me.dgvTSSitzungen.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
@@ -97,7 +106,7 @@ Partial Class uscntr_TSSitzungen
|
||||
'
|
||||
'Timer1
|
||||
'
|
||||
Me.Timer1.Interval = 600000
|
||||
Me.Timer1.Interval = 10000
|
||||
'
|
||||
'Panel1
|
||||
'
|
||||
|
||||
Reference in New Issue
Block a user