mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-20 04:29:37 +02:00
32 lines
615 B
Plaintext
32 lines
615 B
Plaintext
object Form1: TForm1
|
|
Left = 302
|
|
Height = 87
|
|
Top = 155
|
|
Width = 214
|
|
Caption = 'Form1'
|
|
ClientHeight = 87
|
|
ClientWidth = 214
|
|
ParentFont = False
|
|
LCLVersion = '0.9.25'
|
|
object Button1: TButton
|
|
Left = 112
|
|
Height = 25
|
|
Top = 24
|
|
Width = 75
|
|
Caption = 'Button1'
|
|
OnClick = Button1Click
|
|
TabOrder = 0
|
|
end
|
|
object ApplicationProperties1: TApplicationProperties
|
|
CaptureExceptions = True
|
|
HintColor = clInfoBk
|
|
HintHidePause = 2500
|
|
HintPause = 500
|
|
HintShortCuts = True
|
|
ShowHint = True
|
|
OnIdle = ApplicationProperties1Idle
|
|
left = 25
|
|
top = 19
|
|
end
|
|
end
|