home *** CD-ROM | disk | FTP | other *** search
/ PC Direkt 1998 November / PCDIREKT_1198.bin / data / system / quickfile / _SETUP.1 / QuickFile.exe / 0 / RCDATA / TFORM5 / TFORM5.txt
Encoding:
Text File  |  1998-08-25  |  1.4 KB  |  77 lines

  1. object Form5: TForm5
  2.   Left = 406
  3.   Top = 208
  4.   BorderStyle = bsDialog
  5.   Caption = 'Change icon'
  6.   ClientHeight = 183
  7.   ClientWidth = 266
  8.   Font.Charset = ANSI_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'Tahoma'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   ShowHint = True
  15.   OnClose = FormClose
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 120
  20.     Top = 137
  21.     Width = 3
  22.     Height = 13
  23.   end
  24.   object Label2: TLabel
  25.     Left = 16
  26.     Top = 16
  27.     Width = 112
  28.     Height = 13
  29.     Caption = 'Choose default icon for'
  30.   end
  31.   object ListBoxDefaults: TListBox
  32.     Left = 16
  33.     Top = 40
  34.     Width = 233
  35.     Height = 89
  36.     Hint = 'Choose file type'
  37.     ItemHeight = 13
  38.     TabOrder = 0
  39.     OnDblClick = Button8Click
  40.   end
  41.   object Button8: TButton
  42.     Left = 176
  43.     Top = 149
  44.     Width = 73
  45.     Height = 23
  46.     Caption = 'OK'
  47.     Default = True
  48.     TabOrder = 1
  49.     OnClick = Button8Click
  50.   end
  51.   object Button1: TButton
  52.     Left = 96
  53.     Top = 149
  54.     Width = 73
  55.     Height = 23
  56.     Cancel = True
  57.     Caption = 'Cancel'
  58.     TabOrder = 2
  59.     OnClick = Button1Click
  60.   end
  61.   object Button2: TButton
  62.     Left = 16
  63.     Top = 149
  64.     Width = 73
  65.     Height = 23
  66.     Hint = 'Choose other icon (*.ico files only)'
  67.     Caption = '&Other...'
  68.     TabOrder = 3
  69.     OnClick = Button2Click
  70.   end
  71.   object OpenDialog1: TOpenDialog
  72.     Filter = 'Icons (*.ico)|*.ico'
  73.     Left = 192
  74.     Top = 8
  75.   end
  76. end
  77.