removed TScrollBox from the widgets comp. structure

This commit is contained in:
Basile Burg 2014-06-15 18:15:10 +02:00
parent 509b76eac2
commit 63e5c9ab19
6 changed files with 6 additions and 21 deletions

View File

@ -12,13 +12,9 @@ inherited CEEditorWidget: TCEEditorWidget
Width = 508
ClientHeight = 336
ClientWidth = 508
inherited Content: TScrollBox
inherited Content: TPanel
Height = 310
Width = 508
HorzScrollBar.Page = 504
VertScrollBar.Page = 306
AutoSize = True
AutoScroll = True
ClientHeight = 306
ClientWidth = 504
object PageControl: TExtendedNotebook[0]

View File

@ -11,11 +11,9 @@ inherited CEMessagesWidget: TCEMessagesWidget
Width = 737
ClientHeight = 220
ClientWidth = 737
inherited Content: TScrollBox
inherited Content: TPanel
Height = 194
Width = 737
HorzScrollBar.Page = 733
VertScrollBar.Page = 190
ClientHeight = 190
ClientWidth = 733
object List: TListView[0]

View File

@ -14,13 +14,9 @@ inherited CEProjectConfigurationWidget: TCEProjectConfigurationWidget
ClientWidth = 445
DragKind = dkDrag
DragMode = dmManual
inherited Content: TScrollBox
inherited Content: TPanel
Height = 252
Width = 445
HorzScrollBar.Page = 441
VertScrollBar.Page = 248
AutoSize = True
AutoScroll = True
ClientHeight = 248
ClientWidth = 441
object Tree: TTreeView[0]

View File

@ -11,11 +11,9 @@ inherited CEProjectWidget: TCEProjectWidget
Width = 217
ClientHeight = 336
ClientWidth = 217
inherited Content: TScrollBox
inherited Content: TPanel
Height = 310
Width = 217
HorzScrollBar.Page = 213
VertScrollBar.Page = 306
ClientHeight = 306
ClientWidth = 213
object Tree: TTreeView[0]

View File

@ -19,15 +19,12 @@ object CEWidget: TCEWidget
ClientWidth = 320
FullRepaint = False
TabOrder = 0
object Content: TScrollBox
object Content: TPanel
Left = 0
Height = 95
Top = 26
Width = 320
HorzScrollBar.Page = 316
VertScrollBar.Page = 86
Align = alClient
AutoScroll = False
TabOrder = 0
end
object Header: TPanel

View File

@ -17,7 +17,7 @@ type
{ TCEWidget }
TCEWidget = class(TForm, ICEContextualActions, ICEProjectMonitor)
Content: TScrollBox;
Content: TPanel;
Back: TPanel;
Header: TPanel;
contextMenu: TPopupMenu;