mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-24 03:19:34 +02:00
47 lines
892 B
Plaintext
47 lines
892 B
Plaintext
object Form1: TForm1
|
|
Left = 290
|
|
Height = 69
|
|
Top = 175
|
|
Width = 400
|
|
HorzScrollBar.Page = 399
|
|
VertScrollBar.Page = 68
|
|
Caption = 'Form1'
|
|
Color = clLime
|
|
object Button1: TButton
|
|
Left = 27
|
|
Height = 25
|
|
Top = 15
|
|
Width = 75
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = 'Button1'
|
|
TabOrder = 0
|
|
end
|
|
object CheckBox1: TCheckBox
|
|
Left = 130
|
|
Height = 13
|
|
Top = 18
|
|
Width = 75
|
|
Caption = 'CheckBox1'
|
|
TabOrder = 1
|
|
end
|
|
object RadioButton1: TRadioButton
|
|
Left = 256
|
|
Height = 13
|
|
Top = 18
|
|
Width = 85
|
|
Caption = 'RadioButton1'
|
|
TabOrder = 2
|
|
end
|
|
object ApplicationProperties1: TApplicationProperties
|
|
CaptureExceptions = True
|
|
HintColor = clInfoBk
|
|
HintHidePause = 2500
|
|
HintPause = 500
|
|
HintShortCuts = True
|
|
ShowHint = True
|
|
OnIdle = ApplicationProperties1Idle
|
|
left = 359
|
|
top = 16
|
|
end
|
|
end
|