mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-11 20:19:14 +02:00
added resourcestring, added ampersand for close buttons, renamed env options backup option none
git-svn-id: trunk@9643 -
This commit is contained in:
parent
69a6edd9a9
commit
9dcb4a3620
@ -15,7 +15,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
object Notebook: TNotebook
|
||||
Align = alTop
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
PageIndex = 1
|
||||
PageIndex = 5
|
||||
Height = 477
|
||||
Width = 540
|
||||
object FilesPage: TPage
|
||||
@ -289,17 +289,17 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Caption = 'CheckDiskChangesWithLoadingCheckBox'
|
||||
TabOrder = 1
|
||||
Left = 6
|
||||
Height = 13
|
||||
Height = 20
|
||||
Top = 320
|
||||
Width = 223
|
||||
Width = 263
|
||||
end
|
||||
object ShowHintsForComponentPaletteCheckBox: TCheckBox
|
||||
Caption = 'ShowHintsForComponentPaletteCheckBox'
|
||||
TabOrder = 2
|
||||
Left = 6
|
||||
Height = 13
|
||||
Height = 20
|
||||
Top = 342
|
||||
Width = 222
|
||||
Width = 263
|
||||
end
|
||||
object AutoSaveGroupBox: TGroupBox
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
@ -318,7 +318,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Enabled = False
|
||||
ParentColor = False
|
||||
Left = 6
|
||||
Height = 14
|
||||
Height = 13
|
||||
Top = 67
|
||||
Width = 476
|
||||
end
|
||||
@ -397,17 +397,17 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Caption = 'ShowHintsForMainSpeedButtonsCheckBox'
|
||||
TabOrder = 4
|
||||
Left = 6
|
||||
Height = 13
|
||||
Height = 20
|
||||
Top = 362
|
||||
Width = 225
|
||||
Width = 267
|
||||
end
|
||||
object MsgViewDblClickJumpsCheckBox: TCheckBox
|
||||
Caption = 'MsgViewDblClickJumpsCheckBox'
|
||||
TabOrder = 5
|
||||
Left = 6
|
||||
Height = 13
|
||||
Height = 20
|
||||
Top = 382
|
||||
Width = 181
|
||||
Width = 219
|
||||
end
|
||||
end
|
||||
object WindowsPage: TPage
|
||||
@ -981,15 +981,15 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Color = clNone
|
||||
ParentColor = False
|
||||
Left = 6
|
||||
Height = 14
|
||||
Height = 13
|
||||
Top = 7
|
||||
Width = 524
|
||||
end
|
||||
object BackupProjectGroupBox: TGroupBox
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
Caption = 'BackupProjectGroupBox'
|
||||
ClientHeight = 201
|
||||
ClientWidth = 524
|
||||
ClientHeight = 184
|
||||
ClientWidth = 520
|
||||
TabOrder = 0
|
||||
Left = 6
|
||||
Height = 201
|
||||
@ -1001,9 +1001,9 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Color = clNone
|
||||
ParentColor = False
|
||||
Left = 118
|
||||
Height = 14
|
||||
Height = 13
|
||||
Top = 100
|
||||
Width = 396
|
||||
Width = 392
|
||||
end
|
||||
object BakProjMaxCounterLabel: TLabel
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
@ -1011,9 +1011,9 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Color = clNone
|
||||
ParentColor = False
|
||||
Left = 118
|
||||
Height = 14
|
||||
Height = 13
|
||||
Top = 125
|
||||
Width = 396
|
||||
Width = 392
|
||||
end
|
||||
object BakProjSubDirLabel: TLabel
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
@ -1021,9 +1021,9 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Color = clNone
|
||||
ParentColor = False
|
||||
Left = 118
|
||||
Height = 14
|
||||
Height = 13
|
||||
Top = 154
|
||||
Width = 396
|
||||
Width = 392
|
||||
end
|
||||
object BakProjTypeRadioGroup: TRadioGroup
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
@ -1042,7 +1042,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
TabOrder = 0
|
||||
Left = 6
|
||||
Height = 88
|
||||
Width = 508
|
||||
Width = 504
|
||||
end
|
||||
object BakProjAddExtComboBox: TComboBox
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
@ -1078,8 +1078,8 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
object BackupOtherGroupBox: TGroupBox
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
Caption = 'BackupOtherGroupBox'
|
||||
ClientHeight = 196
|
||||
ClientWidth = 524
|
||||
ClientHeight = 179
|
||||
ClientWidth = 520
|
||||
TabOrder = 1
|
||||
Left = 6
|
||||
Height = 196
|
||||
@ -1091,9 +1091,9 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Color = clNone
|
||||
ParentColor = False
|
||||
Left = 118
|
||||
Height = 14
|
||||
Height = 13
|
||||
Top = 97
|
||||
Width = 396
|
||||
Width = 392
|
||||
end
|
||||
object BakOtherMaxCounterLabel: TLabel
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
@ -1101,9 +1101,9 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Color = clNone
|
||||
ParentColor = False
|
||||
Left = 118
|
||||
Height = 14
|
||||
Height = 13
|
||||
Top = 124
|
||||
Width = 396
|
||||
Width = 392
|
||||
end
|
||||
object BakOtherSubDirLabel: TLabel
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
@ -1111,9 +1111,9 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
Color = clNone
|
||||
ParentColor = False
|
||||
Left = 118
|
||||
Height = 14
|
||||
Height = 13
|
||||
Top = 151
|
||||
Width = 396
|
||||
Width = 392
|
||||
end
|
||||
object BakOtherTypeRadioGroup: TRadioGroup
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
@ -1132,7 +1132,7 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
||||
TabOrder = 0
|
||||
Left = 6
|
||||
Height = 84
|
||||
Width = 508
|
||||
Width = 504
|
||||
end
|
||||
object BakOtherAddExtComboBox: TComboBox
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
|
@ -7,7 +7,7 @@ LazarusResources.Add('TEnvironmentOptionsDialog','FORMDATA',[
|
||||
+'lsPerInch'#2'p'#8'Position'#7#14'poScreenCenter'#18'HorzScrollBar.Page'#3#27
|
||||
+#2#18'VertScrollBar.Page'#3#7#2#4'Left'#3':'#1#6'Height'#3#8#2#3'Top'#2'|'#5
|
||||
+'Width'#3#28#2#0#9'TNotebook'#8'Notebook'#5'Align'#7#5'alTop'#7'Anchors'#11#5
|
||||
+'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#9'PageIndex'#2#1#6'Height'#3#221#1
|
||||
+'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#9'PageIndex'#2#5#6'Height'#3#221#1
|
||||
+#5'Width'#3#28#2#0#5'TPage'#9'FilesPage'#7'Caption'#6#9'FilesPage'#11'Client'
|
||||
+'Width'#3#24#2#12'ClientHeight'#3#191#1#4'Left'#2#2#6'Height'#3#191#1#3'Top'
|
||||
+#2#28#5'Width'#3#24#2#0#6'TLabel'#23'MaxRecentOpenFilesLabel'#7'Caption'#6#23
|
||||
@ -88,17 +88,17 @@ LazarusResources.Add('TEnvironmentOptionsDialog','FORMDATA',[
|
||||
+'ropDownList'#8'TabOrder'#2#0#4'Left'#2#6#6'Height'#2#21#3'Top'#2#8#5'Width'
|
||||
+#3#228#1#0#0#0#9'TCheckBox#CheckDiskChangesWithLoadingCheckBox'#7'Caption'#6
|
||||
+'#CheckDiskChangesWithLoadingCheckBox'#8'TabOrder'#2#1#4'Left'#2#6#6'Height'
|
||||
+#2#13#3'Top'#3'@'#1#5'Width'#3#223#0#0#0#9'TCheckBox$ShowHintsForComponentPa'
|
||||
+'letteCheckBox'#7'Caption'#6'$ShowHintsForComponentPaletteCheckBox'#8'TabOrd'
|
||||
+'er'#2#2#4'Left'#2#6#6'Height'#2#13#3'Top'#3'V'#1#5'Width'#3#222#0#0#0#9'TGr'
|
||||
+'oupBox'#16'AutoSaveGroupBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7
|
||||
+'Caption'#6#16'AutoSaveGroupBox'#12'ClientHeight'#2'w'#11'ClientWidth'#3#8#2
|
||||
+#8'TabOrder'#2#6#4'Left'#2#4#6'Height'#3#136#0#3'Top'#2'J'#5'Width'#3#12#2#0
|
||||
+#6'TLabel'#27'AutoSaveIntervalInSecsLabel'#7'Anchors'#11#5'akTop'#6'akLeft'#7
|
||||
+'akRight'#0#7'Caption'#6#27'AutoSaveIntervalInSecsLabel'#5'Color'#7#6'clNone'
|
||||
+#7'Enabled'#8#11'ParentColor'#8#4'Left'#2#6#6'Height'#2#14#3'Top'#2'C'#5'Wid'
|
||||
+'th'#3#220#1#0#0#9'TCheckBox'#27'AutoSaveEditorFilesCheckBox'#7'Anchors'#11#5
|
||||
+'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#27'AutoSaveEditorFilesCheckBox'#7
|
||||
+#2#20#3'Top'#3'@'#1#5'Width'#3#7#1#0#0#9'TCheckBox$ShowHintsForComponentPale'
|
||||
+'tteCheckBox'#7'Caption'#6'$ShowHintsForComponentPaletteCheckBox'#8'TabOrder'
|
||||
+#2#2#4'Left'#2#6#6'Height'#2#20#3'Top'#3'V'#1#5'Width'#3#7#1#0#0#9'TGroupBox'
|
||||
+#16'AutoSaveGroupBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Captio'
|
||||
+'n'#6#16'AutoSaveGroupBox'#12'ClientHeight'#2'w'#11'ClientWidth'#3#8#2#8'Tab'
|
||||
+'Order'#2#6#4'Left'#2#4#6'Height'#3#136#0#3'Top'#2'J'#5'Width'#3#12#2#0#6'TL'
|
||||
+'abel'#27'AutoSaveIntervalInSecsLabel'#7'Anchors'#11#5'akTop'#6'akLeft'#7'ak'
|
||||
+'Right'#0#7'Caption'#6#27'AutoSaveIntervalInSecsLabel'#5'Color'#7#6'clNone'#7
|
||||
+'Enabled'#8#11'ParentColor'#8#4'Left'#2#6#6'Height'#2#13#3'Top'#2'C'#5'Width'
|
||||
+#3#220#1#0#0#9'TCheckBox'#27'AutoSaveEditorFilesCheckBox'#7'Anchors'#11#5'ak'
|
||||
+'Top'#6'akLeft'#7'akRight'#0#7'Caption'#6#27'AutoSaveEditorFilesCheckBox'#7
|
||||
+'Enabled'#8#8'TabOrder'#2#0#4'Left'#2#6#6'Height'#2#20#3'Top'#2#4#5'Width'#3
|
||||
+#228#1#0#0#9'TCheckBox'#23'AutoSaveProjectCheckBox'#7'Anchors'#11#5'akTop'#6
|
||||
+'akLeft'#7'akRight'#0#7'Caption'#6#23'AutoSaveProjectCheckBox'#7'Enabled'#8#8
|
||||
@ -120,28 +120,28 @@ LazarusResources.Add('TEnvironmentOptionsDialog','FORMDATA',[
|
||||
+'OnClick'#7'&LoadDesktopSettingsFromFileButtonClick'#8'TabOrder'#2#1#4'Left'
|
||||
+#2#6#6'Height'#2#25#3'Top'#2'+'#5'Width'#3#228#1#0#0#0#9'TCheckBox$ShowHints'
|
||||
+'ForMainSpeedButtonsCheckBox'#7'Caption'#6'$ShowHintsForMainSpeedButtonsChec'
|
||||
+'kBox'#8'TabOrder'#2#4#4'Left'#2#6#6'Height'#2#13#3'Top'#3'j'#1#5'Width'#3
|
||||
+#225#0#0#0#9'TCheckBox'#28'MsgViewDblClickJumpsCheckBox'#7'Caption'#6#28'Msg'
|
||||
+'ViewDblClickJumpsCheckBox'#8'TabOrder'#2#5#4'Left'#2#6#6'Height'#2#13#3'Top'
|
||||
+#3'~'#1#5'Width'#3#181#0#0#0#0#5'TPage'#11'WindowsPage'#7'Caption'#6#11'Wind'
|
||||
+'owsPage'#11'ClientWidth'#3#24#2#12'ClientHeight'#3#191#1#4'Left'#2#2#6'Heig'
|
||||
+'ht'#3#191#1#3'Top'#2#28#5'Width'#3#24#2#0#9'TCheckBox!MinimizeAllOnMinimize'
|
||||
+'MainCheckBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6'!M'
|
||||
+'inimizeAllOnMinimizeMainCheckBox'#7'Enabled'#8#8'TabOrder'#2#0#4'Left'#2#6#6
|
||||
+'Height'#2#20#3'Top'#2#10#5'Width'#3#12#2#0#0#9'TCheckBox'#20'HideIDEOnRunCh'
|
||||
,'eckBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#20'HideI'
|
||||
+'DEOnRunCheckBox'#8'TabOrder'#2#1#4'Left'#2#6#6'Height'#2#20#3'Top'#2'"'#5'W'
|
||||
+'idth'#3#12#2#0#0#9'TGroupBox'#23'WindowPositionsGroupBox'#7'Anchors'#11#5'a'
|
||||
+'kTop'#6'akLeft'#7'akRight'#8'akBottom'#0#7'Caption'#6#23'WindowPositionsGro'
|
||||
+'upBox'#12'ClientHeight'#3'D'#1#11'ClientWidth'#3#12#2#8'TabOrder'#2#2#4'Lef'
|
||||
+'t'#2#6#6'Height'#3'D'#1#3'Top'#2'D'#5'Width'#3#12#2#0#8'TListBox'#22'Window'
|
||||
+'PositionsListBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#9'OnMouseUp'
|
||||
+#7#29'WindowPositionsListBoxMouseUp'#8'TabOrder'#2#0#8'TopIndex'#2#255#4'Lef'
|
||||
+'t'#2#6#6'Height'#2'd'#3'Top'#2#6#5'Width'#3#236#1#0#0#0#0#5'TPage'#14'FormE'
|
||||
+'ditorPage'#7'Caption'#6#14'FormEditorPage'#11'ClientWidth'#3#24#2#12'Client'
|
||||
+'Height'#3#191#1#8'OnResize'#7#20'FormEditorPageResize'#4'Left'#2#2#6'Height'
|
||||
+#3#191#1#3'Top'#2#28#5'Width'#3#24#2#0#9'TGroupBox'#12'GridGroupBox'#20'Bord'
|
||||
+'erSpacing.Around'#2#6#7'Caption'#6#12'GridGroupBox'#12'ClientHeight'#3#171#0
|
||||
+'kBox'#8'TabOrder'#2#4#4'Left'#2#6#6'Height'#2#20#3'Top'#3'j'#1#5'Width'#3#11
|
||||
+#1#0#0#9'TCheckBox'#28'MsgViewDblClickJumpsCheckBox'#7'Caption'#6#28'MsgView'
|
||||
+'DblClickJumpsCheckBox'#8'TabOrder'#2#5#4'Left'#2#6#6'Height'#2#20#3'Top'#3
|
||||
+'~'#1#5'Width'#3#219#0#0#0#0#5'TPage'#11'WindowsPage'#7'Caption'#6#11'Window'
|
||||
+'sPage'#11'ClientWidth'#3#24#2#12'ClientHeight'#3#191#1#4'Left'#2#2#6'Height'
|
||||
+#3#191#1#3'Top'#2#28#5'Width'#3#24#2#0#9'TCheckBox!MinimizeAllOnMinimizeMain'
|
||||
+'CheckBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6'!Minim'
|
||||
+'izeAllOnMinimizeMainCheckBox'#7'Enabled'#8#8'TabOrder'#2#0#4'Left'#2#6#6'He'
|
||||
+'ight'#2#20#3'Top'#2#10#5'Width'#3#12#2#0#0#9'TCheckBox'#20'HideIDEOnRunChec'
|
||||
,'kBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#20'HideIDE'
|
||||
+'OnRunCheckBox'#8'TabOrder'#2#1#4'Left'#2#6#6'Height'#2#20#3'Top'#2'"'#5'Wid'
|
||||
+'th'#3#12#2#0#0#9'TGroupBox'#23'WindowPositionsGroupBox'#7'Anchors'#11#5'akT'
|
||||
+'op'#6'akLeft'#7'akRight'#8'akBottom'#0#7'Caption'#6#23'WindowPositionsGroup'
|
||||
+'Box'#12'ClientHeight'#3'D'#1#11'ClientWidth'#3#12#2#8'TabOrder'#2#2#4'Left'
|
||||
+#2#6#6'Height'#3'D'#1#3'Top'#2'D'#5'Width'#3#12#2#0#8'TListBox'#22'WindowPos'
|
||||
+'itionsListBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#9'OnMouseUp'#7
|
||||
+#29'WindowPositionsListBoxMouseUp'#8'TabOrder'#2#0#8'TopIndex'#2#255#4'Left'
|
||||
+#2#6#6'Height'#2'd'#3'Top'#2#6#5'Width'#3#236#1#0#0#0#0#5'TPage'#14'FormEdit'
|
||||
+'orPage'#7'Caption'#6#14'FormEditorPage'#11'ClientWidth'#3#24#2#12'ClientHei'
|
||||
+'ght'#3#191#1#8'OnResize'#7#20'FormEditorPageResize'#4'Left'#2#2#6'Height'#3
|
||||
+#191#1#3'Top'#2#28#5'Width'#3#24#2#0#9'TGroupBox'#12'GridGroupBox'#20'Border'
|
||||
+'Spacing.Around'#2#6#7'Caption'#6#12'GridGroupBox'#12'ClientHeight'#3#171#0
|
||||
+#11'ClientWidth'#3'Q'#1#8'TabOrder'#2#0#4'Left'#2#6#6'Height'#3#171#0#3'Top'
|
||||
+#2#6#5'Width'#3'Q'#1#0#6'TLabel'#14'GridColorLabel'#7'Caption'#6#14'GridColo'
|
||||
+'rLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#4'Left'#2'F'#6'Height'#2#14#3
|
||||
@ -283,19 +283,19 @@ LazarusResources.Add('TEnvironmentOptionsDialog','FORMDATA',[
|
||||
+'ClientWidth'#3#24#2#12'ClientHeight'#3#191#1#4'Left'#2#2#6'Height'#3#191#1#3
|
||||
+'Top'#2#28#5'Width'#3#24#2#0#6'TLabel'#15'BackupHelpLabel'#7'Anchors'#11#5'a'
|
||||
+'kTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#15'BackupHelpLabel'#5'Color'#7#6
|
||||
+'clNone'#11'ParentColor'#8#4'Left'#2#6#6'Height'#2#14#3'Top'#2#7#5'Width'#3
|
||||
+'clNone'#11'ParentColor'#8#4'Left'#2#6#6'Height'#2#13#3'Top'#2#7#5'Width'#3
|
||||
+#12#2#0#0#9'TGroupBox'#21'BackupProjectGroupBox'#7'Anchors'#11#5'akTop'#6'ak'
|
||||
+'Left'#7'akRight'#0#7'Caption'#6#21'BackupProjectGroupBox'#12'ClientHeight'#3
|
||||
+#201#0#11'ClientWidth'#3#12#2#8'TabOrder'#2#0#4'Left'#2#6#6'Height'#3#201#0#3
|
||||
+#184#0#11'ClientWidth'#3#8#2#8'TabOrder'#2#0#4'Left'#2#6#6'Height'#3#201#0#3
|
||||
+'Top'#2'"'#5'Width'#3#12#2#0#6'TLabel'#18'BakProjAddExtLabel'#7'Anchors'#11#5
|
||||
+'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#18'BakProjAddExtLabel'#5'Color'#7
|
||||
+#6'clNone'#11'ParentColor'#8#4'Left'#2'v'#6'Height'#2#14#3'Top'#2'd'#5'Width'
|
||||
+#3#140#1#0#0#6'TLabel'#22'BakProjMaxCounterLabel'#7'Anchors'#11#5'akTop'#6'a'
|
||||
+#6'clNone'#11'ParentColor'#8#4'Left'#2'v'#6'Height'#2#13#3'Top'#2'd'#5'Width'
|
||||
+#3#136#1#0#0#6'TLabel'#22'BakProjMaxCounterLabel'#7'Anchors'#11#5'akTop'#6'a'
|
||||
+'kLeft'#7'akRight'#0#7'Caption'#6#22'BakProjMaxCounterLabel'#5'Color'#7#6'cl'
|
||||
+'None'#11'ParentColor'#8#4'Left'#2'v'#6'Height'#2#14#3'Top'#2'}'#5'Width'#3
|
||||
+#140#1#0#0#6'TLabel'#18'BakProjSubDirLabel'#7'Anchors'#11#5'akTop'#6'akLeft'
|
||||
+'None'#11'ParentColor'#8#4'Left'#2'v'#6'Height'#2#13#3'Top'#2'}'#5'Width'#3
|
||||
+#136#1#0#0#6'TLabel'#18'BakProjSubDirLabel'#7'Anchors'#11#5'akTop'#6'akLeft'
|
||||
+#7'akRight'#0#7'Caption'#6#18'BakProjSubDirLabel'#5'Color'#7#6'clNone'#11'Pa'
|
||||
+'rentColor'#8#4'Left'#2'v'#6'Height'#2#14#3'Top'#3#154#0#5'Width'#3#140#1#0#0
|
||||
+'rentColor'#8#4'Left'#2'v'#6'Height'#2#13#3'Top'#3#154#0#5'Width'#3#136#1#0#0
|
||||
+#11'TRadioGroup'#21'BakProjTypeRadioGroup'#7'Anchors'#11#5'akTop'#6'akLeft'#7
|
||||
+'akRight'#0#8'AutoFill'#9#7'Caption'#6#21'BakProjTypeRadioGroup'#28'ChildSiz'
|
||||
+'ing.LeftRightSpacing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildSizi'
|
||||
@ -304,7 +304,7 @@ LazarusResources.Add('TEnvironmentOptionsDialog','FORMDATA',[
|
||||
+#14'crsScaleChilds'#26'ChildSizing.ShrinkVertical'#7#14'crsScaleChilds'#18'C'
|
||||
+'hildSizing.Layout'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSizing.Contr'
|
||||
+'olsPerLine'#2#2#7'Columns'#2#2#7'OnClick'#7#22'BakTypeRadioGroupClick'#8'Ta'
|
||||
+'bOrder'#2#0#4'Left'#2#6#6'Height'#2'X'#5'Width'#3#252#1#0#0#9'TComboBox'#21
|
||||
+'bOrder'#2#0#4'Left'#2#6#6'Height'#2'X'#5'Width'#3#248#1#0#0#9'TComboBox'#21
|
||||
+'BakProjAddExtComboBox'#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20
|
||||
+'cbactSearchAscending'#0#9'MaxLength'#2#0#8'TabOrder'#2#1#4'Text'#6#21'BakPr'
|
||||
+'ojAddExtComboBox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2'b'#5'Width'#2'd'#0#0#9
|
||||
@ -316,17 +316,17 @@ LazarusResources.Add('TEnvironmentOptionsDialog','FORMDATA',[
|
||||
+#2#0#8'TabOrder'#2#3#4'Text'#6#21'BakProjSubDirComboBox'#4'Left'#2#6#6'Heigh'
|
||||
+'t'#2#21#3'Top'#3#152#0#5'Width'#2'd'#0#0#0#9'TGroupBox'#19'BackupOtherGroup'
|
||||
+'Box'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#19'BackupOt'
|
||||
+'herGroupBox'#12'ClientHeight'#3#196#0#11'ClientWidth'#3#12#2#8'TabOrder'#2#1
|
||||
+'herGroupBox'#12'ClientHeight'#3#179#0#11'ClientWidth'#3#8#2#8'TabOrder'#2#1
|
||||
+#4'Left'#2#6#6'Height'#3#196#0#3'Top'#3#242#0#5'Width'#3#12#2#0#6'TLabel'#19
|
||||
+'BakOtherAddExtLabel'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Captio'
|
||||
+'n'#6#19'BakOtherAddExtLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#4'Left'
|
||||
+#2'v'#6'Height'#2#14#3'Top'#2'a'#5'Width'#3#140#1#0#0#6'TLabel'#23'BakOtherM'
|
||||
+#2'v'#6'Height'#2#13#3'Top'#2'a'#5'Width'#3#136#1#0#0#6'TLabel'#23'BakOtherM'
|
||||
,'axCounterLabel'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6
|
||||
+#23'BakOtherMaxCounterLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#4'Left'#2
|
||||
+'v'#6'Height'#2#14#3'Top'#2'|'#5'Width'#3#140#1#0#0#6'TLabel'#19'BakOtherSub'
|
||||
+'v'#6'Height'#2#13#3'Top'#2'|'#5'Width'#3#136#1#0#0#6'TLabel'#19'BakOtherSub'
|
||||
+'DirLabel'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#19'Bak'
|
||||
+'OtherSubDirLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#4'Left'#2'v'#6'Hei'
|
||||
+'ght'#2#14#3'Top'#3#151#0#5'Width'#3#140#1#0#0#11'TRadioGroup'#22'BakOtherTy'
|
||||
+'ght'#2#13#3'Top'#3#151#0#5'Width'#3#136#1#0#0#11'TRadioGroup'#22'BakOtherTy'
|
||||
+'peRadioGroup'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoFill'#9#7
|
||||
+'Caption'#6#22'BakOtherTypeRadioGroup'#28'ChildSizing.LeftRightSpacing'#2#6
|
||||
+#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildSizing.EnlargeHorizontal'#7#24
|
||||
@ -335,7 +335,7 @@ LazarusResources.Add('TEnvironmentOptionsDialog','FORMDATA',[
|
||||
+'dSizing.ShrinkVertical'#7#14'crsScaleChilds'#18'ChildSizing.Layout'#7#29'cc'
|
||||
+'lLeftToRightThenTopToBottom'#27'ChildSizing.ControlsPerLine'#2#2#7'Columns'
|
||||
+#2#2#7'OnClick'#7#22'BakTypeRadioGroupClick'#8'TabOrder'#2#0#4'Left'#2#6#6'H'
|
||||
+'eight'#2'T'#5'Width'#3#252#1#0#0#9'TComboBox'#22'BakOtherAddExtComboBox'#16
|
||||
+'eight'#2'T'#5'Width'#3#248#1#0#0#9'TComboBox'#22'BakOtherAddExtComboBox'#16
|
||||
+'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#9
|
||||
+'MaxLength'#2#0#8'TabOrder'#2#1#4'Text'#6#22'BakOtherAddExtComboBox'#4'Left'
|
||||
+#2#6#6'Height'#2#21#3'Top'#2'_'#5'Width'#2'd'#0#0#9'TComboBox'#26'BakOtherMa'
|
||||
|
@ -1690,7 +1690,7 @@ begin
|
||||
Caption:=dlgEnvType;
|
||||
with Items do begin
|
||||
BeginUpdate;
|
||||
Add(dlgEnvNone);
|
||||
Add(lisNoBackupFiles);
|
||||
Add(dlgSmbFront);
|
||||
Add(dlgSmbBehind);
|
||||
Add(dlgSmbCounter);
|
||||
@ -1741,7 +1741,7 @@ begin
|
||||
Caption:=dlgEnvType;
|
||||
with Items do begin
|
||||
BeginUpdate;
|
||||
Add(dlgEnvNone);
|
||||
Add(lisNoBackupFiles);
|
||||
Add(dlgSmbFront);
|
||||
Add(dlgSmbBehind);
|
||||
Add(dlgSmbCounter);
|
||||
|
@ -605,7 +605,7 @@ resourcestring
|
||||
lisVersion = 'Version';
|
||||
lisDate = 'Date';
|
||||
lisSVNRevision = 'SVN Revision: ';
|
||||
lisClose = 'Close';
|
||||
lisClose = '&Close';
|
||||
lisAboutLazarusMsg =
|
||||
'License: GPL/LGPL'
|
||||
+'%s'
|
||||
@ -744,6 +744,7 @@ resourcestring
|
||||
dlgEnvType = 'Type';
|
||||
dlgEnvNone = 'None';
|
||||
dlgSmbFront = 'Symbol in front (.~pp)';
|
||||
lisNoBackupFiles = 'No backup files';
|
||||
dlgSmbBehind = 'Symbol behind (.pp~)';
|
||||
dlgSmbCounter = 'Counter (.pp;1)';
|
||||
dlgCustomExt = 'User defined extension (.pp.xxx)';
|
||||
|
@ -5,7 +5,7 @@ object UnitDependenciesView: TUnitDependenciesView
|
||||
ClientWidth = 400
|
||||
KeyPreview = True
|
||||
OnClose = UnitDependenciesViewClose
|
||||
PixelsPerInch = 96
|
||||
PixelsPerInch = 112
|
||||
Position = poScreenCenter
|
||||
HorzScrollBar.Page = 399
|
||||
VertScrollBar.Page = 299
|
||||
@ -29,10 +29,10 @@ object UnitDependenciesView: TUnitDependenciesView
|
||||
Caption = 'ShowProjectButton'
|
||||
ImageIndex = 2
|
||||
OnClick = ShowProjectButtonClick
|
||||
Left = 95
|
||||
Left = 185
|
||||
Height = 46
|
||||
Top = 2
|
||||
Width = 47
|
||||
Width = 113
|
||||
end
|
||||
object SelectUnitButton: TToolButton
|
||||
Caption = 'SelectUnitButton'
|
||||
@ -41,16 +41,16 @@ object UnitDependenciesView: TUnitDependenciesView
|
||||
Left = 1
|
||||
Height = 46
|
||||
Top = 2
|
||||
Width = 47
|
||||
Width = 99
|
||||
end
|
||||
object RefreshButton: TToolButton
|
||||
Caption = 'RefreshButton'
|
||||
ImageIndex = 1
|
||||
OnClick = RefreshButtonClick
|
||||
Left = 48
|
||||
Left = 100
|
||||
Height = 46
|
||||
Top = 2
|
||||
Width = 47
|
||||
Width = 85
|
||||
end
|
||||
end
|
||||
object UnitHistoryList: TComboBox
|
||||
@ -70,17 +70,16 @@ object UnitDependenciesView: TUnitDependenciesView
|
||||
Anchors = [akRight, akBottom]
|
||||
AutoSize = True
|
||||
BorderSpacing.Bottom = 6
|
||||
|
||||
Caption = '&Close'
|
||||
Kind = bkClose
|
||||
NumGlyphs = 0
|
||||
TabOrder = 2
|
||||
AnchorSideBottom.Control = Owner
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 312
|
||||
Height = 34
|
||||
Top = 260
|
||||
Width = 79
|
||||
Left = 322
|
||||
Height = 28
|
||||
Top = 266
|
||||
Width = 69
|
||||
end
|
||||
object UnitTreeView: TTreeView
|
||||
Align = alTop
|
||||
@ -94,7 +93,7 @@ object UnitDependenciesView: TUnitDependenciesView
|
||||
OnExpanding = UnitTreeViewExpanding
|
||||
OnMouseDown = UnitTreeViewMouseDown
|
||||
AnchorSideBottom.Control = CloseButton
|
||||
Height = 173
|
||||
Height = 179
|
||||
Top = 81
|
||||
Width = 400
|
||||
end
|
||||
|
@ -1,207 +1,209 @@
|
||||
{ This is an automatically generated lazarus resource file }
|
||||
|
||||
LazarusResources.Add('TUnitDependenciesView','FORMDATA',[
|
||||
'TPF0'#21'TUnitDependenciesView'#20'UnitDependenciesView'#13'ActiveControl'#7
|
||||
+#15'UnitHistoryList'#7'Caption'#6#20'UnitDependenciesView'#12'ClientHeight'#3
|
||||
+','#1#11'ClientWidth'#3#144#1#10'KeyPreview'#9#7'OnClose'#7#25'UnitDependenc'
|
||||
+'iesViewClose'#13'PixelsPerInch'#2'`'#8'Position'#7#14'poScreenCenter'#18'Ho'
|
||||
+'iesViewClose'#13'PixelsPerInch'#2'p'#8'Position'#7#14'poScreenCenter'#18'Ho'
|
||||
+'rzScrollBar.Page'#3#143#1#18'VertScrollBar.Page'#3'+'#1#4'Left'#3'>'#1#6'He'
|
||||
+'ight'#3','#1#3'Top'#3'x'#2#5'Width'#3#144#1#0#8'TToolBar'#7'ToolBar'#12'But'
|
||||
+'tonHeight'#2'.'#11'ButtonWidth'#2'/'#7'Caption'#6#7'ToolBar'#6'Height'#2'0'
|
||||
+#6'Images'#7#16'ToolbarImageList'#14'ParentShowHint'#8#12'ShowCaptions'#9#8
|
||||
+'ShowHint'#9#8'TabOrder'#2#0#6'Height'#2'0'#5'Width'#3#144#1#0#11'TToolButto'
|
||||
+'n'#17'ShowProjectButton'#7'Caption'#6#17'ShowProjectButton'#10'ImageIndex'#2
|
||||
+#2#7'OnClick'#7#22'ShowProjectButtonClick'#4'Left'#2'_'#6'Height'#2'.'#3'Top'
|
||||
+#2#2#5'Width'#2'/'#0#0#11'TToolButton'#16'SelectUnitButton'#7'Caption'#6#16
|
||||
+'SelectUnitButton'#10'ImageIndex'#2#0#7'OnClick'#7#21'SelectUnitButtonClick'
|
||||
+#4'Left'#2#1#6'Height'#2'.'#3'Top'#2#2#5'Width'#2'/'#0#0#11'TToolButton'#13
|
||||
+'RefreshButton'#7'Caption'#6#13'RefreshButton'#10'ImageIndex'#2#1#7'OnClick'
|
||||
+#7#18'RefreshButtonClick'#4'Left'#2'0'#6'Height'#2'.'#3'Top'#2#2#5'Width'#2
|
||||
+'/'#0#0#0#9'TComboBox'#15'UnitHistoryList'#5'Align'#7#5'alTop'#16'AutoComple'
|
||||
+'teText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#20'BorderS'
|
||||
+'pacing.Around'#2#6#9'MaxLength'#2#0#13'OnEditingDone'#7#26'UnitHistoryListE'
|
||||
+'ditingDone'#8'TabOrder'#2#1#4'Text'#6#15'UnitHistoryList'#4'Left'#2#6#6'Hei'
|
||||
+'ght'#2#21#3'Top'#2'6'#5'Width'#3#132#1#0#0#7'TBitBtn'#11'CloseButton'#7'Anc'
|
||||
+'hors'#11#7'akRight'#8'akBottom'#0#8'AutoSize'#9#20'BorderSpacing.Bottom'#2#6
|
||||
+#7'Caption'#6#6'&Close'#4'Kind'#7#7'bkClose'#9'NumGlyphs'#2#0#8'TabOrder'#2#2
|
||||
+#24'AnchorSideBottom.Control'#7#5'Owner'#21'AnchorSideBottom.Side'#7#9'asrBo'
|
||||
+'ttom'#4'Left'#3'8'#1#6'Height'#2'"'#3'Top'#3#4#1#5'Width'#2'O'#0#0#9'TTreeV'
|
||||
+'iew'#12'UnitTreeView'#5'Align'#7#5'alTop'#7'Anchors'#11#5'akTop'#6'akLeft'#7
|
||||
+'akRight'#8'akBottom'#0#20'BorderSpacing.Bottom'#2#6#17'DefaultItemHeight'#2
|
||||
+#22#6'Images'#7#16'SrcTypeImageList'#8'TabOrder'#2#3#24'OnAdvancedCustomDraw'
|
||||
+'Item'#7'"UnitTreeViewAdvancedCustomDrawItem'#12'OnCollapsing'#7#22'UnitTree'
|
||||
+'ViewCollapsing'#11'OnExpanding'#7#21'UnitTreeViewExpanding'#11'OnMouseDown'
|
||||
+#7#21'UnitTreeViewMouseDown'#24'AnchorSideBottom.Control'#7#11'CloseButton'#6
|
||||
+'Height'#3#173#0#3'Top'#2'Q'#5'Width'#3#144#1#0#0#10'TImageList'#16'SrcTypeI'
|
||||
+'mageList'#6'Height'#2#22#5'Width'#2#22#4'left'#2'X'#3'top'#2#8#6'Bitmap'#10
|
||||
+#208'V'#0#0'li'#9#0#0#0#22#0#0#0#22#0#0#0#172#2#0#0'/* XPM */'#10'static cha'
|
||||
+'r * srctype_unknown_22x22_xpm[] = {'#10'"22 22 3 1",'#10'" '#9'c None",'#10
|
||||
+'".'#9'c #000000",'#10'"+'#9'c #000080",'#10'" ",'#10'"'
|
||||
+' ",'#10'" ",'#10'" ....... '
|
||||
+' ",'#10'" .++...++.. ",'#10'" .++. .+++. ",'#10'"'
|
||||
+' .+. .++. ",'#10'" .++. .++. ",'#10'" .++. .+'
|
||||
+'+. ",'#10'" .. .++. ",'#10'" .++. ",'#10'"'
|
||||
+' .++. ",'#10'" .++. ",'#10'" .++. '
|
||||
+' ",'#10'" .++. ",'#10'" .. ",'#10'"'
|
||||
+' ",'#10'" .. ",'#10'" .++. '
|
||||
+' ",'#10'" .. ",'#10'" ",'#10'"'
|
||||
+' "};'#10#249#6#0#0'/* XPM */'#10'static char * srctype'
|
||||
+'_unit_22x22_xpm[] = {'#10'"21 19 83 1",'#10'" '#9'c None",'#10'".'#9'c #000'
|
||||
+'000",'#10'"+'#9'c #388785",'#10'"@'#9'c #308280",'#10'"#'#9'c #529695",'#10
|
||||
+'"$'#9'c #49918F",'#10'"%'#9'c #3F8A89",'#10'"&'#9'c #368584",'#10'"*'#9'c #'
|
||||
+'2D807E",'#10'"='#9'c #69A4A2",'#10'"-'#9'c #62A09E",'#10'";'#9'c #5B9B9A",'
|
||||
+#10'">'#9'c #519594",'#10'",'#9'c #468F8D",'#10'"'''#9'c #3B8887",'#10'")'#9
|
||||
+'c #328381",'#10'"!'#9'c #287D7B",'#10'"~'#9'c #76ACAB",'#10'"{'#9'c #72A9A8'
|
||||
+'",'#10'"]'#9'c #6AA4A3",'#10'"^'#9'c #619F9D",'#10'"/'#9'c #569897",'#10'"('
|
||||
+#9'c #4B9290",'#10'"_'#9'c #3F8B89",'#10'":'#9'c #358583",'#10'"<'#9'c #2B7F'
|
||||
+'7D",'#10'"['#9'c #217977",'#10'"}'#9'c #72AAA8",'#10'"|'#9'c #78ADAC",'#10
|
||||
+'"1'#9'c #7EB0AF",'#10'"2'#9'c #80B2B1",'#10'"3'#9'c #7BAEAD",'#10'"4'#9'c #'
|
||||
+'70A8A7",'#10'"5'#9'c #66A2A0",'#10'"6'#9'c #5A9B99",'#10'"7'#9'c #4E9492",'
|
||||
+#10'"8'#9'c #428D8B",'#10'"9'#9'c #237A78",'#10'"0'#9'c #197472",'#10'"a'#9
|
||||
+'c #A0C5C4",'#10'"b'#9'c #7DB0AF",'#10'"c'#9'c #7AAEAD",'#10'"d'#9'c #82B3B2'
|
||||
+'",'#10'"e'#9'c #89B7B6",'#10'"f'#9'c #7EB1B0",'#10'"g'#9'c #73AAA9",'#10'"h'
|
||||
+#9'c #68A3A1",'#10'"i'#9'c #5A9B9A",'#10'"j'#9'c #4F9493",'#10'"k'#9'c #438D'
|
||||
+'8C",'#10'"l'#9'c #2E817F",'#10'"m'#9'c #247B79",'#10'"n'#9'c #0F6E6C",'#10
|
||||
+'"o'#9'c #277C7B",'#10'"p'#9'c #7FB1B0",'#10'"q'#9'c #65A2A0",'#10'"r'#9'c #'
|
||||
+'599B99",'#10'"s'#9'c #046765",'#10'"t'#9'c #0E6D6B",'#10'"u'#9'c #75ABAA",'
|
||||
+#10'"v'#9'c #69A4A3",'#10'"w'#9'c #609F9D",'#10'"x'#9'c #559897",'#10'"y'#9
|
||||
,'c #4A918F",'#10'"z'#9'c #177371",'#10'"A'#9'c #0D6D6B",'#10'"B'#9'c #036765'
|
||||
+'",'#10'"C'#9'c #026664",'#10'"D'#9'c #66A3A1",'#10'"E'#9'c #599A99",'#10'"F'
|
||||
+#9'c #448E8C",'#10'"G'#9'c #1F7876",'#10'"H'#9'c #157270",'#10'"I'#9'c #0B6C'
|
||||
+'6A",'#10'"J'#9'c #3E8A89",'#10'"K'#9'c #1B7573",'#10'"L'#9'c #116F6D",'#10
|
||||
+'"M'#9'c #B3B3B3",'#10'"N'#9'c #458E8C",'#10'"O'#9'c #FFFFFF",'#10'"P'#9'c #'
|
||||
+'297E7C",'#10'"Q'#9'c #CBCBCB",'#10'"R'#9'c #8E8E8E",'#10'" .. '
|
||||
+' ",'#10'" ..+@. ",'#10'" ..#$%&*. ",'#10'" '
|
||||
+'..=-;>,'')!. ",'#10'" ..~~{]^/(_:<[. ",'#10'" ..}|12345678+*90. '
|
||||
+'",'#10'"..abcdefghijk+lm0n. ",'#10'".o.abbpc4qr78+*90ns. ",'#10'".to.abu4v'
|
||||
+'wxy_:<[zABC.",'#10'".Cto.abDwEjF'')!GHIC..",'#10'" .Cto.ab/j,J&*mKL..M ",'
|
||||
+#10'" .Cto.abNJ+@!G..OOM ",'#10'" .Cto.ab&@P..OOOOM.",'#10'" .Cto.ab..'
|
||||
+'OOOOQR..",'#10'" .Cto..OOOOQR.. ",'#10'" .Ct.OOOQR.. ",'#10'" '
|
||||
+' .C.OQR.. ",'#10'" ..R.. ",'#10'" .. '
|
||||
+' "};'#10#197#16#0#0'/* XPM */'#10'static char * srctype_program_22x22_xpm'
|
||||
+'[] = {'#10'"22 22 198 2",'#10'" '#9'c None",'#10'". '#9'c #281E28",'#10'"+'
|
||||
+' '#9'c #281D28",'#10'"@ '#9'c #463E48",'#10'"# '#9'c #463F48",'#10'"$ '#9'c'
|
||||
+' #2B202B",'#10'"% '#9'c #574257",'#10'"& '#9'c #604B61",'#10'"* '#9'c #3629'
|
||||
+'36",'#10'"= '#9'c #433945",'#10'"- '#9'c #4A404C",'#10'"; '#9'c #837888",'
|
||||
+#10'"> '#9'c #837989",'#10'", '#9'c #616467",'#10'"'' '#9'c #2E222E",'#10'")'
|
||||
+' '#9'c #5C475C",'#10'"! '#9'c #675268",'#10'"~ '#9'c #6F5D71",'#10'"{ '#9'c'
|
||||
+' #756478",'#10'"] '#9'c #7C6D80",'#10'"^ '#9'c #8B8491",'#10'"/ '#9'c #8981'
|
||||
+'8F",'#10'"( '#9'c #CDD4D2",'#10'"_ '#9'c #606265",'#10'": '#9'c #191219",'
|
||||
+#10'"< '#9'c #231A23",'#10'"[ '#9'c #2F232F",'#10'"} '#9'c #533E53",'#10'"| '
|
||||
+#9'c #554155",'#10'"1 '#9'c #5D485E",'#10'"2 '#9'c #69556A",'#10'"3 '#9'c #7'
|
||||
+'7667A",'#10'"4 '#9'c #857B8A",'#10'"5 '#9'c #8B8592",'#10'"6 '#9'c #8F8B96"'
|
||||
+','#10'"7 '#9'c #918E99",'#10'"8 '#9'c #CCD2D0",'#10'"9 '#9'c #8F8A96",'#10
|
||||
+'"0 '#9'c #413541",'#10'"a '#9'c #1C141C",'#10'"b '#9'c #463346",'#10'"c '#9
|
||||
+'c #543F54",'#10'"d '#9'c #433143",'#10'"e '#9'c #78677B",'#10'"f '#9'c #BBC'
|
||||
+'3C2",'#10'"g '#9'c #DADFDD",'#10'"h '#9'c #D2D9D7",'#10'"i '#9'c #B2B8B9",'
|
||||
+#10'"j '#9'c #8C8692",'#10'"k '#9'c #9898A0",'#10'"l '#9'c #9D9FA5",'#10'"m '
|
||||
+#9'c #A7ACAF",'#10'"n '#9'c #3B2A3B",'#10'"o '#9'c #A6ABAE",'#10'"p '#9'c #D'
|
||||
+'CE2E0",'#10'"q '#9'c #ABB1B3",'#10'"r '#9'c #96959E",'#10'"s '#9'c #9FA2A7"'
|
||||
+','#10'"t '#9'c #9A9BA2",'#10'"u '#9'c #9EA0A6",'#10'"v '#9'c #A4A8AC",'#10
|
||||
+'"w '#9'c #A9AFB2",'#10'"x '#9'c #B8C0BF",'#10'"y '#9'c #D3DAD8",'#10'"z '#9
|
||||
+'c #777777",'#10'"A '#9'c #352835",'#10'"B '#9'c #473447",'#10'"C '#9'c #B4B'
|
||||
+'ABA",'#10'"D '#9'c #CAD0CE",'#10'"E '#9'c #999AA1",'#10'"F '#9'c #877E8C",'
|
||||
+#10'"G '#9'c #766579",'#10'"H '#9'c #5F4A60",'#10'"I '#9'c #000000",'#10'"J '
|
||||
+#9'c #A5AAAE",'#10'"K '#9'c #ACB2B4",'#10'"L '#9'c #B5BBBB",'#10'"M '#9'c #C'
|
||||
+'2CAC8",'#10'"N '#9'c #C7CECC",'#10'"O '#9'c #504F53",'#10'"P '#9'c #372A37"'
|
||||
+','#10'"Q '#9'c #5B465B",'#10'"R '#9'c #D6DBDA",'#10'"S '#9'c #675369",'#10
|
||||
+'"T '#9'c #201720",'#10'"U '#9'c #040204",'#10'"V '#9'c #626567",'#10'"W '#9
|
||||
+'c #ADB4B6",'#10'"X '#9'c #B5BCBC",'#10'"Y '#9'c #BAC2C1",'#10'"Z '#9'c #C0C'
|
||||
+'8C7",'#10'"` '#9'c #D4DBD9",'#10'" .'#9'c #56545B",'#10'"..'#9'c #665167",'
|
||||
+#10'"+.'#9'c #5A455A",'#10'"@.'#9'c #CFD6D4",'#10'"#.'#9'c #A3A7AB",'#10'"$.'
|
||||
+#9'c #171117",'#10'"%.'#9'c #686B6D",'#10'"&.'#9'c #C6CDCC",'#10'"*.'#9'c #D'
|
||||
+'1D8D6",'#10'"=.'#9'c #BDC5C4",'#10'"-.'#9'c #93919B",'#10'";.'#9'c #211721"'
|
||||
+','#10'">.'#9'c #342734",'#10'",.'#9'c #6D5B6F",'#10'"''.'#9'c #7B6B7E",'#10
|
||||
+'").'#9'c #918D98",'#10'"!.'#9'c #715F73",'#10'"~.'#9'c #1A131A",'#10'"{.'#9
|
||||
+'c #6D7272",'#10'"].'#9'c #BFC7C6",'#10'"^.'#9'c #97979F",'#10'"/.'#9'c #261'
|
||||
+'C26",'#10'"(.'#9'c #372B37",'#10'"_.'#9'c #716075",'#10'":.'#9'c #756377",'
|
||||
+#10'"<.'#9'c #94929B",'#10'"[.'#9'c #BCC4C3",'#10'"}.'#9'c #847A89",'#10'"|.'
|
||||
+#9'c #312531",'#10'"1.'#9'c #6E7373",'#10'"2.'#9'c #9EA1A7",'#10'"3.'#9'c #8'
|
||||
+'A8390",'#10'"4.'#9'c #79697C",'#10'"5.'#9'c #655066",'#10'"6.'#9'c #1C131B"'
|
||||
+','#10'"7.'#9'c #5B5D60",'#10'"8.'#9'c #827787",'#10'"9.'#9'c #7D6F81",'#10
|
||||
+'"0.'#9'c #C5CCCB",'#10'"a.'#9'c #7B6C7F",'#10'"b.'#9'c #171017",'#10'"c.'#9
|
||||
+'c #D0D7D5",'#10'"d.'#9'c #DBE1DF",'#10'"e.'#9'c #453245",'#10'"f.'#9'c #060'
|
||||
+'406",'#10'"g.'#9'c #4E4751",'#10'"h.'#9'c #8D8793",'#10'"i.'#9'c #A1A5AA",'
|
||||
+#10'"j.'#9'c #CCD3D1",'#10'"k.'#9'c #EEF0F0",'#10'"l.'#9'c #78687C",'#10'"m.'
|
||||
+#9'c #412F41",'#10'"n.'#9'c #514C55",'#10'"o.'#9'c #9B9CA3",'#10'"p.'#9'c #A'
|
||||
+'4A9AD",'#10'"q.'#9'c #4D474F",'#10'"r.'#9'c #6D7171",'#10'"s.'#9'c #707474"'
|
||||
+','#10'"t.'#9'c #C4CCCA",'#10'"u.'#9'c #CBD1CF",'#10'"v.'#9'c #E2E6E5",'#10
|
||||
+'"w.'#9'c #FFFFFF",'#10'"x.'#9'c #C3CBC9",'#10'"y.'#9'c #68546A",'#10'"z.'#9
|
||||
+'c #020102",'#10'"A.'#9'c #56535A",'#10'"B.'#9'c #A2A6AB",'#10'"C.'#9'c #AAB'
|
||||
+'0B2",'#10'"D.'#9'c #E6E9E7",'#10'"E.'#9'c #F1F3F2",'#10'"F.'#9'c #504A53",'
|
||||
,#10'"G.'#9'c #49484D",'#10'"H.'#9'c #B0B6B7",'#10'"I.'#9'c #B6BEBE",'#10'"J.'
|
||||
+#9'c #E1E6E4",'#10'"K.'#9'c #F4F6F5",'#10'"L.'#9'c #FAFAFA",'#10'"M.'#9'c #9'
|
||||
+'999A1",'#10'"N.'#9'c #2A202A",'#10'"O.'#9'c #5C5C61",'#10'"P.'#9'c #B9C1C0"'
|
||||
+','#10'"Q.'#9'c #C8CFCD",'#10'"R.'#9'c #DBE0DE",'#10'"S.'#9'c #A8AEB1",'#10
|
||||
+'"T.'#9'c #DFE4E2",'#10'"U.'#9'c #908C97",'#10'"V.'#9'c #322532",'#10'"W.'#9
|
||||
+'c #9C9EA4",'#10'"X.'#9'c #7A6A7D",'#10'"Y.'#9'c #4A414D",'#10'"Z.'#9'c #3C2'
|
||||
+'B3C",'#10'"`.'#9'c #999999",'#10'" +'#9'c #EBEEED",'#10'".+'#9'c #6E5C70",'
|
||||
+#10'"++'#9'c #070407",'#10'"@+'#9'c #0C080C",'#10'"#+'#9'c #332733",'#10'"$+'
|
||||
+#9'c #7E8281",'#10'"%+'#9'c #97969E",'#10'"&+'#9'c #555158",'#10'"*+'#9'c #8'
|
||||
+'D8894",'#10'"=+'#9'c #634E64",'#10'"-+'#9'c #040304",'#10'";+'#9'c #1F161F"'
|
||||
+','#10'">+'#9'c #251B25",'#10'",+'#9'c #181118",'#10'" . + '
|
||||
+' @ # ",'#10'" $ % & * = - ; > , "'
|
||||
+','#10'" '' ) ! ~ { ] > ^ / ( _ ",'#10'" : < [ }'
|
||||
+' | 1 2 3 4 5 6 7 8 9 0 ",'#10'" a b c d e f g h i j 6 k l m 7 + '
|
||||
+' ",'#10'" + c n o p q r j j s t u v w x y z ",'#10'" A B'
|
||||
+' C D E F G H + I C J K L f M N O ",'#10'" P Q > R k ; S T U V W X '
|
||||
+'Y Z ` 8 . ",'#10'" A ..+.@.#.4 ..$. %.X Y &.y *.=.-.;.",'#10'">.2'
|
||||
+' ,.''.h ).!.~. {.=.N y ].J ^.6 /.",'#10'"(._.:.<.[.}.|. 1'
|
||||
+'.=.N y =.2.3.4.5.6.",'#10'"7._.8.9.0.a.b. 1.=.D c.d.J / ~ e.f. ",'
|
||||
+#10'" g.F h.i.9.I 1.Z j.@.g k.l l.m.I ",'#10'" n.6 r o.p.q. r.s'
|
||||
+'.t.u.c.g v.w.x.y.z. ",'#10'" A.r o.B.C.x r.f t.8 R p D.E.w.( F. '
|
||||
+' ",'#10'"G.^.t B.q H.I.[.N @.p J.K.L.w.[.o M.N. ",'#10'" O.[.t.x P.]'
|
||||
+'.Q.c.R.=.S.p.T.&.J U.''.V. ",'#10'" %.k <.u.Q.@.J.f W.3.a.e ^.^.X.|'
|
||||
+' f. ",'#10'" Y.Z.`.g +R #.^ .+b ++@+'' #+z. ",'#10'" '
|
||||
+' I $+&.P.%+e m.I ",'#10'" &+7 *+=+-+ '
|
||||
+' ",'#10'" ;+>+,+ "};'#10
|
||||
+#165#11#0#0'/* XPM */'#10'static char * srctype_library_22x22_xpm[] = {'#10
|
||||
+'"22 22 116 2",'#10'" '#9'c None",'#10'". '#9'c #020202",'#10'"+ '#9'c #023'
|
||||
+'636",'#10'"@ '#9'c #01D6D6",'#10'"# '#9'c #A4977F",'#10'"$ '#9'c #1E1E1E",'
|
||||
+#10'"% '#9'c #02D1D1",'#10'"& '#9'c #FEFEFE",'#10'"* '#9'c #F0E8D9",'#10'"= '
|
||||
+#9'c #6C604B",'#10'"- '#9'c #02CDCD",'#10'"; '#9'c #FAFAFA",'#10'"> '#9'c #F'
|
||||
+'EFAF6",'#10'", '#9'c #70644F",'#10'"'' '#9'c #02C8C8",'#10'") '#9'c #FDFDFC'
|
||||
+'",'#10'"! '#9'c #FAFAF6",'#10'"~ '#9'c #746853",'#10'"{ '#9'c #03C4C4",'#10
|
||||
+'"] '#9'c #F2DEC2",'#10'"^ '#9'c #FAF2E6",'#10'"/ '#9'c #FEFAFA",'#10'"( '#9
|
||||
+'c #786C57",'#10'"_ '#9'c #B2A790",'#10'": '#9'c #E2DACA",'#10'"< '#9'c #FBF'
|
||||
+'6EE",'#10'"[ '#9'c #03C0C0",'#10'"} '#9'c #F6F6F6",'#10'"| '#9'c #040404",'
|
||||
+#10'"1 '#9'c #DAC296",'#10'"2 '#9'c #7B6F5B",'#10'"3 '#9'c #0F8A84",'#10'"4 '
|
||||
+#9'c #03BCBC",'#10'"5 '#9'c #F6F5F5",'#10'"6 '#9'c #AA9E86",'#10'"7 '#9'c #D'
|
||||
+'ABE96",'#10'"8 '#9'c #F6F2E6",'#10'"9 '#9'c #FEFEFA",'#10'"0 '#9'c #FAF6F2"'
|
||||
+','#10'"a '#9'c #7F735F",'#10'"b '#9'c #DED6C6",'#10'"c '#9'c #04B7B7",'#10
|
||||
+'"d '#9'c #F2F2F0",'#10'"e '#9'c #A69A80",'#10'"f '#9'c #EEDEC2",'#10'"g '#9
|
||||
+'c #837763",'#10'"h '#9'c #DED6C2",'#10'"i '#9'c #04B3B3",'#10'"j '#9'c #F5F'
|
||||
+'1E9",'#10'"k '#9'c #A1957B",'#10'"l '#9'c #FAFAF2",'#10'"m '#9'c #867A67",'
|
||||
+#10'"n '#9'c #04AFAF",'#10'"o '#9'c #F1ECE2",'#10'"p '#9'c #A19377",'#10'"q '
|
||||
+#9'c #FAF2E2",'#10'"r '#9'c #FEFAF2",'#10'"s '#9'c #FAF6EE",'#10'"t '#9'c #8'
|
||||
+'A7E6B",'#10'"u '#9'c #05AAAA",'#10'"v '#9'c #F6F2EA",'#10'"w '#9'c #EEE6D5"'
|
||||
+','#10'"x '#9'c #9B8F74",'#10'"y '#9'c #FAF6EA",'#10'"z '#9'c #FAF2EA",'#10
|
||||
+'"A '#9'c #8E826F",'#10'"B '#9'c #05A6A6",'#10'"C '#9'c #A0937C",'#10'"D '#9
|
||||
+'c #F6F2E2",'#10'"E '#9'c #FAEEDE",'#10'"F '#9'c #EAE2CA",'#10'"G '#9'c #9B8'
|
||||
+'E72",'#10'"H '#9'c #918673",'#10'"I '#9'c #05A1A1",'#10'"J '#9'c #928673",'
|
||||
+#10'"K '#9'c #E6D6B6",'#10'"L '#9'c #F6EAD6",'#10'"M '#9'c #EADAC5",'#10'"N '
|
||||
+#9'c #9A8D71",'#10'"O '#9'c #9A927A",'#10'"P '#9'c #EEE2D2",'#10'"Q '#9'c #E'
|
||||
+'2D2BA",'#10'"R '#9'c #9A8A6E",'#10'"S '#9'c #F6EEDE",'#10'"T '#9'c #C2B69A"'
|
||||
+','#10'"U '#9'c #9E9276",'#10'"V '#9'c #AEA28A",'#10'"W '#9'c #C6BEAA",'#10
|
||||
+'"X '#9'c #DECEAE",'#10'"Y '#9'c #EAD6B2",'#10'"Z '#9'c #E2CEAE",'#10'"` '#9
|
||||
+'c #9A8A6A",'#10'" .'#9'c #EEE6D6",'#10'"..'#9'c #E7DECD",'#10'"+.'#9'c #B2A'
|
||||
+'68E",'#10'"@.'#9'c #C2B6A2",'#10'"#.'#9'c #D2C6AE",'#10'"$.'#9'c #D6C2A2",'
|
||||
+#10'"%.'#9'c #DECAA2",'#10'"&.'#9'c #968666",'#10'"*.'#9'c #D6BE92",'#10'"=.'
|
||||
+#9'c #A2967E",'#10'"-.'#9'c #AA9A7E",'#10'";.'#9'c #C6B69A",'#10'">.'#9'c #C'
|
||||
+'EBA92",'#10'",.'#9'c #9A8E72",'#10'"''.'#9'c #B2A27E",'#10'").'#9'c #8A7E62'
|
||||
+'",'#10'"!.'#9'c #928666",'#10'"~.'#9'c #7E7A62",'#10'"{.'#9'c #03A2A4",'#10
|
||||
+'"].'#9'c #527A6A",'#10'"^.'#9'c #567E72",'#10'"/.'#9'c #023236",'#10'"(.'#9
|
||||
+'c #063232",'#10'"_.'#9'c #022E2E",'#10'". + '
|
||||
+' ",'#10'". @ . ",'#10'". @ # '
|
||||
,'. . $ ",'#10'". % # & . . .'
|
||||
+' * = ",'#10'". - # & ; . . . * & > , ",'#10'"'
|
||||
+'. '' # & & & . . * & ) ) ! ~ . . . ",'#10'". { # & & & ; . . ] '
|
||||
+'^ ) ) / / ( _ : < . ",'#10'". [ # & & & & } | 1 ] ^ ) & & ! 2 _ : < 3 . "'
|
||||
+','#10'". 4 # & & & & 5 6 7 ] 8 ! ) 9 0 a _ b < 3 . ",'#10'". c # & & & & d '
|
||||
+'e 1 f ^ ! > ! ! g _ h < 3 . ",'#10'". i # & & & & j k 1 ] ^ l 0 0 0 m _ h <'
|
||||
+' 3 . ",'#10'". n # 9 / > 0 o p 7 ] q 0 r r s t _ h < 3 . ",'#10'". u # s s '
|
||||
+'s v w x 7 ] ^ y z s y A _ b < 3 . ",'#10'". B C q D E E F G 7 ] D z y z z H'
|
||||
+' _ b < 3 . ",'#10'". I J K L L L M N 7 ] ^ 8 ^ ^ ^ O _ b < 3 . ",'#10'" . '
|
||||
+'4 J K P f Q R 7 ] q S ^ T U V W b < 3 . ",'#10'" . 4 J X Y Z ` 7 f ...O'
|
||||
+' +.@.#.b * < 3 . ",'#10'" . 4 J $.%.&.*.] =.-.;.b * < < < < 3 . ",'#10
|
||||
+#2#7'OnClick'#7#22'ShowProjectButtonClick'#4'Left'#3#185#0#6'Height'#2'.'#3
|
||||
+'Top'#2#2#5'Width'#2'q'#0#0#11'TToolButton'#16'SelectUnitButton'#7'Caption'#6
|
||||
+#16'SelectUnitButton'#10'ImageIndex'#2#0#7'OnClick'#7#21'SelectUnitButtonCli'
|
||||
+'ck'#4'Left'#2#1#6'Height'#2'.'#3'Top'#2#2#5'Width'#2'c'#0#0#11'TToolButton'
|
||||
+#13'RefreshButton'#7'Caption'#6#13'RefreshButton'#10'ImageIndex'#2#1#7'OnCli'
|
||||
+'ck'#7#18'RefreshButtonClick'#4'Left'#2'd'#6'Height'#2'.'#3'Top'#2#2#5'Width'
|
||||
+#2'U'#0#0#0#9'TComboBox'#15'UnitHistoryList'#5'Align'#7#5'alTop'#16'AutoComp'
|
||||
+'leteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#20'Borde'
|
||||
+'rSpacing.Around'#2#6#9'MaxLength'#2#0#13'OnEditingDone'#7#26'UnitHistoryLis'
|
||||
+'tEditingDone'#8'TabOrder'#2#1#4'Text'#6#15'UnitHistoryList'#4'Left'#2#6#6'H'
|
||||
+'eight'#2#21#3'Top'#2'6'#5'Width'#3#132#1#0#0#7'TBitBtn'#11'CloseButton'#7'A'
|
||||
+'nchors'#11#7'akRight'#8'akBottom'#0#8'AutoSize'#9#20'BorderSpacing.Bottom'#2
|
||||
+#6#7'Caption'#6#6'&Close'#4'Kind'#7#7'bkClose'#9'NumGlyphs'#2#0#8'TabOrder'#2
|
||||
+#2#24'AnchorSideBottom.Control'#7#5'Owner'#21'AnchorSideBottom.Side'#7#9'asr'
|
||||
+'Bottom'#4'Left'#3'B'#1#6'Height'#2#28#3'Top'#3#10#1#5'Width'#2'E'#0#0#9'TTr'
|
||||
+'eeView'#12'UnitTreeView'#5'Align'#7#5'alTop'#7'Anchors'#11#5'akTop'#6'akLef'
|
||||
+'t'#7'akRight'#8'akBottom'#0#20'BorderSpacing.Bottom'#2#6#17'DefaultItemHeig'
|
||||
+'ht'#2#22#6'Images'#7#16'SrcTypeImageList'#8'TabOrder'#2#3#24'OnAdvancedCust'
|
||||
+'omDrawItem'#7'"UnitTreeViewAdvancedCustomDrawItem'#12'OnCollapsing'#7#22'Un'
|
||||
+'itTreeViewCollapsing'#11'OnExpanding'#7#21'UnitTreeViewExpanding'#11'OnMous'
|
||||
+'eDown'#7#21'UnitTreeViewMouseDown'#24'AnchorSideBottom.Control'#7#11'CloseB'
|
||||
+'utton'#6'Height'#3#179#0#3'Top'#2'Q'#5'Width'#3#144#1#0#0#10'TImageList'#16
|
||||
+'SrcTypeImageList'#6'Height'#2#22#5'Width'#2#22#4'left'#2'X'#3'top'#2#8#6'Bi'
|
||||
+'tmap'#10#208'V'#0#0'li'#9#0#0#0#22#0#0#0#22#0#0#0#172#2#0#0'/* XPM */'#10's'
|
||||
+'tatic char * srctype_unknown_22x22_xpm[] = {'#10'"22 22 3 1",'#10'" '#9'c N'
|
||||
+'one",'#10'".'#9'c #000000",'#10'"+'#9'c #000080",'#10'" '
|
||||
+' ",'#10'" ",'#10'" ",'#10'" '
|
||||
+' ....... ",'#10'" .++...++.. ",'#10'" .++. .+++. '
|
||||
+' ",'#10'" .+. .++. ",'#10'" .++. .++. ",'#10'" '
|
||||
+' .++. .++. ",'#10'" .. .++. ",'#10'" .++. '
|
||||
+' ",'#10'" .++. ",'#10'" .++. ",'#10'" '
|
||||
+' .++. ",'#10'" .++. ",'#10'" .. '
|
||||
+' ",'#10'" ",'#10'" .. ",'#10'" '
|
||||
+' .++. ",'#10'" .. ",'#10'" '
|
||||
+' ",'#10'" "};'#10#249#6#0#0'/* XPM */'#10'static char'
|
||||
+' * srctype_unit_22x22_xpm[] = {'#10'"21 19 83 1",'#10'" '#9'c None",'#10'".'
|
||||
+#9'c #000000",'#10'"+'#9'c #388785",'#10'"@'#9'c #308280",'#10'"#'#9'c #5296'
|
||||
+'95",'#10'"$'#9'c #49918F",'#10'"%'#9'c #3F8A89",'#10'"&'#9'c #368584",'#10
|
||||
+'"*'#9'c #2D807E",'#10'"='#9'c #69A4A2",'#10'"-'#9'c #62A09E",'#10'";'#9'c #'
|
||||
+'5B9B9A",'#10'">'#9'c #519594",'#10'",'#9'c #468F8D",'#10'"'''#9'c #3B8887",'
|
||||
+#10'")'#9'c #328381",'#10'"!'#9'c #287D7B",'#10'"~'#9'c #76ACAB",'#10'"{'#9
|
||||
+'c #72A9A8",'#10'"]'#9'c #6AA4A3",'#10'"^'#9'c #619F9D",'#10'"/'#9'c #569897'
|
||||
+'",'#10'"('#9'c #4B9290",'#10'"_'#9'c #3F8B89",'#10'":'#9'c #358583",'#10'"<'
|
||||
+#9'c #2B7F7D",'#10'"['#9'c #217977",'#10'"}'#9'c #72AAA8",'#10'"|'#9'c #78AD'
|
||||
+'AC",'#10'"1'#9'c #7EB0AF",'#10'"2'#9'c #80B2B1",'#10'"3'#9'c #7BAEAD",'#10
|
||||
+'"4'#9'c #70A8A7",'#10'"5'#9'c #66A2A0",'#10'"6'#9'c #5A9B99",'#10'"7'#9'c #'
|
||||
+'4E9492",'#10'"8'#9'c #428D8B",'#10'"9'#9'c #237A78",'#10'"0'#9'c #197472",'
|
||||
+#10'"a'#9'c #A0C5C4",'#10'"b'#9'c #7DB0AF",'#10'"c'#9'c #7AAEAD",'#10'"d'#9
|
||||
+'c #82B3B2",'#10'"e'#9'c #89B7B6",'#10'"f'#9'c #7EB1B0",'#10'"g'#9'c #73AAA9'
|
||||
+'",'#10'"h'#9'c #68A3A1",'#10'"i'#9'c #5A9B9A",'#10'"j'#9'c #4F9493",'#10'"k'
|
||||
+#9'c #438D8C",'#10'"l'#9'c #2E817F",'#10'"m'#9'c #247B79",'#10'"n'#9'c #0F6E'
|
||||
+'6C",'#10'"o'#9'c #277C7B",'#10'"p'#9'c #7FB1B0",'#10'"q'#9'c #65A2A0",'#10
|
||||
+'"r'#9'c #599B99",'#10'"s'#9'c #046765",'#10'"t'#9'c #0E6D6B",'#10'"u'#9'c #'
|
||||
+'75ABAA",'#10'"v'#9'c #69A4A3",'#10'"w'#9'c #609F9D",'#10'"x'#9'c #559897",'
|
||||
,#10'"y'#9'c #4A918F",'#10'"z'#9'c #177371",'#10'"A'#9'c #0D6D6B",'#10'"B'#9
|
||||
+'c #036765",'#10'"C'#9'c #026664",'#10'"D'#9'c #66A3A1",'#10'"E'#9'c #599A99'
|
||||
+'",'#10'"F'#9'c #448E8C",'#10'"G'#9'c #1F7876",'#10'"H'#9'c #157270",'#10'"I'
|
||||
+#9'c #0B6C6A",'#10'"J'#9'c #3E8A89",'#10'"K'#9'c #1B7573",'#10'"L'#9'c #116F'
|
||||
+'6D",'#10'"M'#9'c #B3B3B3",'#10'"N'#9'c #458E8C",'#10'"O'#9'c #FFFFFF",'#10
|
||||
+'"P'#9'c #297E7C",'#10'"Q'#9'c #CBCBCB",'#10'"R'#9'c #8E8E8E",'#10'" '
|
||||
+' .. ",'#10'" ..+@. ",'#10'" ..#$%&*. ",'
|
||||
+#10'" ..=-;>,'')!. ",'#10'" ..~~{]^/(_:<[. ",'#10'" ..}|1234567'
|
||||
+'8+*90. ",'#10'"..abcdefghijk+lm0n. ",'#10'".o.abbpc4qr78+*90ns. ",'#10'"'
|
||||
+'.to.abu4vwxy_:<[zABC.",'#10'".Cto.abDwEjF'')!GHIC..",'#10'" .Cto.ab/j,J&*mK'
|
||||
+'L..M ",'#10'" .Cto.abNJ+@!G..OOM ",'#10'" .Cto.ab&@P..OOOOM.",'#10'" '
|
||||
+'.Cto.ab..OOOOQR..",'#10'" .Cto..OOOOQR.. ",'#10'" .Ct.OOOQR.. '
|
||||
+'",'#10'" .C.OQR.. ",'#10'" ..R.. ",'#10'" '
|
||||
+'.. "};'#10#197#16#0#0'/* XPM */'#10'static char * srctype_program_'
|
||||
+'22x22_xpm[] = {'#10'"22 22 198 2",'#10'" '#9'c None",'#10'". '#9'c #281E28'
|
||||
+'",'#10'"+ '#9'c #281D28",'#10'"@ '#9'c #463E48",'#10'"# '#9'c #463F48",'#10
|
||||
+'"$ '#9'c #2B202B",'#10'"% '#9'c #574257",'#10'"& '#9'c #604B61",'#10'"* '#9
|
||||
+'c #362936",'#10'"= '#9'c #433945",'#10'"- '#9'c #4A404C",'#10'"; '#9'c #837'
|
||||
+'888",'#10'"> '#9'c #837989",'#10'", '#9'c #616467",'#10'"'' '#9'c #2E222E",'
|
||||
+#10'") '#9'c #5C475C",'#10'"! '#9'c #675268",'#10'"~ '#9'c #6F5D71",'#10'"{ '
|
||||
+#9'c #756478",'#10'"] '#9'c #7C6D80",'#10'"^ '#9'c #8B8491",'#10'"/ '#9'c #8'
|
||||
+'9818F",'#10'"( '#9'c #CDD4D2",'#10'"_ '#9'c #606265",'#10'": '#9'c #191219"'
|
||||
+','#10'"< '#9'c #231A23",'#10'"[ '#9'c #2F232F",'#10'"} '#9'c #533E53",'#10
|
||||
+'"| '#9'c #554155",'#10'"1 '#9'c #5D485E",'#10'"2 '#9'c #69556A",'#10'"3 '#9
|
||||
+'c #77667A",'#10'"4 '#9'c #857B8A",'#10'"5 '#9'c #8B8592",'#10'"6 '#9'c #8F8'
|
||||
+'B96",'#10'"7 '#9'c #918E99",'#10'"8 '#9'c #CCD2D0",'#10'"9 '#9'c #8F8A96",'
|
||||
+#10'"0 '#9'c #413541",'#10'"a '#9'c #1C141C",'#10'"b '#9'c #463346",'#10'"c '
|
||||
+#9'c #543F54",'#10'"d '#9'c #433143",'#10'"e '#9'c #78677B",'#10'"f '#9'c #B'
|
||||
+'BC3C2",'#10'"g '#9'c #DADFDD",'#10'"h '#9'c #D2D9D7",'#10'"i '#9'c #B2B8B9"'
|
||||
+','#10'"j '#9'c #8C8692",'#10'"k '#9'c #9898A0",'#10'"l '#9'c #9D9FA5",'#10
|
||||
+'"m '#9'c #A7ACAF",'#10'"n '#9'c #3B2A3B",'#10'"o '#9'c #A6ABAE",'#10'"p '#9
|
||||
+'c #DCE2E0",'#10'"q '#9'c #ABB1B3",'#10'"r '#9'c #96959E",'#10'"s '#9'c #9FA'
|
||||
+'2A7",'#10'"t '#9'c #9A9BA2",'#10'"u '#9'c #9EA0A6",'#10'"v '#9'c #A4A8AC",'
|
||||
+#10'"w '#9'c #A9AFB2",'#10'"x '#9'c #B8C0BF",'#10'"y '#9'c #D3DAD8",'#10'"z '
|
||||
+#9'c #777777",'#10'"A '#9'c #352835",'#10'"B '#9'c #473447",'#10'"C '#9'c #B'
|
||||
+'4BABA",'#10'"D '#9'c #CAD0CE",'#10'"E '#9'c #999AA1",'#10'"F '#9'c #877E8C"'
|
||||
+','#10'"G '#9'c #766579",'#10'"H '#9'c #5F4A60",'#10'"I '#9'c #000000",'#10
|
||||
+'"J '#9'c #A5AAAE",'#10'"K '#9'c #ACB2B4",'#10'"L '#9'c #B5BBBB",'#10'"M '#9
|
||||
+'c #C2CAC8",'#10'"N '#9'c #C7CECC",'#10'"O '#9'c #504F53",'#10'"P '#9'c #372'
|
||||
+'A37",'#10'"Q '#9'c #5B465B",'#10'"R '#9'c #D6DBDA",'#10'"S '#9'c #675369",'
|
||||
+#10'"T '#9'c #201720",'#10'"U '#9'c #040204",'#10'"V '#9'c #626567",'#10'"W '
|
||||
+#9'c #ADB4B6",'#10'"X '#9'c #B5BCBC",'#10'"Y '#9'c #BAC2C1",'#10'"Z '#9'c #C'
|
||||
+'0C8C7",'#10'"` '#9'c #D4DBD9",'#10'" .'#9'c #56545B",'#10'"..'#9'c #665167"'
|
||||
+','#10'"+.'#9'c #5A455A",'#10'"@.'#9'c #CFD6D4",'#10'"#.'#9'c #A3A7AB",'#10
|
||||
+'"$.'#9'c #171117",'#10'"%.'#9'c #686B6D",'#10'"&.'#9'c #C6CDCC",'#10'"*.'#9
|
||||
+'c #D1D8D6",'#10'"=.'#9'c #BDC5C4",'#10'"-.'#9'c #93919B",'#10'";.'#9'c #211'
|
||||
+'721",'#10'">.'#9'c #342734",'#10'",.'#9'c #6D5B6F",'#10'"''.'#9'c #7B6B7E",'
|
||||
+#10'").'#9'c #918D98",'#10'"!.'#9'c #715F73",'#10'"~.'#9'c #1A131A",'#10'"{.'
|
||||
+#9'c #6D7272",'#10'"].'#9'c #BFC7C6",'#10'"^.'#9'c #97979F",'#10'"/.'#9'c #2'
|
||||
+'61C26",'#10'"(.'#9'c #372B37",'#10'"_.'#9'c #716075",'#10'":.'#9'c #756377"'
|
||||
+','#10'"<.'#9'c #94929B",'#10'"[.'#9'c #BCC4C3",'#10'"}.'#9'c #847A89",'#10
|
||||
+'"|.'#9'c #312531",'#10'"1.'#9'c #6E7373",'#10'"2.'#9'c #9EA1A7",'#10'"3.'#9
|
||||
+'c #8A8390",'#10'"4.'#9'c #79697C",'#10'"5.'#9'c #655066",'#10'"6.'#9'c #1C1'
|
||||
+'31B",'#10'"7.'#9'c #5B5D60",'#10'"8.'#9'c #827787",'#10'"9.'#9'c #7D6F81",'
|
||||
+#10'"0.'#9'c #C5CCCB",'#10'"a.'#9'c #7B6C7F",'#10'"b.'#9'c #171017",'#10'"c.'
|
||||
+#9'c #D0D7D5",'#10'"d.'#9'c #DBE1DF",'#10'"e.'#9'c #453245",'#10'"f.'#9'c #0'
|
||||
+'60406",'#10'"g.'#9'c #4E4751",'#10'"h.'#9'c #8D8793",'#10'"i.'#9'c #A1A5AA"'
|
||||
+','#10'"j.'#9'c #CCD3D1",'#10'"k.'#9'c #EEF0F0",'#10'"l.'#9'c #78687C",'#10
|
||||
+'"m.'#9'c #412F41",'#10'"n.'#9'c #514C55",'#10'"o.'#9'c #9B9CA3",'#10'"p.'#9
|
||||
+'c #A4A9AD",'#10'"q.'#9'c #4D474F",'#10'"r.'#9'c #6D7171",'#10'"s.'#9'c #707'
|
||||
+'474",'#10'"t.'#9'c #C4CCCA",'#10'"u.'#9'c #CBD1CF",'#10'"v.'#9'c #E2E6E5",'
|
||||
+#10'"w.'#9'c #FFFFFF",'#10'"x.'#9'c #C3CBC9",'#10'"y.'#9'c #68546A",'#10'"z.'
|
||||
+#9'c #020102",'#10'"A.'#9'c #56535A",'#10'"B.'#9'c #A2A6AB",'#10'"C.'#9'c #A'
|
||||
+'AB0B2",'#10'"D.'#9'c #E6E9E7",'#10'"E.'#9'c #F1F3F2",'#10'"F.'#9'c #504A53"'
|
||||
,','#10'"G.'#9'c #49484D",'#10'"H.'#9'c #B0B6B7",'#10'"I.'#9'c #B6BEBE",'#10
|
||||
+'"J.'#9'c #E1E6E4",'#10'"K.'#9'c #F4F6F5",'#10'"L.'#9'c #FAFAFA",'#10'"M.'#9
|
||||
+'c #9999A1",'#10'"N.'#9'c #2A202A",'#10'"O.'#9'c #5C5C61",'#10'"P.'#9'c #B9C'
|
||||
+'1C0",'#10'"Q.'#9'c #C8CFCD",'#10'"R.'#9'c #DBE0DE",'#10'"S.'#9'c #A8AEB1",'
|
||||
+#10'"T.'#9'c #DFE4E2",'#10'"U.'#9'c #908C97",'#10'"V.'#9'c #322532",'#10'"W.'
|
||||
+#9'c #9C9EA4",'#10'"X.'#9'c #7A6A7D",'#10'"Y.'#9'c #4A414D",'#10'"Z.'#9'c #3'
|
||||
+'C2B3C",'#10'"`.'#9'c #999999",'#10'" +'#9'c #EBEEED",'#10'".+'#9'c #6E5C70"'
|
||||
+','#10'"++'#9'c #070407",'#10'"@+'#9'c #0C080C",'#10'"#+'#9'c #332733",'#10
|
||||
+'"$+'#9'c #7E8281",'#10'"%+'#9'c #97969E",'#10'"&+'#9'c #555158",'#10'"*+'#9
|
||||
+'c #8D8894",'#10'"=+'#9'c #634E64",'#10'"-+'#9'c #040304",'#10'";+'#9'c #1F1'
|
||||
+'61F",'#10'">+'#9'c #251B25",'#10'",+'#9'c #181118",'#10'" '
|
||||
+'. + @ # ",'#10'" $ % & * = - ; > , '
|
||||
+' ",'#10'" '' ) ! ~ { ] > ^ / ( _ ",'#10'" : <'
|
||||
+' [ } | 1 2 3 4 5 6 7 8 9 0 ",'#10'" a b c d e f g h i j 6 k l m '
|
||||
+'7 + ",'#10'" + c n o p q r j j s t u v w x y z ",'#10'" '
|
||||
+' A B C D E F G H + I C J K L f M N O ",'#10'" P Q > R k ; S T U V '
|
||||
+'W X Y Z ` 8 . ",'#10'" A ..+.@.#.4 ..$. %.X Y &.y *.=.-.;.",'#10
|
||||
+'">.2 ,.''.h ).!.~. {.=.N y ].J ^.6 /.",'#10'"(._.:.<.[.}.|. '
|
||||
+' 1.=.N y =.2.3.4.5.6.",'#10'"7._.8.9.0.a.b. 1.=.D c.d.J / ~ e.f. '
|
||||
+'",'#10'" g.F h.i.9.I 1.Z j.@.g k.l l.m.I ",'#10'" n.6 r o.p.q. '
|
||||
+' r.s.t.u.c.g v.w.x.y.z. ",'#10'" A.r o.B.C.x r.f t.8 R p D.E.w.( F. '
|
||||
+' ",'#10'"G.^.t B.q H.I.[.N @.p J.K.L.w.[.o M.N. ",'#10'" O.[.t.x'
|
||||
+' P.].Q.c.R.=.S.p.T.&.J U.''.V. ",'#10'" %.k <.u.Q.@.J.f W.3.a.e ^.^'
|
||||
+'.X.| f. ",'#10'" Y.Z.`.g +R #.^ .+b ++@+'' #+z. ",'#10'" '
|
||||
+' I $+&.P.%+e m.I ",'#10'" &+7 *+=+-+'
|
||||
+' ",'#10'" ;+>+,+ "};'
|
||||
+#10#165#11#0#0'/* XPM */'#10'static char * srctype_library_22x22_xpm[] = {'
|
||||
+#10'"22 22 116 2",'#10'" '#9'c None",'#10'". '#9'c #020202",'#10'"+ '#9'c #'
|
||||
+'023636",'#10'"@ '#9'c #01D6D6",'#10'"# '#9'c #A4977F",'#10'"$ '#9'c #1E1E1E'
|
||||
+'",'#10'"% '#9'c #02D1D1",'#10'"& '#9'c #FEFEFE",'#10'"* '#9'c #F0E8D9",'#10
|
||||
+'"= '#9'c #6C604B",'#10'"- '#9'c #02CDCD",'#10'"; '#9'c #FAFAFA",'#10'"> '#9
|
||||
+'c #FEFAF6",'#10'", '#9'c #70644F",'#10'"'' '#9'c #02C8C8",'#10'") '#9'c #FD'
|
||||
+'FDFC",'#10'"! '#9'c #FAFAF6",'#10'"~ '#9'c #746853",'#10'"{ '#9'c #03C4C4",'
|
||||
+#10'"] '#9'c #F2DEC2",'#10'"^ '#9'c #FAF2E6",'#10'"/ '#9'c #FEFAFA",'#10'"( '
|
||||
+#9'c #786C57",'#10'"_ '#9'c #B2A790",'#10'": '#9'c #E2DACA",'#10'"< '#9'c #F'
|
||||
+'BF6EE",'#10'"[ '#9'c #03C0C0",'#10'"} '#9'c #F6F6F6",'#10'"| '#9'c #040404"'
|
||||
+','#10'"1 '#9'c #DAC296",'#10'"2 '#9'c #7B6F5B",'#10'"3 '#9'c #0F8A84",'#10
|
||||
+'"4 '#9'c #03BCBC",'#10'"5 '#9'c #F6F5F5",'#10'"6 '#9'c #AA9E86",'#10'"7 '#9
|
||||
+'c #DABE96",'#10'"8 '#9'c #F6F2E6",'#10'"9 '#9'c #FEFEFA",'#10'"0 '#9'c #FAF'
|
||||
+'6F2",'#10'"a '#9'c #7F735F",'#10'"b '#9'c #DED6C6",'#10'"c '#9'c #04B7B7",'
|
||||
+#10'"d '#9'c #F2F2F0",'#10'"e '#9'c #A69A80",'#10'"f '#9'c #EEDEC2",'#10'"g '
|
||||
+#9'c #837763",'#10'"h '#9'c #DED6C2",'#10'"i '#9'c #04B3B3",'#10'"j '#9'c #F'
|
||||
+'5F1E9",'#10'"k '#9'c #A1957B",'#10'"l '#9'c #FAFAF2",'#10'"m '#9'c #867A67"'
|
||||
+','#10'"n '#9'c #04AFAF",'#10'"o '#9'c #F1ECE2",'#10'"p '#9'c #A19377",'#10
|
||||
+'"q '#9'c #FAF2E2",'#10'"r '#9'c #FEFAF2",'#10'"s '#9'c #FAF6EE",'#10'"t '#9
|
||||
+'c #8A7E6B",'#10'"u '#9'c #05AAAA",'#10'"v '#9'c #F6F2EA",'#10'"w '#9'c #EEE'
|
||||
+'6D5",'#10'"x '#9'c #9B8F74",'#10'"y '#9'c #FAF6EA",'#10'"z '#9'c #FAF2EA",'
|
||||
+#10'"A '#9'c #8E826F",'#10'"B '#9'c #05A6A6",'#10'"C '#9'c #A0937C",'#10'"D '
|
||||
+#9'c #F6F2E2",'#10'"E '#9'c #FAEEDE",'#10'"F '#9'c #EAE2CA",'#10'"G '#9'c #9'
|
||||
+'B8E72",'#10'"H '#9'c #918673",'#10'"I '#9'c #05A1A1",'#10'"J '#9'c #928673"'
|
||||
+','#10'"K '#9'c #E6D6B6",'#10'"L '#9'c #F6EAD6",'#10'"M '#9'c #EADAC5",'#10
|
||||
+'"N '#9'c #9A8D71",'#10'"O '#9'c #9A927A",'#10'"P '#9'c #EEE2D2",'#10'"Q '#9
|
||||
+'c #E2D2BA",'#10'"R '#9'c #9A8A6E",'#10'"S '#9'c #F6EEDE",'#10'"T '#9'c #C2B'
|
||||
+'69A",'#10'"U '#9'c #9E9276",'#10'"V '#9'c #AEA28A",'#10'"W '#9'c #C6BEAA",'
|
||||
+#10'"X '#9'c #DECEAE",'#10'"Y '#9'c #EAD6B2",'#10'"Z '#9'c #E2CEAE",'#10'"` '
|
||||
+#9'c #9A8A6A",'#10'" .'#9'c #EEE6D6",'#10'"..'#9'c #E7DECD",'#10'"+.'#9'c #B'
|
||||
+'2A68E",'#10'"@.'#9'c #C2B6A2",'#10'"#.'#9'c #D2C6AE",'#10'"$.'#9'c #D6C2A2"'
|
||||
+','#10'"%.'#9'c #DECAA2",'#10'"&.'#9'c #968666",'#10'"*.'#9'c #D6BE92",'#10
|
||||
+'"=.'#9'c #A2967E",'#10'"-.'#9'c #AA9A7E",'#10'";.'#9'c #C6B69A",'#10'">.'#9
|
||||
+'c #CEBA92",'#10'",.'#9'c #9A8E72",'#10'"''.'#9'c #B2A27E",'#10'").'#9'c #8A'
|
||||
+'7E62",'#10'"!.'#9'c #928666",'#10'"~.'#9'c #7E7A62",'#10'"{.'#9'c #03A2A4",'
|
||||
+#10'"].'#9'c #527A6A",'#10'"^.'#9'c #567E72",'#10'"/.'#9'c #023236",'#10'"(.'
|
||||
+#9'c #063232",'#10'"_.'#9'c #022E2E",'#10'". + '
|
||||
+' ",'#10'". @ . ",'#10'". @ '
|
||||
,'# . . $ ",'#10'". % # & . .'
|
||||
+' . * = ",'#10'". - # & ; . . . * & > , ",'#10
|
||||
+'". '' # & & & . . * & ) ) ! ~ . . . ",'#10'". { # & & & ; . . ]'
|
||||
+' ^ ) ) / / ( _ : < . ",'#10'". [ # & & & & } | 1 ] ^ ) & & ! 2 _ : < 3 . '
|
||||
+'",'#10'". 4 # & & & & 5 6 7 ] 8 ! ) 9 0 a _ b < 3 . ",'#10'". c # & & & & d'
|
||||
+' e 1 f ^ ! > ! ! g _ h < 3 . ",'#10'". i # & & & & j k 1 ] ^ l 0 0 0 m _ h '
|
||||
+'< 3 . ",'#10'". n # 9 / > 0 o p 7 ] q 0 r r s t _ h < 3 . ",'#10'". u # s s'
|
||||
+' s v w x 7 ] ^ y z s y A _ b < 3 . ",'#10'". B C q D E E F G 7 ] D z y z z '
|
||||
+'H _ b < 3 . ",'#10'". I J K L L L M N 7 ] ^ 8 ^ ^ ^ O _ b < 3 . ",'#10'" .'
|
||||
+' 4 J K P f Q R 7 ] q S ^ T U V W b < 3 . ",'#10'" . 4 J X Y Z ` 7 f ...'
|
||||
+'O +.@.#.b * < 3 . ",'#10'" . 4 J $.%.&.*.] =.-.;.b * < < < < 3 . ",'#10
|
||||
+'" . 4 J >.&.1 ,.''.#.* * * * * * K 3 . ",'#10'" . 4 J ).!.~'
|
||||
+'.{.{.{.{.{.{.{.{.{.{.. ",'#10'" . 4 ].^.4 . . . . . . . . . . . '
|
||||
+'",'#10'" /.(.(._. "};'#10#225#17#0#0'/* X'
|
||||
|
@ -427,6 +427,7 @@ begin
|
||||
SelectUnitButton.Caption:=dlgUnitDepBrowse;
|
||||
RefreshButton.Caption:=dlgUnitDepRefresh;
|
||||
ShowProjectButton.Caption:=dlgEnvProject;
|
||||
CloseButton.Caption:=lisClose;
|
||||
end;
|
||||
|
||||
destructor TUnitDependenciesView.Destroy;
|
||||
|
Loading…
Reference in New Issue
Block a user