lazarus-ccr/components/orpheus/tests/TestSpinner/unit1.dfm
macpgmr 990d5a299f Release 0.1.6 (20070704):
Fix for TO32TCFlexEdit validation;
 3 new example programs (TestSpinner, TestSimpField, TestTblEdits);
 updated OrphStatus.html notes.


git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@204 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-07-04 22:17:49 +00:00

34 lines
613 B
Plaintext

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