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 Width = 508
ClientHeight = 336 ClientHeight = 336
ClientWidth = 508 ClientWidth = 508
inherited Content: TScrollBox inherited Content: TPanel
Height = 310 Height = 310
Width = 508 Width = 508
HorzScrollBar.Page = 504
VertScrollBar.Page = 306
AutoSize = True
AutoScroll = True
ClientHeight = 306 ClientHeight = 306
ClientWidth = 504 ClientWidth = 504
object PageControl: TExtendedNotebook[0] object PageControl: TExtendedNotebook[0]

View File

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

View File

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

View File

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

View File

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

View File

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