Move non-visual components so they do not hide controls in the form designer

This commit is contained in:
Ansgar Becker
2013-10-07 17:20:59 +00:00
parent 5e4fdfe803
commit fad0b5de50

View File

@ -1965,8 +1965,8 @@ object MainForm: TMainForm
end end
object MainMenu1: TMainMenu object MainMenu1: TMainMenu
AutoHotkeys = maManual AutoHotkeys = maManual
Left = 40 Left = 424
Top = 32 Top = 152
object File1: TMenuItem object File1: TMenuItem
Caption = '&File' Caption = '&File'
Hint = 'File related commands' Hint = 'File related commands'
@ -2162,8 +2162,8 @@ object MainForm: TMainForm
end end
object ActionList1: TActionList object ActionList1: TActionList
Images = ImageListMain Images = ImageListMain
Left = 8 Left = 424
Top = 32 Top = 104
object actSessionManager: TAction object actSessionManager: TAction
Category = 'File' Category = 'File'
Caption = 'Session manager' Caption = 'Session manager'
@ -2910,14 +2910,14 @@ object MainForm: TMainForm
AutoHotkeys = maManual AutoHotkeys = maManual
Images = ImageListMain Images = ImageListMain
OnPopup = menuConnectionsPopup OnPopup = menuConnectionsPopup
Left = 72 Left = 344
Top = 32 Top = 200
end end
object ImageListMain: TImageList object ImageListMain: TImageList
ColorDepth = cd32Bit ColorDepth = cd32Bit
DrawingStyle = dsTransparent DrawingStyle = dsTransparent
Left = 104 Left = 504
Top = 160 Top = 104
Bitmap = { Bitmap = {
494C0101B7005001E40210001000FFFFFFFF2110FFFFFFFFFFFFFFFF424D3600 494C0101B7005001E40210001000FFFFFFFF2110FFFFFFFFFFFFFFFF424D3600
000000000000360000002800000040000000E0020000010020000000000000E0 000000000000360000002800000040000000E0020000010020000000000000E0
@ -9000,14 +9000,14 @@ object MainForm: TMainForm
end end
object PopupQueryLoad: TPopupMenu object PopupQueryLoad: TPopupMenu
OnPopup = PopupQueryLoadPopup OnPopup = PopupQueryLoadPopup
Left = 104 Left = 272
Top = 32 Top = 104
end end
object popupDB: TPopupMenu object popupDB: TPopupMenu
Images = ImageListMain Images = ImageListMain
OnPopup = popupDBPopup OnPopup = popupDBPopup
Left = 136 Left = 272
Top = 32 Top = 152
object menuEditObject: TMenuItem object menuEditObject: TMenuItem
Caption = 'Edit' Caption = 'Edit'
Hint = 'Edit selected object' Hint = 'Edit selected object'
@ -9112,8 +9112,8 @@ object MainForm: TMainForm
object popupHost: TPopupMenu object popupHost: TPopupMenu
Images = ImageListMain Images = ImageListMain
OnPopup = popupHostPopup OnPopup = popupHostPopup
Left = 9 Left = 201
Top = 64 Top = 104
object Copy2: TMenuItem object Copy2: TMenuItem
Action = actCopy Action = actCopy
end end
@ -9176,20 +9176,20 @@ object MainForm: TMainForm
TableNameAttri.Foreground = clFuchsia TableNameAttri.Foreground = clFuchsia
VariableAttri.Foreground = clPurple VariableAttri.Foreground = clPurple
SQLDialect = sqlMySQL SQLDialect = sqlMySQL
Left = 7 Left = 591
Top = 144 Top = 152
end end
object TimerHostUptime: TTimer object TimerHostUptime: TTimer
OnTimer = TimerHostUptimeTimer OnTimer = TimerHostUptimeTimer
Left = 7 Left = 687
Top = 197 Top = 101
end end
object popupDataGrid: TPopupMenu object popupDataGrid: TPopupMenu
AutoHotkeys = maManual AutoHotkeys = maManual
Images = ImageListMain Images = ImageListMain
OnPopup = popupDataGridPopup OnPopup = popupDataGridPopup
Left = 104 Left = 200
Top = 64 Top = 248
object Copy3: TMenuItem object Copy3: TMenuItem
Action = actCopy Action = actCopy
end end
@ -9432,14 +9432,14 @@ object MainForm: TMainForm
end end
object TimerConnected: TTimer object TimerConnected: TTimer
OnTimer = TimerConnectedTimer OnTimer = TimerConnectedTimer
Left = 103 Left = 687
Top = 197 Top = 245
end end
object popupSqlLog: TPopupMenu object popupSqlLog: TPopupMenu
Images = ImageListMain Images = ImageListMain
OnPopup = popupSqlLogPopup OnPopup = popupSqlLogPopup
Left = 8 Left = 272
Top = 96 Top = 200
object Copy1: TMenuItem object Copy1: TMenuItem
Action = actCopy Action = actCopy
end end
@ -9480,13 +9480,13 @@ object MainForm: TMainForm
Enabled = False Enabled = False
Interval = 5000 Interval = 5000
OnTimer = actRefreshExecute OnTimer = actRefreshExecute
Left = 72 Left = 688
Top = 197 Top = 197
end end
object popupListHeader: TVTHeaderPopupMenu object popupListHeader: TVTHeaderPopupMenu
Images = ImageListMain Images = ImageListMain
Left = 40 Left = 424
Top = 96 Top = 208
end end
object SynCompletionProposal: TSynCompletionProposal object SynCompletionProposal: TSynCompletionProposal
Options = [scoLimitToMatchedText, scoUseInsertList, scoUsePrettyText, scoUseBuiltInTimer, scoEndCharCompletion, scoCompleteWithTab, scoCompleteWithEnter] Options = [scoLimitToMatchedText, scoUseInsertList, scoUsePrettyText, scoUseBuiltInTimer, scoEndCharCompletion, scoCompleteWithTab, scoCompleteWithEnter]
@ -9520,14 +9520,14 @@ object MainForm: TMainForm
TimerInterval = 500 TimerInterval = 500
OnAfterCodeCompletion = SynCompletionProposalAfterCodeCompletion OnAfterCodeCompletion = SynCompletionProposalAfterCodeCompletion
OnCodeCompletion = SynCompletionProposalCodeCompletion OnCodeCompletion = SynCompletionProposalCodeCompletion
Left = 40 Left = 592
Top = 144 Top = 208
end end
object popupQuery: TPopupMenu object popupQuery: TPopupMenu
Images = ImageListMain Images = ImageListMain
OnPopup = popupQueryPopup OnPopup = popupQueryPopup
Left = 104 Left = 344
Top = 96 Top = 104
object MenuRun: TMenuItem object MenuRun: TMenuItem
Action = actExecuteQuery Action = actExecuteQuery
end end
@ -9614,8 +9614,8 @@ object MainForm: TMainForm
end end
object popupQueryHelpers: TPopupMenu object popupQueryHelpers: TPopupMenu
Images = ImageListMain Images = ImageListMain
Left = 136 Left = 344
Top = 96 Top = 152
object menuInsertSnippetAtCursor: TMenuItem object menuInsertSnippetAtCursor: TMenuItem
Caption = 'Insert at cursor' Caption = 'Insert at cursor'
Default = True Default = True
@ -9677,8 +9677,8 @@ object MainForm: TMainForm
end end
object popupFilter: TPopupMenu object popupFilter: TPopupMenu
Images = ImageListMain Images = ImageListMain
Left = 72 Left = 344
Top = 96 Top = 248
object menuFilterCopy: TMenuItem object menuFilterCopy: TMenuItem
Action = actCopy Action = actCopy
end end
@ -9706,8 +9706,8 @@ object MainForm: TMainForm
end end
object popupRefresh: TPopupMenu object popupRefresh: TPopupMenu
Images = ImageListMain Images = ImageListMain
Left = 40 Left = 200
Top = 64 Top = 200
object menuAutoRefresh: TMenuItem object menuAutoRefresh: TMenuItem
Caption = 'Auto refresh' Caption = 'Auto refresh'
ShortCut = 16500 ShortCut = 16500
@ -9722,8 +9722,8 @@ object MainForm: TMainForm
AutoPopup = False AutoPopup = False
Images = ImageListMain Images = ImageListMain
OnPopup = popupMainTabsPopup OnPopup = popupMainTabsPopup
Left = 72 Left = 200
Top = 64 Top = 152
object menuNewQueryTab: TMenuItem object menuNewQueryTab: TMenuItem
Action = actNewQueryTab Action = actNewQueryTab
end end
@ -9737,19 +9737,19 @@ object MainForm: TMainForm
Enabled = False Enabled = False
Interval = 500 Interval = 500
OnTimer = TimerFilterVTTimer OnTimer = TimerFilterVTTimer
Left = 40 Left = 688
Top = 197 Top = 149
end end
object BalloonHint1: TBalloonHint object BalloonHint1: TBalloonHint
Delay = 100 Delay = 100
HideAfter = 10000 HideAfter = 10000
Left = 104 Left = 424
Top = 128 Top = 264
end end
object popupExecuteQuery: TPopupMenu object popupExecuteQuery: TPopupMenu
Images = ImageListMain Images = ImageListMain
Left = 136 Left = 272
Top = 128 Top = 248
object Run1: TMenuItem object Run1: TMenuItem
Action = actExecuteQuery Action = actExecuteQuery
end end
@ -9773,8 +9773,8 @@ object MainForm: TMainForm
end end
object ApplicationEvents1: TApplicationEvents object ApplicationEvents1: TApplicationEvents
OnDeactivate = ApplicationEvents1Deactivate OnDeactivate = ApplicationEvents1Deactivate
Left = 136 Left = 504
Top = 160 Top = 152
end end
object ParameterCompletionProposal: TSynCompletionProposal object ParameterCompletionProposal: TSynCompletionProposal
DefaultType = ctParams DefaultType = ctParams
@ -9799,7 +9799,7 @@ object MainForm: TMainForm
ShortCut = 24608 ShortCut = 24608
Editor = SynMemoQuery Editor = SynMemoQuery
TimerInterval = 500 TimerInterval = 500
Left = 136 Left = 592
Top = 197 Top = 101
end end
end end