This commit is contained in:
David Arranz 2007-10-10 08:51:38 +00:00
parent 3c980c9afa
commit 278216e83b
73 changed files with 1985 additions and 3634 deletions

File diff suppressed because it is too large Load Diff

View File

@ -21,24 +21,11 @@ type
ds_EmpresasDatosBanco: TDADataSource;
procedure DAClientDataModuleCreate(Sender: TObject);
private
FEmpresaActual: IBizEmpresa;
function _GetDatosBancarios : IBizEmpresasDatosBancarios;
{ function GetEmpresas: TIntegerList;
procedure SetEmpresaActual(const Value: IBizEmpresa);
function GetIDEmpresaActual: Integer;
procedure SetIDEmpresaActual(const Value: Integer);}
public
function GetItem(const ID : Integer) : IBizEmpresa;
function NewItem : IBizEmpresa;
function GetItems : IBizEmpresa;
{ property IDEmpresaActual : Integer read GetIDEmpresaActual write SetIDEmpresaActual;
property EmpresaActual : IBizEmpresa read FEmpresaActual write SetEmpresaActual;
property Empresas : TIntegerList read GetEmpresas;}
end;
@ -52,7 +39,6 @@ uses
procedure TDataModuleEmpresas.DAClientDataModuleCreate(Sender: TObject);
begin
FEmpresaActual := nil;
RORemoteService.Channel := dmConexion.Channel;
RORemoteService.Message := dmConexion.Message;
end;
@ -100,30 +86,6 @@ begin
Result := GetItem(ID_NULO)
end;
{procedure TDataModuleEmpresas.SetEmpresaActual(const Value: IBizEmpresa);
begin
FEmpresaActual := Value;
FEmpresaActual.DataTable.Active := True;
end;
procedure TDataModuleEmpresas.SetIDEmpresaActual(const Value: Integer);
var
AEmpresasController : IEmpresasController;
AEmpresa : IBizEmpresa;
begin
AEmpresasController := TEmpresasController.Create;
AEmpresa := AEmpresasController.Buscar(Value);
AEmpresa.DataTable.Active := True;
if not AEmpresa.IsEmpty then
begin
FEmpresaActual := AEmpresa;
FEmpresaActual.DataTable.Active := True;
end
else
FEmpresaActual := NIL;
end;}
function TDataModuleEmpresas._GetDatosBancarios: IBizEmpresasDatosBancarios;
var
ADatosBancarios : TDAMemDataTable;

View File

@ -269,18 +269,6 @@ inherited fEditorEmpresa: TfEditorEmpresa
inherited ToolBar1: TToolBar
Width = 666
ExplicitWidth = 666
inherited ToolButton1: TToolButton
ExplicitWidth = 62
end
inherited ToolButton4: TToolButton
ExplicitWidth = 74
end
inherited ToolButton2: TToolButton
ExplicitWidth = 67
end
inherited ToolButton7: TToolButton
ExplicitWidth = 117
end
end
end
end

View File

@ -74,7 +74,8 @@ requires
designide,
xmlrtl,
VclSmp,
pckMD5;
pckMD5,
JvCmpD11R;
contains
uDataTableUtils in 'Utiles\uDataTableUtils.pas',

View File

@ -51,55 +51,56 @@
<DelphiCompile Include="Base.dpk">
<MainSource>MainSource</MainSource>
</DelphiCompile>
<DCCReference Include="..\ApplicationBase\adortl.dcp" />
<DCCReference Include="..\ApplicationBase\cxDataD10.dcp" />
<DCCReference Include="..\ApplicationBase\cxEditorsD10.dcp" />
<DCCReference Include="..\ApplicationBase\cxExportD10.dcp" />
<DCCReference Include="..\ApplicationBase\cxExtEditorsD10.dcp" />
<DCCReference Include="..\ApplicationBase\cxGridD10.dcp" />
<DCCReference Include="..\ApplicationBase\cxIntl5D10.dcp" />
<DCCReference Include="..\ApplicationBase\cxIntlPrintSys3D10.dcp" />
<DCCReference Include="..\ApplicationBase\cxLibraryD10.dcp" />
<DCCReference Include="..\ApplicationBase\cxPageControlD10.dcp" />
<DCCReference Include="..\ApplicationBase\DataAbstract_Core_D10.dcp" />
<DCCReference Include="..\ApplicationBase\dbrtl.dcp" />
<DCCReference Include="..\ApplicationBase\dclIndyCore.dcp" />
<DCCReference Include="..\ApplicationBase\designide.dcp" />
<DCCReference Include="..\ApplicationBase\dsnap.dcp" />
<DCCReference Include="..\ApplicationBase\dxPSCoreD10.dcp" />
<DCCReference Include="..\ApplicationBase\dxThemeD10.dcp" />
<DCCReference Include="..\ApplicationBase\GUISDK_D11.dcp" />
<DCCReference Include="..\ApplicationBase\IndyCore.dcp" />
<DCCReference Include="..\ApplicationBase\IndyProtocols.dcp" />
<DCCReference Include="..\ApplicationBase\IndySystem.dcp" />
<DCCReference Include="..\ApplicationBase\Jcl.dcp" />
<DCCReference Include="..\ApplicationBase\JclVcl.dcp" />
<DCCReference Include="..\ApplicationBase\JSDialog100.dcp" />
<DCCReference Include="..\ApplicationBase\JvCmpD11R..dcp" />
<DCCReference Include="..\ApplicationBase\JvCoreD11R.dcp" />
<DCCReference Include="..\ApplicationBase\JvCtrlsD11R.dcp" />
<DCCReference Include="..\ApplicationBase\JvDlgsD11R.dcp" />
<DCCReference Include="..\ApplicationBase\JvMMD11R.dcp" />
<DCCReference Include="..\ApplicationBase\JvNetD11R.dcp" />
<DCCReference Include="..\ApplicationBase\JvPageCompsD11R.dcp" />
<DCCReference Include="..\ApplicationBase\JvStdCtrlsD11R.dcp" />
<DCCReference Include="..\ApplicationBase\JvSystemD11R.dcp" />
<DCCReference Include="..\ApplicationBase\pckMD5.dcp" />
<DCCReference Include="..\ApplicationBase\pckUCDataConnector.dcp" />
<DCCReference Include="..\ApplicationBase\pckUserControl_RT.dcp" />
<DCCReference Include="..\ApplicationBase\PngComponentsD10.dcp" />
<DCCReference Include="..\ApplicationBase\PNG_D10.dcp" />
<DCCReference Include="..\ApplicationBase\RemObjects_Core_D10.dcp" />
<DCCReference Include="..\ApplicationBase\rtl.dcp" />
<DCCReference Include="..\ApplicationBase\TB2k_D10.dcp" />
<DCCReference Include="..\ApplicationBase\tbx_d10.dcp" />
<DCCReference Include="..\ApplicationBase\vcl.dcp" />
<DCCReference Include="..\ApplicationBase\vclactnband.dcp" />
<DCCReference Include="..\ApplicationBase\vcldb.dcp" />
<DCCReference Include="..\ApplicationBase\vcljpg.dcp" />
<DCCReference Include="..\ApplicationBase\VclSmp.dcp" />
<DCCReference Include="..\ApplicationBase\vclx.dcp" />
<DCCReference Include="..\ApplicationBase\xmlrtl.dcp" />
<DCCReference Include="..\Servicios\FactuGES_Intf.pas" />
<DCCReference Include="C:\Documents and Settings\Usuario\adortl.dcp" />
<DCCReference Include="C:\Documents and Settings\Usuario\cxDataD10.dcp" />
<DCCReference Include="C:\Documents and Settings\Usuario\cxEditorsD10.dcp" />
<DCCReference Include="C:\Documents and Settings\Usuario\cxExportD10.dcp" />
<DCCReference Include="C:\Documents and Settings\Usuario\cxExtEditorsD10.dcp" />
<DCCReference Include="C:\Documents and Settings\Usuario\cxGridD10.dcp" />
<DCCReference Include="C:\Documents and Settings\Usuario\cxIntl5D10.dcp" />
<DCCReference Include="C:\Documents and Settings\Usuario\cxIntlPrintSys3D10.dcp" />
<DCCReference Include="C:\Documents and Settings\Usuario\cxLibraryD10.dcp" />
<DCCReference Include="C:\Documents and Settings\Usuario\cxPageControlD10.dcp" />
<DCCReference Include="C:\Documents and Settings\Usuario\DataAbstract_Core_D10.dcp" />
<DCCReference Include="C:\Documents and Settings\Usuario\dbrtl.dcp" />
<DCCReference Include="C:\Documents and Settings\Usuario\dclIndyCore.dcp" />
<DCCReference Include="C:\Documents and Settings\Usuario\designide.dcp" />
<DCCReference Include="C:\Documents and Settings\Usuario\dsnap.dcp" />
<DCCReference Include="C:\Documents and Settings\Usuario\dxPSCoreD10.dcp" />
<DCCReference Include="C:\Documents and Settings\Usuario\dxThemeD10.dcp" />
<DCCReference Include="C:\Documents and Settings\Usuario\GUISDK_D11.dcp" />
<DCCReference Include="C:\Documents and Settings\Usuario\IndyCore.dcp" />
<DCCReference Include="C:\Documents and Settings\Usuario\IndyProtocols.dcp" />
<DCCReference Include="C:\Documents and Settings\Usuario\IndySystem.dcp" />
<DCCReference Include="C:\Documents and Settings\Usuario\Jcl.dcp" />
<DCCReference Include="C:\Documents and Settings\Usuario\JclVcl.dcp" />
<DCCReference Include="C:\Documents and Settings\Usuario\JSDialog100.dcp" />
<DCCReference Include="C:\Documents and Settings\Usuario\JvCoreD11R.dcp" />
<DCCReference Include="C:\Documents and Settings\Usuario\JvCtrlsD11R.dcp" />
<DCCReference Include="C:\Documents and Settings\Usuario\JvDlgsD11R.dcp" />
<DCCReference Include="C:\Documents and Settings\Usuario\JvMMD11R.dcp" />
<DCCReference Include="C:\Documents and Settings\Usuario\JvNetD11R.dcp" />
<DCCReference Include="C:\Documents and Settings\Usuario\JvPageCompsD11R.dcp" />
<DCCReference Include="C:\Documents and Settings\Usuario\JvStdCtrlsD11R.dcp" />
<DCCReference Include="C:\Documents and Settings\Usuario\JvSystemD11R.dcp" />
<DCCReference Include="C:\Documents and Settings\Usuario\pckMD5.dcp" />
<DCCReference Include="C:\Documents and Settings\Usuario\pckUCDataConnector.dcp" />
<DCCReference Include="C:\Documents and Settings\Usuario\pckUserControl_RT.dcp" />
<DCCReference Include="C:\Documents and Settings\Usuario\PngComponentsD10.dcp" />
<DCCReference Include="C:\Documents and Settings\Usuario\PNG_D10.dcp" />
<DCCReference Include="C:\Documents and Settings\Usuario\RemObjects_Core_D10.dcp" />
<DCCReference Include="C:\Documents and Settings\Usuario\rtl.dcp" />
<DCCReference Include="C:\Documents and Settings\Usuario\TB2k_D10.dcp" />
<DCCReference Include="C:\Documents and Settings\Usuario\tbx_d10.dcp" />
<DCCReference Include="C:\Documents and Settings\Usuario\vcl.dcp" />
<DCCReference Include="C:\Documents and Settings\Usuario\vclactnband.dcp" />
<DCCReference Include="C:\Documents and Settings\Usuario\vcldb.dcp" />
<DCCReference Include="C:\Documents and Settings\Usuario\vcljpg.dcp" />
<DCCReference Include="C:\Documents and Settings\Usuario\VclSmp.dcp" />
<DCCReference Include="C:\Documents and Settings\Usuario\vclx.dcp" />
<DCCReference Include="C:\Documents and Settings\Usuario\xmlrtl.dcp" />
<DCCReference Include="Conexion\uConfigurarConexion.pas">
<Form>fConfigurarConexion</Form>
</DCCReference>

View File

@ -44,8 +44,8 @@ end;
function TInformeRegistry.CreateInforme(const aClassOrDisplayname: String;
aOwner: TComponent): TInterfacedObject;
begin
if not Assigned(AOwner) then
AOwner := Application;
{ if not Assigned(AOwner) then
AOwner := Application;}
Result := CreateObject( aClassOrDisplayname) as TInterfacedObject;
end;

View File

@ -12,10 +12,10 @@ STRINGTABLE
BEGIN
END
/* C:\Archivos de programa\CodeGear\RAD Studio\5.0\Lib\WindowsXP.res */
/* C:\Codigo Tecsitel\Lib\JVCL\JvXPCore.res */
/* c:\archivos de programa\codegear\rad studio\5.0\lib\WindowsXP.res */
/* C:\Codigo Tecsitel\Lib\jvcl\JvXPCore.res */
/* C:\Codigo Tecsitel\Source\Cliente\uSplash.dfm */
/* C:\Codigo Tecsitel\Source\Cliente\uAcercaDe.dfm */
/* C:\Codigo Tecsitel\Source\Cliente\uPantallaPrincipal.dfm */
/* C:\Codigo Tecsitel\Source\Cliente\FactuGES.res */
/* C:\DOCUME~1\Usuario\CONFIG~1\Temp\dtf3B.tmp */
/* C:\Codigo Tecsitel\Source\Cliente\FactuGES.drf */

View File

@ -2,7 +2,7 @@ object fPantallaPrincipal: TfPantallaPrincipal
Left = 358
Top = 250
Caption = 'Pantalla principal'
ClientHeight = 582
ClientHeight = 601
ClientWidth = 751
Color = clWindow
Font.Charset = DEFAULT_CHARSET
@ -23,7 +23,7 @@ object fPantallaPrincipal: TfPantallaPrincipal
Left = 0
Top = 0
Width = 751
Height = 560
Height = 579
Margins.Left = 5
Margins.Top = 5
Margins.Right = 5
@ -31,12 +31,11 @@ object fPantallaPrincipal: TfPantallaPrincipal
ParentColor = True
Align = alClient
TabOrder = 0
ExplicitHeight = 541
object JvSyncSplitter1: TJvSyncSplitter
Left = 215
Top = 5
Width = 5
Height = 550
Height = 569
ResizeStyle = rsPattern
ExplicitLeft = 210
ExplicitHeight = 570
@ -45,7 +44,7 @@ object fPantallaPrincipal: TfPantallaPrincipal
Left = 5
Top = 5
Width = 210
Height = 550
Height = 569
ActivePage = pagInicio
Align = alLeft
AutoHeaders = True
@ -86,12 +85,11 @@ object fPantallaPrincipal: TfPantallaPrincipal
NavPanelHotTrackFont.Style = []
SmallImages = ModulesSmallImageList
OnChange = JvNavigationPaneChange
ExplicitHeight = 531
object pagInicio: TJvNavPanelPage
Left = 0
Top = 0
Width = 208
Height = 477
Height = 496
Background.Stretch = False
Background.Proportional = False
Background.Center = False
@ -99,17 +97,15 @@ object fPantallaPrincipal: TfPantallaPrincipal
Background.Transparent = False
Caption = 'Inicio'
ImageIndex = 0
ExplicitHeight = 458
object Panel1: TPanel
Left = 0
Top = 391
Top = 410
Width = 208
Height = 86
Align = alBottom
Color = clWindow
ParentBackground = False
TabOrder = 1
ExplicitTop = 372
object Label1: TLabel
Left = 38
Top = 29
@ -157,21 +153,19 @@ object fPantallaPrincipal: TfPantallaPrincipal
Left = 220
Top = 5
Width = 526
Height = 550
Height = 569
BoundColor = clActiveCaption
BoundLines = [blLeft, blTop, blRight, blBottom]
Caption = 'pnlBorde'
Align = alClient
ExplicitHeight = 531
object pnlMain: TTBXAlignmentPanel
Left = 1
Top = 1
Width = 524
Height = 548
Height = 567
Align = alClient
Color = clWindow
TabOrder = 0
ExplicitHeight = 529
object lblBienvenido: TLabel
Left = 8
Top = 8
@ -208,7 +202,7 @@ object fPantallaPrincipal: TfPantallaPrincipal
end
object TBXStatusBar1: TTBXStatusBar
Left = 0
Top = 560
Top = 579
Width = 751
Images = StatusPanelImageList
Panels = <
@ -230,7 +224,6 @@ object fPantallaPrincipal: TfPantallaPrincipal
Tag = 0
end>
UseSystemFont = False
ExplicitTop = 541
end
object XPManifest1: TXPManifest
Left = 248

View File

@ -478,11 +478,12 @@ end;
procedure TfPantallaPrincipal.CargarModulos;
begin
//HostManager.LoadModule('Empresas_plugin.bpl');
//HostManager.LoadModule('FormasPago_plugin.bpl');
//HostManager.LoadModule('TiposIVA_plugin.bpl');
HostManager.LoadModule('FormasPago_plugin.bpl');
HostManager.LoadModule('TiposIVA_plugin.bpl');
HostManager.LoadModule('Familias_plugin.bpl');
// HostManager.LoadModule('Almacenes_plugin.bpl');
// HostManager.LoadModule('Familias_plugin.bpl');
// HostManager.LoadModule('Articulos_plugin.bpl');
// HostManager.LoadModule('Inventario_plugin.bpl');

View File

@ -4,20 +4,20 @@
</PropertyGroup>
<ItemGroup />
<ItemGroup>
<Projects Include="ApplicationBase\ApplicationBase.dproj" />
<Projects Include="Base\Base.dproj" />
<Projects Include="Base\ControllerBase\ControllerBase.dproj" />
<Projects Include="GUIBase\GUIBase.dproj" />
<Projects Include="Cliente\FactuGES.dproj" />
<Projects Include="GUIBase\GUIBase.dproj" />
<Projects Include="Modulos\Contactos\Controller\Contactos_controller.dproj" />
<Projects Include="Modulos\Contactos\Data\Contactos_data.dproj" />
<Projects Include="Modulos\Contactos\Model\Contactos_model.dproj" />
<Projects Include="Modulos\Contactos\Plugin\Contactos_plugin.dproj" />
<Projects Include="Modulos\Contactos\Views\Contactos_view.dproj" />
<Projects Include="Modulos\Empresas\Controller\Empresas_controller.dproj" />
<Projects Include="Modulos\Empresas\Data\Empresas_data.dproj" />
<Projects Include="Modulos\Empresas\Model\Empresas_model.dproj" />
<Projects Include="Modulos\Empresas\Plugin\Empresas_plugin.dproj" />
<Projects Include="Modulos\Empresas\Views\Empresas_view.dproj" />
<Projects Include="Modulos\Familias\Controller\Familias_controller.dproj" />
<Projects Include="Modulos\Familias\Data\Familias_data.dproj" />
<Projects Include="Modulos\Familias\Model\Familias_model.dproj" />
<Projects Include="Modulos\Familias\Plugin\Familias_plugin.dproj" />
<Projects Include="Modulos\Familias\Views\Familias_view.dproj" />
<Projects Include="Modulos\Formas de pago\Controller\FormasPago_controller.dproj" />
<Projects Include="Modulos\Formas de pago\Data\FormasPago_data.dproj" />
<Projects Include="Modulos\Formas de pago\Model\FormasPago_model.dproj" />
@ -28,9 +28,6 @@
<Projects Include="Modulos\Tipos de IVA\Model\TiposIVA_model.dproj" />
<Projects Include="Modulos\Tipos de IVA\Plugin\TiposIVA_plugin.dproj" />
<Projects Include="Modulos\Tipos de IVA\Views\TiposIVA_view.dproj" />
<Projects Include="Modulos\Usuarios\Controller\Usuarios_controller.dproj" />
<Projects Include="Modulos\Usuarios\Data\Usuarios_data.dproj" />
<Projects Include="Modulos\Usuarios\Model\Usuarios_model.dproj" />
<Projects Include="Servidor\FactuGES_Server.dproj" />
</ItemGroup>
<ProjectExtensions>
@ -57,15 +54,6 @@
<Target Name="Base:Make">
<MSBuild Projects="Base\Base.dproj" Targets="Make" />
</Target>
<Target Name="ControllerBase">
<MSBuild Projects="Base\ControllerBase\ControllerBase.dproj" Targets="" />
</Target>
<Target Name="ControllerBase:Clean">
<MSBuild Projects="Base\ControllerBase\ControllerBase.dproj" Targets="Clean" />
</Target>
<Target Name="ControllerBase:Make">
<MSBuild Projects="Base\ControllerBase\ControllerBase.dproj" Targets="Make" />
</Target>
<Target Name="GUIBase">
<MSBuild Projects="GUIBase\GUIBase.dproj" Targets="" />
</Target>
@ -75,77 +63,14 @@
<Target Name="GUIBase:Make">
<MSBuild Projects="GUIBase\GUIBase.dproj" Targets="Make" />
</Target>
<Target Name="Usuarios_model">
<MSBuild Projects="Modulos\Usuarios\Model\Usuarios_model.dproj" Targets="" />
<Target Name="ApplicationBase">
<MSBuild Projects="ApplicationBase\ApplicationBase.dproj" Targets="" />
</Target>
<Target Name="Usuarios_model:Clean">
<MSBuild Projects="Modulos\Usuarios\Model\Usuarios_model.dproj" Targets="Clean" />
<Target Name="ApplicationBase:Clean">
<MSBuild Projects="ApplicationBase\ApplicationBase.dproj" Targets="Clean" />
</Target>
<Target Name="Usuarios_model:Make">
<MSBuild Projects="Modulos\Usuarios\Model\Usuarios_model.dproj" Targets="Make" />
</Target>
<Target Name="Usuarios_data">
<MSBuild Projects="Modulos\Usuarios\Data\Usuarios_data.dproj" Targets="" />
</Target>
<Target Name="Usuarios_data:Clean">
<MSBuild Projects="Modulos\Usuarios\Data\Usuarios_data.dproj" Targets="Clean" />
</Target>
<Target Name="Usuarios_data:Make">
<MSBuild Projects="Modulos\Usuarios\Data\Usuarios_data.dproj" Targets="Make" />
</Target>
<Target Name="Usuarios_controller">
<MSBuild Projects="Modulos\Usuarios\Controller\Usuarios_controller.dproj" Targets="" />
</Target>
<Target Name="Usuarios_controller:Clean">
<MSBuild Projects="Modulos\Usuarios\Controller\Usuarios_controller.dproj" Targets="Clean" />
</Target>
<Target Name="Usuarios_controller:Make">
<MSBuild Projects="Modulos\Usuarios\Controller\Usuarios_controller.dproj" Targets="Make" />
</Target>
<Target Name="Empresas_model">
<MSBuild Projects="Modulos\Empresas\Model\Empresas_model.dproj" Targets="" />
</Target>
<Target Name="Empresas_model:Clean">
<MSBuild Projects="Modulos\Empresas\Model\Empresas_model.dproj" Targets="Clean" />
</Target>
<Target Name="Empresas_model:Make">
<MSBuild Projects="Modulos\Empresas\Model\Empresas_model.dproj" Targets="Make" />
</Target>
<Target Name="Empresas_data">
<MSBuild Projects="Modulos\Empresas\Data\Empresas_data.dproj" Targets="" />
</Target>
<Target Name="Empresas_data:Clean">
<MSBuild Projects="Modulos\Empresas\Data\Empresas_data.dproj" Targets="Clean" />
</Target>
<Target Name="Empresas_data:Make">
<MSBuild Projects="Modulos\Empresas\Data\Empresas_data.dproj" Targets="Make" />
</Target>
<Target Name="Empresas_controller">
<MSBuild Projects="Modulos\Empresas\Controller\Empresas_controller.dproj" Targets="" />
</Target>
<Target Name="Empresas_controller:Clean">
<MSBuild Projects="Modulos\Empresas\Controller\Empresas_controller.dproj" Targets="Clean" />
</Target>
<Target Name="Empresas_controller:Make">
<MSBuild Projects="Modulos\Empresas\Controller\Empresas_controller.dproj" Targets="Make" />
</Target>
<Target Name="Empresas_view">
<MSBuild Projects="Modulos\Empresas\Views\Empresas_view.dproj" Targets="" />
</Target>
<Target Name="Empresas_view:Clean">
<MSBuild Projects="Modulos\Empresas\Views\Empresas_view.dproj" Targets="Clean" />
</Target>
<Target Name="Empresas_view:Make">
<MSBuild Projects="Modulos\Empresas\Views\Empresas_view.dproj" Targets="Make" />
</Target>
<Target Name="Empresas_plugin">
<MSBuild Projects="Modulos\Empresas\Plugin\Empresas_plugin.dproj" Targets="" />
</Target>
<Target Name="Empresas_plugin:Clean">
<MSBuild Projects="Modulos\Empresas\Plugin\Empresas_plugin.dproj" Targets="Clean" />
</Target>
<Target Name="Empresas_plugin:Make">
<MSBuild Projects="Modulos\Empresas\Plugin\Empresas_plugin.dproj" Targets="Make" />
<Target Name="ApplicationBase:Make">
<MSBuild Projects="ApplicationBase\ApplicationBase.dproj" Targets="Make" />
</Target>
<Target Name="FormasPago_model">
<MSBuild Projects="Modulos\Formas de pago\Model\FormasPago_model.dproj" Targets="" />
@ -237,6 +162,51 @@
<Target Name="TiposIVA_plugin:Make">
<MSBuild Projects="Modulos\Tipos de IVA\Plugin\TiposIVA_plugin.dproj" Targets="Make" />
</Target>
<Target Name="Familias_model">
<MSBuild Projects="Modulos\Familias\Model\Familias_model.dproj" Targets="" />
</Target>
<Target Name="Familias_model:Clean">
<MSBuild Projects="Modulos\Familias\Model\Familias_model.dproj" Targets="Clean" />
</Target>
<Target Name="Familias_model:Make">
<MSBuild Projects="Modulos\Familias\Model\Familias_model.dproj" Targets="Make" />
</Target>
<Target Name="Familias_data">
<MSBuild Projects="Modulos\Familias\Data\Familias_data.dproj" Targets="" />
</Target>
<Target Name="Familias_data:Clean">
<MSBuild Projects="Modulos\Familias\Data\Familias_data.dproj" Targets="Clean" />
</Target>
<Target Name="Familias_data:Make">
<MSBuild Projects="Modulos\Familias\Data\Familias_data.dproj" Targets="Make" />
</Target>
<Target Name="Familias_controller">
<MSBuild Projects="Modulos\Familias\Controller\Familias_controller.dproj" Targets="" />
</Target>
<Target Name="Familias_controller:Clean">
<MSBuild Projects="Modulos\Familias\Controller\Familias_controller.dproj" Targets="Clean" />
</Target>
<Target Name="Familias_controller:Make">
<MSBuild Projects="Modulos\Familias\Controller\Familias_controller.dproj" Targets="Make" />
</Target>
<Target Name="Familias_view">
<MSBuild Projects="Modulos\Familias\Views\Familias_view.dproj" Targets="" />
</Target>
<Target Name="Familias_view:Clean">
<MSBuild Projects="Modulos\Familias\Views\Familias_view.dproj" Targets="Clean" />
</Target>
<Target Name="Familias_view:Make">
<MSBuild Projects="Modulos\Familias\Views\Familias_view.dproj" Targets="Make" />
</Target>
<Target Name="Familias_plugin">
<MSBuild Projects="Modulos\Familias\Plugin\Familias_plugin.dproj" Targets="" />
</Target>
<Target Name="Familias_plugin:Clean">
<MSBuild Projects="Modulos\Familias\Plugin\Familias_plugin.dproj" Targets="Clean" />
</Target>
<Target Name="Familias_plugin:Make">
<MSBuild Projects="Modulos\Familias\Plugin\Familias_plugin.dproj" Targets="Make" />
</Target>
<Target Name="Contactos_model">
<MSBuild Projects="Modulos\Contactos\Model\Contactos_model.dproj" Targets="" />
</Target>
@ -292,13 +262,13 @@
<MSBuild Projects="Cliente\FactuGES.dproj" Targets="Make" />
</Target>
<Target Name="Build">
<CallTarget Targets="FactuGES_Server;Base;ControllerBase;GUIBase;Usuarios_model;Usuarios_data;Usuarios_controller;Empresas_model;Empresas_data;Empresas_controller;Empresas_view;Empresas_plugin;FormasPago_model;FormasPago_data;FormasPago_controller;FormasPago_view;FormasPago_plugin;TiposIVA_model;TiposIVA_data;TiposIVA_controller;TiposIVA_view;TiposIVA_plugin;Contactos_model;Contactos_data;Contactos_controller;Contactos_view;Contactos_plugin;FactuGES" />
<CallTarget Targets="FactuGES_Server;Base;GUIBase;ApplicationBase;FormasPago_model;FormasPago_data;FormasPago_controller;FormasPago_view;FormasPago_plugin;TiposIVA_model;TiposIVA_data;TiposIVA_controller;TiposIVA_view;TiposIVA_plugin;Familias_model;Familias_data;Familias_controller;Familias_view;Familias_plugin;Contactos_model;Contactos_data;Contactos_controller;Contactos_view;Contactos_plugin;FactuGES" />
</Target>
<Target Name="Clean">
<CallTarget Targets="FactuGES_Server:Clean;Base:Clean;ControllerBase:Clean;GUIBase:Clean;Usuarios_model:Clean;Usuarios_data:Clean;Usuarios_controller:Clean;Empresas_model:Clean;Empresas_data:Clean;Empresas_controller:Clean;Empresas_view:Clean;Empresas_plugin:Clean;FormasPago_model:Clean;FormasPago_data:Clean;FormasPago_controller:Clean;FormasPago_view:Clean;FormasPago_plugin:Clean;TiposIVA_model:Clean;TiposIVA_data:Clean;TiposIVA_controller:Clean;TiposIVA_view:Clean;TiposIVA_plugin:Clean;Contactos_model:Clean;Contactos_data:Clean;Contactos_controller:Clean;Contactos_view:Clean;Contactos_plugin:Clean;FactuGES:Clean" />
<CallTarget Targets="FactuGES_Server:Clean;Base:Clean;GUIBase:Clean;ApplicationBase:Clean;FormasPago_model:Clean;FormasPago_data:Clean;FormasPago_controller:Clean;FormasPago_view:Clean;FormasPago_plugin:Clean;TiposIVA_model:Clean;TiposIVA_data:Clean;TiposIVA_controller:Clean;TiposIVA_view:Clean;TiposIVA_plugin:Clean;Familias_model:Clean;Familias_data:Clean;Familias_controller:Clean;Familias_view:Clean;Familias_plugin:Clean;Contactos_model:Clean;Contactos_data:Clean;Contactos_controller:Clean;Contactos_view:Clean;Contactos_plugin:Clean;FactuGES:Clean" />
</Target>
<Target Name="Make">
<CallTarget Targets="FactuGES_Server:Make;Base:Make;ControllerBase:Make;GUIBase:Make;Usuarios_model:Make;Usuarios_data:Make;Usuarios_controller:Make;Empresas_model:Make;Empresas_data:Make;Empresas_controller:Make;Empresas_view:Make;Empresas_plugin:Make;FormasPago_model:Make;FormasPago_data:Make;FormasPago_controller:Make;FormasPago_view:Make;FormasPago_plugin:Make;TiposIVA_model:Make;TiposIVA_data:Make;TiposIVA_controller:Make;TiposIVA_view:Make;TiposIVA_plugin:Make;Contactos_model:Make;Contactos_data:Make;Contactos_controller:Make;Contactos_view:Make;Contactos_plugin:Make;FactuGES:Make" />
<CallTarget Targets="FactuGES_Server:Make;Base:Make;GUIBase:Make;ApplicationBase:Make;FormasPago_model:Make;FormasPago_data:Make;FormasPago_controller:Make;FormasPago_view:Make;FormasPago_plugin:Make;TiposIVA_model:Make;TiposIVA_data:Make;TiposIVA_controller:Make;TiposIVA_view:Make;TiposIVA_plugin:Make;Familias_model:Make;Familias_data:Make;Familias_controller:Make;Familias_view:Make;Familias_plugin:Make;Contactos_model:Make;Contactos_data:Make;Contactos_controller:Make;Contactos_view:Make;Contactos_plugin:Make;FactuGES:Make" />
</Target>
<Import Condition="Exists('$(MSBuildBinPath)\Borland.Group.Targets')" Project="$(MSBuildBinPath)\Borland.Group.Targets" />
</Project>

