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 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318
|
object ProjectVersionInfoOptionsFrame: TProjectVersionInfoOptionsFrame
Left = 0
Height = 431
Top = 0
Width = 596
ClientHeight = 431
ClientWidth = 596
TabOrder = 0
DesignLeft = 264
DesignTop = 142
object VersionInfoGroupBox: TGroupBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = UseVersionInfoCheckBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 0
Height = 104
Top = 25
Width = 596
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Top = 6
Caption = 'Version Numbering'
ClientHeight = 84
ClientWidth = 592
TabOrder = 1
object MajorVersionLabel: TLabel
AnchorSideLeft.Control = VersionInfoGroupBox
AnchorSideTop.Control = VersionInfoGroupBox
Left = 6
Height = 15
Top = 6
Width = 75
BorderSpacing.Left = 6
BorderSpacing.Top = 6
BorderSpacing.Bottom = 3
Caption = '&Major version:'
FocusControl = MajorVersionSpinEdit
ParentColor = False
end
object MinorVersionLabel: TLabel
AnchorSideLeft.Control = MajorVersionSpinEdit
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = VersionInfoGroupBox
Left = 131
Height = 15
Top = 6
Width = 76
BorderSpacing.Left = 55
BorderSpacing.Top = 6
BorderSpacing.Bottom = 3
Caption = 'Mi&nor version:'
FocusControl = MinorVersionSpinEdit
ParentColor = False
end
object RevisionLabel: TLabel
AnchorSideLeft.Control = MinorVersionSpinEdit
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = VersionInfoGroupBox
Left = 256
Height = 15
Top = 6
Width = 47
BorderSpacing.Left = 55
BorderSpacing.Top = 6
BorderSpacing.Bottom = 3
Caption = '&Revision:'
FocusControl = RevisionSpinEdit
ParentColor = False
end
object BuildLabel: TLabel
AnchorSideLeft.Control = RevisionSpinEdit
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = VersionInfoGroupBox
Left = 381
Height = 15
Top = 6
Width = 30
BorderSpacing.Left = 55
BorderSpacing.Top = 6
BorderSpacing.Bottom = 3
Caption = '&Build:'
FocusControl = BuildSpinEdit
ParentColor = False
end
object MajorVersionSpinEdit: TSpinEdit
AnchorSideLeft.Control = MajorVersionLabel
AnchorSideTop.Control = MajorVersionLabel
AnchorSideTop.Side = asrBottom
Left = 6
Height = 23
Top = 24
Width = 70
MaxValue = 65535
TabOrder = 0
end
object MinorVersionSpinEdit: TSpinEdit
AnchorSideLeft.Control = MinorVersionLabel
AnchorSideTop.Control = MinorVersionLabel
AnchorSideTop.Side = asrBottom
Left = 131
Height = 23
Top = 24
Width = 70
MaxValue = 65535
TabOrder = 1
end
object RevisionSpinEdit: TSpinEdit
AnchorSideLeft.Control = RevisionLabel
AnchorSideTop.Control = RevisionLabel
AnchorSideTop.Side = asrBottom
Left = 256
Height = 23
Top = 24
Width = 70
MaxValue = 65535
TabOrder = 2
end
object AutomaticallyIncreaseBuildCheckBox: TCheckBox
AnchorSideLeft.Control = VersionInfoGroupBox
AnchorSideTop.Control = MajorVersionSpinEdit
AnchorSideTop.Side = asrBottom
Left = 6
Height = 19
Top = 59
Width = 170
BorderSpacing.Top = 6
BorderSpacing.Around = 6
Caption = 'Automatically increase Build'
ParentShowHint = False
ShowHint = True
TabOrder = 4
end
object BuildSpinEdit: TSpinEdit
AnchorSideLeft.Control = BuildLabel
AnchorSideTop.Control = BuildLabel
AnchorSideTop.Side = asrBottom
Left = 381
Height = 23
Top = 24
Width = 70
MaxValue = 65535
TabOrder = 3
end
end
object UseVersionInfoCheckBox: TCheckBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 0
Height = 19
Top = 0
Width = 596
Anchors = [akTop, akLeft, akRight]
Caption = 'Include Version Info in executable'
OnChange = UseVersionInfoCheckBoxChange
ParentShowHint = False
ShowHint = True
TabOrder = 0
end
object LanguageSettingsGroupBox: TGroupBox
AnchorSideLeft.Control = AttributesGroupBox
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = VersionInfoGroupBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = AttributesGroupBox
AnchorSideBottom.Side = asrBottom
Left = 239
Height = 152
Top = 135
Width = 357
Anchors = [akTop, akLeft, akRight, akBottom]
AutoSize = True
BorderSpacing.Left = 6
BorderSpacing.Top = 6
Caption = 'Language Options'
ClientHeight = 132
ClientWidth = 353
TabOrder = 2
object LanguageSelectionLabel: TLabel
AnchorSideLeft.Control = LanguageSettingsGroupBox
AnchorSideTop.Control = LanguageSettingsGroupBox
Left = 6
Height = 15
Top = 6
Width = 106
BorderSpacing.Around = 6
Caption = 'Language Selection:'
ParentColor = False
end
object CharacterSetLabel: TLabel
AnchorSideLeft.Control = LanguageSettingsGroupBox
AnchorSideTop.Control = LanguageSelectionComboBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 15
Top = 56
Width = 73
BorderSpacing.Around = 6
Caption = 'Character Set:'
ParentColor = False
end
object LanguageSelectionComboBox: TComboBox
AnchorSideLeft.Control = LanguageSelectionLabel
AnchorSideTop.Control = LanguageSelectionLabel
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = LanguageSettingsGroupBox
AnchorSideRight.Side = asrBottom
Left = 6
Height = 23
Top = 27
Width = 341
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 2
BorderSpacing.Right = 6
BorderSpacing.Bottom = 6
ItemHeight = 15
Style = csDropDownList
TabOrder = 0
end
object CharacterSetComboBox: TComboBox
AnchorSideLeft.Control = CharacterSetLabel
AnchorSideTop.Control = CharacterSetLabel
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = LanguageSettingsGroupBox
AnchorSideRight.Side = asrBottom
Left = 6
Height = 23
Top = 77
Width = 341
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 2
BorderSpacing.Right = 6
BorderSpacing.Bottom = 6
ItemHeight = 15
Style = csDropDownList
TabOrder = 1
end
end
object OtherInfoGroupBox: TGroupBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = LanguageSettingsGroupBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 0
Height = 138
Top = 293
Width = 596
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Top = 6
Caption = 'Other Info'
ClientHeight = 118
ClientWidth = 592
TabOrder = 3
object StringInfo: TStringGrid
Left = 6
Height = 106
Top = 6
Width = 580
Align = alClient
BorderSpacing.Around = 6
ColCount = 2
Columns = <
item
MinSize = 50
ReadOnly = True
Title.Caption = 'Key'
Width = 150
end
item
MinSize = 100
MaxSize = 400
Title.Caption = 'Value'
Width = 300
end>
FixedCols = 0
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing, goEditing, goAlwaysShowEditor, goThumbTracking, goSmoothScroll]
TabOrder = 0
TitleStyle = tsNative
ColWidths = (
150
300
)
end
end
object AttributesGroupBox: TGroupBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = VersionInfoGroupBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = LanguageSettingsGroupBox
Left = 0
Height = 152
Top = 135
Width = 233
BorderSpacing.Top = 6
Caption = 'AttributesGroupBox'
ClientHeight = 132
ClientWidth = 229
TabOrder = 4
object clbAttributes: TCheckListBox
Left = 0
Height = 132
Top = 0
Width = 229
Align = alClient
ItemHeight = 0
OnClickCheck = clbAttributesClickCheck
TabOrder = 0
end
end
end
|