home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April (Special) / Chip-Special_2003-04_Vypalujeme-cd-i-dvd.bin / soft / instantcopy / InstantCopy.msi / Cabs.w1.cab / MultiCopy.NL / 0 / RCDATA / TDRIVESELFORM / TDRIVESELFORM.txt < prev   
Text File  |  2003-02-05  |  3KB  |  166 lines

  1. object DriveSelForm: TDriveSelForm
  2.   Left = 543
  3.   Top = 427
  4.   BorderStyle = bsDialog
  5.   Caption = 'Selecteer Driver'
  6.   ClientHeight = 230
  7.   ClientWidth = 398
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnDestroy = FormDestroy
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 48
  22.     Top = 8
  23.     Width = 337
  24.     Height = 41
  25.     AutoSize = False
  26.     Caption = 
  27.       'Selecteer s.v.p. een driver voor uw apparaat. Indien het hier ni' +
  28.       'et vermeld wordt probeer dan '#233#233'n van de standaard drivers.'
  29.     WordWrap = True
  30.   end
  31.   object Image1: TImage
  32.     Left = 8
  33.     Top = 8
  34.     Width = 32
  35.     Height = 32
  36.     Picture.Data = {<image000.ico>}
  37.   end
  38.   object Label2: TLabel
  39.     Left = 8
  40.     Top = 56
  41.     Width = 121
  42.     Height = 13
  43.     AutoSize = False
  44.     Caption = '&Fabrikanten:'
  45.   end
  46.   object Label3: TLabel
  47.     Left = 168
  48.     Top = 56
  49.     Width = 121
  50.     Height = 13
  51.     AutoSize = False
  52.     Caption = 'Mo&dellen:'
  53.   end
  54.   object lblStatus: TLabel
  55.     Left = 59
  56.     Top = 208
  57.     Width = 177
  58.     Height = 13
  59.     AutoSize = False
  60.     Visible = False
  61.   end
  62.   object lblSelected: TLabel
  63.     Left = 59
  64.     Top = 232
  65.     Width = 177
  66.     Height = 13
  67.     AutoSize = False
  68.     Visible = False
  69.   end
  70.   object Label4: TLabel
  71.     Left = 8
  72.     Top = 208
  73.     Width = 19
  74.     Height = 13
  75.     Caption = 'Oud:'
  76.     Visible = False
  77.   end
  78.   object Label5: TLabel
  79.     Left = 8
  80.     Top = 232
  81.     Width = 25
  82.     Height = 13
  83.     Caption = 'Nieuw:'
  84.     Visible = False
  85.   end
  86.   object OKBtn: TButton
  87.     Left = 239
  88.     Top = 204
  89.     Width = 75
  90.     Height = 23
  91.     Caption = 'OK'
  92.     Default = True
  93.     ModalResult = 1
  94.     TabOrder = 2
  95.   end
  96.   object CancelBtn: TButton
  97.     Left = 319
  98.     Top = 204
  99.     Width = 75
  100.     Height = 23
  101.     Cancel = True
  102.     Caption = 'Annuleren'
  103.     ModalResult = 2
  104.     TabOrder = 3
  105.   end
  106.   object Panel1: TPanel
  107.     Left = 6
  108.     Top = 72
  109.     Width = 155
  110.     Height = 129
  111.     BevelOuter = bvNone
  112.     BorderStyle = bsSingle
  113.     Caption = 'Panel1'
  114.     TabOrder = 0
  115.     object lvManufacturers: TListView
  116.       Left = 0
  117.       Top = 0
  118.       Width = 151
  119.       Height = 125
  120.       Align = alClient
  121.       BorderStyle = bsNone
  122.       Columns = <
  123.         item
  124.           Caption = 'Fabrikant'
  125.           Width = 120
  126.         end>
  127.       HideSelection = False
  128.       ReadOnly = True
  129.       ShowColumnHeaders = False
  130.       TabOrder = 0
  131.       ViewStyle = vsReport
  132.       OnChange = lvManufacturersChange
  133.       OnChanging = lvManufacturersChanging
  134.     end
  135.   end
  136.   object Panel2: TPanel
  137.     Left = 168
  138.     Top = 72
  139.     Width = 225
  140.     Height = 129
  141.     BevelOuter = bvNone
  142.     BorderStyle = bsSingle
  143.     Caption = 'Panel2'
  144.     TabOrder = 1
  145.     object lvModels: TListView
  146.       Left = 0
  147.       Top = 0
  148.       Width = 221
  149.       Height = 125
  150.       Align = alClient
  151.       BorderStyle = bsNone
  152.       Columns = <
  153.         item
  154.           Width = 190
  155.         end>
  156.       HideSelection = False
  157.       ReadOnly = True
  158.       ShowColumnHeaders = False
  159.       TabOrder = 0
  160.       ViewStyle = vsReport
  161.       OnChange = lvModelsChange
  162.       OnChanging = lvManufacturersChanging
  163.     end
  164.   end
  165. end
  166.