home *** CD-ROM | disk | FTP | other *** search
- object DriveSelForm: TDriveSelForm
- Left = 543
- Top = 427
- BorderStyle = bsDialog
- Caption = 'Select 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 =
- 'Please select a driver for your Device. If it is not listed here' +
- ' try one of the standard drivers.'
- WordWrap = True
- end
- object Image1: TImage
- Left = 8
- Top = 8
- Width = 32
- Height = 32
- Picture.Data = {<image000.ico>}
- end
- object Label2: TLabel
- Left = 8
- Top = 56
- Width = 121
- Height = 13
- AutoSize = False
- Caption = '&Manufacturers:'
- end
- object Label3: TLabel
- Left = 168
- Top = 56
- Width = 121
- Height = 13
- AutoSize = False
- Caption = 'Mo&dels:'
- 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 = 'Old:'
- Visible = False
- end
- object Label5: TLabel
- Left = 8
- Top = 232
- Width = 25
- Height = 13
- Caption = 'New:'
- 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 = 'Cancel'
- 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 = 'Manufacturer'
- 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
-