98 lines
4.4 KiB
VB.net
98 lines
4.4 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmKundeTeamZuordnung
|
|
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(frmKundeTeamZuordnung))
|
|
Me.lblTeams = New System.Windows.Forms.Label()
|
|
Me.MyFlowLayoutPanel1 = New VERAG_PROG_ALLGEMEIN.MyFlowLayoutPanel(Me.components)
|
|
Me.cboTeams = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
Me.btnZuordnungAufheben = New System.Windows.Forms.Button()
|
|
Me.SuspendLayout()
|
|
'
|
|
'lblTeams
|
|
'
|
|
Me.lblTeams.AutoSize = True
|
|
Me.lblTeams.Location = New System.Drawing.Point(9, 13)
|
|
Me.lblTeams.Name = "lblTeams"
|
|
Me.lblTeams.Size = New System.Drawing.Size(42, 13)
|
|
Me.lblTeams.TabIndex = 1
|
|
Me.lblTeams.Text = "Teams:"
|
|
'
|
|
'MyFlowLayoutPanel1
|
|
'
|
|
Me.MyFlowLayoutPanel1.BackColor = System.Drawing.Color.White
|
|
Me.MyFlowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.TopDown
|
|
Me.MyFlowLayoutPanel1.Location = New System.Drawing.Point(12, 64)
|
|
Me.MyFlowLayoutPanel1.Name = "MyFlowLayoutPanel1"
|
|
Me.MyFlowLayoutPanel1.Size = New System.Drawing.Size(272, 371)
|
|
Me.MyFlowLayoutPanel1.TabIndex = 2
|
|
'
|
|
'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(12, 29)
|
|
Me.cboTeams.Name = "cboTeams"
|
|
Me.cboTeams.Size = New System.Drawing.Size(272, 28)
|
|
Me.cboTeams.TabIndex = 0
|
|
'
|
|
'btnZuordnungAufheben
|
|
'
|
|
Me.btnZuordnungAufheben.DialogResult = System.Windows.Forms.DialogResult.OK
|
|
Me.btnZuordnungAufheben.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnZuordnungAufheben.Location = New System.Drawing.Point(152, 3)
|
|
Me.btnZuordnungAufheben.Name = "btnZuordnungAufheben"
|
|
Me.btnZuordnungAufheben.Size = New System.Drawing.Size(131, 23)
|
|
Me.btnZuordnungAufheben.TabIndex = 3
|
|
Me.btnZuordnungAufheben.Text = "Zuordnung aufheben"
|
|
Me.btnZuordnungAufheben.UseVisualStyleBackColor = True
|
|
'
|
|
'frmKundeTeamZuordnung
|
|
'
|
|
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(292, 441)
|
|
Me.Controls.Add(Me.btnZuordnungAufheben)
|
|
Me.Controls.Add(Me.MyFlowLayoutPanel1)
|
|
Me.Controls.Add(Me.lblTeams)
|
|
Me.Controls.Add(Me.cboTeams)
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.Name = "frmKundeTeamZuordnung"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
|
|
Me.Text = "Team Zuordnung"
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents cboTeams As VERAG_PROG_ALLGEMEIN.MyComboBox
|
|
Friend WithEvents lblTeams As System.Windows.Forms.Label
|
|
Friend WithEvents MyFlowLayoutPanel1 As VERAG_PROG_ALLGEMEIN.MyFlowLayoutPanel
|
|
Friend WithEvents btnZuordnungAufheben As System.Windows.Forms.Button
|
|
End Class
|