View File

@ -35,4 +35,4 @@ END
/* C:\Codigo Tecsitel\Source\GUIBase\uDialogBase.dfm */
/* C:\Codigo Tecsitel\Source\GUIBase\uViewGrid.dfm */
/* C:\Codigo Tecsitel\Source\GUIBase\GUIBase.res */
/* C:\DOCUME~1\Usuario\CONFIG~1\Temp\dtf37.tmp */
/* C:\Codigo Tecsitel\Source\GUIBase\GUIBase.drf */

View File

@ -23,7 +23,6 @@ package Contactos_data;
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$IMPLICITBUILD ON}
{%TogetherDiagram 'ModelSupport_Contactos_data\default.txaPackage'}
requires
rtl,

View File

@ -50,11 +50,10 @@
<MainSource>MainSource</MainSource>
</DelphiCompile>
<None Include="ModelSupport_Contactos_data\default.txaPackage" />
<DCCReference Include="C:\Documents and Settings\Usuario\Base.dcp" />
<DCCReference Include="C:\Documents and Settings\Usuario\Contactos_model.dcp" />
<DCCReference Include="C:\Documents and Settings\Usuario\rtl.dcp" />
<DCCReference Include="C:\Documents and Settings\Usuario\Usuarios.dcp" />
<DCCReference Include="C:\Documents and Settings\Usuario\vcl.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\Base.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\Contactos_model.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\rtl.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\vcl.dcp" />
<DCCReference Include="uDataModuleClientes.pas">
<Form>DataModuleClientes </Form>
</DCCReference>

View File

@ -28,7 +28,8 @@ requires
rtl,
vcl,
Base,
Empresas_controller;
GUIBase,
ApplicationBase;
contains
uBizContactosDatosBancarios in 'uBizContactosDatosBancarios.pas',

View File

@ -49,12 +49,25 @@
<DelphiCompile Include="Contactos_model.dpk">
<MainSource>MainSource</MainSource>
</DelphiCompile>
<DCCReference Include="..\..\..\ApplicationBase\A.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\Ap.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\App.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\Appl.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\Appli.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\Applic.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\Applica.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\Applicat.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\Applicati.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\Applicatio.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\Application.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\ApplicationB.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\ApplicationBa.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\ApplicationBas.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\Base.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\GUIBase.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\rtl.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\vcl.dcp" />
<DCCReference Include="..\Utiles\uRegimenIVAUtils.pas" />
<DCCReference Include="C:\Documents and Settings\Usuario\Base.dcp" />
<DCCReference Include="C:\Documents and Settings\Usuario\Empresas_controller.dcp" />
<DCCReference Include="C:\Documents and Settings\Usuario\rtl.dcp" />
<DCCReference Include="C:\Documents and Settings\Usuario\Usuarios.dcp" />
<DCCReference Include="C:\Documents and Settings\Usuario\vcl.dcp" />
<DCCReference Include="Data\uIDataModuleClientes.pas" />
<DCCReference Include="Data\uIDataModuleContactos.pas" />
<DCCReference Include="Data\uIDataModuleEmpleados.pas" />

View File

@ -42,23 +42,24 @@
<Borland.Personality>Delphi.Personality</Borland.Personality>
<Borland.ProjectType>Package</Borland.ProjectType>
<BorlandProject>
<BorlandProject><Delphi.Personality><Parameters><Parameters Name="UseLauncher">False</Parameters><Parameters Name="LoadAllSymbols">True</Parameters><Parameters Name="LoadUnspecifiedSymbols">False</Parameters></Parameters><Package_Options><Package_Options Name="ImplicitBuild">False</Package_Options><Package_Options Name="DesigntimeOnly">False</Package_Options><Package_Options Name="RuntimeOnly">False</Package_Options></Package_Options><VersionInfo><VersionInfo Name="IncludeVerInfo">True</VersionInfo><VersionInfo Name="AutoIncBuild">False</VersionInfo><VersionInfo Name="MajorVer">1</VersionInfo><VersionInfo Name="MinorVer">0</VersionInfo><VersionInfo Name="Release">0</VersionInfo><VersionInfo Name="Build">0</VersionInfo><VersionInfo Name="Debug">False</VersionInfo><VersionInfo Name="PreRelease">False</VersionInfo><VersionInfo Name="Special">False</VersionInfo><VersionInfo Name="Private">False</VersionInfo><VersionInfo Name="DLL">False</VersionInfo><VersionInfo Name="Locale">3082</VersionInfo><VersionInfo Name="CodePage">1252</VersionInfo></VersionInfo><VersionInfoKeys><VersionInfoKeys Name="CompanyName"></VersionInfoKeys><VersionInfoKeys Name="FileDescription"></VersionInfoKeys><VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys><VersionInfoKeys Name="InternalName"></VersionInfoKeys><VersionInfoKeys Name="LegalCopyright"></VersionInfoKeys><VersionInfoKeys Name="LegalTrademarks"></VersionInfoKeys><VersionInfoKeys Name="OriginalFilename"></VersionInfoKeys><VersionInfoKeys Name="ProductName"></VersionInfoKeys><VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys><VersionInfoKeys Name="Comments"></VersionInfoKeys></VersionInfoKeys><Source><Source Name="MainSource">Contactos_view.dpk</Source></Source></Delphi.Personality></BorlandProject></BorlandProject>
<BorlandProject><Delphi.Personality><Parameters><Parameters Name="UseLauncher">False</Parameters><Parameters Name="LoadAllSymbols">True</Parameters><Parameters Name="LoadUnspecifiedSymbols">False</Parameters></Parameters><Package_Options><Package_Options Name="ImplicitBuild">True</Package_Options><Package_Options Name="DesigntimeOnly">False</Package_Options><Package_Options Name="RuntimeOnly">False</Package_Options></Package_Options><VersionInfo><VersionInfo Name="IncludeVerInfo">True</VersionInfo><VersionInfo Name="AutoIncBuild">False</VersionInfo><VersionInfo Name="MajorVer">1</VersionInfo><VersionInfo Name="MinorVer">0</VersionInfo><VersionInfo Name="Release">0</VersionInfo><VersionInfo Name="Build">0</VersionInfo><VersionInfo Name="Debug">False</VersionInfo><VersionInfo Name="PreRelease">False</VersionInfo><VersionInfo Name="Special">False</VersionInfo><VersionInfo Name="Private">False</VersionInfo><VersionInfo Name="DLL">False</VersionInfo><VersionInfo Name="Locale">3082</VersionInfo><VersionInfo Name="CodePage">1252</VersionInfo></VersionInfo><VersionInfoKeys><VersionInfoKeys Name="CompanyName"></VersionInfoKeys><VersionInfoKeys Name="FileDescription"></VersionInfoKeys><VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys><VersionInfoKeys Name="InternalName"></VersionInfoKeys><VersionInfoKeys Name="LegalCopyright"></VersionInfoKeys><VersionInfoKeys Name="LegalTrademarks"></VersionInfoKeys><VersionInfoKeys Name="OriginalFilename"></VersionInfoKeys><VersionInfoKeys Name="ProductName"></VersionInfoKeys><VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys><VersionInfoKeys Name="Comments"></VersionInfoKeys></VersionInfoKeys><Source><Source Name="MainSource">Contactos_view.dpk</Source></Source></Delphi.Personality></BorlandProject></BorlandProject>
</ProjectExtensions>
<Import Project="$(MSBuildBinPath)\Borland.Delphi.Targets" />
<ItemGroup>
<DelphiCompile Include="Contactos_view.dpk">
<MainSource>MainSource</MainSource>
</DelphiCompile>
<DCCReference Include="Base.dcp" />
<DCCReference Include="Contactos_controller.dcp" />
<DCCReference Include="Contactos_model.dcp" />
<DCCReference Include="FormasPago_controller.dcp" />
<DCCReference Include="FormasPago_model.dcp" />
<DCCReference Include="GUIBase.dcp" />
<DCCReference Include="JvGlobusD11R.dcp" />
<DCCReference Include="rtl.dcp" />
<DCCReference Include="TiposIVA_controller.dcp" />
<DCCReference Include="TiposIVA_model.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\Base.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\Contactos_controller.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\Contactos_model.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\FormasPago_controller.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\FormasPago_model.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\GUIBase.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\JvGlobusD11R.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\rtl.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\TiposIVA_controller.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\TiposIVA_model.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\vcl.dcp" />
<DCCReference Include="uContactosViewRegister.pas" />
<DCCReference Include="uEditorCliente.pas">
<Form>fEditorCliente</Form>
@ -156,6 +157,489 @@
<DCCReference Include="uViewProveedores.pas">
<Form>frViewProveedores</Form>
</DCCReference>
<DCCReference Include="vcl.dcp" />
</ItemGroup>
</Project>
<!-- EurekaLog First Line
[Exception Log]
EurekaLog Version=6006
Activate=0
Activate Handle=1
Save Log File=1
Foreground Tab=0
Freeze Activate=0
Freeze Timeout=0
SMTP From=eurekalog@email.com
SMTP Host=
SMTP Port=25
SMTP UserID=
SMTP Password=
Append to Log=0
TerminateBtn Operation=2
Errors Number=32
Errors Terminate=3
Email Address=
Email Object=
Email Send Options=0
Output Path=
Encrypt Password=
AutoCloseDialogSecs=0
WebSendMode=0
SupportULR=
HTMLLayout Count=15
HTMLLine0="%3Chtml%3E"
HTMLLine1=" %3Chead%3E"
HTMLLine2=" %3C/head%3E"
HTMLLine3=" %3Cbody TopMargin=10 LeftMargin=10%3E"
HTMLLine4=" %3Ctable width="100%%" border="0"%3E"
HTMLLine5=" %3Ctr%3E"
HTMLLine6=" %3Ctd nowrap%3E"
HTMLLine7=" %3Cfont face="Lucida Console, Courier" size="2"%3E"
HTMLLine8=" %3C%%HTML_TAG%%%3E"
HTMLLine9=" %3C/font%3E"
HTMLLine10=" %3C/td%3E"
HTMLLine11=" %3C/tr%3E"
HTMLLine12=" %3C/table%3E"
HTMLLine13=" %3C/body%3E"
HTMLLine14="%3C/html%3E"
AutoCrashOperation=2
AutoCrashNumber=10
AutoCrashMinutes=1
WebURL=
WebUserID=
WebPassword=
WebPort=0
AttachedFiles=
ProxyURL=
ProxyUser=
ProxyPassword=
ProxyPort=8080
TrakerUser=
TrakerPassword=
TrakerAssignTo=
TrakerProject=
TrakerCategory=
TrakerTrialID=
ZipPassword=
PreBuildEvent=
PostSuccessfulBuildEvent=
PostFailureBuildEvent=
ExceptionDialogType=2
Count=0
EMail Message Line Count=0
loNoDuplicateErrors=0
loAppendReproduceText=0
loDeleteLogAtVersionChange=0
loAddComputerNameInLogFileName=0
loSaveModulesAndProcessesSections=1
loSaveAssemblerAndCPUSections=1
soAppStartDate=1
soAppName=1
soAppVersionNumber=1
soAppParameters=1
soAppCompilationDate=1
soAppUpTime=1
soExcDate=1
soExcAddress=1
soExcModuleName=1
soExcModuleVersion=1
soExcType=1
soExcMessage=1
soExcID=1
soExcCount=1
soExcStatus=1
soExcNote=1
soUserID=1
soUserName=1
soUserEmail=1
soUserPrivileges=1
soUserCompany=1
soActCtlsFormClass=1
soActCtlsFormText=1
soActCtlsControlClass=1
soActCtlsControlText=1
soCmpName=1
soCmpTotalMemory=1
soCmpFreeMemory=1
soCmpTotalDisk=1
soCmpFreeDisk=1
soCmpSysUpTime=1
soCmpProcessor=1
soCmpDisplayMode=1
soCmpDisplayDPI=1
soCmpVideoCard=1
soCmpPrinter=1
soOSType=1
soOSBuildN=1
soOSUpdate=1
soOSLanguage=1
soOSCharset=1
soNetIP=1
soNetSubmask=1
soNetGateway=1
soNetDNS1=1
soNetDNS2=1
soNetDHCP=1
soCustomData=1
sndShowSendDialog=1
sndShowSuccessFailureMsg=0
sndSendEntireLog=0
sndSendXMLLogCopy=0
sndSendScreenshot=1
sndUseOnlyActiveWindow=0
sndSendLastHTMLPage=1
sndSendInSeparatedThread=0
sndAddDateInFileName=0
sndAddComputerNameInFileName=0
edoSendErrorReportChecked=1
edoAttachScreenshotChecked=1
edoShowCopyToClipOption=1
edoShowDetailsButton=1
edoShowInDetailedMode=0
edoShowInTopMostMode=0
edoUseEurekaLogLookAndFeel=0
edoShowSendErrorReportOption=1
edoShowAttachScreenshotOption=1
edoShowCustomButton=0
csoShowDLLs=1
csoShowBPLs=1
csoShowBorlandThreads=1
csoShowWindowsThreads=1
csoDoNotStoreProcNames=0
boPauseBorlandThreads=0
boDoNotPauseMainThread=0
boPauseWindowsThreads=0
boUseMainModuleOptions=1
boCopyLogInCaseOfError=1
boSaveCompressedCopyInCaseOfError=0
boHandleSafeCallExceptions=1
boCallRTLExceptionEvent=0
boCatchHandledExceptions=0
loCatchLeaks=0
loGroupsSonLeaks=1
loHideBorlandLeaks=1
loFreeAllLeaks=1
loCatchLeaksExceptions=1
cfoReduceFileSize=1
cfoCheckFileCorruption=0
Count mtInformationMsgCaption=1
mtInformationMsgCaption0="Information."
Count mtQuestionMsgCaption=1
mtQuestionMsgCaption0="Question."
Count mtErrorMsgCaption=1
mtErrorMsgCaption0="Error."
Count mtDialog_Caption=1
mtDialog_Caption0="Error occurred"
Count mtDialog_ErrorMsgCaption=2
mtDialog_ErrorMsgCaption0="An error has occurred during program execution."
mtDialog_ErrorMsgCaption1="Please read the following information for further details."
Count mtDialog_GeneralCaption=1
mtDialog_GeneralCaption0="General"
Count mtDialog_GeneralHeader=1
mtDialog_GeneralHeader0="General Information"
Count mtDialog_CallStackCaption=1
mtDialog_CallStackCaption0="Call Stack"
Count mtDialog_CallStackHeader=1
mtDialog_CallStackHeader0="Call Stack Information"
Count mtDialog_ModulesCaption=1
mtDialog_ModulesCaption0="Modules"
Count mtDialog_ModulesHeader=1
mtDialog_ModulesHeader0="Modules Information"
Count mtDialog_ProcessesCaption=1
mtDialog_ProcessesCaption0="Processes"
Count mtDialog_ProcessesHeader=1
mtDialog_ProcessesHeader0="Processes Information"
Count mtDialog_AsmCaption=1
mtDialog_AsmCaption0="Assembler"
Count mtDialog_AsmHeader=1
mtDialog_AsmHeader0="Assembler Information"
Count mtDialog_CPUCaption=1
mtDialog_CPUCaption0="CPU"
Count mtDialog_CPUHeader=1
mtDialog_CPUHeader0="CPU Information"
Count mtDialog_OKButtonCaption=1
mtDialog_OKButtonCaption0="%26OK"
Count mtDialog_TerminateButtonCaption=1
mtDialog_TerminateButtonCaption0="%26Terminate"
Count mtDialog_RestartButtonCaption=1
mtDialog_RestartButtonCaption0="%26Restart"
Count mtDialog_DetailsButtonCaption=1
mtDialog_DetailsButtonCaption0="%26Details"
Count mtDialog_CustomButtonCaption=1
mtDialog_CustomButtonCaption0="%26Help"
Count mtDialog_SendMessage=1
mtDialog_SendMessage0="%26Send this error via Internet"
Count mtDialog_ScreenshotMessage=1
mtDialog_ScreenshotMessage0="%26Attach a Screenshot image"
Count mtDialog_CopyMessage=1
mtDialog_CopyMessage0="%26Copy to Clipboard"
Count mtDialog_SupportMessage=1
mtDialog_SupportMessage0="Go to the Support Page"
Count mtMSDialog_ErrorMsgCaption=1
mtMSDialog_ErrorMsgCaption0="The application has encountered a problem. We are sorry for the inconvenience."
Count mtMSDialog_RestartCaption=1
mtMSDialog_RestartCaption0="Restart application."
Count mtMSDialog_TerminateCaption=1
mtMSDialog_TerminateCaption0="Terminate application."
Count mtMSDialog_PleaseCaption=1
mtMSDialog_PleaseCaption0="Please tell us about this problem."
Count mtMSDialog_DescriptionCaption=1
mtMSDialog_DescriptionCaption0="We have created an error report that you can send to us. We will treat this report as confidential and anonymous."
Count mtMSDialog_SeeDetailsCaption=1
mtMSDialog_SeeDetailsCaption0="To see what data the error report contains,"
Count mtMSDialog_SeeClickCaption=1
mtMSDialog_SeeClickCaption0="click here."
Count mtMSDialog_HowToReproduceCaption=1
mtMSDialog_HowToReproduceCaption0="What were you doing when the problem happended (optional)?"
Count mtMSDialog_EmailCaption=1
mtMSDialog_EmailCaption0="Email address (optional):"
Count mtMSDialog_SendButtonCaption=1
mtMSDialog_SendButtonCaption0="%26Send Error Report"
Count mtMSDialog_NoSendButtonCaption=1
mtMSDialog_NoSendButtonCaption0="%26Don't Send"
Count mtLog_AppHeader=1
mtLog_AppHeader0="Application"
Count mtLog_AppStartDate=1
mtLog_AppStartDate0="Start Date"
Count mtLog_AppName=1
mtLog_AppName0="Name/Description"
Count mtLog_AppVersionNumber=1
mtLog_AppVersionNumber0="Version Number"
Count mtLog_AppParameters=1
mtLog_AppParameters0="Parameters"
Count mtLog_AppCompilationDate=1
mtLog_AppCompilationDate0="Compilation Date"
Count mtLog_AppUpTime=1
mtLog_AppUpTime0="Up Time"
Count mtLog_ExcHeader=1
mtLog_ExcHeader0="Exception"
Count mtLog_ExcDate=1
mtLog_ExcDate0="Date"
Count mtLog_ExcAddress=1
mtLog_ExcAddress0="Address"
Count mtLog_ExcModuleName=1
mtLog_ExcModuleName0="Module Name"
Count mtLog_ExcModuleVersion=1
mtLog_ExcModuleVersion0="Module Version"
Count mtLog_ExcType=1
mtLog_ExcType0="Type"
Count mtLog_ExcMessage=1
mtLog_ExcMessage0="Message"
Count mtLog_ExcID=1
mtLog_ExcID0="ID"
Count mtLog_ExcCount=1
mtLog_ExcCount0="Count"
Count mtLog_ExcStatus=1
mtLog_ExcStatus0="Status"
Count mtLog_ExcNote=1
mtLog_ExcNote0="Note"
Count mtLog_UserHeader=1
mtLog_UserHeader0="User"
Count mtLog_UserID=1
mtLog_UserID0="ID"
Count mtLog_UserName=1
mtLog_UserName0="Name"
Count mtLog_UserEmail=1
mtLog_UserEmail0="Email"
Count mtLog_UserCompany=1
mtLog_UserCompany0="Company"
Count mtLog_UserPrivileges=1
mtLog_UserPrivileges0="Privileges"
Count mtLog_ActCtrlsHeader=1
mtLog_ActCtrlsHeader0="Active Controls"
Count mtLog_ActCtrlsFormClass=1
mtLog_ActCtrlsFormClass0="Form Class"
Count mtLog_ActCtrlsFormText=1
mtLog_ActCtrlsFormText0="Form Text"
Count mtLog_ActCtrlsControlClass=1
mtLog_ActCtrlsControlClass0="Control Class"
Count mtLog_ActCtrlsControlText=1
mtLog_ActCtrlsControlText0="Control Text"
Count mtLog_CmpHeader=1
mtLog_CmpHeader0="Computer"
Count mtLog_CmpName=1
mtLog_CmpName0="Name"
Count mtLog_CmpTotalMemory=1
mtLog_CmpTotalMemory0="Total Memory"
Count mtLog_CmpFreeMemory=1
mtLog_CmpFreeMemory0="Free Memory"
Count mtLog_CmpTotalDisk=1
mtLog_CmpTotalDisk0="Total Disk"
Count mtLog_CmpFreeDisk=1
mtLog_CmpFreeDisk0="Free Disk"
Count mtLog_CmpSystemUpTime=1
mtLog_CmpSystemUpTime0="System Up Time"
Count mtLog_CmpProcessor=1
mtLog_CmpProcessor0="Processor"
Count mtLog_CmpDisplayMode=1
mtLog_CmpDisplayMode0="Display Mode"
Count mtLog_CmpDisplayDPI=1
mtLog_CmpDisplayDPI0="Display DPI"
Count mtLog_CmpVideoCard=1
mtLog_CmpVideoCard0="Video Card"
Count mtLog_CmpPrinter=1
mtLog_CmpPrinter0="Printer"
Count mtLog_OSHeader=1
mtLog_OSHeader0="Operating System"
Count mtLog_OSType=1
mtLog_OSType0="Type"
Count mtLog_OSBuildN=1
mtLog_OSBuildN0="Build #"
Count mtLog_OSUpdate=1
mtLog_OSUpdate0="Update"
Count mtLog_OSLanguage=1
mtLog_OSLanguage0="Language"
Count mtLog_OSCharset=1
mtLog_OSCharset0="Charset"
Count mtLog_NetHeader=1
mtLog_NetHeader0="Network"
Count mtLog_NetIP=1
mtLog_NetIP0="IP Address"
Count mtLog_NetSubmask=1
mtLog_NetSubmask0="Submask"
Count mtLog_NetGateway=1
mtLog_NetGateway0="Gateway"
Count mtLog_NetDNS1=1
mtLog_NetDNS10="DNS 1"
Count mtLog_NetDNS2=1
mtLog_NetDNS20="DNS 2"
Count mtLog_NetDHCP=1
mtLog_NetDHCP0="DHCP"
Count mtLog_CustInfoHeader=1
mtLog_CustInfoHeader0="Custom Information"
Count mtCallStack_Address=1
mtCallStack_Address0="Address"
Count mtCallStack_Name=1
mtCallStack_Name0="Module"
Count mtCallStack_Unit=1
mtCallStack_Unit0="Unit"
Count mtCallStack_Class=1
mtCallStack_Class0="Class"
Count mtCallStack_Procedure=1
mtCallStack_Procedure0="Procedure/Method"
Count mtCallStack_Line=1
mtCallStack_Line0="Line"
Count mtCallStack_MainThread=1
mtCallStack_MainThread0="Main"
Count mtCallStack_ExceptionThread=1
mtCallStack_ExceptionThread0="Exception Thread"
Count mtCallStack_RunningThread=1
mtCallStack_RunningThread0="Running Thread"
Count mtCallStack_CallingThread=1
mtCallStack_CallingThread0="Calling Thread"
Count mtCallStack_ThreadID=1
mtCallStack_ThreadID0="ID"
Count mtCallStack_ThreadPriority=1
mtCallStack_ThreadPriority0="Priority"
Count mtCallStack_ThreadClass=1
mtCallStack_ThreadClass0="Class"
Count mtCallStack_LeakCaption=1
mtCallStack_LeakCaption0="Memory Leak"
Count mtCallStack_LeakData=1
mtCallStack_LeakData0="Data"
Count mtCallStack_LeakType=1
mtCallStack_LeakType0="Type"
Count mtCallStack_LeakSize=1
mtCallStack_LeakSize0="Total size"
Count mtCallStack_LeakCount=1
mtCallStack_LeakCount0="Count"
Count mtSendDialog_Caption=1
mtSendDialog_Caption0="Send."
Count mtSendDialog_Message=1
mtSendDialog_Message0="Message"
Count mtSendDialog_Resolving=1
mtSendDialog_Resolving0="Resolving DNS..."
Count mtSendDialog_Login=1
mtSendDialog_Login0="Login..."
Count mtSendDialog_Connecting=1
mtSendDialog_Connecting0="Connecting with server..."
Count mtSendDialog_Connected=1
mtSendDialog_Connected0="Connected with server."
Count mtSendDialog_Sending=1
mtSendDialog_Sending0="Sending message..."
Count mtSendDialog_Sent=1
mtSendDialog_Sent0="Message sent."
Count mtSendDialog_SelectProject=1
mtSendDialog_SelectProject0="Select project..."
Count mtSendDialog_Searching=1
mtSendDialog_Searching0="Searching..."
Count mtSendDialog_Modifying=1
mtSendDialog_Modifying0="Modifying..."
Count mtSendDialog_Disconnecting=1
mtSendDialog_Disconnecting0="Disconnecting..."
Count mtSendDialog_Disconnected=1
mtSendDialog_Disconnected0="Disconnected."
Count mtReproduceDialog_Caption=1
mtReproduceDialog_Caption0="Request"
Count mtReproduceDialog_Request=1
mtReproduceDialog_Request0="Please describe the steps to reproduce the error:"
Count mtReproduceDialog_OKButtonCaption=1
mtReproduceDialog_OKButtonCaption0="%26OK"
Count mtModules_Handle=1
mtModules_Handle0="Handle"
Count mtModules_Name=1
mtModules_Name0="Name"
Count mtModules_Description=1
mtModules_Description0="Description"
Count mtModules_Version=1
mtModules_Version0="Version"
Count mtModules_Size=1
mtModules_Size0="Size"
Count mtModules_LastModified=1
mtModules_LastModified0="Modified"
Count mtModules_Path=1
mtModules_Path0="Path"
Count mtProcesses_ID=1
mtProcesses_ID0="ID"
Count mtProcesses_Name=1
mtProcesses_Name0="Name"
Count mtProcesses_Description=1
mtProcesses_Description0="Description"
Count mtProcesses_Version=1
mtProcesses_Version0="Version"
Count mtProcesses_Memory=1
mtProcesses_Memory0="Memory"
Count mtProcesses_Priority=1
mtProcesses_Priority0="Priority"
Count mtProcesses_Threads=1
mtProcesses_Threads0="Threads"
Count mtProcesses_Path=1
mtProcesses_Path0="Path"
Count mtCPU_Registers=1
mtCPU_Registers0="Registers"
Count mtCPU_Stack=1
mtCPU_Stack0="Stack"
Count mtCPU_MemoryDump=1
mtCPU_MemoryDump0="Memory Dump"
Count mtSend_SuccessMsg=1
mtSend_SuccessMsg0="The message was sent successfully."
Count mtSend_FailureMsg=1
mtSend_FailureMsg0="Sorry, sending the message didn't work."
Count mtSend_BugClosedMsg=2
mtSend_BugClosedMsg0="These BUG is just closed."
mtSend_BugClosedMsg1="Contact the program support to obtain an update."
Count mtSend_UnknownErrorMsg=1
mtSend_UnknownErrorMsg0="Unknown error."
Count mtSend_InvalidLoginMsg=1
mtSend_InvalidLoginMsg0="Invalid login request."
Count mtSend_InvalidSearchMsg=1
mtSend_InvalidSearchMsg0="Invalid search request."
Count mtSend_InvalidSelectionMsg=1
mtSend_InvalidSelectionMsg0="Invalid selection request."
Count mtSend_InvalidInsertMsg=1
mtSend_InvalidInsertMsg0="Invalid insert request."
Count mtSend_InvalidModifyMsg=1
mtSend_InvalidModifyMsg0="Invalid modify request."
Count mtFileCrackedMsg=2
mtFileCrackedMsg0="This file is cracked."
mtFileCrackedMsg1="The application will be closed."
Count mtException_LeakMultiFree=1
mtException_LeakMultiFree0="Multi Free memory leak."
Count mtException_LeakMemoryOverrun=1
mtException_LeakMemoryOverrun0="Memory Overrun leak."
Count mtException_AntiFreeze=1
mtException_AntiFreeze0="The application seems to be frozen."
Count mtInvalidEmailMsg=1
mtInvalidEmailMsg0="Invalid email."
TextsCollection=English
EurekaLog Last Line -->

View File

@ -46,41 +46,13 @@
<DelphiCompile Include="Familias_controller.dpk">
<MainSource>MainSource</MainSource>
</DelphiCompile>
<DCCReference Include="..\..\..\ApplicationBase\AFamilias_model.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\ApFamilias_model.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\AppFamilias_model.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\ApplFamilias_model.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\ApplicaFamilias_model.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\ApplicatFamilias_model.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\ApplicatiFamilias_model.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\ApplicatioFamilias_model.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\ApplicationBaFamilias_model.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\ApplicationBaseFamilias_model.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\ApplicationBasFamilias_model.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\ApplicationBFamilias_model.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\ApplicationFamilias_model.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\ApplicFamilias_model.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\AppliFamilias_model.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\BaFamilias_model.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\Base.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\BaseFamilias_model.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\BasFamilias_model.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\BFamilias_model.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\Familias_data.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\Familias_datacontainsuFamiliasControllerin.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\Familias_model.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\GFamilias_model.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\GUFamilias_model.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\GUIBaFamilias_model.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\GUIBase.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\GUIBaseFamilias_model.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\GUIBasFamilias_model.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\GUIBFamilias_model.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\GUIFamilias_model.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\GUIVBFamilias_model.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\GUIVFamilias_model.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\rtl.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\vcl.dcp" />
<DCCReference Include="..\Plugin\ApplicationBase.dcp" />
<DCCReference Include="..\Plugin\Base.dcp" />
<DCCReference Include="..\Plugin\Familias_data.dcp" />
<DCCReference Include="..\Plugin\Familias_model.dcp" />
<DCCReference Include="..\Plugin\GUIBase.dcp" />
<DCCReference Include="..\Plugin\rtl.dcp" />
<DCCReference Include="..\Plugin\vcl.dcp" />
<DCCReference Include="uFamiliasController.pas" />
<DCCReference Include="View\uIEditorFamilias.pas" />
</ItemGroup>

View File

@ -0,0 +1,22 @@
1 VERSIONINFO
FILEVERSION 1,0,0,0
PRODUCTVERSION 1,0,0,0
FILEFLAGSMASK 0x3FL
FILEFLAGS 0x00L
FILEOS 0x40004L
FILETYPE 0x1L
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "0C0A04E4"
BEGIN
VALUE "FileVersion", "1.0.0.0\0"
VALUE "ProductVersion", "1.0.0.0\0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x0C0A, 1252
END
END

View File

@ -26,11 +26,9 @@ package Familias_data;
requires
rtl,
dbrtl,
vcl,
dsnap,
vcldb,
Base,
GUIBase,
ApplicationBase,
Familias_model;

View File

@ -46,18 +46,23 @@
<DelphiCompile Include="Familias_data.dpk">
<MainSource>MainSource</MainSource>
</DelphiCompile>
<DCCReference Include="..\..\..\ApplicationBase\adortl.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\ApplicationBase.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\ApplicationBaseFamilias_model.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\Base.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\cxLibraryD10.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\dbrtl.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\dsnap.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\dxThemeD10.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\Familias_model.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\rtl.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\vcl.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\vcldb.dcp" />
<DCCReference Include="..\Plugin\ApplicationBase.dcp" />
<DCCReference Include="..\Plugin\Base.dcp" />
<DCCReference Include="..\Plugin\dbrtl.dcp" />
<DCCReference Include="..\Plugin\dsnap.dcp" />
<DCCReference Include="..\Plugin\Familias_model.dcp" />
<DCCReference Include="..\Plugin\GApplicationBase.dcp" />
<DCCReference Include="..\Plugin\GUApplicationBase.dcp" />
<DCCReference Include="..\Plugin\GUIApplicationBase.dcp" />
<DCCReference Include="..\Plugin\GUIBaApplicationBase.dcp" />
<DCCReference Include="..\Plugin\GUIBApplicationBase.dcp" />
<DCCReference Include="..\Plugin\GUIBasApplicationBase.dcp" />
<DCCReference Include="..\Plugin\GUIBase.ApplicationBase.dcp" />
<DCCReference Include="..\Plugin\GUIBase.dcp" />
<DCCReference Include="..\Plugin\GUIBaseApplicationBase.dcp" />
<DCCReference Include="..\Plugin\rtl.dcp" />
<DCCReference Include="..\Plugin\vcl.dcp" />
<DCCReference Include="..\Plugin\vcldb.dcp" />
<DCCReference Include="uDataModuleFamilias.pas">
<Form>DataModuleFamilias</Form>
</DCCReference>

