object DriveSelForm: TDriveSelForm Left = 543 Top = 427 BorderStyle = bsDialog Caption = 'Selecteer Driver' ClientHeight = 230 ClientWidth = 398 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 48 Top = 8 Width = 337 Height = 41 AutoSize = False Caption = 'Selecteer s.v.p. een driver voor uw apparaat. Indien het hier ni' + 'et vermeld wordt probeer dan '#233#233'n van de standaard drivers.' WordWrap = True end object Image1: TImage Left = 8 Top = 8 Width = 32 Height = 32 Picture.Data = {} end object Label2: TLabel Left = 8 Top = 56 Width = 121 Height = 13 AutoSize = False Caption = '&Fabrikanten:' end object Label3: TLabel Left = 168 Top = 56 Width = 121 Height = 13 AutoSize = False Caption = 'Mo&dellen:' end object lblStatus: TLabel Left = 59 Top = 208 Width = 177 Height = 13 AutoSize = False Visible = False end object lblSelected: TLabel Left = 59 Top = 232 Width = 177 Height = 13 AutoSize = False Visible = False end object Label4: TLabel Left = 8 Top = 208 Width = 19 Height = 13 Caption = 'Oud:' Visible = False end object Label5: TLabel Left = 8 Top = 232 Width = 25 Height = 13 Caption = 'Nieuw:' Visible = False end object OKBtn: TButton Left = 239 Top = 204 Width = 75 Height = 23 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 2 end object CancelBtn: TButton Left = 319 Top = 204 Width = 75 Height = 23 Cancel = True Caption = 'Annuleren' ModalResult = 2 TabOrder = 3 end object Panel1: TPanel Left = 6 Top = 72 Width = 155 Height = 129 BevelOuter = bvNone BorderStyle = bsSingle Caption = 'Panel1' TabOrder = 0 object lvManufacturers: TListView Left = 0 Top = 0 Width = 151 Height = 125 Align = alClient BorderStyle = bsNone Columns = < item Caption = 'Fabrikant' Width = 120 end> HideSelection = False ReadOnly = True ShowColumnHeaders = False TabOrder = 0 ViewStyle = vsReport OnChange = lvManufacturersChange OnChanging = lvManufacturersChanging end end object Panel2: TPanel Left = 168 Top = 72 Width = 225 Height = 129 BevelOuter = bvNone BorderStyle = bsSingle Caption = 'Panel2' TabOrder = 1 object lvModels: TListView Left = 0 Top = 0 Width = 221 Height = 125 Align = alClient BorderStyle = bsNone Columns = < item Width = 190 end> HideSelection = False ReadOnly = True ShowColumnHeaders = False TabOrder = 0 ViewStyle = vsReport OnChange = lvModelsChange OnChanging = lvManufacturersChanging end end end