Files
lazarus-ccr/wst/trunk/ide/lazarus/test/uform2.lfm
inoussa 549deb3e6d lazarus IDE integration :
- WSDL file import ( GUI ) menu   Project/Web Services Toolkit/Import WSDL File ...
  - WSDL Type Library Editor ( GUI ) Project/Web Services Toolkit/Type Library Editor...


git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@209 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-07-07 20:56:01 +00:00

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