Стартовый пул

This commit is contained in:
2024-04-02 08:46:59 +03:00
parent fd57fffd3a
commit 3bb34d000b
5591 changed files with 3291734 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
unit RxSortIBX;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils;
type
TRxSortIBX = class(TComponent)
private
protected
public
published
end;
procedure Register;
implementation
uses exsortibx;
procedure Register;
begin
RegisterComponents('RX DBAware',[TRxSortIBX]);
end;
end.

View File

@@ -0,0 +1,44 @@
unit pbEditDataUnit;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, FileUtil, RxCloseFormValidator, Forms, Controls, Graphics,
Dialogs, StdCtrls, DbCtrls, ButtonPanel;
type
{ TpbEditDataForm }
TpbEditDataForm = class(TForm)
ButtonPanel1: TButtonPanel;
DBEdit1: TDBEdit;
DBEdit2: TDBEdit;
DBEdit3: TDBEdit;
DBEdit4: TDBEdit;
DBEdit5: TDBEdit;
DBMemo1: TDBMemo;
Label1: TLabel;
Label2: TLabel;
Label3: TLabel;
Label4: TLabel;
Label5: TLabel;
Label6: TLabel;
RxCloseFormValidator1: TRxCloseFormValidator;
private
{ private declarations }
public
{ public declarations }
end;
var
pbEditDataForm: TpbEditDataForm;
implementation
{$R *.lfm}
end.

Binary file not shown.

After

Width:  |  Height:  |  Size: 390 B