|
|
|
@ -50,9 +50,9 @@ Partial Class frmPerson
|
|
|
|
|
Me.txtAnmerkung = New System.Windows.Forms.TextBox()
|
|
|
|
|
Me.chkStammgast = New System.Windows.Forms.CheckBox()
|
|
|
|
|
Me.chkBlacklist = New System.Windows.Forms.CheckBox()
|
|
|
|
|
Me.cboLand = New System.Windows.Forms.ComboBox()
|
|
|
|
|
Me.GästeBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
|
|
|
|
Me.GästeDataSet = New Gästeliste.GästeDataSet()
|
|
|
|
|
Me.cboLand = New System.Windows.Forms.ComboBox()
|
|
|
|
|
Me.TableLayoutPanel1.SuspendLayout()
|
|
|
|
|
Me.TableLayoutPanel2.SuspendLayout()
|
|
|
|
|
CType(Me.GästeBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
|
|
@ -343,16 +343,6 @@ Partial Class frmPerson
|
|
|
|
|
Me.chkBlacklist.TabIndex = 2
|
|
|
|
|
Me.chkBlacklist.UseVisualStyleBackColor = True
|
|
|
|
|
'
|
|
|
|
|
'GästeBindingSource
|
|
|
|
|
'
|
|
|
|
|
Me.GästeBindingSource.DataMember = "Gäste"
|
|
|
|
|
Me.GästeBindingSource.DataSource = Me.GästeDataSet
|
|
|
|
|
'
|
|
|
|
|
'GästeDataSet
|
|
|
|
|
'
|
|
|
|
|
Me.GästeDataSet.DataSetName = "GästeDataSet"
|
|
|
|
|
Me.GästeDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
|
|
|
|
|
'
|
|
|
|
|
'cboLand
|
|
|
|
|
'
|
|
|
|
|
Me.cboLand.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
|
|
|
|
@ -367,6 +357,16 @@ Partial Class frmPerson
|
|
|
|
|
Me.cboLand.TabIndex = 3
|
|
|
|
|
Me.cboLand.Text = "Deutschland"
|
|
|
|
|
'
|
|
|
|
|
'GästeBindingSource
|
|
|
|
|
'
|
|
|
|
|
Me.GästeBindingSource.DataMember = "Gäste"
|
|
|
|
|
Me.GästeBindingSource.DataSource = Me.GästeDataSet
|
|
|
|
|
'
|
|
|
|
|
'GästeDataSet
|
|
|
|
|
'
|
|
|
|
|
Me.GästeDataSet.DataSetName = "GästeDataSet"
|
|
|
|
|
Me.GästeDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
|
|
|
|
|
'
|
|
|
|
|
'frmPerson
|
|
|
|
|
'
|
|
|
|
|
Me.AcceptButton = Me.OK_Button
|
|
|
|
|