1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126
|
object DelphiOptionsFrame: TDelphiOptionsFrame
Left = 0
Height = 334
Top = 0
Width = 624
ClientHeight = 334
ClientWidth = 624
TabOrder = 0
DesignLeft = 762
DesignTop = 448
object lblDelphiPath: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
Left = 16
Height = 16
Top = 8
Width = 164
BorderSpacing.Left = 16
BorderSpacing.Top = 8
Caption = 'Delphi compiler executable'
ParentColor = False
ParentShowHint = False
ShowHint = True
end
object cbDelphiPath: TComboBox
AnchorSideLeft.Control = lblDelphiPath
AnchorSideTop.Control = lblDelphiPath
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = DelphiPathBrowseButton
Left = 16
Height = 27
Top = 32
Width = 577
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 8
ItemHeight = 0
TabOrder = 0
end
object DelphiPathBrowseButton: TButton
AnchorSideTop.Control = cbDelphiPath
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = cbDelphiPath
AnchorSideBottom.Side = asrBottom
Left = 593
Height = 27
Top = 32
Width = 23
Anchors = [akTop, akRight, akBottom]
AutoSize = True
BorderSpacing.Right = 8
Caption = '...'
OnClick = DelphiPathBrowseButtonClick
ParentShowHint = False
ShowHint = True
TabOrder = 1
end
object cbConfigFileExtension: TComboBox
AnchorSideLeft.Control = lblConfigFileExtension
AnchorSideTop.Control = lblConfigFileExtension
AnchorSideTop.Side = asrBottom
Left = 16
Height = 27
Top = 91
Width = 136
BorderSpacing.Top = 8
ItemHeight = 0
TabOrder = 2
end
object lblConfigFileExtension: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = cbDelphiPath
AnchorSideTop.Side = asrBottom
Left = 16
Height = 16
Top = 67
Width = 170
BorderSpacing.Left = 16
BorderSpacing.Top = 8
Caption = 'Configuration file extension'
ParentColor = False
ParentShowHint = False
ShowHint = True
end
object cbConvertDosToUnix: TCheckBox
AnchorSideLeft.Control = lblDelphiPath
AnchorSideTop.Control = cbConfigFileExtension
AnchorSideTop.Side = asrBottom
Left = 16
Height = 23
Top = 126
Width = 306
BorderSpacing.Top = 8
Caption = 'Map filenames from Windows to Unix notation'
TabOrder = 3
end
object lblAdditionalOptions: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = cbConvertDosToUnix
AnchorSideTop.Side = asrBottom
Left = 16
Height = 16
Top = 157
Width = 167
BorderSpacing.Left = 16
BorderSpacing.Top = 8
Caption = 'Additional compiler options'
ParentColor = False
ParentShowHint = False
ShowHint = True
end
object cbAdditionalOptions: TComboBox
AnchorSideLeft.Control = lblAdditionalOptions
AnchorSideTop.Control = lblAdditionalOptions
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = DelphiPathBrowseButton
Left = 16
Height = 27
Top = 181
Width = 577
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 8
ItemHeight = 0
TabOrder = 4
end
end
|