From ba41e970919608906531cd788cf6bc8a381a2542 Mon Sep 17 00:00:00 2001 From: david Date: Tue, 18 Dec 2007 08:40:13 +0000 Subject: [PATCH] =?UTF-8?q?En=20los=20editores=20base,=20a=C3=B1adido=20pe?= =?UTF-8?q?que=C3=B1o=20margen=20de=203=20pixeles=20para=20el=20contenido.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@175 0c75b7a4-871f-7646-8a2f-f78d34cc349f --- Source/GUIBase/uEditorDBItem.dfm | 17 +++++++++++------ Source/GUIBase/uEditorItem.dfm | 19 +++++++++++-------- 2 files changed, 22 insertions(+), 14 deletions(-) diff --git a/Source/GUIBase/uEditorDBItem.dfm b/Source/GUIBase/uEditorDBItem.dfm index 1b4fa877..a7205946 100644 --- a/Source/GUIBase/uEditorDBItem.dfm +++ b/Source/GUIBase/uEditorDBItem.dfm @@ -37,19 +37,24 @@ inherited fEditorDBItem: TfEditorDBItem end end object pgPaginas: TPageControl [2] - Left = 0 - Top = 76 - Width = 652 - Height = 366 + AlignWithMargins = True + Left = 3 + Top = 79 + Width = 646 + Height = 360 ActivePage = pagGeneral Align = alClient TabOrder = 2 + ExplicitLeft = 0 + ExplicitTop = 76 + ExplicitWidth = 652 + ExplicitHeight = 366 object pagGeneral: TTabSheet Caption = 'General' ExplicitLeft = 0 ExplicitTop = 0 - ExplicitWidth = 0 - ExplicitHeight = 0 + ExplicitWidth = 644 + ExplicitHeight = 338 end end inherited StatusBar: TJvStatusBar diff --git a/Source/GUIBase/uEditorItem.dfm b/Source/GUIBase/uEditorItem.dfm index 82c42af3..b241e2c1 100644 --- a/Source/GUIBase/uEditorItem.dfm +++ b/Source/GUIBase/uEditorItem.dfm @@ -18,19 +18,22 @@ inherited fEditorItem: TfEditorItem end end object pgPaginas: TPageControl [1] - Left = 0 - Top = 76 - Width = 678 - Height = 406 + AlignWithMargins = True + Left = 3 + Top = 79 + Width = 672 + Height = 400 ActivePage = pagGeneral Align = alClient TabOrder = 1 + ExplicitLeft = 0 + ExplicitTop = 76 + ExplicitWidth = 678 + ExplicitHeight = 406 object pagGeneral: TTabSheet Caption = 'General' - ExplicitLeft = 0 - ExplicitTop = 0 - ExplicitWidth = 0 - ExplicitHeight = 0 + ExplicitWidth = 670 + ExplicitHeight = 378 end end inherited TBXDock: TTBXDock