home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 December / PCWorld_2007-12_cd.bin / multimedia / subtitles / subtitlesk5ky.exe / SubtitlesK5ky.EXE / 0 / RCDATA / TFORMHELP / TFORMHELP.txt
Text File  |  2006-09-24  |  1KB  |  59 lines

  1. object FormHelp: TFormHelp
  2.   Left = 260
  3.   Top = 143
  4.   Width = 640
  5.   Height = 480
  6.   Anchors = []
  7.   BorderIcons = [biSystemMenu, biMaximize]
  8.   Color = clBtnFace
  9.   Constraints.MinHeight = 320
  10.   Constraints.MinWidth = 200
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   ShowHint = True
  19.   OnClose = FormClose
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object RichEditH: TRichEdit
  24.     Left = 0
  25.     Top = 0
  26.     Width = 632
  27.     Height = 453
  28.     Align = alClient
  29.     PopupMenu = RTFPopUpMenu
  30.     ReadOnly = True
  31.     ScrollBars = ssVertical
  32.     TabOrder = 0
  33.     OnKeyDown = RichEditHKeyDown
  34.   end
  35.   object RTFPopUpMenu: TPopupMenu
  36.     Left = 18
  37.     Top = 13
  38.     object RTFSaveAs: TMenuItem
  39.       Caption = 'Save'
  40.       OnClick = RTFSaveAsClick
  41.     end
  42.     object PopUpMenuDelimiter1: TMenuItem
  43.       Caption = '-'
  44.     end
  45.     object RTFSelectAll: TMenuItem
  46.       Caption = 'All'
  47.       OnClick = RTFSelectAllClick
  48.     end
  49.     object RTFCopy: TMenuItem
  50.       Caption = 'Copy'
  51.       OnClick = RTFCopyClick
  52.     end
  53.   end
  54.   object SaveAsDialogHelp: TSaveDialog
  55.     Left = 53
  56.     Top = 14
  57.   end
  58. end
  59.