mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 19:59:37 +02:00
fixed memleak introduced by conversion to lfm
git-svn-id: trunk@9068 -
This commit is contained in:
parent
dbe9841c13
commit
19f8dea4dc
@ -1,4 +1,10 @@
|
||||
object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
Left = 459
|
||||
Height = 476
|
||||
Top = 300
|
||||
Width = 501
|
||||
HorzScrollBar.Page = 500
|
||||
VertScrollBar.Page = 475
|
||||
ActiveControl = BuildAllButton
|
||||
BorderIcons = [biSystemMenu, biMinimize]
|
||||
BorderStyle = bsToolWindow
|
||||
@ -7,116 +13,115 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
ClientWidth = 501
|
||||
OnClose = FormClose
|
||||
OnCreate = FormCreate
|
||||
PixelsPerInch = 112
|
||||
OnDestroy = FormDestroy
|
||||
PixelsPerInch = 96
|
||||
Position = poScreenCenter
|
||||
HorzScrollBar.Page = 500
|
||||
VertScrollBar.Page = 475
|
||||
Left = 459
|
||||
Height = 476
|
||||
Top = 300
|
||||
Width = 501
|
||||
object OptionsLabel: TLabel
|
||||
Caption = 'Options:'
|
||||
Color = clNone
|
||||
ParentColor = False
|
||||
AnchorSideTop.Control = OptionsEdit
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 10
|
||||
Height = 13
|
||||
Top = 291
|
||||
Width = 47
|
||||
end
|
||||
object TargetOSLabel: TLabel
|
||||
Caption = 'Target OS:'
|
||||
Height = 14
|
||||
Top = 290
|
||||
Width = 42
|
||||
Caption = 'Options:'
|
||||
Color = clNone
|
||||
ParentColor = False
|
||||
end
|
||||
object TargetOSLabel: TLabel
|
||||
AnchorSideTop.Control = TargetOSEdit
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 10
|
||||
Height = 13
|
||||
Top = 321
|
||||
Width = 61
|
||||
end
|
||||
object TargetDirectoryLabel: TLabel
|
||||
Caption = 'Target Directory:'
|
||||
Height = 14
|
||||
Top = 320
|
||||
Width = 54
|
||||
Caption = 'Target OS:'
|
||||
Color = clNone
|
||||
ParentColor = False
|
||||
end
|
||||
object TargetDirectoryLabel: TLabel
|
||||
AnchorSideTop.Control = TargetDirectoryComboBox
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 10
|
||||
Height = 13
|
||||
Height = 14
|
||||
Top = 351
|
||||
Width = 94
|
||||
end
|
||||
object TargetCPULabel: TLabel
|
||||
Caption = 'Target CPU'
|
||||
Width = 84
|
||||
Caption = 'Target Directory:'
|
||||
Color = clNone
|
||||
ParentColor = False
|
||||
end
|
||||
object TargetCPULabel: TLabel
|
||||
AnchorSideTop.Control = TargetCPUComboBox
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 10
|
||||
Height = 13
|
||||
Top = 382
|
||||
Width = 65
|
||||
Height = 14
|
||||
Top = 381
|
||||
Width = 56
|
||||
Caption = 'Target CPU'
|
||||
Color = clNone
|
||||
ParentColor = False
|
||||
end
|
||||
object BuildAllButton: TButton
|
||||
BorderSpacing.InnerBorder = 2
|
||||
Caption = 'Set to "Build All"'
|
||||
OnClick = BuildAllButtonClick
|
||||
TabOrder = 0
|
||||
Left = 10
|
||||
Height = 25
|
||||
Top = 12
|
||||
Width = 194
|
||||
BorderSpacing.InnerBorder = 2
|
||||
Caption = 'Set to "Build All"'
|
||||
OnClick = BuildAllButtonClick
|
||||
TabOrder = 0
|
||||
end
|
||||
object CleanAllCheckBox: TCheckBox
|
||||
Caption = 'Clean All'
|
||||
TabOrder = 1
|
||||
AnchorSideLeft.Control = LCLInterfaceRadioGroup
|
||||
Left = 339
|
||||
Height = 24
|
||||
Height = 13
|
||||
Top = 12
|
||||
Width = 79
|
||||
Width = 61
|
||||
Caption = 'Clean All'
|
||||
TabOrder = 1
|
||||
end
|
||||
object OptionsEdit: TEdit
|
||||
Anchors = [akLeft, akRight, akBottom]
|
||||
TabOrder = 5
|
||||
Left = 156
|
||||
Height = 23
|
||||
Top = 286
|
||||
Width = 332
|
||||
Anchors = [akLeft, akRight, akBottom]
|
||||
TabOrder = 5
|
||||
end
|
||||
object TargetOSEdit: TEdit
|
||||
Anchors = [akLeft, akRight, akBottom]
|
||||
TabOrder = 6
|
||||
Left = 156
|
||||
Height = 24
|
||||
Top = 315
|
||||
Width = 332
|
||||
Anchors = [akLeft, akRight, akBottom]
|
||||
TabOrder = 6
|
||||
end
|
||||
object TargetDirectoryComboBox: TComboBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 156
|
||||
Height = 21
|
||||
Top = 348
|
||||
Width = 308
|
||||
Anchors = [akLeft, akRight, akBottom]
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
MaxLength = 0
|
||||
TabOrder = 7
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 156
|
||||
Height = 24
|
||||
Top = 345
|
||||
Width = 308
|
||||
end
|
||||
object TargetDirectoryButton: TButton
|
||||
Left = 466
|
||||
Height = 19
|
||||
Top = 345
|
||||
Width = 22
|
||||
Anchors = [akRight, akBottom]
|
||||
BorderSpacing.InnerBorder = 2
|
||||
Caption = '...'
|
||||
OnClick = TargetDirectoryButtonClick
|
||||
TabOrder = 8
|
||||
Left = 466
|
||||
Height = 19
|
||||
Top = 345
|
||||
Width = 22
|
||||
end
|
||||
object LCLInterfaceRadioGroup: TRadioGroup
|
||||
Left = 339
|
||||
Height = 204
|
||||
Top = 42
|
||||
Width = 149
|
||||
Anchors = [akTop, akRight, akBottom]
|
||||
AutoFill = True
|
||||
Caption = 'LCLInterfaceRadioGroup'
|
||||
@ -129,85 +134,80 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
||||
ChildSizing.ControlsPerLine = 1
|
||||
TabOrder = 3
|
||||
Left = 339
|
||||
Height = 204
|
||||
Top = 42
|
||||
Width = 149
|
||||
end
|
||||
object WithStaticPackagesCheckBox: TCheckBox
|
||||
AnchorSideLeft.Control = LCLInterfaceRadioGroup
|
||||
Left = 339
|
||||
Height = 13
|
||||
Top = 264
|
||||
Width = 166
|
||||
Anchors = [akLeft, akBottom]
|
||||
Caption = 'WithStaticPackagesCheckBox'
|
||||
TabOrder = 4
|
||||
AnchorSideLeft.Control = LCLInterfaceRadioGroup
|
||||
Left = 339
|
||||
Height = 24
|
||||
Top = 253
|
||||
Width = 194
|
||||
end
|
||||
object RestartAfterBuildCheckBox: TCheckBox
|
||||
Left = 10
|
||||
Height = 13
|
||||
Top = 422
|
||||
Width = 148
|
||||
Anchors = [akLeft, akBottom]
|
||||
Caption = 'RestartAfterBuildCheckBox'
|
||||
TabOrder = 10
|
||||
Left = 10
|
||||
Height = 24
|
||||
Top = 411
|
||||
Width = 176
|
||||
end
|
||||
object ConfirmBuildCheckBox: TCheckBox
|
||||
Left = 10
|
||||
Height = 13
|
||||
Top = 448
|
||||
Width = 127
|
||||
Anchors = [akLeft, akBottom]
|
||||
Caption = 'ConfirmBuildCheckBox'
|
||||
TabOrder = 11
|
||||
Left = 10
|
||||
Height = 24
|
||||
Top = 437
|
||||
Width = 154
|
||||
end
|
||||
object OKButton: TButton
|
||||
Left = 304
|
||||
Height = 24
|
||||
Top = 437
|
||||
Width = 75
|
||||
Anchors = [akRight, akBottom]
|
||||
BorderSpacing.InnerBorder = 2
|
||||
Caption = 'OK'
|
||||
Default = True
|
||||
OnClick = OKButtonClick
|
||||
TabOrder = 12
|
||||
Left = 304
|
||||
end
|
||||
object CancelButton: TButton
|
||||
Left = 413
|
||||
Height = 24
|
||||
Top = 437
|
||||
Width = 75
|
||||
end
|
||||
object CancelButton: TButton
|
||||
Anchors = [akRight, akBottom]
|
||||
BorderSpacing.InnerBorder = 2
|
||||
Cancel = True
|
||||
Caption = 'Cancel'
|
||||
OnClick = CancelButtonClick
|
||||
TabOrder = 13
|
||||
Left = 413
|
||||
Height = 24
|
||||
Top = 437
|
||||
Width = 75
|
||||
end
|
||||
object ItemsListBox: TListBox
|
||||
Left = 10
|
||||
Height = 230
|
||||
Top = 42
|
||||
Width = 320
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
ItemHeight = 25
|
||||
OnDrawItem = ItemsListBoxDrawItem
|
||||
OnMouseDown = ItemsListBoxMouseDown
|
||||
Style = lbOwnerDrawFixed
|
||||
TabOrder = 2
|
||||
TopIndex = -1
|
||||
Left = 10
|
||||
Height = 230
|
||||
Top = 42
|
||||
Width = 320
|
||||
end
|
||||
object TargetCPUComboBox: TComboBox
|
||||
Left = 156
|
||||
Height = 21
|
||||
Top = 378
|
||||
Width = 308
|
||||
Anchors = [akLeft, akRight, akBottom]
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
MaxLength = 0
|
||||
TabOrder = 9
|
||||
Left = 156
|
||||
Height = 22
|
||||
Top = 377
|
||||
Width = 308
|
||||
end
|
||||
object ImageList: TImageList
|
||||
Height = 20
|
||||
|
@ -1,103 +1,103 @@
|
||||
{ This is an automatically generated lazarus resource file }
|
||||
|
||||
LazarusResources.Add('TConfigureBuildLazarusDlg','FORMDATA',[
|
||||
'TPF0'#25'TConfigureBuildLazarusDlg'#24'ConfigureBuildLazarusDlg'#13'ActiveCo'
|
||||
+'ntrol'#7#14'BuildAllButton'#11'BorderIcons'#11#12'biSystemMenu'#10'biMinimi'
|
||||
+'ze'#0#11'BorderStyle'#7#12'bsToolWindow'#7'Caption'#6#24'ConfigureBuildLaza'
|
||||
+'rusDlg'#12'ClientHeight'#3#220#1#11'ClientWidth'#3#245#1#7'OnClose'#7#9'For'
|
||||
+'mClose'#8'OnCreate'#7#10'FormCreate'#13'PixelsPerInch'#2'p'#8'Position'#7#14
|
||||
+'poScreenCenter'#18'HorzScrollBar.Page'#3#244#1#18'VertScrollBar.Page'#3#219
|
||||
+#1#4'Left'#3#203#1#6'Height'#3#220#1#3'Top'#3','#1#5'Width'#3#245#1#0#6'TLab'
|
||||
+'el'#12'OptionsLabel'#7'Caption'#6#8'Options:'#5'Color'#7#6'clNone'#11'Paren'
|
||||
+'tColor'#8#21'AnchorSideTop.Control'#7#11'OptionsEdit'#18'AnchorSideTop.Side'
|
||||
+#7#9'asrCenter'#4'Left'#2#10#6'Height'#2#13#3'Top'#3'#'#1#5'Width'#2'/'#0#0#6
|
||||
+'TLabel'#13'TargetOSLabel'#7'Caption'#6#10'Target OS:'#5'Color'#7#6'clNone'
|
||||
+#11'ParentColor'#8#21'AnchorSideTop.Control'#7#12'TargetOSEdit'#18'AnchorSid'
|
||||
+'eTop.Side'#7#9'asrCenter'#4'Left'#2#10#6'Height'#2#13#3'Top'#3'A'#1#5'Width'
|
||||
+#2'='#0#0#6'TLabel'#20'TargetDirectoryLabel'#7'Caption'#6#17'Target Director'
|
||||
+'y:'#5'Color'#7#6'clNone'#11'ParentColor'#8#21'AnchorSideTop.Control'#7#23'T'
|
||||
+'argetDirectoryComboBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2#10#6
|
||||
+'Height'#2#13#3'Top'#3'_'#1#5'Width'#2'^'#0#0#6'TLabel'#14'TargetCPULabel'#7
|
||||
+'Caption'#6#10'Target CPU'#5'Color'#7#6'clNone'#11'ParentColor'#8#21'AnchorS'
|
||||
+'ideTop.Control'#7#17'TargetCPUComboBox'#18'AnchorSideTop.Side'#7#9'asrCente'
|
||||
+'r'#4'Left'#2#10#6'Height'#2#13#3'Top'#3'~'#1#5'Width'#2'A'#0#0#7'TButton'#14
|
||||
+'BuildAllButton'#25'BorderSpacing.InnerBorder'#2#2#7'Caption'#6#18'Set to "B'
|
||||
+'uild All"'#7'OnClick'#7#19'BuildAllButtonClick'#8'TabOrder'#2#0#4'Left'#2#10
|
||||
+#6'Height'#2#25#3'Top'#2#12#5'Width'#3#194#0#0#0#9'TCheckBox'#16'CleanAllChe'
|
||||
+'ckBox'#7'Caption'#6#9'Clean All'#8'TabOrder'#2#1#22'AnchorSideLeft.Control'
|
||||
+#7#22'LCLInterfaceRadioGroup'#4'Left'#3'S'#1#6'Height'#2#24#3'Top'#2#12#5'Wi'
|
||||
+'dth'#2'O'#0#0#5'TEdit'#11'OptionsEdit'#7'Anchors'#11#6'akLeft'#7'akRight'#8
|
||||
+'akBottom'#0#8'TabOrder'#2#5#4'Left'#3#156#0#6'Height'#2#23#3'Top'#3#30#1#5
|
||||
+'Width'#3'L'#1#0#0#5'TEdit'#12'TargetOSEdit'#7'Anchors'#11#6'akLeft'#7'akRig'
|
||||
+'ht'#8'akBottom'#0#8'TabOrder'#2#6#4'Left'#3#156#0#6'Height'#2#24#3'Top'#3';'
|
||||
+#1#5'Width'#3'L'#1#0#0#9'TComboBox'#23'TargetDirectoryComboBox'#7'Anchors'#11
|
||||
+#6'akLeft'#7'akRight'#8'akBottom'#0#16'AutoCompleteText'#11#22'cbactEndOfLin'
|
||||
+'eComplete'#20'cbactSearchAscending'#0#9'MaxLength'#2#0#8'TabOrder'#2#7#18'A'
|
||||
+'nchorSideTop.Side'#7#9'asrBottom'#4'Left'#3#156#0#6'Height'#2#24#3'Top'#3'Y'
|
||||
+#1#5'Width'#3'4'#1#0#0#7'TButton'#21'TargetDirectoryButton'#7'Anchors'#11#7
|
||||
+'akRight'#8'akBottom'#0#25'BorderSpacing.InnerBorder'#2#2#7'Caption'#6#3'...'
|
||||
+#7'OnClick'#7#26'TargetDirectoryButtonClick'#8'TabOrder'#2#8#4'Left'#3#210#1
|
||||
+#6'Height'#2#19#3'Top'#3'Y'#1#5'Width'#2#22#0#0#11'TRadioGroup'#22'LCLInterf'
|
||||
+'aceRadioGroup'#7'Anchors'#11#5'akTop'#7'akRight'#8'akBottom'#0#8'AutoFill'#9
|
||||
+#7'Caption'#6#22'LCLInterfaceRadioGroup'#28'ChildSizing.LeftRightSpacing'#2#6
|
||||
+#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildSizing.EnlargeHorizontal'#7#24
|
||||
+'crsHomogenousChildResize'#27'ChildSizing.EnlargeVertical'#7#24'crsHomogenou'
|
||||
+'sChildResize'#28'ChildSizing.ShrinkHorizontal'#7#14'crsScaleChilds'#26'Chil'
|
||||
+'dSizing.ShrinkVertical'#7#14'crsScaleChilds'#18'ChildSizing.Layout'#7#29'cc'
|
||||
+'lLeftToRightThenTopToBottom'#27'ChildSizing.ControlsPerLine'#2#1#8'TabOrder'
|
||||
+#2#3#4'Left'#3'S'#1#6'Height'#3#204#0#3'Top'#2'*'#5'Width'#3#149#0#0#0#9'TCh'
|
||||
+'eckBox'#26'WithStaticPackagesCheckBox'#7'Anchors'#11#6'akLeft'#8'akBottom'#0
|
||||
+#7'Caption'#6#26'WithStaticPackagesCheckBox'#8'TabOrder'#2#4#22'AnchorSideLe'
|
||||
+'ft.Control'#7#22'LCLInterfaceRadioGroup'#4'Left'#3'S'#1#6'Height'#2#24#3'To'
|
||||
+'p'#3#253#0#5'Width'#3#194#0#0#0#9'TCheckBox'#25'RestartAfterBuildCheckBox'#7
|
||||
+'Anchors'#11#6'akLeft'#8'akBottom'#0#7'Caption'#6#25'RestartAfterBuildCheckB'
|
||||
+'ox'#8'TabOrder'#2#10#4'Left'#2#10#6'Height'#2#24#3'Top'#3#155#1#5'Width'#3
|
||||
+#176#0#0#0#9'TCheckBox'#20'ConfirmBuildCheckBox'#7'Anchors'#11#6'akLeft'#8'a'
|
||||
+'kBottom'#0#7'Caption'#6#20'ConfirmBuildCheckBox'#8'TabOrder'#2#11#4'Left'#2
|
||||
+#10#6'Height'#2#24#3'Top'#3#181#1#5'Width'#3#154#0#0#0#7'TButton'#8'OKButton'
|
||||
+#7'Anchors'#11#7'akRight'#8'akBottom'#0#25'BorderSpacing.InnerBorder'#2#2#7
|
||||
+'Caption'#6#2'OK'#7'Default'#9#7'OnClick'#7#13'OKButtonClick'#8'TabOrder'#2
|
||||
+#12#4'Left'#3'0'#1#6'Height'#2#24#3'Top'#3#181#1#5'Width'#2'K'#0#0#7'TButton'
|
||||
+#12'CancelButton'#7'Anchors'#11#7'akRight'#8'akBottom'#0#25'BorderSpacing.In'
|
||||
+'nerBorder'#2#2#6'Cancel'#9#7'Caption'#6#6'Cancel'#7'OnClick'#7#17'CancelBut'
|
||||
+'tonClick'#8'TabOrder'#2#13#4'Left'#3#157#1#6'Height'#2#24#3'Top'#3#181#1#5
|
||||
+'Width'#2'K'#0#0#8'TListBox'#12'ItemsListBox'#7'Anchors'#11#5'akTop'#6'akLef'
|
||||
+'t'#7'akRight'#8'akBottom'#0#10'ItemHeight'#2#25#10'OnDrawItem'#7#20'ItemsLi'
|
||||
+'stBoxDrawItem'#11'OnMouseDown'#7#21'ItemsListBoxMouseDown'#5'Style'#7#16'lb'
|
||||
+'OwnerDrawFixed'#8'TabOrder'#2#2#8'TopIndex'#2#255#4'Left'#2#10#6'Height'#3
|
||||
,#230#0#3'Top'#2'*'#5'Width'#3'@'#1#0#0#9'TComboBox'#17'TargetCPUComboBox'#7
|
||||
+'Anchors'#11#6'akLeft'#7'akRight'#8'akBottom'#0#16'AutoCompleteText'#11#22'c'
|
||||
+'bactEndOfLineComplete'#20'cbactSearchAscending'#0#9'MaxLength'#2#0#8'TabOrd'
|
||||
+'er'#2#9#4'Left'#3#156#0#6'Height'#2#22#3'Top'#3'y'#1#5'Width'#3'4'#1#0#0#10
|
||||
+'TImageList'#9'ImageList'#6'Height'#2#20#5'Width'#2#20#4'left'#2#12#3'top'#3
|
||||
+#216#0#6'Bitmap'#10'{'#6#0#0'li'#3#0#0#0#20#0#0#0#20#0#0#0#198#1#0#0'/* XPM '
|
||||
+'*/'#10'static char * menu_stepover_xpm[] = {'#10'"16 16 5 1",'#10'" '#9'c N'
|
||||
+'one",'#10'".'#9'c #000000",'#10'"+'#9'c #000083",'#10'"@'#9'c #FFFFFF",'#10
|
||||
+'"#'#9'c #838583",'#10'" . . ",'#10'" . . ",'#10'" '
|
||||
+' ",'#10'". . ",'#10'" ",'#10'" '
|
||||
+' .....",'#10'" ... ",'#10'" . ",'#10'" ++++++'
|
||||
+'+ ",'#10'" +@@@@@+# ",'#10'" +@@@@@+# ",'#10'" +@@@@@+# '
|
||||
+' ",'#10'" +@@@@@+# ",'#10'" +@@@@@+# ",'#10'" +++++++# '
|
||||
+'",'#10'" ####### "};'#10't'#2#0#0'/* XPM */'#10'static char * thread'
|
||||
+'_xpm[] = {'#10'"16 16 17 1",'#10'" '#9'c None",'#10'".'#9'c #FF80FF",'#10'"'
|
||||
+'+'#9'c #848400",'#10'"@'#9'c #848484",'#10'"#'#9'c #C6C6C6",'#10'"$'#9'c #F'
|
||||
+'FFF00",'#10'"%'#9'c #FFFFFF",'#10'"&'#9'c #FFFFFF",'#10'"*'#9'c #FFFFFF",'
|
||||
+#10'"='#9'c #FFFFFF",'#10'"-'#9'c #FFFFFF",'#10'";'#9'c #FFFFFF",'#10'">'#9
|
||||
+'c #FFFFFF",'#10'",'#9'c #FFFFFF",'#10'"'''#9'c #FFFFFF",'#10'")'#9'c #FFFFF'
|
||||
+'F",'#10'"!'#9'c #000000",'#10'" ",'#10'" ",'
|
||||
+#10'" ",'#10'" ++++ ",'#10'" ++!$!+!! ",'#10
|
||||
+'" +$$$$$+! ",'#10'" ++$+!+$!!! ",'#10'" +$$!@!$$+! ",'#10'" '
|
||||
+'++$+!+$!!! ",'#10'" @+$$$$$+!! ",'#10'" @+!$!+!! ",'#10'" @'
|
||||
+'!!!! ",'#10'" ",'#10'" ",'#10'" '
|
||||
+' ",'#10'" "};'#10''''#2#0#0'/* XPM */'#10'static char'
|
||||
+' * all_xpm[] = {'#10'"16 16 12 1",'#10'" '#9'c None",'#10'".'#9'c #5A3900",'
|
||||
+#10'"+'#9'c #634A18",'#10'"@'#9'c #000000",'#10'"#'#9'c #FFBD4A",'#10'"$'#9
|
||||
+'c #FFAD00",'#10'"%'#9'c #B57300",'#10'"&'#9'c #946300",'#10'"*'#9'c #6B4A00'
|
||||
+'",'#10'"='#9'c #848484",'#10'"-'#9'c #FFD68C",'#10'";'#9'c #DE9400",'#10'" '
|
||||
+' ...+ ",'#10'" ..@#@.@@ ",'#10'" .#$$$$%@ ",'#10'"+.$&'
|
||||
+'@&...+ ",'#10'".#$@..@#@.@@ ",'#10'".%$&.#$$$$%@ ",'#10'"*%$+.$&'
|
||||
+'@&...+ ",'#10'" *%.#$@..@#@.@@ ",'#10'" *.%$&.#$$$$%@ ",'#10'" *%$+.$&'
|
||||
+'@&$@@@",'#10'" *%.#$@=@-;%@",'#10'" *.%$&@-;@@@",'#10'" *%$$-;;'
|
||||
+'%@@",'#10'" *%@;@%@@ ",'#10'" *@@@@ ",'#10'" '
|
||||
+'"};'#10#10#0#0#0
|
||||
'TPF0'#25'TConfigureBuildLazarusDlg'#24'ConfigureBuildLazarusDlg'#4'Left'#3
|
||||
+#203#1#6'Height'#3#220#1#3'Top'#3','#1#5'Width'#3#245#1#18'HorzScrollBar.Pag'
|
||||
+'e'#3#244#1#18'VertScrollBar.Page'#3#219#1#13'ActiveControl'#7#14'BuildAllBu'
|
||||
+'tton'#11'BorderIcons'#11#12'biSystemMenu'#10'biMinimize'#0#11'BorderStyle'#7
|
||||
+#12'bsToolWindow'#7'Caption'#6#24'ConfigureBuildLazarusDlg'#12'ClientHeight'
|
||||
+#3#220#1#11'ClientWidth'#3#245#1#7'OnClose'#7#9'FormClose'#8'OnCreate'#7#10
|
||||
+'FormCreate'#9'OnDestroy'#7#11'FormDestroy'#13'PixelsPerInch'#2'`'#8'Positio'
|
||||
+'n'#7#14'poScreenCenter'#0#6'TLabel'#12'OptionsLabel'#21'AnchorSideTop.Contr'
|
||||
+'ol'#7#11'OptionsEdit'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2#10#6
|
||||
+'Height'#2#14#3'Top'#3'"'#1#5'Width'#2'*'#7'Caption'#6#8'Options:'#5'Color'#7
|
||||
+#6'clNone'#11'ParentColor'#8#0#0#6'TLabel'#13'TargetOSLabel'#21'AnchorSideTo'
|
||||
+'p.Control'#7#12'TargetOSEdit'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'
|
||||
+#2#10#6'Height'#2#14#3'Top'#3'@'#1#5'Width'#2'6'#7'Caption'#6#10'Target OS:'
|
||||
+#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#6'TLabel'#20'TargetDirectoryLabe'
|
||||
+'l'#21'AnchorSideTop.Control'#7#23'TargetDirectoryComboBox'#18'AnchorSideTop'
|
||||
+'.Side'#7#9'asrCenter'#4'Left'#2#10#6'Height'#2#14#3'Top'#3'_'#1#5'Width'#2
|
||||
+'T'#7'Caption'#6#17'Target Directory:'#5'Color'#7#6'clNone'#11'ParentColor'#8
|
||||
+#0#0#6'TLabel'#14'TargetCPULabel'#21'AnchorSideTop.Control'#7#17'TargetCPUCo'
|
||||
+'mboBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2#10#6'Height'#2#14#3
|
||||
+'Top'#3'}'#1#5'Width'#2'8'#7'Caption'#6#10'Target CPU'#5'Color'#7#6'clNone'
|
||||
+#11'ParentColor'#8#0#0#7'TButton'#14'BuildAllButton'#4'Left'#2#10#6'Height'#2
|
||||
+#25#3'Top'#2#12#5'Width'#3#194#0#25'BorderSpacing.InnerBorder'#2#2#7'Caption'
|
||||
+#6#18'Set to "Build All"'#7'OnClick'#7#19'BuildAllButtonClick'#8'TabOrder'#2
|
||||
+#0#0#0#9'TCheckBox'#16'CleanAllCheckBox'#22'AnchorSideLeft.Control'#7#22'LCL'
|
||||
+'InterfaceRadioGroup'#4'Left'#3'S'#1#6'Height'#2#13#3'Top'#2#12#5'Width'#2'='
|
||||
+#7'Caption'#6#9'Clean All'#8'TabOrder'#2#1#0#0#5'TEdit'#11'OptionsEdit'#4'Le'
|
||||
+'ft'#3#156#0#6'Height'#2#23#3'Top'#3#30#1#5'Width'#3'L'#1#7'Anchors'#11#6'ak'
|
||||
+'Left'#7'akRight'#8'akBottom'#0#8'TabOrder'#2#5#0#0#5'TEdit'#12'TargetOSEdit'
|
||||
+#4'Left'#3#156#0#6'Height'#2#24#3'Top'#3';'#1#5'Width'#3'L'#1#7'Anchors'#11#6
|
||||
+'akLeft'#7'akRight'#8'akBottom'#0#8'TabOrder'#2#6#0#0#9'TComboBox'#23'Target'
|
||||
+'DirectoryComboBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3#156#0#6
|
||||
+'Height'#2#21#3'Top'#3'\'#1#5'Width'#3'4'#1#7'Anchors'#11#6'akLeft'#7'akRigh'
|
||||
+'t'#8'akBottom'#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbac'
|
||||
+'tSearchAscending'#0#9'MaxLength'#2#0#8'TabOrder'#2#7#0#0#7'TButton'#21'Targ'
|
||||
+'etDirectoryButton'#4'Left'#3#210#1#6'Height'#2#19#3'Top'#3'Y'#1#5'Width'#2
|
||||
+#22#7'Anchors'#11#7'akRight'#8'akBottom'#0#25'BorderSpacing.InnerBorder'#2#2
|
||||
+#7'Caption'#6#3'...'#7'OnClick'#7#26'TargetDirectoryButtonClick'#8'TabOrder'
|
||||
+#2#8#0#0#11'TRadioGroup'#22'LCLInterfaceRadioGroup'#4'Left'#3'S'#1#6'Height'
|
||||
+#3#204#0#3'Top'#2'*'#5'Width'#3#149#0#7'Anchors'#11#5'akTop'#7'akRight'#8'ak'
|
||||
+'Bottom'#0#8'AutoFill'#9#7'Caption'#6#22'LCLInterfaceRadioGroup'#28'ChildSiz'
|
||||
+'ing.LeftRightSpacing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildSizi'
|
||||
+'ng.EnlargeHorizontal'#7#24'crsHomogenousChildResize'#27'ChildSizing.Enlarge'
|
||||
+'Vertical'#7#24'crsHomogenousChildResize'#28'ChildSizing.ShrinkHorizontal'#7
|
||||
+#14'crsScaleChilds'#26'ChildSizing.ShrinkVertical'#7#14'crsScaleChilds'#18'C'
|
||||
+'hildSizing.Layout'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSizing.Contr'
|
||||
+'olsPerLine'#2#1#8'TabOrder'#2#3#0#0#9'TCheckBox'#26'WithStaticPackagesCheck'
|
||||
+'Box'#22'AnchorSideLeft.Control'#7#22'LCLInterfaceRadioGroup'#4'Left'#3'S'#1
|
||||
+#6'Height'#2#13#3'Top'#3#8#1#5'Width'#3#166#0#7'Anchors'#11#6'akLeft'#8'akBo'
|
||||
+'ttom'#0#7'Caption'#6#26'WithStaticPackagesCheckBox'#8'TabOrder'#2#4#0#0#9'T'
|
||||
+'CheckBox'#25'RestartAfterBuildCheckBox'#4'Left'#2#10#6'Height'#2#13#3'Top'#3
|
||||
+#166#1#5'Width'#3#148#0#7'Anchors'#11#6'akLeft'#8'akBottom'#0#7'Caption'#6#25
|
||||
+'RestartAfterBuildCheckBox'#8'TabOrder'#2#10#0#0#9'TCheckBox'#20'ConfirmBuil'
|
||||
+'dCheckBox'#4'Left'#2#10#6'Height'#2#13#3'Top'#3#192#1#5'Width'#2''#7'Ancho'
|
||||
+'rs'#11#6'akLeft'#8'akBottom'#0#7'Caption'#6#20'ConfirmBuildCheckBox'#8'TabO'
|
||||
+'rder'#2#11#0#0#7'TButton'#8'OKButton'#4'Left'#3'0'#1#6'Height'#2#24#3'Top'#3
|
||||
+#181#1#5'Width'#2'K'#7'Anchors'#11#7'akRight'#8'akBottom'#0#25'BorderSpacing'
|
||||
+'.InnerBorder'#2#2#7'Caption'#6#2'OK'#7'Default'#9#7'OnClick'#7#13'OKButtonC'
|
||||
+'lick'#8'TabOrder'#2#12#0#0#7'TButton'#12'CancelButton'#4'Left'#3#157#1#6'He'
|
||||
+'ight'#2#24#3'Top'#3#181#1#5'Width'#2'K'#7'Anchors'#11#7'akRight'#8'akBottom'
|
||||
+#0#25'BorderSpacing.InnerBorder'#2#2#6'Cancel'#9#7'Caption'#6#6'Cancel'#7'On'
|
||||
+'Click'#7#17'CancelButtonClick'#8'TabOrder'#2#13#0#0#8'TListBox'#12'ItemsLis'
|
||||
+'tBox'#4'Left'#2#10#6'Height'#3#230#0#3'Top'#2'*'#5'Width'#3'@'#1#7'Anchors'
|
||||
+#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#10'ItemHeight'#2#25#10'OnDra'
|
||||
+'wItem'#7#20'ItemsListBoxDrawItem'#11'OnMouseDown'#7#21'ItemsListBoxMouseDow'
|
||||
,'n'#5'Style'#7#16'lbOwnerDrawFixed'#8'TabOrder'#2#2#0#0#9'TComboBox'#17'Targ'
|
||||
+'etCPUComboBox'#4'Left'#3#156#0#6'Height'#2#21#3'Top'#3'z'#1#5'Width'#3'4'#1
|
||||
+#7'Anchors'#11#6'akLeft'#7'akRight'#8'akBottom'#0#16'AutoCompleteText'#11#22
|
||||
+'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#9'MaxLength'#2#0#8'TabOr'
|
||||
+'der'#2#9#0#0#10'TImageList'#9'ImageList'#6'Height'#2#20#5'Width'#2#20#4'lef'
|
||||
+'t'#2#12#3'top'#3#216#0#6'Bitmap'#10'{'#6#0#0'li'#3#0#0#0#20#0#0#0#20#0#0#0
|
||||
+#198#1#0#0'/* XPM */'#10'static char * menu_stepover_xpm[] = {'#10'"16 16 5 '
|
||||
+'1",'#10'" '#9'c None",'#10'".'#9'c #000000",'#10'"+'#9'c #000083",'#10'"@'#9
|
||||
+'c #FFFFFF",'#10'"#'#9'c #838583",'#10'" . . ",'#10'" . .'
|
||||
+' ",'#10'" ",'#10'". . ",'#10'" '
|
||||
+' ",'#10'" .....",'#10'" ... ",'#10'" . ",'
|
||||
+#10'" +++++++ ",'#10'" +@@@@@+# ",'#10'" +@@@@@+# ",'#10
|
||||
+'" +@@@@@+# ",'#10'" +@@@@@+# ",'#10'" +@@@@@+# ",'#10'" '
|
||||
+' +++++++# ",'#10'" ####### "};'#10't'#2#0#0'/* XPM */'#10'static'
|
||||
+' char * thread_xpm[] = {'#10'"16 16 17 1",'#10'" '#9'c None",'#10'".'#9'c #'
|
||||
+'FF80FF",'#10'"+'#9'c #848400",'#10'"@'#9'c #848484",'#10'"#'#9'c #C6C6C6",'
|
||||
+#10'"$'#9'c #FFFF00",'#10'"%'#9'c #FFFFFF",'#10'"&'#9'c #FFFFFF",'#10'"*'#9
|
||||
+'c #FFFFFF",'#10'"='#9'c #FFFFFF",'#10'"-'#9'c #FFFFFF",'#10'";'#9'c #FFFFFF'
|
||||
+'",'#10'">'#9'c #FFFFFF",'#10'",'#9'c #FFFFFF",'#10'"'''#9'c #FFFFFF",'#10'"'
|
||||
+')'#9'c #FFFFFF",'#10'"!'#9'c #000000",'#10'" ",'#10'" '
|
||||
+' ",'#10'" ",'#10'" ++++ ",'#10'" ++!$!+!'
|
||||
+'! ",'#10'" +$$$$$+! ",'#10'" ++$+!+$!!! ",'#10'" +$$!@!$$+! '
|
||||
+' ",'#10'" ++$+!+$!!! ",'#10'" @+$$$$$+!! ",'#10'" @+!$!+!! '
|
||||
+'",'#10'" @!!!! ",'#10'" ",'#10'" ",'
|
||||
+#10'" ",'#10'" "};'#10''''#2#0#0'/* XPM */'#10
|
||||
+'static char * all_xpm[] = {'#10'"16 16 12 1",'#10'" '#9'c None",'#10'".'#9
|
||||
+'c #5A3900",'#10'"+'#9'c #634A18",'#10'"@'#9'c #000000",'#10'"#'#9'c #FFBD4A'
|
||||
+'",'#10'"$'#9'c #FFAD00",'#10'"%'#9'c #B57300",'#10'"&'#9'c #946300",'#10'"*'
|
||||
+#9'c #6B4A00",'#10'"='#9'c #848484",'#10'"-'#9'c #FFD68C",'#10'";'#9'c #DE94'
|
||||
+'00",'#10'" ...+ ",'#10'" ..@#@.@@ ",'#10'" .#$$$$%@ "'
|
||||
+','#10'"+.$&@&...+ ",'#10'".#$@..@#@.@@ ",'#10'".%$&.#$$$$%@ ",'
|
||||
+#10'"*%$+.$&@&...+ ",'#10'" *%.#$@..@#@.@@ ",'#10'" *.%$&.#$$$$%@ ",'#10
|
||||
+'" *%$+.$&@&$@@@",'#10'" *%.#$@=@-;%@",'#10'" *.%$&@-;@@@",'#10'" '
|
||||
+' *%$$-;;%@@",'#10'" *%@;@%@@ ",'#10'" *@@@@ ",'#10'" '
|
||||
+' "};'#10#10#0#0#0
|
||||
]);
|
||||
|
@ -192,6 +192,7 @@ type
|
||||
procedure CancelButtonClick(Sender: TObject);
|
||||
procedure FormClose(Sender: TObject; var CloseAction: TCloseAction);
|
||||
procedure FormCreate(Sender: TObject);
|
||||
procedure FormDestroy(Sender: TObject);
|
||||
procedure ItemsListBoxDrawItem(Control: TWinControl; Index: Integer;
|
||||
ARect: TRect; State: TOwnerDrawState);
|
||||
procedure ItemsListBoxMouseDown(Sender: TOBject; Button: TMouseButton;
|
||||
@ -682,6 +683,11 @@ begin
|
||||
Load(Options);
|
||||
end;
|
||||
|
||||
procedure TConfigureBuildLazarusDlg.FormDestroy(Sender: TObject);
|
||||
begin
|
||||
Options.Free;
|
||||
end;
|
||||
|
||||
procedure TConfigureBuildLazarusDlg.ItemsListBoxDrawItem(Control: TWinControl; Index: Integer;
|
||||
ARect: TRect; State: TOwnerDrawState);
|
||||
var
|
||||
|
Loading…
Reference in New Issue
Block a user