You've already forked lazarus-ccr
48 lines
854 B
Plaintext
48 lines
854 B
Plaintext
![]() |
object JvDesignPanel: TJvDesignPanel
|
||
|
Left = 0
|
||
|
Height = 333
|
||
|
Top = 34
|
||
|
Width = 476
|
||
|
Align = alClient
|
||
|
BevelOuter = bvNone
|
||
|
ClientHeight = 333
|
||
|
ClientWidth = 476
|
||
|
Color = clWhite
|
||
|
ParentColor = False
|
||
|
TabOrder = 1
|
||
|
object Panel1: TPanel
|
||
|
Left = 117
|
||
|
Height = 178
|
||
|
Top = 117
|
||
|
Width = 310
|
||
|
Caption = 'Panel1'
|
||
|
ClientHeight = 178
|
||
|
ClientWidth = 310
|
||
|
TabOrder = 0
|
||
|
object Button1: TButton
|
||
|
Left = 170
|
||
|
Height = 25
|
||
|
Top = 134
|
||
|
Width = 75
|
||
|
Caption = 'Button1'
|
||
|
TabOrder = 0
|
||
|
end
|
||
|
object Button2: TButton
|
||
|
Left = 77
|
||
|
Height = 25
|
||
|
Top = 134
|
||
|
Width = 75
|
||
|
Caption = 'Button2'
|
||
|
TabOrder = 1
|
||
|
end
|
||
|
object Label1: TLabel
|
||
|
Left = 42
|
||
|
Height = 14
|
||
|
Top = 36
|
||
|
Width = 32
|
||
|
Caption = 'Label1'
|
||
|
ParentColor = False
|
||
|
end
|
||
|
end
|
||
|
end
|