text stringlengths 14 6.51M |
|---|
unit UGeContaCorrente;
interface
uses
UGrPadraoCadastro,
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ImgList, IBCustomDataSet, IBUpdateSQL, DB, Mask, DBCtrls,
StdCtrls, Buttons, ExtCtrls, Grids, DBGrids, ComCtrls, ToolWin, IBQuery, IBTable,
cxGraphics, cxLo... |
{
* CGEventSource.h
* CoreGraphics
*
* Copyright (c) 2004 Apple Computer, Inc. All rights reserved.
*
}
{ Pascal Translation: Peter N Lewis, <peter@stairways.com.au>, August 2005 }
{
Modified for use with Free Pascal
Version 210
Please report any bugs to <gpc@microbizz.nl>
}
{$mode macpas}
{$pack... |
unit TemplateUnit;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, StdCtrls, ActnList, XPStyleActnCtrls, ActnMan, Buttons,
JvExMask, JvToolEdit, JvMaskEdit,
JvCheckedMaskEdit, JvDatePickerEdit, JvExStdCtrls, JvCombobox,
JvEdit, Grids, JvgStringGr... |
PROGRAM SORT3;
Uses WinCrt;
CONST SIZE = 100;
TYPE
Table = Array[1..SIZE] of real;
VAR
A : Table;
MAX_VALUE : real;
i,N : integer;
{****************************************************
* Sorts an array RA of length N in ascending order *
* by the Heapsort ... |
unit UFormViewToolParams;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ExtCtrls, ComCtrls, TntStdCtrls, TntDialogs;
type
TFormViewToolParams = class(TForm)
GroupBox1: TGroupBox;
btnOk: TButton;
btnCancel: TButton;
edCommand: TTntEdit;
la... |
unit HistoryDialog;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls, StdCtrls, MarqueeCtrl, FramedButton,
VoyagerInterfaces, VoyagerServerInterfaces, InternationalizerComponent;
type
THistoryDlg = class(TForm)
CloseBtn: TFramedButton;
HintText: TMarqu... |
{
File: vBLAS.p
Contains: Header for the Basic Linear Algebra Subprograms, with Apple extensions.
Version: Technology: All
Release: Universal Interfaces 3.4.2
Copyright: © 2000-2002 by Apple Computer, Inc., all rights reserved.
Bugs?: For bug reports... |
unit m3StorageInterfaces;
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//
// Библиотека "m3"
// Автор: Люлин А.В.
// Модуль: "w:/common/components/rtl/Garant/m3/m3StorageInterfaces.pas"
// Начат: 30.01.2002 16:54
// Родные Delphi интерфейсы (.... |
unit uReceitas;
interface
uses System.Classes,
Vcl.Controls,
Vcl.ExtCtrls,
Vcl.Dialogs,
ZAbstractConnection,
ZConnection,
ZAbstractRODataset,
ZAbstractDataset,
ZDataset,
System.SysUtils;
type
TReceita = class
private
ConexaoDB:TZConnection;
FCodigo: Integer;
... |
unit KM_Game;
interface
uses
Classes, Generics.Collections, System.SysUtils,
KM_Hand, KM_Terrain, KM_CommonTypes, ExtAIMaster,
ExtAILog;
const
SLEEP_EVERY_TICK = 500;
type
// Simulation state
TSimulationState = (
ssCreated, // Initialization of TKMGame
ssInProgress, // Main loop of TKMGame thread
... |
unit ToolsUnit;
{$IFDEF FPC}
{$mode objfpc}{$H+}
{$ENDIF}
interface
uses
Classes, SysUtils, DB;
Const MaxDataSet = 35;
type
{ TDBConnector }
TDBConnectorClass = class of TDBConnector;
TDBConnector = class(TPersistent)
private
FChangedDatasets : array[0..MaxDataSet] of boolean;
FUs... |
unit AceMemoU;
{ ----------------------------------------------------------------
Ace Reporter
Copyright 1995-2004 SCT Associates, Inc.
Written by Kevin Maher, Steve Tyrakowski
---------------------------------------------------------------- }
interface
{$I ace.inc}
uses windows, SysUtils, Messages,... |
unit uError;
interface
uses SysUtils, Classes;
type
TError = class(TObject)
private
FLog: TStringList;
public
procedure Add(S: string); overload;
procedure Add(S, V: string); overload;
constructor Create;
destructor Destroy; override;
end;
var
Error: TError;
implem... |
unit FmResourceCountEditor;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.ExtCtrls, Vcl.StdCtrls, GsDocument;
type
TFmSetResourceCount = class(TForm)
edtCount: TLabeledEdit;
gbOptions: TGroupBox;... |
unit NewPreset;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, DataErrors;
type
TNewPresetForm = class(TForm)
ParamsGroupBox: TGroupBox;
CancelButton: TButton;
OKButton: TButton;
NameLabel: TLabel;
NameEdit: TEdit;
procedure ... |
unit DAO.VerbasExpressasDAO;
interface
uses FireDAC.Comp.Client, System.SysUtils, DAO.Conexao, Model.VerbasExpressas;
type
TVerbasExpressasDAO = class
private
FConexao: TConexao;
public
constructor Create;
function GetID(): Integer;
function Inserir(AVerbas: TVerbasExpressas): B... |
unit FindUnit.Main;
interface
uses
ToolsAPI, Dialogs, Classes, Menus, FindUnit.EnvironmentController, Graphics, Windows, FindUnit.CompilerInterceptor, FindUnit.Header;
{$R RFindUnitSplash.res}
type
TRFindUnitMain = class(TNotifierObject, IOTAKeyboardBinding)
private
FMenusCreated: Boolean;
... |
unit MFichas.Model.Usuario.Funcoes.Cadastrar;
interface
uses
System.SysUtils,
MFichas.Model.Usuario.Interfaces,
MFichas.Model.Entidade.USUARIO,
MFichas.Controller.Types;
type
TModelUsuarioFuncoesCadastrar = class(TInterfacedObject, iModelUsuarioFuncoesCadastrar)
private
[weak]
FParent : iModel... |
unit GX_HideNonVisualComps;
interface
uses
GX_Experts, ActnList, GX_ConfigurationInfo;
implementation
uses
GX_OtaUtils, Forms, SysUtils, Windows, GX_GenericUtils, Controls, Classes;
type
THideNonVisualComps = class(TGX_Expert)
protected
procedure UpdateAction(Action: TCustomAction); over... |
unit RotinasGerais;
interface
uses Forms, Windows, SysUtils;
// Declaração dos procedimentos
procedure InicioTabela;
procedure FimTabela;
procedure Mensagem(strTexto: string);
// Declaração das funções
function Excluir: integer;
function Confirma(strTexto: string): integer;
function MostraData(dtData:... |
unit WSObjectCacher;
interface
uses
Windows, Classes, SysUtils, CacheCommon, RDOInterfaces, CacheRegistryKeys,
CacheObjects, RDORootServer, Collection, SyncObjs;
// WEB Server's Cache RDO Server for Model Servers
type
TCacheQuery = class;
TWSObjectCacher = class;
TCacheThread = clas... |
unit PI.Network;
interface
uses
// RTL
System.SysUtils, System.Classes,
// Indy
IdBaseComponent, IdComponent, IdUDPBase, IdUDPServer, IdGlobal, IdSocketHandle,
// PushIt
PI.Types;
type
TNetwork = class(TDataModule)
UDPServer: TIdUDPServer;
procedure UDPServerUDPRead(AThread: TIdU... |
unit FileUploadControllerU;
interface
uses
MVCFramework,
MVCFramework.Commons,
MVCFramework.Logger;
type
[MVCPath('/file')]
TFileUploadController = class(TMVCController)
private const
UPLOAD_FOLDER = 'uploadedfiles';
public
[MVCPath]
[MVCHTTPMethod([httpPOST])]
proced... |
unit ServiceInfo;
interface
uses
Kernel, ServiceBlock;
type
TServiceInfo =
class
private
fKind : TMetaService;
fDemand : TFluidValue;
fOffer : TFluidValue;
fCapacity : TFluidValue;
fRatio : single;
fQuality : TPercent;... |
unit uMenuPrincipal;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.Menus, Vcl.ToolWin, Vcl.ComCtrls,
Vcl.Imaging.pngimage, Vcl.ExtCtrls, Vcl.ImgList, Vcl.StdCtrls, Vcl.Buttons,
uEstiloTelas, uConfig, uO... |
{
$Project$
$Workfile$
$Revision$
$DateUTC$
$Id$
This file is part of the Indy (Internet Direct) project, and is offered
under the dual-licensing agreement described on the Indy website.
(http://www.indyproject.org/)
Copyright:
(c) 1993-2005, Chad Z. Hower and the Indy Pit Crew. All r... |
unit d_UrgencyEditDlg;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, BottomBtnDlg, StdCtrls, Buttons, ExtCtrls,
DT_Types
;
type
TUrgencyEditDlg = class(TBottomBtnDlg)
Label1: TLabel;
cbxUrgency: TComboBox;
procedure FormCreate(Sender: TObjec... |
unit UFrmCliente;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, UFrmPadraoCadastro, Data.DB, Datasnap.DBClient, Vcl.ActnList,
Vcl.ImgList, Vcl.Grids, Vcl.DBGrids, Vcl.StdCtrls, Vcl.ComCtrls, Vcl.ToolWin, Vcl.... |
program bellkbil;
{==============================================================================
Kodlayan: Fatih KILIÇ
Telif Bilgisi: haklar.txt dosyasına bakınız
Program Adı: bellkbil.lpr
Program İşlevi: bellek kullanımı hakkında bilgi verir
Güncelleme Tarihi: 14/05/2013
===============================... |
unit solomonkey_hw;
interface
uses {$IFDEF WINDOWS}windows,{$ENDIF}
nz80,main_engine,controls_engine,ay_8910,gfx_engine,rom_engine,
pal_engine,sound_engine,timer_engine;
function iniciar_solomon:boolean;
implementation
const
solomon_rom:array[0..2] of tipo_roms=(
(n:'6.3f';l:$4000;p:0;crc:... |
unit untIncomingData;
interface
uses Sysutils, DateUtils, untUtils, Dialogs;
type
TCard=record
CardDivision:Word;
Seconds:byte;
CardNumber:Word;
CardNumberLo:byte;
CardNumberHi:byte;
ReaderNo:byte;
CarryFlag:Boolean;
LowVoltage:boolean;
GeneralAlarm:boolean;
EmergencyAlarm:b... |
// This code compiles sql that includes macros and includes.
unit uSqlGenerator;
interface
uses
uTextData,
uHssStringsCSV,
Classes,
SysUtils,
uTemplate,
SynHighlighterSQL,
Contnrs, uLogger;
const
// used as the identifier for an include fragment.
// if the fragment name is tst then $tst is typed int... |
unit pointer_gestures_unstable_v1_protocol;
{$mode objfpc} {$H+}
{$interfaces corba}
interface
uses
Classes, Sysutils, ctypes, wayland_util, wayland_client_core, wayland_protocol;
type
Pzwp_pointer_gestures_v1 = Pointer;
Pzwp_pointer_gesture_swipe_v1 = Pointer;
Pzwp_pointer_gesture_pinch_v1 = Pointer;
Pz... |
unit kwPopComboBoxSaveItems;
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//
// Библиотека "ScriptEngine"
// Модуль: "w:/common/components/rtl/Garant/ScriptEngine/kwPopComboBoxSaveItems.pas"
// Родные Delphi интерфейсы (.pas)
// Generated from... |
unit Finish;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, MMSystem, Math, ExtCtrls, Registry, LevelFunctions;
type
TFinishForm = class(TForm)
Label1: TLabel;
Label2: TLabel;
SaveBtn: TButton;
CancelBtn: TButton;
NameEdit: T... |
unit PrimUserProperty_Form;
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//
// Библиотека "View"
// Автор: Люлин А.В.
// Модуль: "w:/garant6x/implementation/Garant/GbaNemesis/View/Admin/Forms/PrimUserProperty_Form.pas"
// Начат: 27.01.2009 15:... |
{----------------------------------------------------------------------------
|
| Library: Envision
|
| Module: EnJpgGr
|
| Description: TDibGraphic descendant for JPG files. JPEG support is not
| built on top of Delphi's TJpegImage for a few reasons:
|
| 1. An attempt to support Delphi 2.0, b... |
unit LinuxFormManager;
interface
implementation
{$IFDEF LINUX}
uses
QGraphics, QForms, QControls;
type
TmuLinuxFormManager = class(TObject)
AdjustedFontSize: boolean;
procedure ActiveFormChange(Sender: TObject);
procedure AdjustFontSize;
constructor Create;
end;
var
muLin... |
UNIT FADE;
INTERFACE
uses crt;
type tpalette=array[0..255,1..3] of byte; { 256 Red/Green/Blue }
var oldpalette:tpalette;
procedure Fadeup;
procedure Fadedown;
IMPLEMENTATION
{*******************************************************}
Procedure GETPAL(var pal:tpalette);
{ Load Pal Structure with the ... |
program pack;
uses
glr_utils,
glr_filesystem,
glr_os_win;
procedure WriteInfo(info: AnsiString);
begin
WriteLn(info);
Log.Write(lInformation, info);
end;
procedure WriteError(error: AnsiString);
begin
WriteLn(error);
Log.Write(lCritical, error);
Halt(1);
end;
... |
Program Aufgabe6;
{$codepage utf8}
Var X: Boolean = true;
Y: Boolean = false;
Z: Boolean = false;
P, Q, R: Boolean;
Begin
WriteLn('X = ', X, ', Y = ', Y, ', Z = ', Z);
WriteLn();
P := X and Y and (not X or not Y);
WriteLn('P = X and Y and (not X or not Y); P = ', P);
Q := (X or Y) ... |
unit UserAcReg;
{
@author Dumitru Uzun (DUzun.Me)
@version 1.1.0
}
interface
uses Windows, SysUtils, Classes;
function GetLastInputTick: DWord; // TickCount at the moment of last input
function GetUnixTime: Int64;
function MSec2StrTime(msec: ULong): string;
type TUserActivityCounter = class(TObject)
priv... |
unit linux_dmabuf_unstable_v1_protocol;
{$mode objfpc} {$H+}
{$interfaces corba}
interface
uses
Classes, Sysutils, ctypes, wayland_util, wayland_client_core, wayland_protocol;
type
Pzwp_linux_dmabuf_v1 = Pointer;
Pzwp_linux_buffer_params_v1 = Pointer;
Pzwp_linux_dmabuf_v1_listener = ^Tzwp_linux_dmabuf_v1_l... |
unit main;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.SvcMgr, Vcl.Dialogs, Registry, SyncObjs;
type
TService1 = class(TService)
procedure ServiceAfterInstall(Sender: TService);
procedure ServiceStart(Sender: TService; var Started: Bo... |
unit cCadUsuario;
interface
uses System.Classes, Vcl.Controls,
Vcl.ExtCtrls, Vcl.Dialogs, FireDAC.Comp.Client, System.SysUtils;
// LISTA DE UNITS
type
TUsuario = class
private
// VARIAVEIS PRIVADA SOMENTE DENTRO DA CLASSE
ConexaoDB: TFDConnection;
F_codigo: Integer;
F_usuario: string;
F_se... |
{********************************************************************}
{ TPARAMETERLISTBOX component }
{ for Delphi & C++Builder }
{ }
{ TMS Software ... |
unit invalid_param_error;
interface
uses
System.Json,
error;
type
TInvalidParamError = class(TInterfacedObject, IError)
private
FBody: TJSONObject;
function Body: TJSONObject;
constructor Create(Const AParamName: String);
public
class function New(Const AParamName: String): IError;
en... |
unit BaseTreeSupportUnit; {$Z4}
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//
// Библиотека "GblAdapterLib"
// Модуль: "w:/garant6x/implementation/Garant/GblAdapterLib/BaseTreeSupportUnit.pas"
// Delphi интерфейсы для адаптера (.pas)
// Gene... |
unit ATxLnk;
interface
function FLinkInfo(const fn: WideString): WideString;
function FCreateLink(const PathObj, PathLink, Desc, Param: WideString): boolean;
implementation
uses
Windows,
ShlObj, ComObj, ActiveX;
function FLinkInfo(const fn: WideString): WideString;
var
ShellLink: IShellLinkW;
PersistFile: I... |
(**
This module contains a class to handle all the applications settings (including loading
and saving them to an INI file) and make them available to the whole application.
@Version 1.0
@Author David Hoyle
@Date 07 Apr 2016
**)
Unit ApplicationsOptions;
Interface
Uses
Classes;
Type
(** A class ... |
unit uMT2Classes;
interface
uses Classes, Generics.Collections;
type TLogPage = Class(TObject)
LogID : integer;
PageID : integer;
Category : String;
ShippingMethod : String;
Department : String;
KeyedBy : String;
InvoiceList : TStringList;
TrackingList : TStr... |
unit SimTst1Blks;
interface
uses
Kernel;
type
TA =
class( TBlock )
public
fX : TInputData;
fY : TOutputData;
protected
function Evaluate : TEvaluationResult; override;
public
class procedure RegisterMetaBlock;
end;
var
A1,... |
unit TestFftw3_32;
interface
uses
{$IFNDEF FPC}
TestFramework,
{$ELSE}
FPCUnit, TestUtils, TestRegistry,
{$ENDIF}
Fftw3_Common, Classes, SysUtils, Fftw3_32;
const
CFFTSize = 8192;
type
TestTFftw32Dft = class(TTestCase)
strict private
FFftw32Dft: TFftw32Dft;
FInput, FOutput: PFftw32Complex;
pub... |
unit PersistentStringGrid;
interface
uses grids,classes(*,controls*);
type
TPersistentStringGrid=class(TStringGrid)
private
FDelimiter: char;
procedure WriteData(writer: TWriter);
procedure ReadData(reader: TReader);
procedure SetText(value: string);
function GetText: string;
protected
p... |
{ *********************************************************************************** }
{ * CryptoLib Library * }
{ * Copyright (c) 2018 - 20XX Ugochukwu Mmaduekwe * }
{ * Github Repository <https://github.co... |
unit UFormViewToolList;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ComCtrls, ImgList, ATxUserTools, TntDialogs;
type
TFormViewToolList = class(TForm)
btnOK: TButton;
btnCancel: TButton;
GroupBox1: TGroupBox;
List1: TListView;
btnAdd: T... |
unit DataBaseUtil;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes,Data.DB, Datasnap.DBClient, SimpleDS,
Data.SqlExpr, Data.DBXMySQL, Data.DBXOracle, Data.Win.ADODB, Vcl.StdCtrls,WikibaseConst,Vcl.Dialogs,ErrorCode;
const DBConnectionStr='Driver={MySQL ODBC 8.0 U... |
unit untSerialPortHelper;
interface
uses
CPort, untUtils, Classes;
type
TSerialPortErrors = (speNoError = 0);
type
TDataReceived = procedure(Buffer: ByteArray) of object;
type
TSerialPortHelper = class
private
ComPort: TComPort;
strComPort: string;
brBaundRate: TBaudRate;
EvtDataReceived:... |
unit SetupTypes;
{
Inno Setup
Copyright (C) 1997-2012 Jordan Russell
Portions by Martijn Laan
For conditions of distribution and use, see LICENSE.TXT.
Types and functions used by both ISCmplr-only and Setup-only units
}
interface
uses
SysUtils, Classes, Struct;
type
TSetupStep = (ssPreInstall, ssInst... |
unit TestFramework.DataValidators.TestTDateTimeDataValidator;
interface
uses
TestFramework, System.SysUtils, System.Variants,
Interfaces.IDataValidator,
DataValidators.TDateTimeDataValidator;
type
TestTDateTimeDataValidator = class(TTestCase)
strict private
FDateTimeDataValidator: IDataVali... |
unit ZCompressForm;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ComCtrls;
type
TForm1 = class(TForm)
btnCompress: TButton;
btnDecompress: TButton;
Memo1: TMemo;
edOrigin: TEdit;
Label1: TLabel;
Label2: TLabel;
edCompre... |
unit Threads;
interface
uses
Windows, SysUtils, AxlDebug;
type
TThreadMethod = procedure (const params : array of const) of object;
TOnException = procedure (e : Exception) of object;
type
TJoinMethod = procedure (const params : array of const) of object;
TPostMethod = procedure of object;
type
TThre... |
unit SearchThread;
interface
{$WARN UNIT_PLATFORM OFF}
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
{$WARN UNIT_PLATFORM ON}
const
WM_FILESEARCH_MSG = WM_USER + 1;
type
TFileSearchThread = class(TThread)
private
FPath : String;
FExtensions : St... |
unit MainFrm;
// Demo of ensuring that timers (and hopefully other code) will work when the app is in the background,
// and (hopefully) also when the device is in "Doze" mode (yet to be tested for this)
//
// ***** THIS IS A WORK IN PROGRESS *****
interface
uses
System.SysUtils, System.Types, System.U... |
unit Headquarters;
interface
uses
Protocol, Kernel, ResearchCenter;
type
TMetaHeadquarterBlock =
class( TMetaResearchCenter )
public
constructor Create( anId : string;
aCapacities : array of TFluidValue;
... |
program ejercicio7;
type
str40 = String[40];
centroInvestigacion = record
nomCentroInv : str40;
nomUniversidad : str40;
cantInvestigadores : Integer;
cantBecarios : Integer;
end;
procedure leerCentro(c:centroInvestigacion);
begin
with c do
begin
write('Ingrese Nombre del CETNRO: ');
readln(nomCentr... |
unit TwoEmptyParaForOneReplacerTest;
{* Тест замены двух пустых абзацев на один }
// Модуль: "w:\common\components\gui\Garant\Daily\TwoEmptyParaForOneReplacerTest.pas"
// Стереотип: "TestCase"
// Элемент модели: "TTwoEmptyParaForOneReplacerTest" MUID: (4C31CC59002B)
{$Include w:\common\components\gui\sdotDefine.inc}... |
unit evScrollBar;
{ Библиотека "Эверест" }
{ Автор: Люлин А.В. © }
{ Модуль: evScrollBar - }
{ Начат: 15.03.2000 15:59 }
{ $Id: evScrollBar.pas,v 1.7 2011/05/19 12:17:32 lulin Exp $ }
// $Log: evScrollBar.pas,v $
// Revision 1.7 2011/05/19 12:17:32 lulin
// {RequestLink:266409354}.
//
// Revision 1.6 2002... |
unit MFichas.Model.Venda.Metodos.Interfaces;
interface
uses
MFichas.Model.Venda.Interfaces;
type
iModelVendaMetodosFactory = interface
['{7DE3B610-AFF6-4DEF-B26D-96C06BDC6D77}']
function Abrir(AParent: iModelVenda) : iModelVendaMetodosAbrir;
function Pagar(AParent: iModelVenda) : iModelVendaMet... |
// Upgraded to Delphi 2009: Sebastian Zierer
// FIXME: TStAnsiTextStream
(* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may o... |
unit fmuState;
interface
uses
// VCL
Windows, Forms, ComCtrls, StdCtrls, Controls, Classes, SysUtils, Messages,
Buttons,
// This
untPages, untUtil, untDriver, TestManager;
type
TfmState = class(TPage)
Memo: TMemo;
btnShortECRState: TButton;
btnECRState: TButton;
procedure btnECRStateClick... |
{
Clever Internet Suite
Copyright (C) 2014 Clever Components
All Rights Reserved
www.CleverComponents.com
}
unit clCryptHash;
interface
{$I clVer.inc}
uses
{$IFNDEF DELPHIXE2}
Classes, SysUtils, Windows,
{$ELSE}
System.Classes, System.SysUtils, Winapi.Windows,
{$ENDIF}
clUtils, clCryptAPI, clWUtils, c... |
unit Unit1; {$R *.dfm}
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, DB, DBTables, Grids, DBGrids, TntDBGrids, StdCtrls, TntStdCtrls,
ADODB, TntClasses;
type
TFilterFunction = function (search_item: TSearchRec) : Boolean of object;
TForm1 = class(... |
{ Subroutine SST_R_SYO_JTARGETS_DONE (TARG)
*
* Close use of the jump targets TARG. This will cause any implicitly created
* symbols for the "fall thru" case to be tagged with the current position.
}
module sst_r_syo_jtargets_done;
define sst_r_syo_jtargets_done;
%include 'sst_r_syo.ins.pas';
procedure sst_r_sy... |
unit evdParaStylePainter;
// Модуль: "w:\common\components\rtl\Garant\EVD\evdParaStylePainter.pas"
// Стереотип: "SimpleClass"
// Элемент модели: "TevdParaStylePainter" MUID: (535E29A5027B)
{$Include w:\common\components\rtl\Garant\EVD\evdDefine.inc}
interface
uses
l3IntfUses
, evdLeafParaFilter
, k2TagGen
, l3... |
unit msmEvents;
// Модуль: "w:\common\components\gui\Garant\msm\msmEvents.pas"
// Стереотип: "Interfaces"
// Элемент модели: "msmEvents" MUID: (57B5730D0123)
{$Include w:\common\components\msm.inc}
interface
uses
l3IntfUses
;
type
TmsmSignal = {abstract} class
end;//TmsmSignal
TmsmEvent = {abstract} class(Tms... |
{***************************************************************************}
{ }
{ ICollections - Copyright (C) 2013 - Víctor de Souza Faria }
{ }
{ victo... |
unit U_Funcoes;
interface
uses U_DMDados, Data.DB, Data.SqlExpr;
function GetId(Campo, Tabela : String) : Integer;
function GetCPFCadastrado(Cpf : string) : Boolean;
implementation
//Função para capturar o ultimo id
function GetId(Campo, Tabela : String) : Integer;
begin
with TSQLQuery.Create(nil) do
t... |
unit fmuTestMultiReceipt;
interface
uses
// VCL
StdCtrls, Controls, Classes, SysUtils, ExtCtrls, Buttons, Graphics, Forms,
// This
untPages, CompName, untUtil, untDriver, Spin;
type
{ TfmTestMultiReceipt }
TfmTestMultiReceipt = class(TPage)
btnStart: TButton;
cbReceiptType: TComboBox;
lblRec... |
unit gInput;
//=============================================================================
// gInput.pas
//=============================================================================
//
// Responsible for handling user input, selecting objects, etc.
//
//=============================================================... |
unit evDocumentPreview;
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//
// Библиотека "Everest"
// Модуль: "w:/common/components/gui/Garant/Everest/evDocumentPreview.pas"
// Родные Delphi интерфейсы (.pas)
// Generated from UML model, root ele... |
unit uROWebsocketChannel;
interface
uses
Classes, SysUtils,
uROClient, uROClientIntf,
//copied from: http://code.google.com/p/bauglir-websocket/downloads/detail?name=BauglirWebSocket2_pascal_library.2.0.4.zip
WebSocket2;
const
C_CUSTOMDATA: AnsiString = '<CUSTOM_DATA>';
type
TCustomDataEve... |
unit Pessoa;
interface
uses RTTIUtils;
type
TPessoa = class
private
FIdade: Integer;
FNome: String;
FEndereco: String;
procedure SetIdade(const Value: Integer);
procedure SetNome(const Value: String);
procedure SetEndereco(const Value: String);
public
[NotNul... |
{$MODE OBJFPC}
unit block;
interface
uses
gl,
entity,texture,renderer;
type
TOnMouseLeftFunc =procedure(Sender:TEntity);
TOnMouseRightFunc =procedure(Sender:TEntity);
TOnSelectFunc =procedure(Sender:TEntity);
TOnCreateFunc =procedure(Sender:TEntity);
TOnDestroyFunc =procedure(Sender:TEntity);
type
TBlock... |
unit UOperationsHashTree;
interface
uses
Classes, UThread, URawBytes, UPCOperation, UAccountPreviousBlockInfo;
type
{ TOperationsHashTree }
TOperationsHashTree = Class
private
FListOrderedByAccountsData : TList;
FListOrderedBySha256 : TList; // Improvement TOperationsHashTree speed 2.1.6
FHashTre... |
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
a... |
unit tcAddedToolBarsList;
interface
uses
l3Interfaces,
tcInterfaces,
tcItemList
;
type
TtcAddedToolBarsList = class(TtcItemList,
ItcAddedToolBarsList)
protected
// ItcAddedToolBarsList
function pm_GetToolBar(Index: Integer): ItcAddedToolBar;
function ItcAddedToolBarsList.Add... |
//
// Created by the DataSnap proxy generator.
// 18/04/2017 15:58:01
//
unit ClientClassesUnit1;
interface
uses System.JSON, Datasnap.DSProxyRest, Datasnap.DSClientRest, Data.DBXCommon, Data.DBXClient, Data.DBXDataSnap, Data.DBXJSON, Datasnap.DSProxy, System.Classes, System.SysUtils, Data.DB, Data.SqlExpr, Data.DBX... |
{$include lem_directives.inc}
unit GameBaseScreen;
interface
uses
Windows, Classes, Controls, Graphics, MMSystem, Forms,
GR32, GR32_Image, GR32_Layers,
UMisc,
FBaseDosForm,
GameControl,
LemDosStructures,
LemDosMainDat;
const
DEF_STRETCHED = TRUE;
const
PURPLEFONTCOUNT = ord('~') ... |
{******************************************************************************}
{ }
{ Delphi FB4D Library }
{ Copyright (c) 2018-2022 Christoph Schneider ... |
unit Unit_Fornecedor;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.ExtCtrls, Vcl.StdCtrls, Vcl.Mask,
Vcl.Buttons, Vcl.Grids, Vcl.ComCtrls, Unit_Persistencia, Unit_Utils, Vcl.Menus, StrUtils;
type
Tfrm... |
unit UPCOperationsComp;
interface
uses
Classes, UPCSafeBoxTransaction, UOperationBlock, UOperationsHashTree, URawBytes, UThread, UAccountPreviousBlockInfo, UPCOperation, UAccountKey, UOperationResume, UPCOperationClass;
type
{ TPCOperationsComp }
TPCOperationsComp = Class
private
FSafeBoxTransaction : TP... |
unit Main;
// -----------------------------------------------------------------------------
// Project: Drag and Drop Component Suite
// Authors: Angus Johnson, ajohnson@rpi.net.au
// Anders Melander, anders@melander.dk
// http://www.melander.dk
// Co... |
unit bintree;
interface
type
PBinCell=^TBinCell;
TBinCell=record
value:pointer;
count,leftheight,rightheight:integer;
left,right:PBinCell;
end;
TBinTree=class
private
fHead:PBinCell;
ftreeheight:integer;
function createcell(value:pointer):PBinCell;
function... |
{
Clever Internet Suite
Copyright (C) 2013 Clever Components
All Rights Reserved
www.CleverComponents.com
}
unit clMultiDownLoader;
interface
{$I clVer.inc}
uses
{$IFNDEF DELPHIXE2}
Classes, SyncObjs,
{$ELSE}
System.Classes, System.SyncObjs,
{$ENDIF}
clWinInet, clDC, clResourceState, clDCUtils, clMult... |
unit ADLSFileManager.Interfaces;
interface
uses
System.Classes, System.Generics.Collections;
type
IADLSFileManagerView = interface
['{AA452B82-AD29-463F-B93F-D1D51F517AC6}']
// Input
function GetFMBaseURL: string;
function GetFMDirectory: string;
function GetFMFilePath: string;
// Output
... |
unit mnSynHighlighterApache;
{$mode objfpc}{$H+}
{**
* MiniLib project
*
* This file is part of the "Mini Library"
*
* @url http://www.sourceforge.net/projects/minilib
* @license modifiedLGPL (modified of http://www.gnu.org/licenses/lgpl.html)
* See the file COPYING.MLGPL, included ... |
unit Unit1;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs,
Behavior3.Project, Behavior3.NodeTypes, Behavior3.Core.Blackboard, Vcl.ExtCtrls, Vcl.StdCtrls;
type
TForm1 = class(TForm)
Shape1: TShape;
T... |
unit UEasyHook;
interface
{ *
经测试 c++中参数指针可以用var进行转换
其中TRACED_HOOK_HANDLE = ^_HOOK_TRACE_INFO_;可以用 GetMemory(SizeOf(HOOk_TRACE_INFO))分配内存
* }
uses
Winapi.Windows;
const
// MAX_HOOK_COUNT = 128;
MAX_ACE_COUNT = 128;
// MAX_THREAD_COUNT = 128;
// MAX_PASSTHRU_SIZE = 1024 * 64;
STA... |
unit AnimatedPanel;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, ExtCtrls;
type
TAnimatedPanelStyle = (apsTopBottom, apsLeftRight);
{ TAnimatedPanel }
TAnimatedPanel = class(TPanel)
private
FShow: boolean;
FStyle: TAnimatedPanelStyle;
FUseAutoSize: boolean;
FWidth, FHeight: int... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.