mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-22 13:22:30 +02:00
68 lines
1.2 KiB
Plaintext
68 lines
1.2 KiB
Plaintext
object Form1: TForm1
|
|
Left = 310
|
|
Height = 161
|
|
Top = 151
|
|
Width = 385
|
|
ActiveControl = swInitSize
|
|
Caption = 'Form1'
|
|
ClientHeight = 161
|
|
ClientWidth = 385
|
|
LCLVersion = '0.9.27'
|
|
object ToolBar1: TToolBar
|
|
Left = 0
|
|
Height = 26
|
|
Top = 0
|
|
Width = 385
|
|
AutoSize = True
|
|
BorderWidth = 2
|
|
Caption = 'ToolBar1'
|
|
EdgeBorders = [ebLeft, ebTop, ebRight, ebBottom]
|
|
Flat = False
|
|
List = True
|
|
ShowCaptions = True
|
|
TabOrder = 0
|
|
object ToolButton1: TToolButton
|
|
Left = 3
|
|
Top = 2
|
|
AutoSize = True
|
|
Caption = 'ToolButton0'
|
|
Grouped = True
|
|
Style = tbsCheck
|
|
Visible = False
|
|
end
|
|
end
|
|
object Button1: TButton
|
|
Left = 8
|
|
Height = 25
|
|
Top = 88
|
|
Width = 75
|
|
Caption = 'Add button'
|
|
OnClick = Button1Click
|
|
TabOrder = 1
|
|
end
|
|
object swInitSize: TCheckBox
|
|
Left = 112
|
|
Height = 17
|
|
Top = 88
|
|
Width = 90
|
|
Caption = 'init button size'
|
|
TabOrder = 2
|
|
end
|
|
object swView1: TCheckBox
|
|
Left = 112
|
|
Height = 17
|
|
Top = 112
|
|
Width = 108
|
|
Caption = 'First button visible'
|
|
OnClick = swView1Click
|
|
TabOrder = 3
|
|
end
|
|
object StatusBar1: TStatusBar
|
|
Left = 0
|
|
Height = 20
|
|
Top = 141
|
|
Width = 385
|
|
Panels = <>
|
|
end
|
|
end
|