Skip to content

Commit

Permalink
Always show forms in taskbar
Browse files Browse the repository at this point in the history
  • Loading branch information
ollydev committed Dec 28, 2023
1 parent b4d4041 commit 71ab1d2
Show file tree
Hide file tree
Showing 13 changed files with 37 additions and 26 deletions.
3 changes: 2 additions & 1 deletion Source/forms/simba.colorpickerhistoryform.lfm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ object SimbaColorPickerHistoryForm: TSimbaColorPickerHistoryForm
DesignTimePPI = 120
OnCreate = FormCreate
OnDestroy = FormDestroy
LCLVersion = '3.0.0.2'
ShowInTaskBar = stAlways
LCLVersion = '3.0.0.3'
object ColorListBox: TColorListBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
Expand Down
3 changes: 2 additions & 1 deletion Source/forms/simba.debugimageform.lfm
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ object SimbaDebugImageForm: TSimbaDebugImageForm
KeyPreview = True
OnCreate = FormCreate
Position = poMainFormCenter
LCLVersion = '2.2.2.0'
ShowInTaskBar = stAlways
LCLVersion = '3.0.0.3'
end
3 changes: 2 additions & 1 deletion Source/forms/simba.downloadsimbaform.lfm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ object SimbaDownloadSimbaForm: TSimbaDownloadSimbaForm
OnResize = FormResize
OnShow = FormShow
Position = poMainFormCenter
LCLVersion = '3.0.0.1'
ShowInTaskBar = stAlways
LCLVersion = '3.0.0.3'
object Panel1: TPanel
Left = 0
Height = 240
Expand Down
4 changes: 2 additions & 2 deletions Source/forms/simba.downloadsimbaform.pas
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
License: GNU General Public License (https://www.gnu.org/licenses/gpl-3.0)
--------------------------------------------------------------------------
A awfully simple downloader that parses the README here `https://github.com/Villavu/Simba-Build-Archive`
to download different version to test.
Very simple downloader that parses the README here `https://github.com/Villavu/Simba-Build-Archive`
to quickly download different version to test.
}
unit simba.downloadsimbaform;

