lazarus/ide/frames/project_application_options.lfm
2016-11-18 16:26:28 +00:00

332 lines
8.6 KiB
Plaintext

object ProjectApplicationOptionsFrame: TProjectApplicationOptionsFrame
Left = 0
Height = 550
Top = 0
Width = 487
ClientHeight = 550
ClientWidth = 487
TabOrder = 0
DesignLeft = 392
DesignTop = 251
object AppSettingsGroupBox: TGroupBox
Left = 0
Height = 501
Top = 0
Width = 487
Align = alTop
Caption = 'AppSettingsGroupBox'
ClientHeight = 482
ClientWidth = 483
TabOrder = 0
object TitleLabel: TLabel
AnchorSideLeft.Control = AppSettingsGroupBox
AnchorSideTop.Control = TitleEdit
AnchorSideTop.Side = asrCenter
Left = 6
Height = 17
Top = 11
Width = 67
BorderSpacing.Left = 6
Caption = 'TitleLabel'
ParentColor = False
end
object IconLabel: TLabel
AnchorSideLeft.Control = AppSettingsGroupBox
AnchorSideTop.Control = IconPanel
Left = 6
Height = 17
Top = 39
Width = 65
BorderSpacing.Left = 6
Caption = 'IconLabel'
ParentColor = False
end
object IconTrackLabel: TLabel
AnchorSideLeft.Control = IconTrack
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = IconTrack
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = IconTrack
Left = 240
Height = 17
Top = 182
Width = 101
BorderSpacing.Left = 6
BorderSpacing.Right = 6
Caption = 'IconTrackLabel'
ParentColor = False
end
object TitleEdit: TEdit
Left = 106
Height = 27
Top = 6
Width = 371
Align = alTop
BorderSpacing.Left = 100
BorderSpacing.Around = 6
TabOrder = 0
Text = 'TitleEdit'
end
object UseAppBundleCheckBox: TCheckBox
AnchorSideLeft.Control = AppSettingsGroupBox
AnchorSideTop.Control = DarwinDividerBevel
AnchorSideTop.Side = asrBottom
Left = 6
Height = 24
Top = 413
Width = 191
BorderSpacing.Left = 6
BorderSpacing.Top = 3
Caption = 'UseAppBundleCheckBox'
TabOrder = 12
end
object UseXPManifestCheckBox: TCheckBox
AnchorSideLeft.Control = AppSettingsGroupBox
AnchorSideTop.Control = WindowsDividerBevel
AnchorSideTop.Side = asrBottom
Left = 6
Height = 24
Top = 236
Width = 195
BorderSpacing.Left = 6
BorderSpacing.Top = 3
Caption = 'UseXPManifestCheckBox'
OnChange = UseXPManifestCheckBoxChange
TabOrder = 7
end
object IconPanel: TPanel
AnchorSideLeft.Control = AppSettingsGroupBox
AnchorSideTop.Control = TitleEdit
AnchorSideTop.Side = asrBottom
Left = 106
Height = 128
Top = 39
Width = 128
BorderSpacing.Left = 106
BorderSpacing.Top = 6
BorderSpacing.Right = 6
BevelOuter = bvNone
BorderWidth = 1
BorderStyle = bsSingle
ClientHeight = 126
ClientWidth = 126
TabOrder = 1
object IconImage: TImage
Left = 1
Height = 124
Top = 1
Width = 124
Align = alClient
Center = True
OnPictureChanged = IconImagePictureChanged
end
end
object LoadIconButton: TBitBtn
AnchorSideLeft.Control = IconPanel
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = IconPanel
AnchorSideBottom.Control = IconPanel
AnchorSideBottom.Side = asrBottom
Left = 240
Height = 29
Top = 39
Width = 120
AutoSize = True
BorderSpacing.Left = 6
Caption = 'LoadIconButton'
OnClick = LoadIconButtonClick
TabOrder = 3
end
object SaveIconButton: TBitBtn
AnchorSideLeft.Control = LoadIconButton
AnchorSideTop.Control = DefaultIconButton
AnchorSideTop.Side = asrBottom
Left = 240
Height = 29
Top = 109
Width = 117
AutoSize = True
BorderSpacing.Top = 6
Caption = 'SaveIconButton'
OnClick = SaveIconButtonClick
TabOrder = 5
end
object ClearIconButton: TBitBtn
AnchorSideLeft.Control = SaveIconButton
AnchorSideTop.Control = SaveIconButton
AnchorSideTop.Side = asrBottom
Left = 240
Height = 29
Top = 144
Width = 121
AutoSize = True
BorderSpacing.Top = 6
Caption = 'ClearIconButton'
OnClick = ClearIconButtonClick
TabOrder = 6
end
object IconTrack: TTrackBar
AnchorSideLeft.Control = IconPanel
AnchorSideTop.Control = IconPanel
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = IconPanel
AnchorSideRight.Side = asrBottom
Left = 106
Height = 46
Top = 167
Width = 128
Max = 0
OnChange = IconTrackChange
Position = 0
ShowSelRange = False
Anchors = [akTop, akLeft, akRight]
TabOrder = 2
end
object UIAccessCheckBox: TCheckBox
AnchorSideTop.Control = ExecutionLevelComboBox
AnchorSideTop.Side = asrBottom
Left = 27
Height = 24
Top = 331
Width = 152
BorderSpacing.Top = 3
Caption = 'UIAccessCheckBox'
TabOrder = 10
end
object ExecutionLevelComboBox: TComboBox
AnchorSideLeft.Control = DpiAwareComboBox
AnchorSideTop.Control = DpiAwareComboBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = DpiAwareComboBox
AnchorSideRight.Side = asrBottom
Left = 195
Height = 31
Top = 297
Width = 282
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 3
ItemHeight = 0
Style = csDropDownList
TabOrder = 9
end
object ExecutionLevelLabel: TLabel
AnchorSideTop.Control = ExecutionLevelComboBox
AnchorSideTop.Side = asrCenter
Left = 27
Height = 17
Top = 304
Width = 138
Caption = 'ExecutionLevelLabel'
ParentColor = False
end
object DefaultIconButton: TButton
AnchorSideLeft.Control = LoadIconButton
AnchorSideTop.Control = LoadIconButton
AnchorSideTop.Side = asrBottom
Left = 240
Height = 29
Top = 74
Width = 136
AutoSize = True
BorderSpacing.Top = 6
Caption = 'DefaultIconButton'
OnClick = DefaultIconButtonClick
TabOrder = 4
end
object WindowsDividerBevel: TDividerBevel
AnchorSideTop.Control = IconTrack
AnchorSideTop.Side = asrBottom
Left = 6
Height = 17
Top = 216
Width = 471
Caption = 'For Windows'
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 3
Font.Style = [fsBold]
ParentFont = False
end
object DarwinDividerBevel: TDividerBevel
AnchorSideTop.Control = TextFieldButton
AnchorSideTop.Side = asrBottom
Left = 8
Height = 17
Top = 393
Width = 471
Caption = 'For Darwin'
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6
Font.Style = [fsBold]
ParentFont = False
end
object CreateAppBundleButton: TBitBtn
AnchorSideLeft.Control = UseAppBundleCheckBox
AnchorSideTop.Control = UseAppBundleCheckBox
AnchorSideTop.Side = asrBottom
Left = 27
Height = 29
Top = 443
Width = 177
AutoSize = True
BorderSpacing.Left = 21
BorderSpacing.Top = 6
Caption = 'CreateAppBundleButton'
OnClick = CreateAppBundleButtonClick
TabOrder = 13
end
object DpiAwareLabel: TLabel
AnchorSideLeft.Control = UseXPManifestCheckBox
AnchorSideTop.Control = DpiAwareComboBox
AnchorSideTop.Side = asrCenter
Left = 27
Height = 17
Top = 270
Width = 103
BorderSpacing.Left = 21
BorderSpacing.Top = 3
Caption = 'DpiAwareLabel'
ParentColor = False
end
object DpiAwareComboBox: TComboBox
AnchorSideLeft.Control = ExecutionLevelLabel
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = UseXPManifestCheckBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = TitleEdit
AnchorSideRight.Side = asrBottom
Left = 195
Height = 31
Top = 263
Width = 282
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 30
BorderSpacing.Top = 3
ItemHeight = 0
Style = csDropDownList
TabOrder = 8
end
object TextFieldButton: TButton
AnchorSideLeft.Control = UIAccessCheckBox
AnchorSideTop.Control = UIAccessCheckBox
AnchorSideTop.Side = asrBottom
Left = 27
Height = 29
Top = 358
Width = 120
AutoSize = True
BorderSpacing.Top = 3
Caption = 'TextFieldButton'
OnClick = TextFieldButtonClick
TabOrder = 11
end
end
object OpenPictureDialog1: TOpenPictureDialog
left = 385
top = 190
end
object SavePictureDialog1: TSavePictureDialog
left = 385
top = 249
end
end