lazarus/tools/apiwizz/apiwizard.lfm
mattias cbc69512ee set DragCursor props to default
git-svn-id: trunk@4999 -
2004-01-03 18:16:25 +00:00

126 lines
2.4 KiB
Plaintext

object ApiWizForm: TApiWizForm
Caption = 'ApiWiZZ'
ClientHeight = 273
ClientWidth = 504
OnCreate = ApiWizFormCreate
Position = podefaultposonly
HorzScrollBar.Page = 505
VertScrollBar.Page = 274
Left = 358
Height = 273
Top = 185
Width = 504
object lblDeclare: TLabel
Caption = 'Declaration:'
Layout = tltop
Left = 4
Height = 16
Top = 68
Width = 120
end
object lblLazarus: TLabel
Caption = 'Lazarus dir:'
Layout = tltop
Left = 4
Height = 16
Top = 16
Width = 120
end
object txtDeclare: TEdit
Anchors = [aktop, akleft, akright]
TabStop = True
TabOrder = 0
Left = 4
Height = 24
Top = 88
Width = 492
end
object cmdGenerate: TButton
Anchors = [akright, akbottom]
Caption = 'Generate'
TabStop = True
TabOrder = 2
OnClick = cmdGenerateClick
Left = 421
Height = 28
Top = 238
Width = 75
end
object txtLazarus: TEdit
Anchors = [aktop, akleft, akright]
TabStop = True
TabOrder = 1
Left = 4
Height = 24
Top = 36
Width = 492
Tag = 493
end
object rdgApiType: TRadioGroup
Caption = 'Api type'
ItemIndex = 0
Items.Strings = (
'win32 compatibility'
'LCL interface'
)
OnClick = rdgApiTypeClick
Left = 176
Height = 72
Top = 128
Width = 158
end
object Groupbox1: TGroupBox
Caption = 'LCL Platform'
ClientHeight = 121
ClientWidth = 160
ParentColor = True
ParentCtl3D = False
TabOrder = 6
Left = 4
Height = 138
Top = 128
Width = 164
object cbgLCLPlatform: TCheckGroup
Enabled = False
Items.Strings = (
'gtk'
'gtk2'
'win32'
)
Left = 26
Height = 80
Top = 30
Width = 128
Data = {
03000000020202
}
end
object rbIndependent: TRadioButton
AutoSize = True
AllowGrayed = True
Caption = 'Independent'
Checked = True
State = cbchecked
TabOrder = 1
TabStop = True
OnClick = rbPlatformDependencyClick
Left = 10
Height = 20
Top = 3
Width = 115
end
object rbDependent: TRadioButton
AutoSize = True
AllowGrayed = True
Caption = 'Dependent'
TabOrder = 2
TabStop = True
OnClick = rbPlatformDependencyClick
Left = 10
Height = 20
Top = 30
Width = 106
end
end
end