44 lines
820 B
ObjectPascal
44 lines
820 B
ObjectPascal
object Form1: TForm1
|
|
Left = 1899
|
|
Top = 212
|
|
Width = 266
|
|
Height = 172
|
|
Caption = 'Form1'
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'MS Sans Serif'
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object EditInputField: TEdit
|
|
Left = 16
|
|
Top = 16
|
|
Width = 121
|
|
Height = 21
|
|
TabOrder = 0
|
|
Text = '0'
|
|
OnChange = EditInputFieldChange
|
|
end
|
|
object ButtonRandom: TButton
|
|
Left = 96
|
|
Top = 56
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'Random'
|
|
TabOrder = 1
|
|
OnClick = ButtonRandomClick
|
|
end
|
|
object ButtonIncrement: TButton
|
|
Left = 16
|
|
Top = 56
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'Increment'
|
|
TabOrder = 2
|
|
OnClick = ButtonIncrementClick
|
|
end
|
|
end
|