View File

@ -0,0 +1,22 @@
1 VERSIONINFO
FILEVERSION 1,0,0,0
PRODUCTVERSION 1,0,0,0
FILEFLAGSMASK 0x3FL
FILEFLAGS 0x00L
FILEOS 0x40004L
FILETYPE 0x1L
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "0C0A04E4"
BEGIN
VALUE "FileVersion", "1.0.0.0\0"
VALUE "ProductVersion", "1.0.0.0\0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x0C0A, 1252
END
END

View File

@ -1,186 +1,50 @@
object DataModuleFamilias: TDataModuleFamilias
OldCreateOrder = True
OnCreate = DAClientDataModuleCreate
RemoteService = RORemoteService
Adapter = DABinAdapter
SchemaCall.MethodName = 'GetSchemaAsXML'
SchemaCall.Params = <
item
Name = 'Result'
ParamType = fResult
DataType = rtString
end>
Height = 414
Width = 518
Height = 176
Width = 361
object RORemoteService: TRORemoteService
Message = dmConexion.ROMessage
Channel = dmConexion.ROChannel
ServiceName = 'srvFamilias'
Message = ROBinMessage1
Channel = ROWinInetHTTPChannel1
Left = 48
Top = 24
end
object DABinAdapter: TDABINAdapter
Left = 48
Top = 80
object rda_Familias: TDARemoteDataAdapter
GetSchemaCall.RemoteService = RORemoteService
GetDataCall.RemoteService = RORemoteService
UpdateDataCall.RemoteService = RORemoteService
GetScriptsCall.RemoteService = RORemoteService
RemoteService = RORemoteService
DataStreamer = Bin2DataStreamer
Left = 203
Top = 23
end
object DADesigntimeCall1: TDADesigntimeCall
RemoteRequest.MethodName = 'Login'
RemoteRequest.Params = <
item
Name = 'Result'
ParamType = fResult
DataType = rtBoolean
end
item
Name = 'User'
ParamType = fIn
DataType = rtString
Value = 'Administrador'
end
item
Name = 'Password'
ParamType = fIn
DataType = rtString
Value = '1'
end
item
Name = 'LoginInfo'
ParamType = fOut
DataType = rtUserDefined
UserClassName = 'TRdxLoginInfo'
end>
RemoteService = LoginRemoteService
object Bin2DataStreamer: TDABin2DataStreamer
Left = 48
Top = 160
Top = 88
end
object LoginRemoteService: TRORemoteService
ServiceName = 'srvLogin'
Message = ROBinMessage1
Channel = ROWinInetHTTPChannel1
Left = 48
Top = 216
end
object ROWinInetHTTPChannel1: TROWinInetHTTPChannel
ServerLocators = <>
DispatchOptions = []
ProbeServers = False
ProbeFrequency = 60000
UserAgent = 'RemObjects SDK'
TargetURL = 'http://localhost:8099/bin'
Left = 48
Top = 272
end
object ROBinMessage1: TROBinMessage
Left = 48
Top = 324
end
object tbl_Familias: TDACDSDataTable
object tbl_Familias: TDAMemDataTable
RemoteUpdatesOptions = []
Fields = <
item
Name = 'DESCRIPCION'
DataType = datString
Size = 255
BlobType = dabtUnknown
DisplayWidth = 0
Alignment = taLeftJustify
InPrimaryKey = True
Calculated = False
Lookup = False
LookupCache = False
end>
Params = <>
MasterMappingMode = mmDataRequest
StreamingOptions = [soDisableEventsWhileStreaming]
SchemaCall.MethodName = 'GetDatasetSchema'
SchemaCall.Params = <
item
Name = 'Result'
ParamType = fResult
DataType = rtBinary
end
item
Name = 'aDatasetName'
ParamType = fIn
DataType = rtString
Value = 'Familias'
end>
DataRequestCall.MethodName = 'GetDatasetDataEx'
DataRequestCall.Params = <
item
Name = 'Result'
ParamType = fResult
DataType = rtBinary
end
item
Name = 'DatasetName'
ParamType = fIn
DataType = rtString
Value = 'Familias'
end
item
Name = 'Params'
ParamType = fIn
DataType = rtUserDefined
UserClassName = 'TDADatasetParamArray'
end
item
Name = 'UserFilter'
ParamType = fIn
DataType = rtString
Value = ''
end
item
Name = 'IncludeSchema'
ParamType = fIn
DataType = rtBoolean
Value = False
end
item
Name = 'MaxRecords'
ParamType = fIn
DataType = rtInteger
Value = -1
end>
DataUpdateCall.MethodName = 'UpdateData'
DataUpdateCall.Params = <
item
Name = 'Result'
ParamType = fResult
DataType = rtBinary
end
item
Name = 'Delta'
ParamType = fIn
DataType = rtBinary
end>
ScriptCall.MethodName = 'GetDatasetScripts'
ScriptCall.Params = <
item
Name = 'Result'
ParamType = fResult
DataType = rtString
Value = ''
end
item
Name = 'DatasetNames'
ParamType = fIn
DataType = rtString
Value = 'Familias'
end>
ReadOnly = False
RemoteService = RORemoteService
Adapter = DABinAdapter
RemoteDataAdapter = rda_Familias
DetailOptions = [dtCascadeOpenClose, dtCascadeApplyUpdates, dtAutoFetch, dtCascadeDelete, dtCascadeUpdate, dtDisableLogOfCascadeDeletes, dtDisableLogOfCascadeUpdates, dtIncludeInAllInOneFetch]
MasterOptions = [moCascadeOpenClose, moCascadeApplyUpdates, moCascadeDelete, moCascadeUpdate, moDisableLogOfCascadeDeletes, moDisableLogOfCascadeUpdates]
LogicalName = 'Familias'
IndexDefs = <>
Left = 248
Top = 104
Left = 280
Top = 24
end
object ds_Familias: TDADataSource
DataSet = tbl_Familias.Dataset
DataTable = tbl_Familias
Left = 248
Top = 40
Left = 280
Top = 88
end
end

View File

@ -3,27 +3,20 @@ unit uDataModuleFamilias;
interface
uses
SysUtils, Classes, DB, uDAClientDataModule, uDADataTable, uDABINAdapter,
uDAScriptingProvider, uDACDSDataTable, uROWinInetHttpChannel, uROTypes,
uROServiceComponent, uRORemoteService, uROClient, uROBinMessage,
uDADesigntimeCall,
uIDataModuleFamilias, uBizFamilias;
SysUtils, Classes, DB, uIDataModuleFamilias, uBizFamilias, uDAInterfaces, uDADataTable,
uDAScriptingProvider, uDAMemDataTable, uDADataStreamer, uDABin2DataStreamer,
uDARemoteDataAdapter, uROClient, uRORemoteService;
type
TDataModuleFamilias = class(TDAClientDataModule, IDataModuleFamilias)
TDataModuleFamilias = class(TDataModule, IDataModuleFamilias)
RORemoteService: TRORemoteService;
DABinAdapter: TDABINAdapter;
DADesigntimeCall1: TDADesigntimeCall;
LoginRemoteService: TRORemoteService;
ROWinInetHTTPChannel1: TROWinInetHTTPChannel;
ROBinMessage1: TROBinMessage;
tbl_Familias: TDACDSDataTable;
rda_Familias: TDARemoteDataAdapter;
Bin2DataStreamer: TDABin2DataStreamer;
tbl_Familias: TDAMemDataTable;
ds_Familias: TDADataSource;
procedure DAClientDataModuleCreate(Sender: TObject);
protected
function _CloneDataTable (const ADataTable : TDACDSDataTable): TDACDSDataTable; overload;
procedure AsignarClaseNegocio(var AFamilia: TDACDSDataTable); virtual;
procedure AsignarClaseNegocio(AFamilia: TDADataTable);
public
function GetItems : IBizFamilia;
end;
@ -32,12 +25,12 @@ implementation
{$R *.DFM}
uses
FactuGES_Intf, uDataModuleConexion, uDataTableUtils, cxControls, uDAInterfaces,
FactuGES_Intf, uDataModuleConexion, uDataTableUtils, cxControls,
schFamiliasClient_Intf;
{ TdmFamilias }
procedure TDataModuleFamilias.AsignarClaseNegocio(var AFamilia: TDACDSDataTable);
procedure TDataModuleFamilias.AsignarClaseNegocio(AFamilia: TDADataTable);
begin
AFamilia.BusinessRulesID := BIZ_CLIENT_FAMILIA;
end;
@ -48,24 +41,13 @@ begin
RORemoteService.Message := dmConexion.Message;
end;
function TDataModuleFamilias._CloneDataTable(const ADataTable : TDACDSDataTable): TDACDSDataTable;
begin
Result := NIL;
if not Assigned(ADataTable) then
raise Exception.Create ('No se ha asignado la tabla de origen (CloneDataTable)');
Result := TDACDSDataTable.Create(NIL);
CloneDataTable(ADataTable, Result);
end;
function TDataModuleFamilias.GetItems: IBizFamilia;
var
AFamilia : TDACDSDataTable;
AFamilia : TDAMemDataTable;
begin
ShowHourglassCursor;
try
AFamilia := _CloneDataTable(tbl_Familias);
AFamilia := CloneDataTable(tbl_Familias);
AsignarClaseNegocio(AFamilia);
Result := (AFamilia as IBizFamilia);
finally

View File

@ -26,12 +26,9 @@ package Familias_model;
requires
rtl,
dsnap,
dbrtl,
vcldb,
vcl,
adortl,
Base,
GUIBase,
ApplicationBase;
contains

View File

@ -46,14 +46,25 @@
<DelphiCompile Include="Familias_model.dpk">
<MainSource>MainSource</MainSource>
</DelphiCompile>
<DCCReference Include="..\..\..\ApplicationBase\adortl.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\ApplicationBasecontainsuBizFamiliasin.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\Base.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\dbrtl.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\dsnap.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\rtl.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\vcl.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\vcldb.dcp" />
<DCCReference Include="..\Plugin\adortl.dcp" />
<DCCReference Include="..\Plugin\ApplicationBase.dcp" />
<DCCReference Include="..\Plugin\Base.dcp" />
<DCCReference Include="..\Plugin\dbrtl.dcp" />
<DCCReference Include="..\Plugin\dsnap.dcp" />
<DCCReference Include="..\Plugin\GApplicationBase.dcp" />
<DCCReference Include="..\Plugin\GUApplicationBase.dcp" />
<DCCReference Include="..\Plugin\GUIApplicationBase.dcp" />
<DCCReference Include="..\Plugin\GUIBaApplicationBase.dcp" />
<DCCReference Include="..\Plugin\GUIBApplicationBase.dcp" />
<DCCReference Include="..\Plugin\GUIBasApplicationBase.dcp" />
<DCCReference Include="..\Plugin\GUIBase.dcp" />
<DCCReference Include="..\Plugin\GUIBaseApplicationBase.dcp" />
<DCCReference Include="..\Plugin\rtl.dcp" />
<DCCReference Include="..\Plugin\vcl.dcp" />
<DCCReference Include="..\Plugin\vcldb.dcp" />
<DCCReference Include="Data\uIDataModuleFamilias.pas" />
<DCCReference Include="schFamiliasClient_Intf.pas" />
<DCCReference Include="uBizFamilias.pas" />
</ItemGroup>
</Project>
<!-- EurekaLog First Line

View File

@ -0,0 +1,22 @@
1 VERSIONINFO
FILEVERSION 1,0,0,0
PRODUCTVERSION 1,0,0,0
FILEFLAGSMASK 0x3FL
FILEFLAGS 0x00L
FILEOS 0x40004L
FILETYPE 0x1L
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "0C0A04E4"
BEGIN
VALUE "FileVersion", "1.0.0.0\0"
VALUE "ProductVersion", "1.0.0.0\0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x0C0A, 1252
END
END

View File

@ -46,15 +46,16 @@
<DelphiCompile Include="Familias_plugin.dpk">
<MainSource>MainSource</MainSource>
</DelphiCompile>
<DCCReference Include="..\..\..\ApplicationBase\ApplicationBase.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\Base.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\Familias_controller.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\Familias_model.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\Familias_view.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\GUIBase.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\rtl.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\vcl.dcp" />
<DCCReference Include="ApplicationBase.dcp" />
<DCCReference Include="Base.dcp" />
<DCCReference Include="Familias_controller.dcp" />
<DCCReference Include="Familias_model.dcp" />
<DCCReference Include="Familias_view.dcp" />
<DCCReference Include="GUIBase.dcp" />
<DCCReference Include="PluginSDK_D10R.dcp" />
<DCCReference Include="rtl.dcp" />
<DCCReference Include="uPluginFamilias.pas" />
<DCCReference Include="vcl.dcp" />
</ItemGroup>
</Project>
<!-- EurekaLog First Line

View File

@ -0,0 +1,22 @@
1 VERSIONINFO
FILEVERSION 1,0,0,0
PRODUCTVERSION 1,0,0,0
FILEFLAGSMASK 0x3FL
FILEFLAGS 0x00L
FILEOS 0x40004L
FILETYPE 0x1L
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "0C0A04E4"
BEGIN
VALUE "FileVersion", "1.0.0.0\0"
VALUE "ProductVersion", "1.0.0.0\0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x0C0A, 1252
END
END

View File

@ -30,6 +30,7 @@ requires
Base,
GUIBase,
ApplicationBase,
Familias_model,
Familias_controller;
contains

View File

@ -46,36 +46,27 @@
<DelphiCompile Include="Familias_view.dpk">
<MainSource>MainSource</MainSource>
</DelphiCompile>
<DCCReference Include="..\..\..\ApplicationBase\adortl.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\AFamilias_controller.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\ApFamilias_controller.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\AppFamilias_controller.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\ApplFamilias_controller.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\ApplicaFamilias_controller.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\ApplicatFamilias_controller.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\ApplicatiFamilias_controller.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\ApplicatioFamilias_controller.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\ApplicationBaFamilias_controller.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\ApplicationBase.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\ApplicationBaseFamilias_controller.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\ApplicationBasFamilias_controller.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\ApplicationBFamilias_controller.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\ApplicationFamilias_controller.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\ApplicFamilias_controller.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\AppliFamilias_controller.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\BaGUIBase.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\Base.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\BaseGUIBase.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\BasGUIBase.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\BGUIBase.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\DataAbstract_D10.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\dbrtl.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\dsnap.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\Familias_controller.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\GUIBase.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\rtl.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\vcl.dcp" />
<DCCReference Include="..\..\..\ApplicationBase\vcldb.dcp" />
<DCCReference Include="..\Plugin\ApplicationBase.dcp" />
<DCCReference Include="..\Plugin\Base.dcp" />
<DCCReference Include="..\Plugin\Familias_.dcp" />
<DCCReference Include="..\Plugin\Familias_c.dcp" />
<DCCReference Include="..\Plugin\Familias_co.dcp" />
<DCCReference Include="..\Plugin\Familias_con.dcp" />
<DCCReference Include="..\Plugin\Familias_cont.dcp" />
<DCCReference Include="..\Plugin\Familias_contr.dcp" />
<DCCReference Include="..\Plugin\Familias_contro.dcp" />
<DCCReference Include="..\Plugin\Familias_control.dcp" />
<DCCReference Include="..\Plugin\Familias_controll.dcp" />
<DCCReference Include="..\Plugin\Familias_controlle.dcp" />
<DCCReference Include="..\Plugin\Familias_controller.dcp" />
<DCCReference Include="..\Plugin\Familias_controllerFamilias_controller.dcp" />
<DCCReference Include="..\Plugin\Familias_m.dcp" />
<DCCReference Include="..\Plugin\Familias_mo.dcp" />
<DCCReference Include="..\Plugin\Familias_mod.dcp" />
<DCCReference Include="..\Plugin\Familias_mode.dcp" />
<DCCReference Include="..\Plugin\GUIBase.dcp" />
<DCCReference Include="..\Plugin\rtl.dcp" />
<DCCReference Include="..\Plugin\vcl.dcp" />
<DCCReference Include="uEditorFamilias.pas">
<Form>fEditorFamilias</Form>
</DCCReference>

View File

@ -0,0 +1,22 @@
1 VERSIONINFO
FILEVERSION 1,0,0,0
PRODUCTVERSION 1,0,0,0
FILEFLAGSMASK 0x3FL
FILEFLAGS 0x00L
FILEOS 0x40004L
FILETYPE 0x1L
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "0C0A04E4"
BEGIN
VALUE "FileVersion", "1.0.0.0\0"
VALUE "ProductVersion", "1.0.0.0\0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x0C0A, 1252
END
END

View File

@ -23,6 +23,7 @@ package FormasPago_controller;
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$IMPLICITBUILD ON}
{$DEFINE DEBUG}
requires
rtl,

View File

@ -34,6 +34,7 @@
<DCC_ResourcePath>..\..\..\Lib;..\..\Lib</DCC_ResourcePath>
<DCC_ObjPath>..\..\..\Lib;..\..\Lib</DCC_ObjPath>
<DCC_IncludePath>..\..\..\Lib;..\..\Lib</DCC_IncludePath>
<DCC_Define>DEBUG</DCC_Define>
</PropertyGroup>
<ProjectExtensions>
<Borland.Personality>Delphi.Personality</Borland.Personality>
@ -46,540 +47,16 @@
<DelphiCompile Include="FormasPago_controller.dpk">
<MainSource>MainSource</MainSource>
</DelphiCompile>
<DCCReference Include="..\..\..\GUIBase\adortl.dcp" />
<DCCReference Include="..\..\..\GUIBase\AFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\ApFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\AppFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\ApplFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\ApplicaFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\ApplicatFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\ApplicatiFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\ApplicatioFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\ApplicationBaFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\ApplicationBaseFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\ApplicationBasFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\ApplicationBFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\ApplicationFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\ApplicFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\AppliFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\BaFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\Base.dcp" />
<DCCReference Include="..\..\..\GUIBase\BaseFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\BasFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\BFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\ControllerBase.dcp" />
<DCCReference Include="..\..\..\GUIBase\cxLibraryD10.dcp" />
<DCCReference Include="..\..\..\GUIBase\dbrtl.dcp" />
<DCCReference Include="..\..\..\GUIBase\dsnap.dcp" />
<DCCReference Include="..\..\..\GUIBase\dxBarD10.dcp" />
<DCCReference Include="..\..\..\GUIBase\dxBarExtItemsD10.dcp" />
<DCCReference Include="..\..\..\GUIBase\dxComnD10.dcp" />
<DCCReference Include="..\..\..\GUIBase\dxLayoutControlD10.dcp" />
<DCCReference Include="..\..\..\GUIBase\dxPSCoreD10.dcp" />
<DCCReference Include="..\..\..\GUIBase\dxPScxCommonD10.dcp" />
<DCCReference Include="..\..\..\GUIBase\dxPScxGridLnkD10.dcp" />
<DCCReference Include="..\..\..\GUIBase\dxPsPrVwAdvD10.dcp" />
<DCCReference Include="..\..\..\GUIBase\dxThemeD10.dcp" />
<DCCReference Include="..\..\..\GUIBase\FormasPago_data.dcp" />
<DCCReference Include="..\..\..\GUIBase\FormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\GFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\GUFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\GUIBaFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\GUIBase.dcp" />
<DCCReference Include="..\..\..\GUIBase\GUIBaseFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\GUIBasFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\GUIBaxFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\GUIBFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\GUIFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\rtl.dcp" />
<DCCReference Include="..\..\..\GUIBase\vcl.dcp" />
<DCCReference Include="..\..\..\GUIBase\vcldb.dcp" />
<DCCReference Include="ApplicationBase.dcp" />
<DCCReference Include="Base.dcp" />
<DCCReference Include="FormasPago_data.dcp" />
<DCCReference Include="FormasPago_model.dcp" />
<DCCReference Include="GUIBase.dcp" />
<DCCReference Include="rtl.dcp" />
<DCCReference Include="vcl.dcp" />
<DCCReference Include="uFormasPagoController.pas" />
<DCCReference Include="uFormasPagoPlazosController.pas" />
<DCCReference Include="View\uIEditorFormaPago.pas" />
<DCCReference Include="View\uIEditorFormasPago.pas" />
</ItemGroup>
</Project>
<!-- EurekaLog First Line
[Exception Log]
EurekaLog Version=6006
Activate=0
Activate Handle=1
Save Log File=1
Foreground Tab=0
Freeze Activate=0
Freeze Timeout=60
SMTP From=eurekalog@email.com
SMTP Host=
SMTP Port=25
SMTP UserID=
SMTP Password=
Append to Log=0
TerminateBtn Operation=1
Errors Number=32
Errors Terminate=3
Email Address=
Email Object=
Email Send Options=0
Output Path=
Encrypt Password=
AutoCloseDialogSecs=0
WebSendMode=0
SupportULR=
HTMLLayout Count=15
HTMLLine0="%3Chtml%3E"
HTMLLine1=" %3Chead%3E"
HTMLLine2=" %3C/head%3E"
HTMLLine3=" %3Cbody TopMargin=10 LeftMargin=10%3E"
HTMLLine4=" %3Ctable width="100%%" border="0"%3E"
HTMLLine5=" %3Ctr%3E"
HTMLLine6=" %3Ctd nowrap%3E"
HTMLLine7=" %3Cfont face="Lucida Console, Courier" size="2"%3E"
HTMLLine8=" %3C%%HTML_TAG%%%3E"
HTMLLine9=" %3C/font%3E"
HTMLLine10=" %3C/td%3E"
HTMLLine11=" %3C/tr%3E"
HTMLLine12=" %3C/table%3E"
HTMLLine13=" %3C/body%3E"
HTMLLine14="%3C/html%3E"
AutoCrashOperation=1
AutoCrashNumber=10
AutoCrashMinutes=1
WebURL=
WebUserID=
WebPassword=
WebPort=0
AttachedFiles=
ProxyURL=
ProxyUser=
ProxyPassword=
ProxyPort=8080
TrakerUser=
TrakerPassword=
TrakerAssignTo=
TrakerProject=
TrakerCategory=
TrakerTrialID=
ZipPassword=
PreBuildEvent=
PostSuccessfulBuildEvent=
PostFailureBuildEvent=
ExceptionDialogType=2
Count=0
EMail Message Line Count=0
loNoDuplicateErrors=0
loAppendReproduceText=0
loDeleteLogAtVersionChange=0
loAddComputerNameInLogFileName=0
loSaveModulesAndProcessesSections=1
loSaveAssemblerAndCPUSections=1
soAppStartDate=1
soAppName=1
soAppVersionNumber=1
soAppParameters=1
soAppCompilationDate=1
soAppUpTime=1
soExcDate=1
soExcAddress=1
soExcModuleName=1
soExcModuleVersion=1
soExcType=1
soExcMessage=1
soExcID=1
soExcCount=1
soExcStatus=1
soExcNote=1
soUserID=1
soUserName=1
soUserEmail=1
soUserPrivileges=1
soUserCompany=1
soActCtlsFormClass=1
soActCtlsFormText=1
soActCtlsControlClass=1
soActCtlsControlText=1
soCmpName=1
soCmpTotalMemory=1
soCmpFreeMemory=1
soCmpTotalDisk=1
soCmpFreeDisk=1
soCmpSysUpTime=1
soCmpProcessor=1
soCmpDisplayMode=1
soCmpDisplayDPI=1
soCmpVideoCard=1
soCmpPrinter=1
soOSType=1
soOSBuildN=1
soOSUpdate=1
soOSLanguage=1
soOSCharset=1
soNetIP=1
soNetSubmask=1
soNetGateway=1
soNetDNS1=1
soNetDNS2=1
soNetDHCP=1
soCustomData=1
sndShowSendDialog=1
sndShowSuccessFailureMsg=0
sndSendEntireLog=0
sndSendXMLLogCopy=0
sndSendScreenshot=1
sndUseOnlyActiveWindow=0
sndSendLastHTMLPage=1
sndSendInSeparatedThread=0
sndAddDateInFileName=0
sndAddComputerNameInFileName=0
edoSendErrorReportChecked=1
edoAttachScreenshotChecked=1
edoShowCopyToClipOption=1
edoShowDetailsButton=1
edoShowInDetailedMode=0
edoShowInTopMostMode=0
edoUseEurekaLogLookAndFeel=0
edoShowSendErrorReportOption=1
edoShowAttachScreenshotOption=1
edoShowCustomButton=0
csoShowDLLs=1
csoShowBPLs=1
csoShowBorlandThreads=1
csoShowWindowsThreads=1
csoDoNotStoreProcNames=0
boPauseBorlandThreads=0
boDoNotPauseMainThread=0
boPauseWindowsThreads=0
boUseMainModuleOptions=1
boCopyLogInCaseOfError=1
boSaveCompressedCopyInCaseOfError=0
boHandleSafeCallExceptions=1
boCallRTLExceptionEvent=0
boCatchHandledExceptions=0
loCatchLeaks=0
loGroupsSonLeaks=1
loHideBorlandLeaks=1
loFreeAllLeaks=1
loCatchLeaksExceptions=1
cfoReduceFileSize=1
cfoCheckFileCorruption=0
Count mtInformationMsgCaption=1
mtInformationMsgCaption0="Information."
Count mtQuestionMsgCaption=1
mtQuestionMsgCaption0="Question."
Count mtErrorMsgCaption=1
mtErrorMsgCaption0="Error."
Count mtDialog_Caption=1
mtDialog_Caption0="Error."
Count mtDialog_ErrorMsgCaption=2
mtDialog_ErrorMsgCaption0="An error has occurred during program execution."
mtDialog_ErrorMsgCaption1="Please read the following information for further details."
Count mtDialog_GeneralCaption=1
mtDialog_GeneralCaption0="General"
Count mtDialog_GeneralHeader=1
mtDialog_GeneralHeader0="General Information"
Count mtDialog_CallStackCaption=1
mtDialog_CallStackCaption0="Call Stack"
Count mtDialog_CallStackHeader=1
mtDialog_CallStackHeader0="Call Stack Information"
Count mtDialog_ModulesCaption=1
mtDialog_ModulesCaption0="Modules"
Count mtDialog_ModulesHeader=1
mtDialog_ModulesHeader0="Modules Information"
Count mtDialog_ProcessesCaption=1
mtDialog_ProcessesCaption0="Processes"
Count mtDialog_ProcessesHeader=1
mtDialog_ProcessesHeader0="Processes Information"
Count mtDialog_AsmCaption=1
mtDialog_AsmCaption0="Assembler"
Count mtDialog_AsmHeader=1
mtDialog_AsmHeader0="Assembler Information"
Count mtDialog_CPUCaption=1
mtDialog_CPUCaption0="CPU"
Count mtDialog_CPUHeader=1
mtDialog_CPUHeader0="CPU Information"
Count mtDialog_OKButtonCaption=1
mtDialog_OKButtonCaption0="%26OK"
Count mtDialog_TerminateButtonCaption=1
mtDialog_TerminateButtonCaption0="%26Terminate"
Count mtDialog_RestartButtonCaption=1
mtDialog_RestartButtonCaption0="%26Restart"
Count mtDialog_DetailsButtonCaption=1
mtDialog_DetailsButtonCaption0="%26Details"
Count mtDialog_CustomButtonCaption=1
mtDialog_CustomButtonCaption0="%26Help"
Count mtDialog_SendMessage=1
mtDialog_SendMessage0="%26Send this error via Internet"
Count mtDialog_ScreenshotMessage=1
mtDialog_ScreenshotMessage0="%26Attach a Screenshot image"
Count mtDialog_CopyMessage=1
mtDialog_CopyMessage0="%26Copy to Clipboard"
Count mtDialog_SupportMessage=1
mtDialog_SupportMessage0="Go to the Support Page"
Count mtMSDialog_ErrorMsgCaption=1
mtMSDialog_ErrorMsgCaption0="The application has encountered a problem. We are sorry for the inconvenience."
Count mtMSDialog_RestartCaption=1
mtMSDialog_RestartCaption0="Restart application."
Count mtMSDialog_TerminateCaption=1
mtMSDialog_TerminateCaption0="Terminate application."
Count mtMSDialog_PleaseCaption=1
mtMSDialog_PleaseCaption0="Please tell us about this problem."
Count mtMSDialog_DescriptionCaption=1
mtMSDialog_DescriptionCaption0="We have created an error report that you can send to us. We will treat this report as confidential and anonymous."
Count mtMSDialog_SeeDetailsCaption=1
mtMSDialog_SeeDetailsCaption0="To see what data the error report contains,"
Count mtMSDialog_SeeClickCaption=1
mtMSDialog_SeeClickCaption0="click here."
Count mtMSDialog_HowToReproduceCaption=1
mtMSDialog_HowToReproduceCaption0="What were you doing when the problem happended (optional)?"
Count mtMSDialog_EmailCaption=1
mtMSDialog_EmailCaption0="Email address (optional):"
Count mtMSDialog_SendButtonCaption=1
mtMSDialog_SendButtonCaption0="%26Send Error Report"
Count mtMSDialog_NoSendButtonCaption=1
mtMSDialog_NoSendButtonCaption0="%26Don't Send"
Count mtLog_AppHeader=1
mtLog_AppHeader0="Application"
Count mtLog_AppStartDate=1
mtLog_AppStartDate0="Start Date"
Count mtLog_AppName=1
mtLog_AppName0="Name/Description"
Count mtLog_AppVersionNumber=1
mtLog_AppVersionNumber0="Version Number"
Count mtLog_AppParameters=1
mtLog_AppParameters0="Parameters"
Count mtLog_AppCompilationDate=1
mtLog_AppCompilationDate0="Compilation Date"
Count mtLog_AppUpTime=1
mtLog_AppUpTime0="Up Time"
Count mtLog_ExcHeader=1
mtLog_ExcHeader0="Exception"
Count mtLog_ExcDate=1
mtLog_ExcDate0="Date"
Count mtLog_ExcAddress=1
mtLog_ExcAddress0="Address"
Count mtLog_ExcModuleName=1
mtLog_ExcModuleName0="Module Name"
Count mtLog_ExcModuleVersion=1
mtLog_ExcModuleVersion0="Module Version"
Count mtLog_ExcType=1
mtLog_ExcType0="Type"
Count mtLog_ExcMessage=1
mtLog_ExcMessage0="Message"
Count mtLog_ExcID=1
mtLog_ExcID0="ID"
Count mtLog_ExcCount=1
mtLog_ExcCount0="Count"
Count mtLog_ExcStatus=1
mtLog_ExcStatus0="Status"
Count mtLog_ExcNote=1
mtLog_ExcNote0="Note"
Count mtLog_UserHeader=1
mtLog_UserHeader0="User"
Count mtLog_UserID=1
mtLog_UserID0="ID"
Count mtLog_UserName=1
mtLog_UserName0="Name"
Count mtLog_UserEmail=1
mtLog_UserEmail0="Email"
Count mtLog_UserCompany=1
mtLog_UserCompany0="Company"
Count mtLog_UserPrivileges=1
mtLog_UserPrivileges0="Privileges"
Count mtLog_ActCtrlsHeader=1
mtLog_ActCtrlsHeader0="Active Controls"
Count mtLog_ActCtrlsFormClass=1
mtLog_ActCtrlsFormClass0="Form Class"
Count mtLog_ActCtrlsFormText=1
mtLog_ActCtrlsFormText0="Form Text"
Count mtLog_ActCtrlsControlClass=1
mtLog_ActCtrlsControlClass0="Control Class"
Count mtLog_ActCtrlsControlText=1
mtLog_ActCtrlsControlText0="Control Text"
Count mtLog_CmpHeader=1
mtLog_CmpHeader0="Computer"
Count mtLog_CmpName=1
mtLog_CmpName0="Name"
Count mtLog_CmpTotalMemory=1
mtLog_CmpTotalMemory0="Total Memory"
Count mtLog_CmpFreeMemory=1
mtLog_CmpFreeMemory0="Free Memory"
Count mtLog_CmpTotalDisk=1
mtLog_CmpTotalDisk0="Total Disk"
Count mtLog_CmpFreeDisk=1
mtLog_CmpFreeDisk0="Free Disk"
Count mtLog_CmpSystemUpTime=1
mtLog_CmpSystemUpTime0="System Up Time"
Count mtLog_CmpProcessor=1
mtLog_CmpProcessor0="Processor"
Count mtLog_CmpDisplayMode=1
mtLog_CmpDisplayMode0="Display Mode"
Count mtLog_CmpDisplayDPI=1
mtLog_CmpDisplayDPI0="Display DPI"
Count mtLog_CmpVideoCard=1
mtLog_CmpVideoCard0="Video Card"
Count mtLog_CmpPrinter=1
mtLog_CmpPrinter0="Printer"
Count mtLog_OSHeader=1
mtLog_OSHeader0="Operating System"
Count mtLog_OSType=1
mtLog_OSType0="Type"
Count mtLog_OSBuildN=1
mtLog_OSBuildN0="Build #"
Count mtLog_OSUpdate=1
mtLog_OSUpdate0="Update"
Count mtLog_OSLanguage=1
mtLog_OSLanguage0="Language"
Count mtLog_OSCharset=1
mtLog_OSCharset0="Charset"
Count mtLog_NetHeader=1
mtLog_NetHeader0="Network"
Count mtLog_NetIP=1
mtLog_NetIP0="IP Address"
Count mtLog_NetSubmask=1
mtLog_NetSubmask0="Submask"
Count mtLog_NetGateway=1
mtLog_NetGateway0="Gateway"
Count mtLog_NetDNS1=1
mtLog_NetDNS10="DNS 1"
Count mtLog_NetDNS2=1
mtLog_NetDNS20="DNS 2"
Count mtLog_NetDHCP=1
mtLog_NetDHCP0="DHCP"
Count mtLog_CustInfoHeader=1
mtLog_CustInfoHeader0="Custom Information"
Count mtCallStack_Address=1
mtCallStack_Address0="Address"
Count mtCallStack_Name=1
mtCallStack_Name0="Module"
Count mtCallStack_Unit=1
mtCallStack_Unit0="Unit"
Count mtCallStack_Class=1
mtCallStack_Class0="Class"
Count mtCallStack_Procedure=1
mtCallStack_Procedure0="Procedure/Method"
Count mtCallStack_Line=1
mtCallStack_Line0="Line"
Count mtCallStack_MainThread=1
mtCallStack_MainThread0="Main"
Count mtCallStack_ExceptionThread=1
mtCallStack_ExceptionThread0="Exception Thread"
Count mtCallStack_RunningThread=1
mtCallStack_RunningThread0="Running Thread"
Count mtCallStack_CallingThread=1
mtCallStack_CallingThread0="Calling Thread"
Count mtCallStack_ThreadID=1
mtCallStack_ThreadID0="ID"
Count mtCallStack_ThreadPriority=1
mtCallStack_ThreadPriority0="Priority"
Count mtCallStack_ThreadClass=1
mtCallStack_ThreadClass0="Class"
Count mtCallStack_LeakCaption=1
mtCallStack_LeakCaption0="Memory Leak"
Count mtCallStack_LeakData=1
mtCallStack_LeakData0="Data"
Count mtCallStack_LeakType=1
mtCallStack_LeakType0="Type"
Count mtCallStack_LeakSize=1
mtCallStack_LeakSize0="Total size"
Count mtCallStack_LeakCount=1
mtCallStack_LeakCount0="Count"
Count mtSendDialog_Caption=1
mtSendDialog_Caption0="Send."
Count mtSendDialog_Message=1
mtSendDialog_Message0="Message"
Count mtSendDialog_Resolving=1
mtSendDialog_Resolving0="Resolving DNS..."
Count mtSendDialog_Login=1
mtSendDialog_Login0="Login..."
Count mtSendDialog_Connecting=1
mtSendDialog_Connecting0="Connecting with server..."
Count mtSendDialog_Connected=1
mtSendDialog_Connected0="Connected with server."
Count mtSendDialog_Sending=1
mtSendDialog_Sending0="Sending message..."
Count mtSendDialog_Sent=1
mtSendDialog_Sent0="Message sent."
Count mtSendDialog_SelectProject=1
mtSendDialog_SelectProject0="Select project..."
Count mtSendDialog_Searching=1
mtSendDialog_Searching0="Searching..."
Count mtSendDialog_Modifying=1
mtSendDialog_Modifying0="Modifying..."
Count mtSendDialog_Disconnecting=1
mtSendDialog_Disconnecting0="Disconnecting..."
Count mtSendDialog_Disconnected=1
mtSendDialog_Disconnected0="Disconnected."
Count mtReproduceDialog_Caption=1
mtReproduceDialog_Caption0="Request"
Count mtReproduceDialog_Request=1
mtReproduceDialog_Request0="Please describe the steps to reproduce the error:"
Count mtReproduceDialog_OKButtonCaption=1
mtReproduceDialog_OKButtonCaption0="%26OK"
Count mtModules_Handle=1
mtModules_Handle0="Handle"
Count mtModules_Name=1
mtModules_Name0="Name"
Count mtModules_Description=1
mtModules_Description0="Description"
Count mtModules_Version=1
mtModules_Version0="Version"
Count mtModules_Size=1
mtModules_Size0="Size"
Count mtModules_LastModified=1
mtModules_LastModified0="Modified"
Count mtModules_Path=1
mtModules_Path0="Path"
Count mtProcesses_ID=1
mtProcesses_ID0="ID"
Count mtProcesses_Name=1
mtProcesses_Name0="Name"
Count mtProcesses_Description=1
mtProcesses_Description0="Description"
Count mtProcesses_Version=1
mtProcesses_Version0="Version"
Count mtProcesses_Memory=1
mtProcesses_Memory0="Memory"
Count mtProcesses_Priority=1
mtProcesses_Priority0="Priority"
Count mtProcesses_Threads=1
mtProcesses_Threads0="Threads"
Count mtProcesses_Path=1
mtProcesses_Path0="Path"
Count mtCPU_Registers=1
mtCPU_Registers0="Registers"
Count mtCPU_Stack=1
mtCPU_Stack0="Stack"
Count mtCPU_MemoryDump=1
mtCPU_MemoryDump0="Memory Dump"
Count mtSend_SuccessMsg=1
mtSend_SuccessMsg0="The message was sent successfully."
Count mtSend_FailureMsg=1
mtSend_FailureMsg0="Sorry, sending the message didn't work."
Count mtSend_BugClosedMsg=2
mtSend_BugClosedMsg0="These BUG is just closed."
mtSend_BugClosedMsg1="Contact the program support to obtain an update."
Count mtSend_UnknownErrorMsg=1
mtSend_UnknownErrorMsg0="Unknown error."
Count mtSend_InvalidLoginMsg=1
mtSend_InvalidLoginMsg0="Invalid login request."
Count mtSend_InvalidSearchMsg=1
mtSend_InvalidSearchMsg0="Invalid search request."
Count mtSend_InvalidSelectionMsg=1
mtSend_InvalidSelectionMsg0="Invalid selection request."
Count mtSend_InvalidInsertMsg=1
mtSend_InvalidInsertMsg0="Invalid insert request."
Count mtSend_InvalidModifyMsg=1
mtSend_InvalidModifyMsg0="Invalid modify request."
Count mtFileCrackedMsg=2
mtFileCrackedMsg0="This file is cracked."
mtFileCrackedMsg1="The application will be closed."
Count mtException_LeakMultiFree=1
mtException_LeakMultiFree0="Multi Free memory leak."
Count mtException_LeakMemoryOverrun=1
mtException_LeakMemoryOverrun0="Memory Overrun leak."
Count mtException_AntiFreeze=1
mtException_AntiFreeze0="The application seems to be frozen."
Count mtInvalidEmailMsg=1
mtInvalidEmailMsg0="Invalid email."
TextsCollection=English
EurekaLog Last Line -->