Expand Down
3 changes: 2 additions & 1 deletion Source/forms/simba.filebrowserform.lfm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ object SimbaFileBrowserForm: TSimbaFileBrowserForm
Width = 1824
Caption = 'File Browser'
DesignTimePPI = 120
LCLVersion = '3.0.0.1'
ShowInTaskBar = stAlways
LCLVersion = '3.0.0.3'
object Popup: TPopupMenu
Images = SimbaForm.Images
OnMeasureItem = PopupMeasureItem
Expand Down
9 changes: 5 additions & 4 deletions Source/forms/simba.findinfilesform.lfm
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ object SimbaFindInFilesForm: TSimbaFindInFilesForm
Top = 380
Width = 750
Caption = 'Find in Files'
ClientHeight = 0
ClientWidth = 0
ClientHeight = 332
ClientWidth = 750
DesignTimePPI = 120
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
Position = poMainFormCenter
LCLVersion = '3.0.0.1'
ShowInTaskBar = stAlways
LCLVersion = '3.0.0.3'
object PanelMatches: TPanel
Left = 12
Height = 167
Expand All @@ -28,7 +29,7 @@ object SimbaFindInFilesForm: TSimbaFindInFilesForm
TabOrder = 0
object MatchesLabel: TLabel
Left = 0
Height = 20
Height = 25
Top = 22
Width = 726
Align = alTop
Expand Down
3 changes: 2 additions & 1 deletion Source/forms/simba.functionlistform.lfm
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ object SimbaFunctionListForm: TSimbaFunctionListForm
Width = 765
Caption = 'Function List'
DesignTimePPI = 120
LCLVersion = '3.0.0.1'
ShowInTaskBar = stAlways
LCLVersion = '3.0.0.3'
end
3 changes: 2 additions & 1 deletion Source/forms/simba.notesform.lfm
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ object SimbaNotesForm: TSimbaNotesForm
Font.CharSet = ANSI_CHARSET
OnCreate = FormCreate
OnDestroy = FormDestroy
LCLVersion = '2.2.4.0'
ShowInTaskBar = stAlways
LCLVersion = '3.0.0.3'
end
3 changes: 2 additions & 1 deletion Source/forms/simba.outputform.lfm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ object SimbaOutputForm: TSimbaOutputForm
OnMouseDown = FormMouseDown
OnMouseLeave = FormMouseLeave
OnMouseMove = FormMouseMove
LCLVersion = '3.0.0.2'
ShowInTaskBar = stAlways
LCLVersion = '3.0.0.3'
object ContextMenu: TPopupMenu
OnMeasureItem = ContextMenuMeasureItem
Left = 40
Expand Down
3 changes: 2 additions & 1 deletion Source/forms/simba.scripttabsform.lfm
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ object SimbaScriptTabsForm: TSimbaScriptTabsForm
OnMouseLeave = FormMouseLeave
OnMouseMove = FormMouseMove
OnMouseUp = FormMouseUp
LCLVersion = '3.0.0.2'
ShowInTaskBar = stAlways
LCLVersion = '3.0.0.3'
object FindPanel: TPanel
Left = 0
Height = 0
Expand Down
14 changes: 7 additions & 7 deletions Source/forms/simba.settingsform.lfm
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ object SimbaSettingsForm: TSimbaSettingsForm
DesignTimePPI = 120
OnShow = FormShow
Position = poMainFormCenter
LCLVersion = '3.0.0.1'
ShowInTaskBar = stAlways
LCLVersion = '3.0.0.3'
object TreeView: TTreeView
Left = 0
Height = 571
Height = 566
Top = 0
Width = 200
Align = alLeft
Expand All @@ -21,14 +22,13 @@ object SimbaSettingsForm: TSimbaSettingsForm
ReadOnly = True
ScrollBars = ssAutoBoth
ShowRoot = False
ShowSeparators = False
TabOrder = 0
OnSelectionChanged = TreeViewSelectionChanged
Options = [tvoAutoExpand, tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoToolTips, tvoThemedDraw]
end
object Notebook: TNotebook
Left = 212
Height = 561
Height = 556
Top = 10
Width = 533
Align = alClient
Expand All @@ -39,8 +39,8 @@ object SimbaSettingsForm: TSimbaSettingsForm
end
object ButtonPanel: TButtonPanel
Left = 8
Height = 38
Top = 579
Height = 43
Top = 574
Width = 734
BorderSpacing.Around = 8
OKButton.Name = 'OKButton'
Expand All @@ -57,7 +57,7 @@ object SimbaSettingsForm: TSimbaSettingsForm
end
object Splitter: TSplitter
Left = 201
Height = 571
Height = 566
Top = 0
Width = 6
end
Expand Down
3 changes: 2 additions & 1 deletion Source/forms/simba.shapeboxform.lfm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ object SimbaShapeBoxForm: TSimbaShapeBoxForm
OnHide = FormHide
OnShow = FormShow
Position = poScreenCenter
LCLVersion = '2.2.2.0'
ShowInTaskBar = stAlways
LCLVersion = '3.0.0.3'
object MainMenu1: TMainMenu
Left = 70
Top = 63
Expand Down
9 changes: 5 additions & 4 deletions Source/forms/simba.showdeclarationform.lfm
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ object ShowDeclarationForm: TShowDeclarationForm
ClientWidth = 700
DesignTimePPI = 120
Position = poMainFormCenter
LCLVersion = '2.2.4.0'
ShowInTaskBar = stAlways
LCLVersion = '3.0.0.3'
object Grid: TStringGrid
Left = 0
Height = 396
Height = 391
Top = 0
Width = 700
Align = alClient
Expand Down Expand Up @@ -55,8 +56,8 @@ object ShowDeclarationForm: TShowDeclarationForm
end
object ButtonPanel: TButtonPanel
Left = 8
Height = 38
Top = 404
Height = 43
Top = 399
Width = 684
BorderSpacing.Around = 8
OKButton.Name = 'OKButton'
Expand Down

0 comments on commit 71ab1d2

Please sign in to comment.