text
stringlengths
14
6.51M
unit ClsMaps; interface uses Contnrs, Windows, Classes, StrUtils, IniFiles, UnitConsts; type TNPCID = ( ShuiCheng_Forge, ShuiCheng_Med, ShuiCheng_Jewelry, ShuiCheng_Pet, // 水 ShuCheng_Forge, ShuCheng_Med, ShuCheng_Jewelry, // 树 ShanCheng_Forge, ShanCheng_Med, ShanCheng_Jewelry...
{ I.TEXTUL PROBLEMEI. Fie un graf G=(X,U) oarecare.Sa se determine un arbore de pondere minima ce trece printr-o muchie u data, folosind algoritmul lui Kruskal nr. 4. II.SPECIFICATIA. DATE n -nr de varfuri ale grafului; m -nr muchiilor grafului a,b -doua siruri de m componentece codifi...
//BuyPrice = Exclude, SellPrice = Include PPN unit uModQuotation; interface uses uModApp, uModSuplier, uModBarang, uModSatuan, System.Generics.Collections; type TModQuotationDetail = class; TModQuotation = class(TModApp) private FTransDate: TDatetime; FEffectiveDate: TDatetime; FEndDate: TDateti...
unit Work.ImportBooks; interface uses System.JSON, Plus.TWork, ExtGUI.ListBox.Books; type TImportBooksWork = class (TWork) private FBooksConfig: TBooksListBoxConfigurator; procedure DoImportBooks; procedure AddNewBookToDataModuleFromWeb(jsBooks: TJSONArray); procedure SetBooksConfig(const V...
unit BaseTovarOperRef; interface uses uCommonForm, Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, Base, StdCtrls, ToolEdit, Mask, Menus, Db, DBTables, Grids, DBGridEh, Buttons, ExtCtrls, RXCtrls, MemDS, DBAccess, Ora, ActnList, uOilQuery, uOilStoredProc, Variants, GridsEh, DBGridEh...
unit UDLines; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ExtCtrls, Buttons, UCrpe32; type TCrpeLinesDlg = class(TForm) lblNumber: TLabel; lbNumbers: TListBox; lblCount: TLabel; editCount: TEdit; cbExtend: TCheckBox; cbSuppress: TCh...
unit uBase1024; { Copyright (c) 2015 Ugochukwu Mmaduekwe ugo4brain@gmail.com This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software fo...
{******************************************************************************} { } { Icon Fonts ImageList: An extended ImageList for Delphi } { to simplify use of Icons (resize, colors and more...) ...
unit Pedidos; interface uses Windows, SysUtils, Classes, Controls, Forms, ComCtrls, DB, SqlExpr, DBClient, StrUtils, Math, Controle, Clientes, PedidosProdutos; type TPedidos = class private iNumeroPedido: integer; dtDtEmissao: TDate; iCliente: integer; sNomeCliente: st...
unit sysmenu; interface uses Winapi.Windows, Winapi.Messages, Classes, Graphics, Vcl.Controls, Vcl.ImgList, Vcl.Menus; type THelperBitmap = class Helper for TBitmap public procedure LoadIconFromResource(Instance: THandle; ResName: string); function MaskedColor: TColor; end; THelperImage...
{******************************************************************************} { } { Delphi SwagDoc Library } { Copyright (c) 2018 Marcelo Jaloto ...
unit eaterUtils; interface procedure OutLn(const x:string); procedure ErrLn(const x:string); procedure Out0(const x:string); procedure SaveUTF16(const fn:string;const Data:WideString); function StartsWith(const Value,Prefix:string):boolean; function StartsWithX(const Value,Prefix:string;var Suffix:string):boolean; f...
unit uDrawClass; interface uses Vcl.Graphics, System.Classes; type tEntType = (etLine, etRectangle, etCircle); TDrawClass = class(TObject) private FList : TList; public constructor Create; destructor Destroy; override; procedure Add(AEntType:tEntType); procedure ...
unit DirectoryEnum; interface uses UniStrUtils; {Enumerates files in a directory and possibly subdirectories, and adds them to the list.} procedure EnumFiles_in(dir, mask: string; subdirs: boolean; var files: TStringArray); procedure EnumAddFiles(fname: string; subdirs: boolean; var files: TStringArray); fu...
unit ACMOut; {Version modifiée pour quelques essais} {----------------------------------------------------------------------------- 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 obtain a copy of...
unit memoIHM; Interface uses memoJeu, memoTypes, crt, sysutils; procedure difficulte(var taille : Integer); procedure jeu(taille : Integer; var nbCoups : Integer); procedure afficherGrille(taille : Integer; g : Grille); procedure tour(taille : Integer; g : Grille; var x1, y1, x2, y2 : Integer); procedure sai...
unit IlwisMap; interface uses sysutils, classes, ClueTypes; const bUNDEF : byte = 0; iUNDEF : integer = -MaxInt; type TIlwisMap<T> = class _name : string; _georef : string; _domain : string; _rows : integer; _cols : integer; _buffer : TMatrix<T>; priva...
unit FuncionarioAssalariadoComComissaoModel; interface uses InterfaceFuncionarioModel; type TFuncionarioAssalariadoComComissaoModel = class(TInterfacedObject, IFuncionarioModel) private FNome: String; FSalarioBase: Double; FAliquotaComissao: Double; function GetAliquotaComissao: Double; stdcal...
unit LanguageUnit; interface uses LanguageStringMapUnit; type { TLanguage } TLanguage = class protected FStorage: TStringMap; function GetItem(const aKey: string): string; inline; function GetItemExists(const aKey: string): Boolean; inline; public property Storage: TStringMap read FStorag...
{ FCGIApp unit implements, in my opinion, the best behavior for Web applications: statefull, multi-threaded, blocking and non-multiplexed connection. This is a native and full Object Pascal implementation that doesn't depend on DLLs or external libraries. This unit is based on <extlink http://www.fastcgi.com/devkit/...
unit Tests; interface uses VRS, Player, Crypto, Errors, Situation; procedure TestPlayer(isNeedCreate:boolean); procedure TestVRS; procedure TestSituation; procedure TestCrypto; implementation procedure TestPlayer(isNeedCreate:boolean); var sUserBuf:string; pPlayer:TPlayer; begin writeln('Testing pl...
{: Sample showing use of TGLSprite for "caterpillar" effect.<p> A bunch of TGLSprite is created in FormCreate, all copied from Sprite2 (used as "template"), then we move and resize them as they orbit a pulsating "star".<br> Textures are loaded from a "flare1.bmp" file that is expected to be in the same di...
unit DrdDataSet; {***********************************************************} { ...::: DRD SISTEMAS :::... } { www.drdsistemas.com.br } { Programador........: Eduardo Silva dos Santos. } { Tester.............: Uélita Giacomim da Silva....
program Unit1; uses Crt, SysUtils; {------------------------------------------------------------------------------} Procedure Password; const Quick = 400; Slow = 1500; var key, guess : string; begin key := 'Winter is coming'; ClrScr; TextColor(White); Window(20, 7, 60, 8); TextBackground(Red);...
unit ZipInterfaceVCLZIP; interface uses Classes, SysUtils, ZipInterface, VCLUnZip; type TXLSReadZipVCLZIP = class(TXLSReadZip) private FZIP: TVCLUnZip; public constructor Create; destructor Destroy; override; procedure OpenZip(Zipfile: WideString); override; procedure CloseZip; override...
unit uNewUnit; interface uses SysUtils, Classes, uCompany, UTSbaseClass, FireDAC.Comp.Client, udmMain; type TUnit = class(TSBaseClass) private FAppID: string; FCompany: TCompany; FCompanyID: string; FDescription: string; FID: string; FKode: string; FNama: string; function FLoadF...
unit RecordsEditorForm; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, Vcl.Buttons, FireDAC.Comp.Client, Vcl.DBGrids, Data.DB, Bde.DBTables; type TSpecialEdit = class(TEdit) ...
unit HS4D.Credential; interface uses HS4D.Interfaces; type THS4DCredential = class(TInterfacedObject, iHS4DCredential) private [weak] FParent : iHS4D; FBaseURL : string; FEndPoint : string; public constructor Create(Parent : iHS4D); destructor Destroy; override; ...
unit Design; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DesignController, DesignSurface; type TDesignForm = class(TForm) DesignController: TDesignController; procedure FormPaint(Sender: TObject); private { Private declarations } prote...
unit frmInnerRepairCheck; {*|<PRE>***************************************************************************** 软件名称 FNM CLIENT MODEL 版权所有 (C) 2004-2005 ESQUEL GROUP GET/IT 单元名称 frmAnalysisQuality.pas 创建日期 2004-10-...
// ************************************************************************ // // The types declared in this file were generated from data read from the // WSDL File described below: // WSDL : http://192.168.3.70:8080/fire/services/FireDwr?wsdl // >Import : http://192.168.3.70:8080/fire/services/FireDwr?wsdl:0...
unit UnitAlwaysOnTop; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, UnitMain, Menus, ComCtrls, StdCtrls, Buttons, sSkinProvider; type TFormAlwaysOnTop = class(TForm) ListView1: TListView; PopupMenu1: TPopupMenu; Check1: TMenuItem; UnCheck1: T...
// Wheberson Hudson Migueletti, em Brasília, 18 de abril de 1999. // Tratamento de arquivos Windows Cabinet. unit DelphiCabinet; interface uses Windows, Classes, SysUtils; const cCabSignature= $4643534D; // MSCF (Em ordem inversa) cCabVersion = $0103; type { CAB FILE LAYOUT (Sven B. Schreiber, sbs@orgon.co...
unit frmRecipe; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, frmBase, StdCtrls, Buttons, ComCtrls, cxControls, cxContainer, cxEdit, cxTextEdit, cxMaskEdit, cxButtonEdit, ExtCtrls, cxSplitter, DB, DBClient, cxStyles, cxCustomData, cxGraphics, cxFilter, cxDa...
unit SettingsUnit; interface uses Vcl.Graphics, vcl.stdctrls; type settings = class setting1: settings; checkboxRed:TCheckbox; checkboxYellow:TCheckbox; checkboxBlue:TCheckbox; labelColor:Tlabel; labelSize:Tlabel; public procedure print(Form1: TForm1); procedure clean(Form1: TFo...
{* FtermSSH : An SSH implementation in Delphi for FTerm2 by kxn@cic.tsinghua.edu.cn Cryptograpical code from OpenSSL Project *} unit sshauth; interface uses Classes, sshutil; type TSSHAUTH = class protected Session: TObject; public user: string; constructor Create(Owner:...
unit FFPBox; {=======================================================} interface {=======================================================} uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, ExtCtrls; type TFFPaintEvent = procedure (Sender: TObject; Canvas: TCanvas) of Object; TFlickerFreeP...
unit ctm_loader; {$mode objfpc}{$H+} //CTM format loader // Format specification : http://openctm.sourceforge.net/?page=about // C source code (Marcus Geelnard) : http://openctm.sourceforge.net/?page=download // JavaScript code (Juan Mellado) https://github.com/jcmellado/js-openctm // //ported Pascal by Chris Rorde...
{ Copyright (c) 2016 by Albert Molina Copyright (c) 2017 by BlaiseCoin developers Distributed under the MIT software license, see the accompanying file LICENSE or visit http://www.opensource.org/licenses/mit-license.php. This unit is a part of BlaiseCoin, a P2P crypto-currency. } unit UNode; {$IFDEF FPC} ...
unit TestCalcUnit; interface uses DUnitX.TestFramework, CalcUnit; type [TestFixture] TestTCalc = class(TObject) strict private aTCalc: TCalc; R: Real; public [Setup] procedure Setup; [TearDown] procedure TearDown; [TestCase('TesteSoma1','8,2,10')] [TestCase('TesteSoma2','5,...
unit Grijjy.OpenSSL; { OpenSSL handler for Grijjy connections } {$I Grijjy.inc} interface uses System.SysUtils, Grijjy.OpenSSL.API, Grijjy.MemoryPool; const DEFAULT_BLOCK_SIZE = 4096; type { Callback events } TgoOpenSSLNotify = procedure of object; TgoOpenSSLData = procedure(const ABuffer: Pointer; ...
{******************************************************************************* Title: T2Ti ERP Description: VO relacionado à tabela [PCP_SERVICO] The MIT License Copyright: Copyright (C) 2014 T2Ti.COM Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated doc...
unit uPIOptionInterfase; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, cxControls, cxContainer, cxEdit, cxRadioGroup, StdCtrls, cxLookAndFeelPainters, cxButtons, ActnList, cxLabel; type TFormOptionInterfase = class(TForm) ActionListKlassSpravEdit: TAct...
{ Copyright (c) 2015 by Nikolay Nikolov Copyright (c) 1998 by Peter Vreman This is a replacement for GDBCon, implemented on top of GDB/MI, instead of LibGDB. This allows integration of GDB/MI support in the text mode IDE. See the file COPYING.FPC, included in this distribution, for details...
unit uSisPropertyEditorFrm; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, uParentDialogFrm, DBCtrls, dxCntner, dxTL, dxDBGrid, StdCtrls, Buttons, ExtCtrls, Db, DBTables, dxDBCtrl, ADODB, siComp, siLangRT; type TSisPropertyEditorFrm = class(TParentDialogFrm) dxDB...
unit unAtualizando; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, ComCtrls, ExtCtrls, StdCtrls; type TfrmAtualizando = class(TForm) ProgressBar1: TProgressBar; Panel1: TPanel; Shape1: TShape; Label1: TLabel; Image1: TImage; ...
unit Servers; interface uses LrProfiles; type TServerTarget = ( stDisk, stFTP ); TServerProfile = class(TLrProfile) private FRoot: string; FHost: string; FFTPHost: string; FFTPPassword: string; FFTPUser: string; FTarget: TServerTarget; protected procedure SetFTPHost(const Value: ...
unit Chapter07._06_Solution1; {$mode objfpc}{$H+} interface uses Classes, SysUtils, AI.TreeNode, DeepStar.Utils; //235. Lowest Common Ancestor of a Binary Search Tree //https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-search-tree/description/ //时间复杂度: O(lgn), 其中n为树的节点个数 //空间复杂度: O(h), 其中h为树...
unit uIStringConverter; {$I ..\Include\IntXLib.inc} interface uses uIntX, uIntXLibTypes; type /// <summary> /// ToString converter class interface. /// </summary> IIStringConverter = interface(IInterface) ['{EC961CBB-1DA0-492B-A68F-97D3F1A30484}'] /// <summary> /// Retur...
unit AStarBlitzCodeH; //Converted from C to Pascal from: //=================================================================== //A* Pathfinder (Version 1.71a) by Patrick Lester. Used by permission. //=================================================================== //http://www.policyalmanac.org/games/aStarTutor...
unit Informe_View; interface uses Classes, Controls, Forms, StdCtrls, ExtCtrls, Buttons, ComCtrls, // EsperePorFavor, Informe_ViewModel, Informe_ViewModel_Implementation, Graphics; type TfmInforme_View = class(TForm) pnlGeneral: TPanel; Bevel2: TBevel; lbl1: TLabel; pnlFechas: TPanel; lb...
{***************************************************************************} { } { Delphi Package Manager - DPM } { } { ...
unit o_basenormlistobj; interface uses SysUtils, Classes, Contnrs; type TBasenormListObj = class private function GetCount: Integer; protected fList: TList; public constructor Create; virtual; destructor Destroy; override; property Count: Integer read GetCount; procedure Delete(aInd...
unit AssociationListUtils; interface uses AssociationListConst, SySUtils; procedure G_CopyLongs(Source, Dest: Pointer; Count: Cardinal); function G_CompareText(P1, P2: PChar): Integer; overload; function G_CompareText(const S1, S2: string): Integer; overload; function G_CompareStr(const S1, S2: string): Integer; fun...
{ Clever Internet Suite Version 6.2 Copyright (C) 1999 - 2006 Clever Components www.CleverComponents.com } unit clSspiUtils; interface resourcestring SclSimpleNotSupported = 'Not supported.'; SSPIErrorLoadLibrary = 'Could not load the dll (schannel.dll, security.dll or secur32.dll)'; SSPIErrorFuncTableIn...
unit LanguageSetUnit; interface uses Classes, SysUtils, LanguageStringMapUnit, LanguageUnit, LanguageListUnit; type { TLanguageSet } TLanguageSet = class protected FLanguages: TLanguageList; FLanguageIds: TStringList; public property Languages: TLanguageList read FLanguages; propert...
unit DAW.Controller; interface uses Types, Menus, Windows, Graphics, ImgList, Dialogs, DAW.View.Main, Classes; type TDAWController = class(TInterfacedObject) private FMenuItem: TMenuItem; FDialog: TForm2; FIcon: TIcon; procedure HandleClickDelphinus(Sender: TObject); procedur...
unit typeDefBase; {Модуль базового класса.} interface uses SysUtils, Classes; // Windows; type TAppItem = class private _id : string; _name : string; public // destructor Destroy(); published property id : string read _id write _id; property name...
unit uContainer; interface uses System.SysUtils, System.Classes, 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.VCLUI.Wait, Data.DB, FireDAC.Comp.Client, FireDAC.Stan.ExprFuncs, Fire...
unit ActionsUnit; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, Vcl.ExtCtrls, Vcl.ComCtrls, ComObj, SPIClient_TLB; type TfrmActions = class(TForm) pnlActions: TPanel; btnA...
unit VOpDivRecType07Form; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, VCustomRecordForm, StdCtrls, ExtCtrls, Mask, ComCtrls, ToolEdit, CurrEdit, COpDivSystemRecord, COpDivRecType07, Menus, Buttons ; type TOpDivRecType07Form = class(TCustomRecordForm) vencimien...
// MMArchCompare unit and MMArchSimple class // Part of mmarch // Command line tool to handle Heroes 3 and Might and Magic 6, 7, 8 // resource archive files (e.g. lod files). Based on GrayFace's MMArchive. // By Tom CHEN <tomchen.org@gmail.com> (tomchen.org) // MIT License // https://github.com/might-and-magic/mmarch ...
unit cnFormPrintPreview; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, mcmPrinter, ComCtrls, ToolWin, cxTextEdit, cxMaskEdit, cxDropDownEdit, cxControls, cxContainer, cxEdit, cxLabel, cxImage, StdCtrls, umcmIntE, ImgList; type TFormPrintPreview = class(T...
unit AStarCode; //Degenerated from: //=================================================================== //A* Pathfinder (Version 1.71a) by Patrick Lester. Used by permission. //=================================================================== //http://www.policyalmanac.org/games/aStarTutorial.htm //A* Pathfin...
unit ThZoomAnimation; interface uses System.Classes, System.Types, FMX.Types, FMX.Controls, FMX.Graphics, FMX.Ani; type TZoomAni = class(TControl) private FZoomAni: TFloatAnimation; FDiffuse: Single; procedure SetDiffuse(const Value: Single); procedure FinishAni(Sender: TObject); protected...
unit MyLabel; interface uses Classes, StdCtrls; type TMyLabel = class(TLabel) private FDescription: String; FExcludeMe: String; published property Description: String read FDescription write FDescription; property ExcludeMe: String read FExcludeMe write FExcludeMe; end; procedure Regi...
{******************************************************************************* Title: T2Ti ERP Description: Controller relacionado à tabela [R01] The MIT License ...
unit progress; { Exports procedure ShowProgress and type TProgressProc. Useful for giving user feedback during lengthy operations. The programmer can assign his own progress procedure to ShowProgress when he wants. By default, under DOS, procedure EmptyProgressProc is assigned to progressproc and under Delphi ProgressF...
{ Role Interaction Layers management Freedraw Shapes Viewer(Display received datas) } unit ThCanvas; interface uses System.Classes, System.Types, Vcl.Controls, Vcl.Graphics, GR32, GR32_Image, GR32_Layers, ThTypes, ThItemStyle, ThCanvasLayers; type TScaleChangeEvent = ...
Unit FastIoRequest; Interface Uses Windows, IRPMonRequest, IRPMonDll; Type TFastIoRequest = Class (TDriverRequest) Private FPreviousMode : Byte; FFastIoType : EFastIoOperationType; FArg1 : Pointer; FArg2 : Pointer; FArg3 : Pointer; FArg4 : Pointer; Public Constructor Create(Var ...
{ @abstract(TSynUniSyn rules source) @authors(Fantasist [walking_in_the_sky@yahoo.com], Vit [nevzorov@yahoo.com], Vitalik [2vitalik@gmail.com], Quadr0 [quadr02005@gmail.com]) @created(2003) @lastmod(01.08.2005 17:24:09) } {$IFNDEF QSYNUNIREG} unit SynUniReg; {$ENDIF} interface {$I SynUniHighli...
unit Objekt.Allgemein; interface uses SysUtils, Classes, Winapi.Windows, Objekt.Ini, Objekt.DHLSend; type TAllgemeinObj = class private fIni: TIni; fDHLSend: TDHLSend; fDownloadPath: string; protected public constructor Create; destructor Destroy; override; procedure Init; prope...
unit uMRPinPad; interface uses Windows, SysUtils, Dialogs, VER1000XLib_TLB, VER2000XLib_TLB, uXML, uCreditCardFunction, uOperationSystem, dbClient, classes, uSystemConst, OleCtrls, OleServer; const ctab = Chr(9); ccrlf = Chr(13) + Chr(10); type TMRPinPad = class private FVer1000X : TVer1000X; ...
unit DocHostUIHandler; interface uses Windows, ActiveX; const DOCHOSTUIFLAG_DIALOG = $00000001; DOCHOSTUIFLAG_DISABLE_HELP_MENU = $00000002; DOCHOSTUIFLAG_NO3DBORDER = $00000004; DOCHOSTUIFLAG_SCROLL_NO = $00000008; DOCHOSTUIFLAG...
unit fPrint; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, Vcl.Buttons, Vcl.ExtCtrls, Vcl.Printers, uGlobal; type TPrintForm = class(TForm) P...
unit Data; interface uses SysUtils, Classes; type TResourceItem = class(TObject) private FResourceType: String; FResourceName: String; function GetData: TBytes; public constructor Create(const resourceType, resourceName: String); function GetStream: TResourceStream; property Dat...
unit form_findleftovers; interface uses Classes, Windows, SysUtils, DBCtrls, Forms, appconfig, form_dbtable, strtools, docparam; type TDbForm_findleftovers = class(TDbForm) private FConfig: TAppConfig; protected procedure FormClose(Sender: TObject; var Action: TCloseAction); override; p...
unit uMainForm; interface uses System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants, System.Actions, System.IOUtils, System.Math, FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs, FMX.ListBox, FMX.Layouts, FMX.StdCtrls, FMX.TabControl, FMX.Objects, System.UIConst...
unit AST.Delphi.Operators; interface {$I compilers.inc} uses SysUtils, Classes; type TOperatorID = ( // not oveloaded: ////////////////// opNone, opOpenRound, opCloseRound, opSubExpression, opCall, opDereference, opPeriod, opAddr, opIs, opAs, // oveloaded: ///////...
unit eduDialog; interface uses Windows, Messages, SysUtils, Classes, Variants, Graphics, Controls, Forms, Dialogs, ExtCtrls, StdCtrls, Vcl.ImgList, System.Actions, Vcl.ActnList, cxGraphics, cxLookAndFeels, cxLookAndFeelPainters, Vcl.Menus, dxSkinsCore, dxSkinOffice2013White, cxButtons, cxClasses; type TedD...
unit NSqlDbHandler; {$I ..\NSql.Inc} interface uses NSqlSys, NSqlComponentsIntf, NSqlIntf, {$IFDEF NSQL_XE2UP} System.SysUtils, System.Types, {$ELSE} SysUtils, Types, {$ENDIF} NSqlTypes, NSqlFirebirdApiHelpersIntf; type ITransactionPool = interface ['{F7CAB06B-1F0A-458B-9...
unit uWAccReportParams; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, uWAccDM, uCharControl, uIntControl, uFControl, uLabeledFControl, uSpravControl, StdCtrls, Buttons, uCommonSp; type TfmWAccReportParams = class(TForm) OkButton: TBitBtn; ...
unit uFrmSearchSOItem; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, uDialogParent, siComp, siLangRT, StdCtrls, ExtCtrls, Buttons, Mask, SuperComboADO, SuperEdit, SuperEditCurrency, SubListPanel, DB, ADODB, uFrmBarcodeSearch; type TFrmSearchSOItem = clas...
unit uBillDistributionFrm; {按单配货} interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, uBaseEditFrm, DB, DBClient,uListFormBaseFrm, Menus, cxLookAndFeelPainters, StdCtrls, cxButtons, ExtCtrls, cxPC, cxControls, cxGraphics, cxDropDownEdit, cxCalendar, cxTe...
unit GetImage; interface uses System.Classes; type {$METHODINFO ON} TPegaImagem = class private procedure SendContent(AContent: TStringStream); public procedure RotinaOriginal(const AID: string); procedure RotinaProposta(const AID: string); procedure RotinaNovaImagem; end; {$METHODINFO OFF...
unit uHolidays; interface uses Classes, ADODB; type THolidayItem = class(TCollectionItem) private FDate: TDateTime; FIsRestday: boolean; FIsHoliday: boolean; public property Date: TDateTime read FDate write FDate; property IsRestday: boolean read FIsRestday write FIsRestday...
// Bitmap Distribution Format unit fi_bdf; interface uses fi_common; const BDF_COPYRIGHT = 'COPYRIGHT'; BDF_FACE_NAME = 'FACE_NAME'; BDF_FAMILY_NAME = 'FAMILY_NAME'; BDF_FONT = 'FONT'; BDF_FONT_VERSION = 'FONT_VERSION'; BDF_FOUNDRY = 'FOUNDRY'; BDF_FULL_NAME = 'FULL_NAME'; BDF_WEIGHT_NAME = 'WEI...
unit mrConfigFch; interface uses SysUtils, Classes, uSystemTypes; type TmrConfigFch = class(TComponent) private FProviderName: String; FConnection: String; FConfirmApply: Boolean; FConfirmCancel: Boolean; FOnAfterAppend: TNotifyEvent; FOnAfterApplyChanges: TNotifyEvent; FOnAfterBrow...
unit SynHighlighterVCP; {$I SynEdit.inc} interface uses SysUtils, Classes, {$IFDEF SYN_KYLIX} Qt, QControls, QGraphics, {$ELSE} Windows, Messages, Controls, Graphics, Registry, {$ENDIF} SynEditTypes, SynEditHighlighter; type TtkTokenKind = (tkNone, tkKeyword, ...
unit ComDllPub; interface uses Forms,Windows,COMObj,FNMFacade_TLB,DBClient,FNMDAO_TLB, Variants,XMLIntf, XMLDoc,SysUtils,StrUtils; {$WARN SYMBOL_PLATFORM OFF} function GetLibraryFullPath(sLibraryName: string): string; function GetConnectionString(sLibraryName: string;sSystemId: string): string; function GetHostName()...
// ----------- Parse::Easy::Runtime ----------- // https://github.com/MahdiSafsafi/Parse-Easy // -------------------------------------------- unit Parse.Easy.Parser.GLR; interface uses System.SysUtils, System.Classes, Parse.Easy.StackPtr, Parse.Easy.Lexer.CustomLexer, Parse.Easy.Lexer.Token, Parse.Easy.P...
unit Main_U; // Description: Named Pipes Test Application // By Sarah Dean // Email: sdean12@sdean12.org // WWW: http://www.SDean12.org/ // // ----------------------------------------------------------------------------- // interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Fo...
unit MainUView; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DataModule, cxStyles, cxCustomData, cxGraphics, cxFilter, cxData, cxDataStorage, cxEdit, DB, cxDBData, cxGridCustomTableView, cxGridTableView, cxGridDBTableView, cxClasses, cxControls, cxGridCu...
unit uProgressBarStyleHookMarquee; interface uses Windows, uMemory, Themes, Graphics, Classes, Controls, Vcl.Styles, Vcl.ComCtrls, Vcl.ExtCtrls; type TProgressBarStyleHookMarquee = class(TProgressBarStyleHook) private Timer: TTimer; FStep: Integer; procedure Time...
unit BCEditor.Editor.Undo; interface uses System.Classes, BCEditor.Consts, BCEditor.Types; type TBCEditorUndo = class(TPersistent) strict private FMaxActions: Integer; FOnChange: TNotifyEvent; FOptions: TBCEditorUndoOptions; procedure DoChange; procedure SetMaxActions(AValue: ...
{ *************************************************************************** } { } { Simple.IoC } { } { Copyright (C) 2013 Vincent Parrett } { } { http://www.finalbuilder.com } { } { } { *************************************************************************** } { } { Licensed under the Apache License, Ve...
unit Unit1; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, GLWin32Viewer, GLCadencer, GLTexture, GLScene, GLTerrainRenderer, GLHeightData, GLObjects, VectorGeometry, GLTree, JPEG, TGA, GLKeyboard, VectorLists, GLBitmapFont, GLContext, GLWindowsFont, GLHUDObjects, ...
unit Pospolite.View.CSS.MediaQuery; { +-------------------------+ | Package: Pospolite View | | Author: Matek0611 | | Email: matiowo@wp.pl | | Version: 1.0p | +-------------------------+ Comments: custom variables in media queries are not supported or = comma } {$mode objfpc}...
unit Unit1; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls; type TForm1 = class(TForm) Label1: TLabel; Label2: TLabel; Label3: TLabel; Label4: TLabel; Label5: TLabel; La...
unit ControllerObjectItem; interface uses ControllerObjectCommandList, ControllerDataTypes; type TControllerObjectItem = class public ObjectID: Pointer; BaseObjectID: Pointer; CommandList: TControllerObjectCommandList; // constructors and destructors ...