_ Partial Class frmAuswahl_Aviso Inherits System.Windows.Forms.Form 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. _ 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. _ Private Sub InitializeComponent() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmAuswahl_Aviso)) Me.btnDruck = New System.Windows.Forms.Button() Me.btnAbbruch = New System.Windows.Forms.Button() Me.Label5 = New System.Windows.Forms.Label() Me.txtLKW_Nr = New System.Windows.Forms.TextBox() Me.Label8 = New System.Windows.Forms.Label() Me.txtFrächter = New System.Windows.Forms.TextBox() Me.dtpAvisoVon = New System.Windows.Forms.DateTimePicker() Me.dtpAvisoBis = New System.Windows.Forms.DateTimePicker() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.optFreigegeben = New System.Windows.Forms.RadioButton() Me.optNichtEingetroffen = New System.Windows.Forms.RadioButton() Me.optAlle = New System.Windows.Forms.RadioButton() Me.optAnkunft = New System.Windows.Forms.RadioButton() Me.optErfasst = New System.Windows.Forms.RadioButton() Me.Label10 = New System.Windows.Forms.Label() Me.Label1 = New System.Windows.Forms.Label() Me.txtAuftraggeber = New System.Windows.Forms.TextBox() Me.Label2 = New System.Windows.Forms.Label() Me.txtMitarbeiter = New System.Windows.Forms.TextBox() Me.Label4 = New System.Windows.Forms.Label() Me.txtStdVon = New System.Windows.Forms.TextBox() Me.txtStdBis = New System.Windows.Forms.TextBox() Me.Label11 = New System.Windows.Forms.Label() Me.Label12 = New System.Windows.Forms.Label() Me.Label13 = New System.Windows.Forms.Label() Me.optIntern = New System.Windows.Forms.RadioButton() Me.optKunde = New System.Windows.Forms.RadioButton() Me.Label3 = New System.Windows.Forms.Label() Me.GroupBox2 = New System.Windows.Forms.GroupBox() Me.Label16 = New System.Windows.Forms.Label() Me.optMonatJahr = New System.Windows.Forms.RadioButton() Me.optDatumAviso = New System.Windows.Forms.RadioButton() Me.optDatumFreigabe = New System.Windows.Forms.RadioButton() Me.optDatumAnkunft = New System.Windows.Forms.RadioButton() Me.dtpFreigabeBis = New System.Windows.Forms.DateTimePicker() Me.dtpAnkunftBis = New System.Windows.Forms.DateTimePicker() Me.txtJahr = New System.Windows.Forms.TextBox() Me.txtMonat = New System.Windows.Forms.TextBox() Me.dtpFreigabeVon = New System.Windows.Forms.DateTimePicker() Me.Label15 = New System.Windows.Forms.Label() Me.dtpAnkunftVon = New System.Windows.Forms.DateTimePicker() Me.Label6 = New System.Windows.Forms.Label() Me.btnLfdMonat = New System.Windows.Forms.Button() Me.btnVormonat = New System.Windows.Forms.Button() Me.btnLfdJahr = New System.Windows.Forms.Button() Me.GroupBox3 = New System.Windows.Forms.GroupBox() Me.optWAI = New System.Windows.Forms.RadioButton() Me.optNKD = New System.Windows.Forms.RadioButton() Me.optStandortAlle = New System.Windows.Forms.RadioButton() Me.optSBG = New System.Windows.Forms.RadioButton() Me.optSUB = New System.Windows.Forms.RadioButton() Me.GroupBox4 = New System.Windows.Forms.GroupBox() Me.cboFirma = New System.Windows.Forms.ComboBox() Me.Label17 = New System.Windows.Forms.Label() Me.optFrächter = New System.Windows.Forms.RadioButton() Me.optFirmaBeides = New System.Windows.Forms.RadioButton() Me.optAuftraggeber = New System.Windows.Forms.RadioButton() Me.GroupBox5 = New System.Windows.Forms.GroupBox() Me.GroupBox1.SuspendLayout() Me.GroupBox2.SuspendLayout() Me.GroupBox3.SuspendLayout() Me.GroupBox4.SuspendLayout() Me.GroupBox5.SuspendLayout() Me.SuspendLayout() ' 'btnDruck ' Me.btnDruck.Location = New System.Drawing.Point(247, 459) Me.btnDruck.Name = "btnDruck" Me.btnDruck.Size = New System.Drawing.Size(80, 40) Me.btnDruck.TabIndex = 7 Me.btnDruck.Text = "Drucken" Me.btnDruck.UseVisualStyleBackColor = True ' 'btnAbbruch ' Me.btnAbbruch.Location = New System.Drawing.Point(355, 459) Me.btnAbbruch.Name = "btnAbbruch" Me.btnAbbruch.Size = New System.Drawing.Size(80, 40) Me.btnAbbruch.TabIndex = 8 Me.btnAbbruch.Text = "Schließen" Me.btnAbbruch.UseVisualStyleBackColor = True ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(17, 47) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(46, 13) Me.Label5.TabIndex = 5 Me.Label5.Text = "Frächter" ' 'txtLKW_Nr ' Me.txtLKW_Nr.Location = New System.Drawing.Point(96, 18) Me.txtLKW_Nr.MaxLength = 20 Me.txtLKW_Nr.Name = "txtLKW_Nr" Me.txtLKW_Nr.Size = New System.Drawing.Size(100, 20) Me.txtLKW_Nr.TabIndex = 0 ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Location = New System.Drawing.Point(17, 21) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(73, 13) Me.Label8.TabIndex = 5 Me.Label8.Text = "LKW-Nummer" ' 'txtFrächter ' Me.txtFrächter.Location = New System.Drawing.Point(96, 44) Me.txtFrächter.MaxLength = 20 Me.txtFrächter.Name = "txtFrächter" Me.txtFrächter.Size = New System.Drawing.Size(100, 20) Me.txtFrächter.TabIndex = 1 ' 'dtpAvisoVon ' Me.dtpAvisoVon.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.dtpAvisoVon.Location = New System.Drawing.Point(118, 19) Me.dtpAvisoVon.Name = "dtpAvisoVon" Me.dtpAvisoVon.Size = New System.Drawing.Size(93, 20) Me.dtpAvisoVon.TabIndex = 0 ' 'dtpAvisoBis ' Me.dtpAvisoBis.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.dtpAvisoBis.Location = New System.Drawing.Point(234, 19) Me.dtpAvisoBis.Name = "dtpAvisoBis" Me.dtpAvisoBis.Size = New System.Drawing.Size(93, 20) Me.dtpAvisoBis.TabIndex = 1 ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.optFreigegeben) Me.GroupBox1.Controls.Add(Me.optNichtEingetroffen) Me.GroupBox1.Controls.Add(Me.optAlle) Me.GroupBox1.Controls.Add(Me.optAnkunft) Me.GroupBox1.Controls.Add(Me.optErfasst) Me.GroupBox1.Location = New System.Drawing.Point(25, 42) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(334, 68) Me.GroupBox1.TabIndex = 2 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "Status" ' 'optFreigegeben ' Me.optFreigegeben.AutoSize = True Me.optFreigegeben.Location = New System.Drawing.Point(146, 42) Me.optFreigegeben.Name = "optFreigegeben" Me.optFreigegeben.Size = New System.Drawing.Size(81, 17) Me.optFreigegeben.TabIndex = 4 Me.optFreigegeben.TabStop = True Me.optFreigegeben.Text = "freigegeben" Me.optFreigegeben.UseVisualStyleBackColor = True ' 'optNichtEingetroffen ' Me.optNichtEingetroffen.AutoSize = True Me.optNichtEingetroffen.Location = New System.Drawing.Point(146, 19) Me.optNichtEingetroffen.Name = "optNichtEingetroffen" Me.optNichtEingetroffen.Size = New System.Drawing.Size(134, 17) Me.optNichtEingetroffen.TabIndex = 2 Me.optNichtEingetroffen.TabStop = True Me.optNichtEingetroffen.Text = "LKW nicht eingetroffen" Me.optNichtEingetroffen.UseVisualStyleBackColor = True ' 'optAlle ' Me.optAlle.AutoSize = True Me.optAlle.Location = New System.Drawing.Point(9, 19) Me.optAlle.Name = "optAlle" Me.optAlle.Size = New System.Drawing.Size(42, 17) Me.optAlle.TabIndex = 0 Me.optAlle.TabStop = True Me.optAlle.Text = "Alle" Me.optAlle.UseVisualStyleBackColor = True ' 'optAnkunft ' Me.optAnkunft.AutoSize = True Me.optAnkunft.Location = New System.Drawing.Point(67, 42) Me.optAnkunft.Name = "optAnkunft" Me.optAnkunft.Size = New System.Drawing.Size(62, 17) Me.optAnkunft.TabIndex = 3 Me.optAnkunft.TabStop = True Me.optAnkunft.Text = "Ankunft" Me.optAnkunft.UseVisualStyleBackColor = True ' 'optErfasst ' Me.optErfasst.AutoSize = True Me.optErfasst.ForeColor = System.Drawing.SystemColors.ControlText Me.optErfasst.Location = New System.Drawing.Point(67, 19) Me.optErfasst.Name = "optErfasst" Me.optErfasst.Size = New System.Drawing.Size(56, 17) Me.optErfasst.TabIndex = 1 Me.optErfasst.TabStop = True Me.optErfasst.Text = "erfasst" Me.optErfasst.UseVisualStyleBackColor = True ' 'Label10 ' Me.Label10.AutoSize = True Me.Label10.Location = New System.Drawing.Point(213, 21) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(20, 13) Me.Label10.TabIndex = 7 Me.Label10.Text = "bis" ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(16, 73) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(68, 13) Me.Label1.TabIndex = 5 Me.Label1.Text = "Auftraggeber" ' 'txtAuftraggeber ' Me.txtAuftraggeber.Location = New System.Drawing.Point(96, 70) Me.txtAuftraggeber.MaxLength = 20 Me.txtAuftraggeber.Name = "txtAuftraggeber" Me.txtAuftraggeber.Size = New System.Drawing.Size(100, 20) Me.txtAuftraggeber.TabIndex = 2 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(17, 99) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(78, 13) Me.Label2.TabIndex = 5 Me.Label2.Text = "letz. Mitarbeiter" ' 'txtMitarbeiter ' Me.txtMitarbeiter.Location = New System.Drawing.Point(96, 96) Me.txtMitarbeiter.MaxLength = 20 Me.txtMitarbeiter.Name = "txtMitarbeiter" Me.txtMitarbeiter.Size = New System.Drawing.Size(100, 20) Me.txtMitarbeiter.TabIndex = 3 ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(16, 129) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(90, 13) Me.Label4.TabIndex = 5 Me.Label4.Text = "Dauer in Stunden" ' 'txtStdVon ' Me.txtStdVon.Location = New System.Drawing.Point(143, 126) Me.txtStdVon.MaxLength = 2 Me.txtStdVon.Name = "txtStdVon" Me.txtStdVon.Size = New System.Drawing.Size(35, 20) Me.txtStdVon.TabIndex = 5 Me.txtStdVon.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'txtStdBis ' Me.txtStdBis.Location = New System.Drawing.Point(210, 126) Me.txtStdBis.MaxLength = 3 Me.txtStdBis.Name = "txtStdBis" Me.txtStdBis.Size = New System.Drawing.Size(35, 20) Me.txtStdBis.TabIndex = 7 Me.txtStdBis.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label11 ' Me.Label11.AutoSize = True Me.Label11.Location = New System.Drawing.Point(184, 129) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(20, 13) Me.Label11.TabIndex = 6 Me.Label11.Text = "bis" ' 'Label12 ' Me.Label12.AutoSize = True Me.Label12.Location = New System.Drawing.Point(112, 129) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(25, 13) Me.Label12.TabIndex = 4 Me.Label12.Text = "von" ' 'Label13 ' Me.Label13.AutoSize = True Me.Label13.Location = New System.Drawing.Point(38, 149) Me.Label13.Name = "Label13" Me.Label13.Size = New System.Drawing.Size(167, 13) Me.Label13.TabIndex = 7 Me.Label13.Text = "(gilt nur bei Auswahl 'freigegeben')" ' 'optIntern ' Me.optIntern.AutoSize = True Me.optIntern.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.optIntern.Location = New System.Drawing.Point(207, 7) Me.optIntern.Name = "optIntern" Me.optIntern.Size = New System.Drawing.Size(97, 20) Me.optIntern.TabIndex = 1 Me.optIntern.TabStop = True Me.optIntern.Text = "interne Liste" Me.optIntern.UseVisualStyleBackColor = True ' 'optKunde ' Me.optKunde.AutoSize = True Me.optKunde.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.optKunde.Location = New System.Drawing.Point(106, 7) Me.optKunde.Name = "optKunde" Me.optKunde.Size = New System.Drawing.Size(95, 20) Me.optKunde.TabIndex = 0 Me.optKunde.TabStop = True Me.optKunde.Text = "Kundenliste" Me.optKunde.UseVisualStyleBackColor = True ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label3.Location = New System.Drawing.Point(22, 9) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(78, 16) Me.Label3.TabIndex = 22 Me.Label3.Text = "Art der Liste" ' 'GroupBox2 ' Me.GroupBox2.Controls.Add(Me.Label16) Me.GroupBox2.Controls.Add(Me.optMonatJahr) Me.GroupBox2.Controls.Add(Me.optDatumAviso) Me.GroupBox2.Controls.Add(Me.optDatumFreigabe) Me.GroupBox2.Controls.Add(Me.optDatumAnkunft) Me.GroupBox2.Controls.Add(Me.dtpFreigabeBis) Me.GroupBox2.Controls.Add(Me.dtpAnkunftBis) Me.GroupBox2.Controls.Add(Me.txtJahr) Me.GroupBox2.Controls.Add(Me.txtMonat) Me.GroupBox2.Controls.Add(Me.dtpFreigabeVon) Me.GroupBox2.Controls.Add(Me.dtpAvisoBis) Me.GroupBox2.Controls.Add(Me.Label15) Me.GroupBox2.Controls.Add(Me.dtpAnkunftVon) Me.GroupBox2.Controls.Add(Me.Label6) Me.GroupBox2.Controls.Add(Me.dtpAvisoVon) Me.GroupBox2.Controls.Add(Me.Label10) Me.GroupBox2.Location = New System.Drawing.Point(25, 116) Me.GroupBox2.Name = "GroupBox2" Me.GroupBox2.Size = New System.Drawing.Size(334, 131) Me.GroupBox2.TabIndex = 3 Me.GroupBox2.TabStop = False Me.GroupBox2.Text = "Datum" ' 'Label16 ' Me.Label16.AutoSize = True Me.Label16.Location = New System.Drawing.Point(154, 100) Me.Label16.Name = "Label16" Me.Label16.Size = New System.Drawing.Size(27, 13) Me.Label16.TabIndex = 12 Me.Label16.Text = "Jahr" ' 'optMonatJahr ' Me.optMonatJahr.AutoSize = True Me.optMonatJahr.Location = New System.Drawing.Point(9, 98) Me.optMonatJahr.Name = "optMonatJahr" Me.optMonatJahr.Size = New System.Drawing.Size(94, 17) Me.optMonatJahr.TabIndex = 2 Me.optMonatJahr.TabStop = True Me.optMonatJahr.Text = "Gesamt Monat" Me.optMonatJahr.UseVisualStyleBackColor = True ' 'optDatumAviso ' Me.optDatumAviso.AutoSize = True Me.optDatumAviso.Location = New System.Drawing.Point(9, 19) Me.optDatumAviso.Name = "optDatumAviso" Me.optDatumAviso.Size = New System.Drawing.Size(93, 17) Me.optDatumAviso.TabIndex = 0 Me.optDatumAviso.TabStop = True Me.optDatumAviso.Text = "Aviso-Eingang" Me.optDatumAviso.UseVisualStyleBackColor = True ' 'optDatumFreigabe ' Me.optDatumFreigabe.AutoSize = True Me.optDatumFreigabe.Location = New System.Drawing.Point(9, 71) Me.optDatumFreigabe.Name = "optDatumFreigabe" Me.optDatumFreigabe.Size = New System.Drawing.Size(66, 17) Me.optDatumFreigabe.TabIndex = 3 Me.optDatumFreigabe.TabStop = True Me.optDatumFreigabe.Text = "Freigabe" Me.optDatumFreigabe.UseVisualStyleBackColor = True ' 'optDatumAnkunft ' Me.optDatumAnkunft.AutoSize = True Me.optDatumAnkunft.ForeColor = System.Drawing.SystemColors.ControlText Me.optDatumAnkunft.Location = New System.Drawing.Point(9, 45) Me.optDatumAnkunft.Name = "optDatumAnkunft" Me.optDatumAnkunft.Size = New System.Drawing.Size(62, 17) Me.optDatumAnkunft.TabIndex = 1 Me.optDatumAnkunft.TabStop = True Me.optDatumAnkunft.Text = "Ankunft" Me.optDatumAnkunft.UseVisualStyleBackColor = True ' 'dtpFreigabeBis ' Me.dtpFreigabeBis.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.dtpFreigabeBis.Location = New System.Drawing.Point(234, 71) Me.dtpFreigabeBis.Name = "dtpFreigabeBis" Me.dtpFreigabeBis.Size = New System.Drawing.Size(93, 20) Me.dtpFreigabeBis.TabIndex = 5 ' 'dtpAnkunftBis ' Me.dtpAnkunftBis.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.dtpAnkunftBis.Location = New System.Drawing.Point(234, 45) Me.dtpAnkunftBis.Name = "dtpAnkunftBis" Me.dtpAnkunftBis.Size = New System.Drawing.Size(93, 20) Me.dtpAnkunftBis.TabIndex = 3 ' 'txtJahr ' Me.txtJahr.Location = New System.Drawing.Point(187, 97) Me.txtJahr.MaxLength = 4 Me.txtJahr.Name = "txtJahr" Me.txtJahr.Size = New System.Drawing.Size(35, 20) Me.txtJahr.TabIndex = 7 Me.txtJahr.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'txtMonat ' Me.txtMonat.Location = New System.Drawing.Point(118, 97) Me.txtMonat.MaxLength = 2 Me.txtMonat.Name = "txtMonat" Me.txtMonat.Size = New System.Drawing.Size(30, 20) Me.txtMonat.TabIndex = 6 Me.txtMonat.Text = "01" Me.txtMonat.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'dtpFreigabeVon ' Me.dtpFreigabeVon.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.dtpFreigabeVon.Location = New System.Drawing.Point(118, 71) Me.dtpFreigabeVon.Name = "dtpFreigabeVon" Me.dtpFreigabeVon.Size = New System.Drawing.Size(93, 20) Me.dtpFreigabeVon.TabIndex = 4 ' 'Label15 ' Me.Label15.AutoSize = True Me.Label15.Location = New System.Drawing.Point(213, 73) Me.Label15.Name = "Label15" Me.Label15.Size = New System.Drawing.Size(20, 13) Me.Label15.TabIndex = 7 Me.Label15.Text = "bis" ' 'dtpAnkunftVon ' Me.dtpAnkunftVon.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.dtpAnkunftVon.Location = New System.Drawing.Point(118, 45) Me.dtpAnkunftVon.Name = "dtpAnkunftVon" Me.dtpAnkunftVon.Size = New System.Drawing.Size(93, 20) Me.dtpAnkunftVon.TabIndex = 2 ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(213, 47) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(20, 13) Me.Label6.TabIndex = 7 Me.Label6.Text = "bis" ' 'btnLfdMonat ' Me.btnLfdMonat.Location = New System.Drawing.Point(372, 137) Me.btnLfdMonat.Name = "btnLfdMonat" Me.btnLfdMonat.Size = New System.Drawing.Size(91, 22) Me.btnLfdMonat.TabIndex = 24 Me.btnLfdMonat.TabStop = False Me.btnLfdMonat.Text = "Lfd. Monat" Me.btnLfdMonat.UseVisualStyleBackColor = True ' 'btnVormonat ' Me.btnVormonat.Location = New System.Drawing.Point(372, 163) Me.btnVormonat.Name = "btnVormonat" Me.btnVormonat.Size = New System.Drawing.Size(91, 22) Me.btnVormonat.TabIndex = 24 Me.btnVormonat.TabStop = False Me.btnVormonat.Text = "Vormonat" Me.btnVormonat.UseVisualStyleBackColor = True ' 'btnLfdJahr ' Me.btnLfdJahr.Location = New System.Drawing.Point(372, 188) Me.btnLfdJahr.Name = "btnLfdJahr" Me.btnLfdJahr.Size = New System.Drawing.Size(91, 22) Me.btnLfdJahr.TabIndex = 24 Me.btnLfdJahr.TabStop = False Me.btnLfdJahr.Text = "Lfd. Jahr" Me.btnLfdJahr.UseVisualStyleBackColor = True ' 'GroupBox3 ' Me.GroupBox3.Controls.Add(Me.optWAI) Me.GroupBox3.Controls.Add(Me.optNKD) Me.GroupBox3.Controls.Add(Me.optStandortAlle) Me.GroupBox3.Controls.Add(Me.optSBG) Me.GroupBox3.Controls.Add(Me.optSUB) Me.GroupBox3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.GroupBox3.Location = New System.Drawing.Point(25, 253) Me.GroupBox3.Name = "GroupBox3" Me.GroupBox3.Size = New System.Drawing.Size(334, 68) Me.GroupBox3.TabIndex = 4 Me.GroupBox3.TabStop = False Me.GroupBox3.Text = "Standort / Grenzstelle" ' 'optWAI ' Me.optWAI.AutoSize = True Me.optWAI.Location = New System.Drawing.Point(173, 42) Me.optWAI.Name = "optWAI" Me.optWAI.Size = New System.Drawing.Size(103, 17) Me.optWAI.TabIndex = 4 Me.optWAI.TabStop = True Me.optWAI.Text = "Waidhaus (WAI)" Me.optWAI.UseVisualStyleBackColor = True ' 'optNKD ' Me.optNKD.AutoSize = True Me.optNKD.Location = New System.Drawing.Point(173, 19) Me.optNKD.Name = "optNKD" Me.optNKD.Size = New System.Drawing.Size(110, 17) Me.optNKD.TabIndex = 2 Me.optNKD.TabStop = True Me.optNKD.Text = "Nickelsdorf (NKD)" Me.optNKD.UseVisualStyleBackColor = True ' 'optStandortAlle ' Me.optStandortAlle.AutoSize = True Me.optStandortAlle.Location = New System.Drawing.Point(9, 19) Me.optStandortAlle.Name = "optStandortAlle" Me.optStandortAlle.Size = New System.Drawing.Size(42, 17) Me.optStandortAlle.TabIndex = 0 Me.optStandortAlle.TabStop = True Me.optStandortAlle.Text = "Alle" Me.optStandortAlle.UseVisualStyleBackColor = True ' 'optSBG ' Me.optSBG.AutoSize = True Me.optSBG.Location = New System.Drawing.Point(67, 42) Me.optSBG.Name = "optSBG" Me.optSBG.Size = New System.Drawing.Size(97, 17) Me.optSBG.TabIndex = 3 Me.optSBG.TabStop = True Me.optSBG.Text = "Salzburg (SBG)" Me.optSBG.UseVisualStyleBackColor = True ' 'optSUB ' Me.optSUB.AutoSize = True Me.optSUB.ForeColor = System.Drawing.SystemColors.ControlText Me.optSUB.Location = New System.Drawing.Point(67, 19) Me.optSUB.Name = "optSUB" Me.optSUB.Size = New System.Drawing.Size(87, 17) Me.optSUB.TabIndex = 1 Me.optSUB.TabStop = True Me.optSUB.Text = "Suben (SUB)" Me.optSUB.UseVisualStyleBackColor = True ' 'GroupBox4 ' Me.GroupBox4.Controls.Add(Me.cboFirma) Me.GroupBox4.Controls.Add(Me.Label17) Me.GroupBox4.Controls.Add(Me.optFrächter) Me.GroupBox4.Controls.Add(Me.optFirmaBeides) Me.GroupBox4.Controls.Add(Me.optAuftraggeber) Me.GroupBox4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.GroupBox4.Location = New System.Drawing.Point(25, 332) Me.GroupBox4.Name = "GroupBox4" Me.GroupBox4.Size = New System.Drawing.Size(334, 96) Me.GroupBox4.TabIndex = 5 Me.GroupBox4.TabStop = False Me.GroupBox4.Text = "Firma" ' 'cboFirma ' Me.cboFirma.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend Me.cboFirma.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems Me.cboFirma.FormattingEnabled = True Me.cboFirma.Location = New System.Drawing.Point(54, 19) Me.cboFirma.Name = "cboFirma" Me.cboFirma.Size = New System.Drawing.Size(273, 21) Me.cboFirma.TabIndex = 0 ' 'Label17 ' Me.Label17.AutoSize = True Me.Label17.Location = New System.Drawing.Point(16, 22) Me.Label17.Name = "Label17" Me.Label17.Size = New System.Drawing.Size(32, 13) Me.Label17.TabIndex = 8 Me.Label17.Text = "Firma" ' 'optFrächter ' Me.optFrächter.AutoSize = True Me.optFrächter.Location = New System.Drawing.Point(54, 51) Me.optFrächter.Name = "optFrächter" Me.optFrächter.Size = New System.Drawing.Size(80, 17) Me.optFrächter.TabIndex = 1 Me.optFrächter.TabStop = True Me.optFrächter.Text = "als Frächter" Me.optFrächter.UseVisualStyleBackColor = True ' 'optFirmaBeides ' Me.optFirmaBeides.AutoSize = True Me.optFirmaBeides.Location = New System.Drawing.Point(227, 51) Me.optFirmaBeides.Name = "optFirmaBeides" Me.optFirmaBeides.Size = New System.Drawing.Size(51, 17) Me.optFirmaBeides.TabIndex = 3 Me.optFirmaBeides.TabStop = True Me.optFirmaBeides.Text = "beide" Me.optFirmaBeides.UseVisualStyleBackColor = True ' 'optAuftraggeber ' Me.optAuftraggeber.AutoSize = True Me.optAuftraggeber.ForeColor = System.Drawing.SystemColors.ControlText Me.optAuftraggeber.Location = New System.Drawing.Point(140, 51) Me.optAuftraggeber.Name = "optAuftraggeber" Me.optAuftraggeber.Size = New System.Drawing.Size(81, 17) Me.optAuftraggeber.TabIndex = 2 Me.optAuftraggeber.TabStop = True Me.optAuftraggeber.Text = "als Avisierer" Me.optAuftraggeber.UseVisualStyleBackColor = True ' 'GroupBox5 ' Me.GroupBox5.Controls.Add(Me.txtMitarbeiter) Me.GroupBox5.Controls.Add(Me.Label5) Me.GroupBox5.Controls.Add(Me.Label1) Me.GroupBox5.Controls.Add(Me.Label8) Me.GroupBox5.Controls.Add(Me.Label2) Me.GroupBox5.Controls.Add(Me.txtLKW_Nr) Me.GroupBox5.Controls.Add(Me.txtFrächter) Me.GroupBox5.Controls.Add(Me.txtAuftraggeber) Me.GroupBox5.Controls.Add(Me.Label4) Me.GroupBox5.Controls.Add(Me.Label11) Me.GroupBox5.Controls.Add(Me.Label12) Me.GroupBox5.Controls.Add(Me.txtStdBis) Me.GroupBox5.Controls.Add(Me.Label13) Me.GroupBox5.Controls.Add(Me.txtStdVon) Me.GroupBox5.Location = New System.Drawing.Point(384, 253) Me.GroupBox5.Name = "GroupBox5" Me.GroupBox5.Size = New System.Drawing.Size(284, 175) Me.GroupBox5.TabIndex = 6 Me.GroupBox5.TabStop = False Me.GroupBox5.Text = "sonstige Suchbegriffe (*-Suche)" ' 'frmAuswahl_Aviso ' Me.AcceptButton = Me.btnDruck Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackColor = System.Drawing.Color.FromArgb(CType(CType(202, Byte), Integer), CType(CType(225, Byte), Integer), CType(CType(255, Byte), Integer)) Me.ClientSize = New System.Drawing.Size(682, 521) Me.Controls.Add(Me.GroupBox5) Me.Controls.Add(Me.GroupBox4) Me.Controls.Add(Me.GroupBox3) Me.Controls.Add(Me.btnLfdJahr) Me.Controls.Add(Me.btnVormonat) Me.Controls.Add(Me.btnLfdMonat) Me.Controls.Add(Me.GroupBox2) Me.Controls.Add(Me.optKunde) Me.Controls.Add(Me.optIntern) Me.Controls.Add(Me.GroupBox1) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.btnAbbruch) Me.Controls.Add(Me.btnDruck) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.KeyPreview = True Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "frmAuswahl_Aviso" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent Me.Text = "Druckauswahl Aviso-Liste" Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() Me.GroupBox2.ResumeLayout(False) Me.GroupBox2.PerformLayout() Me.GroupBox3.ResumeLayout(False) Me.GroupBox3.PerformLayout() Me.GroupBox4.ResumeLayout(False) Me.GroupBox4.PerformLayout() Me.GroupBox5.ResumeLayout(False) Me.GroupBox5.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents btnDruck As System.Windows.Forms.Button Friend WithEvents btnAbbruch As System.Windows.Forms.Button Friend WithEvents Label5 As System.Windows.Forms.Label Friend WithEvents txtLKW_Nr As System.Windows.Forms.TextBox Friend WithEvents Label8 As System.Windows.Forms.Label Friend WithEvents txtFrächter As System.Windows.Forms.TextBox Friend WithEvents dtpAvisoVon As System.Windows.Forms.DateTimePicker Friend WithEvents dtpAvisoBis As System.Windows.Forms.DateTimePicker Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox Friend WithEvents optFreigegeben As System.Windows.Forms.RadioButton Friend WithEvents optNichtEingetroffen As System.Windows.Forms.RadioButton Friend WithEvents optAlle As System.Windows.Forms.RadioButton Friend WithEvents optAnkunft As System.Windows.Forms.RadioButton Friend WithEvents optErfasst As System.Windows.Forms.RadioButton Friend WithEvents Label10 As System.Windows.Forms.Label Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents txtAuftraggeber As System.Windows.Forms.TextBox Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents txtMitarbeiter As System.Windows.Forms.TextBox Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents txtStdVon As System.Windows.Forms.TextBox Friend WithEvents txtStdBis As System.Windows.Forms.TextBox Friend WithEvents Label11 As System.Windows.Forms.Label Friend WithEvents Label12 As System.Windows.Forms.Label Friend WithEvents Label13 As System.Windows.Forms.Label Friend WithEvents optIntern As System.Windows.Forms.RadioButton Friend WithEvents optKunde As System.Windows.Forms.RadioButton Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox Friend WithEvents Label16 As System.Windows.Forms.Label Friend WithEvents optMonatJahr As System.Windows.Forms.RadioButton Friend WithEvents optDatumAviso As System.Windows.Forms.RadioButton Friend WithEvents optDatumFreigabe As System.Windows.Forms.RadioButton Friend WithEvents optDatumAnkunft As System.Windows.Forms.RadioButton Friend WithEvents dtpFreigabeBis As System.Windows.Forms.DateTimePicker Friend WithEvents dtpAnkunftBis As System.Windows.Forms.DateTimePicker Friend WithEvents txtJahr As System.Windows.Forms.TextBox Friend WithEvents txtMonat As System.Windows.Forms.TextBox Friend WithEvents dtpFreigabeVon As System.Windows.Forms.DateTimePicker Friend WithEvents Label15 As System.Windows.Forms.Label Friend WithEvents dtpAnkunftVon As System.Windows.Forms.DateTimePicker Friend WithEvents Label6 As System.Windows.Forms.Label Friend WithEvents btnLfdMonat As System.Windows.Forms.Button Friend WithEvents btnVormonat As System.Windows.Forms.Button Friend WithEvents btnLfdJahr As System.Windows.Forms.Button Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox Friend WithEvents optWAI As System.Windows.Forms.RadioButton Friend WithEvents optNKD As System.Windows.Forms.RadioButton Friend WithEvents optStandortAlle As System.Windows.Forms.RadioButton Friend WithEvents optSBG As System.Windows.Forms.RadioButton Friend WithEvents optSUB As System.Windows.Forms.RadioButton Friend WithEvents GroupBox4 As System.Windows.Forms.GroupBox Friend WithEvents Label17 As System.Windows.Forms.Label Friend WithEvents optFrächter As System.Windows.Forms.RadioButton Friend WithEvents optFirmaBeides As System.Windows.Forms.RadioButton Friend WithEvents optAuftraggeber As System.Windows.Forms.RadioButton Friend WithEvents cboFirma As System.Windows.Forms.ComboBox Friend WithEvents GroupBox5 As System.Windows.Forms.GroupBox End Class