home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 January
/
ChipCD_1.03.iso
/
zkuste
/
delphi
/
kompon
/
d23456
/
SMPLTIMR.ZIP
/
demos
/
SimpleTimerTest
/
Main.dfm
/
Main.txt
Wrap
Text File
|
2002-10-20
|
3KB
|
145 lines
object MainForm: TMainForm
Left = 362
Top = 260
BorderStyle = bsDialog
Caption = 'SimpleTimer Test'
ClientHeight = 287
ClientWidth = 265
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 8
Width = 35
Height = 13
Caption = 'Timer 1'
end
object Label2: TLabel
Left = 8
Top = 56
Width = 35
Height = 13
Caption = 'Timer 2'
end
object ListBox1: TListBox
Left = 8
Top = 104
Width = 157
Height = 173
ExtendedSelect = False
IntegralHeight = True
ItemHeight = 13
TabOrder = 8
end
object Edit1: TEdit
Left = 8
Top = 24
Width = 45
Height = 21
TabOrder = 0
Text = '400'
OnChange = Edit1Change
end
object UpDown1: TUpDown
Left = 53
Top = 24
Width = 16
Height = 21
Associate = Edit1
Min = 0
Max = 10000
Increment = 100
Position = 400
TabOrder = 1
Thousands = False
Wrap = False
end
object Button1: TButton
Left = 76
Top = 24
Width = 41
Height = 21
Caption = 'Start'
TabOrder = 2
OnClick = Button1Click
end
object Edit2: TEdit
Left = 8
Top = 72
Width = 45
Height = 21
TabOrder = 4
Text = '800'
OnChange = Edit2Change
end
object UpDown2: TUpDown
Left = 53
Top = 72
Width = 16
Height = 21
Associate = Edit2
Min = 0
Max = 10000
Increment = 100
Position = 800
TabOrder = 5
Thousands = False
Wrap = False
end
object Button2: TButton
Left = 76
Top = 72
Width = 41
Height = 21
Caption = 'Start'
TabOrder = 6
OnClick = Button2Click
end
object Button3: TButton
Left = 124
Top = 24
Width = 41
Height = 21
Caption = 'Stop'
TabOrder = 3
OnClick = Button3Click
end
object Button4: TButton
Left = 124
Top = 72
Width = 41
Height = 21
Caption = 'Stop'
TabOrder = 7
OnClick = Button4Click
end
object Button5: TButton
Left = 180
Top = 104
Width = 75
Height = 25
Caption = '&Clear'
TabOrder = 9
OnClick = Button5Click
end
object Button6: TButton
Left = 180
Top = 252
Width = 75
Height = 25
Caption = 'E&xit'
TabOrder = 10
OnClick = Button6Click
end
end