View File

@ -0,0 +1,22 @@
1 VERSIONINFO
FILEVERSION 1,0,0,0
PRODUCTVERSION 1,0,0,0
FILEFLAGSMASK 0x3FL
FILEFLAGS 0x00L
FILEOS 0x40004L
FILETYPE 0x1L
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "0C0A04E4"
BEGIN
VALUE "FileVersion", "1.0.0.0\0"
VALUE "ProductVersion", "1.0.0.0\0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x0C0A, 1252
END
END

View File

@ -74,13 +74,11 @@ begin
ShowHourglassCursor;
try
Result := BuscarTodos;
with Result.DataTable.Where do
with Result.DataTable.DynamicWhere do
begin
if NotEmpty then
AddOperator(opAND);
OpenBraket;
AddText(fld_FormasPagoID + ' = ' + IntToStr(ID));
CloseBraket;
// (ID = :ID)
Expression := NewBinaryExpression(NewField('', fld_FormasPagoID),
NewConstant(ID, datInteger), dboEqual);
end;
finally
HideHourglassCursor;

View File

@ -23,6 +23,7 @@ package FormasPago_data;
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$IMPLICITBUILD ON}
{$DEFINE DEBUG}
requires
rtl,

View File

@ -34,6 +34,7 @@
<DCC_ResourcePath>..\..\..\Lib;..\..\Lib</DCC_ResourcePath>
<DCC_ObjPath>..\..\..\Lib;..\..\Lib</DCC_ObjPath>
<DCC_IncludePath>..\..\..\Lib;..\..\Lib</DCC_IncludePath>
<DCC_Define>DEBUG</DCC_Define>
</PropertyGroup>
<ProjectExtensions>
<Borland.Personality>Delphi.Personality</Borland.Personality>
@ -46,525 +47,14 @@
<DelphiCompile Include="FormasPago_data.dpk">
<MainSource>MainSource</MainSource>
</DelphiCompile>
<DCCReference Include="..\..\..\GUIBase\adortl.dcp" />
<DCCReference Include="..\..\..\GUIBase\AFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\ApFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\AppFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\ApplFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\ApplicaFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\ApplicatFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\ApplicatiFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\ApplicatioFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\ApplicationBaFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\ApplicationBaseFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\ApplicationBasFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\ApplicationBFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\ApplicationFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\ApplicFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\AppliFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\Base.dcp" />
<DCCReference Include="..\..\..\GUIBase\cxLibraryD10.dcp" />
<DCCReference Include="..\..\..\GUIBase\dbrtl.dcp" />
<DCCReference Include="..\..\..\GUIBase\dsnap.dcp" />
<DCCReference Include="..\..\..\GUIBase\dxThemeD10.dcp" />
<DCCReference Include="..\..\..\GUIBase\FormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\GFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\GUFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\GUIBaFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\GUIBase.dcp" />
<DCCReference Include="..\..\..\GUIBase\GUIBaseFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\GUIBasemFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\GUIBasFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\GUIBFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\GUIFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\rtl.dcp" />
<DCCReference Include="..\..\..\GUIBase\vcl.dcp" />
<DCCReference Include="..\..\..\GUIBase\vcldb.dcp" />
<DCCReference Include="ApplicationBase.dcp" />
<DCCReference Include="Base.dcp" />
<DCCReference Include="FormasPago_model.dcp" />
<DCCReference Include="GUIBase.dcp" />
<DCCReference Include="rtl.dcp" />
<DCCReference Include="vcl.dcp" />
<DCCReference Include="uDataModuleFormasPago.pas">
<Form>DataModuleFormasPago</Form>
</DCCReference>
</ItemGroup>
</Project>
<!-- EurekaLog First Line
[Exception Log]
EurekaLog Version=6006
Activate=0
Activate Handle=1
Save Log File=1
Foreground Tab=0
Freeze Activate=0
Freeze Timeout=60
SMTP From=eurekalog@email.com
SMTP Host=
SMTP Port=25
SMTP UserID=
SMTP Password=
Append to Log=0
TerminateBtn Operation=1
Errors Number=32
Errors Terminate=3
Email Address=
Email Object=
Email Send Options=0
Output Path=
Encrypt Password=
AutoCloseDialogSecs=0
WebSendMode=0
SupportULR=
HTMLLayout Count=15
HTMLLine0="%3Chtml%3E"
HTMLLine1=" %3Chead%3E"
HTMLLine2=" %3C/head%3E"
HTMLLine3=" %3Cbody TopMargin=10 LeftMargin=10%3E"
HTMLLine4=" %3Ctable width="100%%" border="0"%3E"
HTMLLine5=" %3Ctr%3E"
HTMLLine6=" %3Ctd nowrap%3E"
HTMLLine7=" %3Cfont face="Lucida Console, Courier" size="2"%3E"
HTMLLine8=" %3C%%HTML_TAG%%%3E"
HTMLLine9=" %3C/font%3E"
HTMLLine10=" %3C/td%3E"
HTMLLine11=" %3C/tr%3E"
HTMLLine12=" %3C/table%3E"
HTMLLine13=" %3C/body%3E"
HTMLLine14="%3C/html%3E"
AutoCrashOperation=1
AutoCrashNumber=10
AutoCrashMinutes=1
WebURL=
WebUserID=
WebPassword=
WebPort=0
AttachedFiles=
ProxyURL=
ProxyUser=
ProxyPassword=
ProxyPort=8080
TrakerUser=
TrakerPassword=
TrakerAssignTo=
TrakerProject=
TrakerCategory=
TrakerTrialID=
ZipPassword=
PreBuildEvent=
PostSuccessfulBuildEvent=
PostFailureBuildEvent=
ExceptionDialogType=2
Count=0
EMail Message Line Count=0
loNoDuplicateErrors=0
loAppendReproduceText=0
loDeleteLogAtVersionChange=0
loAddComputerNameInLogFileName=0
loSaveModulesAndProcessesSections=1
loSaveAssemblerAndCPUSections=1
soAppStartDate=1
soAppName=1
soAppVersionNumber=1
soAppParameters=1
soAppCompilationDate=1
soAppUpTime=1
soExcDate=1
soExcAddress=1
soExcModuleName=1
soExcModuleVersion=1
soExcType=1
soExcMessage=1
soExcID=1
soExcCount=1
soExcStatus=1
soExcNote=1
soUserID=1
soUserName=1
soUserEmail=1
soUserPrivileges=1
soUserCompany=1
soActCtlsFormClass=1
soActCtlsFormText=1
soActCtlsControlClass=1
soActCtlsControlText=1
soCmpName=1
soCmpTotalMemory=1
soCmpFreeMemory=1
soCmpTotalDisk=1
soCmpFreeDisk=1
soCmpSysUpTime=1
soCmpProcessor=1
soCmpDisplayMode=1
soCmpDisplayDPI=1
soCmpVideoCard=1
soCmpPrinter=1
soOSType=1
soOSBuildN=1
soOSUpdate=1
soOSLanguage=1
soOSCharset=1
soNetIP=1
soNetSubmask=1
soNetGateway=1
soNetDNS1=1
soNetDNS2=1
soNetDHCP=1
soCustomData=1
sndShowSendDialog=1
sndShowSuccessFailureMsg=0
sndSendEntireLog=0
sndSendXMLLogCopy=0
sndSendScreenshot=1
sndUseOnlyActiveWindow=0
sndSendLastHTMLPage=1
sndSendInSeparatedThread=0
sndAddDateInFileName=0
sndAddComputerNameInFileName=0
edoSendErrorReportChecked=1
edoAttachScreenshotChecked=1
edoShowCopyToClipOption=1
edoShowDetailsButton=1
edoShowInDetailedMode=0
edoShowInTopMostMode=0
edoUseEurekaLogLookAndFeel=0
edoShowSendErrorReportOption=1
edoShowAttachScreenshotOption=1
edoShowCustomButton=0
csoShowDLLs=1
csoShowBPLs=1
csoShowBorlandThreads=1
csoShowWindowsThreads=1
csoDoNotStoreProcNames=0
boPauseBorlandThreads=0
boDoNotPauseMainThread=0
boPauseWindowsThreads=0
boUseMainModuleOptions=1
boCopyLogInCaseOfError=1
boSaveCompressedCopyInCaseOfError=0
boHandleSafeCallExceptions=1
boCallRTLExceptionEvent=0
boCatchHandledExceptions=0
loCatchLeaks=0
loGroupsSonLeaks=1
loHideBorlandLeaks=1
loFreeAllLeaks=1
loCatchLeaksExceptions=1
cfoReduceFileSize=1
cfoCheckFileCorruption=0
Count mtInformationMsgCaption=1
mtInformationMsgCaption0="Information."
Count mtQuestionMsgCaption=1
mtQuestionMsgCaption0="Question."
Count mtErrorMsgCaption=1
mtErrorMsgCaption0="Error."
Count mtDialog_Caption=1
mtDialog_Caption0="Error."
Count mtDialog_ErrorMsgCaption=2
mtDialog_ErrorMsgCaption0="An error has occurred during program execution."
mtDialog_ErrorMsgCaption1="Please read the following information for further details."
Count mtDialog_GeneralCaption=1
mtDialog_GeneralCaption0="General"
Count mtDialog_GeneralHeader=1
mtDialog_GeneralHeader0="General Information"
Count mtDialog_CallStackCaption=1
mtDialog_CallStackCaption0="Call Stack"
Count mtDialog_CallStackHeader=1
mtDialog_CallStackHeader0="Call Stack Information"
Count mtDialog_ModulesCaption=1
mtDialog_ModulesCaption0="Modules"
Count mtDialog_ModulesHeader=1
mtDialog_ModulesHeader0="Modules Information"
Count mtDialog_ProcessesCaption=1
mtDialog_ProcessesCaption0="Processes"
Count mtDialog_ProcessesHeader=1
mtDialog_ProcessesHeader0="Processes Information"
Count mtDialog_AsmCaption=1
mtDialog_AsmCaption0="Assembler"
Count mtDialog_AsmHeader=1
mtDialog_AsmHeader0="Assembler Information"
Count mtDialog_CPUCaption=1
mtDialog_CPUCaption0="CPU"
Count mtDialog_CPUHeader=1
mtDialog_CPUHeader0="CPU Information"
Count mtDialog_OKButtonCaption=1
mtDialog_OKButtonCaption0="%26OK"
Count mtDialog_TerminateButtonCaption=1
mtDialog_TerminateButtonCaption0="%26Terminate"
Count mtDialog_RestartButtonCaption=1
mtDialog_RestartButtonCaption0="%26Restart"
Count mtDialog_DetailsButtonCaption=1
mtDialog_DetailsButtonCaption0="%26Details"
Count mtDialog_CustomButtonCaption=1
mtDialog_CustomButtonCaption0="%26Help"
Count mtDialog_SendMessage=1
mtDialog_SendMessage0="%26Send this error via Internet"
Count mtDialog_ScreenshotMessage=1
mtDialog_ScreenshotMessage0="%26Attach a Screenshot image"
Count mtDialog_CopyMessage=1
mtDialog_CopyMessage0="%26Copy to Clipboard"
Count mtDialog_SupportMessage=1
mtDialog_SupportMessage0="Go to the Support Page"
Count mtMSDialog_ErrorMsgCaption=1
mtMSDialog_ErrorMsgCaption0="The application has encountered a problem. We are sorry for the inconvenience."
Count mtMSDialog_RestartCaption=1
mtMSDialog_RestartCaption0="Restart application."
Count mtMSDialog_TerminateCaption=1
mtMSDialog_TerminateCaption0="Terminate application."
Count mtMSDialog_PleaseCaption=1
mtMSDialog_PleaseCaption0="Please tell us about this problem."
Count mtMSDialog_DescriptionCaption=1
mtMSDialog_DescriptionCaption0="We have created an error report that you can send to us. We will treat this report as confidential and anonymous."
Count mtMSDialog_SeeDetailsCaption=1
mtMSDialog_SeeDetailsCaption0="To see what data the error report contains,"
Count mtMSDialog_SeeClickCaption=1
mtMSDialog_SeeClickCaption0="click here."
Count mtMSDialog_HowToReproduceCaption=1
mtMSDialog_HowToReproduceCaption0="What were you doing when the problem happended (optional)?"
Count mtMSDialog_EmailCaption=1
mtMSDialog_EmailCaption0="Email address (optional):"
Count mtMSDialog_SendButtonCaption=1
mtMSDialog_SendButtonCaption0="%26Send Error Report"
Count mtMSDialog_NoSendButtonCaption=1
mtMSDialog_NoSendButtonCaption0="%26Don't Send"
Count mtLog_AppHeader=1
mtLog_AppHeader0="Application"
Count mtLog_AppStartDate=1
mtLog_AppStartDate0="Start Date"
Count mtLog_AppName=1
mtLog_AppName0="Name/Description"
Count mtLog_AppVersionNumber=1
mtLog_AppVersionNumber0="Version Number"
Count mtLog_AppParameters=1
mtLog_AppParameters0="Parameters"
Count mtLog_AppCompilationDate=1
mtLog_AppCompilationDate0="Compilation Date"
Count mtLog_AppUpTime=1
mtLog_AppUpTime0="Up Time"
Count mtLog_ExcHeader=1
mtLog_ExcHeader0="Exception"
Count mtLog_ExcDate=1
mtLog_ExcDate0="Date"
Count mtLog_ExcAddress=1
mtLog_ExcAddress0="Address"
Count mtLog_ExcModuleName=1
mtLog_ExcModuleName0="Module Name"
Count mtLog_ExcModuleVersion=1
mtLog_ExcModuleVersion0="Module Version"
Count mtLog_ExcType=1
mtLog_ExcType0="Type"
Count mtLog_ExcMessage=1
mtLog_ExcMessage0="Message"
Count mtLog_ExcID=1
mtLog_ExcID0="ID"
Count mtLog_ExcCount=1
mtLog_ExcCount0="Count"
Count mtLog_ExcStatus=1
mtLog_ExcStatus0="Status"
Count mtLog_ExcNote=1
mtLog_ExcNote0="Note"
Count mtLog_UserHeader=1
mtLog_UserHeader0="User"
Count mtLog_UserID=1
mtLog_UserID0="ID"
Count mtLog_UserName=1
mtLog_UserName0="Name"
Count mtLog_UserEmail=1
mtLog_UserEmail0="Email"
Count mtLog_UserCompany=1
mtLog_UserCompany0="Company"
Count mtLog_UserPrivileges=1
mtLog_UserPrivileges0="Privileges"
Count mtLog_ActCtrlsHeader=1
mtLog_ActCtrlsHeader0="Active Controls"
Count mtLog_ActCtrlsFormClass=1
mtLog_ActCtrlsFormClass0="Form Class"
Count mtLog_ActCtrlsFormText=1
mtLog_ActCtrlsFormText0="Form Text"
Count mtLog_ActCtrlsControlClass=1
mtLog_ActCtrlsControlClass0="Control Class"
Count mtLog_ActCtrlsControlText=1
mtLog_ActCtrlsControlText0="Control Text"
Count mtLog_CmpHeader=1
mtLog_CmpHeader0="Computer"
Count mtLog_CmpName=1
mtLog_CmpName0="Name"
Count mtLog_CmpTotalMemory=1
mtLog_CmpTotalMemory0="Total Memory"
Count mtLog_CmpFreeMemory=1
mtLog_CmpFreeMemory0="Free Memory"
Count mtLog_CmpTotalDisk=1
mtLog_CmpTotalDisk0="Total Disk"
Count mtLog_CmpFreeDisk=1
mtLog_CmpFreeDisk0="Free Disk"
Count mtLog_CmpSystemUpTime=1
mtLog_CmpSystemUpTime0="System Up Time"
Count mtLog_CmpProcessor=1
mtLog_CmpProcessor0="Processor"
Count mtLog_CmpDisplayMode=1
mtLog_CmpDisplayMode0="Display Mode"
Count mtLog_CmpDisplayDPI=1
mtLog_CmpDisplayDPI0="Display DPI"
Count mtLog_CmpVideoCard=1
mtLog_CmpVideoCard0="Video Card"
Count mtLog_CmpPrinter=1
mtLog_CmpPrinter0="Printer"
Count mtLog_OSHeader=1
mtLog_OSHeader0="Operating System"
Count mtLog_OSType=1
mtLog_OSType0="Type"
Count mtLog_OSBuildN=1
mtLog_OSBuildN0="Build #"
Count mtLog_OSUpdate=1
mtLog_OSUpdate0="Update"
Count mtLog_OSLanguage=1
mtLog_OSLanguage0="Language"
Count mtLog_OSCharset=1
mtLog_OSCharset0="Charset"
Count mtLog_NetHeader=1
mtLog_NetHeader0="Network"
Count mtLog_NetIP=1
mtLog_NetIP0="IP Address"
Count mtLog_NetSubmask=1
mtLog_NetSubmask0="Submask"
Count mtLog_NetGateway=1
mtLog_NetGateway0="Gateway"
Count mtLog_NetDNS1=1
mtLog_NetDNS10="DNS 1"
Count mtLog_NetDNS2=1
mtLog_NetDNS20="DNS 2"
Count mtLog_NetDHCP=1
mtLog_NetDHCP0="DHCP"
Count mtLog_CustInfoHeader=1
mtLog_CustInfoHeader0="Custom Information"
Count mtCallStack_Address=1
mtCallStack_Address0="Address"
Count mtCallStack_Name=1
mtCallStack_Name0="Module"
Count mtCallStack_Unit=1
mtCallStack_Unit0="Unit"
Count mtCallStack_Class=1
mtCallStack_Class0="Class"
Count mtCallStack_Procedure=1
mtCallStack_Procedure0="Procedure/Method"
Count mtCallStack_Line=1
mtCallStack_Line0="Line"
Count mtCallStack_MainThread=1
mtCallStack_MainThread0="Main"
Count mtCallStack_ExceptionThread=1
mtCallStack_ExceptionThread0="Exception Thread"
Count mtCallStack_RunningThread=1
mtCallStack_RunningThread0="Running Thread"
Count mtCallStack_CallingThread=1
mtCallStack_CallingThread0="Calling Thread"
Count mtCallStack_ThreadID=1
mtCallStack_ThreadID0="ID"
Count mtCallStack_ThreadPriority=1
mtCallStack_ThreadPriority0="Priority"
Count mtCallStack_ThreadClass=1
mtCallStack_ThreadClass0="Class"
Count mtCallStack_LeakCaption=1
mtCallStack_LeakCaption0="Memory Leak"
Count mtCallStack_LeakData=1
mtCallStack_LeakData0="Data"
Count mtCallStack_LeakType=1
mtCallStack_LeakType0="Type"
Count mtCallStack_LeakSize=1
mtCallStack_LeakSize0="Total size"
Count mtCallStack_LeakCount=1
mtCallStack_LeakCount0="Count"
Count mtSendDialog_Caption=1
mtSendDialog_Caption0="Send."
Count mtSendDialog_Message=1
mtSendDialog_Message0="Message"
Count mtSendDialog_Resolving=1
mtSendDialog_Resolving0="Resolving DNS..."
Count mtSendDialog_Login=1
mtSendDialog_Login0="Login..."
Count mtSendDialog_Connecting=1
mtSendDialog_Connecting0="Connecting with server..."
Count mtSendDialog_Connected=1
mtSendDialog_Connected0="Connected with server."
Count mtSendDialog_Sending=1
mtSendDialog_Sending0="Sending message..."
Count mtSendDialog_Sent=1
mtSendDialog_Sent0="Message sent."
Count mtSendDialog_SelectProject=1
mtSendDialog_SelectProject0="Select project..."
Count mtSendDialog_Searching=1
mtSendDialog_Searching0="Searching..."
Count mtSendDialog_Modifying=1
mtSendDialog_Modifying0="Modifying..."
Count mtSendDialog_Disconnecting=1
mtSendDialog_Disconnecting0="Disconnecting..."
Count mtSendDialog_Disconnected=1
mtSendDialog_Disconnected0="Disconnected."
Count mtReproduceDialog_Caption=1
mtReproduceDialog_Caption0="Request"
Count mtReproduceDialog_Request=1
mtReproduceDialog_Request0="Please describe the steps to reproduce the error:"
Count mtReproduceDialog_OKButtonCaption=1
mtReproduceDialog_OKButtonCaption0="%26OK"
Count mtModules_Handle=1
mtModules_Handle0="Handle"
Count mtModules_Name=1
mtModules_Name0="Name"
Count mtModules_Description=1
mtModules_Description0="Description"
Count mtModules_Version=1
mtModules_Version0="Version"
Count mtModules_Size=1
mtModules_Size0="Size"
Count mtModules_LastModified=1
mtModules_LastModified0="Modified"
Count mtModules_Path=1
mtModules_Path0="Path"
Count mtProcesses_ID=1
mtProcesses_ID0="ID"
Count mtProcesses_Name=1
mtProcesses_Name0="Name"
Count mtProcesses_Description=1
mtProcesses_Description0="Description"
Count mtProcesses_Version=1
mtProcesses_Version0="Version"
Count mtProcesses_Memory=1
mtProcesses_Memory0="Memory"
Count mtProcesses_Priority=1
mtProcesses_Priority0="Priority"
Count mtProcesses_Threads=1
mtProcesses_Threads0="Threads"
Count mtProcesses_Path=1
mtProcesses_Path0="Path"
Count mtCPU_Registers=1
mtCPU_Registers0="Registers"
Count mtCPU_Stack=1
mtCPU_Stack0="Stack"
Count mtCPU_MemoryDump=1
mtCPU_MemoryDump0="Memory Dump"
Count mtSend_SuccessMsg=1
mtSend_SuccessMsg0="The message was sent successfully."
Count mtSend_FailureMsg=1
mtSend_FailureMsg0="Sorry, sending the message didn't work."
Count mtSend_BugClosedMsg=2
mtSend_BugClosedMsg0="These BUG is just closed."
mtSend_BugClosedMsg1="Contact the program support to obtain an update."
Count mtSend_UnknownErrorMsg=1
mtSend_UnknownErrorMsg0="Unknown error."
Count mtSend_InvalidLoginMsg=1
mtSend_InvalidLoginMsg0="Invalid login request."
Count mtSend_InvalidSearchMsg=1
mtSend_InvalidSearchMsg0="Invalid search request."
Count mtSend_InvalidSelectionMsg=1
mtSend_InvalidSelectionMsg0="Invalid selection request."
Count mtSend_InvalidInsertMsg=1
mtSend_InvalidInsertMsg0="Invalid insert request."
Count mtSend_InvalidModifyMsg=1
mtSend_InvalidModifyMsg0="Invalid modify request."
Count mtFileCrackedMsg=2
mtFileCrackedMsg0="This file is cracked."
mtFileCrackedMsg1="The application will be closed."
Count mtException_LeakMultiFree=1
mtException_LeakMultiFree0="Multi Free memory leak."
Count mtException_LeakMemoryOverrun=1
mtException_LeakMemoryOverrun0="Memory Overrun leak."
Count mtException_AntiFreeze=1
mtException_AntiFreeze0="The application seems to be frozen."
Count mtInvalidEmailMsg=1
mtInvalidEmailMsg0="Invalid email."
TextsCollection=English
EurekaLog Last Line -->

View File

@ -0,0 +1,22 @@
1 VERSIONINFO
FILEVERSION 1,0,0,0
PRODUCTVERSION 1,0,0,0
FILEFLAGSMASK 0x3FL
FILEFLAGS 0x00L
FILEOS 0x40004L
FILETYPE 0x1L
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "0C0A04E4"
BEGIN
VALUE "FileVersion", "1.0.0.0\0"
VALUE "ProductVersion", "1.0.0.0\0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x0C0A, 1252
END
END

View File

@ -3,9 +3,9 @@ unit uDataModuleFormasPago;
interface
uses
SysUtils, Classes, DB, uDAClientDataModule, uDADataTable, uDABINAdapter,
SysUtils, Classes, DB, uDADataTable, uDABINAdapter,
uDAScriptingProvider, uDACDSDataTable, uROWinInetHttpChannel, uROTypes,
uROServiceComponent, uRORemoteService, uROClient, uROBinMessage,
uRORemoteService, uROClient, uROBinMessage,
uDADesigntimeCall,
uIDataModuleFormasPago, uBizFormasPago, uBizFormasPagoPlazos,
uDARemoteDataAdapter, uDADataStreamer, uDAInterfaces, uRODynamicRequest,

View File

