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 / TCOMMENTFORM / TCOMMENTFORM.txt
Text File  |  1999-06-03  |  2KB  |  82 lines

  1. object CommentForm: TCommentForm
  2.   Left = 253
  3.   Top = 155
  4.   Width = 493
  5.   Height = 265
  6.   BorderIcons = [biSystemMenu, biMaximize]
  7.   Caption = 'Comment'
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object ViewPanel: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 485
  20.     Height = 197
  21.     Align = alClient
  22.     TabOrder = 0
  23.     object CommentText: TRichEdit
  24.       Left = 1
  25.       Top = 1
  26.       Width = 483
  27.       Height = 195
  28.       Align = alClient
  29.       HideSelection = False
  30.       Lines.Strings = (
  31.         'Msg')
  32.       ReadOnly = True
  33.       ScrollBars = ssBoth
  34.       TabOrder = 0
  35.     end
  36.   end
  37.   object ControlPanel: TPanel
  38.     Left = 0
  39.     Top = 197
  40.     Width = 485
  41.     Height = 41
  42.     Align = alBottom
  43.     TabOrder = 1
  44.     object CloseButt: TCorelButton
  45.       Left = 8
  46.       Top = 9
  47.       Width = 75
  48.       Height = 23
  49.       Caption = 'C&lose'
  50.       TabOrder = 0
  51.       OnClick = CloseButtClick
  52.     end
  53.     object FontButt: TCorelButton
  54.       Left = 88
  55.       Top = 8
  56.       Width = 75
  57.       Height = 23
  58.       Caption = '&Font'
  59.       TabOrder = 1
  60.       OnClick = FontButtClick
  61.     end
  62.   end
  63.   object FontDialog: TFontDialog
  64.     Font.Charset = DEFAULT_CHARSET
  65.     Font.Color = clWindowText
  66.     Font.Height = -11
  67.     Font.Name = 'MS Sans Serif'
  68.     Font.Style = []
  69.     MinFontSize = 0
  70.     MaxFontSize = 0
  71.     Left = 176
  72.     Top = 205
  73.   end
  74.   object FormStorage1: TFormStorage
  75.     UseRegistry = True
  76.     StoredProps.Strings = (
  77.       'CommentText.Font')
  78.     Left = 208
  79.     Top = 205
  80.   end
  81. end
  82.