home *** CD-ROM | disk | FTP | other *** search
- object MagnifyForm: TMagnifyForm
- Left = 211
- Top = 122
- BorderStyle = bsSingle
- Caption = 'Edit Dialogue'
- ClientHeight = 348
- ClientWidth = 530
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnResize = FormResize
- PixelsPerInch = 96
- TextHeight = 13
- object Memo1: TMemo
- Left = 0
- Top = 0
- Width = 530
- Height = 314
- Hint = 'Type text to be used as primary dialogue for your guide here.'
- Align = alClient
- Lines.Strings = (
- 'Memo1')
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- end
- object Panel1: TPanel
- Left = 0
- Top = 314
- Width = 530
- Height = 34
- Align = alBottom
- TabOrder = 1
- object BitBtn1: TBitBtn
- Left = 187
- Top = 4
- Width = 75
- Height = 25
- TabOrder = 0
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 268
- Top = 4
- Width = 75
- Height = 25
- TabOrder = 1
- Kind = bkCancel
- end
- end
- end
-