@ -47,25 +47,6 @@
<DelphiCompile Include="FormasPago_model.dpk">
<MainSource>MainSource</MainSource>
</DelphiCompile>
<DCCReference Include="..\..\..\GUIBase\A.dcp" />
<DCCReference Include="..\..\..\GUIBase\Ap.dcp" />
<DCCReference Include="..\..\..\GUIBase\App.dcp" />
<DCCReference Include="..\..\..\GUIBase\Appl.dcp" />
<DCCReference Include="..\..\..\GUIBase\Appli.dcp" />
<DCCReference Include="..\..\..\GUIBase\Applic.dcp" />
<DCCReference Include="..\..\..\GUIBase\Applica.dcp" />
<DCCReference Include="..\..\..\GUIBase\Applicat.dcp" />
<DCCReference Include="..\..\..\GUIBase\Applicati.dcp" />
<DCCReference Include="..\..\..\GUIBase\Applicatio.dcp" />
<DCCReference Include="..\..\..\GUIBase\Application.dcp" />
<DCCReference Include="..\..\..\GUIBase\ApplicationB.dcp" />
<DCCReference Include="..\..\..\GUIBase\ApplicationBa.dcp" />
<DCCReference Include="..\..\..\GUIBase\ApplicationBas.dcp" />
<DCCReference Include="..\..\..\GUIBase\ApplicationBase.dcp" />
<DCCReference Include="..\..\..\GUIBase\Base.dcp" />
<DCCReference Include="..\..\..\GUIBase\GUIBase.dcp" />
<DCCReference Include="..\..\..\GUIBase\rtl.dcp" />
<DCCReference Include="..\..\..\GUIBase\vcl.dcp" />
<DCCReference Include="Data\uIDataModuleFormasPago.pas" />
<DCCReference Include="schFormasPagoClient_Intf.pas" />
<DCCReference Include="schFormasPagoServer_Intf.pas" />

View File

@ -23,6 +23,7 @@ package FormasPago_plugin;
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$IMPLICITBUILD ON}
{$DEFINE DEBUG}
requires
rtl,

View File

@ -34,6 +34,7 @@
<DCC_ResourcePath>..\..\..\Lib;..\..\Lib</DCC_ResourcePath>
<DCC_ObjPath>..\..\..\Lib;..\..\Lib</DCC_ObjPath>
<DCC_IncludePath>..\..\..\Lib;..\..\Lib</DCC_IncludePath>
<DCC_Define>DEBUG</DCC_Define>
</PropertyGroup>
<ProjectExtensions>
<Borland.Personality>Delphi.Personality</Borland.Personality>
@ -46,527 +47,15 @@
<DelphiCompile Include="FormasPago_plugin.dpk">
<MainSource>MainSource</MainSource>
</DelphiCompile>
<DCCReference Include="..\..\..\GUIBase\AFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\ApFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\AppFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\ApplFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\ApplicaFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\ApplicatFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\ApplicatiFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\ApplicatioFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\ApplicationBaFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\ApplicationBaseFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\ApplicationBasFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\ApplicationBFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\ApplicationFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\ApplicFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\AppliFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\BaFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\Base.dcp" />
<DCCReference Include="..\..\..\GUIBase\BaseFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\BasFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\BFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\FormasPago_controller.dcp" />
<DCCReference Include="..\..\..\GUIBase\FormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\FormasPago_view.dcp" />
<DCCReference Include="..\..\..\GUIBase\GFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\GUFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\GUIBaFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\GUIBase.dcp" />
<DCCReference Include="..\..\..\GUIBase\GUIBaseFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\GUIBasFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\GUIBFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\GUIFormasPago_model.dcp" />
<DCCReference Include="..\..\..\GUIBase\PluginSDK_D10R.dcp" />
<DCCReference Include="..\..\..\GUIBase\PngComponentsD10.dcp" />
<DCCReference Include="..\..\..\GUIBase\PNG_D10.dcp" />
<DCCReference Include="..\..\..\GUIBase\rtl.dcp" />
<DCCReference Include="..\..\..\GUIBase\vcl.dcp" />
<DCCReference Include="..\..\..\GUIBase\vclactnband.dcp" />
<DCCReference Include="..\..\..\GUIBase\vclx.dcp" />
<DCCReference Include="ApplicationBase.dcp" />
<DCCReference Include="Base.dcp" />
<DCCReference Include="FormasPago_controller.dcp" />
<DCCReference Include="FormasPago_model.dcp" />
<DCCReference Include="FormasPago_view.dcp" />
<DCCReference Include="GUIBase.dcp" />
<DCCReference Include="PluginSDK_D10R.dcp" />
<DCCReference Include="rtl.dcp" />
<DCCReference Include="vcl.dcp" />
<DCCReference Include="uPluginFormasPago.pas" />
</ItemGroup>
</Project>
<!-- EurekaLog First Line
[Exception Log]
EurekaLog Version=6006
Activate=0
Activate Handle=1
Save Log File=1
Foreground Tab=0
Freeze Activate=0
Freeze Timeout=60
SMTP From=eurekalog@email.com
SMTP Host=
SMTP Port=25
SMTP UserID=
SMTP Password=
Append to Log=0
TerminateBtn Operation=1
Errors Number=32
Errors Terminate=3
Email Address=
Email Object=
Email Send Options=0
Output Path=
Encrypt Password=
AutoCloseDialogSecs=0
WebSendMode=0
SupportULR=
HTMLLayout Count=15
HTMLLine0="%3Chtml%3E"
HTMLLine1=" %3Chead%3E"
HTMLLine2=" %3C/head%3E"
HTMLLine3=" %3Cbody TopMargin=10 LeftMargin=10%3E"
HTMLLine4=" %3Ctable width="100%%" border="0"%3E"
HTMLLine5=" %3Ctr%3E"
HTMLLine6=" %3Ctd nowrap%3E"
HTMLLine7=" %3Cfont face="Lucida Console, Courier" size="2"%3E"
HTMLLine8=" %3C%%HTML_TAG%%%3E"
HTMLLine9=" %3C/font%3E"
HTMLLine10=" %3C/td%3E"
HTMLLine11=" %3C/tr%3E"
HTMLLine12=" %3C/table%3E"
HTMLLine13=" %3C/body%3E"
HTMLLine14="%3C/html%3E"
AutoCrashOperation=1
AutoCrashNumber=10
AutoCrashMinutes=1
WebURL=
WebUserID=
WebPassword=
WebPort=0
AttachedFiles=
ProxyURL=
ProxyUser=
ProxyPassword=
ProxyPort=8080
TrakerUser=
TrakerPassword=
TrakerAssignTo=
TrakerProject=
TrakerCategory=
TrakerTrialID=
ZipPassword=
PreBuildEvent=
PostSuccessfulBuildEvent=
PostFailureBuildEvent=
ExceptionDialogType=2
Count=0
EMail Message Line Count=0
loNoDuplicateErrors=0
loAppendReproduceText=0
loDeleteLogAtVersionChange=0
loAddComputerNameInLogFileName=0
loSaveModulesAndProcessesSections=1
loSaveAssemblerAndCPUSections=1
soAppStartDate=1
soAppName=1
soAppVersionNumber=1
soAppParameters=1
soAppCompilationDate=1
soAppUpTime=1
soExcDate=1
soExcAddress=1
soExcModuleName=1
soExcModuleVersion=1
soExcType=1
soExcMessage=1
soExcID=1
soExcCount=1
soExcStatus=1
soExcNote=1
soUserID=1
soUserName=1
soUserEmail=1
soUserPrivileges=1
soUserCompany=1
soActCtlsFormClass=1
soActCtlsFormText=1
soActCtlsControlClass=1
soActCtlsControlText=1
soCmpName=1
soCmpTotalMemory=1
soCmpFreeMemory=1
soCmpTotalDisk=1
soCmpFreeDisk=1
soCmpSysUpTime=1
soCmpProcessor=1
soCmpDisplayMode=1
soCmpDisplayDPI=1
soCmpVideoCard=1
soCmpPrinter=1
soOSType=1
soOSBuildN=1
soOSUpdate=1
soOSLanguage=1
soOSCharset=1
soNetIP=1
soNetSubmask=1
soNetGateway=1
soNetDNS1=1
soNetDNS2=1
soNetDHCP=1
soCustomData=1
sndShowSendDialog=1
sndShowSuccessFailureMsg=0
sndSendEntireLog=0
sndSendXMLLogCopy=0
sndSendScreenshot=1
sndUseOnlyActiveWindow=0
sndSendLastHTMLPage=1
sndSendInSeparatedThread=0
sndAddDateInFileName=0
sndAddComputerNameInFileName=0
edoSendErrorReportChecked=1
edoAttachScreenshotChecked=1
edoShowCopyToClipOption=1
edoShowDetailsButton=1
edoShowInDetailedMode=0
edoShowInTopMostMode=0
edoUseEurekaLogLookAndFeel=0
edoShowSendErrorReportOption=1
edoShowAttachScreenshotOption=1
edoShowCustomButton=0
csoShowDLLs=1
csoShowBPLs=1
csoShowBorlandThreads=1
csoShowWindowsThreads=1
csoDoNotStoreProcNames=0
boPauseBorlandThreads=0
boDoNotPauseMainThread=0
boPauseWindowsThreads=0
boUseMainModuleOptions=1
boCopyLogInCaseOfError=1
boSaveCompressedCopyInCaseOfError=0
boHandleSafeCallExceptions=1
boCallRTLExceptionEvent=0
boCatchHandledExceptions=0
loCatchLeaks=0
loGroupsSonLeaks=1
loHideBorlandLeaks=1
loFreeAllLeaks=1
loCatchLeaksExceptions=1
cfoReduceFileSize=1
cfoCheckFileCorruption=0
Count mtInformationMsgCaption=1
mtInformationMsgCaption0="Information."
Count mtQuestionMsgCaption=1
mtQuestionMsgCaption0="Question."
Count mtErrorMsgCaption=1
mtErrorMsgCaption0="Error."
Count mtDialog_Caption=1
mtDialog_Caption0="Error."
Count mtDialog_ErrorMsgCaption=2
mtDialog_ErrorMsgCaption0="An error has occurred during program execution."
mtDialog_ErrorMsgCaption1="Please read the following information for further details."
Count mtDialog_GeneralCaption=1
mtDialog_GeneralCaption0="General"
Count mtDialog_GeneralHeader=1
mtDialog_GeneralHeader0="General Information"
Count mtDialog_CallStackCaption=1
mtDialog_CallStackCaption0="Call Stack"
Count mtDialog_CallStackHeader=1
mtDialog_CallStackHeader0="Call Stack Information"
Count mtDialog_ModulesCaption=1
mtDialog_ModulesCaption0="Modules"
Count mtDialog_ModulesHeader=1
mtDialog_ModulesHeader0="Modules Information"
Count mtDialog_ProcessesCaption=1
mtDialog_ProcessesCaption0="Processes"
Count mtDialog_ProcessesHeader=1
mtDialog_ProcessesHeader0="Processes Information"
Count mtDialog_AsmCaption=1
mtDialog_AsmCaption0="Assembler"
Count mtDialog_AsmHeader=1
mtDialog_AsmHeader0="Assembler Information"
Count mtDialog_CPUCaption=1
mtDialog_CPUCaption0="CPU"
Count mtDialog_CPUHeader=1
mtDialog_CPUHeader0="CPU Information"
Count mtDialog_OKButtonCaption=1
mtDialog_OKButtonCaption0="%26OK"
Count mtDialog_TerminateButtonCaption=1
mtDialog_TerminateButtonCaption0="%26Terminate"
Count mtDialog_RestartButtonCaption=1
mtDialog_RestartButtonCaption0="%26Restart"
Count mtDialog_DetailsButtonCaption=1
mtDialog_DetailsButtonCaption0="%26Details"
Count mtDialog_CustomButtonCaption=1
mtDialog_CustomButtonCaption0="%26Help"
Count mtDialog_SendMessage=1
mtDialog_SendMessage0="%26Send this error via Internet"
Count mtDialog_ScreenshotMessage=1
mtDialog_ScreenshotMessage0="%26Attach a Screenshot image"
Count mtDialog_CopyMessage=1
mtDialog_CopyMessage0="%26Copy to Clipboard"
Count mtDialog_SupportMessage=1
mtDialog_SupportMessage0="Go to the Support Page"
Count mtMSDialog_ErrorMsgCaption=1
mtMSDialog_ErrorMsgCaption0="The application has encountered a problem. We are sorry for the inconvenience."
Count mtMSDialog_RestartCaption=1
mtMSDialog_RestartCaption0="Restart application."
Count mtMSDialog_TerminateCaption=1
mtMSDialog_TerminateCaption0="Terminate application."
Count mtMSDialog_PleaseCaption=1
mtMSDialog_PleaseCaption0="Please tell us about this problem."
Count mtMSDialog_DescriptionCaption=1
mtMSDialog_DescriptionCaption0="We have created an error report that you can send to us. We will treat this report as confidential and anonymous."
Count mtMSDialog_SeeDetailsCaption=1
mtMSDialog_SeeDetailsCaption0="To see what data the error report contains,"
Count mtMSDialog_SeeClickCaption=1
mtMSDialog_SeeClickCaption0="click here."
Count mtMSDialog_HowToReproduceCaption=1
mtMSDialog_HowToReproduceCaption0="What were you doing when the problem happended (optional)?"
Count mtMSDialog_EmailCaption=1
mtMSDialog_EmailCaption0="Email address (optional):"
Count mtMSDialog_SendButtonCaption=1
mtMSDialog_SendButtonCaption0="%26Send Error Report"
Count mtMSDialog_NoSendButtonCaption=1
mtMSDialog_NoSendButtonCaption0="%26Don't Send"
Count mtLog_AppHeader=1
mtLog_AppHeader0="Application"
Count mtLog_AppStartDate=1
mtLog_AppStartDate0="Start Date"
Count mtLog_AppName=1
mtLog_AppName0="Name/Description"
Count mtLog_AppVersionNumber=1
mtLog_AppVersionNumber0="Version Number"
Count mtLog_AppParameters=1
mtLog_AppParameters0="Parameters"
Count mtLog_AppCompilationDate=1
mtLog_AppCompilationDate0="Compilation Date"
Count mtLog_AppUpTime=1
mtLog_AppUpTime0="Up Time"
Count mtLog_ExcHeader=1
mtLog_ExcHeader0="Exception"
Count mtLog_ExcDate=1
mtLog_ExcDate0="Date"
Count mtLog_ExcAddress=1
mtLog_ExcAddress0="Address"
Count mtLog_ExcModuleName=1
mtLog_ExcModuleName0="Module Name"
Count mtLog_ExcModuleVersion=1
mtLog_ExcModuleVersion0="Module Version"
Count mtLog_ExcType=1
mtLog_ExcType0="Type"
Count mtLog_ExcMessage=1
mtLog_ExcMessage0="Message"
Count mtLog_ExcID=1
mtLog_ExcID0="ID"
Count mtLog_ExcCount=1
mtLog_ExcCount0="Count"
Count mtLog_ExcStatus=1
mtLog_ExcStatus0="Status"
Count mtLog_ExcNote=1
mtLog_ExcNote0="Note"
Count mtLog_UserHeader=1
mtLog_UserHeader0="User"
Count mtLog_UserID=1
mtLog_UserID0="ID"
Count mtLog_UserName=1
mtLog_UserName0="Name"
Count mtLog_UserEmail=1
mtLog_UserEmail0="Email"
Count mtLog_UserCompany=1
mtLog_UserCompany0="Company"
Count mtLog_UserPrivileges=1
mtLog_UserPrivileges0="Privileges"
Count mtLog_ActCtrlsHeader=1
mtLog_ActCtrlsHeader0="Active Controls"
Count mtLog_ActCtrlsFormClass=1
mtLog_ActCtrlsFormClass0="Form Class"
Count mtLog_ActCtrlsFormText=1
mtLog_ActCtrlsFormText0="Form Text"
Count mtLog_ActCtrlsControlClass=1
mtLog_ActCtrlsControlClass0="Control Class"
Count mtLog_ActCtrlsControlText=1
mtLog_ActCtrlsControlText0="Control Text"
Count mtLog_CmpHeader=1
mtLog_CmpHeader0="Computer"
Count mtLog_CmpName=1
mtLog_CmpName0="Name"
Count mtLog_CmpTotalMemory=1
mtLog_CmpTotalMemory0="Total Memory"
Count mtLog_CmpFreeMemory=1
mtLog_CmpFreeMemory0="Free Memory"
Count mtLog_CmpTotalDisk=1
mtLog_CmpTotalDisk0="Total Disk"
Count mtLog_CmpFreeDisk=1
mtLog_CmpFreeDisk0="Free Disk"
Count mtLog_CmpSystemUpTime=1
mtLog_CmpSystemUpTime0="System Up Time"
Count mtLog_CmpProcessor=1
mtLog_CmpProcessor0="Processor"
Count mtLog_CmpDisplayMode=1
mtLog_CmpDisplayMode0="Display Mode"
Count mtLog_CmpDisplayDPI=1
mtLog_CmpDisplayDPI0="Display DPI"
Count mtLog_CmpVideoCard=1
mtLog_CmpVideoCard0="Video Card"
Count mtLog_CmpPrinter=1
mtLog_CmpPrinter0="Printer"
Count mtLog_OSHeader=1
mtLog_OSHeader0="Operating System"
Count mtLog_OSType=1
mtLog_OSType0="Type"
Count mtLog_OSBuildN=1
mtLog_OSBuildN0="Build #"
Count mtLog_OSUpdate=1
mtLog_OSUpdate0="Update"
Count mtLog_OSLanguage=1
mtLog_OSLanguage0="Language"
Count mtLog_OSCharset=1
mtLog_OSCharset0="Charset"
Count mtLog_NetHeader=1
mtLog_NetHeader0="Network"
Count mtLog_NetIP=1
mtLog_NetIP0="IP Address"
Count mtLog_NetSubmask=1
mtLog_NetSubmask0="Submask"
Count mtLog_NetGateway=1
mtLog_NetGateway0="Gateway"
Count mtLog_NetDNS1=1
mtLog_NetDNS10="DNS 1"
Count mtLog_NetDNS2=1
mtLog_NetDNS20="DNS 2"
Count mtLog_NetDHCP=1
mtLog_NetDHCP0="DHCP"
Count mtLog_CustInfoHeader=1
mtLog_CustInfoHeader0="Custom Information"
Count mtCallStack_Address=1
mtCallStack_Address0="Address"
Count mtCallStack_Name=1
mtCallStack_Name0="Module"
Count mtCallStack_Unit=1
mtCallStack_Unit0="Unit"
Count mtCallStack_Class=1
mtCallStack_Class0="Class"
Count mtCallStack_Procedure=1
mtCallStack_Procedure0="Procedure/Method"
Count mtCallStack_Line=1
mtCallStack_Line0="Line"
Count mtCallStack_MainThread=1
mtCallStack_MainThread0="Main"
Count mtCallStack_ExceptionThread=1
mtCallStack_ExceptionThread0="Exception Thread"
Count mtCallStack_RunningThread=1
mtCallStack_RunningThread0="Running Thread"
Count mtCallStack_CallingThread=1
mtCallStack_CallingThread0="Calling Thread"
Count mtCallStack_ThreadID=1
mtCallStack_ThreadID0="ID"
Count mtCallStack_ThreadPriority=1
mtCallStack_ThreadPriority0="Priority"
Count mtCallStack_ThreadClass=1
mtCallStack_ThreadClass0="Class"
Count mtCallStack_LeakCaption=1
mtCallStack_LeakCaption0="Memory Leak"
Count mtCallStack_LeakData=1
mtCallStack_LeakData0="Data"
Count mtCallStack_LeakType=1
mtCallStack_LeakType0="Type"
Count mtCallStack_LeakSize=1
mtCallStack_LeakSize0="Total size"
Count mtCallStack_LeakCount=1
mtCallStack_LeakCount0="Count"
Count mtSendDialog_Caption=1
mtSendDialog_Caption0="Send."
Count mtSendDialog_Message=1
mtSendDialog_Message0="Message"
Count mtSendDialog_Resolving=1
mtSendDialog_Resolving0="Resolving DNS..."
Count mtSendDialog_Login=1
mtSendDialog_Login0="Login..."
Count mtSendDialog_Connecting=1
mtSendDialog_Connecting0="Connecting with server..."
Count mtSendDialog_Connected=1
mtSendDialog_Connected0="Connected with server."
Count mtSendDialog_Sending=1
mtSendDialog_Sending0="Sending message..."
Count mtSendDialog_Sent=1
mtSendDialog_Sent0="Message sent."
Count mtSendDialog_SelectProject=1
mtSendDialog_SelectProject0="Select project..."
Count mtSendDialog_Searching=1
mtSendDialog_Searching0="Searching..."
Count mtSendDialog_Modifying=1
mtSendDialog_Modifying0="Modifying..."
Count mtSendDialog_Disconnecting=1
mtSendDialog_Disconnecting0="Disconnecting..."
Count mtSendDialog_Disconnected=1
mtSendDialog_Disconnected0="Disconnected."
Count mtReproduceDialog_Caption=1
mtReproduceDialog_Caption0="Request"
Count mtReproduceDialog_Request=1
mtReproduceDialog_Request0="Please describe the steps to reproduce the error:"
Count mtReproduceDialog_OKButtonCaption=1
mtReproduceDialog_OKButtonCaption0="%26OK"
Count mtModules_Handle=1
mtModules_Handle0="Handle"
Count mtModules_Name=1
mtModules_Name0="Name"
Count mtModules_Description=1
mtModules_Description0="Description"
Count mtModules_Version=1
mtModules_Version0="Version"
Count mtModules_Size=1
mtModules_Size0="Size"
Count mtModules_LastModified=1
mtModules_LastModified0="Modified"
Count mtModules_Path=1
mtModules_Path0="Path"
Count mtProcesses_ID=1
mtProcesses_ID0="ID"
Count mtProcesses_Name=1
mtProcesses_Name0="Name"
Count mtProcesses_Description=1
mtProcesses_Description0="Description"
Count mtProcesses_Version=1
mtProcesses_Version0="Version"
Count mtProcesses_Memory=1
mtProcesses_Memory0="Memory"
Count mtProcesses_Priority=1
mtProcesses_Priority0="Priority"
Count mtProcesses_Threads=1
mtProcesses_Threads0="Threads"
Count mtProcesses_Path=1
mtProcesses_Path0="Path"
Count mtCPU_Registers=1
mtCPU_Registers0="Registers"
Count mtCPU_Stack=1
mtCPU_Stack0="Stack"
Count mtCPU_MemoryDump=1
mtCPU_MemoryDump0="Memory Dump"
Count mtSend_SuccessMsg=1
mtSend_SuccessMsg0="The message was sent successfully."
Count mtSend_FailureMsg=1
mtSend_FailureMsg0="Sorry, sending the message didn't work."
Count mtSend_BugClosedMsg=2
mtSend_BugClosedMsg0="These BUG is just closed."
mtSend_BugClosedMsg1="Contact the program support to obtain an update."
Count mtSend_UnknownErrorMsg=1
mtSend_UnknownErrorMsg0="Unknown error."
Count mtSend_InvalidLoginMsg=1
mtSend_InvalidLoginMsg0="Invalid login request."
Count mtSend_InvalidSearchMsg=1
mtSend_InvalidSearchMsg0="Invalid search request."
Count mtSend_InvalidSelectionMsg=1
mtSend_InvalidSelectionMsg0="Invalid selection request."
Count mtSend_InvalidInsertMsg=1
mtSend_InvalidInsertMsg0="Invalid insert request."
Count mtSend_InvalidModifyMsg=1
mtSend_InvalidModifyMsg0="Invalid modify request."
Count mtFileCrackedMsg=2
mtFileCrackedMsg0="This file is cracked."
mtFileCrackedMsg1="The application will be closed."
Count mtException_LeakMultiFree=1
mtException_LeakMultiFree0="Multi Free memory leak."
Count mtException_LeakMemoryOverrun=1
mtException_LeakMemoryOverrun0="Memory Overrun leak."
Count mtException_AntiFreeze=1
mtException_AntiFreeze0="The application seems to be frozen."
Count mtInvalidEmailMsg=1
mtInvalidEmailMsg0="Invalid email."
TextsCollection=English
EurekaLog Last Line -->

View File

@ -0,0 +1,22 @@
1 VERSIONINFO
FILEVERSION 1,0,0,0
PRODUCTVERSION 1,0,0,0
FILEFLAGSMASK 0x3FL
FILEFLAGS 0x00L
FILEOS 0x40004L
FILETYPE 0x1L
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "0C0A04E4"
BEGIN
VALUE "FileVersion", "1.0.0.0\0"
VALUE "ProductVersion", "1.0.0.0\0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x0C0A, 1252
END
END

View File

@ -23,6 +23,7 @@ package FormasPago_view;
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$IMPLICITBUILD ON}
{$DEFINE DEBUG}
requires
rtl,
@ -30,7 +31,8 @@ requires
Base,
GUIBase,
ApplicationBase,
FormasPago_controller;
FormasPago_controller,
JvCmpD11R;
contains
uEditorFormasPago in 'uEditorFormasPago.pas' {fEditorFormasPago: TfEditorFormasPago},

View File

@ -35,6 +35,7 @@
<DCC_ResourcePath>..\..\..\Lib;..\..\Lib</DCC_ResourcePath>
<DCC_ObjPath>..\..\..\Lib;..\..\Lib</DCC_ObjPath>
<DCC_IncludePath>..\..\..\Lib;..\..\Lib</DCC_IncludePath>
<DCC_Define>DEBUG</DCC_Define>
</PropertyGroup>
<ProjectExtensions>
<Borland.Personality>Delphi.Personality</Borland.Personality>
@ -47,48 +48,12 @@
<DelphiCompile Include="FormasPago_view.dpk">
<MainSource>MainSource</MainSource>
</DelphiCompile>
<DCCReference Include="..\..\..\GUIBase\AFormasPago_controller.dcp" />
<DCCReference Include="..\..\..\GUIBase\ApFormasPago_controller.dcp" />
<DCCReference Include="..\..\..\GUIBase\AppFormasPago_controller.dcp" />
<DCCReference Include="..\..\..\GUIBase\ApplFormasPago_controller.dcp" />
<DCCReference Include="..\..\..\GUIBase\ApplicaFormasPago_controller.dcp" />
<DCCReference Include="..\..\..\GUIBase\ApplicatFormasPago_controller.dcp" />
<DCCReference Include="..\..\..\GUIBase\ApplicatiFormasPago_controller.dcp" />
<DCCReference Include="..\..\..\GUIBase\ApplicatioFormasPago_controller.dcp" />
<DCCReference Include="..\..\..\GUIBase\ApplicationBaFormasPago_controller.dcp" />
<DCCReference Include="..\..\..\GUIBase\ApplicationBase.dcp" />
<DCCReference Include="..\..\..\GUIBase\ApplicationBaseFormasPago_controller.dcp" />
<DCCReference Include="..\..\..\GUIBase\ApplicationBasFormasPago_controller.dcp" />
<DCCReference Include="..\..\..\GUIBase\ApplicationBFormasPago_controller.dcp" />
<DCCReference Include="..\..\..\GUIBase\ApplicationFormasPago_controller.dcp" />
<DCCReference Include="..\..\..\GUIBase\ApplicFormasPago_controller.dcp" />
<DCCReference Include="..\..\..\GUIBase\AppliFormasPago_controller.dcp" />
<DCCReference Include="..\..\..\GUIBase\BaFormasPago_controller.dcp" />
<DCCReference Include="..\..\..\GUIBase\Base.dcp" />
<DCCReference Include="..\..\..\GUIBase\BaseFormasPago_controller.dcp" />
<DCCReference Include="..\..\..\GUIBase\BasFormasPago_controller.dcp" />
<DCCReference Include="..\..\..\GUIBase\BFormasPago_controller.dcp" />
<DCCReference Include="..\..\..\GUIBase\FormasPago_controller.dcp" />
<DCCReference Include="..\..\..\GUIBase\FormasPago_controller11R.dcp" />
<DCCReference Include="..\..\..\GUIBase\FormasPago_controller1R.dcp" />
<DCCReference Include="..\..\..\GUIBase\FormasPago_controllerCmpD11R.dcp" />
<DCCReference Include="..\..\..\GUIBase\FormasPago_controllerD11R.dcp" />
<DCCReference Include="..\..\..\GUIBase\FormasPago_controllerJvCmpD11R.dcp" />
<DCCReference Include="..\..\..\GUIBase\FormasPago_controllermpD11R.dcp" />
<DCCReference Include="..\..\..\GUIBase\FormasPago_controllerpD11R.dcp" />
<DCCReference Include="..\..\..\GUIBase\FormasPago_controllerR.dcp" />
<DCCReference Include="..\..\..\GUIBase\FormasPago_controllervCmpD11R.dcp" />
<DCCReference Include="..\..\..\GUIBase\GFormasPago_controller.dcp" />
<DCCReference Include="..\..\..\GUIBase\GUFormasPago_controller.dcp" />
<DCCReference Include="..\..\..\GUIBase\GUIBaFormasPago_controller.dcp" />
<DCCReference Include="..\..\..\GUIBase\GUIBase.dcp" />
<DCCReference Include="..\..\..\GUIBase\GUIBaseFormasPago_controller.dcp" />
<DCCReference Include="..\..\..\GUIBase\GUIBasFormasPago_controller.dcp" />
<DCCReference Include="..\..\..\GUIBase\GUIBFormasPago_controller.dcp" />
<DCCReference Include="..\..\..\GUIBase\GUIFormasPago_controller.dcp" />
<DCCReference Include="..\..\..\GUIBase\JvCmpD11R.dcp" />
<DCCReference Include="..\..\..\GUIBase\rtl.dcp" />
<DCCReference Include="..\..\..\GUIBase\vcl.dcp" />
<DCCReference Include="ApplicationBase.dcp" />
<DCCReference Include="Base.dcp" />
<DCCReference Include="FormasPago_controller.dcp" />
<DCCReference Include="GUIBase.dcp" />
<DCCReference Include="JvCmpD11R.dcp" />
<DCCReference Include="rtl.dcp" />
<DCCReference Include="uEditorFormaPago.pas">
<Form>fEditorFormaPago</Form>
</DCCReference>
@ -96,8 +61,10 @@
<Form>fEditorFormasPago</Form>
</DCCReference>
<DCCReference Include="uFormasPagoViewRegister.pas" />
<DCCReference Include="vcl.dcp" />
</ItemGroup>
</Project>
<!-- EurekaLog First Line
[Exception Log]
EurekaLog Version=6006
@ -106,14 +73,14 @@ Activate Handle=1
Save Log File=1
Foreground Tab=0
Freeze Activate=0
Freeze Timeout=60
Freeze Timeout=0
SMTP From=eurekalog@email.com
SMTP Host=
SMTP Port=25
SMTP UserID=
SMTP Password=
Append to Log=0
TerminateBtn Operation=1
TerminateBtn Operation=2
Errors Number=32
Errors Terminate=3
Email Address=
@ -140,7 +107,7 @@ HTMLLine11=" %3C/tr%3E"
HTMLLine12=" %3C/table%3E"
HTMLLine13=" %3C/body%3E"
HTMLLine14="%3C/html%3E"
AutoCrashOperation=1
AutoCrashOperation=2
AutoCrashNumber=10
AutoCrashMinutes=1
WebURL=
@ -267,7 +234,7 @@ mtQuestionMsgCaption0="Question."
Count mtErrorMsgCaption=1
mtErrorMsgCaption0="Error."
Count mtDialog_Caption=1
mtDialog_Caption0="Error."
mtDialog_Caption0="Error occurred"
Count mtDialog_ErrorMsgCaption=2
mtDialog_ErrorMsgCaption0="An error has occurred during program execution."
mtDialog_ErrorMsgCaption1="Please read the following information for further details."

View File

@ -28,7 +28,8 @@ requires
rtl,
vcl,
Base,
ControllerBase,
GUIBase,
ApplicationBase,
TiposIVA_model,
TiposIVA_data;

View File

