home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 February / Chip_2000-02_cd.bin / sharewar / mapbook / BMP_VIEW.EXE / 0 / RCDATA / TPREFDLG / TPREFDLG.txt
Text File  |  1998-10-15  |  946b  |  55 lines

  1. object PrefDlg: TPrefDlg
  2.   Left = 396
  3.   Top = 172
  4.   BorderStyle = bsDialog
  5.   Caption = 'Preference'
  6.   ClientHeight = 92
  7.   ClientWidth = 254
  8.   ParentFont = True
  9.   Position = poScreenCenter
  10.   PixelsPerInch = 96
  11.   TextHeight = 12
  12.   object Label1: TLabel
  13.     Left = 28
  14.     Top = 12
  15.     Width = 37
  16.     Height = 12
  17.     Caption = 'Dither :'
  18.   end
  19.   object OKBtn: TButton
  20.     Left = 35
  21.     Top = 56
  22.     Width = 75
  23.     Height = 21
  24.     Caption = 'OK'
  25.     Default = True
  26.     ModalResult = 1
  27.     TabOrder = 0
  28.   end
  29.   object CancelBtn: TButton
  30.     Left = 151
  31.     Top = 56
  32.     Width = 75
  33.     Height = 21
  34.     Cancel = True
  35.     Caption = 'Cancel'
  36.     ModalResult = 2
  37.     TabOrder = 1
  38.   end
  39.   object PrefDither: TComboBox
  40.     Left = 80
  41.     Top = 8
  42.     Width = 145
  43.     Height = 20
  44.     Style = csDropDownList
  45.     ItemHeight = 12
  46.     Items.Strings = (
  47.       'No Effect'
  48.       'Effect 1'
  49.       'Effect 2'
  50.       'Effect 3'
  51.       'Effect 4')
  52.     TabOrder = 2
  53.   end
  54. end
  55.