home *** CD-ROM | disk | FTP | other *** search
/ PC Computing Multimedia MegaPac / Multimedia_MegaPac_PC_Computing_D31N_Ziff-s_1999.iso / ZIP / ezzip2k.exe / _SETUP.1 / EZip.exe / 0 / RCDATA / TMSGFORM / TMSGFORM.txt
Text File  |  1999-06-03  |  1KB  |  64 lines

  1. object MsgForm: TMsgForm
  2.   Left = 244
  3.   Top = 198
  4.   Width = 459
  5.   Height = 258
  6.   BorderIcons = [biSystemMenu, biMaximize]
  7.   Caption = 'View Last Output'
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   OnClose = FormClose
  15.   OnKeyPress = FormKeyPress
  16.   OnResize = FormResize
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object ControlPanel: TPanel
  21.     Left = 0
  22.     Top = 190
  23.     Width = 451
  24.     Height = 41
  25.     Align = alBottom
  26.     TabOrder = 0
  27.     object OKButton: TCorelButton
  28.       Left = 168
  29.       Top = 8
  30.       Width = 75
  31.       Height = 23
  32.       Caption = '&OK'
  33.       Default = True
  34.       TabOrder = 0
  35.       OnClick = OKButtonClick
  36.     end
  37.   end
  38.   object ViewPanel: TPanel
  39.     Left = 0
  40.     Top = 0
  41.     Width = 451
  42.     Height = 190
  43.     Align = alClient
  44.     Caption = 'ViewPanel'
  45.     TabOrder = 1
  46.     object MessageMemo: TMemo
  47.       Left = 1
  48.       Top = 1
  49.       Width = 449
  50.       Height = 188
  51.       Align = alClient
  52.       Lines.Strings = (
  53.         'MessageMemo')
  54.       ScrollBars = ssBoth
  55.       TabOrder = 0
  56.     end
  57.   end
  58.   object FormStorage: TFormStorage
  59.     UseRegistry = True
  60.     Left = 8
  61.     Top = 8
  62.   end
  63. end
  64.