Files
lazarus-ccr/components/orpheus/tests/TestSpinner/unit1.dfm

34 lines
613 B
Plaintext
Raw Normal View History

object Form1: TForm1
Left = 192
Top = 114
Width = 423
Height = 323
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 OvcSpinner1: TOvcSpinner
Left = 144
Top = 88
Width = 49
Height = 65
AutoRepeat = True
Delta = 1.000000000000000000
FocusedControl = Edit1
end
object Edit1: TEdit
Left = 208
Top = 112
Width = 57
Height = 21
TabOrder = 1
Text = '0'
end
end