mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 05:28:17 +02:00
25 lines
506 B
Plaintext
25 lines
506 B
Plaintext
object Form1: TForm1
|
|
Left = 246
|
|
Height = 146
|
|
Top = 235
|
|
Width = 464
|
|
HorzScrollBar.Page = 299
|
|
VertScrollBar.Page = 145
|
|
BorderIcons = [biSystemMenu, biMinimize]
|
|
BorderStyle = bsSingle
|
|
Caption = 'Form1'
|
|
ClientHeight = 146
|
|
ClientWidth = 464
|
|
OnCreate = FormCreate
|
|
LCLVersion = '2.3.0.0'
|
|
object Button1: TButton
|
|
Left = 24
|
|
Height = 57
|
|
Top = 40
|
|
Width = 392
|
|
Caption = 'Shaped button. Press to make window shaped.'
|
|
OnClick = Button1Click
|
|
TabOrder = 0
|
|
end
|
|
end
|