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.de / 0 / RCDATA / TDRIVESELFORM / TDRIVESELFORM.txt < prev   
Text File  |  2003-02-05  |  3KB  |  164 lines

  1. object DriveSelForm: TDriveSelForm
  2.   Left = 543
  3.   Top = 427
  4.   BorderStyle = bsDialog
  5.   Caption = 'Treiber ausw'#228'hlen'
  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 = 'W'#228'hlen Sie einen Treiber f'#252'r Ihr Ger'#228't.'
  27.     WordWrap = True
  28.   end
  29.   object Image1: TImage
  30.     Left = 8
  31.     Top = 8
  32.     Width = 32
  33.     Height = 32
  34.     Picture.Data = {<image000.ico>}
  35.   end
  36.   object Label2: TLabel
  37.     Left = 8
  38.     Top = 56
  39.     Width = 121
  40.     Height = 13
  41.     AutoSize = False
  42.     Caption = '&Hersteller:'
  43.   end
  44.   object Label3: TLabel
  45.     Left = 168
  46.     Top = 56
  47.     Width = 121
  48.     Height = 13
  49.     AutoSize = False
  50.     Caption = '&Modelle:'
  51.   end
  52.   object lblStatus: TLabel
  53.     Left = 59
  54.     Top = 208
  55.     Width = 177
  56.     Height = 13
  57.     AutoSize = False
  58.     Visible = False
  59.   end
  60.   object lblSelected: TLabel
  61.     Left = 59
  62.     Top = 232
  63.     Width = 177
  64.     Height = 13
  65.     AutoSize = False
  66.     Visible = False
  67.   end
  68.   object Label4: TLabel
  69.     Left = 8
  70.     Top = 208
  71.     Width = 19
  72.     Height = 13
  73.     Caption = 'Alt:'
  74.     Visible = False
  75.   end
  76.   object Label5: TLabel
  77.     Left = 8
  78.     Top = 232
  79.     Width = 25
  80.     Height = 13
  81.     Caption = 'Neu:'
  82.     Visible = False
  83.   end
  84.   object OKBtn: TButton
  85.     Left = 239
  86.     Top = 204
  87.     Width = 75
  88.     Height = 23
  89.     Caption = 'OK'
  90.     Default = True
  91.     ModalResult = 1
  92.     TabOrder = 2
  93.   end
  94.   object CancelBtn: TButton
  95.     Left = 319
  96.     Top = 204
  97.     Width = 75
  98.     Height = 23
  99.     Cancel = True
  100.     Caption = 'Abbruch'
  101.     ModalResult = 2
  102.     TabOrder = 3
  103.   end
  104.   object Panel1: TPanel
  105.     Left = 6
  106.     Top = 72
  107.     Width = 155
  108.     Height = 129
  109.     BevelOuter = bvNone
  110.     BorderStyle = bsSingle
  111.     Caption = 'Panel1'
  112.     TabOrder = 0
  113.     object lvManufacturers: TListView
  114.       Left = 0
  115.       Top = 0
  116.       Width = 151
  117.       Height = 125
  118.       Align = alClient
  119.       BorderStyle = bsNone
  120.       Columns = <
  121.         item
  122.           Caption = 'Hersteller'
  123.           Width = 120
  124.         end>
  125.       HideSelection = False
  126.       ReadOnly = True
  127.       ShowColumnHeaders = False
  128.       TabOrder = 0
  129.       ViewStyle = vsReport
  130.       OnChange = lvManufacturersChange
  131.       OnChanging = lvManufacturersChanging
  132.     end
  133.   end
  134.   object Panel2: TPanel
  135.     Left = 168
  136.     Top = 72
  137.     Width = 225
  138.     Height = 129
  139.     BevelOuter = bvNone
  140.     BorderStyle = bsSingle
  141.     Caption = 'Panel2'
  142.     TabOrder = 1
  143.     object lvModels: TListView
  144.       Left = 0
  145.       Top = 0
  146.       Width = 221
  147.       Height = 125
  148.       Align = alClient
  149.       BorderStyle = bsNone
  150.       Columns = <
  151.         item
  152.           Width = 190
  153.         end>
  154.       HideSelection = False
  155.       ReadOnly = True
  156.       ShowColumnHeaders = False
  157.       TabOrder = 0
  158.       ViewStyle = vsReport
  159.       OnChange = lvModelsChange
  160.       OnChanging = lvManufacturersChanging
  161.     end
  162.   end
  163. end
  164.