200 lines
8.8 KiB
VB.net
200 lines
8.8 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmTeamsZuordnung
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
'Das Formular ü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()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmTeamsZuordnung))
|
|
Me.cboSB = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.Button2 = New System.Windows.Forms.Button()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.lblTeams = New System.Windows.Forms.Label()
|
|
Me.cboTeams = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
Me.Button3 = New System.Windows.Forms.Button()
|
|
Me.Button4 = New System.Windows.Forms.Button()
|
|
Me.dgvQsTeamMa = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
|
|
Me.qst_Id = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.qst_Name = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
CType(Me.dgvQsTeamMa, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'cboSB
|
|
'
|
|
Me.cboSB._allowedValuesFreiText = Nothing
|
|
Me.cboSB._allowFreiText = False
|
|
Me.cboSB._value = ""
|
|
Me.cboSB.FormattingEnabled = True
|
|
Me.cboSB.Location = New System.Drawing.Point(85, 336)
|
|
Me.cboSB.Name = "cboSB"
|
|
Me.cboSB.Size = New System.Drawing.Size(202, 21)
|
|
Me.cboSB.TabIndex = 14
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Location = New System.Drawing.Point(15, 339)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(64, 13)
|
|
Me.Label1.TabIndex = 13
|
|
Me.Label1.Text = "Hinzufügen:"
|
|
'
|
|
'Button2
|
|
'
|
|
Me.Button2.BackgroundImage = Global.SDL.My.Resources.del
|
|
Me.Button2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
Me.Button2.DialogResult = System.Windows.Forms.DialogResult.OK
|
|
Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button2.Location = New System.Drawing.Point(333, 25)
|
|
Me.Button2.Name = "Button2"
|
|
Me.Button2.Size = New System.Drawing.Size(34, 28)
|
|
Me.Button2.TabIndex = 12
|
|
Me.Button2.UseVisualStyleBackColor = True
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.BackgroundImage = Global.SDL.My.Resources.plus
|
|
Me.Button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
Me.Button1.DialogResult = System.Windows.Forms.DialogResult.OK
|
|
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button1.Location = New System.Drawing.Point(293, 25)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(34, 28)
|
|
Me.Button1.TabIndex = 11
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|
'
|
|
'lblTeams
|
|
'
|
|
Me.lblTeams.AutoSize = True
|
|
Me.lblTeams.Location = New System.Drawing.Point(12, 9)
|
|
Me.lblTeams.Name = "lblTeams"
|
|
Me.lblTeams.Size = New System.Drawing.Size(42, 13)
|
|
Me.lblTeams.TabIndex = 9
|
|
Me.lblTeams.Text = "Teams:"
|
|
'
|
|
'cboTeams
|
|
'
|
|
Me.cboTeams._allowedValuesFreiText = Nothing
|
|
Me.cboTeams._allowFreiText = False
|
|
Me.cboTeams._value = ""
|
|
Me.cboTeams.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
Me.cboTeams.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
|
|
Me.cboTeams.FormattingEnabled = True
|
|
Me.cboTeams.Location = New System.Drawing.Point(15, 25)
|
|
Me.cboTeams.Name = "cboTeams"
|
|
Me.cboTeams.Size = New System.Drawing.Size(272, 28)
|
|
Me.cboTeams.TabIndex = 8
|
|
'
|
|
'Button3
|
|
'
|
|
Me.Button3.BackgroundImage = Global.SDL.My.Resources.del
|
|
Me.Button3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
Me.Button3.DialogResult = System.Windows.Forms.DialogResult.OK
|
|
Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button3.Location = New System.Drawing.Point(333, 336)
|
|
Me.Button3.Name = "Button3"
|
|
Me.Button3.Size = New System.Drawing.Size(34, 28)
|
|
Me.Button3.TabIndex = 16
|
|
Me.Button3.UseVisualStyleBackColor = True
|
|
'
|
|
'Button4
|
|
'
|
|
Me.Button4.BackgroundImage = Global.SDL.My.Resources.plus
|
|
Me.Button4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
Me.Button4.DialogResult = System.Windows.Forms.DialogResult.OK
|
|
Me.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button4.Location = New System.Drawing.Point(293, 336)
|
|
Me.Button4.Name = "Button4"
|
|
Me.Button4.Size = New System.Drawing.Size(34, 28)
|
|
Me.Button4.TabIndex = 15
|
|
Me.Button4.UseVisualStyleBackColor = True
|
|
'
|
|
'dgvQsTeamMa
|
|
'
|
|
Me.dgvQsTeamMa.AKTUALISIERUNGS_INTERVALL = -1
|
|
Me.dgvQsTeamMa.AllowUserToAddRows = False
|
|
Me.dgvQsTeamMa.AllowUserToDeleteRows = False
|
|
Me.dgvQsTeamMa.AllowUserToOrderColumns = True
|
|
Me.dgvQsTeamMa.AllowUserToResizeColumns = False
|
|
Me.dgvQsTeamMa.AllowUserToResizeRows = False
|
|
Me.dgvQsTeamMa.BackgroundColor = System.Drawing.Color.White
|
|
Me.dgvQsTeamMa.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
Me.dgvQsTeamMa.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.qst_Id, Me.qst_Name})
|
|
Me.dgvQsTeamMa.Location = New System.Drawing.Point(15, 59)
|
|
Me.dgvQsTeamMa.Name = "dgvQsTeamMa"
|
|
Me.dgvQsTeamMa.ReadOnly = True
|
|
Me.dgvQsTeamMa.RowHeadersVisible = False
|
|
Me.dgvQsTeamMa.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
|
|
Me.dgvQsTeamMa.Size = New System.Drawing.Size(352, 271)
|
|
Me.dgvQsTeamMa.TabIndex = 0
|
|
'
|
|
'qst_Id
|
|
'
|
|
Me.qst_Id.HeaderText = "Id"
|
|
Me.qst_Id.Name = "qst_Id"
|
|
Me.qst_Id.ReadOnly = True
|
|
Me.qst_Id.Visible = False
|
|
'
|
|
'qst_Name
|
|
'
|
|
Me.qst_Name.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill
|
|
Me.qst_Name.HeaderText = "Name"
|
|
Me.qst_Name.Name = "qst_Name"
|
|
Me.qst_Name.ReadOnly = True
|
|
'
|
|
'frmTeamsZuordnung
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.BackColor = System.Drawing.Color.WhiteSmoke
|
|
Me.ClientSize = New System.Drawing.Size(380, 376)
|
|
Me.Controls.Add(Me.dgvQsTeamMa)
|
|
Me.Controls.Add(Me.Button3)
|
|
Me.Controls.Add(Me.Button4)
|
|
Me.Controls.Add(Me.cboSB)
|
|
Me.Controls.Add(Me.Label1)
|
|
Me.Controls.Add(Me.Button2)
|
|
Me.Controls.Add(Me.Button1)
|
|
Me.Controls.Add(Me.lblTeams)
|
|
Me.Controls.Add(Me.cboTeams)
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.Name = "frmTeamsZuordnung"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "Team Zuordnung"
|
|
CType(Me.dgvQsTeamMa, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents cboSB As VERAG_PROG_ALLGEMEIN.MyComboBox
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents Button2 As System.Windows.Forms.Button
|
|
Friend WithEvents Button1 As System.Windows.Forms.Button
|
|
Friend WithEvents lblTeams As System.Windows.Forms.Label
|
|
Friend WithEvents cboTeams As VERAG_PROG_ALLGEMEIN.MyComboBox
|
|
Friend WithEvents Button3 As System.Windows.Forms.Button
|
|
Friend WithEvents Button4 As System.Windows.Forms.Button
|
|
Friend WithEvents dgvQsTeamMa As VERAG_PROG_ALLGEMEIN.MyDatagridview
|
|
Friend WithEvents qst_Id As System.Windows.Forms.DataGridViewTextBoxColumn
|
|
Friend WithEvents qst_Name As System.Windows.Forms.DataGridViewTextBoxColumn
|
|
End Class
|