home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 May / VPR9705A.ISO / VPR_DATA / PROGRAM / CBTRIAL / SETUP / DATA.Z / CODEPAGE.DFM / CODEPAGE.txt
Text File  |  1997-02-14  |  2KB  |  79 lines

  1. object CodePageForm: TCodePageForm
  2.   Left = 12
  3.   Top = 11
  4.   Width = 541
  5.   Height = 427
  6.   Caption = 'Source Code Page'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   PopupMenu = PopupMenu1
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object CodePage: TRichEdit
  17.     Left = 0
  18.     Top = 0
  19.     Width = 533
  20.     Height = 400
  21.     Cursor = crIBeam
  22.     Align = alClient
  23.     Font.Charset = DEFAULT_CHARSET
  24.     Font.Color = clTeal
  25.     Font.Height = -11
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = []
  28.     HideSelection = False
  29.     HideScrollBars = False
  30.     Lines.Strings = (
  31.       '')
  32.     ParentFont = False
  33.     PlainText = True
  34.     ScrollBars = ssVertical
  35.     TabOrder = 0
  36.     Visible = False
  37.     WordWrap = False
  38.   end
  39.   object SourceRichEdit1: TRichEdit
  40.     Left = 0
  41.     Top = 0
  42.     Width = 533
  43.     Height = 400
  44.     Align = alClient
  45.     Font.Charset = ANSI_CHARSET
  46.     Font.Color = clNavy
  47.     Font.Height = -11
  48.     Font.Name = 'MS Sans Serif'
  49.     Font.Style = []
  50.     HideScrollBars = False
  51.     Lines.Strings = (
  52.       '')
  53.     ParentFont = False
  54.     PlainText = True
  55.     ScrollBars = ssVertical
  56.     TabOrder = 1
  57.     Visible = False
  58.   end
  59.   object PopupMenu1: TPopupMenu
  60.     Left = 136
  61.     Top = 40
  62.     object FindText1: TMenuItem
  63.       Caption = 'Search for Text'
  64.       ShortCut = 16467
  65.       OnClick = FindText1Click
  66.     end
  67.     object Exit1: TMenuItem
  68.       Caption = 'Exit'
  69.       ShortCut = 16453
  70.       OnClick = Exit1Click
  71.     end
  72.   end
  73.   object FindDialog1: TFindDialog
  74.     OnFind = FindDialog1Find
  75.     Left = 184
  76.     Top = 36
  77.   end
  78. end
  79.