@ -40,13 +40,21 @@
<Borland.Personality>Delphi.Personality</Borland.Personality>
<Borland.ProjectType>Package</Borland.ProjectType>
<BorlandProject>
<BorlandProject><Delphi.Personality><Parameters><Parameters Name="UseLauncher">False</Parameters><Parameters Name="LoadAllSymbols">True</Parameters><Parameters Name="LoadUnspecifiedSymbols">False</Parameters></Parameters><Package_Options><Package_Options Name="ImplicitBuild">False</Package_Options><Package_Options Name="DesigntimeOnly">False</Package_Options><Package_Options Name="RuntimeOnly">False</Package_Options></Package_Options><VersionInfo><VersionInfo Name="IncludeVerInfo">True</VersionInfo><VersionInfo Name="AutoIncBuild">False</VersionInfo><VersionInfo Name="MajorVer">1</VersionInfo><VersionInfo Name="MinorVer">0</VersionInfo><VersionInfo Name="Release">0</VersionInfo><VersionInfo Name="Build">0</VersionInfo><VersionInfo Name="Debug">False</VersionInfo><VersionInfo Name="PreRelease">False</VersionInfo><VersionInfo Name="Special">False</VersionInfo><VersionInfo Name="Private">False</VersionInfo><VersionInfo Name="DLL">False</VersionInfo><VersionInfo Name="Locale">3082</VersionInfo><VersionInfo Name="CodePage">1252</VersionInfo></VersionInfo><VersionInfoKeys><VersionInfoKeys Name="CompanyName"></VersionInfoKeys><VersionInfoKeys Name="FileDescription"></VersionInfoKeys><VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys><VersionInfoKeys Name="InternalName"></VersionInfoKeys><VersionInfoKeys Name="LegalCopyright"></VersionInfoKeys><VersionInfoKeys Name="LegalTrademarks"></VersionInfoKeys><VersionInfoKeys Name="OriginalFilename"></VersionInfoKeys><VersionInfoKeys Name="ProductName"></VersionInfoKeys><VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys><VersionInfoKeys Name="Comments"></VersionInfoKeys></VersionInfoKeys><Source><Source Name="MainSource">TiposIVA_controller.dpk</Source></Source></Delphi.Personality></BorlandProject></BorlandProject>
<BorlandProject><Delphi.Personality><Parameters><Parameters Name="UseLauncher">False</Parameters><Parameters Name="LoadAllSymbols">True</Parameters><Parameters Name="LoadUnspecifiedSymbols">False</Parameters></Parameters><Package_Options><Package_Options Name="ImplicitBuild">True</Package_Options><Package_Options Name="DesigntimeOnly">False</Package_Options><Package_Options Name="RuntimeOnly">False</Package_Options></Package_Options><VersionInfo><VersionInfo Name="IncludeVerInfo">True</VersionInfo><VersionInfo Name="AutoIncBuild">False</VersionInfo><VersionInfo Name="MajorVer">1</VersionInfo><VersionInfo Name="MinorVer">0</VersionInfo><VersionInfo Name="Release">0</VersionInfo><VersionInfo Name="Build">0</VersionInfo><VersionInfo Name="Debug">False</VersionInfo><VersionInfo Name="PreRelease">False</VersionInfo><VersionInfo Name="Special">False</VersionInfo><VersionInfo Name="Private">False</VersionInfo><VersionInfo Name="DLL">False</VersionInfo><VersionInfo Name="Locale">3082</VersionInfo><VersionInfo Name="CodePage">1252</VersionInfo></VersionInfo><VersionInfoKeys><VersionInfoKeys Name="CompanyName"></VersionInfoKeys><VersionInfoKeys Name="FileDescription"></VersionInfoKeys><VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys><VersionInfoKeys Name="InternalName"></VersionInfoKeys><VersionInfoKeys Name="LegalCopyright"></VersionInfoKeys><VersionInfoKeys Name="LegalTrademarks"></VersionInfoKeys><VersionInfoKeys Name="OriginalFilename"></VersionInfoKeys><VersionInfoKeys Name="ProductName"></VersionInfoKeys><VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys><VersionInfoKeys Name="Comments"></VersionInfoKeys></VersionInfoKeys><Source><Source Name="MainSource">TiposIVA_controller.dpk</Source></Source></Delphi.Personality></BorlandProject></BorlandProject>
</ProjectExtensions>
<Import Project="$(MSBuildBinPath)\Borland.Delphi.Targets" />
<ItemGroup>
<DelphiCompile Include="TiposIVA_controller.dpk">
<MainSource>MainSource</MainSource>
</DelphiCompile>
<DCCReference Include="ApplicationBase.dcp" />
<DCCReference Include="Base.dcp" />
<DCCReference Include="ControllerBase.dcp" />
<DCCReference Include="GUIBase.dcp" />
<DCCReference Include="rtl.dcp" />
<DCCReference Include="TiposIVA_data.dcp" />
<DCCReference Include="TiposIVA_model.dcp" />
<DCCReference Include="vcl.dcp" />
<DCCReference Include="uTiposIVAController.pas" />
<DCCReference Include="View\uIEditorTipoIVA.pas" />
<DCCReference Include="View\uIEditorTiposIVA.pas" />

View File

@ -28,6 +28,8 @@ requires
rtl,
vcl,
Base,
GUIBase,
ApplicationBase,
TiposIVA_model;
contains

View File

@ -49,10 +49,12 @@
<DelphiCompile Include="TiposIVA_data.dpk">
<MainSource>MainSource</MainSource>
</DelphiCompile>
<DCCReference Include="..\Model\Base.dcp" />
<DCCReference Include="..\Model\rtl.dcp" />
<DCCReference Include="..\Model\TiposIVA_model.dcp" />
<DCCReference Include="..\Model\vcl.dcp" />
<DCCReference Include="..\..\Familias\Plugin\ApplicationBase.dcp" />
<DCCReference Include="..\..\Familias\Plugin\Base.dcp" />
<DCCReference Include="..\..\Familias\Plugin\GUIBase.dcp" />
<DCCReference Include="..\..\Familias\Plugin\rtl.dcp" />
<DCCReference Include="..\..\Familias\Plugin\TiposIVA_model.dcp" />
<DCCReference Include="..\..\Familias\Plugin\vcl.dcp" />
<DCCReference Include="uDataModuleTiposIVA.pas">
<Form>DataModuleTiposIVA</Form>
</DCCReference>

View File

@ -1,8 +1,8 @@
object DataModuleTiposIVA: TDataModuleTiposIVA
OldCreateOrder = True
OnCreate = DAClientDataModuleCreate
Height = 414
Width = 518
Height = 173
Width = 378
object RORemoteService: TRORemoteService
Message = dmConexion.ROMessage
Channel = dmConexion.ROChannel

View File

@ -26,16 +26,16 @@ unit uDataModuleTiposIVA;
interface
uses
SysUtils, Classes, DB, uDAClientDataModule, uDADataTable, uDABINAdapter,
SysUtils, Classes, DB, uDADataTable, uDABINAdapter,
uDAScriptingProvider, uDACDSDataTable, uROWinInetHttpChannel, uROTypes,
uROServiceComponent, uRORemoteService, uROClient, uROBinMessage,
uRORemoteService, uROClient, uROBinMessage,
uDADesigntimeCall,
uIDataModuleTiposIVA, uBizTiposIVA, uDADataStreamer, uDARemoteDataAdapter,
uDAInterfaces, uRODynamicRequest, uDABin2DataStreamer, uDAMemDataTable;
type
TDataModuleTiposIVA = class(TDAClientDataModule, IDataModuleTiposIVA)
TDataModuleTiposIVA = class(TDataModule, IDataModuleTiposIVA)
RORemoteService: TRORemoteService;
rda_TiposIVA: TDARemoteDataAdapter;
Bin2DataStreamer: TDABin2DataStreamer;

View File

@ -27,7 +27,9 @@ package TiposIVA_model;
requires
rtl,
vcl,
Base;
Base,
GUIBase,
ApplicationBase;
contains
uIDataModuleTiposIVA in 'Data\uIDataModuleTiposIVA.pas',

View File

@ -50,495 +50,12 @@
<MainSource>MainSource</MainSource>
</DelphiCompile>
<DCCReference Include="Base.dcp" />
<DCCReference Include="Data\uIDataModuleTiposIVA.pas" />
<DCCReference Include="GUIBase.dcp" />
<DCCReference Include="rtl.dcp" />
<DCCReference Include="vcl.dcp" />
<DCCReference Include="Data\uIDataModuleTiposIVA.pas" />
<DCCReference Include="schTiposIVAClient_Intf.pas" />
<DCCReference Include="schTiposIVAServer_Intf.pas" />
<DCCReference Include="uBizTiposIVA.pas" />
<DCCReference Include="vcl.dcp" />
</ItemGroup>
</Project>
<!-- EurekaLog First Line
[Exception Log]
EurekaLog Version=6006
Activate=0
Activate Handle=1
Save Log File=1
Foreground Tab=0
Freeze Activate=0
Freeze Timeout=0
SMTP From=eurekalog@email.com
SMTP Host=
SMTP Port=25
SMTP UserID=
SMTP Password=
Append to Log=0
TerminateBtn Operation=2
Errors Number=32
Errors Terminate=3
Email Address=
Email Object=
Email Send Options=0
Output Path=
Encrypt Password=
AutoCloseDialogSecs=0
WebSendMode=0
SupportULR=
HTMLLayout Count=15
HTMLLine0="%3Chtml%3E"
HTMLLine1=" %3Chead%3E"
HTMLLine2=" %3C/head%3E"
HTMLLine3=" %3Cbody TopMargin=10 LeftMargin=10%3E"
HTMLLine4=" %3Ctable width="100%%" border="0"%3E"
HTMLLine5=" %3Ctr%3E"
HTMLLine6=" %3Ctd nowrap%3E"
HTMLLine7=" %3Cfont face="Lucida Console, Courier" size="2"%3E"
HTMLLine8=" %3C%%HTML_TAG%%%3E"
HTMLLine9=" %3C/font%3E"
HTMLLine10=" %3C/td%3E"
HTMLLine11=" %3C/tr%3E"
HTMLLine12=" %3C/table%3E"
HTMLLine13=" %3C/body%3E"
HTMLLine14="%3C/html%3E"
AutoCrashOperation=2
AutoCrashNumber=10
AutoCrashMinutes=1
WebURL=
WebUserID=
WebPassword=
WebPort=0
AttachedFiles=
ProxyURL=
ProxyUser=
ProxyPassword=
ProxyPort=8080
TrakerUser=
TrakerPassword=
TrakerAssignTo=
TrakerProject=
TrakerCategory=
TrakerTrialID=
ZipPassword=
PreBuildEvent=
PostSuccessfulBuildEvent=
PostFailureBuildEvent=
ExceptionDialogType=2
Count=0
EMail Message Line Count=0
loNoDuplicateErrors=0
loAppendReproduceText=0
loDeleteLogAtVersionChange=0
loAddComputerNameInLogFileName=0
loSaveModulesAndProcessesSections=1
loSaveAssemblerAndCPUSections=1
soAppStartDate=1
soAppName=1
soAppVersionNumber=1
soAppParameters=1
soAppCompilationDate=1
soAppUpTime=1
soExcDate=1
soExcAddress=1
soExcModuleName=1
soExcModuleVersion=1
soExcType=1
soExcMessage=1
soExcID=1
soExcCount=1
soExcStatus=1
soExcNote=1
soUserID=1
soUserName=1
soUserEmail=1
soUserPrivileges=1
soUserCompany=1
soActCtlsFormClass=1
soActCtlsFormText=1
soActCtlsControlClass=1
soActCtlsControlText=1
soCmpName=1
soCmpTotalMemory=1
soCmpFreeMemory=1
soCmpTotalDisk=1
soCmpFreeDisk=1
soCmpSysUpTime=1
soCmpProcessor=1
soCmpDisplayMode=1
soCmpDisplayDPI=1
soCmpVideoCard=1
soCmpPrinter=1
soOSType=1
soOSBuildN=1
soOSUpdate=1
soOSLanguage=1
soOSCharset=1
soNetIP=1
soNetSubmask=1
soNetGateway=1
soNetDNS1=1
soNetDNS2=1
soNetDHCP=1
soCustomData=1
sndShowSendDialog=1
sndShowSuccessFailureMsg=0
sndSendEntireLog=0
sndSendXMLLogCopy=0
sndSendScreenshot=1
sndUseOnlyActiveWindow=0
sndSendLastHTMLPage=1
sndSendInSeparatedThread=0
sndAddDateInFileName=0
sndAddComputerNameInFileName=0
edoSendErrorReportChecked=1
edoAttachScreenshotChecked=1
edoShowCopyToClipOption=1
edoShowDetailsButton=1
edoShowInDetailedMode=0
edoShowInTopMostMode=0
edoUseEurekaLogLookAndFeel=0
edoShowSendErrorReportOption=1
edoShowAttachScreenshotOption=1
edoShowCustomButton=0
csoShowDLLs=1
csoShowBPLs=1
csoShowBorlandThreads=1
csoShowWindowsThreads=1
csoDoNotStoreProcNames=0
boPauseBorlandThreads=0
boDoNotPauseMainThread=0
boPauseWindowsThreads=0
boUseMainModuleOptions=1
boCopyLogInCaseOfError=1
boSaveCompressedCopyInCaseOfError=0
boHandleSafeCallExceptions=1
boCallRTLExceptionEvent=0
boCatchHandledExceptions=0
loCatchLeaks=0
loGroupsSonLeaks=1
loHideBorlandLeaks=1
loFreeAllLeaks=1
loCatchLeaksExceptions=1
cfoReduceFileSize=1
cfoCheckFileCorruption=0
Count mtInformationMsgCaption=1
mtInformationMsgCaption0="Information."
Count mtQuestionMsgCaption=1
mtQuestionMsgCaption0="Question."
Count mtErrorMsgCaption=1
mtErrorMsgCaption0="Error."
Count mtDialog_Caption=1
mtDialog_Caption0="Error occurred"
Count mtDialog_ErrorMsgCaption=2
mtDialog_ErrorMsgCaption0="An error has occurred during program execution."
mtDialog_ErrorMsgCaption1="Please read the following information for further details."
Count mtDialog_GeneralCaption=1
mtDialog_GeneralCaption0="General"
Count mtDialog_GeneralHeader=1
mtDialog_GeneralHeader0="General Information"
Count mtDialog_CallStackCaption=1
mtDialog_CallStackCaption0="Call Stack"
Count mtDialog_CallStackHeader=1
mtDialog_CallStackHeader0="Call Stack Information"
Count mtDialog_ModulesCaption=1
mtDialog_ModulesCaption0="Modules"
Count mtDialog_ModulesHeader=1
mtDialog_ModulesHeader0="Modules Information"
Count mtDialog_ProcessesCaption=1
mtDialog_ProcessesCaption0="Processes"
Count mtDialog_ProcessesHeader=1
mtDialog_ProcessesHeader0="Processes Information"
Count mtDialog_AsmCaption=1
mtDialog_AsmCaption0="Assembler"
Count mtDialog_AsmHeader=1
mtDialog_AsmHeader0="Assembler Information"
Count mtDialog_CPUCaption=1
mtDialog_CPUCaption0="CPU"
Count mtDialog_CPUHeader=1
mtDialog_CPUHeader0="CPU Information"
Count mtDialog_OKButtonCaption=1
mtDialog_OKButtonCaption0="%26OK"
Count mtDialog_TerminateButtonCaption=1
mtDialog_TerminateButtonCaption0="%26Terminate"
Count mtDialog_RestartButtonCaption=1
mtDialog_RestartButtonCaption0="%26Restart"
Count mtDialog_DetailsButtonCaption=1
mtDialog_DetailsButtonCaption0="%26Details"
Count mtDialog_CustomButtonCaption=1
mtDialog_CustomButtonCaption0="%26Help"
Count mtDialog_SendMessage=1
mtDialog_SendMessage0="%26Send this error via Internet"
Count mtDialog_ScreenshotMessage=1
mtDialog_ScreenshotMessage0="%26Attach a Screenshot image"
Count mtDialog_CopyMessage=1
mtDialog_CopyMessage0="%26Copy to Clipboard"
Count mtDialog_SupportMessage=1
mtDialog_SupportMessage0="Go to the Support Page"
Count mtMSDialog_ErrorMsgCaption=1
mtMSDialog_ErrorMsgCaption0="The application has encountered a problem. We are sorry for the inconvenience."
Count mtMSDialog_RestartCaption=1
mtMSDialog_RestartCaption0="Restart application."
Count mtMSDialog_TerminateCaption=1
mtMSDialog_TerminateCaption0="Terminate application."
Count mtMSDialog_PleaseCaption=1
mtMSDialog_PleaseCaption0="Please tell us about this problem."
Count mtMSDialog_DescriptionCaption=1
mtMSDialog_DescriptionCaption0="We have created an error report that you can send to us. We will treat this report as confidential and anonymous."
Count mtMSDialog_SeeDetailsCaption=1
mtMSDialog_SeeDetailsCaption0="To see what data the error report contains,"
Count mtMSDialog_SeeClickCaption=1
mtMSDialog_SeeClickCaption0="click here."
Count mtMSDialog_HowToReproduceCaption=1
mtMSDialog_HowToReproduceCaption0="What were you doing when the problem happended (optional)?"
Count mtMSDialog_EmailCaption=1
mtMSDialog_EmailCaption0="Email address (optional):"
Count mtMSDialog_SendButtonCaption=1
mtMSDialog_SendButtonCaption0="%26Send Error Report"
Count mtMSDialog_NoSendButtonCaption=1
mtMSDialog_NoSendButtonCaption0="%26Don't Send"
Count mtLog_AppHeader=1
mtLog_AppHeader0="Application"
Count mtLog_AppStartDate=1
mtLog_AppStartDate0="Start Date"
Count mtLog_AppName=1
mtLog_AppName0="Name/Description"
Count mtLog_AppVersionNumber=1
mtLog_AppVersionNumber0="Version Number"
Count mtLog_AppParameters=1
mtLog_AppParameters0="Parameters"
Count mtLog_AppCompilationDate=1
mtLog_AppCompilationDate0="Compilation Date"
Count mtLog_AppUpTime=1
mtLog_AppUpTime0="Up Time"
Count mtLog_ExcHeader=1
mtLog_ExcHeader0="Exception"
Count mtLog_ExcDate=1
mtLog_ExcDate0="Date"
Count mtLog_ExcAddress=1
mtLog_ExcAddress0="Address"
Count mtLog_ExcModuleName=1
mtLog_ExcModuleName0="Module Name"
Count mtLog_ExcModuleVersion=1
mtLog_ExcModuleVersion0="Module Version"
Count mtLog_ExcType=1
mtLog_ExcType0="Type"
Count mtLog_ExcMessage=1
mtLog_ExcMessage0="Message"
Count mtLog_ExcID=1
mtLog_ExcID0="ID"
Count mtLog_ExcCount=1
mtLog_ExcCount0="Count"
Count mtLog_ExcStatus=1
mtLog_ExcStatus0="Status"
Count mtLog_ExcNote=1
mtLog_ExcNote0="Note"
Count mtLog_UserHeader=1
mtLog_UserHeader0="User"
Count mtLog_UserID=1
mtLog_UserID0="ID"
Count mtLog_UserName=1
mtLog_UserName0="Name"
Count mtLog_UserEmail=1
mtLog_UserEmail0="Email"
Count mtLog_UserCompany=1
mtLog_UserCompany0="Company"
Count mtLog_UserPrivileges=1
mtLog_UserPrivileges0="Privileges"
Count mtLog_ActCtrlsHeader=1
mtLog_ActCtrlsHeader0="Active Controls"
Count mtLog_ActCtrlsFormClass=1
mtLog_ActCtrlsFormClass0="Form Class"
Count mtLog_ActCtrlsFormText=1
mtLog_ActCtrlsFormText0="Form Text"
Count mtLog_ActCtrlsControlClass=1
mtLog_ActCtrlsControlClass0="Control Class"
Count mtLog_ActCtrlsControlText=1
mtLog_ActCtrlsControlText0="Control Text"
Count mtLog_CmpHeader=1
mtLog_CmpHeader0="Computer"
Count mtLog_CmpName=1
mtLog_CmpName0="Name"
Count mtLog_CmpTotalMemory=1
mtLog_CmpTotalMemory0="Total Memory"
Count mtLog_CmpFreeMemory=1
mtLog_CmpFreeMemory0="Free Memory"
Count mtLog_CmpTotalDisk=1
mtLog_CmpTotalDisk0="Total Disk"
Count mtLog_CmpFreeDisk=1
mtLog_CmpFreeDisk0="Free Disk"
Count mtLog_CmpSystemUpTime=1
mtLog_CmpSystemUpTime0="System Up Time"
Count mtLog_CmpProcessor=1
mtLog_CmpProcessor0="Processor"
Count mtLog_CmpDisplayMode=1
mtLog_CmpDisplayMode0="Display Mode"
Count mtLog_CmpDisplayDPI=1
mtLog_CmpDisplayDPI0="Display DPI"
Count mtLog_CmpVideoCard=1
mtLog_CmpVideoCard0="Video Card"
Count mtLog_CmpPrinter=1
mtLog_CmpPrinter0="Printer"
Count mtLog_OSHeader=1
mtLog_OSHeader0="Operating System"
Count mtLog_OSType=1
mtLog_OSType0="Type"
Count mtLog_OSBuildN=1
mtLog_OSBuildN0="Build #"
Count mtLog_OSUpdate=1
mtLog_OSUpdate0="Update"
Count mtLog_OSLanguage=1
mtLog_OSLanguage0="Language"
Count mtLog_OSCharset=1
mtLog_OSCharset0="Charset"
Count mtLog_NetHeader=1
mtLog_NetHeader0="Network"
Count mtLog_NetIP=1
mtLog_NetIP0="IP Address"
Count mtLog_NetSubmask=1
mtLog_NetSubmask0="Submask"
Count mtLog_NetGateway=1
mtLog_NetGateway0="Gateway"
Count mtLog_NetDNS1=1
mtLog_NetDNS10="DNS 1"
Count mtLog_NetDNS2=1
mtLog_NetDNS20="DNS 2"
Count mtLog_NetDHCP=1
mtLog_NetDHCP0="DHCP"
Count mtLog_CustInfoHeader=1
mtLog_CustInfoHeader0="Custom Information"
Count mtCallStack_Address=1
mtCallStack_Address0="Address"
Count mtCallStack_Name=1
mtCallStack_Name0="Module"
Count mtCallStack_Unit=1
mtCallStack_Unit0="Unit"
Count mtCallStack_Class=1
mtCallStack_Class0="Class"
Count mtCallStack_Procedure=1
mtCallStack_Procedure0="Procedure/Method"
Count mtCallStack_Line=1
mtCallStack_Line0="Line"
Count mtCallStack_MainThread=1
mtCallStack_MainThread0="Main"
Count mtCallStack_ExceptionThread=1
mtCallStack_ExceptionThread0="Exception Thread"
Count mtCallStack_RunningThread=1
mtCallStack_RunningThread0="Running Thread"
Count mtCallStack_CallingThread=1
mtCallStack_CallingThread0="Calling Thread"
Count mtCallStack_ThreadID=1
mtCallStack_ThreadID0="ID"
Count mtCallStack_ThreadPriority=1
mtCallStack_ThreadPriority0="Priority"
Count mtCallStack_ThreadClass=1
mtCallStack_ThreadClass0="Class"
Count mtCallStack_LeakCaption=1
mtCallStack_LeakCaption0="Memory Leak"
Count mtCallStack_LeakData=1
mtCallStack_LeakData0="Data"
Count mtCallStack_LeakType=1
mtCallStack_LeakType0="Type"
Count mtCallStack_LeakSize=1
mtCallStack_LeakSize0="Total size"
Count mtCallStack_LeakCount=1
mtCallStack_LeakCount0="Count"
Count mtSendDialog_Caption=1
mtSendDialog_Caption0="Send."
Count mtSendDialog_Message=1
mtSendDialog_Message0="Message"
Count mtSendDialog_Resolving=1
mtSendDialog_Resolving0="Resolving DNS..."
Count mtSendDialog_Login=1
mtSendDialog_Login0="Login..."
Count mtSendDialog_Connecting=1
mtSendDialog_Connecting0="Connecting with server..."
Count mtSendDialog_Connected=1
mtSendDialog_Connected0="Connected with server."
Count mtSendDialog_Sending=1
mtSendDialog_Sending0="Sending message..."
Count mtSendDialog_Sent=1
mtSendDialog_Sent0="Message sent."
Count mtSendDialog_SelectProject=1
mtSendDialog_SelectProject0="Select project..."
Count mtSendDialog_Searching=1
mtSendDialog_Searching0="Searching..."
Count mtSendDialog_Modifying=1
mtSendDialog_Modifying0="Modifying..."
Count mtSendDialog_Disconnecting=1
mtSendDialog_Disconnecting0="Disconnecting..."
Count mtSendDialog_Disconnected=1
mtSendDialog_Disconnected0="Disconnected."
Count mtReproduceDialog_Caption=1
mtReproduceDialog_Caption0="Request"
Count mtReproduceDialog_Request=1
mtReproduceDialog_Request0="Please describe the steps to reproduce the error:"
Count mtReproduceDialog_OKButtonCaption=1
mtReproduceDialog_OKButtonCaption0="%26OK"
Count mtModules_Handle=1
mtModules_Handle0="Handle"
Count mtModules_Name=1
mtModules_Name0="Name"
Count mtModules_Description=1
mtModules_Description0="Description"
Count mtModules_Version=1
mtModules_Version0="Version"
Count mtModules_Size=1
mtModules_Size0="Size"
Count mtModules_LastModified=1
mtModules_LastModified0="Modified"
Count mtModules_Path=1
mtModules_Path0="Path"
Count mtProcesses_ID=1
mtProcesses_ID0="ID"
Count mtProcesses_Name=1
mtProcesses_Name0="Name"
Count mtProcesses_Description=1
mtProcesses_Description0="Description"
Count mtProcesses_Version=1
mtProcesses_Version0="Version"
Count mtProcesses_Memory=1
mtProcesses_Memory0="Memory"
Count mtProcesses_Priority=1
mtProcesses_Priority0="Priority"
Count mtProcesses_Threads=1
mtProcesses_Threads0="Threads"
Count mtProcesses_Path=1
mtProcesses_Path0="Path"
Count mtCPU_Registers=1
mtCPU_Registers0="Registers"
Count mtCPU_Stack=1
mtCPU_Stack0="Stack"
Count mtCPU_MemoryDump=1
mtCPU_MemoryDump0="Memory Dump"
Count mtSend_SuccessMsg=1
mtSend_SuccessMsg0="The message was sent successfully."
Count mtSend_FailureMsg=1
mtSend_FailureMsg0="Sorry, sending the message didn't work."
Count mtSend_BugClosedMsg=2
mtSend_BugClosedMsg0="These BUG is just closed."
mtSend_BugClosedMsg1="Contact the program support to obtain an update."
Count mtSend_UnknownErrorMsg=1
mtSend_UnknownErrorMsg0="Unknown error."
Count mtSend_InvalidLoginMsg=1
mtSend_InvalidLoginMsg0="Invalid login request."
Count mtSend_InvalidSearchMsg=1
mtSend_InvalidSearchMsg0="Invalid search request."
Count mtSend_InvalidSelectionMsg=1
mtSend_InvalidSelectionMsg0="Invalid selection request."
Count mtSend_InvalidInsertMsg=1
mtSend_InvalidInsertMsg0="Invalid insert request."
Count mtSend_InvalidModifyMsg=1
mtSend_InvalidModifyMsg0="Invalid modify request."
Count mtFileCrackedMsg=2
mtFileCrackedMsg0="This file is cracked."
mtFileCrackedMsg1="The application will be closed."
Count mtException_LeakMultiFree=1
mtException_LeakMultiFree0="Multi Free memory leak."
Count mtException_LeakMemoryOverrun=1
mtException_LeakMemoryOverrun0="Memory Overrun leak."
Count mtException_AntiFreeze=1
mtException_AntiFreeze0="The application seems to be frozen."
Count mtInvalidEmailMsg=1
mtInvalidEmailMsg0="Invalid email."
TextsCollection=English
EurekaLog Last Line -->

View File

@ -28,6 +28,9 @@ requires
rtl,
vcl,
PluginSDK_D10R,
Base,
GUIBase,
ApplicationBase,
TiposIVA_model,
TiposIVA_controller,
TiposIVA_view;

View File

@ -40,23 +40,27 @@
<Borland.Personality>Delphi.Personality</Borland.Personality>
<Borland.ProjectType>Package</Borland.ProjectType>
<BorlandProject>
<BorlandProject><Delphi.Personality><Parameters><Parameters Name="UseLauncher">False</Parameters><Parameters Name="LoadAllSymbols">True</Parameters><Parameters Name="LoadUnspecifiedSymbols">False</Parameters></Parameters><Package_Options><Package_Options Name="ImplicitBuild">False</Package_Options><Package_Options Name="DesigntimeOnly">False</Package_Options><Package_Options Name="RuntimeOnly">False</Package_Options></Package_Options><VersionInfo><VersionInfo Name="IncludeVerInfo">True</VersionInfo><VersionInfo Name="AutoIncBuild">False</VersionInfo><VersionInfo Name="MajorVer">1</VersionInfo><VersionInfo Name="MinorVer">0</VersionInfo><VersionInfo Name="Release">0</VersionInfo><VersionInfo Name="Build">0</VersionInfo><VersionInfo Name="Debug">False</VersionInfo><VersionInfo Name="PreRelease">False</VersionInfo><VersionInfo Name="Special">False</VersionInfo><VersionInfo Name="Private">False</VersionInfo><VersionInfo Name="DLL">False</VersionInfo><VersionInfo Name="Locale">3082</VersionInfo><VersionInfo Name="CodePage">1252</VersionInfo></VersionInfo><VersionInfoKeys><VersionInfoKeys Name="CompanyName"></VersionInfoKeys><VersionInfoKeys Name="FileDescription"></VersionInfoKeys><VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys><VersionInfoKeys Name="InternalName"></VersionInfoKeys><VersionInfoKeys Name="LegalCopyright"></VersionInfoKeys><VersionInfoKeys Name="LegalTrademarks"></VersionInfoKeys><VersionInfoKeys Name="OriginalFilename"></VersionInfoKeys><VersionInfoKeys Name="ProductName"></VersionInfoKeys><VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys><VersionInfoKeys Name="Comments"></VersionInfoKeys></VersionInfoKeys><Source><Source Name="MainSource">TiposIVA_plugin.dpk</Source></Source></Delphi.Personality></BorlandProject></BorlandProject>
<BorlandProject><Delphi.Personality><Parameters><Parameters Name="UseLauncher">False</Parameters><Parameters Name="LoadAllSymbols">True</Parameters><Parameters Name="LoadUnspecifiedSymbols">False</Parameters></Parameters><Package_Options><Package_Options Name="ImplicitBuild">True</Package_Options><Package_Options Name="DesigntimeOnly">False</Package_Options><Package_Options Name="RuntimeOnly">False</Package_Options></Package_Options><VersionInfo><VersionInfo Name="IncludeVerInfo">True</VersionInfo><VersionInfo Name="AutoIncBuild">False</VersionInfo><VersionInfo Name="MajorVer">1</VersionInfo><VersionInfo Name="MinorVer">0</VersionInfo><VersionInfo Name="Release">0</VersionInfo><VersionInfo Name="Build">0</VersionInfo><VersionInfo Name="Debug">False</VersionInfo><VersionInfo Name="PreRelease">False</VersionInfo><VersionInfo Name="Special">False</VersionInfo><VersionInfo Name="Private">False</VersionInfo><VersionInfo Name="DLL">False</VersionInfo><VersionInfo Name="Locale">3082</VersionInfo><VersionInfo Name="CodePage">1252</VersionInfo></VersionInfo><VersionInfoKeys><VersionInfoKeys Name="CompanyName"></VersionInfoKeys><VersionInfoKeys Name="FileDescription"></VersionInfoKeys><VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys><VersionInfoKeys Name="InternalName"></VersionInfoKeys><VersionInfoKeys Name="LegalCopyright"></VersionInfoKeys><VersionInfoKeys Name="LegalTrademarks"></VersionInfoKeys><VersionInfoKeys Name="OriginalFilename"></VersionInfoKeys><VersionInfoKeys Name="ProductName"></VersionInfoKeys><VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys><VersionInfoKeys Name="Comments"></VersionInfoKeys></VersionInfoKeys><Source><Source Name="MainSource">TiposIVA_plugin.dpk</Source></Source></Delphi.Personality></BorlandProject></BorlandProject>
</ProjectExtensions>
<Import Project="$(MSBuildBinPath)\Borland.Delphi.Targets" />
<ItemGroup>
<DelphiCompile Include="TiposIVA_plugin.dpk">
<MainSource>MainSource</MainSource>
</DelphiCompile>
<DCCReference Include="ApplicationBase.dcp" />
<DCCReference Include="ApplicationBaseTiposIVA_model.dcp" />
<DCCReference Include="Base.dcp" />
<DCCReference Include="GUIBase.dcp" />
<DCCReference Include="PluginSDK_D10R.dcp" />
<DCCReference Include="PngComponentsD10.dcp" />
<DCCReference Include="PNG_D10.dcp" />
<DCCReference Include="rtl.dcp" />
<DCCReference Include="TiposIVA_controller.dcp" />
<DCCReference Include="TiposIVA_model.dcp" />
<DCCReference Include="TiposIVA_view.dcp" />
<DCCReference Include="vcl.dcp" />
<DCCReference Include="PngComponentsD10.dcp" />
<DCCReference Include="PNG_D10.dcp" />
<DCCReference Include="uPluginTiposIVA.pas" />
<DCCReference Include="vclactnband.dcp" />
<DCCReference Include="vclx.dcp" />
<DCCReference Include="uPluginTiposIVA.pas" />
</ItemGroup>
</Project>

