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
This commit is contained in:
inoussa
2007-07-07 20:56:01 +00:00
parent 3c652269a1
commit 549deb3e6d
63 changed files with 7761 additions and 539 deletions

View File

@@ -0,0 +1,22 @@
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