
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@639 8e941d3f-bd1b-0410-a28a-d453659cc2b4
21 lines
371 B
Plaintext
21 lines
371 B
Plaintext
object frmTestForm: TfrmTestForm
|
|
Left = 290
|
|
Height = 232
|
|
Top = 175
|
|
Width = 184
|
|
HorzScrollBar.Page = 183
|
|
VertScrollBar.Page = 231
|
|
Caption = 'frmTestForm'
|
|
ClientHeight = 232
|
|
ClientWidth = 184
|
|
object Button1: TButton
|
|
Left = 30
|
|
Height = 30
|
|
Top = 50
|
|
Width = 123
|
|
Caption = 'Button1'
|
|
OnClick = Button1Click
|
|
TabOrder = 0
|
|
end
|
|
end
|