Files
lazarus-ccr/wst/trunk/ide/lazarus/wstimportdlg.lfm
2014-06-16 19:09:54 +00:00

296 lines
7.1 KiB
Plaintext

object formImport: TformImport
Left = 574
Height = 571
Top = 133
Width = 598
ActiveControl = Button1
BorderStyle = bsSizeToolWin
Caption = 'WSDL Importer'
ClientHeight = 571
ClientWidth = 598
LCLVersion = '1.3'
object Panel2: TPanel
Left = 0
Height = 523
Top = 0
Width = 598
Align = alClient
ClientHeight = 523
ClientWidth = 598
TabOrder = 1
object GroupBox1: TGroupBox
Left = 8
Height = 176
Top = 8
Width = 578
Anchors = [akTop, akLeft, akRight]
ClientHeight = 154
ClientWidth = 574
TabOrder = 0
object Label1: TLabel
Left = 9
Height = 20
Top = 4
Width = 257
Caption = 'Web Services Description File ( WSDL )'
ParentColor = False
end
object Label2: TLabel
AnchorSideTop.Control = edtInputFile
AnchorSideTop.Side = asrBottom
Left = 9
Height = 20
Top = 60
Width = 109
BorderSpacing.Top = 6
Caption = 'Output directory'
ParentColor = False
end
object edtInputFile: TEdit
AnchorSideTop.Control = Label1
AnchorSideTop.Side = asrBottom
Left = 9
Height = 28
Top = 26
Width = 452
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 2
TabOrder = 0
end
object Button2: TButton
AnchorSideTop.Control = edtInputFile
AnchorSideTop.Side = asrCenter
Left = 479
Height = 25
Top = 28
Width = 40
Action = actOpenFile
Anchors = [akTop, akRight]
BorderSpacing.InnerBorder = 4
TabOrder = 1
end
object edtOutputDir: TEdit
AnchorSideTop.Control = Label2
AnchorSideTop.Side = asrBottom
Left = 9
Height = 28
Top = 82
Width = 452
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 2
TabOrder = 2
end
object Button3: TButton
AnchorSideTop.Control = edtOutputDir
AnchorSideTop.Side = asrCenter
Left = 479
Height = 25
Top = 84
Width = 40
Action = actOpenDir
Anchors = [akTop, akRight]
BorderSpacing.InnerBorder = 4
TabOrder = 3
end
object edtAddToProject: TCheckBox
AnchorSideTop.Control = edtOutputDir
AnchorSideTop.Side = asrBottom
Left = 9
Height = 24
Top = 116
Width = 249
BorderSpacing.Top = 6
Caption = 'Add the generated files to project'
TabOrder = 4
end
end
object GroupBox3: TGroupBox
AnchorSideTop.Control = GroupBox2
AnchorSideTop.Side = asrBottom
Left = 8
Height = 157
Top = 358
Width = 578
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Top = 3
Caption = ' Messages '
ClientHeight = 135
ClientWidth = 574
TabOrder = 1
object mmoLog: TMemo
Left = 0
Height = 135
Top = 0
Width = 574
Align = alClient
ReadOnly = True
ScrollBars = ssBoth
TabOrder = 0
end
end
object GroupBox2: TGroupBox
AnchorSideTop.Control = GroupBox1
AnchorSideTop.Side = asrBottom
Left = 8
Height = 168
Top = 187
Width = 578
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 3
Caption = ' Options '
ClientHeight = 146
ClientWidth = 574
TabOrder = 2
object edtOptionIntf: TCheckBox
Left = 9
Height = 24
Top = 8
Width = 107
Caption = 'Interface file'
Checked = True
OnClick = edtOptionIntfClick
State = cbChecked
TabOrder = 0
end
object edtOptionProxy: TCheckBox
AnchorSideTop.Control = edtOptionIntfALL
AnchorSideTop.Side = asrBottom
Left = 8
Height = 24
Top = 60
Width = 85
BorderSpacing.Top = 2
Caption = 'Proxy file'
Checked = True
State = cbChecked
TabOrder = 2
end
object edtOptionBinder: TCheckBox
AnchorSideTop.Control = edtOptionIntf
Left = 318
Height = 24
Top = 8
Width = 143
Caption = 'Service Binder file'
TabOrder = 3
end
object edtOptionImp: TCheckBox
AnchorSideLeft.Control = edtOptionBinder
AnchorSideTop.Control = edtOptionProxy
Left = 318
Height = 24
Top = 60
Width = 216
Caption = 'Implementation Skeleton file'
TabOrder = 4
end
object edtOptionIntfALL: TCheckBox
AnchorSideTop.Control = edtOptionIntf
AnchorSideTop.Side = asrBottom
Left = 30
Height = 24
Top = 34
Width = 118
BorderSpacing.Top = 2
Caption = 'Parse all types'
OnClick = edtOptionIntfALLClick
TabOrder = 1
end
object edtOptionWrappedParams: TCheckBox
AnchorSideTop.Control = edtOptionProxy
AnchorSideTop.Side = asrBottom
Left = 9
Height = 24
Top = 86
Width = 390
BorderSpacing.Top = 2
Caption = 'Generate easy access interface for wrapped parameters'
TabOrder = 5
end
object edtDocAsComments: TCheckBox
AnchorSideTop.Control = edtOptionWrappedParams
AnchorSideTop.Side = asrBottom
Left = 9
Height = 24
Top = 112
Width = 280
BorderSpacing.Top = 2
Caption = 'Generate documentation as comments'
TabOrder = 6
end
object edtGenCollection: TCheckBox
AnchorSideLeft.Control = edtOptionImp
AnchorSideTop.Control = edtDocAsComments
Left = 318
Height = 24
Top = 112
Width = 256
Caption = 'Generate object array as Collection'
TabOrder = 7
end
end
end
object Panel1: TPanel
Left = 0
Height = 48
Top = 523
Width = 598
Align = alBottom
ClientHeight = 48
ClientWidth = 598
TabOrder = 0
object Button1: TButton
Left = 423
Height = 25
Top = 8
Width = 75
Action = actOK
Anchors = [akTop, akRight]
BorderSpacing.InnerBorder = 4
Default = True
TabOrder = 0
end
object Button4: TButton
Left = 511
Height = 25
Top = 8
Width = 75
Anchors = [akTop, akRight]
BorderSpacing.InnerBorder = 4
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
end
object AL: TActionList
left = 104
top = 392
object actOK: TAction
Caption = 'OK'
OnExecute = actOKExecute
OnUpdate = actOKUpdate
end
object actOpenFile: TAction
Caption = '...'
OnExecute = actOpenFileExecute
end
object actOpenDir: TAction
Caption = '...'
OnExecute = actOpenDirExecute
end
end
object OD: TOpenDialog
Filter = 'WSDL Files ( *.wsdl )|*.wsdl'
FilterIndex = 0
Options = [ofFileMustExist, ofEnableSizing, ofViewDetail]
left = 272
top = 32
end
object SDD: TSelectDirectoryDialog
FilterIndex = 0
left = 224
top = 176
end
end