home *** CD-ROM | disk | FTP | other *** search
/ .net 1999 December / netCD65.iso / pc / Software / GuideBu / gb10.exe / GUIDEBUILDER.EXE / 0 / RCDATA / TMAGNIFYFORM / TMAGNIFYFORM.txt
Encoding:
Text File  |  1999-07-07  |  1.0 KB  |  55 lines

  1. object MagnifyForm: TMagnifyForm
  2.   Left = 211
  3.   Top = 122
  4.   BorderStyle = bsSingle
  5.   Caption = 'Edit Dialogue'
  6.   ClientHeight = 348
  7.   ClientWidth = 530
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnResize = FormResize
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Memo1: TMemo
  18.     Left = 0
  19.     Top = 0
  20.     Width = 530
  21.     Height = 314
  22.     Hint = 'Type text to be used as primary dialogue for your guide here.'
  23.     Align = alClient
  24.     Lines.Strings = (
  25.       'Memo1')
  26.     ParentShowHint = False
  27.     ShowHint = True
  28.     TabOrder = 0
  29.   end
  30.   object Panel1: TPanel
  31.     Left = 0
  32.     Top = 314
  33.     Width = 530
  34.     Height = 34
  35.     Align = alBottom
  36.     TabOrder = 1
  37.     object BitBtn1: TBitBtn
  38.       Left = 187
  39.       Top = 4
  40.       Width = 75
  41.       Height = 25
  42.       TabOrder = 0
  43.       Kind = bkOK
  44.     end
  45.     object BitBtn2: TBitBtn
  46.       Left = 268
  47.       Top = 4
  48.       Width = 75
  49.       Height = 25
  50.       TabOrder = 1
  51.       Kind = bkCancel
  52.     end
  53.   end
  54. end
  55.