lazarus/converter/convertsettings.lfm
2010-09-10 15:04:48 +00:00

257 lines
6.9 KiB
Plaintext

object ConvertSettingsForm: TConvertSettingsForm
Left = 346
Height = 483
Top = 298
Width = 637
Caption = 'Convert Delphi unit, project or package '
ClientHeight = 483
ClientWidth = 637
Constraints.MinHeight = 400
OnCreate = FormCreate
OnDestroy = FormDestroy
Position = poScreenCenter
LCLVersion = '0.9.29'
object MissingStuffGroupBox: TGroupBox
AnchorSideTop.Control = SettingsGroupBox
AnchorSideTop.Side = asrBottom
AnchorSideBottom.Control = ButtonPanel
Left = 0
Height = 213
Top = 219
Width = 637
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Top = 3
Caption = 'Replacements'
ClientHeight = 194
ClientWidth = 633
TabOrder = 0
object UnitReplaceButton: TBitBtn
Left = 11
Height = 30
Hint = 'Unit names in uses section of a source unit'
Top = 36
Width = 272
Caption = 'Unit Replacements'
OnClick = UnitReplaceButtonClick
ParentShowHint = False
ShowHint = True
TabOrder = 0
end
object TypeReplaceButton: TBitBtn
Left = 11
Height = 30
Hint = 'Unknown types in form file (DFM/LFM)'
Top = 76
Width = 272
Caption = 'Type Replacements'
OnClick = TypeReplaceButtonClick
ParentShowHint = False
ShowHint = True
TabOrder = 1
end
object UnitReplaceAutoCheckBox: TCheckBox
Left = 303
Height = 21
Hint = 'If unchecked, there will be interactive dialogs for editing / accepting changes.'
Top = 41
Width = 161
Caption = 'Replace automatically'
ParentShowHint = False
ShowHint = True
TabOrder = 2
end
object FuncReplaceButton: TBitBtn
Left = 11
Height = 30
Hint = 'Some Delphi functions can be replaced with a LCL function'
Top = 116
Width = 272
Caption = 'Function Replacements'
OnClick = FuncReplaceButtonClick
ParentShowHint = False
ShowHint = True
TabOrder = 3
end
object VisualOffsButton: TBitBtn
Left = 11
Height = 30
Hint = 'Some Delphi functions can be replaced with a LCL function'
Top = 156
Width = 272
Caption = 'Top Coordinate Offsets'
OnClick = VisualOffsButtonClick
ParentShowHint = False
ShowHint = True
TabOrder = 4
end
object PropRemoveAutoCheckBox: TCheckBox
Left = 303
Height = 21
Hint = 'If unchecked, there will be interactive dialogs for editing / accepting changes.'
Top = 4
Width = 161
Caption = 'Remove automatically'
ParentShowHint = False
ShowHint = True
TabOrder = 5
end
object Label1: TLabel
AnchorSideRight.Control = UnitReplaceButton
AnchorSideRight.Side = asrBottom
Left = 135
Height = 16
Top = 6
Width = 148
Anchors = [akTop, akRight]
Caption = 'Unknown properties'
Font.Color = clBtnShadow
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object TypeReplInfoLabel: TLabel
Left = 303
Height = 16
Top = 84
Width = 67
Caption = 'Interactive'
ParentColor = False
end
object VisualOffsEnableCheckBox: TCheckBox
Left = 303
Height = 21
Top = 161
Width = 65
Caption = 'Enable'
TabOrder = 6
end
object FuncReplaceEnableCheckBox: TCheckBox
Left = 303
Height = 21
Hint = 'If unchecked, there will be interactive dialogs for editing / accepting changes.'
Top = 121
Width = 65
Caption = 'Enable'
ParentShowHint = False
ShowHint = True
TabOrder = 7
end
end
object SettingsGroupBox: TGroupBox
Left = 0
Height = 136
Top = 80
Width = 637
Anchors = [akTop, akLeft, akRight]
ClientHeight = 117
ClientWidth = 633
TabOrder = 1
object TargetRadioGroup: TRadioGroup
Left = 11
Height = 112
Hint = 'Converter adds conditional compilation to support different targets'
Top = -1
Width = 272
AutoFill = True
Caption = 'Target'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1
ClientHeight = 93
ClientWidth = 268
ItemIndex = 0
Items.Strings = (
'Lazarus / LCL'
'Lazarus / LCL for Windows only'
'Both Lazarus / LCL and Delphi'
)
OnClick = TargetRadioGroupClick
ParentShowHint = False
ShowHint = True
TabOrder = 0
end
object SameDFMCheckBox: TCheckBox
AnchorSideLeft.Control = TargetRadioGroup
AnchorSideLeft.Side = asrBottom
Left = 303
Height = 21
Hint = 'Separate form files allow different properties'
Top = 7
Width = 312
BorderSpacing.Left = 13
BorderSpacing.Around = 7
Caption = 'Lazarus uses the same DFM form file as Delphi'
OnChange = SameDFMCheckBoxChange
ParentShowHint = False
ShowHint = True
TabOrder = 1
end
end
object ProjectPathEdit: TLabeledEdit
Left = 144
Height = 21
Hint = 'Directory where project''s main file must be'
Top = 15
Width = 481
Anchors = [akTop, akLeft, akRight]
BorderStyle = bsNone
Color = clBtnFace
EditLabel.AnchorSideLeft.Control = ProjectPathEdit
EditLabel.AnchorSideTop.Control = ProjectPathEdit
EditLabel.AnchorSideTop.Side = asrCenter
EditLabel.AnchorSideRight.Control = ProjectPathEdit
EditLabel.AnchorSideBottom.Control = ProjectPathEdit
EditLabel.Left = 59
EditLabel.Height = 16
EditLabel.Top = 17
EditLabel.Width = 78
EditLabel.Caption = 'Project Path:'
EditLabel.ParentColor = False
LabelPosition = lpLeft
LabelSpacing = 7
ParentShowHint = False
ReadOnly = True
ShowHint = True
TabOrder = 2
end
object BackupCheckBox: TCheckBox
AnchorSideTop.Control = ProjectPathEdit
AnchorSideTop.Side = asrBottom
Left = 16
Height = 21
Hint = 'Creates a Backup directory under project directory'
Top = 48
Width = 208
BorderSpacing.Top = 5
BorderSpacing.Around = 7
Caption = 'Make backup of changed files'
Checked = True
ParentShowHint = False
ShowHint = True
State = cbChecked
TabOrder = 3
end
object ButtonPanel: TButtonPanel
Left = 6
Height = 39
Top = 438
Width = 625
OKButton.Name = 'OKButton'
OKButton.Caption = '&OK'
HelpButton.Name = 'HelpButton'
HelpButton.Caption = '&Help'
CloseButton.Name = 'CloseButton'
CloseButton.Caption = '&Close'
CloseButton.Enabled = False
CancelButton.Name = 'CancelButton'
CancelButton.Caption = 'Cancel'
TabOrder = 4
ShowButtons = [pbOK, pbCancel, pbHelp]
end
end