This commit is contained in:
2021-06-24 23:04:15 +02:00
parent 5187fe0e71
commit 2d06d935ef
38 changed files with 6730 additions and 1088 deletions

View File

@@ -72,7 +72,7 @@ Partial Class frmEintragAviso
Me.optTelefonisch = New System.Windows.Forms.RadioButton()
Me.Label12 = New System.Windows.Forms.Label()
Me.cbxHandling = New System.Windows.Forms.CheckBox()
Me.cboGrenzstelle = New System.Windows.Forms.ComboBox()
Me.cboGrenzstelle = New VERAG_PROG_ALLGEMEIN.MyComboBox
Me.lblAktenuebersicht = New System.Windows.Forms.Label()
Me.grpAviso = New System.Windows.Forms.GroupBox()
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
@@ -702,7 +702,7 @@ Partial Class frmEintragAviso
Me.cboGrenzstelle.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.cboGrenzstelle.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cboGrenzstelle.FormattingEnabled = True
Me.cboGrenzstelle.Items.AddRange(New Object() {"", "SUB", "SBG", "WAI", "NKD", "SFD", "NEU", "AMB", "???"})
Me.cboGrenzstelle.Items.AddRange(New Object() {"", "SUB", "SBG", "WAI", "NKD", "SFD", "NEU", "AMB", "WO_GE", "???"})
Me.cboGrenzstelle.Location = New System.Drawing.Point(243, 139)
Me.cboGrenzstelle.Name = "cboGrenzstelle"
Me.cboGrenzstelle.Size = New System.Drawing.Size(74, 28)
@@ -1868,7 +1868,7 @@ Partial Class frmEintragAviso
Friend WithEvents optVorgeschrieben As System.Windows.Forms.RadioButton
Friend WithEvents cbxHandling As System.Windows.Forms.CheckBox
Friend WithEvents dtpDatum As System.Windows.Forms.DateTimePicker
Friend WithEvents cboGrenzstelle As System.Windows.Forms.ComboBox
Friend WithEvents cboGrenzstelle As VERAG_PROG_ALLGEMEIN.MyComboBox
Friend WithEvents lblAktenuebersicht As System.Windows.Forms.Label
Friend WithEvents grpAviso As System.Windows.Forms.GroupBox
Friend WithEvents grpAktVerzollung As System.Windows.Forms.GroupBox