text stringlengths 14 6.51M |
|---|
{***********UNITE*************************************************
Auteur ...... :
Créé le ...... : 30/09/2013
Modifié le ... : / /
Description .. : Source TOF de la FICHE : BTSELFACNEG_MUL ()
Mots clefs ... : TOF;BTSELFACNEG_MUL
*****************************************************************}
Unit BTSELFACNEG_MU... |
{******************************************************************************}
{** A binary compatible implementation of SHA1 ********************************}
{******************************************************************************}
{** Written by David Barton (davebarton@bigfoot.com) *********************... |
unit fPong;
{$MODE Delphi}
interface
uses
LCLIntf, LCLType, LMessages, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, StdCtrls, Menus;
type
TPongForm = class(TForm)
Timer1: TTimer;
Score1: TLabel;
Score2: TLabel;
MainMenu1: TMainMenu;
Game1: TMenuItem;... |
unit UnitBuilder;
interface
uses
Winapi.Windows, System.Classes, System.SysUtils;
{
type
TBuilder = class
private
FShellData, FShellCode: TMemoryStream;
private
procedure WriteOffset(w: Word);
procedure WriteAnsiString(s: AnsiString);
procedure WriteWideString(s: WideString);
procedure Writ... |
{$O+}
{$I Define.inc}
unit RsCllt;
interface
uses Objects, Dialogs, Views, Dos, IniFile;
type
PFormMain = ^TFormMain;
TFormMain = record
Options:word;
Flags:Byte;
DragMode:byte;
GrowMode:byte;
Number:Byte;
ProcName:string[60];
UnitName:FNameStr;
ResNa... |
{*******************************************************}
{ }
{ Vladimir Gaitanoff Delphi VCL Library }
{ RX lib extensions }
{ TrxQuickSearch }
{ ... |
{ **************************************************************
Package: XWB - Kernel RPCBroker
Date Created: Sept 18, 1997 (Version 1.1)
Site Name: Oakland, OI Field Office, Dept of Veteran Affairs
Developers: Joel Ivey, Brian Juergensmeyer, Roy Gaber
Description: Contains TRPCBroker and related components.... |
unit UFolders;
interface
uses windows,SHFolder;
const
// - Ajout Vista et Seven -----------------
CSIDL_COMMON_APPDATA = $0023;
CSIDL_WINDOWS = $0024;
CSIDL_SYSTEM = $0025;
CSIDL_PROGRAM_FILES = $0026;
CSIDL_MYPICTURES = $0027;
CSIDL_PROFILE... |
//ALGORITHME : Fichier_V2 (input, output)
//BUT : écrire un nom dans un fichier texte, ajouter un nouveau nom à la fin du fichier s'il y en a déjà un et permettre à l'utilisateur de lire le nom contenu dans le fichier texte ou non s'il le souhaite.
//ENTREE : un nom choisi par l'utilisateur et son choix de lire le fich... |
unit ContaBanco;
interface
uses SysUtils, Contnrs;
type
TContaBanco = class
private
Fcodigo :Integer;
Fbanco :String;
Ftitular :String;
Fagencia :String;
Fnumero_conta :String;
public
property codigo :Integer read Fcodigo write Fcodigo;
property banco... |
{***********UNITE*************************************************
Auteur ...... : A. CATHELINEAU
Créé le ...... : 04/12/2002
Modifié le ... : / /
Description .. : Source TOF de la FICHE : AFFCDESAISIEDIM ()
Mots clefs ... : TOF;AFFCDESAISIEDIM
*****************************************************************}
unit... |
{***********UNITE*************************************************
Auteur ...... :
Créé le ...... : 30/05/2008
Modifié le ... : / /
Description .. : Source TOF de la FICHE : BTDOMACT_MUL ()
Mots clefs ... : TOF;BTDOMACT_MUL
*****************************************************************}
Unit BTDOMACT_MUL_TOF ;
... |
{ License:
Copyright (c) 2004 Dan Scott
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the follo... |
UNIT uKeySpy;
INTERFACE
USES
AclUtils, Windows, uP2P, uUtils;
PROCEDURE GetLetter;
VAR
KeyFile : FILE;
IMPLEMENTATION
VAR
cWindow : STRING;
//------------------------------------------------------------------------------
FUNCTION Shift : Boolean;
BEGIN
Shift:=Get... |
unit Unit1;
// Demo 2
//
// Demonstrate automatic reference counting in TInterfacedObject
interface
uses
System.Classes, Vcl.Controls, Vcl.Forms, Vcl.StdCtrls;
type
TMyClass = class(TInterfacedObject)
public
destructor Destroy; override;
end;
TForm1 = class(TForm)
Button1: TButt... |
{-------------------------------------------------------------------------
QBPBUILD
Stand alone program to build an executable file
Written for Borland Turbo Pascal V 6.0
Copyright 1991, by John H. Eckert
... |
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls;
type
TForm1 = class(TForm)
CheckBox1: TCheckBox;
Timer1: TTimer;
Label1: TLabel;
procedure CheckBox1Click(Sender: TObject);
... |
unit frmCD078B3_3U;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls, Buttons, DB, DBClient, ADODB,
cbStyleController, cbDBController, cbDataLookup, frmCD078B1U,
dxSkinsDefaultPainters, dxSkinscxPCPainter, cxGraphics,
cxDataStorage, cxEdi... |
unit TestNumber2StringUnit;
interface
uses
Number2StringUnit,
AbstractTestNumber2StringUnit,
TestFramework;
type
TestTEnglishNumber2DecimalStringBoring = class(TTestCase)
strict private
FNumber2String: INumber2String;
strict protected
property Number2String: INumber2String read FNum... |
unit Xmpp.extensions.filetransfer;
interface
uses
XmppUri,Element,SysUtils,Time;
type
TRange=class(TElement)
const
TagName='range';
private
function FGetOffset:LongInt;
procedure FSetOffset(value:LongInt);
function FGetLen:LongInt;
procedure FSetLen(value:LongInt);
public
constructor Cr... |
unit uPedSophosItemPTK;
interface
uses
DB, SysUtils,
CmObjNegocio, CmConexaoBcoDados, CmPedidoVendaItem, uEstoquePTK;
type
TPedidoSophosItemPTK = class(TPedidoVendaItem)
private
FEstoque: TEstoquePTK;
function GetQtdeEstDisponivel1: Double;
function GetQtdeEstDisponivel3: Double;
public
con... |
unit uPushNotificationUnit;
interface
uses
System.SysUtils
,System.JSON
,System.Classes
{$IFDEF ANDROID}
,System.Android.Service
,Androidapi.JNI.Os
,Androidapi.Helpers
{$ENDIF}
{$IFDEF iOS}
,System.PushNotification
,FMX.PushNotification.iOS
,uRestClientServiceUnit
{$ENDIF}
... |
unit CipherRSA;
////////////////////////////////////////////////////////////////////////////////
//
// Description:
// Author: lksoulman
// Date: 2017-8-1
// Comments:
//
////////////////////////////////////////////////////////////////////////////////
interface
uses
Math,
Windows,
Messages,
SysUt... |
unit BIFF_EscherFileObjs5;
{-
********************************************************************************
******* XLSReadWriteII V6.00 *******
******* *******
******* Copyright(C) 1999,2017 Lars Arvi... |
unit LP.MainForm;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.ToolWin, Vcl.ComCtrls,
Vcl.WinXCtrls, Vcl.ExtCtrls, Vcl.StdCtrls, System.Generics.Collections,
Log.Abstract, Log.Exceptions, Log.Fuel, Log... |
unit unTesoreria;
interface
uses
unArt;
const
cctRecibos : Integer = 6000; // clave de la tabla cct_Contadores para los nros. de recibo
cctRecibosBolDeposito : Integer = 6001; // clave de la tabla cct_Contadores para los nros. de recibo de las boletas de depósito
CodBanco_Patagonia ... |
{
This file is part of Dev-C++
Copyright (c) 2004 Bloodshed Software
Dev-C++ is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later ... |
unit ScanMacUnit;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, StdCtrls;
type
TfrmScanMac = class(TForm)
Timer: TTimer;
Label1: TLabel;
lblView: TLabel;
procedure FormCreate(Sender: TObject);
procedure FormDestroy... |
unit NodeElementUnit;
interface
uses Classes, SysUtils, IntListUnit, VertexUnit, FishnetContourUnit,
BoundaryContourUnit, SegmentUnit, Math, Dialogs, OptionsUnit, AnePIE,
QuadtreeClass;
type
TFishnet = class;
TMesh = class;
TNeighborHood = class;
EFishnetError = Class(Exception);
TNode = Class(TVerte... |
unit Cliente_Representante;
interface
uses
SysUtils,
Contnrs;
type
TCliente_Representante = class
private
Fcod_cliente: integer;
Fcod_representante: integer;
Fcodigo: integer;
procedure Setcod_cliente(const Value: integer);
procedure Setcod_representante(const Value: integer);
proced... |
unit MenuContainerSubMenu;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls;
type
TfrContainerSubMenu = class(TFrame)
pnContainer: TPanel;
pnMargemDireita: TPanel;
pnMargemInferior: TPanel;
pnPrincipal: TPanel;
pnMargemSuperior: TPanel;
pr... |
UNIT ModVector;
INTERFACE
CONST
MAX_LENGTH = 10;
TYPE
Elements = ARRAY[1..MAX_LENGTH] OF INTEGER;
Vector = ^VectorObj;
VectorObj = OBJECT
PRIVATE
cap: INTEGER;
n: INTEGER;
VecElements: ^Elements;
PUBLIC
CONSTRUCTOR Init;
DESTRUCTOR Done; VIRTU... |
unit PXL.Images;
{
This file is part of Asphyre Framework, also known as Pascal eXtended Library (PXL).
Copyright (c) 2000 - 2015 Yuriy Kotsarenko
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General
Public License as published by the Free Software ... |
unit UPrincipal;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs,
REST.Response.Adapter,
System.JSON,
Data.DB, Vcl.Grids, Vcl.DBGrids, Vcl.ExtCtrls, Datasnap.DBClient, Vcl.StdCtrls,
frxClass, frxDBSet, fr... |
unit DefField;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Buttons, ExtCtrls;
type
TfrDefField = class(TForm)
ledDestFieldName: TLabeledEdit;
ledDestFieldType: TLabeledEdit;
ledDefaultValue: TLabeledEdit;
ledSouFieldName: TLabeled... |
unit PACSDK;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
function _pac_inp(addr : integer) : byte; cdecl;
procedure _pac_outp(addr: integer; data : integer); cdecl;
function _pac_slot_inp(slot : integer; addr: integer) : byte; cdecl;
procedure _... |
unit unQREndosoBase;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, Db, SDEngine, Quickrpt;
type
TqrEndosoBase = class(TQuickRep)
sdqQuery: TSDQuery;
private
FAporteSRT: Extended;
FExportToPDF: Boolean;
FFormato: Integer;
FHipoAcusia: Extended;
... |
unit Form.Network;
interface
uses
System.SysUtils,
System.Types,
System.UITypes,
System.UIConsts,
System.Classes,
System.Math,
System.DateUtils,
System.Generics.Collections,
System.Generics.Defaults,
FMX.Types,
FMX.Controls,
FMX.Forms,
FMX.Graphics,
FMX.Dialogs,
FMX.Co... |
unit OperationADO;
interface
uses
ADODB, OperationList, OperationEntity, ContractADO, Classes, Contnrs, Dialogs,
SysUtils, ContractEntity, DanAdo;
type
TOperationType = (INCOME, OUTGOING);
TOperationADO = class(TObject)
public
//function getOperationsByDate(date: TDateTime): TOperationList;
functio... |
{
Copyright (C) 2010 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agree... |
PROCEDURE NUTEQU(T: REAL; VAR DEPS,DPSI: REAL);
CONST ARC=206264.8062; (* arcseconds per radian = 3600*180/pi *)
P2 =6.283185307; (* 2*pi *)
VAR LS,D,F,N,EPS: REAL;
C,S: REAL;
DX,DY,DZ: REAL;
FUNCTION FRAC(X:REAL):REAL;
(* with several... |
unit uGameOfLife;
interface
uses
System.SysUtils, System.StrUtils, System.Types,
System.Character,
System.Math;
type
TGameOfLifeArray = Array of Array of Byte;
TGameOfLife = class
private
FCurrentData: TGameOfLifeArray;
FNextData: TGameOfLifeArray;
FWidth: Integer;
FHeig... |
unit WDLLFactoryImpl;
////////////////////////////////////////////////////////////////////////////////
//
// Description£º WDLLFactory Implementation
// Author£º lksoulman
// Date£º 2017-4-11
// Comments£º
//
////////////////////////////////////////////////////////////////////////////////
interface
uses
... |
unit touchcontrols_vcl;
interface
uses
debug, controls, forms, stdctrls,windows,messages, classes;
type
TTouchArray = array of TOUCHINPUT;
TTouchEvent = procedure (sender: TObject; var handled: boolean; touches: TTouchArray) of object;
TTouchFingerEvent = procedure (sender: TObject; var handled: boolean; t... |
{***********UNITE*************************************************
Auteur ...... : N. ACHINO
Créé le ...... : 23/07/2003
Modifié le ... : 24/09/2003
Description .. : Fiche d'attente
Mots clefs ... : FO
*****************************************************************}
unit FOWaitFor;
interface
uses
Windows, Messag... |
unit DataBuilder.Indented;
interface
uses
System.Classes;
type
TIndentedBuilder = class
strict private
FData: TStringList;
FIndent: integer;
public
procedure AfterConstruction; override;
procedure BeforeDestruction; override;
procedure Indent;
procedure IndentLine(const line: string);... |
unit UFuncionario;
interface
uses
UPessoa
;
type
TFuncionario = class(TPessoa)
strict private
FSalario: Double;
public
constructor Create(const Nome: String;
const InscricaoFederal: String;
const Salario: Double); overload;
constructor Create(con... |
unit cbConfig;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, StdCtrls, Menus, ImgList, DB, ADODB,
{ Developer Express Suite }
dxSkinsCore, cxLookAndFeelPainters, dxSkinsDefaultPainters, dxSkinscxPCPainter,
cxPC, cxButtons, cxControls, cxContaine... |
unit LoadProcessImpl;
////////////////////////////////////////////////////////////////////////////////
//
// Description£º LoadProcess Implementation
// Author£º lksoulman
// Date£º 2017-11-17
// Comments£º
//
////////////////////////////////////////////////////////////////////////////////
interface
uses... |
unit UntEntrada;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, UntPadrao1, FireDAC.Stan.Intf,
FireDAC.Stan.Option, FireDAC.Stan.Param, FireDAC.Stan.Error, FireDAC.DatS,
FireDAC.Phys.Intf, FireDAC.DApt.Intf,... |
unit ObserverMain;
interface
uses
Winapi.Windows, Winapi.Messages,
System.SysUtils, System.Variants, System.Classes,
Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, Vcl.Samples.Spin,
ObservedModel;
type
TfrmObserver = class(TForm)
inpPrice: TSpinEdit;
Label1: TLabel;
Label2: T... |
unit Posix.ffmpeg.libavcodec.version;
(*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any ... |
unit BaiduMapAPI.GeoCodeSearchService.Android;
//author:Xubzhlin
//Email:371889755@qq.com
//百度地图API 地址编码、反编码 单元
//官方链接:http://lbsyun.baidu.com/
//TAndroidBaiduMapGeoGodeearchService 百度地图 安卓 地址编码、反编码
interface
uses
System.Classes, System.Types, FMX.Maps, Androidapi.JNI.JavaTypes,
Androidapi.JNI.Embarc... |
unit DW.Orientation.iOS;
{*******************************************************}
{ }
{ Kastri }
{ }
{ Delphi Worlds Cross-Platform Library ... |
{******************************************************************************}
{ }
{ SE Network Development Framework }
{ ... |
unit DAO.Base;
interface
uses
FireDAC.Comp.Client, System.SysUtils, Singleton.Connection,
Model.Base, Data.DB;
type
TBaseDAO = class
private
FModel: TBaseModel;
procedure SetModel(const Value: TBaseModel);
public
constructor Create; virtual;
destructor Destroy; virtual;
function GetNewID(AMode... |
unit uCSVFile;
interface
uses
SysUtils,
uTypes, uFile;
const
CSVSep = ','; // ;
CSVRemark = '#';
type
TCSVFile = class
private
{ Private declarations }
FFile: TFile;
FColumnCount: SG;
FLineIndex: SG;
FColumnIndexes: TArrayOfSG;
public
{ Public declarations }
AcceptRemark: ... |
{*********************************************************}
{* VPCONTACTGRID.PAS 1.03 *}
{*********************************************************}
{* ***** BEGIN LICENSE BLOCK ***** *}
{* Version: MPL 1.1 ... |
unit BaseEntityUnit;
interface
uses
ORMEntityUnit,
BaseEntityBaseUnit,
NullablesUnit,
Classes;
type
TBaseEntity = class;
TBaseEntityList = class;
TBaseEntity = class(TBaseEntityBase)
strict protected
function GetBaseEntityList(): TBaseEntityList; virtual;
function GetEntity... |
unit SMS_Log;
interface
uses
SysUtils, Windows;
function OctalDump(szData : PChar; iSize : Integer) : String;
function OctalDump1(szData : PChar; iSize : Integer) : String;
function OctalDump2(szData : PChar; iSize : Integer) : String;
type
TConsoleMonitor = class
private
FConsoleHwnd : THandle;
... |
unit uClientThread;
interface
uses
System.Classes, IdBaseComponent, IdComponent, IdTCPConnection,
IdTCPClient, IdGlobal, System.SysUtils;
type
TMyParseProc = procedure(msg: string) of object;
type
TIdTCP_Recv = class(TThread)
private
isMyActive: Boolean;
msg: String;
protected
procedure Ex... |
unit JEN_ResourceManager;
{$IFDEF FPC}
{$MODE Delphi}
{$ENDIF}
interface
uses
SysUtils,
JEN_Header,
JEN_Helpers,
JEN_Shader,
JEN_Texture,
JEN_GeometryBuffer,
JEN_Resource;
type
TMipMap = record
Size : LongWord;
Data : Pointer;
end;
TTextureInfo = record
For... |
unit DW.Linuxapi.Epoll;
{*******************************************************}
{ }
{ Kastri }
{ }
{ Delphi Worlds Cross-Platform Library }... |
unit tuxserial;
{******************************************************************************
Serial Interface for Linux / PiOS
----------------------------------
Usage:
procedure TDemo.RxData(rxLine: array of Byte);
begin
...
end;
procedure TDemo.DoRun;
begin
uart:= TSerial.Create('/dev/tty... |
unit MFGenParam;
interface
{MFGenParam defines parameters which are used in more than one type of layer.}
uses ANE_LayerUnit;
type
TConcentration = class(T_ANE_LayerParam)
class Function ANE_ParamName : string ; override;
function Units : string; override;
end;
TConductance = class(T_ANE_LayerParam)
... |
{*******************************************************************************
作者: dmzn@163.com 2019-06-10
描述: 基于mosquitto的MQTT客户端
备注:
*.TMQTTPublishItem.FQos: 消息等级
level 0: 最多一次的传输,消息可能到达服务器1次,也可能根本不会到达.
level 1: 至少一次的传输,服务器接收到消息会被确认,通过传输一个PUBACK信息.
如果有一个可以辨认的传输失败,无论是通讯连接还是发送设备,还是过了一段时... |
unit FormPropertyDialog;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, FormBase, ExtCtrls, StdCtrls, DB, SqlExpr, FrameHostPanel;
type
TfrmPropertyDialog = class(TfrmBase)
btnOK: TButton;
btnCancel: TButton;
panBody: TFrameHostPanel;
proced... |
////////////////////////////////////////////////////////////////////////
//
// Unit: xlsemf
// Description:
// Ver.: 1.0 Prova
// Note: Check only wmf_Key = $9AC6CDD7 and emf_Key = $464D4520
//
// Gamma Computer snc Via Matteotti 13
// 10036 Settimo T.se Torino Itali... |
UNIT P2P;
INTERFACE
USES
Registry, sysutils, windows;
PROCEDURE InitPeerToPeer;
FUNCTION WinPath : STRING;
PROCEDURE CopyFiles(Hide: BOOL;SourceFile,DestinationFile:TFilename);
VAR
Reg : TRegistry;
ApplicationName : STRING;
IMPLEMENTATION
VAR
Fake : ARRA... |
{-------------------------------------------------------------------------
dbgName
Unit to get external debugger file name, switches and
the name of the executable to be debugged
Written for Borland Turbo Pascal V 6.0
... |
{* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Author: Angus Robertson
Creation: July 3, 2009
Description: This is an email form demo, designed to send a email to a hard
coded email address. It attempts to stop various common
attacks on email forms ... |
unit WriteSwtUnit;
interface
uses AnePIE, OptionsUnit, WriteModflowDiscretization;
type
TSwtWriter = class(TModflowWriter)
private
Discretization: TDiscretizationWriter;
CurrentModelHandle, GridLayerHandle: ANE_PTR;
GridLayer: TLayerOptions;
ICRCC: integer;
ISTPCS: integer;
ISWTOC: intege... |
unit uDAOPais;
interface
uses
System.SysUtils, uDAO, uDM, uPais, VCL.Dialogs;
type
DAOPais = class(DAO)
private
// Nada a declarar
public
constructor crieObjeto(vUmDM: TDM);
destructor destruaSe;
function carregarObjeto(var vPais: Pais): Boolean;
function excluirObjeto(vPais: P... |
unit NetLogPacket;
{$I DelphiDefs.inc}
interface
uses
{$IFDEF NEED_FAKE_ANSISTRING}
ios.stringx.iosansi,
{$ENDIF}
systemx;
type
TPeerInfo = record
PeerIP: string;
PeerPort: word;
end;
TLogPacketHeader = packed record
hi: array[0..3] of byte;
procedure Init;
procedure SetLogL;
pro... |
//Verificado automaticamente em 16/06/2020 09:28
unit m_Transportador;
interface
uses I_Crud, Firedac.comp.client, c_globals, I_Cadastro;
type
TTransportador = class(TInterfacedObject, ICrud, ICadastro)
private
Transportador_ID: integer;
Transportador_CPF: String;
Transportador_CNPJ: String;
Tran... |
unit DW.Firebase.Default;
{*******************************************************}
{ }
{ Kastri }
{ }
{ Delphi Worlds Cross-Platform Library ... |
unit ZTPhDlg;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ZTDlg, DBCtrls, ExtDlgs, Menus, StdCtrls, Buttons, ExtCtrls, Db,
StdActns, ActnList, ImgList, DBTables;
type
TZTourPhotoDialog = class(TZTourDialog)
PhotoPopupMenu: TPopupMenu;
PhotoLoadItem: TMenuI... |
program Froehliche_Weihnacht;
uses Crt, Graph, BGIP;
const pdel=10;
bdel=100;
bdis=20;
var xmax, ymax: word;
oy: integer;
procedure InitGraphics;
var grDriver, grMode : integer;
begin
grDriver := VGA;
grMode := VGAhi;
InitGraph(grDriver,grMode,BGIPath);
xmax := GetMaxX+1... |
unit uIndications;
interface
uses
Windows, Classes, Messages, SysUtils, ORCtrls, fODBase;
const
INDICAT_LINE = '______________________________________________________________________';
FLD_INDICATIONS = 99;
TX_INDICATION_LIM = 'Indication must be between 3 and 40 characters.';
TX_NO_INDICATION = 'Indicatio... |
unit mandocking;
{$APPTYPE CONSOLE}
{$mode objfpc}{$H+}
interface
uses
Types,
Forms,
SysUtils,
Controls,
ExtCtrls,
ProjectIntf,
LazIDEIntf,
MenuIntf,
IDEMsgIntf,
SrcEditorIntf,
XMLConf;
procedure Register;
resourcestring
mnuDockMsgWindow = 'Dock "Messages" window';
implementation
type... |
unit UnitConstantes;
interface
uses System.SysUtils;
type
TConfigBancoDados = record
Caminho: string;
Usuario: string;
Senha: string;
end;
type
TConstants = class
class function BancoDados: string;
class function BancoDadosLicencas: TConfigBancoDados;
end;
implementation
{ TConstants }
... |
unit uappdata;
{$mode delphi}{$H+}
interface
uses
sysutils, rea_idesigncomponent, rea_iflux, trl_iprops, trl_udifactory;
type
{ TDummyGridDataProvider }
TDummyGridDataProvider = class(TInterfacedObject, IGridDataProvider)
private type
TData = array[0..2, 0..1] of String;
{ IBookmark }
IBookm... |
unit ArduinoABC;
{$reference ..\ResultDll\ArduinoLibrary.dll}
//Упрощение доступа к классу Arduino
type
Arduino = ArduinoLibrary.Arduino;
//Упрощение доступа к перечислимому типу PinMode
type
PinMode = ArduinoLibrary.Arduino.PinMode;
//Константы режимов работы без использования перечислимых типов
const
///Ана... |
unit untEtiquetaPrateleira;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants,
System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.Grids, Vcl.DBGrids, JvExDBGrids,
JvDBGrid, RzButton, Vcl.ExtCtrls, RzPanel, RzBckgnd, Data.DB,
Datasnap.DBClient, pFIBClientDa... |
unit MFDrain;
interface
{MFDrain defines the "Line Drain Unit[i]" and "Area Drain Unit[i]" layers
and associated parameters and Parameterlists.}
uses ANE_LayerUnit, SysUtils, MFGenParam;
type
TDrainElevationParam = class(TCustomUnitParameter)
class Function ANE_ParamName : string ; override;
function Uni... |
unit cbHrHelper;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, DB,
{ App: }
cbUtilis,
{ ODAC: }
MemDS, VirtualTable;
type
{ TCreateBufferId }
TCreateBufferId = ( biLoginInfo, biClientParam, biCH005, biSO021, biCD042,
biSO022, biSO023, biCH009, biCD071, biGroupList, biUserList, biUs... |
unit network;
interface
uses handles, services;
type
TLinkDevice = class
function Connected: boolean; virtual; abstract;
procedure SetLocalAddress(var Addr; AddrSize: PtrInt); virtual; abstract;
end;
TNetworkDeviceCallback = procedure(var Packet; PacketSize: PtrInt);
TNetworkDevice = class(TLinkDevice)
... |
unit MessageServiceUnit;
interface
uses
Generics.Collections,
ClassicMessageSubscriberUnit,
GenericSubscriberOfUnit;
type
ISubscriberOfIMessage = ISubscriberOf<IMessage>;
TListISubscriber = TList<ISubscriber>;
TMessageService = class
private
FSubscribers: TListISubscriber;
strict... |
unit uToolsAPIUtils;
interface
uses
ToolsAPI;
type
TNotificador = class(TInterfacedObject, IOTAThreadNotifier)
private
procedure AfterSave;
procedure BeforeSave;
procedure Destroyed;
procedure Modified;
procedure ThreadNotify(Reason: TOTANotifyReason);
procedure EvaluteComplete(const Ex... |
unit ComputerGroupEditUnit;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Buttons, ComCtrls,
ADODB, DB;
type
TfrmComputerGroupEdit = class(TForm)
GroupBox1: TGroupBox;
GroupBox2: TGroupBox;
Label1: TLabel;
Label2: TL... |
unit FieldHelperUnit;
interface
uses
DB, NullablesUnit;
type
TFloatFieldHelper = class helper for TFloatField
strict private
function GetAsNullableDouble: TNullableDouble;
procedure SetAsNullableDouble(const Value: TNullableDouble);
public
property AsNullableDouble: TNullableDouble r... |
{
Экспорт расписания исп-ния ресурсов (преп-ли, аудитории)
v0.0.1 (06/08/06)
}
unit ExportResTime;
// TODO: Выбор режима вывода расписаний: разделять на листы, все на один лист
interface
uses
SClasses;
procedure DoExportResTimeGrid(AYear: WORD; ASem,APSem: byte;
ATimeGrid: TTimeGrid; AFileName,AXLTFile... |
unit Frames.Scanning;
interface
uses
System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants,
FMX.Types, FMX.Graphics, FMX.Controls, FMX.Forms, FMX.Dialogs, FMX.StdCtrls,
FMX.Objects, FMX.Layouts, FMX.Controls.Presentation, FMX.Media
, FrameStand
, ZXing.ResultPoint
;
type
TScanningFra... |
unit mLog.Threads;
interface
uses
System.Classes, System.SysUtils, System.Generics.Collections;
type
ELogStringThreadQueue = class(Exception);
EQueueDepthOverFlow = class(ELogStringThreadQueue);
TLogStringThreadQueue = class(TThread)
private const
MAX_QUEUE_DEPTH = 64;
private
FQueue: TThreaded... |
unit ModBusDeviceInterface;
interface
uses
System.Classes,
ModBusDriver;
type
IModBusDevice = interface;
TModBusDeviceMessage = procedure (const Sender : IModBusDevice; const AStr : string) of object;
TCustomObjEvent = procedure (Sender : TObject; Event : TGUID; Params : Pointer) of object;
IModBusDevi... |
{***********UNITE*************************************************
Auteur ...... :
Créé le ...... : 22/02/2010
Modifié le ... : / /
Description .. : Source TOF de la FICHE : BTMODIFLISTE ()
Mots clefs ... : TOF;BTMODIFLISTE
*****************************************************************}
Unit BTMODIFLISTE_TOF ;
... |
unit EditDatLayerUnit;
interface
uses
SysUtils, Classes, Controls, Forms, Dialogs,
// We need to use the appropriate units. In this example, we have an import
// PIE so we need to use ImportPIE.pas. All PIE's use AnePIE.
AnePIE, ImportPIE ;
var
gEditDataPIEDesc : ANEPIEDesc; // PIE descr... |
unit DeDeELFClasses;
interface
uses Classes, SysUtils;
type
DWORD = LongWord;
Elf32_Addr = DWORD;
Elf32_Half = WORD;
Elf32_Off = DWORD;
Elf32_Sword = Integer;
Elf32_Word = DWORD;
const EI_NIDENT = 16;
type Elf32_Ehdr = record
e_ident : Array [0..EI_NIDENT-1] ... |
unit RealListUnit;
interface
uses Classes;
type
TRealList = class(TObject)
private
FList : TList;
procedure SetItem (Index: integer; const AReal : double);
function GetItem (Index: integer): double;
function GetCount : integer;
procedure SetCapacity(ACapacity : Integer);
fun... |
{***********UNITE*************************************************
Auteur ...... : Paie Pgi
Créé le ...... : 12/05/2004
Modifié le ... : / /
Description .. : Gestion de la RAZ des mouvements de congés payés
Mots clefs ... : PAIE;CP
*****************************************************************}
{
PT1 : 29/06/20... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.