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 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159
|
object CodetoolsCodeCreationOptionsFrame: TCodetoolsCodeCreationOptionsFrame
Left = 0
Height = 371
Top = 0
Width = 566
ClientHeight = 371
ClientWidth = 566
TabOrder = 0
Visible = False
DesignLeft = 322
DesignTop = 167
object ForwardProcsKeepOrderCheckBox: TCheckBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = ForwardProcsInsertPolicyComboBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 19
Top = 45
Width = 200
BorderSpacing.Left = 6
BorderSpacing.Top = 6
Caption = 'ForwardProcsKeepOrderCheckBox'
TabOrder = 1
end
object UpdateMultiProcSignaturesCheckBox: TCheckBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = UsesInsertPolicyComboBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 19
Top = 99
Width = 217
BorderSpacing.Left = 6
BorderSpacing.Top = 6
Caption = 'UpdateMultiProcSignaturesCheckBox'
TabOrder = 3
end
object UpdateOtherProcSignaturesCaseCheckBox: TCheckBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = UpdateMultiProcSignaturesCheckBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 19
Top = 118
Width = 244
BorderSpacing.Left = 6
Caption = 'UpdateOtherProcSignaturesCaseCheckBox'
TabOrder = 4
end
object TemplateFileLabel: TLabel
AnchorSideLeft.Control = GroupLocalVariablesCheckBox
AnchorSideTop.Control = TemplateFileEdit
AnchorSideTop.Side = asrCenter
Left = 6
Height = 15
Top = 185
Width = 95
Caption = 'TemplateFileLabel'
ParentColor = False
end
object GroupLocalVariablesCheckBox: TCheckBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = UpdateOtherProcSignaturesCaseCheckBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 19
Top = 137
Width = 180
BorderSpacing.Left = 6
Caption = 'GroupLocalVariablesCheckBox'
TabOrder = 5
end
object ForwardProcsInsertPolicyComboBox: TComboBox
AnchorSideLeft.Control = ForwardProcsInsertPolicyLabel
AnchorSideLeft.Side = asrBottom
Left = 173
Height = 23
Top = 16
Width = 170
ItemHeight = 15
Style = csDropDownList
TabOrder = 0
end
object ForwardProcsInsertPolicyLabel: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = ForwardProcsInsertPolicyComboBox
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = ForwardProcsInsertPolicyComboBox
Left = 6
Height = 15
Top = 20
Width = 161
BorderSpacing.Around = 6
Caption = 'ForwardProcsInsertPolicyLabel'
ParentColor = False
end
object UsesInsertPolicyLabel: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = UsesInsertPolicyComboBox
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = UsesInsertPolicyComboBox
Left = 6
Height = 15
Top = 74
Width = 113
BorderSpacing.Around = 6
Caption = 'UsesInsertPolicyLabel'
ParentColor = False
end
object UsesInsertPolicyComboBox: TComboBox
AnchorSideLeft.Control = UsesInsertPolicyLabel
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = ForwardProcsKeepOrderCheckBox
AnchorSideTop.Side = asrBottom
Left = 125
Height = 23
Top = 70
Width = 170
BorderSpacing.Top = 6
ItemHeight = 15
Style = csDropDownList
TabOrder = 2
end
object TemplateFileEdit: TFileNameEdit
AnchorSideLeft.Control = TemplateFileLabel
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = OverrideStringTypesWithFirstParamTypeCheckBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 107
Height = 23
Top = 181
Width = 453
FilterIndex = 0
HideDirectories = False
ButtonWidth = 25
NumGlyphs = 1
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
BorderSpacing.Top = 6
BorderSpacing.Right = 6
MaxLength = 0
TabOrder = 7
Text = 'TemplateFileEdit'
end
object OverrideStringTypesWithFirstParamTypeCheckBox: TCheckBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = GroupLocalVariablesCheckBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 19
Top = 156
Width = 286
BorderSpacing.Left = 6
Caption = 'OverrideStringTypesWithFirstParamTypeCheckBox'
TabOrder = 6
end
end
|