View File

@ -4,9 +4,9 @@
</PropertyGroup>
<ItemGroup />
<ItemGroup>
<Projects Include="..\..\ApplicationBase\ApplicationBase.dproj" />
<Projects Include="..\..\Base\Base.dproj" />
<Projects Include="..\..\Base\GUIBase\GUIBase.dproj" />
<Projects Include="..\..\Base\Usuarios\Usuarios.dproj" />
<Projects Include="..\..\GUIBase\GUIBase.dproj" />
<Projects Include="Controller\TiposIVA_controller.dproj" />
<Projects Include="Data\TiposIVA_data.dproj" />
<Projects Include="Model\TiposIVA_model.dproj" />
@ -17,7 +17,7 @@
<Borland.Personality>Default.Personality</Borland.Personality>
<Borland.ProjectType />
<BorlandProject>
<BorlandProject xmlns=""> <Default.Personality> </Default.Personality> </BorlandProject></BorlandProject>
<BorlandProject xmlns=""><Default.Personality></Default.Personality></BorlandProject></BorlandProject>
</ProjectExtensions>
<Target Name="Base">
<MSBuild Projects="..\..\Base\Base.dproj" Targets="" />
@ -29,22 +29,22 @@
<MSBuild Projects="..\..\Base\Base.dproj" Targets="Make" />
</Target>
<Target Name="GUIBase">
<MSBuild Projects="..\..\Base\GUIBase\GUIBase.dproj" Targets="" />
<MSBuild Projects="..\..\GUIBase\GUIBase.dproj" Targets="" />
</Target>
<Target Name="GUIBase:Clean">
<MSBuild Projects="..\..\Base\GUIBase\GUIBase.dproj" Targets="Clean" />
<MSBuild Projects="..\..\GUIBase\GUIBase.dproj" Targets="Clean" />
</Target>
<Target Name="GUIBase:Make">
<MSBuild Projects="..\..\Base\GUIBase\GUIBase.dproj" Targets="Make" />
<MSBuild Projects="..\..\GUIBase\GUIBase.dproj" Targets="Make" />
</Target>
<Target Name="Usuarios">
<MSBuild Projects="..\..\Base\Usuarios\Usuarios.dproj" Targets="" />
<Target Name="ApplicationBase">
<MSBuild Projects="..\..\ApplicationBase\ApplicationBase.dproj" Targets="" />
</Target>
<Target Name="Usuarios:Clean">
<MSBuild Projects="..\..\Base\Usuarios\Usuarios.dproj" Targets="Clean" />
<Target Name="ApplicationBase:Clean">
<MSBuild Projects="..\..\ApplicationBase\ApplicationBase.dproj" Targets="Clean" />
</Target>
<Target Name="Usuarios:Make">
<MSBuild Projects="..\..\Base\Usuarios\Usuarios.dproj" Targets="Make" />
<Target Name="ApplicationBase:Make">
<MSBuild Projects="..\..\ApplicationBase\ApplicationBase.dproj" Targets="Make" />
</Target>
<Target Name="TiposIVA_model">
<MSBuild Projects="Model\TiposIVA_model.dproj" Targets="" />
@ -92,13 +92,13 @@
<MSBuild Projects="Plugin\TiposIVA_plugin.dproj" Targets="Make" />
</Target>
<Target Name="Build">
<CallTarget Targets="Base;GUIBase;Usuarios;TiposIVA_model;TiposIVA_data;TiposIVA_controller;TiposIVA_view;TiposIVA_plugin" />
<CallTarget Targets="Base;GUIBase;ApplicationBase;TiposIVA_model;TiposIVA_data;TiposIVA_controller;TiposIVA_view;TiposIVA_plugin" />
</Target>
<Target Name="Clean">
<CallTarget Targets="Base:Clean;GUIBase:Clean;Usuarios:Clean;TiposIVA_model:Clean;TiposIVA_data:Clean;TiposIVA_controller:Clean;TiposIVA_view:Clean;TiposIVA_plugin:Clean" />
<CallTarget Targets="Base:Clean;GUIBase:Clean;ApplicationBase:Clean;TiposIVA_model:Clean;TiposIVA_data:Clean;TiposIVA_controller:Clean;TiposIVA_view:Clean;TiposIVA_plugin:Clean" />
</Target>
<Target Name="Make">
<CallTarget Targets="Base:Make;GUIBase:Make;Usuarios:Make;TiposIVA_model:Make;TiposIVA_data:Make;TiposIVA_controller:Make;TiposIVA_view:Make;TiposIVA_plugin:Make" />
<CallTarget Targets="Base:Make;GUIBase:Make;ApplicationBase:Make;TiposIVA_model:Make;TiposIVA_data:Make;TiposIVA_controller:Make;TiposIVA_view:Make;TiposIVA_plugin:Make" />
</Target>
<Import Condition="Exists('$(MSBuildBinPath)\Borland.Group.Targets')" Project="$(MSBuildBinPath)\Borland.Group.Targets" />
</Project>

View File

@ -28,10 +28,11 @@ requires
rtl,
vcl,
Base,
GUIBase,
ApplicationBase,
TiposIVA_model,
TiposIVA_data,
TiposIVA_controller,
JvCmpD11R;
TiposIVA_controller;
contains
uTiposIVAViewRegister in 'uTiposIVAViewRegister.pas',

View File

@ -40,26 +40,20 @@
<Borland.Personality>Delphi.Personality</Borland.Personality>
<Borland.ProjectType>Package</Borland.ProjectType>
<BorlandProject>
<BorlandProject><Delphi.Personality><Parameters><Parameters Name="UseLauncher">False</Parameters><Parameters Name="LoadAllSymbols">True</Parameters><Parameters Name="LoadUnspecifiedSymbols">False</Parameters></Parameters><Package_Options><Package_Options Name="ImplicitBuild">False</Package_Options><Package_Options Name="DesigntimeOnly">False</Package_Options><Package_Options Name="RuntimeOnly">False</Package_Options></Package_Options><VersionInfo><VersionInfo Name="IncludeVerInfo">True</VersionInfo><VersionInfo Name="AutoIncBuild">False</VersionInfo><VersionInfo Name="MajorVer">1</VersionInfo><VersionInfo Name="MinorVer">0</VersionInfo><VersionInfo Name="Release">0</VersionInfo><VersionInfo Name="Build">0</VersionInfo><VersionInfo Name="Debug">False</VersionInfo><VersionInfo Name="PreRelease">False</VersionInfo><VersionInfo Name="Special">False</VersionInfo><VersionInfo Name="Private">False</VersionInfo><VersionInfo Name="DLL">False</VersionInfo><VersionInfo Name="Locale">3082</VersionInfo><VersionInfo Name="CodePage">1252</VersionInfo></VersionInfo><VersionInfoKeys><VersionInfoKeys Name="CompanyName"></VersionInfoKeys><VersionInfoKeys Name="FileDescription"></VersionInfoKeys><VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys><VersionInfoKeys Name="InternalName"></VersionInfoKeys><VersionInfoKeys Name="LegalCopyright"></VersionInfoKeys><VersionInfoKeys Name="LegalTrademarks"></VersionInfoKeys><VersionInfoKeys Name="OriginalFilename"></VersionInfoKeys><VersionInfoKeys Name="ProductName"></VersionInfoKeys><VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys><VersionInfoKeys Name="Comments"></VersionInfoKeys></VersionInfoKeys><Source><Source Name="MainSource">TiposIVA_view.dpk</Source></Source></Delphi.Personality></BorlandProject></BorlandProject>
<BorlandProject><Delphi.Personality><Parameters><Parameters Name="UseLauncher">False</Parameters><Parameters Name="LoadAllSymbols">True</Parameters><Parameters Name="LoadUnspecifiedSymbols">False</Parameters></Parameters><Package_Options><Package_Options Name="ImplicitBuild">True</Package_Options><Package_Options Name="DesigntimeOnly">False</Package_Options><Package_Options Name="RuntimeOnly">False</Package_Options></Package_Options><VersionInfo><VersionInfo Name="IncludeVerInfo">True</VersionInfo><VersionInfo Name="AutoIncBuild">False</VersionInfo><VersionInfo Name="MajorVer">1</VersionInfo><VersionInfo Name="MinorVer">0</VersionInfo><VersionInfo Name="Release">0</VersionInfo><VersionInfo Name="Build">0</VersionInfo><VersionInfo Name="Debug">False</VersionInfo><VersionInfo Name="PreRelease">False</VersionInfo><VersionInfo Name="Special">False</VersionInfo><VersionInfo Name="Private">False</VersionInfo><VersionInfo Name="DLL">False</VersionInfo><VersionInfo Name="Locale">3082</VersionInfo><VersionInfo Name="CodePage">1252</VersionInfo></VersionInfo><VersionInfoKeys><VersionInfoKeys Name="CompanyName"></VersionInfoKeys><VersionInfoKeys Name="FileDescription"></VersionInfoKeys><VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys><VersionInfoKeys Name="InternalName"></VersionInfoKeys><VersionInfoKeys Name="LegalCopyright"></VersionInfoKeys><VersionInfoKeys Name="LegalTrademarks"></VersionInfoKeys><VersionInfoKeys Name="OriginalFilename"></VersionInfoKeys><VersionInfoKeys Name="ProductName"></VersionInfoKeys><VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys><VersionInfoKeys Name="Comments"></VersionInfoKeys></VersionInfoKeys><Source><Source Name="MainSource">TiposIVA_view.dpk</Source></Source></Delphi.Personality></BorlandProject></BorlandProject>
</ProjectExtensions>
<Import Project="$(MSBuildBinPath)\Borland.Delphi.Targets" />
<ItemGroup>
<DelphiCompile Include="TiposIVA_view.dpk">
<MainSource>MainSource</MainSource>
</DelphiCompile>
<DCCReference Include="ApplicationBase.dcp" />
<DCCReference Include="Base.dcp" />
<DCCReference Include="JvCmpD11R.dcp" />
<DCCReference Include="GUIBase.dcp" />
<DCCReference Include="rtl.dcp" />
<DCCReference Include="TiposIVA_controller.dcp" />
<DCCReference Include="TiposIVA_data.dcp" />
<DCCReference Include="TiposIVA_model.dcp" />
<DCCReference Include="uEditorTipoIVA.pas">
<Form>fEditorTipoIVA</Form>
</DCCReference>
<DCCReference Include="uEditorTiposIVA.pas">
<Form>fEditorTiposIVA</Form>
</DCCReference>
<DCCReference Include="uTiposIVAViewRegister.pas" />
<DCCReference Include="vcl.dcp" />
</ItemGroup>
</Project>

Binary file not shown.

View File

