home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 200
- Top = 99
- ActiveControl = Edit1
- AutoScroll = False
- Caption = 'Form1'
- ClientHeight = 213
- ClientWidth = 384
- Font.Color = clWindowText
- Font.Height = -21
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 120
- TextHeight = 20
- object Edit1: TEdit
- Left = 128
- Top = 24
- Width = 121
- Height = 31
- Font.Color = clBlack
- Font.Height = -20
- Font.Name = 'Times New Roman'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- Text = 'Edit1'
- end
- object Edit2: TEdit
- Left = 128
- Top = 72
- Width = 121
- Height = 31
- Font.Color = clBlack
- Font.Height = -20
- Font.Name = 'Times New Roman'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- Text = 'Edit2'
- end
- object Start: TButton
- Left = 80
- Top = 136
- Width = 89
- Height = 33
- Caption = 'Start'
- TabOrder = 2
- OnClick = StartClick
- end
- object Stop: TButton
- Left = 216
- Top = 136
- Width = 89
- Height = 33
- Caption = 'Stop'
- TabOrder = 3
- OnClick = StopClick
- end
- object Timer1: TTimer
- Enabled = False
- OnTimer = Timer1Timer
- Left = 8
- Top = 8
- end
- end
-