lazarus/tools/apiwizz/apiwizard.lfm
marc de8f27af5b * Interface CreateComponent splitup
* Implemented CreateButtonHandle on GTK interface
  on win32 interface it still needs to be done
* Changed ApiWizz to support multilines and more interfaces

git-svn-id: trunk@5236 -
2004-02-27 00:42:41 +00:00

136 lines
2.7 KiB
Plaintext

object ApiWizForm: TApiWizForm
Caption = 'ApiWiZZ'
ClientHeight = 383
ClientWidth = 583
OnCreate = ApiWizFormCreate
Position = PODEFAULTPOSONLY
HorzScrollBar.Page = 584
VertScrollBar.Page = 384
Left = 392
Height = 383
Top = 134
Width = 583
object lblDeclare: TLabel
Anchors = [AKTOP, AKLEFT, AKRIGHT]
Caption = 'Declaration (each line is a separate entry):'
Layout = TLTOP
Left = 4
Height = 16
Top = 56
Width = 404
end
object lblLazarus: TLabel
Caption = 'Lazarus dir:'
Layout = TLTOP
Left = 4
Height = 16
Top = 8
Width = 120
end
object cmdGenerate: TButton
Anchors = [AKTOP, AKRIGHT]
Caption = 'Generate'
TabStop = True
TabOrder = 1
OnClick = cmdGenerateClick
Left = 416
Height = 28
Top = 256
Width = 162
end
object txtLazarus: TEdit
Anchors = [AKTOP, AKLEFT, AKRIGHT]
TabStop = True
TabOrder = 0
Left = 4
Height = 24
Top = 24
Width = 404
Tag = 493
end
object rdgApiType: TRadioGroup
Anchors = [AKTOP, AKRIGHT]
Caption = 'Api type'
ItemIndex = 0
Items.Strings = (
'win32 compatibility'
'LCL interface'
)
OnClick = rdgApiTypeClick
Left = 416
Height = 72
Top = 176
Width = 162
end
object Groupbox1: TGroupBox
Anchors = [AKTOP, AKRIGHT]
Caption = 'LCL Platform'
ClientHeight = 143
ClientWidth = 158
ParentColor = True
ParentCtl3D = False
TabOrder = 5
Left = 416
Height = 160
Top = 8
Width = 162
object rbIndependent: TRadioButton
AutoSize = True
AllowGrayed = True
Caption = 'Independent'
Checked = True
State = CBCHECKED
DragCursor = 65524
TabOrder = 0
TabStop = True
OnClick = rbPlatformDependencyClick
Left = 10
Height = 20
Top = 3
Width = 115
end
object cbgLCLPlatform: TCheckGroup
Enabled = False
Items.Strings = (
'gnome'
'gtk'
'gtk2'
'qt'
'win32'
)
Left = 26
Height = 107
Top = 30
Width = 128
Data = {
050000000202020202
}
end
object rbDependent: TRadioButton
AutoSize = True
AllowGrayed = True
Caption = 'Dependent'
DragCursor = 65524
TabOrder = 1
TabStop = True
OnClick = rbPlatformDependencyClick
Left = 10
Height = 20
Top = 30
Width = 106
end
end
object txtDeclarations: TMemo
Anchors = [AKTOP, AKLEFT, AKRIGHT, AKBOTTOM]
ScrollBars = SSBOTH
Tabstop = True
WordWrap = False
TabStop = True
TabOrder = 6
Left = 4
Height = 303
Top = 72
Width = 404
end
end