@ -501,12 +501,12 @@
#define JclResources_RsWrongDataType 64989
#define JclResources_RsInconsistentPath 64990
#define JclResources_RsHKCRLong 64991
#define IdResourceStringsProtocols_RSHTTPUnknownResponseCode 64992
#define IdResourceStringsProtocols_RSHTTPHeaderAlreadyWritten 64993
#define IdResourceStringsProtocols_RSHTTPErrorParsingCommand 64994
#define IdResourceStringsProtocols_RSHTTPUnsupportedAuthorisationScheme 64995
#define IdResourceStringsProtocols_RSHTTPCannotSwitchSessionStateWhenActive 64996
#define IdResourceStringsProtocols_RSHTTPAuthAlreadyRegistered 64997
#define IdResourceStringsCore_RSBufferMissingTerminator 64992
#define IdResourceStringsCore_RSBufferInvalidStartPos 64993
#define IdResourceStringsCore_RSReplyInvalidCode 64994
#define IdResourceStringsCore_RSThreadSchedulerThreadRequired 64995
#define IdResourceStringsCore_RSNoOnExecute 64996
#define IdResourceStringsCore_RSTCPServerSchedulerAlreadyActive 64997
#define ComStrs_sTabFailClear 64998
#define ComStrs_sTabFailDelete 64999
#define ComStrs_sTabFailRetrieve 65000
@ -517,86 +517,86 @@
#define ComStrs_sInvalidIndex 65005
#define ComStrs_sInsertError 65006
#define ComStrs_sUDAssociated 65007
#define IdResourceStringsProtocols_RSHTTPNotAcceptable 65008
#define IdResourceStringsProtocols_RSHTTPProxyAuthenticationRequired 65009
#define IdResourceStringsProtocols_RSHTTPRequestTimeout 65010
#define IdResourceStringsProtocols_RSHTTPConflict 65011
#define IdResourceStringsProtocols_RSHTTPGone 65012
#define IdResourceStringsProtocols_RSHTTPLengthRequired 65013
#define IdResourceStringsProtocols_RSHTTPPreconditionFailed 65014
#define IdResourceStringsProtocols_RSHTTPRequestEntityToLong 65015
#define IdResourceStringsProtocols_RSHTTPRequestURITooLong 65016
#define IdResourceStringsProtocols_RSHTTPUnsupportedMediaType 65017
#define IdResourceStringsProtocols_RSHTTPInternalServerError 65018
#define IdResourceStringsProtocols_RSHTTPNotImplemented 65019
#define IdResourceStringsProtocols_RSHTTPBadGateway 65020
#define IdResourceStringsProtocols_RSHTTPServiceUnavailable 65021
#define IdResourceStringsProtocols_RSHTTPGatewayTimeout 65022
#define IdResourceStringsProtocols_RSHTTPHTTPVersionNotSupported 65023
#define IdResourceStringsProtocols_RSHTTPCreated 65024
#define IdResourceStringsProtocols_RSHTTPAccepted 65025
#define IdResourceStringsProtocols_RSHTTPNonAuthoritativeInformation 65026
#define IdResourceStringsProtocols_RSHTTPNoContent 65027
#define IdResourceStringsProtocols_RSHTTPResetContent 65028
#define IdResourceStringsProtocols_RSHTTPPartialContent 65029
#define IdResourceStringsProtocols_RSHTTPMovedPermanently 65030
#define IdResourceStringsProtocols_RSHTTPMovedTemporarily 65031
#define IdResourceStringsProtocols_RSHTTPSeeOther 65032
#define IdResourceStringsProtocols_RSHTTPNotModified 65033
#define IdResourceStringsProtocols_RSHTTPUseProxy 65034
#define IdResourceStringsProtocols_RSHTTPBadRequest 65035
#define IdResourceStringsProtocols_RSHTTPUnauthorized 65036
#define IdResourceStringsProtocols_RSHTTPForbidden 65037
#define IdResourceStringsProtocols_RSHTTPNotFound 65038
#define IdResourceStringsProtocols_RSHTTPMethodNotAllowed 65039
#define IdResourceStringsCore_RSAlreadyConnected 65040
#define IdResourceStringsCore_RSMaximumNumberOfCaptureLineExceeded 65041
#define IdResourceStringsCore_RSchedMaxThreadEx 65042
#define IdResourceStringsCore_RSTransparentProxyCannotBind 65043
#define IdResourceStringsCore_RSTransparentProxyCanNotSupportUDP 65044
#define IdResourceStringsCore_RSBufferMissingTerminator 65045
#define IdResourceStringsCore_RSBufferInvalidStartPos 65046
#define IdResourceStringsCore_RSReplyInvalidCode 65047
#define IdResourceStringsCore_RSThreadSchedulerThreadRequired 65048
#define IdResourceStringsCore_RSNoOnExecute 65049
#define IdResourceStringsCore_RSTCPServerSchedulerAlreadyActive 65050
#define IdResourceStringsProtocols_RSMIMEExtensionEmpty 65051
#define IdResourceStringsProtocols_RSMIMEMIMETypeEmpty 65052
#define IdResourceStringsProtocols_RSMIMEMIMEExtAlreadyExists 65053
#define IdResourceStringsProtocols_RSHTTPContinue 65054
#define IdResourceStringsProtocols_RSHTTPOK 65055
#define IdResourceStringsCore_RSSocksServerHostUnreachableError 65056
#define IdResourceStringsCore_RSSocksServerConnectionRefusedError 65057
#define IdResourceStringsCore_RSSocksServerTTLExpiredError 65058
#define IdResourceStringsCore_RSSocksServerCommandError 65059
#define IdResourceStringsCore_RSSocksServerAddressError 65060
#define IdResourceStringsCore_RSInterceptCircularLink 65061
#define IdResourceStringsCore_RSNotEnoughDataInBuffer 65062
#define IdResourceStringsCore_RSTooMuchDataInBuffer 65063
#define IdResourceStringsCore_RSFileNotFound 65064
#define IdResourceStringsCore_RSNotConnected 65065
#define IdResourceStringsCore_RSObjectTypeNotSupported 65066
#define IdResourceStringsCore_RSIdNoDataToRead 65067
#define IdResourceStringsCore_RSReadTimeout 65068
#define IdResourceStringsCore_RSReadLnMaxLineLengthExceeded 65069
#define IdResourceStringsCore_RSConnectTimeout 65070
#define IdResourceStringsCore_RSThreadTerminateAndWaitFor 65071
#define IdResourceStringsCore_RSInterceptCircularLink 65008
#define IdResourceStringsCore_RSNotEnoughDataInBuffer 65009
#define IdResourceStringsCore_RSTooMuchDataInBuffer 65010
#define IdResourceStringsCore_RSFileNotFound 65011
#define IdResourceStringsCore_RSNotConnected 65012
#define IdResourceStringsCore_RSObjectTypeNotSupported 65013
#define IdResourceStringsCore_RSIdNoDataToRead 65014
#define IdResourceStringsCore_RSReadTimeout 65015
#define IdResourceStringsCore_RSReadLnMaxLineLengthExceeded 65016
#define IdResourceStringsCore_RSConnectTimeout 65017
#define IdResourceStringsCore_RSThreadTerminateAndWaitFor 65018
#define IdResourceStringsCore_RSAlreadyConnected 65019
#define IdResourceStringsCore_RSMaximumNumberOfCaptureLineExceeded 65020
#define IdResourceStringsCore_RSchedMaxThreadEx 65021
#define IdResourceStringsCore_RSTransparentProxyCannotBind 65022
#define IdResourceStringsCore_RSTransparentProxyCanNotSupportUDP 65023
#define IdResourceStringsCore_RSSocksUDPNotSupported 65024
#define IdResourceStringsCore_RSSocksRequestFailed 65025
#define IdResourceStringsCore_RSSocksRequestServerFailed 65026
#define IdResourceStringsCore_RSSocksRequestIdentFailed 65027
#define IdResourceStringsCore_RSSocksUnknownError 65028
#define IdResourceStringsCore_RSSocksServerRespondError 65029
#define IdResourceStringsCore_RSSocksAuthMethodError 65030
#define IdResourceStringsCore_RSSocksAuthError 65031
#define IdResourceStringsCore_RSSocksServerGeneralError 65032
#define IdResourceStringsCore_RSSocksServerPermissionError 65033
#define IdResourceStringsCore_RSSocksServerNetUnreachableError 65034
#define IdResourceStringsCore_RSSocksServerHostUnreachableError 65035
#define IdResourceStringsCore_RSSocksServerConnectionRefusedError 65036
#define IdResourceStringsCore_RSSocksServerTTLExpiredError 65037
#define IdResourceStringsCore_RSSocksServerCommandError 65038
#define IdResourceStringsCore_RSSocksServerAddressError 65039
#define IdResourceStringsProtocols_RSHTTPPreconditionFailed 65040
#define IdResourceStringsProtocols_RSHTTPRequestEntityToLong 65041
#define IdResourceStringsProtocols_RSHTTPRequestURITooLong 65042
#define IdResourceStringsProtocols_RSHTTPUnsupportedMediaType 65043
#define IdResourceStringsProtocols_RSHTTPInternalServerError 65044
#define IdResourceStringsProtocols_RSHTTPNotImplemented 65045
#define IdResourceStringsProtocols_RSHTTPBadGateway 65046
#define IdResourceStringsProtocols_RSHTTPServiceUnavailable 65047
#define IdResourceStringsProtocols_RSHTTPGatewayTimeout 65048
#define IdResourceStringsProtocols_RSHTTPHTTPVersionNotSupported 65049
#define IdResourceStringsProtocols_RSHTTPUnknownResponseCode 65050
#define IdResourceStringsProtocols_RSHTTPHeaderAlreadyWritten 65051
#define IdResourceStringsProtocols_RSHTTPErrorParsingCommand 65052
#define IdResourceStringsProtocols_RSHTTPUnsupportedAuthorisationScheme 65053
#define IdResourceStringsProtocols_RSHTTPCannotSwitchSessionStateWhenActive 65054
#define IdResourceStringsProtocols_RSHTTPAuthAlreadyRegistered 65055
#define IdResourceStringsProtocols_RSHTTPMovedPermanently 65056
#define IdResourceStringsProtocols_RSHTTPMovedTemporarily 65057
#define IdResourceStringsProtocols_RSHTTPSeeOther 65058
#define IdResourceStringsProtocols_RSHTTPNotModified 65059
#define IdResourceStringsProtocols_RSHTTPUseProxy 65060
#define IdResourceStringsProtocols_RSHTTPBadRequest 65061
#define IdResourceStringsProtocols_RSHTTPUnauthorized 65062
#define IdResourceStringsProtocols_RSHTTPForbidden 65063
#define IdResourceStringsProtocols_RSHTTPNotFound 65064
#define IdResourceStringsProtocols_RSHTTPMethodNotAllowed 65065
#define IdResourceStringsProtocols_RSHTTPNotAcceptable 65066
#define IdResourceStringsProtocols_RSHTTPProxyAuthenticationRequired 65067
#define IdResourceStringsProtocols_RSHTTPRequestTimeout 65068
#define IdResourceStringsProtocols_RSHTTPConflict 65069
#define IdResourceStringsProtocols_RSHTTPGone 65070
#define IdResourceStringsProtocols_RSHTTPLengthRequired 65071
#define IdResourceStrings_RSInvalidIPv6Address 65072
#define IdResourceStrings_RSIPVersionUnsupported 65073
#define IdResourceStrings_RSNotAllBytesSent 65074
#define IdResourceStrings_RSPackageSizeTooBig 65075
#define IdResourceStrings_RSSetSizeExceeded 65076
#define IdResourceStringsCore_RSSocksUDPNotSupported 65077
#define IdResourceStringsCore_RSSocksRequestFailed 65078
#define IdResourceStringsCore_RSSocksRequestServerFailed 65079
#define IdResourceStringsCore_RSSocksRequestIdentFailed 65080
#define IdResourceStringsCore_RSSocksUnknownError 65081
#define IdResourceStringsCore_RSSocksServerRespondError 65082
#define IdResourceStringsCore_RSSocksAuthMethodError 65083
#define IdResourceStringsCore_RSSocksAuthError 65084
#define IdResourceStringsCore_RSSocksServerGeneralError 65085
#define IdResourceStringsCore_RSSocksServerPermissionError 65086
#define IdResourceStringsCore_RSSocksServerNetUnreachableError 65087
#define IdResourceStringsProtocols_RSMIMEExtensionEmpty 65077
#define IdResourceStringsProtocols_RSMIMEMIMETypeEmpty 65078
#define IdResourceStringsProtocols_RSMIMEMIMEExtAlreadyExists 65079
#define IdResourceStringsProtocols_RSHTTPContinue 65080
#define IdResourceStringsProtocols_RSHTTPOK 65081
#define IdResourceStringsProtocols_RSHTTPCreated 65082
#define IdResourceStringsProtocols_RSHTTPAccepted 65083
#define IdResourceStringsProtocols_RSHTTPNonAuthoritativeInformation 65084
#define IdResourceStringsProtocols_RSHTTPNoContent 65085
#define IdResourceStringsProtocols_RSHTTPResetContent 65086
#define IdResourceStringsProtocols_RSHTTPPartialContent 65087
#define IdResourceStrings_RSStackELOOP 65088
#define IdResourceStrings_RSStackENAMETOOLONG 65089
#define IdResourceStrings_RSStackEHOSTDOWN 65090
@ -693,11 +693,11 @@
#define DBConsts_SLookupInfoError 65181
#define DBConsts_SDataSourceChange 65182
#define DBConsts_SDataSetOpen 65183
#define uRODECConst_sFMT_MIME64 65184
#define uRODECConst_sFMT_UU 65185
#define uRODECConst_sFMT_XX 65186
#define uRODECConst_sInvalidKeySize 65187
#define uRODECConst_sNotInitialized 65188
#define uRORes_err_MessageNotAssigned 65184
#define ComConst_SOleError 65185
#define ComConst_SNoMethod 65186
#define ComConst_SVarNotObject 65187
#define ComConst_STooManyParams 65188
#define DBConsts_SInvalidFieldSize 65189
#define DBConsts_SInvalidFieldKind 65190
#define DBConsts_SUnknownFieldType 65191
@ -709,70 +709,70 @@
#define DBConsts_SFieldRangeError 65197
#define DBConsts_SBcdFieldRangeError 65198
#define DBConsts_SInvalidIntegerValue 65199
#define uRORes_err_CannotLoadXMLDocument 65200
#define uRORes_err_ErrorCreatingMsXmlDoc 65201
#define uRORes_err_NoXMLParsersAvailable 65202
#define uRORes_err_IDispatchMarshalingNotSupported 65203
#define uRORes_err_UnsupportedVariantType 65204
#define uRORes_err_VariantIsNotArray 65205
#define uRORes_err_InvalidVarArrayDimCount 65206
#define uRORes_err_CannotFindParameter 65207
#define uRORes_err_MessageNotAssigned 65208
#define uRODECConst_sProtectionCircular 65209
#define uRODECConst_sStringFormatExists 65210
#define uRODECConst_sInvalidStringFormat 65211
#define uRODECConst_sInvalidFormatString 65212
#define uRODECConst_sFMT_COPY 65213
#define uRODECConst_sFMT_HEX 65214
#define uRODECConst_sFMT_HEXL 65215
#define uRORes_err_UnknownClass 65216
#define uRORes_err_UnknownProxyInterface 65217
#define uRORes_err_DispatcherAlreadyAssigned 65218
#define uRORes_err_CannotFindMessageDispatcher 65219
#define uRORes_err_ServerOnlySupportsOneDispatcher 65220
#define uRORes_err_UnhandledException 65221
#define uRORes_err_ChannelBusy 65222
#define uRORes_err_ArrayIndexOutOfBounds 65223
#define uRORes_err_InvalidHeader 65224
#define uRORes_err_InvalidHeaderEncrypted 65225
#define uRORes_err_UnknownClassInStream 65226
#define uRORes_err_UnexpectedClassInStream 65227
#define uRORes_err_SessionNotFound 65228
#define uRORes_err_ChannelDoesntSupportIROMetadataReader 65229
#define uRORes_err_TooManySessions 65230
#define uRORes_err_DOMElementIsNIL 65231
#define uRORes_err_RodlInvalidDataType 65232
#define uRORes_err_RodlStructCannotBeNested 65233
#define uRORes_err_RodlInvalidAncestorType 65234
#define uRORes_str_ExceptionOnServer 65235
#define uRORes_str_ExceptionReraisedFromServer 65236
#define uRORes_err_AssignError 65237
#define uRORes_err_InvalidRequestStream 65238
#define uRORes_err_NILMessage 65239
#define uRORes_err_UnspecifiedInterface 65240
#define uRORes_err_UnspecifiedMessage 65241
#define uRORes_err_UnknownMethod 65242
#define uRORes_err_ClassFactoryDidNotReturnInstance 65243
#define uRORes_err_TypeNotSupported 65244
#define uRORes_err_ClassFactoryNotFound 65245
#define uRORes_err_IROMessageNotSupported 65246
#define uRORes_err_ClassAlreadyRegistered 65247
#define ComConst_STooManyParams 65248
#define uRORes_err_InvalidIndex 65249
#define uRORes_err_InvalidType 65250
#define uRORes_err_InvalidLibrary 65251
#define uRORes_err_InvalidStream 65252
#define uRORes_err_InvalidTargetEntity 65253
#define uRORes_err_InvalidParamFlag 65254
#define uRORes_err_InvalidStringLength 65255
#define uRORes_str_InvalidClassTypeInStream 65256
#define uRORes_err_UnexpectedEndOfStream 65257
#define uRORes_err_RodlDuplicateName 65258
#define uRORes_err_RodlNoDataTypeSpecified 65259
#define uRORes_err_RodlNoEnumValues 65260
#define uRORes_err_RodlNoStructElementsDefined 65261
#define uRORes_err_RodlNoOperationsDefined 65262
#define uRORes_err_RodlUsedFileDoesNotExist 65263
#define uRORes_err_InvalidHeader 65200
#define uRORes_err_InvalidHeaderEncrypted 65201
#define uRORes_err_UnknownClassInStream 65202
#define uRORes_err_UnexpectedClassInStream 65203
#define uRORes_err_SessionNotFound 65204
#define uRORes_err_ChannelDoesntSupportIROMetadataReader 65205
#define uRORes_err_TooManySessions 65206
#define uRORes_err_DOMElementIsNIL 65207
#define uRORes_err_CannotLoadXMLDocument 65208
#define uRORes_err_ErrorCreatingMsXmlDoc 65209
#define uRORes_err_NoXMLParsersAvailable 65210
#define uRORes_err_IDispatchMarshalingNotSupported 65211
#define uRORes_err_UnsupportedVariantType 65212
#define uRORes_err_VariantIsNotArray 65213
#define uRORes_err_InvalidVarArrayDimCount 65214
#define uRORes_err_CannotFindParameter 65215
#define uRORes_err_UnspecifiedInterface 65216
#define uRORes_err_UnspecifiedMessage 65217
#define uRORes_err_UnknownMethod 65218
#define uRORes_err_ClassFactoryDidNotReturnInstance 65219
#define uRORes_err_TypeNotSupported 65220
#define uRORes_err_ClassFactoryNotFound 65221
#define uRORes_err_IROMessageNotSupported 65222
#define uRORes_err_ClassAlreadyRegistered 65223
#define uRORes_err_UnknownClass 65224
#define uRORes_err_UnknownProxyInterface 65225
#define uRORes_err_DispatcherAlreadyAssigned 65226
#define uRORes_err_CannotFindMessageDispatcher 65227
#define uRORes_err_ServerOnlySupportsOneDispatcher 65228
#define uRORes_err_UnhandledException 65229
#define uRORes_err_ChannelBusy 65230
#define uRORes_err_ArrayIndexOutOfBounds 65231
#define uRORes_str_InvalidClassTypeInStream 65232
#define uRORes_err_UnexpectedEndOfStream 65233
#define uRORes_err_RodlDuplicateName 65234
#define uRORes_err_RodlNoDataTypeSpecified 65235
#define uRORes_err_RodlNoEnumValues 65236
#define uRORes_err_RodlNoStructElementsDefined 65237
#define uRORes_err_RodlNoOperationsDefined 65238
#define uRORes_err_RodlUsedFileDoesNotExist 65239
#define uRORes_err_RodlInvalidDataType 65240
#define uRORes_err_RodlStructCannotBeNested 65241
#define uRORes_err_RodlInvalidAncestorType 65242
#define uRORes_str_ExceptionOnServer 65243
#define uRORes_str_ExceptionReraisedFromServer 65244
#define uRORes_err_AssignError 65245
#define uRORes_err_InvalidRequestStream 65246
#define uRORes_err_NILMessage 65247
#define uRODECConst_sInvalidFormatString 65248
#define uRODECConst_sFMT_COPY 65249
#define uRODECConst_sFMT_HEX 65250
#define uRODECConst_sFMT_HEXL 65251
#define uRODECConst_sFMT_MIME64 65252
#define uRODECConst_sFMT_UU 65253
#define uRODECConst_sFMT_XX 65254
#define uRODECConst_sInvalidKeySize 65255
#define uRODECConst_sNotInitialized 65256
#define uRORes_err_InvalidIndex 65257
#define uRORes_err_InvalidType 65258
#define uRORes_err_InvalidLibrary 65259
#define uRORes_err_InvalidStream 65260
#define uRORes_err_InvalidTargetEntity 65261
#define uRORes_err_InvalidParamFlag 65262
#define uRORes_err_InvalidStringLength 65263
#define Consts_SSeparator 65264
#define Consts_SErrorSettingCount 65265
#define Consts_SListBoxMustBeVirtual 65266
@ -786,9 +786,9 @@
#define Consts_STrayIconCreateError 65274
#define Consts_SPageControlNotSet 65275
#define Consts_SWindowsVistaRequired 65276
#define ComConst_SOleError 65277
#define ComConst_SNoMethod 65278
#define ComConst_SVarNotObject 65279
#define uRODECConst_sProtectionCircular 65277
#define uRODECConst_sStringFormatExists 65278
#define uRODECConst_sInvalidStringFormat 65279
#define Consts_srNone 65280
#define Consts_SOutOfRange 65281
#define Consts_SInsertLineError 65282
@ -1540,12 +1540,12 @@ BEGIN
JclResources_RsWrongDataType, "\"%s\\%s\\%s\" is of wrong kind or size"
JclResources_RsInconsistentPath, "\"%s\" does not match RootKey"
JclResources_RsHKCRLong, "HKEY_CLASSES_ROOT"
IdResourceStringsProtocols_RSHTTPUnknownResponseCode, "Unknown Response Code"
IdResourceStringsProtocols_RSHTTPHeaderAlreadyWritten, "Header has already been written."
IdResourceStringsProtocols_RSHTTPErrorParsingCommand, "Error in parsing command."
IdResourceStringsProtocols_RSHTTPUnsupportedAuthorisationScheme, "Unsupported authorization scheme."
IdResourceStringsProtocols_RSHTTPCannotSwitchSessionStateWhenActive, "Cannot change session state when the server is active."
IdResourceStringsProtocols_RSHTTPAuthAlreadyRegistered, "This authentication method is already registered with class name %s."
IdResourceStringsCore_RSBufferMissingTerminator, "Buffer terminator must be specified."
IdResourceStringsCore_RSBufferInvalidStartPos, "Buffer start position is invalid."
IdResourceStringsCore_RSReplyInvalidCode, "Reply Code is not valid: %s"
IdResourceStringsCore_RSThreadSchedulerThreadRequired, "Thread must be specified for the scheduler."
IdResourceStringsCore_RSNoOnExecute, "You must have an OnExecute event."
IdResourceStringsCore_RSTCPServerSchedulerAlreadyActive, "Cannot change the scheduler while the server is Active."
ComStrs_sTabFailClear, "Failed to clear tab control"
ComStrs_sTabFailDelete, "Failed to delete tab at index %d"
ComStrs_sTabFailRetrieve, "Failed to retrieve tab at index %d"
@ -1556,59 +1556,6 @@ BEGIN
ComStrs_sInvalidIndex, "Invalid index"
ComStrs_sInsertError, "Unable to insert an item"
ComStrs_sUDAssociated, "%s is already associated with %s"
IdResourceStringsProtocols_RSHTTPNotAcceptable, "Not Acceptable"
IdResourceStringsProtocols_RSHTTPProxyAuthenticationRequired, "Proxy Authentication Required"
IdResourceStringsProtocols_RSHTTPRequestTimeout, "Request Timeout"
IdResourceStringsProtocols_RSHTTPConflict, "Conflict"
IdResourceStringsProtocols_RSHTTPGone, "Gone"
IdResourceStringsProtocols_RSHTTPLengthRequired, "Length Required"
IdResourceStringsProtocols_RSHTTPPreconditionFailed, "Precondition Failed"
IdResourceStringsProtocols_RSHTTPRequestEntityToLong, "Request Entity To Long"
IdResourceStringsProtocols_RSHTTPRequestURITooLong, "Request-URI Too Long. 256 Chars max"
IdResourceStringsProtocols_RSHTTPUnsupportedMediaType, "Unsupported Media Type"
IdResourceStringsProtocols_RSHTTPInternalServerError, "Internal Server Error"
IdResourceStringsProtocols_RSHTTPNotImplemented, "Not Implemented"
IdResourceStringsProtocols_RSHTTPBadGateway, "Bad Gateway"
IdResourceStringsProtocols_RSHTTPServiceUnavailable, "Service Unavailable"
IdResourceStringsProtocols_RSHTTPGatewayTimeout, "Gateway timeout"
IdResourceStringsProtocols_RSHTTPHTTPVersionNotSupported, "HTTP version not supported"
IdResourceStringsProtocols_RSHTTPCreated, "Created"
IdResourceStringsProtocols_RSHTTPAccepted, "Accepted"
IdResourceStringsProtocols_RSHTTPNonAuthoritativeInformation, "Non-authoritative Information"
IdResourceStringsProtocols_RSHTTPNoContent, "No Content"
IdResourceStringsProtocols_RSHTTPResetContent, "Reset Content"
IdResourceStringsProtocols_RSHTTPPartialContent, "Partial Content"
IdResourceStringsProtocols_RSHTTPMovedPermanently, "Moved Permanently"
IdResourceStringsProtocols_RSHTTPMovedTemporarily, "Moved Temporarily"
IdResourceStringsProtocols_RSHTTPSeeOther, "See Other"
IdResourceStringsProtocols_RSHTTPNotModified, "Not Modified"
IdResourceStringsProtocols_RSHTTPUseProxy, "Use Proxy"
IdResourceStringsProtocols_RSHTTPBadRequest, "Bad Request"
IdResourceStringsProtocols_RSHTTPUnauthorized, "Unauthorized"
IdResourceStringsProtocols_RSHTTPForbidden, "Forbidden"
IdResourceStringsProtocols_RSHTTPNotFound, "Not Found"
IdResourceStringsProtocols_RSHTTPMethodNotAllowed, "Method not allowed"
IdResourceStringsCore_RSAlreadyConnected, "Already connected."
IdResourceStringsCore_RSMaximumNumberOfCaptureLineExceeded, "Maximum number of line allowed exceeded"
IdResourceStringsCore_RSchedMaxThreadEx, "The maximum number of threads for this scheduler is exceeded."
IdResourceStringsCore_RSTransparentProxyCannotBind, "Transparent proxy cannot bind."
IdResourceStringsCore_RSTransparentProxyCanNotSupportUDP, "UDP Not supported by this proxy."
IdResourceStringsCore_RSBufferMissingTerminator, "Buffer terminator must be specified."
IdResourceStringsCore_RSBufferInvalidStartPos, "Buffer start position is invalid."
IdResourceStringsCore_RSReplyInvalidCode, "Reply Code is not valid: %s"
IdResourceStringsCore_RSThreadSchedulerThreadRequired, "Thread must be specified for the scheduler."
IdResourceStringsCore_RSNoOnExecute, "You must have an OnExecute event."
IdResourceStringsCore_RSTCPServerSchedulerAlreadyActive, "Cannot change the scheduler while the server is Active."
IdResourceStringsProtocols_RSMIMEExtensionEmpty, "Extension is empty"
IdResourceStringsProtocols_RSMIMEMIMETypeEmpty, "Mimetype is empty"
IdResourceStringsProtocols_RSMIMEMIMEExtAlreadyExists, "Extension already exits"
IdResourceStringsProtocols_RSHTTPContinue, "Continue"
IdResourceStringsProtocols_RSHTTPOK, "OK"
IdResourceStringsCore_RSSocksServerHostUnreachableError, "Host unreachable."
IdResourceStringsCore_RSSocksServerConnectionRefusedError, "Connection refused."
IdResourceStringsCore_RSSocksServerTTLExpiredError, "TTL expired."
IdResourceStringsCore_RSSocksServerCommandError, "Command not supported."
IdResourceStringsCore_RSSocksServerAddressError, "Address type not supported."
IdResourceStringsCore_RSInterceptCircularLink, "%d: Circular links are not allowed"
IdResourceStringsCore_RSNotEnoughDataInBuffer, "Not enough data in buffer."
IdResourceStringsCore_RSTooMuchDataInBuffer, "Too much data in buffer."
@ -1620,11 +1567,11 @@ BEGIN
IdResourceStringsCore_RSReadLnMaxLineLengthExceeded, "Max line length exceeded."
IdResourceStringsCore_RSConnectTimeout, "Connect timed out."
IdResourceStringsCore_RSThreadTerminateAndWaitFor, "Cannot call TerminateAndWaitFor on FreeAndTerminate threads"
IdResourceStrings_RSInvalidIPv6Address, "%s is not a valid IPv6 address"
IdResourceStrings_RSIPVersionUnsupported, "The requested IPVersion / Address family is not supported."
IdResourceStrings_RSNotAllBytesSent, "Not all bytes sent."
IdResourceStrings_RSPackageSizeTooBig, "Package Size Too Big."
IdResourceStrings_RSSetSizeExceeded, "Set Size Exceeded."
IdResourceStringsCore_RSAlreadyConnected, "Already connected."
IdResourceStringsCore_RSMaximumNumberOfCaptureLineExceeded, "Maximum number of line allowed exceeded"
IdResourceStringsCore_RSchedMaxThreadEx, "The maximum number of threads for this scheduler is exceeded."
IdResourceStringsCore_RSTransparentProxyCannotBind, "Transparent proxy cannot bind."
IdResourceStringsCore_RSTransparentProxyCanNotSupportUDP, "UDP Not supported by this proxy."
IdResourceStringsCore_RSSocksUDPNotSupported, "UDP is not support in this SOCKS version."
IdResourceStringsCore_RSSocksRequestFailed, "Request rejected or failed."
IdResourceStringsCore_RSSocksRequestServerFailed, "Request rejected because SOCKS server cannot connect."
@ -1636,6 +1583,59 @@ BEGIN
IdResourceStringsCore_RSSocksServerGeneralError, "General SOCKS server failure."
IdResourceStringsCore_RSSocksServerPermissionError, "Connection not allowed by ruleset."
IdResourceStringsCore_RSSocksServerNetUnreachableError, "Network unreachable."
IdResourceStringsCore_RSSocksServerHostUnreachableError, "Host unreachable."
IdResourceStringsCore_RSSocksServerConnectionRefusedError, "Connection refused."
IdResourceStringsCore_RSSocksServerTTLExpiredError, "TTL expired."
IdResourceStringsCore_RSSocksServerCommandError, "Command not supported."
IdResourceStringsCore_RSSocksServerAddressError, "Address type not supported."
IdResourceStringsProtocols_RSHTTPPreconditionFailed, "Precondition Failed"
IdResourceStringsProtocols_RSHTTPRequestEntityToLong, "Request Entity To Long"
IdResourceStringsProtocols_RSHTTPRequestURITooLong, "Request-URI Too Long. 256 Chars max"
IdResourceStringsProtocols_RSHTTPUnsupportedMediaType, "Unsupported Media Type"
IdResourceStringsProtocols_RSHTTPInternalServerError, "Internal Server Error"
IdResourceStringsProtocols_RSHTTPNotImplemented, "Not Implemented"
IdResourceStringsProtocols_RSHTTPBadGateway, "Bad Gateway"
IdResourceStringsProtocols_RSHTTPServiceUnavailable, "Service Unavailable"
IdResourceStringsProtocols_RSHTTPGatewayTimeout, "Gateway timeout"
IdResourceStringsProtocols_RSHTTPHTTPVersionNotSupported, "HTTP version not supported"
IdResourceStringsProtocols_RSHTTPUnknownResponseCode, "Unknown Response Code"
IdResourceStringsProtocols_RSHTTPHeaderAlreadyWritten, "Header has already been written."
IdResourceStringsProtocols_RSHTTPErrorParsingCommand, "Error in parsing command."
IdResourceStringsProtocols_RSHTTPUnsupportedAuthorisationScheme, "Unsupported authorization scheme."
IdResourceStringsProtocols_RSHTTPCannotSwitchSessionStateWhenActive, "Cannot change session state when the server is active."
IdResourceStringsProtocols_RSHTTPAuthAlreadyRegistered, "This authentication method is already registered with class name %s."
IdResourceStringsProtocols_RSHTTPMovedPermanently, "Moved Permanently"
IdResourceStringsProtocols_RSHTTPMovedTemporarily, "Moved Temporarily"
IdResourceStringsProtocols_RSHTTPSeeOther, "See Other"
IdResourceStringsProtocols_RSHTTPNotModified, "Not Modified"
IdResourceStringsProtocols_RSHTTPUseProxy, "Use Proxy"
IdResourceStringsProtocols_RSHTTPBadRequest, "Bad Request"
IdResourceStringsProtocols_RSHTTPUnauthorized, "Unauthorized"
IdResourceStringsProtocols_RSHTTPForbidden, "Forbidden"
IdResourceStringsProtocols_RSHTTPNotFound, "Not Found"
IdResourceStringsProtocols_RSHTTPMethodNotAllowed, "Method not allowed"
IdResourceStringsProtocols_RSHTTPNotAcceptable, "Not Acceptable"
IdResourceStringsProtocols_RSHTTPProxyAuthenticationRequired, "Proxy Authentication Required"
IdResourceStringsProtocols_RSHTTPRequestTimeout, "Request Timeout"
IdResourceStringsProtocols_RSHTTPConflict, "Conflict"
IdResourceStringsProtocols_RSHTTPGone, "Gone"
IdResourceStringsProtocols_RSHTTPLengthRequired, "Length Required"
IdResourceStrings_RSInvalidIPv6Address, "%s is not a valid IPv6 address"
IdResourceStrings_RSIPVersionUnsupported, "The requested IPVersion / Address family is not supported."
IdResourceStrings_RSNotAllBytesSent, "Not all bytes sent."
IdResourceStrings_RSPackageSizeTooBig, "Package Size Too Big."
IdResourceStrings_RSSetSizeExceeded, "Set Size Exceeded."
IdResourceStringsProtocols_RSMIMEExtensionEmpty, "Extension is empty"
IdResourceStringsProtocols_RSMIMEMIMETypeEmpty, "Mimetype is empty"
IdResourceStringsProtocols_RSMIMEMIMEExtAlreadyExists, "Extension already exits"
IdResourceStringsProtocols_RSHTTPContinue, "Continue"
IdResourceStringsProtocols_RSHTTPOK, "OK"
IdResourceStringsProtocols_RSHTTPCreated, "Created"
IdResourceStringsProtocols_RSHTTPAccepted, "Accepted"
IdResourceStringsProtocols_RSHTTPNonAuthoritativeInformation, "Non-authoritative Information"
IdResourceStringsProtocols_RSHTTPNoContent, "No Content"
IdResourceStringsProtocols_RSHTTPResetContent, "Reset Content"
IdResourceStringsProtocols_RSHTTPPartialContent, "Partial Content"
IdResourceStrings_RSStackELOOP, "Too many levels of symbolic links."
IdResourceStrings_RSStackENAMETOOLONG, "File name too long."
IdResourceStrings_RSStackEHOSTDOWN, "Host is down."
@ -1732,11 +1732,11 @@ BEGIN
DBConsts_SLookupInfoError, "Lookup information for field '%s' is incomplete"
DBConsts_SDataSourceChange, "DataSource cannot be changed"
DBConsts_SDataSetOpen, "Cannot perform this operation on an open dataset"
uRODECConst_sFMT_MIME64, "MIME Base 64"
uRODECConst_sFMT_UU, "UU Coding"
uRODECConst_sFMT_XX, "XX Coding"
uRODECConst_sInvalidKeySize, "Length from Encryptionkey is invalid.\r\nKeysize for %s must be within %d-%d bytes"
uRODECConst_sNotInitialized, "%s is not initialized, call Init() or InitKey() first."
uRORes_err_MessageNotAssigned, "Message is NIL"
ComConst_SOleError, "OLE error %.8x"
ComConst_SNoMethod, "Method '%s' not supported by automation object"
ComConst_SVarNotObject, "Variant does not reference an automation object"
ComConst_STooManyParams, "Dispatch methods do not support more than 64 parameters"
DBConsts_SInvalidFieldSize, "Invalid field size"
DBConsts_SInvalidFieldKind, "Invalid FieldKind"
DBConsts_SUnknownFieldType, "Field '%s' is of an unknown type"
@ -1748,30 +1748,6 @@ BEGIN
DBConsts_SFieldRangeError, "%g is not a valid value for field '%s'. The allowed range is %g to %g"
DBConsts_SBcdFieldRangeError, "%s is not a valid value for field '%s'. The allowed range is %s to %s"
DBConsts_SInvalidIntegerValue, "'%s' is not a valid integer value for field '%s'"
uRORes_err_CannotLoadXMLDocument, "Cannot load XML document.\rReason: %s\rLine: %d\rPosition: %d"
uRORes_err_ErrorCreatingMsXmlDoc, "Error creating MSXML Document class\r\r%s: %s"
uRORes_err_NoXMLParsersAvailable, "MSXML is not installed"
uRORes_err_IDispatchMarshalingNotSupported, "Marshaling of IDispatch (%d) type variants is not supported."
uRORes_err_UnsupportedVariantType, "Unsupported variant type \"%d\""
uRORes_err_VariantIsNotArray, "Variant must be Array, but is %d"
uRORes_err_InvalidVarArrayDimCount, "Variant Array DimCount must be 1 but is %d"
uRORes_err_CannotFindParameter, "Cannot find parameter %s"
uRORes_err_MessageNotAssigned, "Message is NIL"
uRODECConst_sProtectionCircular, "Circular Protection detected, Protection Object is invalid."
uRODECConst_sStringFormatExists, "String Format \"%d\" does not exist."
uRODECConst_sInvalidStringFormat, "Input is not a valid %s Format."
uRODECConst_sInvalidFormatString, "Input cannot be converted to %s Format."
uRODECConst_sFMT_COPY, "copy Input to Output"
uRODECConst_sFMT_HEX, "Hexadecimal"
uRODECConst_sFMT_HEXL, "Hexadecimal lowercase"
uRORes_err_UnknownClass, "Unknown class \"%s\""
uRORes_err_UnknownProxyInterface, "Unknown proxy interface \"%s\""
uRORes_err_DispatcherAlreadyAssigned, "Dispatcher for %s already assigned"
uRORes_err_CannotFindMessageDispatcher, "Cannot find message dispatcher. Maybe there is no message component configured for the requested path?"
uRORes_err_ServerOnlySupportsOneDispatcher, "%s servers only support one dispatcher"
uRORes_err_UnhandledException, "Unhandled exception"
uRORes_err_ChannelBusy, "Channel is busy. Try again later."
uRORes_err_ArrayIndexOutOfBounds, "Array index out of bounds (%d)."
uRORes_err_InvalidHeader, "Invalid binary header. Either incompatible or not a binary message."
uRORes_err_InvalidHeaderEncrypted, "Invalid binary header. It seems that encryption is active on the other side of the communication, but not locally?"
uRORes_err_UnknownClassInStream, "Unknown class \"%s\" found in stream."
@ -1780,14 +1756,14 @@ BEGIN
uRORes_err_ChannelDoesntSupportIROMetadataReader, "Channel does not support IROMetadataReader"
uRORes_err_TooManySessions, "Too many sessions. Try again in %d minute(s)"
uRORes_err_DOMElementIsNIL, "DOMElement is NIL"
uRORes_err_RodlInvalidDataType, "Invalid or undefined data type \"%s\"."
uRORes_err_RodlStructCannotBeNested, "Structs cannot recursively contain themselves."
uRORes_err_RodlInvalidAncestorType, "Invalid or undefined ancestor type \"%s\"."
uRORes_str_ExceptionOnServer, "An exception of type %s was raised on the server: %s"
uRORes_str_ExceptionReraisedFromServer, "An exception was raised on the server: %s"
uRORes_err_AssignError, "Cannot assign a \"%s\" to a \"%s\"."
uRORes_err_InvalidRequestStream, "Invalid request stream (%d bytes)"
uRORes_err_NILMessage, "Message is NIL"
uRORes_err_CannotLoadXMLDocument, "Cannot load XML document.\rReason: %s\rLine: %d\rPosition: %d"
uRORes_err_ErrorCreatingMsXmlDoc, "Error creating MSXML Document class\r\r%s: %s"
uRORes_err_NoXMLParsersAvailable, "MSXML is not installed"
uRORes_err_IDispatchMarshalingNotSupported, "Marshaling of IDispatch (%d) type variants is not supported."
uRORes_err_UnsupportedVariantType, "Unsupported variant type \"%d\""
uRORes_err_VariantIsNotArray, "Variant must be Array, but is %d"
uRORes_err_InvalidVarArrayDimCount, "Variant Array DimCount must be 1 but is %d"
uRORes_err_CannotFindParameter, "Cannot find parameter %s"
uRORes_err_UnspecifiedInterface, "The message does not have an interface name"
uRORes_err_UnspecifiedMessage, "The message does not have a name"
uRORes_err_UnknownMethod, "Unknown method %s for interface %s"
@ -1796,14 +1772,14 @@ BEGIN
uRORes_err_ClassFactoryNotFound, "Class factory for interface %s not found"
uRORes_err_IROMessageNotSupported, "Class \"%s\" does not support IROMessage"
uRORes_err_ClassAlreadyRegistered, "Class \"%s\" is already registered"
ComConst_STooManyParams, "Dispatch methods do not support more than 64 parameters"
uRORes_err_InvalidIndex, "Invalid index %d"
uRORes_err_InvalidType, "Invalid type \"%s. Expected \"%s\"\""
uRORes_err_InvalidLibrary, "Invalid library"
uRORes_err_InvalidStream, "Invalid stream"
uRORes_err_InvalidTargetEntity, "Invalid TargetEntity \"%s\""
uRORes_err_InvalidParamFlag, "Invalid Parameter Flag \"%s\""
uRORes_err_InvalidStringLength, "Stream read error: Invalid string length \"%d\""
uRORes_err_UnknownClass, "Unknown class \"%s\""
uRORes_err_UnknownProxyInterface, "Unknown proxy interface \"%s\""
uRORes_err_DispatcherAlreadyAssigned, "Dispatcher for %s already assigned"
uRORes_err_CannotFindMessageDispatcher, "Cannot find message dispatcher. Maybe there is no message component configured for the requested path?"
uRORes_err_ServerOnlySupportsOneDispatcher, "%s servers only support one dispatcher"
uRORes_err_UnhandledException, "Unhandled exception"
uRORes_err_ChannelBusy, "Channel is busy. Try again later."
uRORes_err_ArrayIndexOutOfBounds, "Array index out of bounds (%d)."
uRORes_str_InvalidClassTypeInStream, "Stream read error: Invalid class type encountered: \"%s\""
uRORes_err_UnexpectedEndOfStream, "Unexpected end of stream."
uRORes_err_RodlDuplicateName, "Duplicate name."
@ -1812,6 +1788,30 @@ BEGIN
uRORes_err_RodlNoStructElementsDefined, "Struct does not contain any elements."
uRORes_err_RodlNoOperationsDefined, "Service interface does not contain any elements."
uRORes_err_RodlUsedFileDoesNotExist, "The referenced RODL file \"%s\" could not be found."
uRORes_err_RodlInvalidDataType, "Invalid or undefined data type \"%s\"."
uRORes_err_RodlStructCannotBeNested, "Structs cannot recursively contain themselves."
uRORes_err_RodlInvalidAncestorType, "Invalid or undefined ancestor type \"%s\"."
uRORes_str_ExceptionOnServer, "An exception of type %s was raised on the server: %s"
uRORes_str_ExceptionReraisedFromServer, "An exception was raised on the server: %s"
uRORes_err_AssignError, "Cannot assign a \"%s\" to a \"%s\"."
uRORes_err_InvalidRequestStream, "Invalid request stream (%d bytes)"
uRORes_err_NILMessage, "Message is NIL"
uRODECConst_sInvalidFormatString, "Input cannot be converted to %s Format."
uRODECConst_sFMT_COPY, "copy Input to Output"
uRODECConst_sFMT_HEX, "Hexadecimal"
uRODECConst_sFMT_HEXL, "Hexadecimal lowercase"
uRODECConst_sFMT_MIME64, "MIME Base 64"
uRODECConst_sFMT_UU, "UU Coding"
uRODECConst_sFMT_XX, "XX Coding"
uRODECConst_sInvalidKeySize, "Length from Encryptionkey is invalid.\r\nKeysize for %s must be within %d-%d bytes"
uRODECConst_sNotInitialized, "%s is not initialized, call Init() or InitKey() first."
uRORes_err_InvalidIndex, "Invalid index %d"
uRORes_err_InvalidType, "Invalid type \"%s. Expected \"%s\"\""
uRORes_err_InvalidLibrary, "Invalid library"
uRORes_err_InvalidStream, "Invalid stream"
uRORes_err_InvalidTargetEntity, "Invalid TargetEntity \"%s\""
uRORes_err_InvalidParamFlag, "Invalid Parameter Flag \"%s\""
uRORes_err_InvalidStringLength, "Stream read error: Invalid string length \"%d\""
Consts_SSeparator, "Separator"
Consts_SErrorSettingCount, "Error setting %s.Count"
Consts_SListBoxMustBeVirtual, "Listbox (%s) style must be virtual in order to set Count"
@ -1825,9 +1825,9 @@ BEGIN
Consts_STrayIconCreateError, "Cannot create shell notification icon"
Consts_SPageControlNotSet, "PageControl must first be assigned"
Consts_SWindowsVistaRequired, "%s requires Windows Vista or later"
ComConst_SOleError, "OLE error %.8x"
ComConst_SNoMethod, "Method '%s' not supported by automation object"
ComConst_SVarNotObject, "Variant does not reference an automation object"
uRODECConst_sProtectionCircular, "Circular Protection detected, Protection Object is invalid."
uRODECConst_sStringFormatExists, "String Format \"%d\" does not exist."
uRODECConst_sInvalidStringFormat, "Input is not a valid %s Format."
Consts_srNone, "(None)"
Consts_SOutOfRange, "Value must be between %d and %d"
Consts_SInsertLineError, "Unable to insert a line"
@ -2086,33 +2086,33 @@ BEGIN
SysConst_SAccessDenied, "File access denied"
END
/* C:\Archivos de programa\CodeGear\RAD Studio\5.0\Lib\controls.res */
/* C:\Codigo Tecsitel\Lib\RemObjects\RemObjects_SDK\uROPoweredByRemObjectsButton.res */
/* C:\Codigo Tecsitel\Lib\RemObjects\RemObjects_SDK\uROHtmlServerInfo.res */
/* C:\Archivos de programa\CodeGear\RAD Studio\5.0\Lib\buttons.res */
/* C:\Archivos de programa\CodeGear\RAD Studio\5.0\Lib\extdlgs.res */
/* C:\Codigo Tecsitel\Lib\FastReport3\frxProgress.dfm */
/* C:\Codigo Tecsitel\Lib\FastReport3\frxCtrls.res */
/* C:\Codigo Tecsitel\Lib\FastReport3\frxPrintDialog.dfm */
/* C:\Codigo Tecsitel\Lib\FastReport3\frxDock.dfm */
/* C:\Codigo Tecsitel\Lib\FastReport3\frxPreviewPageSettings.dfm */
/* C:\Codigo Tecsitel\Lib\FastReport3\frxSearchDialog.dfm */
/* C:\Codigo Tecsitel\Lib\FastReport3\frxPreview.dfm */
/* C:\Codigo Tecsitel\Lib\FastReport3\frxPreview.res */
/* C:\Codigo Tecsitel\Lib\FastReport3\frxDialogForm.dfm */
/* c:\archivos de programa\codegear\rad studio\5.0\lib\Controls.res */
/* C:\Archivos de programa\RemObjects Software\RemObjects SDK for Delphi\Source\uROPoweredByRemObjectsButton.res */
/* C:\Archivos de programa\RemObjects Software\RemObjects SDK for Delphi\Source\uROHtmlServerInfo.res */
/* c:\archivos de programa\codegear\rad studio\5.0\lib\Buttons.res */
/* c:\archivos de programa\codegear\rad studio\5.0\lib\ExtDlgs.res */
/* C:\Codigo Tecsitel\Lib\FastReport3\frxProgress.DFM */
/* C:\Codigo Tecsitel\Lib\FastReport3\frxCtrls.RES */
/* C:\Codigo Tecsitel\Lib\FastReport3\frxPrintDialog.DFM */
/* C:\Codigo Tecsitel\Lib\FastReport3\frxDock.DFM */
/* C:\Codigo Tecsitel\Lib\FastReport3\frxPreviewPageSettings.DFM */
/* C:\Codigo Tecsitel\Lib\FastReport3\frxSearchDialog.DFM */
/* C:\Codigo Tecsitel\Lib\FastReport3\frxPreview.DFM */
/* C:\Codigo Tecsitel\Lib\FastReport3\frxPreview.RES */
/* C:\Codigo Tecsitel\Lib\FastReport3\frxDialogForm.DFM */
/* C:\Codigo Tecsitel\Lib\FastReport3\frxPassw.dfm */
/* C:\Codigo Tecsitel\Lib\FastReport3\frxClass.res */
/* C:\Codigo Tecsitel\Lib\JVCL\JvConsts.res */
/* C:\Archivos de programa\CodeGear\RAD Studio\5.0\Lib\WindowsXP.res */
/* C:\Codigo Tecsitel\Lib\JVCL\JvLogForm.dfm */
/* C:\Codigo Tecsitel\Lib\RemObjects\Data_Abstract\DataAbstract_IBXDriver_Glyphs.res */
/* C:\Codigo Tecsitel\Lib\RemObjects\Data_Abstract\DataAbstract_ADODriver_Glyphs.res */
/* C:\Codigo Tecsitel\Lib\FastReport3\frxClass.RES */
/* C:\Codigo Tecsitel\Lib\jvcl\JvConsts.res */
/* c:\archivos de programa\codegear\rad studio\5.0\lib\WindowsXP.res */
/* C:\Codigo Tecsitel\Lib\jvcl\JvLogForm.dfm */
/* C:\Archivos de programa\RemObjects Software\Data Abstract for Delphi\Source\Drivers\DataAbstract_IBXDriver_Glyphs.res */
/* C:\Archivos de programa\RemObjects Software\Data Abstract for Delphi\Source\Drivers\DataAbstract_ADODriver_Glyphs.res */
/* C:\Codigo Tecsitel\Source\Servidor\uDataModuleServer.dfm */
/* C:\Codigo Tecsitel\Source\Servidor\Configuracion\uFrameConfiguracion.dfm */
/* C:\Codigo Tecsitel\Lib\DevExpressVCL\dxOffice11.res */
/* C:\Codigo Tecsitel\Lib\DevExpressVCL\cxControls.res */
/* C:\Codigo Tecsitel\Lib\DevExpressVCL\cxLookAndFeelPainters.res */
/* C:\Archivos de programa\CodeGear\RAD Studio\5.0\Lib\filectrl.res */
/* c:\archivos de programa\codegear\rad studio\5.0\lib\FileCtrl.res */
/* C:\Codigo Tecsitel\Lib\DevExpressVCL\cxEdit.res */
/* C:\Codigo Tecsitel\Lib\DevExpressVCL\cxShellBrowser.dfm */
/* C:\Codigo Tecsitel\Source\Servidor\Configuracion\uConexionBD.dfm */
@ -2128,6 +2128,6 @@ END
/* C:\Codigo Tecsitel\Source\Modulos\Formas de pago\Servidor\srvFormasPago_Impl.dfm */
/* C:\Codigo Tecsitel\Source\Modulos\Tipos de IVA\Servidor\srvTiposIVA_Impl.dfm */
/* C:\Codigo Tecsitel\Source\ApplicationBase\Usuarios\Servidor\srvUsuarios_Impl.dfm */
/* C:\Codigo Tecsitel\Source\Servidor\FactuGES_Server.RES */
/* C:\Codigo Tecsitel\Source\Servidor\..\Servicios\RODLFILE.res */
/* C:\DOCUME~1\Usuario\CONFIG~1\Temp\dtf33.tmp */
/* C:\Codigo Tecsitel\Source\Servidor\FactuGES_Server.res */
/* C:\Codigo Tecsitel\Source\Servidor\..\Servicios\RODLFile.res */
/* C:\Codigo Tecsitel\Source\Servidor\FactuGES_Server.drf */

View File

@ -14,7 +14,7 @@ BEGIN
BEGIN
VALUE "FileVersion", "3.0.0.0\0"
VALUE "ProductVersion", "3.0.0.0\0"
VALUE "CompileDate", "martes, 09 de octubre de 2007 19:19\0"
VALUE "CompileDate", "martes, 09 de octubre de 2007 23:55\0"
END
END
BLOCK "VarFileInfo"