You've already forked lazarus-ccr
- 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
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
|