home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9EDU / VIN32_96.ZIP / VIN32.EXE / 0 / RCDATA / TTEXTF / TTEXTF.txt
Text File  |  1998-04-25  |  3KB  |  148 lines

  1. object TextF: TTextF
  2.   Left = 603
  3.   Top = 324
  4.   Width = 435
  5.   Height = 300
  6.   HelpContext = 500
  7.   Caption = 'Vinny  Text'
  8.   Ctl3D = False
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsMDIChild
  14.   Menu = MainMenu1
  15.   Position = poDefault
  16.   Visible = True
  17.   OnActivate = FormActivate
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   PixelsPerInch = 120
  22.   TextHeight = 16
  23.   object Memo1: TMemo
  24.     Left = 0
  25.     Top = 0
  26.     Width = 427
  27.     Height = 251
  28.     Align = alClient
  29.     BorderStyle = bsNone
  30.     Font.Color = clBlack
  31.     Font.Height = -17
  32.     Font.Name = 'Arial'
  33.     Font.Style = [fsBold]
  34.     Lines.Strings = (
  35.       '')
  36.     ParentFont = False
  37.     ScrollBars = ssBoth
  38.     TabOrder = 0
  39.     WantTabs = True
  40.     WordWrap = False
  41.   end
  42.   object MainMenu1: TMainMenu
  43.     Left = 24
  44.     Top = 32
  45.     object File1: TMenuItem
  46.       Caption = '&File'
  47.       GroupIndex = 1
  48.       HelpContext = 500
  49.       ShortCut = 0
  50.       object New1: TMenuItem
  51.         Caption = '&New  Data'
  52.         HelpContext = 500
  53.         ShortCut = 0
  54.         OnClick = New1Click
  55.       end
  56.       object NewText1: TMenuItem
  57.         Caption = 'New  &Text'
  58.         HelpContext = 500
  59.         ShortCut = 0
  60.         OnClick = NewText1Click
  61.       end
  62.       object open1: TMenuItem
  63.         Caption = '&Open'
  64.         HelpContext = 500
  65.         ShortCut = 114
  66.         OnClick = open1Click
  67.       end
  68.       object SaveText1: TMenuItem
  69.         Caption = '&Save Text'
  70.         HelpContext = 500
  71.         ShortCut = 0
  72.         OnClick = SaveText1Click
  73.       end
  74.       object Close1: TMenuItem
  75.         Caption = '&Close Text'
  76.         HelpContext = 500
  77.         ShortCut = 32882
  78.         OnClick = Close1Click
  79.       end
  80.       object N1: TMenuItem
  81.         Caption = '-'
  82.         ShortCut = 0
  83.       end
  84.       object Print1: TMenuItem
  85.         Caption = '&Print Text'
  86.         HelpContext = 1300
  87.         ShortCut = 0
  88.         OnClick = Print1Click
  89.       end
  90.       object PrintSetup1: TMenuItem
  91.         Caption = 'P&rint Setup...'
  92.         HelpContext = 1300
  93.         ShortCut = 0
  94.         OnClick = PrintSetup1Click
  95.       end
  96.       object N2: TMenuItem
  97.         Caption = '-'
  98.         ShortCut = 0
  99.       end
  100.       object Exit1: TMenuItem
  101.         Caption = 'E&xit'
  102.         ShortCut = 0
  103.         OnClick = Exit1Click
  104.       end
  105.     end
  106.     object Edit1: TMenuItem
  107.       Caption = '&Edit'
  108.       GroupIndex = 2
  109.       HelpContext = 400
  110.       ShortCut = 0
  111.       object Cut1: TMenuItem
  112.         Caption = 'Cu&t'
  113.         HelpContext = 400
  114.         ShortCut = 16472
  115.         OnClick = Cut1Click
  116.       end
  117.       object Copy1: TMenuItem
  118.         Caption = '&Copy'
  119.         HelpContext = 400
  120.         ShortCut = 16451
  121.         OnClick = Copy1Click
  122.       end
  123.       object Paste1: TMenuItem
  124.         Caption = '&Paste'
  125.         HelpContext = 400
  126.         ShortCut = 16470
  127.         OnClick = Paste1Click
  128.       end
  129.     end
  130.   end
  131.   object PrintDialog1: TPrintDialog
  132.     Options = [poPageNums]
  133.     Left = 72
  134.     Top = 32
  135.   end
  136.   object PrinterSetupDialog1: TPrinterSetupDialog
  137.     Left = 128
  138.     Top = 32
  139.   end
  140.   object SaveDialog1: TSaveDialog
  141.     FileEditStyle = fsEdit
  142.     Filter = 'Text File|*.txt|Any File|*.*'
  143.     Options = [ofHideReadOnly]
  144.     Left = 168
  145.     Top = 32
  146.   end
  147. end
  148.