home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Freeware / Comunicatii / poster / tptinstall.exe / %MAINDIR% / Toaster.exe / 0 / RCDATA / TWWMEMODLG / TWWMEMODLG.txt
Encoding:
Text File  |  2004-09-23  |  1.4 KB  |  71 lines

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