mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-08 12:32:51 +02:00
262 lines
6.7 KiB
Plaintext
262 lines
6.7 KiB
Plaintext
object ProjectApplicationOptionsFrame: TProjectApplicationOptionsFrame
|
|
Left = 0
|
|
Height = 425
|
|
Top = 0
|
|
Width = 522
|
|
ClientHeight = 425
|
|
ClientWidth = 522
|
|
TabOrder = 0
|
|
DesignLeft = 411
|
|
DesignTop = 290
|
|
object AppSettingsGroupBox: TGroupBox
|
|
Left = 0
|
|
Height = 362
|
|
Top = 0
|
|
Width = 522
|
|
Align = alTop
|
|
AutoSize = True
|
|
Caption = 'AppSettingsGroupBox'
|
|
ClientHeight = 344
|
|
ClientWidth = 518
|
|
TabOrder = 0
|
|
object TitleLabel: TLabel
|
|
AnchorSideLeft.Control = AppSettingsGroupBox
|
|
AnchorSideTop.Control = TitleEdit
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 6
|
|
Height = 15
|
|
Top = 11
|
|
Width = 51
|
|
BorderSpacing.Left = 6
|
|
Caption = 'TitleLabel'
|
|
ParentColor = False
|
|
end
|
|
object IconLabel: TLabel
|
|
AnchorSideLeft.Control = AppSettingsGroupBox
|
|
AnchorSideTop.Control = IconPanel
|
|
Left = 6
|
|
Height = 15
|
|
Top = 36
|
|
Width = 49
|
|
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 = 15
|
|
Top = 177
|
|
Width = 75
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Right = 6
|
|
Caption = 'IconTrackLabel'
|
|
ParentColor = False
|
|
end
|
|
object TitleEdit: TEdit
|
|
Left = 106
|
|
Height = 24
|
|
Top = 6
|
|
Width = 406
|
|
Align = alTop
|
|
BorderSpacing.Left = 100
|
|
BorderSpacing.Around = 6
|
|
TabOrder = 0
|
|
Text = 'TitleEdit'
|
|
end
|
|
object UseAppBundleCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = AppSettingsGroupBox
|
|
AnchorSideTop.Control = IconTrack
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 20
|
|
Top = 210
|
|
Width = 145
|
|
BorderSpacing.Around = 6
|
|
Caption = 'UseAppBundleCheckBox'
|
|
TabOrder = 6
|
|
end
|
|
object UseXPManifestCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = AppSettingsGroupBox
|
|
AnchorSideTop.Control = UseAppBundleCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 20
|
|
Top = 236
|
|
Width = 150
|
|
BorderSpacing.Around = 6
|
|
Caption = 'UseXPManifestCheckBox'
|
|
OnChange = UseXPManifestCheckBoxChange
|
|
TabOrder = 7
|
|
end
|
|
object IconPanel: TPanel
|
|
AnchorSideLeft.Control = AppSettingsGroupBox
|
|
AnchorSideTop.Control = TitleEdit
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 106
|
|
Height = 128
|
|
Top = 36
|
|
Width = 128
|
|
BorderSpacing.Left = 106
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Right = 6
|
|
BevelOuter = bvNone
|
|
BorderWidth = 1
|
|
BorderStyle = bsSingle
|
|
ClientHeight = 124
|
|
ClientWidth = 124
|
|
TabOrder = 1
|
|
object IconImage: TImage
|
|
Left = 1
|
|
Height = 122
|
|
Top = 1
|
|
Width = 122
|
|
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 = 25
|
|
Top = 36
|
|
Width = 93
|
|
AutoSize = True
|
|
BorderSpacing.Left = 6
|
|
Caption = 'LoadIconButton'
|
|
NumGlyphs = 0
|
|
OnClick = LoadIconButtonClick
|
|
TabOrder = 3
|
|
end
|
|
object SaveIconButton: TBitBtn
|
|
AnchorSideLeft.Control = LoadIconButton
|
|
AnchorSideTop.Control = LoadIconButton
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 240
|
|
Height = 25
|
|
Top = 67
|
|
Width = 92
|
|
AutoSize = True
|
|
BorderSpacing.Top = 6
|
|
Caption = 'SaveIconButton'
|
|
NumGlyphs = 0
|
|
OnClick = SaveIconButtonClick
|
|
TabOrder = 4
|
|
end
|
|
object ClearIconButton: TBitBtn
|
|
AnchorSideLeft.Control = SaveIconButton
|
|
AnchorSideTop.Control = SaveIconButton
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 240
|
|
Height = 25
|
|
Top = 98
|
|
Width = 95
|
|
AutoSize = True
|
|
BorderSpacing.Top = 6
|
|
Caption = 'ClearIconButton'
|
|
NumGlyphs = 0
|
|
OnClick = ClearIconButtonClick
|
|
TabOrder = 5
|
|
end
|
|
object IconTrack: TTrackBar
|
|
AnchorSideLeft.Control = IconPanel
|
|
AnchorSideTop.Control = IconPanel
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = IconPanel
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 106
|
|
Height = 40
|
|
Top = 164
|
|
Width = 128
|
|
Max = 0
|
|
OnChange = IconTrackChange
|
|
Position = 0
|
|
ShowSelRange = False
|
|
Anchors = [akTop, akLeft, akRight]
|
|
TabOrder = 2
|
|
end
|
|
object DpiAwareCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = UseXPManifestCheckBox
|
|
AnchorSideTop.Control = UseXPManifestCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 12
|
|
Height = 20
|
|
Top = 262
|
|
Width = 122
|
|
BorderSpacing.Around = 6
|
|
Caption = 'DpiAwareCheckBox'
|
|
TabOrder = 8
|
|
end
|
|
object UIAccessCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = UseXPManifestCheckBox
|
|
AnchorSideTop.Control = ExecutionLevelComboBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 12
|
|
Height = 20
|
|
Top = 318
|
|
Width = 117
|
|
BorderSpacing.Around = 6
|
|
Caption = 'UIAccessCheckBox'
|
|
TabOrder = 10
|
|
end
|
|
object ExecutionLevelComboBox: TComboBox
|
|
AnchorSideLeft.Control = ExecutionLevelLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = DpiAwareCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 122
|
|
Height = 24
|
|
Top = 288
|
|
Width = 223
|
|
BorderSpacing.Around = 6
|
|
ItemHeight = 0
|
|
Style = csDropDownList
|
|
TabOrder = 9
|
|
end
|
|
object ExecutionLevelLabel: TLabel
|
|
AnchorSideLeft.Control = UseXPManifestCheckBox
|
|
AnchorSideTop.Control = ExecutionLevelComboBox
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 12
|
|
Height = 15
|
|
Top = 293
|
|
Width = 104
|
|
BorderSpacing.Around = 6
|
|
Caption = 'ExecutionLevelLabel'
|
|
ParentColor = False
|
|
end
|
|
end
|
|
object CreateAppBundleButton: TBitBtn
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = AppSettingsGroupBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 0
|
|
Height = 25
|
|
Top = 368
|
|
Width = 136
|
|
AutoSize = True
|
|
BorderSpacing.Top = 6
|
|
Caption = 'CreateAppBundleButton'
|
|
NumGlyphs = 0
|
|
OnClick = CreateAppBundleButtonClick
|
|
TabOrder = 1
|
|
end
|
|
object OpenPictureDialog1: TOpenPictureDialog
|
|
left = 8
|
|
top = 392
|
|
end
|
|
object SavePictureDialog1: TSavePictureDialog
|
|
left = 37
|
|
top = 392
|
|
end
|
|
end
|