home *** CD-ROM | disk | FTP | other *** search
- object NotesDlg: TNotesDlg
- Left = 92
- Top = 140
- ActiveControl = Notes
- BorderStyle = bsDialog
- Caption = 'Notes Dialog'
- ClientHeight = 179
- ClientWidth = 384
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 281
- Height = 161
- Shape = bsFrame
- end
- object OKBtn: TButton
- Left = 300
- Top = 8
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object CancelBtn: TButton
- Left = 300
- Top = 38
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object Button1: TButton
- Left = 299
- Top = 70
- Width = 75
- Height = 25
- Caption = 'Font'
- TabOrder = 2
- OnClick = Button1Click
- end
- object Notes: TMemo
- Left = 17
- Top = 17
- Width = 264
- Height = 142
- TabOrder = 3
- end
- object fd: TFontDialog
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- MinFontSize = 0
- MaxFontSize = 0
- Left = 325
- Top = 113
- end
- end
-