home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / CODEPAGE.DFM / CODEPAGE.txt
Text File  |  1997-01-16  |  1KB  |  72 lines

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