home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 192
- Top = 108
- Width = 696
- Height = 480
- ActiveControl = Edit1
- Caption = 'Form1'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 13
- object SpeedButton1: TSpeedButton
- Left = 144
- Top = 16
- Width = 23
- Height = 22
- OnClick = SpeedButton1Click
- end
- object Edit1: TEdit
- Left = 40
- Top = 72
- Width = 313
- Height = 21
- TabOrder = 0
- Text = 'Edit1'
- end
- object RichEdit1: TRichEdit
- Left = 40
- Top = 112
- Width = 321
- Height = 209
- Lines.Strings = (
- 'RichEdit1')
- TabOrder = 1
- end
- object FDlg: TFontDialog
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- MinFontSize = 0
- MaxFontSize = 0
- OnApply = FDlgApply
- Left = 216
- Top = 32
- end
- end
-