Quitar TEdit de traza de campos ID.
git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@125 0c75b7a4-871f-7646-8a2f-f78d34cc349f
This commit is contained in:
parent
cfde383927
commit
c78a51ed53
@ -183,16 +183,6 @@ object fEditorFormaPago: TfEditorFormaPago
|
|||||||
GridView = ListaFormasPagoDBTableView1
|
GridView = ListaFormasPagoDBTableView1
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
object DBEdit1: TDBEdit
|
|
||||||
Left = 247
|
|
||||||
Top = 41
|
|
||||||
Width = 118
|
|
||||||
Height = 21
|
|
||||||
Color = clInfoBk
|
|
||||||
DataField = 'ID'
|
|
||||||
DataSource = dsPlazos
|
|
||||||
TabOrder = 7
|
|
||||||
end
|
|
||||||
object ActionList1: TActionList
|
object ActionList1: TActionList
|
||||||
Left = 88
|
Left = 88
|
||||||
Top = 300
|
Top = 300
|
||||||
|
|||||||
@ -66,7 +66,6 @@ type
|
|||||||
ListaFormasPago: TcxGrid;
|
ListaFormasPago: TcxGrid;
|
||||||
ListaFormasPagoDBTableView1NUM_DIAS: TcxGridDBColumn;
|
ListaFormasPagoDBTableView1NUM_DIAS: TcxGridDBColumn;
|
||||||
ListaFormasPagoDBTableView1PORCENTAJE: TcxGridDBColumn;
|
ListaFormasPagoDBTableView1PORCENTAJE: TcxGridDBColumn;
|
||||||
DBEdit1: TDBEdit;
|
|
||||||
procedure FormShow(Sender: TObject);
|
procedure FormShow(Sender: TObject);
|
||||||
|
|
||||||
procedure actAnadirExecute(Sender: TObject);
|
procedure actAnadirExecute(Sender: TObject);
|
||||||
|
|||||||
@ -107,16 +107,6 @@ object fEditorFormasPago: TfEditorFormasPago
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
object eReferencia: TDBEdit
|
|
||||||
Left = 27
|
|
||||||
Top = 370
|
|
||||||
Width = 118
|
|
||||||
Height = 21
|
|
||||||
Color = clInfoBk
|
|
||||||
DataField = 'ID'
|
|
||||||
DataSource = dsFormasPago
|
|
||||||
TabOrder = 3
|
|
||||||
end
|
|
||||||
object ActionList1: TActionList
|
object ActionList1: TActionList
|
||||||
Left = 144
|
Left = 144
|
||||||
Top = 16
|
Top = 16
|
||||||
|
|||||||
@ -49,7 +49,6 @@ type
|
|||||||
actModificar: TAction;
|
actModificar: TAction;
|
||||||
Button1: TButton;
|
Button1: TButton;
|
||||||
ListaFormasPago: TDBGrid;
|
ListaFormasPago: TDBGrid;
|
||||||
eReferencia: TDBEdit;
|
|
||||||
procedure FormShow(Sender: TObject);
|
procedure FormShow(Sender: TObject);
|
||||||
|
|
||||||
procedure actAnadirExecute(Sender: TObject);
|
procedure actAnadirExecute(Sender: TObject);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user