Common/SQLEditor: reverse placeholder order, remove placeholder title bar
This commit is contained in:
5
GUIs.Common/frmSQLEditor.Designer.vb
generated
5
GUIs.Common/frmSQLEditor.Designer.vb
generated
@@ -84,9 +84,8 @@ Partial Class frmSQLEditor
|
||||
'
|
||||
'
|
||||
'
|
||||
Me.GalleryPlaceholders.Gallery.ColumnCount = 4
|
||||
Me.GalleryPlaceholders.Gallery.ColumnCount = 6
|
||||
Me.GalleryPlaceholders.Gallery.Images = Me.SvgImageCollection1
|
||||
Me.GalleryPlaceholders.Gallery.ShowGroupCaption = True
|
||||
Me.GalleryPlaceholders.Gallery.ShowItemText = True
|
||||
Me.GalleryPlaceholders.Id = 1
|
||||
Me.GalleryPlaceholders.Name = "GalleryPlaceholders"
|
||||
@@ -259,7 +258,7 @@ Partial Class frmSQLEditor
|
||||
'
|
||||
'GridPlaceholders
|
||||
'
|
||||
Me.GridPlaceholders.Anchor = System.Windows.Forms.AnchorStyles.Right
|
||||
Me.GridPlaceholders.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.GridPlaceholders.Location = New System.Drawing.Point(0, 0)
|
||||
Me.GridPlaceholders.MainView = Me.ViewPlaceholders
|
||||
Me.GridPlaceholders.MenuManager = Me.RibbonControl1
|
||||
|
||||
Reference in New Issue
Block a user