You've already forked lazarus-ccr
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:
22
wst/trunk/ide/lazarus/test/uform2.lfm
Normal file
22
wst/trunk/ide/lazarus/test/uform2.lfm
Normal 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
|
Reference in New Issue
Block a user