mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-30 11:36:21 +02:00
69 lines
1.3 KiB
Plaintext
69 lines
1.3 KiB
Plaintext
object Form1: TForm1
|
|
Left = 290
|
|
Height = 300
|
|
Top = 175
|
|
Width = 400
|
|
HorzScrollBar.Page = 399
|
|
VertScrollBar.Page = 299
|
|
ActiveControl = Button1
|
|
Caption = 'Form1'
|
|
ClientHeight = 300
|
|
ClientWidth = 400
|
|
OnCreate = FormCreate
|
|
object Button1: TButton
|
|
Left = 56
|
|
Height = 33
|
|
Top = 56
|
|
Width = 94
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = 'Show'
|
|
OnClick = Button1Click
|
|
TabOrder = 0
|
|
end
|
|
object Button2: TButton
|
|
Left = 56
|
|
Height = 33
|
|
Top = 112
|
|
Width = 94
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = 'Hide'
|
|
OnClick = Button2Click
|
|
TabOrder = 1
|
|
end
|
|
object Button3: TButton
|
|
Left = 224
|
|
Height = 33
|
|
Top = 56
|
|
Width = 94
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = 'Paint Test'
|
|
OnClick = Button3Click
|
|
TabOrder = 2
|
|
end
|
|
object Button4: TButton
|
|
Left = 56
|
|
Height = 32
|
|
Top = 168
|
|
Width = 94
|
|
Caption = 'Display Message'
|
|
TabOrder = 3
|
|
end
|
|
object PopupMenu: TPopupMenu
|
|
left = 180
|
|
top = 260
|
|
object MenuItem1: TMenuItem
|
|
Caption = 'New Item1'
|
|
end
|
|
object MenuItem3: TMenuItem
|
|
Caption = 'New Item3'
|
|
end
|
|
object MenuItem2: TMenuItem
|
|
Caption = 'New Item2'
|
|
end
|
|
end
|
|
object SystrayIcon: TTrayIcon
|
|
left = 221
|
|
top = 145
|
|
end
|
|
end
|