text
stringlengths
14
6.51M
unit uxlsx; {$mode objfpc}{$H+} interface uses Classes, SysUtils, StdCtrls, usqlitedao; type TProcessType = (ptCrack, ptProtect); { TxlsxCracker } TxlsxCracker = class private FCanProtect: Boolean; FRunPath: String; FTempPath: String; FFilepath: String; FFileDir: String; FTempFi...
{$B+} {$P-} {$Q-} {$R-} {$S-} {$T-} {$X+} {$IFDEF FPC} {$APPTYPE GUI} {$GOTO ON} {$ELSE} {$Z+} {$E .PRG} {$ENDIF} program GEMWizard; uses {$IFDEF FPC} aes,vdi, {$ENDIF} Gem, OTypes,OProcs,OWindows,ODialogs,OStdWnds; const WVERSION = '0.17'; WDATE = '22.11.1994'; {$I wizard.i...
unit UFrmNoteEditorColors; interface uses Vcl.Forms, Vcl.StdCtrls, Vcl.ExtCtrls, Vcl.Controls, SynEdit, Vcl.Buttons, System.Classes, // System.Types, SynEditHighlighter, Vcl.Graphics; type TFrmNoteEditorColors = class(TForm) LbLang: TLabel; LbSel: TLabel; Preview: TSynEdit; L: T...
unit uoptions; interface uses SysUtils, IniFiles; type TOptions = class private FIniFile: TIniFile; FCommPort: integer; FCommBps: integer; FParity: Byte; FTimeout: Longword; FShowAllIoInput: Boolean; procedure SetCommBps(const Value: integer); procedure SetCommP...
unit UUtils; interface uses Windows, Messages, SysUtils, Variants, Classes, DateUtils, SHLObj, Forms, Wininet; type TWinVersion = (wvUnknown, wvWin95, wvWin98, wvWin98SE, wvWinNT, wvWinME, wvWin2000, wvWinXP32, wvWinXP64, wvWinVista, wvWin7) ; function TextToValue(S: string): Extended; functio...
unit Orcamento.Model; interface uses Orcamento.Model.Interf, TESTORCAMENTO.Entidade.Model, ormbr.container.objectset.interfaces, ormbr.Factory.interfaces, FireDAC.Stan.Param, FireDAC.DatS, FireDAC.DApt.Intf, FireDAC.DApt, FireDAC.Comp.DataSet, FireDAC.Stan.Intf, FireDAC.Stan.Option, FireDAC.Stan.Error, FireDA...
Unit UCoding; interface type TTypeCoding=( WIN_2_ALT,WIN_2_ISO,WIN_2_KOI,WIN_2_MAC, ALT_2_ISO,ALT_2_KOI,ALT_2_MAC,ALT_2_WIN, ISO_2_ALT,ISO_2_KOI,ISO_2_MAC,ISO_2_WIN, KOI_2_ALT,KOI_2_ISO,KOI_2_MAC,KOI_2_WIN, MAC_2_ALT,MA...
(* Category: SWAG Title: DATE & TIME ROUTINES Original name: 0035.PAS Description: Julian Date Algorithms Author: ROBERT WOOSTER Date: 02-03-94 16:07 *) (* JULIAN.PAS - test Julian algorithms test values: 1/1/79 = 2443875 1/1/1900 = 2415021 1/1/70 = 2440588 ...
unit uBase32; { 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 for a...
 namespace GlHelper; interface type { A 3x3 matrix in row-major order (M[Row, Column]). You can access the elements directly using M[0,0]..M[2,2] or m11..m33. You can also access the matrix using its three rows R[0]..R[2] (which map directly to the elements M[]). } TMatrix3 = public record priv...
unit o_GridDataList; interface uses SysUtils, Classes, o_baselistobj, o_GridData, o_VorgangposSorter; type TGridDataList = class(TBaseListObj) private fSorter: TVorgangposSorter; function getGridData(Index: Integer): TGridData; function getIndex(aId: Integer): Integer; public constructor Crea...
unit KanaConv; { Converts kana to romaji and back according to a set of rules. This is a very hot codepath when translating in Wakan. We use balanced binary trees and do everything in a very optimal way. Throughout this file Romaji stands to mean also Polaji, Kiriji, Pinyin etc. Unicode only. } interface...
unit MainForm; {$mode objfpc}{$H+} interface uses Classes, SysUtils, LResources, Forms, Controls, Graphics, Dialogs, EditBtn, LuaWrapper, StdCtrls, parserTree, ComCtrls, ExtCtrls; const OSTarget: String = {$I %FPCTARGETOS%}; CPUTarget: String = {$I %FPCTARGETCPU%}; type { TfrmMain } TfrmMain = class(T...
unit ideSHDBGridOptions; interface uses Windows, SysUtils, Classes, Graphics, StdCtrls, DesignIntf, TypInfo, SHDesignIntf, SHOptionsIntf; type // D B G R I D G E N E R A L ===============================================> TSHDBGridAllowedOperations = class; TSHDBGridAllowedSelections = class; ...
unit uControleSistema; interface uses System.SysUtils, FireDAC.Comp.Client, uSingleton, Winapi.Windows, System.TypInfo, System.StrUtils, System.WideStrUtils, FMX.Forms, FMX.Controls, System.Variants, System.Classes, FMX.Platform.Win, FMX.ListView, FMX.Edit, FMX.Dialogs; type TiposUF = (tpNul,...
unit rwLockMain; interface uses System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants, System.Threading, FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs, FMX.Controls.Presentation, FMX.StdCtrls, FMX.Edit, FMX.Layouts, FMX.ListBox, PublishSubscribe; type TfrmRWLockMai...
unit G_util; interface uses SysUtils, WinTypes, WinProcs, Messages, Classes, StdCtrls, Gauges, FileCtrl, Forms; CONST ERRGOB_NOERROR = 0; ERRGOB_NOTEXISTS = -1; ERRGOB_NOTGOB = -2; ERRGOB_BADGOB = -3; TYPE GOB_BEGIN = record {size 8} GOB_MAGIC : array[1..4] of char; MASTERX : LongInt; ...
unit uSendFax; interface uses SysUtils, WinTypes, WinProcs, Messages, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, OoMisc, AdFax, AdFStat, AdPort, ExtCtrls, DB, uSendFaxList, AdTapi, AdExcept, ADODb, Buttons, LblEffct, ComCtrls, siComp, siLangRT, PaiDeForms; type PAddEntry = ^TAddEntry; TAddEnt...
/* This program prints all primes less than 1000 using a technique called "The sieve of Eratosthenes". */ program Primes; const Limit = 1000; var prime : array [2..Limit] of Boolean; i : integer; procedure FindPrimes; var i1 : integer; I2 : Integer; begin i1 := 2; while i1 <= Limit do begin ...
unit CommonfrmGridReport_Hash; interface uses ActnList, Buttons, Classes, ComCtrls, CommonfrmGridReport, Controls, Dialogs, ExtCtrls, Forms, Graphics, Grids, Menus, Messages, lcDialogs, SDUStringGrid, StdCtrls, SysUtils, Variants, Windows, SDUDialogs; type // IMPORTANT: If this is updated, GetCo...
unit SDUDirIterator_U; // Description: Directory Iterator // By Sarah Dean // Email: sdean12@sdean12.org // WWW: http://www.SDean12.org/ // // ----------------------------------------------------------------------------- // interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, For...
unit ReportConfig; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, uRptParentIn; type TOnSelectReport = procedure (Sender : TObject; ReportIndex : integer) of object; TOnLoadReport = procedure (Sender : TObject; ReportIndex : intege...
unit Informe_View; interface uses Informe_ViewModel_Implementation, {$IFDEF PRUEBAS} Buttons, ComCtrls, Graphics, {$ELSE} SysUtils, EsperePorFavor, FormMax, StdCtrlsMax, PanelMax, Boxes, ccOkCancelPanel, StdCtrls, Controls, ExtCtrls, Classes {$ENDIF} Classes, Controls, Forms, StdCtrls, ExtCtrls; ty...
unit HalfEdgePlugin; interface // This plugin provides basic topological information for meshes, completing our // half edge information with the Opposites array, since the rest is described // implicity in the Faces array. uses BasicMathsTypes, BasicDataTypes, MeshPluginBase, Math3d, GlConstants, Neighb...
unit BaseMeteringRef; interface uses 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, DBGridEhGrouping; typ...
Unit UnitDiversos; interface uses windows; type TFileName = type string; TSearchRec = record Time: Integer; Size: Integer; Attr: Integer; Name: TFileName; ExcludeAttr: Integer; FindHandle: THandle platform; FindData: TWin32FindData platform; end; const ENTER = #10; fa...
unit Cloth.Main.Form; {$ifdef FPC} {$mode Delphi} {$macro ON} {$endif FPC} interface uses SysUtils, Classes, Graphics, Controls, Forms, Dialogs, ExtCtrls, Types, Contnrs, ClothDemo.Cloth, StdCtrls; type TfrmMain = class(TForm) PaintBox: TPaintBox; tmr1: TTimer; pnlTop: TPanel; btnReset: ...
unit uIBConnect; interface uses Classes, Forms, SysUtils, DB, IBX.IBDatabase, IBX.IBQuery, IBX.IBTable, IBX.IBStoredProc, IBX.IBCustomDataSet, IBX.IBScript, IBX.IBServices; type TOnLogEvent = procedure(Sender: TObject; const Msg: string) of object; TIBConnect = class; TIBConnect = class(TPersistent) priva...
unit unUser; interface uses DB, DBTables, Forms, SysUtils, unDBUser, Controls, Dialogs; type EUserException = class(Exception) end; TUser = class protected AutoRegister: Boolean; CanGuest: Boolean; FLoginQuery: TQuery; FUsernameParam: TParam; FPasswordParam: TParam; FDataModule: T...
unit Documents; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, aqDockingBase, aqDocking, aqDockingUtils, JvTabBar, Desktop; type TDocumentsForm = class(TForm) aqDockingSite1: TaqDockingSite; aqDockingManager1: TaqDockingManager; DesignDo...
unit form_doc_consumption; interface uses Classes, Windows, SysUtils, Vcl.StdCtrls, Grids.Helper, form_doccreate, form_dm, strtools, form_findleftovers, appconfig, docparam; type Tfrm_doc_consumption = class(Tfrm_doccreate) protected FDM: TFDM; function help_info: string; override; functio...
unit SettingsLegendForm; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, InflatablesList_Types, InflatablesList_Manager; type TfSettingsLegendForm = class(TForm) grbStaticSettings: TGroupBox; grbDynamicSettings: TGroupBox; procedure F...
unit Forms.Main; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, VCL.TMSFNCTypes, VCL.TMSFNCUtils, VCL.TMSFNCGraphics, VCL.TMSFNCGraphicsTypes, VCL.TMSFNCCustomControl, VCL.TMSFNCWebBrowser, VCL.TMSFNCMaps, V...
unit CurrentCtrl_ByHours; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, cxTextEdit, cxMaskEdit, cxControls, cxContainer, cxEdit, cxLabel, cxLookAndFeelPainters, ActnList, ExtCtrls, StdCtrls, cxButtons, IBase, Unit_ZGlobal_Consts, ZProc, FIBDatabase, pFIBDat...
unit UPrincipal; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, jpeg, ExtCtrls, StdCtrls,Menus, DB; type TFLogin = class(TForm) Image1: TImage; Panel1: TPanel; txtLogin: TEdit; Label1: TLabel; Label2: TLabel; txtSenha: T...
{***************************************************************************} { } { Delphi Package Manager - DPM } { } { ...
(* Category: SWAG Title: INPUT AND FIELD ENTRY ROUTINES Original name: 0029.PAS Description: Censoring Author: DARRYL LUFF Date: 11-25-95 09:26 *) { > Could someone give me some Pascal source on how to do > this: > I have created a shield program that password-protects > a specific program. > However, ...
unit UnitFormCDMapInfo; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ExtCtrls, uCDMappingTypes, UnitCDMappingSupport, uShellIntegration, uConstants, uDBForm, pngimage; type TFormCDMapInfo = class(TDBForm) Image1: TImage; LabelInfo: TLa...
(* * Copyright (c) 2004 * HouSisong@gmail.com * * This material is provided "as is", with absolutely no warranty expressed * or implied. Any use is at your own risk. * * Permission to use or copy this software for any purpose is hereby granted * without fee, provided the above notices are retained on all copies...
{: Simple motion blur demo.<p> This demo illustrates a simple technique to obtain a motion blur: using a plane that covers all the viewport that is used to transparently blend the previous frame. By adjusting the transparency, you control how many frames are taken into account in the blur.<br> Sin...
(* Category: SWAG Title: BITWISE TRANSLATIONS ROUTINES Original name: 0019.PAS Description: ROMAN1.PAS Author: SWAG SUPPORT TEAM Date: 05-28-93 13:53 *) { · Subject: Word to Roman Numeral OK, here is my second attempt, With error checking and all. Thanks to Terry Moore <T.Moore@massey.ac.nz> For encou...
unit ListSelect; interface uses Windows, SysUtils, Classes, Graphics, Forms, Controls, StdCtrls, Buttons, Db, DBTables, Main, uCommonForm,uOilQuery,Ora, uOilStoredProc, MemDS, DBAccess; type TListRecord = class public SName: string; SId : integer; SInst: integer; end; TListSele...
(* MSSPELL.PAS - Copyright (c) 1995-1996, Eminent Domain Software *) unit MSSpell; {-Microsoft Word style spell dialog for EDSSpell component} {$D-} {$L-} interface uses SysUtils, WinTypes, WinProcs, Messages, Classes, Graphics, Controls, Forms, Dialogs, Buttons, ExtCtrls, StdCtrls, EDSUtil, {$IFDEF Win32} {$I...
unit ufrmInputProductForNotSO; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, ufrmMasterBrowse, System.Actions, cxGraphics, cxControls, cxLookAndFeels, cxLookAndFeelPainters, dxBarBuiltInMenu, cxStyles, cxCustomData, cxFilter, cxData, cxDataStorage, cxEdit, ...
unit SDUAboutDlg; // Description: About Dialog // By Sarah Dean // Email: sdean12@sdean12.org // WWW: http://www.FreeOTFE.org/ // // ----------------------------------------------------------------------------- // interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialog...
{***************************************************************************} { } { Delphi Package Manager - DPM } { } { ...
{*******************************************************} { } { Borland Delphi Visual Component Library } { } { Copyright (c) 1995-2001 Borland Software Corporation } { ...
{******************************************************************************} { } { Delphi SwagDoc Library } { Copyright (c) 2018 Marcelo Jaloto ...
NE PAS UTILISER unit ippdefs; (* /////////////////////////////////////////////////////////////////////////// // // INTEL CORPORATION PROPRIETARY INFORMATION // This software is supplied under the terms of a license agreement or // nondisclosure agreement with Intel Corporation and may not be ...
unit ConfiguracoesConexao.Model; interface uses ConfiguracoesConexao.Model.interf, IniFiles, System.SysUtils; type TConfiguracoesConexaoModel = class(TInterfacedObject, IConfiguracoesConexaoModel) private FFileName: string; FFileIni: TIniFile; procedure verificarParametrosDeConexao; procedur...
unit ViewTributacaoCofins; {$mode objfpc}{$H+} interface uses HTTPDefs, BrookRESTActions, BrookUtils, FPJson, SysUtils, BrookHTTPConsts; type TViewTributacaoCofinsOptions = class(TBrookOptionsAction) end; TViewTributacaoCofinsRetrieve = class(TBrookRetrieveAction) procedure Request({%H-}ARequest: TReq...
unit SessionClient; interface uses Classes,sysutils,QuickRTTI,QRemote; type TSessionData = class(TCollectionItem) private fVarName,fData:String; published property Variable:String read fvarname write fvarname; property Data:String read fdata write fdata; end; TSessionClient =class(TQRemoteObject) priv...
unit UReactor; interface uses UFlow, URegularFunctions, UKinScheme, UConst; type Reactor = class length := 0.0; diameter := 0.0; volume := 0.0; constructor(length, diameter: real); function calculate(feedstock: Flow): Flow; end; implementation constructor Reactor.Create(length, dia...
unit Chapter09._04_Solution1; {$mode objfpc}{$H+} interface uses Classes, SysUtils, Math, DeepStar.Utils; /// 198. House Robber /// https://leetcode.com/problems/house-robber/description/ /// 记忆化搜索 /// 时间复杂度: O(n^2) /// 空间复杂度: O(n) type TSolution = class(TObject) public function rob(nums: TArr_int)...
unit rOptions; interface uses SysUtils, Classes, ORNet, ORFn, uCore, rCore, rTIU, rConsults; function rpcGetNotifications: TStrings; function rpcGetOrderChecks: TStrings; function rpcGetNotificationDefaults: String; function rpcGetSurrogateInfo: String; procedure rpcCheckSurrogate(surrogate: Int64; var ok: boolean; ...
unit docs.reports; interface uses Horse, Horse.GBSwagger; procedure registry(); implementation uses schemas.classes; procedure registry(); begin Swagger .Path('relat/produtores') .Tag('Relatorios') .Post('autentição api', 'autenticação api') .AddParamQuery('mes_ano', 'mes...
// ################################## // ###### IT PAT 2018 ####### // ###### GrowCery ####### // ###### Tiaan van der Riel ####### // ################################## unit frmLogIn_u; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialog...
unit TT1Unit1; interface uses System.Classes, jpeg; type FileData = record Name : string; Size : int64; CheckSum : array[0..15] of Byte; Snagged : boolean; end; TT1 = class(TThread) private data : array of FileData; memo : tmemo; procedure mla(s:string); { Private declarat...
unit uIsAdmin; interface uses Windows; function CheckTokenMembership(TokenHandle: THandle; SidToCheck: PSID; out IsMember: BOOL): BOOL; stdcall; function SHTestTokenMembership(hToken: THandle; ulRID: ULONG): BOOL; stdcall; function IsUserAnAdmin: BOOL; stdcall; function IsWindowsAdmin: Boolean; con...
unit Main; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.Grids, Vcl.DBGrids, Connection, Vcl.ComCtrls, Vcl.StdCtrls; type TMyMainForm = class(TForm) MyDatePicker: TDateTimePicker; L...
unit Lib.HTTPServer; interface uses System.SysUtils, System.Classes, Lib.HTTPConsts, Lib.HTTPUtils, Lib.HTTPSocket, Lib.TCPSocket, Lib.HTTPContent; type IMiddleware = interface function Use(Request: TRequest; Response: TResponse): Boolean; end; THTTPServer = class(TTCPServer); THTTP...
unit ufrmDialogDiscountMember; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, ufrmMasterDialog, StdCtrls, System.Actions, Vcl.ActnList, ufraFooterDialog3Button, cxGraphics, cxControls, cxLookAndFeels, cxLookAndFeelPainters, cxContainer, cxEdit, cxTextEdit, c...
unit NfeConfiguracao; {$mode objfpc}{$H+} interface uses HTTPDefs, BrookRESTActions, BrookUtils; type TNfeConfiguracaoOptions = class(TBrookOptionsAction) end; TNfeConfiguracaoRetrieve = class(TBrookRetrieveAction) procedure Request({%H-}ARequest: TRequest; AResponse: TResponse); override; end; T...
unit TestDB; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, FireDAC.Stan.Intf, FireDAC.Stan.Option, FireDAC.Stan.Error, FireDAC.UI.Intf, FireDAC.Phys.Intf, FireDAC.Stan.Def, FireDAC.Stan.Pool, FireDA...
(*----------------------------------------------------------------------------* * Direct3D sample from DirectX 9.0 SDK December 2006 * * Delphi adaptation by Alexey Barkovoy (e-mail: directx@clootie.ru) * * * ...
{==============================================================================| | Project : Ararat Synapse | 004.000.000 | |==============================================================================| | Content: PING sender ...
unit TextEditorForm; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, cxGraphics, cxControls, cxLookAndFeels, cxLookAndFeelPainters, cxContainer, cxEdit, dxSkinsCore, Menus, StdCtrls, cxButtons, ExtCtrls, cxTextEdit, cxMemo; type TfTextEdit = cla...
unit pLua; {$IFDEF FPC} {$mode objfpc}{$H+} {$modeswitch nestedprocvars} {$ENDIF} {$I pLua.inc} interface uses SysUtils, Classes, lua; type TVariantArray =array of Variant; PVariantArray =^TVariantArray; TObjArray = array of TObject; //Lua object type. Do not change enum values, except for addition of n...
// ************************************************************************ // // The types declared in this file were generated from data read from the // WSDL File described below: // WSDL : http://eval.dexteditor.com:10003/SMS.asmx?WSDL // Encoding : utf-8 // Version : 1.0 // (2010-05-11 ¿ÀÈÄ 4:56:27 - 1....
(***** 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 obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software...
{ Datamove - Conversor de Banco de Dados Firebird para Oracle licensed under a APACHE 2.0 Projeto Particular desenvolvido por Artur Barth e Gilvano Piontkoski para realizar conversão de banco de dados firebird para Oracle. Esse não é um projeto desenvolvido pela VIASOFT. Toda e qualquer alteração deve ser s...
unit SDUObjectManager; interface uses Classes, MSntdll, //sdu SDUGeneral; type TObjectType = (otDirectory, otDevice, otSymlink, otOther); TObjMgrEntry = record Name: WideString; FullName: WideString; ObjType: TObjectType; SymLinkTo: WideString; end; PObjMg...
Unit printk_; { * Printk : * * * * Unidad encarga de la llamada printk() , que es utilizada por el * * kernel para desplegar caracteres en pantalla . * *...
(* Smell map, a copy of the map is floodfilled with integers. Each integer increments the further away it is from the player. Creatures can then track the player by finding a tile with a lower number than the one that they're standing on. The below routine is based on code from Stephen Peter (aka speter) *...
unit API_MVC_FMX; interface uses System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants, FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs, API_MVC; type TViewFMXBase = class(TForm, IViewAbstract) private { Private declarations } FController: TControllerAbstract;...
unit uFrmInventoryUpdate; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, uParent, siComp, StdCtrls, DB, DBClient, cxStyles, cxCustomData, cxGraphics, cxFilter, cxData, cxEdit, cxDBData, cxGridLevel, cxClasses, cxControls, cxGridCustomView, cxGridCustomTableV...
unit DPM.Core.Package.ListItem; interface uses JsonDataObjects, DPM.Core.Types, DPM.Core.Logging, DPM.Core.Package.Interfaces; type TPackageListItem = class(TInterfacedObject, IPackageListItem) private FCompilerVersion: TCompilerVersion; FId: string; FPlatforms: string; FVersion: TPackage...
unit FileOperations; {This unit contains the service functions and procedures for file and directory operations.} interface uses Windows, files, Classes, ComCTRLS, StdCtrls, SysUtils, Containers, ProgressDialog, Forms, Graphics,ShlObj, GlobalVars; Const {OpenFileWrite flags} fm_Create=1; {Create new file} ...
unit UMGame; interface uses SysUtils, Classes, Generics.Collections, Generics.Defaults, UBoard, UDie, UPlayer; type TMGame = class const ROUNDS_TOTAL = 20; PLAYERS_TOTAL = 2; private players: TList<TPlayer>; board: TBoard; dice: TDie; published constructor create; public pro...
unit ModOpTest; {$mode objfpc}{$H+} interface uses fpcunit, testregistry, uIntXLibTypes, uIntX; type { TTestModOp } TTestModOp = class(TTestCase) published procedure Simple(); procedure Neg(); procedure Zero(); procedure CallZeroException(); procedure Big(); procedure Bi...
unit Unit1; {$DEFINE ZERO} interface uses System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants, FMX.Types, FMX.Controls, FMX.Forms, FMX.Dialogs, FMX.StdCtrls, FMX.Controls.Presentation; type TForm1 = class(TForm) Label0_0: TLabel; Label0_1: TLabel; Label1_1: TLabel; ...
{******************************************************************************* Title: T2Ti ERP Description: VO relacionado à tabela [CTE_RODOVIARIO_VEICULO] The MIT Lice...
namespace RemObjects.Elements.System; uses java.util, java.lang.reflect; type DynamicGetFlags = public flags (None = 0, FollowedByCall = 1, CaseSensitive = 2, CallDefault = 4, NilSafe = 8, NilOnBindingFailure = 16) of Integer; DynamicInvokeException = public class(Exception) end; DynamicBinaryOper...
unit ExplorerSettings; // Description: // By Sarah Dean // Email: sdean12@sdean12.org // WWW: http://www.FreeOTFE.org/ // // ----------------------------------------------------------------------------- // interface uses Classes, // Required for TShortCut ComCtrls, CommonSettings, I...
unit OBJFile; interface uses BasicDataTypes, BasicMathsTypes, BasicFunctions, SysUtils, Mesh, GlConstants, TextureBankItem, IntegerSet, Material, MeshBRepGeometry; type PObjMeshUnit = ^TObjMeshUnit; TObjMeshUnit = record Mesh : PMesh; VertexStart, NormalStart, TextureStart: longword; ...
// ################################## // ###### IT PAT 2018 ####### // ###### GrowCery ####### // ###### Tiaan van der Riel ####### // ################################## unit frmAnalytics_u; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Di...
unit Semaphore; {$mode objfpc}{$H+} interface uses Classes, SysUtils, SyncObjs; type TSemaphore = class private FSemaphore: Pointer; public constructor Create; destructor Destroy; override; procedure Release; procedure Wait; end; implementation constructor TSemaphore.Create; ...
unit UnitMain; (* The purpose of this demo is to show how to Tab in and out of the Crystal Reports Preview Window when it is part of your Form. Normally the Crystal Preview retains the keyboard focus, and since there is no OnKeyPress window callback event, there is no way to get the focus back to the Form. This demo ...
unit DatabaseSetup; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, ExtCtrls, StdCtrls, DB, ADODB, ComCtrls, LrPageControl, htDatabaseProfile, ServerDatabases; type TDatabaseSetupForm = class(TForm) Connection: TADOConnection; Panel1: TPanel...
unit uValidador; interface uses System.Classes, SysUtils; function ValidarToken(Token: string): Boolean; function ValidarDate(Date: string): Boolean; function ValidarMaster(User, Password: String): Boolean; implementation var TokenAuth: TStringList; AUser, APassword: String; function ValidarToken(Token: s...
unit AStarBlitzUnit; // Degenerated from: // A* Pathfinder by Patrick Lester. Used by permission. // ================================================================== // Last updated 8/4/17 // http://www.policyalmanac.org/games/aStarTutorial.htm // A* Pathfinding for Beginners // This version of the aStar lib...
(********************************************************) (* *) (* Bare Game Library *) (* http://www.baregame.org *) (* 0.5.0.0 Released under the LGPL license 2013 *) (* ...
unit ibSHDMLHistoryActions; interface uses SysUtils, Classes, Menus, SHDesignIntf, ibSHDesignIntf; type TibSHDMLHistoryPaletteAction = class(TSHAction) public constructor Create(AOwner: TComponent); override; function SupportComponent(const AClassIID: TGUID): Boolean; override; pro...
unit REST.Handler; interface uses System.Classes, System.SysUtils, {$IF DECLARED(FireMonkeyVersion)} FMX.Types, FMX.Forms, {$ELSE} Vcl.Forms, {$ENDIF} REST.Client, REST.Json, JSON; type THandlerException = class(Exception); TParam = TArray<string>; TParams = TArray<TParam>; TResponseError = ...
unit FormLua; interface uses VerySimple.Lua, VerySimple.Lua.Lib, Windows, System.Generics.Collections, System.Classes, SysUtils, Vcl.Forms; {$M+} type TFormLua = class private public procedure __OnClick(Sender: TObject); // 单击回调 published function SetCaption(L: lua_State): I...
//------------------------------------------------------------------------------ //BeingEventThread UNIT //------------------------------------------------------------------------------ // What it does- // Contains the CharacterEventThread class, which i...
unit UnitFormGrid; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Data.DB, Vcl.Grids, Vcl.DBGrids, UnitFormDatabaseController, System.Contnrs, Vcl.StdCtrls, Vcl.ToolWin, Vcl.ComCtrls; type TFormGrid = class...
// ************************************************************************ // // The types declared in this file were generated from data read from the // WSDL File described below: // WSDL : http://130.1.10.243:8001/iparkservice.asmx?wsdl // Encoding : utf-8 // Version : 1.0 // (2016/2/19 9:40:51 - 1.33.2.5) // ...
unit Objekt.DHLShipmentorder; interface uses SysUtils, Classes, geschaeftskundenversand_api_2, Objekt.DHLServiceconfiguration, Objekt.DHLShipment2; type TDHLShipmentorder = class private fShipmentOrderTypeAPI: ShipmentOrderType; fsequenceNumber: string; fPrintOnlyIfCodeable: TDHLServiceconfigurat...
unit UCidade; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, UtelaCadastro, Vcl.ComCtrls, Vcl.StdCtrls, Vcl.Mask, Vcl.Buttons, Vcl.ExtCtrls, Vcl.Grids, Vcl.DBGrids,Generics.Collections,UController,UEstadoVO, U...