home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 November / Chip_2000-11_cd2.bin / sharewar / 2020 / SETUP.EXE / %MAINDIR% / 2020.exe / 0 / RCDATA / TNOTESDLG / TNOTESDLG.txt
Encoding:
Text File  |  2000-09-13  |  1.3 KB  |  72 lines

  1. object NotesDlg: TNotesDlg
  2.   Left = 92
  3.   Top = 140
  4.   ActiveControl = Notes
  5.   BorderStyle = bsDialog
  6.   Caption = 'Notes Dialog'
  7.   ClientHeight = 179
  8.   ClientWidth = 384
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 281
  21.     Height = 161
  22.     Shape = bsFrame
  23.   end
  24.   object OKBtn: TButton
  25.     Left = 300
  26.     Top = 8
  27.     Width = 75
  28.     Height = 25
  29.     Caption = 'OK'
  30.     Default = True
  31.     ModalResult = 1
  32.     TabOrder = 0
  33.   end
  34.   object CancelBtn: TButton
  35.     Left = 300
  36.     Top = 38
  37.     Width = 75
  38.     Height = 25
  39.     Cancel = True
  40.     Caption = 'Cancel'
  41.     ModalResult = 2
  42.     TabOrder = 1
  43.   end
  44.   object Button1: TButton
  45.     Left = 299
  46.     Top = 70
  47.     Width = 75
  48.     Height = 25
  49.     Caption = 'Font'
  50.     TabOrder = 2
  51.     OnClick = Button1Click
  52.   end
  53.   object Notes: TMemo
  54.     Left = 17
  55.     Top = 17
  56.     Width = 264
  57.     Height = 142
  58.     TabOrder = 3
  59.   end
  60.   object fd: TFontDialog
  61.     Font.Charset = DEFAULT_CHARSET
  62.     Font.Color = clWindowText
  63.     Font.Height = -11
  64.     Font.Name = 'MS Sans Serif'
  65.     Font.Style = []
  66.     MinFontSize = 0
  67.     MaxFontSize = 0
  68.     Left = 325
  69.     Top = 113
  70.   end
  71. end
  72.