lazarus/ide/frames/project_application_options.lfm
2010-06-30 14:08:37 +00:00

250 lines
6.3 KiB
Plaintext

inherited ProjectApplicationOptionsFrame: TProjectApplicationOptionsFrame
Height = 425
Width = 522
ClientHeight = 425
ClientWidth = 522
TabOrder = 0
DesignLeft = 411
DesignTop = 290
object AppSettingsGroupBox: TGroupBox[0]
Left = 0
Height = 290
Top = 0
Width = 522
Align = alTop
AutoSize = True
Caption = 'AppSettingsGroupBox'
ClientHeight = 269
ClientWidth = 514
TabOrder = 0
object TitleLabel: TLabel
AnchorSideLeft.Control = AppSettingsGroupBox
AnchorSideTop.Control = TitleEdit
AnchorSideTop.Side = asrCenter
Left = 6
Height = 18
Top = 10
Width = 65
BorderSpacing.Left = 6
Caption = 'TitleLabel'
ParentColor = False
end
object IconLabel: TLabel
AnchorSideLeft.Control = AppSettingsGroupBox
AnchorSideTop.Control = IconPanel
Left = 6
Height = 18
Top = 39
Width = 63
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 = 18
Top = 178
Width = 97
BorderSpacing.Left = 6
BorderSpacing.Right = 6
Caption = 'IconTrackLabel'
ParentColor = False
end
object TitleEdit: TEdit
AnchorSideLeft.Side = asrBottom
Left = 106
Height = 27
Top = 6
Width = 402
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 = 22
Top = 213
Width = 188
BorderSpacing.Around = 6
Caption = 'UseAppBundleCheckBox'
TabOrder = 1
end
object UseXPManifestCheckBox: TCheckBox
AnchorSideLeft.Control = AppSettingsGroupBox
AnchorSideTop.Control = UseAppBundleCheckBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 22
Top = 241
Width = 192
BorderSpacing.Around = 6
Caption = 'UseXPManifestCheckBox'
TabOrder = 2
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 = 3
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 = 27
Top = 39
Width = 119
AutoSize = True
BorderSpacing.Left = 6
Caption = 'LoadIconButton'
NumGlyphs = 0
OnClick = LoadIconButtonClick
TabOrder = 4
end
object SaveIconButton: TBitBtn
AnchorSideLeft.Control = LoadIconButton
AnchorSideTop.Control = LoadIconButton
AnchorSideTop.Side = asrBottom
Left = 240
Height = 27
Top = 72
Width = 120
AutoSize = True
BorderSpacing.Top = 6
Caption = 'SaveIconButton'
NumGlyphs = 0
OnClick = SaveIconButtonClick
TabOrder = 5
end
object ClearIconButton: TBitBtn
AnchorSideLeft.Control = SaveIconButton
AnchorSideTop.Control = SaveIconButton
AnchorSideTop.Side = asrBottom
Left = 240
Height = 27
Top = 105
Width = 122
AutoSize = True
BorderSpacing.Top = 6
Caption = 'ClearIconButton'
NumGlyphs = 0
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 = 40
Top = 167
Width = 128
Max = 0
OnChange = IconTrackChange
Position = 0
Anchors = [akTop, akLeft, akRight]
TabOrder = 7
end
end
object OutputSettingsGroupBox: TGroupBox[1]
Left = 0
Height = 84
Top = 296
Width = 522
Align = alTop
AutoSize = True
BorderSpacing.Top = 6
Caption = 'OutputSettingsGroupBox'
ClientHeight = 63
ClientWidth = 514
TabOrder = 1
object TargetFileLabel: TLabel
AnchorSideLeft.Control = OutputSettingsGroupBox
AnchorSideTop.Control = OutputSettingsGroupBox
Left = 6
Height = 18
Top = 6
Width = 99
BorderSpacing.Around = 6
Caption = 'TargetFileLabel'
ParentColor = False
end
object TargetFileEdit: TEdit
AnchorSideLeft.Control = OutputSettingsGroupBox
AnchorSideTop.Control = TargetFileLabel
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = OutputSettingsGroupBox
AnchorSideRight.Side = asrBottom
Left = 6
Height = 27
Top = 30
Width = 502
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Around = 6
OnChange = TargetFileEditChange
TabOrder = 0
Text = 'TargetFileEdit'
end
end
object CreateAppBundleButton: TBitBtn[2]
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = OutputSettingsGroupBox
AnchorSideTop.Side = asrBottom
Left = 0
Height = 27
Top = 386
Width = 174
AutoSize = True
BorderSpacing.Top = 6
Caption = 'CreateAppBundleButton'
NumGlyphs = 0
OnClick = CreateAppBundleButtonClick
TabOrder = 2
end
object OpenPictureDialog1: TOpenPictureDialog[3]
left = 8
top = 392
end
object SavePictureDialog1: TSavePictureDialog[4]
Title = 'Save file as'
left = 37
top = 392
end
end