Arreglo de editor base ya que fallaba editor usuario y editor perfil
git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@985 0c75b7a4-871f-7646-8a2f-f78d34cc349f
This commit is contained in:
parent
48df643567
commit
95fec021b3
@ -127,6 +127,8 @@ type
|
||||
procedure actEliminarUpdate(Sender: TObject);
|
||||
procedure actGuardarCerrarUpdate(Sender: TObject);
|
||||
procedure actGuardarUpdate(Sender: TObject);
|
||||
procedure FormShow(Sender: TObject);
|
||||
|
||||
protected
|
||||
FWindowCaption : String;
|
||||
FHeaderText : String;
|
||||
@ -154,7 +156,7 @@ type
|
||||
constructor Create(AOwner: TComponent); override;
|
||||
function ShowModal : Integer; override;
|
||||
procedure Show;
|
||||
procedure FormShow(Sender: TObject);
|
||||
|
||||
published
|
||||
property WindowCaption : String read GetWindowCaption write SetWindowCaption;
|
||||
property HeaderText : String read GetHeaderText write SetHeaderText;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user