home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 January / Pcwk0198.iso / Wtestowe / CALYPSO / _SETUP.1 / unzip.dll / 0 / RCDATA / TDISPLAYOPTIONSFORM / TDISPLAYOPTIONSFORM.txt
Text File  |  1997-07-17  |  2KB  |  99 lines

  1. object DisplayOptionsForm: TDisplayOptionsForm
  2.   Left = 265
  3.   Top = 204
  4.   BorderStyle = bsDialog
  5.   Caption = 'Options ...'
  6.   ClientHeight = 149
  7.   ClientWidth = 319
  8.   Font.Color = clBlack
  9.   Font.Height = -12
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   Scaled = False
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 15
  17.   object btnOK: TButton
  18.     Left = 64
  19.     Top = 119
  20.     Width = 75
  21.     Height = 25
  22.     Caption = '&OK'
  23.     Default = True
  24.     ModalResult = 1
  25.     TabOrder = 4
  26.     OnClick = btnOKClick
  27.   end
  28.   object btnCancel: TButton
  29.     Left = 180
  30.     Top = 119
  31.     Width = 75
  32.     Height = 25
  33.     Cancel = True
  34.     Caption = '&Cancel'
  35.     ModalResult = 2
  36.     TabOrder = 5
  37.   end
  38.   object cbAskForViewer: TCheckBox
  39.     Left = 7
  40.     Top = 3
  41.     Width = 114
  42.     Height = 17
  43.     Caption = '&Ask for Viewer? '
  44.     TabOrder = 0
  45.   end
  46.   object cbShowFileIcons: TCheckBox
  47.     Left = 7
  48.     Top = 23
  49.     Width = 121
  50.     Height = 17
  51.     Caption = '&Show file icons?'
  52.     TabOrder = 1
  53.   end
  54.   object gbDisplayFont: TGroupBox
  55.     Left = 7
  56.     Top = 65
  57.     Width = 306
  58.     Height = 47
  59.     Caption = ' Display font '
  60.     TabOrder = 3
  61.     object lbDisplayFontName: TLabel
  62.       Left = 6
  63.       Top = 19
  64.       Width = 233
  65.       Height = 15
  66.       AutoSize = False
  67.       Caption = 'lbDisplayFontName'
  68.     end
  69.     object btnChangeFont: TButton
  70.       Left = 244
  71.       Top = 14
  72.       Width = 55
  73.       Height = 25
  74.       Caption = 'C&hange'
  75.       TabOrder = 0
  76.       OnClick = btnChangeFontClick
  77.     end
  78.   end
  79.   object cbDMCExecuteFile: TCheckBox
  80.     Left = 7
  81.     Top = 44
  82.     Width = 202
  83.     Height = 17
  84.     Caption = '&Double mouse click execute file'
  85.     TabOrder = 2
  86.   end
  87.   object DisplayFontDialog: TFontDialog
  88.     Font.Color = clWindowText
  89.     Font.Height = -11
  90.     Font.Name = 'MS Sans Serif'
  91.     Font.Style = []
  92.     MinFontSize = 0
  93.     MaxFontSize = 0
  94.     Options = []
  95.     Left = 252
  96.     Top = 6
  97.   end
  98. end
  99.