You've already forked lazarus-ccr
23 lines
413 B
Plaintext
23 lines
413 B
Plaintext
![]() |
object Form2: TForm2
|
||
|
Left = 322
|
||
|
Height = 300
|
||
|
Top = 275
|
||
|
Width = 400
|
||
|
HorzScrollBar.Page = 399
|
||
|
VertScrollBar.Page = 299
|
||
|
ActiveControl = Button1
|
||
|
Caption = 'Form2'
|
||
|
ClientHeight = 300
|
||
|
ClientWidth = 400
|
||
|
object Button1: TButton
|
||
|
Left = 190
|
||
|
Height = 25
|
||
|
Top = 65
|
||
|
Width = 75
|
||
|
BorderSpacing.InnerBorder = 4
|
||
|
Caption = 'Button1'
|
||
|
OnClick = Button1Click
|
||
|
TabOrder = 0
|
||
|
end
|
||
|
end
|