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:
David Arranz 2007-11-17 21:15:49 +00:00
parent cfde383927
commit c78a51ed53
4 changed files with 0 additions and 22 deletions

View File

@ -183,16 +183,6 @@ object fEditorFormaPago: TfEditorFormaPago
GridView = ListaFormasPagoDBTableView1
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
Left = 88
Top = 300

View File

@ -66,7 +66,6 @@ type
ListaFormasPago: TcxGrid;
ListaFormasPagoDBTableView1NUM_DIAS: TcxGridDBColumn;
ListaFormasPagoDBTableView1PORCENTAJE: TcxGridDBColumn;
DBEdit1: TDBEdit;
procedure FormShow(Sender: TObject);
procedure actAnadirExecute(Sender: TObject);

View File

@ -107,16 +107,6 @@ object fEditorFormasPago: TfEditorFormasPago
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
Left = 144
Top = 16

View File

@ -49,7 +49,6 @@ type
actModificar: TAction;
Button1: TButton;
ListaFormasPago: TDBGrid;
eReferencia: TDBEdit;
procedure FormShow(Sender: TObject);
procedure actAnadirExecute(Sender: TObject);