object FormZoekProducten: TFormZoekProducten Left = 0 Top = 0 BorderStyle = bsSizeToolWin Caption = 'FormZoekProducten' ClientHeight = 204 ClientWidth = 359 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate DesignSize = ( 359 204) PixelsPerInch = 96 TextHeight = 13 object PageControl1: TPageControl Left = 0 Top = 0 Width = 361 Height = 204 ActivePage = TabSheetKortTekst Anchors = [akLeft, akTop, akRight, akBottom] Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False TabOrder = 0 object TabSheetKortTekst: TTabSheet Caption = '(K) Kort tekst' ExplicitLeft = 0 ExplicitTop = 0 ExplicitWidth = 0 ExplicitHeight = 0 DesignSize = ( 353 176) object Label1: TLabel Left = 3 Top = 10 Width = 27 Height = 13 Caption = 'Zoek:' end object Label2: TLabel Left = 3 Top = 45 Width = 37 Height = 13 Caption = 'Beperk:' end object EditZoekKortTekst: TEdit Left = 56 Top = 7 Width = 289 Height = 21 Anchors = [akLeft, akTop, akRight] TabOrder = 0 OnChange = EditZoekKortTekstChange end object ComboBoxBeperkKortTekst: TComboBox Left = 56 Top = 42 Width = 145 Height = 21 Style = csDropDownList TabOrder = 1 OnChange = ComboBoxBeperkKortTekstChange Items.Strings = ( '--Geen beperking--' 'Klant nummer' 'Leveranciers nummer') end object EditBeperkKortTekst: TEdit Left = 56 Top = 69 Width = 289 Height = 21 Anchors = [akLeft, akTop, akRight] TabOrder = 2 end object ButtonZoekViaKortTekst: TButton Left = 72 Top = 115 Width = 200 Height = 25 Caption = 'Zoek' Enabled = False Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False TabOrder = 3 OnClick = ButtonZoekViaKortTekstClick end end object TabSheetIdentificatieNr: TTabSheet Caption = '(I) Identificatie nr' ImageIndex = 1 DesignSize = ( 353 176) object Label3: TLabel Left = 3 Top = 10 Width = 41 Height = 13 Caption = 'IdentNr:' end object EditZoekIdentNr: TEdit Left = 56 Top = 7 Width = 289 Height = 21 Anchors = [akLeft, akTop, akRight] TabOrder = 0 OnChange = EditZoekIdentNrChange end object ButtonZoekIdentNr: TButton Left = 72 Top = 45 Width = 200 Height = 25 Caption = 'Zoek' Enabled = False Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False TabOrder = 1 OnClick = ButtonZoekIdentNrClick end end object TabSheetLeveranciersRef: TTabSheet Caption = '(R) Leveranciers ref' ImageIndex = 2 ExplicitLeft = 0 ExplicitTop = 0 ExplicitWidth = 0 ExplicitHeight = 0 DesignSize = ( 353 176) object Label4: TLabel Left = 3 Top = 10 Width = 55 Height = 13 Caption = 'Referentie:' end object Label5: TLabel Left = 3 Top = 45 Width = 80 Height = 13 Caption = 'Beperk klantnr. :' end object Label6: TLabel Left = 3 Top = 80 Width = 55 Height = 13 Caption = 'Stock type:' end object EditZoekReferentie: TEdit Left = 120 Top = 7 Width = 225 Height = 21 Anchors = [akLeft, akTop, akRight] TabOrder = 0 OnChange = EditReferentieChange end object EditKlantNrReferentie: TEdit Left = 120 Top = 42 Width = 225 Height = 21 Anchors = [akLeft, akTop, akRight] TabOrder = 1 TextHint = 'Klant nr' OnChange = EditReferentieChange end object ComboBoxStockTypeReferentie: TComboBox Left = 120 Top = 77 Width = 225 Height = 21 Style = csDropDownList Anchors = [akLeft, akTop, akRight] TabOrder = 2 Items.Strings = ( '--Niet gespecifieerd--' 'S' 'N' 'A') end object ButtonZoekLeveranciersReferentie: TButton Left = 72 Top = 115 Width = 200 Height = 25 Caption = 'Zoek' Enabled = False Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False TabOrder = 3 OnClick = ButtonZoekLeveranciersReferentieClick end end object TabSheetTekst: TTabSheet Caption = '(T) Tekst' ImageIndex = 3 ExplicitLeft = 0 ExplicitTop = 0 ExplicitWidth = 0 ExplicitHeight = 0 DesignSize = ( 353 176) object Label7: TLabel Left = 3 Top = 10 Width = 27 Height = 13 Caption = 'Zoek:' end object Label8: TLabel Left = 3 Top = 45 Width = 27 Height = 13 Caption = 'Taal :' end object Label10: TLabel Left = 3 Top = 80 Width = 37 Height = 13 Caption = 'Beperk:' end object EditZoekTekst: TEdit Left = 56 Top = 7 Width = 289 Height = 21 Anchors = [akLeft, akTop, akRight] TabOrder = 0 OnChange = EditZoekTekstChange end object ComboBoxTaalTekst: TComboBox Left = 56 Top = 42 Width = 225 Height = 21 Style = csDropDownList TabOrder = 1 Items.Strings = ( '--Niet gespecifieerd--' 'N' 'F' 'D' 'E' 'R') end object ComboBoxBeperkTekst: TComboBox Left = 56 Top = 77 Width = 145 Height = 21 Style = csDropDownList TabOrder = 2 OnChange = ComboBoxBeperkTekstChange Items.Strings = ( '--Geen beperking--' 'Klant nummer' 'Leveranciers nummer') end object EditBeperkTekst: TEdit Left = 56 Top = 104 Width = 289 Height = 21 Anchors = [akLeft, akTop, akRight] TabOrder = 3 end object ButtonZoekTekst: TButton Left = 72 Top = 150 Width = 200 Height = 25 Caption = 'Zoek' Enabled = False Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False TabOrder = 4 OnClick = ButtonZoekTekstClick end end end end