mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-03 15:58:55 +02:00
147 lines
3.3 KiB
Plaintext
147 lines
3.3 KiB
Plaintext
object ApiWizForm: TApiWizForm
|
|
Left = 396
|
|
Height = 383
|
|
Top = 170
|
|
Width = 583
|
|
HorzScrollBar.Page = 582
|
|
VertScrollBar.Page = 382
|
|
ActiveControl = txtLazarus
|
|
Caption = 'ApiWiZZ'
|
|
OnCreate = ApiWizFormCreate
|
|
Position = poDefaultPosOnly
|
|
object lblDeclare: TLabel
|
|
Left = 4
|
|
Height = 13
|
|
Top = 56
|
|
Width = 404
|
|
Anchors = [akTop, akLeft, akRight]
|
|
Caption = 'Declaration (each line is a separate entry):'
|
|
Color = clNone
|
|
ParentColor = False
|
|
end
|
|
object lblLazarus: TLabel
|
|
Left = 4
|
|
Height = 13
|
|
Top = 8
|
|
Width = 66
|
|
Caption = 'Lazarus dir:'
|
|
Color = clNone
|
|
ParentColor = False
|
|
end
|
|
object cmdGenerate: TButton
|
|
Left = 416
|
|
Height = 28
|
|
Top = 299
|
|
Width = 162
|
|
Anchors = [akTop, akRight]
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = 'Generate'
|
|
OnClick = cmdGenerateClick
|
|
TabOrder = 1
|
|
end
|
|
object txtLazarus: TEdit
|
|
Tag = 493
|
|
Left = 4
|
|
Height = 24
|
|
Top = 24
|
|
Width = 404
|
|
Anchors = [akTop, akLeft, akRight]
|
|
TabOrder = 0
|
|
end
|
|
object rdgApiType: TRadioGroup
|
|
Left = 416
|
|
Height = 72
|
|
Top = 219
|
|
Width = 162
|
|
Anchors = [akTop, akRight]
|
|
AutoFill = True
|
|
Caption = 'Api type'
|
|
ChildSizing.LeftRightSpacing = 6
|
|
ChildSizing.TopBottomSpacing = 6
|
|
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
|
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
|
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
ChildSizing.ControlsPerLine = 1
|
|
ItemIndex = 0
|
|
Items.Strings = (
|
|
'win32 compatibility'
|
|
'LCL interface'
|
|
)
|
|
OnClick = rdgApiTypeClick
|
|
TabOrder = 2
|
|
end
|
|
object Groupbox1: TGroupBox
|
|
Left = 416
|
|
Height = 208
|
|
Top = 8
|
|
Width = 162
|
|
Anchors = [akTop, akRight]
|
|
Caption = 'LCL Widgetset'
|
|
ParentCtl3D = False
|
|
TabOrder = 3
|
|
object rbIndependent: TRadioButton
|
|
Left = 10
|
|
Height = 20
|
|
Top = 3
|
|
Width = 96
|
|
AllowGrayed = True
|
|
Caption = 'Independent'
|
|
Checked = True
|
|
OnClick = rbPlatformDependencyClick
|
|
State = cbChecked
|
|
TabOrder = 0
|
|
end
|
|
object cbgLCLPlatform: TCheckGroup
|
|
Left = 26
|
|
Height = 154
|
|
Top = 30
|
|
Width = 128
|
|
AutoFill = True
|
|
ChildSizing.LeftRightSpacing = 6
|
|
ChildSizing.TopBottomSpacing = 6
|
|
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
|
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
|
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
ChildSizing.ControlsPerLine = 1
|
|
Enabled = False
|
|
Items.Strings = (
|
|
'carbon'
|
|
'fpgui'
|
|
'gtk'
|
|
'gtk2'
|
|
'qt'
|
|
'win32'
|
|
'wince'
|
|
)
|
|
TabOrder = 2
|
|
Data = {
|
|
0700000002020202020202
|
|
}
|
|
end
|
|
object rbDependent: TRadioButton
|
|
Left = 10
|
|
Height = 20
|
|
Top = 30
|
|
Width = 88
|
|
AllowGrayed = True
|
|
Caption = 'Dependent'
|
|
OnClick = rbPlatformDependencyClick
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
object txtDeclarations: TMemo
|
|
Left = 4
|
|
Height = 303
|
|
Top = 72
|
|
Width = 404
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
ScrollBars = ssBoth
|
|
TabOrder = 4
|
|
WordWrap = False
|
|
end
|
|
end
|