home *** CD-ROM | disk | FTP | other *** search
/ Freesoft 1999 February / Freesoft_1999-02_cd.bin / Recenz / Internet / ComTimer / RasTest.exe / 0 / RCDATA / TFRMTEST / TFRMTEST.txt < prev   
Text File  |  1997-02-17  |  1KB  |  59 lines

  1. object frmTest: TfrmTest
  2.   Left = 347
  3.   Top = 156
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'RAS Test'
  7.   ClientHeight = 83
  8.   ClientWidth = 393
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Menu = MainMenu1
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label2: TLabel
  20.     Left = 72
  21.     Top = 51
  22.     Width = 257
  23.     Height = 13
  24.     Caption = ' '
  25.   end
  26.   object Label1: TLabel
  27.     Left = 72
  28.     Top = 19
  29.     Width = 241
  30.     Height = 13
  31.   end
  32.   object Image1: TImage
  33.     Left = 352
  34.     Top = 24
  35.     Width = 33
  36.     Height = 41
  37.     Picture.Data = {<image001.ico>}
  38.   end
  39.   object Timer1: TTimer
  40.     OnTimer = Timer1Timer
  41.     Left = 24
  42.     Top = 16
  43.   end
  44.   object MainMenu1: TMainMenu
  45.     Left = 16
  46.     Top = 56
  47.     object Quit: TMenuItem
  48.       Caption = 'Quit'
  49.       ShortCut = 0
  50.       OnClick = QuitClick
  51.     end
  52.     object Help1: TMenuItem
  53.       Caption = 'Help'
  54.       ShortCut = 0
  55.       OnClick = Help1Click
  56.     end
  57.   end
  58. end
  59.