home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programming Unleashed / Delphi_Programming_Unleashed_SAMS_Publishing_1995.iso / misc / alternat / main.txt < prev   
Encoding:
Text File  |  1995-03-21  |  1.2 KB  |  66 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 99
  4.   ActiveControl = Edit1
  5.   AutoScroll = False
  6.   Caption = 'Form1'
  7.   ClientHeight = 213
  8.   ClientWidth = 384
  9.   Font.Color = clWindowText
  10.   Font.Height = -21
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 120
  14.   TextHeight = 20
  15.   object Edit1: TEdit
  16.     Left = 128
  17.     Top = 24
  18.     Width = 121
  19.     Height = 31
  20.     Font.Color = clBlack
  21.     Font.Height = -20
  22.     Font.Name = 'Times New Roman'
  23.     Font.Style = []
  24.     ParentFont = False
  25.     TabOrder = 0
  26.     Text = 'Edit1'
  27.   end
  28.   object Edit2: TEdit
  29.     Left = 128
  30.     Top = 72
  31.     Width = 121
  32.     Height = 31
  33.     Font.Color = clBlack
  34.     Font.Height = -20
  35.     Font.Name = 'Times New Roman'
  36.     Font.Style = []
  37.     ParentFont = False
  38.     TabOrder = 1
  39.     Text = 'Edit2'
  40.   end
  41.   object Start: TButton
  42.     Left = 80
  43.     Top = 136
  44.     Width = 89
  45.     Height = 33
  46.     Caption = 'Start'
  47.     TabOrder = 2
  48.     OnClick = StartClick
  49.   end
  50.   object Stop: TButton
  51.     Left = 216
  52.     Top = 136
  53.     Width = 89
  54.     Height = 33
  55.     Caption = 'Stop'
  56.     TabOrder = 3
  57.     OnClick = StopClick
  58.   end
  59.   object Timer1: TTimer
  60.     Enabled = False
  61.     OnTimer = Timer1Timer
  62.     Left = 8
  63.     Top = 8
  64.   end
  65. end
  66.