En los editores base, añadido pequeño margen de 3 pixeles para el contenido.
git-svn-id: https://192.168.0.254/svn/Proyectos.Acana_FactuGES2/trunk@76 f4e31baf-9722-1c47-927c-6f952f962d4b
This commit is contained in:
parent
cbc2ba3d36
commit
3c2aa343bd
@ -37,19 +37,22 @@ inherited fEditorDBItem: TfEditorDBItem
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
object pgPaginas: TPageControl [2]
|
object pgPaginas: TPageControl [2]
|
||||||
Left = 0
|
AlignWithMargins = True
|
||||||
Top = 76
|
Left = 3
|
||||||
Width = 652
|
Top = 79
|
||||||
Height = 366
|
Width = 646
|
||||||
|
Height = 360
|
||||||
ActivePage = pagGeneral
|
ActivePage = pagGeneral
|
||||||
Align = alClient
|
Align = alClient
|
||||||
TabOrder = 2
|
TabOrder = 2
|
||||||
|
ExplicitLeft = 0
|
||||||
|
ExplicitTop = 76
|
||||||
|
ExplicitWidth = 652
|
||||||
|
ExplicitHeight = 366
|
||||||
object pagGeneral: TTabSheet
|
object pagGeneral: TTabSheet
|
||||||
Caption = 'General'
|
Caption = 'General'
|
||||||
ExplicitLeft = 0
|
ExplicitWidth = 644
|
||||||
ExplicitTop = 0
|
ExplicitHeight = 338
|
||||||
ExplicitWidth = 0
|
|
||||||
ExplicitHeight = 0
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
inherited StatusBar: TJvStatusBar
|
inherited StatusBar: TJvStatusBar
|
||||||
|
|||||||
@ -18,19 +18,22 @@ inherited fEditorItem: TfEditorItem
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
object pgPaginas: TPageControl [1]
|
object pgPaginas: TPageControl [1]
|
||||||
Left = 0
|
AlignWithMargins = True
|
||||||
Top = 76
|
Left = 3
|
||||||
Width = 678
|
Top = 79
|
||||||
Height = 406
|
Width = 672
|
||||||
|
Height = 400
|
||||||
ActivePage = pagGeneral
|
ActivePage = pagGeneral
|
||||||
Align = alClient
|
Align = alClient
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
|
ExplicitLeft = 0
|
||||||
|
ExplicitTop = 70
|
||||||
|
ExplicitWidth = 678
|
||||||
|
ExplicitHeight = 406
|
||||||
object pagGeneral: TTabSheet
|
object pagGeneral: TTabSheet
|
||||||
Caption = 'General'
|
Caption = 'General'
|
||||||
ExplicitLeft = 0
|
ExplicitWidth = 670
|
||||||
ExplicitTop = 0
|
ExplicitHeight = 378
|
||||||
ExplicitWidth = 0
|
|
||||||
ExplicitHeight = 0
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
inherited TBXDock: TTBXDock
|
inherited TBXDock: TTBXDock
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user