home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1999 September / Dpcb0999.iso / Business / Empire / _SETUP.1 / EmpireBuilder.exe / 0 / RCDATA / TWWMEMODLG / TWWMEMODLG.txt
Text File  |  1999-06-21  |  1KB  |  65 lines

  1. object wwMemoDlg: TwwMemoDlg
  2.   Left = 276
  3.   Top = 310
  4.   Width = 561
  5.   Height = 395
  6.   HorzScrollBar.Visible = False
  7.   VertScrollBar.Visible = False
  8.   Caption = 'Dialog'
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   Position = poScreenCenter
  15.   OnCloseQuery = FormCloseQuery
  16.   OnResize = ResizeControls
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Memo: TMemo
  21.     Left = 0
  22.     Top = 0
  23.     Width = 545
  24.     Height = 321
  25.     Lines.Strings = (
  26.       'Memo')
  27.     ScrollBars = ssVertical
  28.     TabOrder = 0
  29.     WantTabs = True
  30.     OnKeyDown = MemoKeyDown
  31.   end
  32.   object UserButtonPanel: TPanel
  33.     Left = 0
  34.     Top = 322
  35.     Width = 237
  36.     Height = 41
  37.     Alignment = taLeftJustify
  38.     BevelInner = bvRaised
  39.     BevelOuter = bvLowered
  40.     TabOrder = 1
  41.     TabStop = True
  42.     Visible = False
  43.     object UserButton1: TButton
  44.       Left = 16
  45.       Top = 8
  46.       Width = 89
  47.       Height = 26
  48.       Caption = 'UserButton1'
  49.       TabOrder = 0
  50.       Visible = False
  51.       OnClick = UserButton1Click
  52.     end
  53.     object UserButton2: TButton
  54.       Left = 128
  55.       Top = 8
  56.       Width = 89
  57.       Height = 26
  58.       Caption = 'UserButton2'
  59.       TabOrder = 1
  60.       Visible = False
  61.       OnClick = UserButton2Click
  62.     end
  63.   end
  64. end
  65.