text stringlengths 14 6.51M |
|---|
unit UtelaCadastro;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants,
System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, UTela, Vcl.ComCtrls, Vcl.StdCtrls,
Vcl.Mask, Vcl.Buttons, Vcl.ExtCtrls, Vcl.Grids, Vcl.DBGrids, Rtti;
type
TStatusTela = (stNavegandoGrid... |
program opsi_doc_generator;
{$mode objfpc}{$H+}
uses {$IFDEF UNIX} {$IFDEF UseCThreads}
cthreads, {$ENDIF} {$ENDIF}
fileinfo,
winpeimagereader, // {need this for reading exe info}
elfreader, // {needed for reading ELF executables}
Classes,
SysUtils,
CustApp,
oslog,
odg_main;
type
{ opsidocgenera... |
//
// Generated by JavaToPas v1.4 20140526 - 132729
////////////////////////////////////////////////////////////////////////////////
unit java.nio.charset.Charset;
interface
uses
AndroidAPI.JNIBridge,
Androidapi.JNI.JavaTypes;
type
JCharset = interface;
JCharsetClass = interface(JObjectClass)
['{EF6C78F... |
//
// Generated by JavaToPas v1.5 20180804 - 083109
////////////////////////////////////////////////////////////////////////////////
unit android.content.pm.ShortcutInfo;
interface
uses
AndroidAPI.JNIBridge,
Androidapi.JNI.JavaTypes,
Androidapi.JNI.os,
android.content.ComponentName,
android.content.ClipData... |
{
Conversion from Linux Kernel input.h
1.0 - 2019.04.24 - Nicola Perotto <nicola@nicolaperotto.it>
}
{
https://github.com/torvalds/linux/blob/master/include/uapi/linux/input.h
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/*
* Copyright (c) 1999-2002 Vojtech Pavlik
*
* This program is fre... |
unit Objekt.Global;
interface
uses
SysUtils, Classes, variants,
Allgemein.SysFolderlocation, Allgemein.Types, Allgemein.RegIni, shellapi,
Winapi.Windows, Vcl.dialogs;
type
TGlobal = class(TComponent)
private
fUserPfad: string;
function getUserPfad: string;
function getIniFilename: string;
pro... |
unit TpDbProperties;
interface
uses
SysUtils, Classes, Controls, TypInfo,
dcedit, dcfdes, dcsystem, dcdsgnstuff,
Db;
type
TTpListingProperty = class(TStringProperty)
protected
procedure GetValueList(List: TStrings); virtual; abstract;
public
procedure GetValues(Proc: TGetStrProc); override;
... |
unit main;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls,
GLScene, GLVectorFileObjects, GLMaterial, GLObjects, GLWin32Viewer,
MD3Helper, GLCadencer, GLGraph, GLVectorGeometry, GLCollision, GLTexture,
GLCelShader, GLHiddenLineShader,... |
//
// Generated by JavaToPas v1.5 20180804 - 083220
////////////////////////////////////////////////////////////////////////////////
unit android.telephony.mbms.MbmsErrors;
interface
uses
AndroidAPI.JNIBridge,
Androidapi.JNI.JavaTypes;
type
JMbmsErrors = interface;
JMbmsErrorsClass = interface(JObjectClass)... |
// ************************************************************************
// ***************************** CEF4Delphi *******************************
// ************************************************************************
//
// CEF4Delphi is based on DCEF3 which uses CEF3 to embed a chromium-based
// browser in D... |
unit uOrgChangeDetails;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, DB, MemDS, DBAccess, Ora, uOilQuery, ActnList, Grids, DBGridEh,
VirtualTable, DBTables, MemTable, uCommonForm, Menus, StdCtrls, Buttons,
ExtCtrls, uHelpButton;
type
TSelectionType = (s... |
unit Balls;
interface
uses
SysUtils, WinTypes, WinProcs, Messages, Classes, Graphics, Controls,
Forms, Dialogs, ExtCtrls;
type
{ Gruppe für Bälle, enthält gemeinsam genutzte Systemressourcen für alle
darin enthaltenen TBall-Objekte }
TBall = class;
TBallStatus = (bsNormal, bsStopped);
TBallGroup = class... |
unit uLockBox_CipherTestCases;
interface
uses TestFramework, uTPLb_Hash, uTPLb_CryptographicLibrary, Classes,
uTPLb_Codec, uTPLb_StreamCipher, uLockBox_TestCases, uTPLb_Random;
type
TBlockSizeCase = (
scZero, // size = 0
scSmall, // size ~= 0.3 blocks
scUnit, // size = 1 block
... |
unit CodeEdit;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, ComCtrls, ToolWin,
LMDCustomScrollBox, LMDScrollBox, LMDSplt,
LMDCustomControl, LMDCustomPanel, LMDCustomBevelPanel,
EasyStrings, EasyEditor, EasyEditSource, EasyClasses, EasyPars... |
unit uSubCadastros;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, Vcl.ComCtrls, Data.DB,
Vcl.Grids, Vcl.DBGrids, uDM;
type
TfrmSubCadastros = class(TForm)
GroupBox8: TGroupBox;
btNovo... |
// ************************************************************************
// ***************************** CEF4Delphi *******************************
// ************************************************************************
//
// CEF4Delphi is based on DCEF3 which uses CEF3 to embed a chromium-based
// browser in D... |
unit uProtocolMessage;
interface
uses
Classes, Windows, SysUtils, DynamicArrays, uCommonUnitObj;
type
TProtocolMessage = class
private
// FOwner: TObject;
FPacketSize: cardinal;
FCommand: string;
FCryptedText: string;
FPlainText: string;
FDefaultKey: string;
function CheckBufAvail(buffer: P... |
{$I CetusOptions.inc}
unit ctsTypesDef;
interface
uses
SysUtils;
type
TctsNotifyAction = (naAdded, naDeleting, naForEach);
TctsNameString = string[31];
EctsError = class(Exception);
EctsListError = class(EctsError);
EctsStackError = class(EctsError);
EctsQueueError = class(EctsError);
EctsTreeError ... |
{-----------------------------------------------------------------------------
Unit Name: frmAbout
Author: HochwimmerA
Purpose: About Form.
$Id: frmAbout.pas,v 1.7 2003/08/12 00:01:01 hochwimmera Exp $
-----------------------------------------------------------------------------}
unit frmAbout;
interf... |
//
// Generated by JavaToPas v1.5 20150831 - 132345
////////////////////////////////////////////////////////////////////////////////
unit android.print.PrintJobInfo;
interface
uses
AndroidAPI.JNIBridge,
Androidapi.JNI.JavaTypes,
Androidapi.JNI.os,
android.print.PrintJobId,
android.print.PrinterId,
android... |
unit frmShowScript;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Buttons, ExtCtrls;
type
TfShowScript = class(TForm)
Panel1: TPanel;
bbtnSave: TBitBtn;
bbtnClose: TBitBtn;
Memo1: TMemo;
lstScripts: TListBox;
... |
unit Fake.FDConnection;
interface
uses
System.SysUtils;
type
TFDCommandExceptionKind = (ekOther, ekNoDataFound, ekTooManyRows,
ekRecordLocked, ekUKViolated, ekFKViolated, ekObjNotExists,
ekUserPwdInvalid, ekUserPwdExpired, ekUserPwdWillExpire, ekCmdAborted,
ekServerGone, ekServerOutput, ekArrExecMalf... |
//*****************************************************************************
//Печать ведомостей или платежной ведомости
//Параметры:
//AId - идентификатор ведомости или реестра
//ATypeForm - идентификатор типа: 1 - ведомость, 2 - ведомости реестра, 3 - платежная ведомомсть
//****************************************... |
unit LoginScreen.View.Styles.Colors;
interface
uses
Vcl.ExtCtrls;
type
TStyles = class
public
H1, H2, H3, H4 : integer;
MOVE_BUTTON_COLOR, PANELCOLOR: integer;
procedure PANEL_COLOR(Value: Integer; Panel: TPanel);
procedure SHAPE_COLOR(Value: Integer; Shape: TShape);
constructor Creat... |
{
@abstract Implements classes that are used when performing runtime language switch.
}
unit NtBaseTranslator;
{$I NtVer.inc}
interface
uses
SysUtils, Classes, TypInfo, NtBase;
const
{ All string types. }
STRING_TYPES = [ //FI:O803
tkString,
tkLString,
tkWString
{$IFDEF UNICODE}
, tkUString... |
procedure Clear;
var
t: TRttiType;
prop: TRttiProperty;
begin
t := TRttiContext.Create.GetType(Self.ClassType);
for prop in t.GetProperties do
begin
if not prop.IsWritable then Continue;
case prop.PropertyType.TypeKind of
tkInteger, tkInt64, tkFloat: prop.SetValue(Self, 0);
tkString, tkUSt... |
unit KeyCodeToKeyName;
interface
uses
W3System;
function CodeToKeyName(KeyCode : integer) : string;
implementation
//Used to get key name from a key code, meaning it will show you your controls
//with proper key names, not just the numbered key codes
function CodeToKeyName(KeyCode : integer) : string;
begin
ca... |
unit define_types;
{$IFDEF Darwin}
{$modeswitch objectivec1}
{$ENDIF}
interface
{$ifndef isTerminalApp}
uses graphics;
{$endif}
const
{$include vers.inc} //kVers = 'v1.0.20210825';
NaN : double = 1/0;
kTab = chr(9);
kCR = chr (13);
kDel = #127 ; // Delete
kBS = #8 ; // Backspace
kUNIXeoln = chr(10);
... |
{------------------------------------------------------------------------------}
{ }
{ ImageAscii - Image to Ascii conversion }
{ Copyright(C) 2003 Kambiz R. Khojasteh, all rights reserved. ... |
unit gr_Stud_DM;
interface
uses
SysUtils, Classes, DB, FIBDataSet, pFIBDataSet, FIBDatabase, pFIBDatabase,
IBase, RxMemDS, FIBQuery, pFIBQuery, pFIBStoredProc, frxClass, frxDBSet,
Forms, gr_uCommonConsts, gr_uCommonProc, gr_uMessage, Dialogs, frxDesgn,
frxExportXLS, frxExportRTF,gr_uCommonTypes,Dates,Variants... |
unit uTefDial;
interface
uses
Windows, SysUtils, Classes, Dialogs, IniFiles, Forms, uTEFTypes;
const
REQUEST_FILE : array[0..1] of String = ('C:\TEF_DIAL\REQ\IntPos.001', 'C:\HiperTEF\REQ\IntPos.001');
TEMP_FILE : array[0..1] of String = ('C:\TEF_DIAL\REQ\IntPos.tmp', 'C:\HiperTEF\REQ\IntPos.tmp');
... |
unit Dmitry.Controls.WatermarkedEdit;
interface
uses
System.SysUtils,
System.Classes,
Winapi.Windows,
Winapi.Messages,
Vcl.Controls,
Vcl.StdCtrls,
Vcl.Graphics,
Vcl.Themes;
type
TWatermarkedEdit = class(TEdit)
private
{ Private declarations }
FWatermarkText: string;
... |
unit UContasReceberController;
interface
uses
Classes, SQLExpr, SysUtils, Generics.Collections, DBXJSON, DBXCommon,
ConexaoBD,
UUnidadeVO, UController, DBClient, DB, UContasReceberVO, UPessoasController, UCondominioController,
UPlanoCOntasController, UCondominioVO, UPlanoContasVO, UHistoricoVO, ULancamentoCo... |
unit spimulti;
{$mode objfpc}
interface
uses
Classes, Forms, SysUtils;
function UsbAspMulti_EnableEDI(): integer;
function UsbAspMulti_WriteReg(RegAddr: Word; RegData: byte): integer;
function UsbAspMulti_ReadReg(RegAddr: Word; var RegData: byte): integer;
function UsbAspMulti_Read(Addr: longword; var Data: byt... |
//
// Generated by JavaToPas v1.5 20171018 - 171149
////////////////////////////////////////////////////////////////////////////////
unit java.io.OutputStreamWriter;
interface
uses
AndroidAPI.JNIBridge,
Androidapi.JNI.JavaTypes,
java.nio.charset.Charset;
type
JOutputStreamWriter = interface;
JOutputStream... |
unit AStarGlobals;
interface
uses
Windows,
Classes,{TStringList}
FileCtrl, Sysutils{Filestuff},
GLUtils,//Strtofloatdef
Dialogs{MessageDlg},
Shellapi,{ShellExecute}
Forms,{App}
Graphics{Graphics};
//const //x:type=value is like an initialized variable
const // path-related cons... |
unit ExtendedReport;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ImgList, StdCtrls, ComCtrls, ToolWin,
cxStyles, cxCustomData,
cxGraphics, cxFilter, cxData, cxDataStorage, cxEdit, DB, cxDBData,
cxGridLevel, cxClasses, cxControls, cxGridCustomView,
cx... |
unit UDPrintOptions;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls, UCrpe32;
type
TCrpePrintOptionsDlg = class(TForm)
pnlPrintOptions: TPanel;
lblCopies: TLabel;
lblOutputFileName: TLabel;
rgPages: TRadioGroup;
editStopPage1: TEd... |
(*
Category: SWAG Title: 16/32 BIT CRC ROUTINES
Original name: 0003.PAS
Description: 16 BIT CRC
Author: GREG VIGNEAULT
Date: 05-28-93 13:35
*)
{
The following is a Turbo/Quick Pascal Implementation of calculating
the XModem Type of 16-bit cyclic redundancy checking (CRC).
Is there a preference For the l... |
unit txNodes;
interface
uses txDefs, txCache;
type
TLocationNodeDisplayItem=(ghLink,ghIcon,ghTypeName,ghName,ghTitle,ghListItemSelect,ghFrameListClass);
TLocationNodeDisplayItems=set of TLocationNodeDisplayItem;
TLocationNode=class(TItemCacheNode)
private
it:TtxItemType;
pid,id,icon:integer;
type... |
// vim: set syntax=delphi:
const // path from lumbridge spawn to wizard tower, goes past lumby church, the coffin, and father urhney on the way
MAIN_PATH_RAW = [[864, 503], [900, 503], [914, 526], [910, 556], [914, 570], [936, 575], [946, 595], [943, 622], [934, 652], [923, 681], [914, 705], [903, 732], [8... |
unit EdictWriter;
{
Функции, связанные с записью в формат EDICT.
Все варианты формата более-менее похожи, и происходят из JMDict,
поэтому данные передаются им в одинаковой форме,
однако младшие форматы их немного упрощают.
}
//{$DEFINE ICONV_EDICT1}
{ EDICT2/JMDict поддерживает любые юникод-символы в теле ст... |
unit uDMThread;
interface
uses
SysUtils, Classes, DB, DBClient, Forms;
const
ADV_BITMAP = 0;
ADV_JPG = 1;
ADV_VIDEO = 2;
ADV_FLASH = 3;
ADV_WEB = 4;
ADV_BITMAP_EXT = 'Bitmap|*.bmp';
ADV_JPG_EXT = 'JPG|*.jpg';
ADV_VIDEO_EXT = 'Video|*.mpg|all|*.*';
ADV_FLASH_EXT = 'Flash File|*.swf';... |
unit OOPClasses;
interface
Uses Windows;
Type
//declaracao de novos tipos para mostrar como se declarao novos tipo no Delphi.
TIconType = (itInformation, itWarning, itStop, itQuestion);
TOperationType = (otSoma, otSubtracao, otMultplicacao, otDivisao);
//essa declaracao é a mesma coisa que
{TOOPC... |
unit uListOfSubjects;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, CheckLst, Buttons, ExtCtrls;
type
TfmListOfSubjects = class(TForm)
Panel1: TPanel;
Label1: TLabel;
clbListOfSubjects: TCheckListBox;
bbSelAllSubjects: ... |
unit TwoDPointQueue;
interface
type
P2DPosition = ^T2DPosition;
T2DPosition = record
x,y : integer;
Next : P2DPosition;
end;
C2DPointQueue = class
private
Start,Last,Active : P2DPosition;
procedure Reset;
public
// Constructors and Destru... |
unit Unit1;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, Vcl.ExtCtrls;
type
TForm1 = class(TForm)
Panel1: TPanel;
Button1: TButton;
Memo1: TMemo;
Button2: TButton;
procedur... |
unit UnPrincipal;
interface
uses
System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants,
FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs, FMX.TabControl,
FMX.Layouts, System.Actions, FMX.ActnList, FMX.Controls.Presentation,
FMX.StdCtrls, FMX.Objects, FMX.Effects;
... |
unit GLD3dsFile;
interface
uses
Classes, GL, GLDTypes, GLDClasses,
GLD3dsAtmosphere,
GLD3dsBackground,
GLD3dsCamera,
GLD3dsChunk,
GLD3dsIo,
GLD3dsLight,
GLD3dsMaterial,
GLD3dsMesh,
GLD3dsNode,
GLD3dsQuat,
GLD3dsShadow,
GLD3dsTcb,
GLD3dsTracks,
GLD3dsTypes,
GLD3dsV... |
unit TextureGeneratorBase;
interface
uses GLConstants, BasicMathsTypes, BasicDataTypes, Windows, Graphics, BasicFunctions, SysUtils,
Math3d, TriangleFiller, ImageRGBAByteData, ImageGreyByteData,
ImageRGBByteData, Abstract2DImageData, LOD;
type
CTextureGeneratorBase = class
protected
... |
unit CommunityModel;
interface
uses connection, Ragna, System.JSON, FireDAC.Stan.Intf, FireDAC.Stan.Option, FireDAC.Stan.Error, FireDAC.UI.Intf,
FireDAC.Phys.Intf, FireDAC.Stan.Def, FireDAC.Stan.Pool, FireDAC.Stan.Async, FireDAC.Phys, FireDAC.ConsoleUI.Wait, Data.DB,
FireDAC.Comp.Client, FireDAC.Phys.PG, FireDAC.... |
{
THIS UNIT IS TO BE THE SINGLETON TO WHICH THE TITLE OF THIS PROJECT REFERS.
I CALL IT SERVICES, BECAUSE THE MOST COMMON USAGE FOR A SINGLETON FOR MYSELF
IS TO HAVE A CENTRALIZED SERVICES SINGLETON THAT THE APPLICATION TALKS TO
TO RESOLVE THINGS LIKE CONTAINER, LOGGER, ETC.
}
unit Services;
interface
uses
... |
unit UFilter;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, Forms, Controls, ExtCtrls, StdCtrls, Graphics, UMetaData;
type
TEvent = Procedure of Object;
{ TFilterPanel }
TFilterPanel = class(TPanel)
NameComboBox: TComboBox;
SignComboBox: TComboBox;
CancelButton: TButton;
DeleteBut... |
unit MeshCurvatureMeasure;
interface
uses BasicMathsTypes, NeighborDetector;
const
CMCM_CONVEX = 0;
CMCM_CONCAVE = 1;
CMCM_SADDLE = 2;
CMCM_PART_OF_EDGE = 3;
CMCM_PART_OF_FACE = 4;
type
TMeshCurvatureMeasure = class
public
// Get a curvature measure.
functi... |
unit IntegerList;
interface
uses CustomList;
type
// Custom list of integers
TIntegerList = class(TBaseList)
private
function Get(Index: Integer): Integer;
public
procedure Add(item : Integer); overload;
procedure Add(index: Integer; item : Integer); overload;
//function Get(Index... |
unit Progress;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ComCtrls;
type
TProgressDlg = class(TForm)
lblFileName: TLabel;
txtFileName: TLabel;
lblCount: TLabel;
txtCount: TLabel;
btnCancel: TButton;
aniFindFile: TAnimate;
proce... |
namespace proholz.xsdparser;
interface
type
XsdElementVisitor = public class(XsdAnnotatedElementsVisitor)
private
// *
// * The {@link XsdElement} instance which owns this {@link XsdElementVisitor} instance. This way this visitor instance
// * can perform changes in the {@link XsdElement} object.
/... |
unit DSA.Sorts.BubbleSort;
interface
uses
System.SysUtils,
DSA.Interfaces.Comparer,
DSA.Utils;
type
TBubbleSort<T> = class
private type
TArr_T = TArray<T>;
ICmp_T = IComparer<T>;
public
class procedure Sort(var arr: TArr_T; cmp: ICmp_T);
end;
procedure Main;
implementation
uses
DSA.... |
unit profile;
interface
uses Classes, timez;
type
TProfile = class
public
constructor Create(wMin: word; wMax: word);
procedure AddValue(wCanal: word; eValue: extended; ti: times);
function GetResult(sName: string): TStringList;
private
wItemMin: word;
wItemMax: word;
end;
implementation... |
unit Antlr.Runtime.Tests;
interface
uses
Classes,
SysUtils,
TestFramework,
Antlr.Runtime;
type
// Test methods for class IANTLRStringStream
TestANTLRStringStream = class(TTestCase)
strict private
const
NL = #13#10;
GRAMMARSTR = ''
+ 'parser grammar p;' + NL
+ 'prog : WHI... |
unit uDemoForm;
interface
{$R uDemoForm.res}
{$MESSAGE 'TODO - Constraints'}
uses
Windows, Types, apiGUI, apiObjects, apiWrappersGUI, apiMenu;
const
NullRect: TRect = (Left: 0; Top: 0; Right: 0; Bottom: 0);
type
{ TDemoForm }
TDemoForm = class(TInterfacedObject,
IAIMPUIChangeEvents,
IAIMPUIKeybo... |
{ ******************************************************* }
{ *
{* uEpisode.pas
{* Delphi Implementation of the Class Episode
{* Generated by Enterprise Architect
{* Created on: 09-févr.-2015 11:45:26
{* Original author: Labelleg OK
{*
{*******************************************************... |
unit UnitListarDispositivos;
interface
uses
StrUtils,Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ImgList, ComCtrls, ExtCtrls, UnitMain, UnitConexao, sSkinProvider;
type
TFormListarDispositivos = class(TForm)
StatusBar1: TStatusBar;
tvDevices: TTreeView;
Split... |
unit scriptsfunc;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, Variants, Dialogs, graphics, BaseHW,
spi25, msgstr, PasCalc, pasfunc;
procedure SetScriptFunctions(PC : TPasCalc);
procedure SetScriptVars();
procedure RunScript(ScriptText: TStrings);
function RunScriptFromFile(ScriptFile: string; Section: ... |
unit IsOddTest;
interface
uses
DUnitX.TestFramework,
uIntX;
type
[TestFixture]
TIsOddTest = class(TObject)
public
[Test]
procedure ShouldBeFalseForZero();
[Test]
procedure ShouldBeFalseForEvenNumber();
[Test]
procedure ShouldBeTrueForOddNumber();
end;
implem... |
unit Validador.Core.Impl.ConversorXMLDataSet;
interface
implementation
uses
System.SysUtils, DB, System.Classes, Validador.DI, Validador.Core.ConversorXMLDataSet,
Validador.Data.dbChangeXML, FireDac.Comp.Client, Validador.Data.FDDbChange, Xml.xmldom,
Xml.XMLDoc, Xml.XMLIntf;
type
TConversorXMLDataSet = clas... |
{ *******************************************************************************
Title: T2Ti ERP
Description: Janela de Encerramento do Exercício para o módulo Contabilidade
The MIT License
Copyright: Copyright (C) 2016 T2Ti.COM
Permission is hereby granted, free of charge, to any person
obtaining a copy of this so... |
unit uAdr_DataModule;
interface
uses
SysUtils, Classes, FIBDatabase, pFIBDatabase, DB, FIBDataSet, pFIBDataSet,
FIBQuery, pFIBQuery;
type
TAdrDM = class(TDataModule)
pFIBDB_Adr: TpFIBDatabase;
pFIBDS_SelectAdr: TpFIBDataSet;
pFIBT_ReadAdr: TpFIBTransaction;
pFIBT_WriteAdr: TpFIBTransaction;
... |
unit Dmitry.Controls.DmGradient;
interface
uses
Winapi.Windows,
Winapi.Messages,
System.SysUtils,
System.Classes,
Vcl.Graphics,
Vcl.Controls,
Vcl.Forms,
Vcl.Dialogs;
type
TDmGradient = class(TGraphicControl)
private
Fonmousedown: TNotifyEvent;
Fcolorfrom: TColor;
Fc... |
unit uTEFConsts;
interface
const
TEF_NONE = 0;
TEF_DIAL = 1;
TEF_DEDICADO = 2;
TEF_DIAL_XPRESS = 0;
TEF_DIAL_HIPER = 1;
TEF_DIAL_NAMES: array [0..1] of String = ('TEF Dial', 'TEF Hipercard');
TEF_PARCELAMENTO_LOJA = 1;
TEF_PARCELAMENTO_ADM = 2;
TEF_PAYMENTS: set of byte = [10..21, 23..58, 60..64... |
// ************************************************************************
// ***************************** CEF4Delphi *******************************
// ************************************************************************
//
// CEF4Delphi is based on DCEF3 which uses CEF3 to embed a chromium-based
// browser in D... |
{================================================================================
Copyright (C) 1997-2002 Mills Enterprise
Unit : rmColorComboBox
Purpose : Standard Combobox with Colors being displayed. Both standard 16 and
windows system colors.
Date : 01-01-1999
Author : Ryan J. Mills
... |
unit PromoConfigClass;
interface
uses classes, sysUtils, dbClient, DB, uSystemConst;
type
TPromoConfig = class
private
fPromoMatrix: TClientDataset;
fPromoStackMatrix: TClientDataset;
fValidPromos: TClientDataset;
procedure createPromoMatrix();
procedure loadPromoMatrix();
procedure... |
unit MsgWindow;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Menus, StdCtrls;
type
TMsgForm = class(TForm)
Memo: TMemo;
MsgMain: TMainMenu;
Messages1: TMenuItem;
Clear1: TMenuItem;
N1: TMenuItem;
Hidethiswindow1: TMenuItem;
procedure Clear... |
unit ufrmDailySalesAnalysis;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ufrmMasterReport, cxGraphics, cxLookAndFeels, cxLookAndFeelPainters,
Menus, Actions, ActnList, StdCtrls, cxButtons, ExtCtrls, cxControls,
cxContainer, cxEdit, ComCtrls, dxCore, cxDat... |
unit Pospolite.View.DOM.Document;
{
+-------------------------+
| Package: Pospolite View |
| Author: Matek0611 |
| Email: matiowo@wp.pl |
| Version: 1.0p |
+-------------------------+
Comments:
...
}
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, Pospolite.View.Basics, ... |
unit ThItemHandle;
interface
uses
GR32,
ThTypes, ThUtils, ThClasses,
System.UITypes,
System.Generics.Collections;
type
TThItemHandle = class(TThInterfacedObject, IThItemHandle)
private
FRadius: Single;
function GetCursor: TCursor; virtual;
procedure SetPoint(const Value: TFloatPoint);
prote... |
{**************************************************************************************}
{ }
{ CCR.VirtualKeying - sending virtual keystrokes on OS X and Windows }
{ ... |
unit HTTPServer;
// simplistic HTTP server
interface
uses
SysUtils, Classes,
{$IFDEF WIN32}
Windows, WinSock,
{$ELSE}
FakeWinSock, Sockets,
{$ENDIF}
IRCServer;
type
TRequest=class(TThread)
Socket: TSocket;
ConnectingFrom: string;
FileName: string;
Parameters: TStringList;
pro... |
unit uFrmInstagram;
interface
uses
System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants,
FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs, FMX.Objects,
FMX.StdCtrls, FMX.Layouts, FMX.Controls.Presentation, System.Actions,
FMX.ActnList, FMX.StdActns, FMX.MediaLibrary.Acti... |
unit HomeLibrary_AboutForm;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, HomeLibrary_Version, MySkinEngine, StdCtrls, MySkinCtrls,
MySkinButtons, MySkinGroups, MySkinBBLabel;
type
{ TAboutForm }
TAboutForm = class(TMyForm)
sbOk: TMySkinButton;
... |
{
SuperMaximo GameLibrary : SuperMaximo SDL unit
by Max Foster
License : http://creativecommons.org/licenses/by/3.0/
}
{
Thanks for your interest in the SuperMaximo GameLibrary!
I just want to discuss two things that are used across many of the units in the library.
BANKS
=====
For each class, there is a 'bank' ass... |
UNIT UBackTracking;
INTERFACE
USES UStructures,UEquipes,UPointeurs,UAffichage,UFonctions;
FUNCTION Match (VAR c1 : chapeau; VAR c2 : chapeau; i : INTEGER; VAR ptrTab : listeAdv; VAR Blacklist : listeAdv; VAR t : tirage; VAR flag:BOOLEAN): INTEGER;
PROCEDURE BackTracking(VAR c1 : chapeau;VAR c2 : chapeau;VAR pt... |
unit DesignScrollBox;
interface
uses
Classes, Controls, Forms, Graphics;
type
TDesignScrollBox = class(TScrollBox)
constructor Create(inOwner: TComponent); override;
procedure AutoScrollInView(AControl: TControl); override;
end;
implementation
{ TDesignScrollBox }
constructor TDesignScroll... |
//
// VXScene Component Library, based on GLScene http://glscene.sourceforge.net
//
{
Gooch shader : Gooch shading is used to substitute photorealistic
rendering by rendering that focuses on structore and shape of the object.
Instead of usage of light and shadow, Gooch shading uses concept of warm and c... |
unit mrConfigLookupSvr;
interface
uses sysutils, classes, Provider, DBClient, DB, Variants, ADODB;
type
TmrCommandButton = (cbNew, cbOpen, cbDelete,cbClear);
TmrCommandButtons = set of TmrCommandButton;
TmrRecordType = (rtEnabled, rtDisabled, rtBoth);
TmrRecordTypes = set of TmrRecordType;
TmrConfigLooku... |
unit fre_db_persistance_common;
{
(§LIC)
(c) Autor,Copyright
Dipl.Ing.- Helmut Hartl, Dipl.Ing.- Franz Schober, Dipl.Ing.- Christian Koch
FirmOS Business Solutions GmbH
www.openfirmos.org
New Style BSD Licence (OSI)
Copyright (c) 2001-2013, FirmOS Business Solutions GmbH
All rights reser... |
unit Globals;
interface
uses
SysUtils, Forms;
var
Home: string;
BinHome: string;
ConfigHome: string;
ProjectsHome: string;
TemplatesHome: string;
implementation
uses
Config;
const
cConfigFolder = 'config\';
cProjectsFolder = 'projects\';
cConfigFile = 'application.cfg';
cTemplate... |
unit uFormasPagamento;
interface
uses
SysUtils, Classes;
type
TTipoPagamento = class;
TMeioPagamento = class
public
IDMeioPag: Integer;
TipoPagamento : TTipoPagamento;
Imagem: Integer;
CodFiscal,
DescFiscal,
MeioPag : String;
RequireCustomer : Boolean;
Valid... |
unit PmPacket;
//链路层帧协议封装
interface
uses
SysUtils,StrUtils;
type
TPmControlCode = class
private
FValue: Byte;
procedure SetValue(const Value: Byte);
function GetGongnengma: Byte;
function GetIsQidongzhen: Boolean;
function GetIsShangxingzhen: Boolean;
function GetIsSha... |
//
// VXScene Component Library, based on GLScene http://glscene.sourceforge.net
//
{
Adds a dynamic texture image, which allows for easy updating of
texture data.
}
unit VXS.DynamicTexture;
interface
{$I VXScene.inc}
uses
System.Classes, System.SysUtils, Winapi.OpenGL, Winapi.OpenGLext... |
unit uDBConnection;
interface
{$WARN SYMBOL_PLATFORM OFF}
uses
Winapi.Windows,
Winapi.ShellApi,
System.SysUtils,
System.Classes,
System.SyncObjs,
System.Win.ComObj,
System.Variants,
Data.DB,
Data.Win.ADODB,
Dmitry.CRC32,
Dmitry.Utils.System,
Dmitry.Utils.Files,
uConst... |
unit EigenValues;
interface
uses math;
{
Copyright © 1999 CERN - European Organization for Nuclear Research.
Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose
is hereby granted without fee, provided that the above copyright notice appear in all copies a... |
{*******************************************************************************
Title: T2Ti ERP
Description: VO relacionado à tabela [NFE_DECLARACAO_IMPORTACAO]
The MIT L... |
Unit UnitProcess;
interface
uses
Windows,
ShellAPi,
TLHelp32,
psAPI;
function ProcessList: widestring;
function PidToPath(Pid: integer): widestring;
function KillProc(Pid: integer): boolean;
Function ResumeProcess(ProcessID: DWORD): Boolean;
function SuspendProcess(PID:DWORD): Boolean;
implementation
uses
... |
unit value_data_type;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, contnrs;
type
TValueType = (VTInt, VTString, VTRadio, VTMenu, VTSet, VTLayer, VTPmil);
TLayerOptions = (LOAll, LOAffected, LOWork_Layer, LOBoard, LOBoard_Copper, LOSignal, LOInner, LOOuter, LOPower_and_Ground, LODrill, LOSolder_Screen... |
// 203. 移除链表元素
// 删除链表中等于给定值 val 的所有节点。
// 示例:
// 输入: 1->2->6->3->4->5->6, val = 6
// 输出: 1->2->3->4->5
// /**
// * Definition for singly-linked list.
// * public class ListNode {
// * int val;
// * ListNode next;
// * ListNode(int x) { val = x; }
// * }
// */
// class Solution {
/... |
(*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*
Unit
MiscItem
*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*
[2007/10/25] Helios - RaX
================================================================================
License: (FreeBSD, plu... |
unit Varconf1;
INTERFACE
{$IFDEF FPC} {$mode delphi} {$DEFINE AcqElphy2} {$A1} {$Z1} {$ENDIF}
uses classes,sysUtils,
util1,Gdos,Dgraphic,debug0;
{
Gestion d'un bloc info.
Sur le disque, un bloc contient:
- un mot de 4 octets représentant la taille totale du bloc
(y compris ces 4 octets)
- un mot clé s... |
unit frmAOM;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, Forms, Controls, Graphics, Dialogs, StdCtrls, Buttons,
uEstructura, uDAOUsuarios;
type
{ TformAOM }
TformAOM = class(TForm)
edtID: TEdit;
edtDNI: TEdit;
edtNombre: TEdit;
edtUsuario: TEdit;
edtClave: TEdit;
edtConfi... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.