text
stringlengths
14
6.51M
//**************************************************************************** // Unit Name: Vcl.CategoryButtons //**************************************************************************** // This file is auto generated with paxCompiler engine. // Import mode: global import. // ----------...
unit ATApp.Vcl.DM.AppActions; interface uses System.SysUtils, System.Classes, EventBus, ATApp.DEB.IconSets, System.Actions, Vcl.ActnList, ATApp.DEB.UI; type TdmAppActions = class(TDataModule) alstApp: TActionList; actTouchMode: TAction; actAppExit: TAction; procedure DataModuleDestroy(Sender: T...
unit RESHELP; interface const hcAddToRepository = 64451; hcApp = 10244; hcAppAdd = 10305; hcAsciiTable = 1004; hcAutoIndentMode = 64527; hcBac...
unit PainterMain; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.ExtCtrls, Vcl.StdCtrls, Painter.Tools; type TfrmPainter = class(TForm) pnlToolbar: TPanel; PaintImage: TImage; btnSquare: TBu...
{=============================================================================== RzDBComboBoxEditor Unit Raize Components - Design Editor Source Unit Copyright © 1995-2015 by Raize Software, Inc. All Rights Reserved. Design Editors -------------------------------------------------------------------------...
unit RangeItemReferenceList; interface uses Classes, RangeItem; type // RangeItemList が格納するアイテムに対する // 参照専用リスト // (リストを破棄しても参照が解放されないという点で参照専用) // (RangeItemManager は,期間アイテムの管理に使っている) TRangeItemReferenceList = class private FItems: TList; public constructor Create; ...
Unit DMSoapData; interface uses SysUtils, Classes, InvokeRegistry, Midas, SOAPMidas, SOAPDm, Provider, DB, ADODB, DBClient,UnitProc; type ISoapDM = interface(IAppServerSOAP) ['{8792B959-43B9-423D-A454-614A64F1C394}'] end; TSoapDM = class(TSoapDataModule, ISoapDM, IAppServerSOAP, IAppServer) ADOConne...
unit MFDomainOut; interface {MFDomainOut defines the "MODFLOW Domain Outline" layer and associated parameter.} uses ANE_LayerUnit; type TDomDensityParam = class(T_ANE_LayerParam) class Function ANE_ParamName : string ; override; function Units : string; override; end; TMFDomainOut = Class(T_ANE_Doma...
unit TabelaSistema.Model; {$mode objfpc}{$H+} interface uses Classes, SysUtils, TabelaSistema.Model.Interfaces, TabelaSistema.DM.Model, BufDataset {TBufDataset}, Dialogs; { TModelTabelaSistema } type TModelTabelaSistema = class(TInterfacedObject, IModelTabelaSistema) private FDM: TDM_TabelaSistema; ...
unit FilesManager; interface uses SysUtils, Classes; function ReadFromFile(Filename: string):String; procedure WriteInFile(Filename, txt: string); function ReadFileToStringList(Filename: string):TStringList; procedure WriteStringListInFile(Filename: string; content :TStringList); function mak...
unit GameComponentsAudio; interface uses gameobject, typex, soundinterfaces, soundtools, classes, helpers_stream; type TGCAudioListener = class(TGameComponent) public end; TGCAudioBase = class(TGameComponent) private FFileName: string; o: TSoundStreamOscillator; data: TMemoryStream; FLo...
unit DW.NativeControl.Android; {*******************************************************} { } { Kastri } { } { Delphi Worlds Cross-Platform Library ...
{*********************************************************} {* VPMONTHVIEW.PAS 1.03 *} {*********************************************************} {* ***** BEGIN LICENSE BLOCK ***** *} {* Version: MPL 1.1 ...
unit FortranCallGraphUnit; interface uses ItemInterfaceUnit, System.Types, FMX.Types, FMX.Graphics; type TCallGrapher = class(TObject) private FFocusedItem: IDisplayItem; FVerticalBufferSize: integer; FHorizontalBufferSize: integer; FSender: TObject; FCanvas: TCanvas; FResursiveList: ID...
unit DW.iOSapi.Intents; {*******************************************************} { } { Kastri } { } { Delphi Worlds Cross-Platform Library }...
unit CgMaterials; { CgLib: Material types and routines and material library class. Version 1.00 (c) 1998-2000 Tom Nuydens. Use at your own risk. See cglib.txt for details. } interface uses Classes, CgTypes, DArrays; type TCGMaterial = record Ambient: TCGColorF; Diffuse: TCGColorF; Specular: TCGC...
unit ShortKeyDataMgrCommandImpl; //////////////////////////////////////////////////////////////////////////////// // // Description£º ShortKeyDataMgrCommand Implementation // Author£º lksoulman // Date£º 2017-11-20 // Comments£º // ///////////////////////////////////////////////////////////////////////////...
{ TServiceInfo Component Version 3.0 - Suite GLibWMI Copyright (©) 2020, by Germán Estévez (Neftalí) La clase Win32_Service representa un servicio en un sistema Win32. Un aplicación de servicio cumple las reglas de la interfaz del Administrador de control de servicios (SCM, Service Control Manager) y un usuario la ...
unit Spider.SourceViewFrame; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.ExtCtrls, Vcl.StdCtrls, SynEdit, SynMemo; type TSourceViewFrame = class(TFrame) eSrcFileName: TEdit; synmSourceView: TSynMe...
unit uORRESTClient; interface uses System.SysUtils, System.Classes, System.Net.URLClient, System.Net.HttpClient, System.Net.HttpClientComponent; type TORRESTException = class(Exception); TORRESTClient = class(TObject) private FClient: TNetHTTPClient; FRequest: TNetHTTPRequest; FHeader: TNameVa...
{***********UNITE************************************************* Auteur ...... : Créé le ...... : 24/08/2017 Modifié le ... : / / Description .. : Source TOF de la FICHE : BTPIECEVEN_MUL () Mots clefs ... : TOF;BTPIECEVEN_MUL *****************************************************************} Unit UTOFBTPieceVen_...
(***************************************************************) (* Beginn Parser *) var gRetLongInt : longint; var parserErrorCount : longint; var parserDeclName : string; // name von parseDeclaration gesetzt var parserDeclType : string; // type, von parseDec...
unit InterfaceConstParmetersBaseTestCaseUnit; interface uses TestFramework; type TInterfaceConstParmetersBaseTestCaseUnit = class(TTestCase) strict protected function CreateIInterfaceInstance: IInterface; procedure ReferToByConst(const ConstReference: IInterface); procedure ReferToByCon...
// Project: FTEditor (Fielded Text Editor) // Licence: Public Domain // Web Home Page: http://www.xilytix.com/FieldedTextEditor.html // Initial Developer: Paul Klink (http://paul.klink.id.au) unit Xilytix.FTEditor.SequenceRedirect_DateTimePropertiesFrame; interface uses Windows, Messages, SysUtils, Varia...
unit OtlAsyncStreams.FileSystem; interface uses Winapi.Windows, //what about a compatible non-Windows implementation? OtlAsyncStreams; function CreateOmniAsyncFileStream(const fileName: string; access: integer): IOmniAsyncStream; overload; function CreateOmniAsyncFileStream(const fileName: string; access, share:...
unit uKeyboardHookReceiver; interface uses Controls, SysUtils, Messages, uPCHmessages, Classes; type TKeyState = ( ksPressed, ksRePressed, ksReleased ); const KeyboardHookDLL = 'KeyboardHook.dll'; cKeyStateStr : array[ ksPressed..ksReleased ] of String = ( 'Pressed', 'Repressed', 'Released...
library wlxHeif; {$include calling.inc} uses Classes, sysutils, Interfaces, LCLType, Controls, StdCtrls, ExtCtrls, Forms, Graphics, FPImage, WlxPlugin, HEIF; var List:TStringList; //Custom class contains info for plugin windows type { TPlugInfo } TPlugInfo = class private fCo...
unit SMS_VolBand; interface uses SysUtils, Classes, Math, SMS_Steps, SMS_DS; type TVolBandItem = class(TCommonCollectionItem) public //DateInt : Integer; BandHigh : Double; BandLow : Double; end; TVolBandStore = class; TVolBandItems = class(TCommonCollectionItem) private FParent : T...
unit DW.MultiReceiver.Android; {*******************************************************} { } { Kastri } { } { Delphi Worlds Cross-Platform Library ...
unit registrysource_test; {$mode Delphi}{$H+} interface uses SysUtils, fpcunit, registrysource_wrapper, Registry, regbasics; type { TRegistrySourceGenericTest } TRegistrySourceGenericTest<_T1>= class(TTestCase) private FRegSrcWrapper: _T1; FReadSectionName: string; FWriteSectionName: ...
{***************************************************************************} { } { Delphi MVC Framework } { } { Co...
{=============================================================================== RzImageListEditor Unit Raize Components - Design Editor Source Unit Copyright © 1995-2015 by Raize Software, Inc. All Rights Reserved. Design Editors --------------------------------------------------------------------------...
unit iniFile; interface uses sysutils, classes, stringx, Exceptions; type EIniSectionNotFound = class(EClassException); TMothershipIniSection = class; TMothershipIniFile = class //Digital Tundra's own INI file class does not use the shotty API calls for Windows //but instead reads directly from INI fi...
{$R+,B+} program task1118(input, output); var a, b, c, temp: integer; function Subtr(a, b: integer):integer; begin while a <> b do if a > b then a := a - b else b := b - a; Subtr := b; end; function Euclid(a, b: integer): integer; var modulo: integer; begin ...
unit OverbyteIcsBatchDnsLookup1; { Program: NsLookup Description: ICS batch async DNS lookup DnsLookup (IPv6 and IPv4) Author: François Piette Creation: ? Version: 8.43 EMail: francois.piette@overbyte.be http://www.overbyte.be Support: Use the mailing list twsocket@elists.org ...
unit EditorNotifier; interface uses ToolsAPI, Classes, DockForm, KeyboardBinding; type TEditorNotifier = Class(TNotifierObject, INTAEditServicesNotifier) Strict Private Strict Protected Public Procedure WindowShow(Const EditWindow: INTAEditWindow; Show, LoadedFromDesktop: Boolean); Proc...
unit amqp_url; interface uses Windows, Messages, SysUtils, Classes, amqp_private, config, stdint; {$ifdef HAVE_CONFIG_H} {$endif} {$ifdef _MSC_VER} {$HPPEMIT '# define _CRT_SECURE_NO_WARNINGS'} {$endif} {$HPPEMIT '#include <limits.h>'} {$HPPEMIT '#include <stdio.h>'} {$HPPEMIT '#include <stdlib.h>...
{------------------------------------------------------------------------- QBMHelp Unit to display help about macros Written for Borland Turbo Pascal V 6.0 Copyright 1991, by John H. Eckert All ...
{Addition Starter Set 1 Pascal Sample Solution} program Solution; {Declare variables.} var inputFile: text; a, b: longint; total: longint; outputFile: text; begin { Open the input and output files. } assign(inputFile, 'addin.txt'); reset(inputFile); assign(outputFile, 'addout.txt'); rewrite(out...
unit Unit1; interface uses System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants, FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs, System.Bluetooth, System.Bluetooth.Components, FMX.StdCtrls, FMX.Controls.Presentation; type TForm1 = class(TForm) Button1: TButton; ...
Date sent: Fri, 08 Aug 1997 14:38:38 -0500 From: Gary Raney <geraney@uic.edu> Subject: software To: Chuck Clifton <cec@psych.umass.edu> PROGRAM REVAMP; {Program to calculate subject and item means for } USES CRT,DOS; {studies using segmented passages. The p...
unit helpers.indy; {$I 'DelphiDefs.inc'} interface uses idglobal, types, classes, sysutils, typex, idiohandlersocket, systemx; function TBytesToIDBytes(b: TBytes): TIDBytes; function AnsiStringToIDBytes(a: ansistring): TIDBytes; function idsocket_GuaranteeRead(idsocket: TIdIOHandlerSocket; iCount: ni): TidBytes; f...
unit EspecificacaoPedidoFaturado; interface uses Especificacao; type TEspecificacaoPedidoFaturado = class(TEspecificacao) private FCodigoPedido :Integer; public constructor Create(CodigoPedido :Integer); public function SatisfeitoPor(Objeto :TObject) :Boolean; override; end; implementation ...
unit PXL.Providers.Auto; { This file is part of Asphyre Framework, also known as Pascal eXtended Library (PXL). Copyright (c) 2000 - 2015 Yuriy Kotsarenko This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free S...
{$include opts.inc} unit DXT; interface uses USystem, Utils, UMath, U_GL; procedure Decompress(data: pointer; dxf: GLImageFormat; const size: UintVec2; output: pointer); procedure Flip(src, dst: pointer; dxf: GLImageFormat; const size: UintVec2); function DetectDXT1A(data: pointer; const size: UintVec2...
unit GnvGraphics; interface uses Graphics; function GnvBlend(Color1, Color2: TColor; Value: Byte = 127): TColor; function GnvBrighten(Color: TColor; Percent: Single): TColor; function GnvDarken(Color: TColor; Percent: Single): TColor; function GnvColorToHex(Color: TColor): string; function GnvHexToColor(Hex: strin...
{******************************************************************************* ×÷Õß: dmzn@163.com 2009-7-24 ÃèÊö: ͼƬ°´Å¥ *******************************************************************************} unit UBitmapButton; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Form...
unit ExecutorThread; //////////////////////////////////////////////////////////////////////////////// // // Description: // Author: lksoulman // Date: 2017-5-1 // Comments: {Doug Lea thread} // //////////////////////////////////////////////////////////////////////////////// interface uses Windows, ...
(* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ma...
unit ReceivingCommandResponseThreadU; interface uses Windows, Classes, Forms, Comctrls, Sysutils, Dialogs, ScktComp, WinSock, CsIntf; type ReceivingCommandResponseThread = class(TThread) private { Private declarations } protected procedure Execute; override; public constructor Create;overlo...
unit DelivererADO; interface uses ADODB, DelivererEntity, SysUtils, DanAdo; type TDelivererADO = class(TObject) public function getDelivererById(id: Longint): TDelivererClass; end; implementation { TDelivererADO } function TDelivererADO.getDelivererById(id: Integer): TDelivererClass; var q1: TADOQuery...
{ This file is part of Dev-C++ Copyright (c) 2004 Bloodshed Software Dev-C++ is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later ...
unit FrmShare; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, bsSkinData, bsSkinCtrls, ComCtrls, bsSkinTabs, StdCtrls, Mask, bsSkinBoxCtrls; type pTShareDataInfo = ^TShareDataInfo; TShareDataInfo = packed record nID: Integer; sFileName:...
unit CommDBM; // update by codefan at 2006-09-06 09:24 interface uses SysUtils, Classes, DB, ADODB,Variants, DBTables; const IS_BDE = false; SINGLETON = false; type SDBSetting = record DBSys :String; DBConnStr :String; DBUser :String; DBPwd :String; end; TCommDB = class(TDataMo...
unit CodeBar; interface uses Windows, Messages, SysUtils, Classes, Graphics, printers; type TCodeType=(Code128A,Code128B,Code128C); TCodeBar = class(tcomponent) private { Private declarations } fUnitWidth:integer; fHeight:integer; fCodeString:string; fCanCode:boolean; fHead:string; ...
unit db.uCreateVCDllForm; { 创建 VC Dialog DLL / VC MFC DLL 窗体 } interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Classes, Vcl.Forms, Vcl.ComCtrls, HookUtils, db.uCommon; { 运行 VC DLL 窗体 } procedure PBoxRun_VCDll(const strVCDllFileName, strFileValue: String; tsDll: TTabSheet; OnVCDllFormDestroy...
unit DataBase.JDbCommand; interface uses Classes, System.Base, DataBase.Interfaces; type JDbCommand = class(TJComponent, IDbCommand) private FConnection: IDbConnection; FStatement: TObject; FSql: TStringList; function queryInternal(const AParams: array of const ): IDbDataReader; ...
unit Nathan.UriBuilder.Attribute; interface uses Nathan.UriBuilder.Validator; {$M+} type UriName = class(TCustomAttribute) strict private FFieldLength: Integer; FName: string; FValidator: TUriValidatorClass; public constructor Create(const AName: string); overload; const...
{============================================================================== _ ve'va'CHe __ _(_)_ ____ _ ___ ___ ™ \ \ / / \ \ / / _` |/ __/ _ \ \ V /| |\ V / (_| | (_| __/ \_/ |_| \_/ \__,_|\___\___| game toolkit Copyright © 2020 tinyBigGAMES™ LLC All rights re...
unit BIFF_Utils5; interface {- ******************************************************************************** ******* XLSReadWriteII V6.00 ******* ******* ******* ******* Copyright(C) 1999,2017 Lars ...
unit PXL.Linux.ioctl; { This file is part of Asphyre Framework, also known as Pascal eXtended Library (PXL). Copyright (c) 2000 - 2015 Yuriy Kotsarenko This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Soft...
{ Диалог редактирования строки соединения v0.0.1 (03.04.06) } unit ConnectEdit; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ExtCtrls, CustomOptions; type TfrmConEdit = class(TForm) Bevel1: TBevel; Label1: TLabel; rbUseFile: TRad...
unit ATApp.Vcl.DM.StdDialogs; interface uses System.SysUtils, System.Classes, System.UITypes, // Vcl.Dialogs, AT.DEB.Events.StdDialogs, EventBus, ATApp.DEB.UISkin; type TdmStdDialogs = class(TDataModule) strict private FDarkMode: Boolean; protected property DarkMode: Boolean read FDarkMode write...
uses graphABC; const W = 1200; H = 550; //Координаты левой верхней границы системы координат: xLeft = 50; yLeft = 50; //Координаты правой нижней границы системы координат: xRight = W - 50; yRight = H - 50; a = -10; b = 10; dx = 0.5; fmin = -1; fmax = 1; dy = 0.1; step ...
unit lplclgraphics; {$mode objfpc}{$H+} interface uses Classes, SysUtils,Graphics, lpcompiler, lptypes, ulpClassHelper; type PStream = ^TStream; PHandle = ^THandle; PNotifyEvent = ^TNotifyEvent; PGraphicsObject = ^TGraphicsObject; //TFont PFontStyles = ^TFontStyles; PFont = ^TFont; PFontPitch = ^TF...
object LinealForm: TLinealForm Left = 0 Top = 0 Cursor = crCross BorderStyle = bsNone Caption = 'GeekEdit - Lineal' ClientHeight = 50 ClientWidth = 640 Color = clCream Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ...
(* This is a test and gets ignored by the scanner. Even in the next line. *) := // The rest of this line is comment +
// Copyright (c) 2021 Arsanias // Distributed under the MIT software license, see the accompanying // file LICENSE or http://www.opensource.org/licenses/mit-license.php. unit Core.Utils; interface uses System.Types, System.Variants, System.Math, System.SysUtils, System.StrUtils, System.DateUtils, Sys...
unit DW.Classes.Helpers; {*******************************************************} { } { Kastri } { } { Delphi Worlds Cross-Platform Library ...
unit MainForm; {$mode objfpc}{$H+} interface uses Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls; type { TForm1 } TForm1 = class(TForm) ChkPost: TCheckBox; EditIDM: TEdit; Label1: TLabel; LabelIn: TLabel; LabelName: TLabel; LabelOut: TLab...
unit ServerInfoImpl; //////////////////////////////////////////////////////////////////////////////// // // Description£º ServerInfo Implementation // Author£º lksoulman // Date£º 2017-7-21 // Comments£º // //////////////////////////////////////////////////////////////////////////////// interface uses ...
(* ***** 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 distr...
unit uCurrencyHandler; interface uses hData , SysUtils , cxEdit , cxCurrencyEdit ; type ECurrencyHandlerException = class(Exception); // for future use ... maybe // TAmount = record // Value: double; // Currency: string; // function ConvertTo(const aOtherCurrency: string): TAmount; // end...
unit ParallelJoinMain; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls; type TfrmParallelJoin = class(TForm) btnJoin2: TButton; btnJoin3: TButton; ListBox1: TListBox; btnDHPJoin: T...
unit XBookPaintGDI2; {- ******************************************************************************** ******* XLSSpreadSheet V3.00 ******* ******* ******* ******* Copyright(C) 2006,2017 Lars Arvidsson,...
program SetProcessCritical; {$APPTYPE CONSOLE} uses Windows; const ntdll = 'NTDLL.DLL'; type NTSTATUS = ULONG; HANDLE = ULONG; PROCESS_INFORMATION_CLASS = ULONG; function RtlAdjustPrivilege(Privilege: ULONG; Enable: BOOL; CurrentThread: BOOL; var Enabled: PBOOL): DWORD; stdcall; external...
unit UPadraoLista; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, UPadrao, StdCtrls, ExtCtrls, Grids, DBGrids, DB, ActnList, ComCtrls, ToolWin, ImgList, uPadraoCadastro, ADODB, jpeg, System.Actions, System.ImageList; type TFPadraoLista = class(TFPadrao) ...
unit frmPasteContoursUnit; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Buttons, ExtCtrls, ArgusFormUnit, Clipbrd, CheckLst, AnePIE; type TfrmPasteContours = class(TArgusForm) Panel1: TPanel; BitBtn1: TBitBtn; BitBtn2: TBitBtn; BitBtn3: TBit...
{***********************************************************} { Systec Sistemas Ltda } { } { Funçõs para tratamentos de ativiades gerais de obetos } { Sergio Luis Censi 01/09/98 } {****...
unit ContractInfo; interface type TContractInfo = class (TObject) private contractNumber : string; percentPerDay : Double; dateBegin : TDateTime; dateEnd : TDateTime; loanAmount : Double; estimatedAmount : Double; specialAction : Integer; arrayOfProducts : array [0..5,0..8] of stri...
unit uAlarm; {$mode objfpc}{$H+} interface uses Classes, SysUtils, Forms, Controls, Graphics, Dialogs, StdCtrls, ExtCtrls, CPort, CPortCtl, SerialPort, uStringAlarm, Types; type { TfAlarm } TfAlarm = class(TForm) btAck: TButton; btAlarm: TButton; btNormal: TButton; Button...
unit DynamicButtons; interface uses System.Types, System.UITypes, Vcl.Graphics; type TCanvasHelper = class helper for TCanvas procedure Folder(x: Integer); procedure Circle(x, y, w, h: Integer); procedure Minus(x: Integer); procedure Plus(x: Integer); procedure Paper(x, y, w, c: Integer);...
{************************************************} { } { Turbo Vision File Manager Demo } { Copyright (c) 1992 by Borland International } { } {************************************************} {$X+} unit D...
unit Plugin_VCLControlsClasses; interface uses Classes, Plugin, uPSComponent, uPSRuntime, uPSCompiler, NovusPlugin, API_Output, SysUtils, System.Generics.Defaults, uPSI_Dialogs, dialogs, APIBase, uPSR_stdctrls, uPSC_stdctrls, uPSR_forms, uPSC_forms, uPSC_graphics, uPSC_controls, uPSC_classes, uPSR_gr...
unit unFraPreguntas; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, unArtFrame, Vcl.ComCtrls, Data.DB, SDEngine, AnsiSql, Vcl.StdCtrls, unEncuesta, unCustomGridABM, Vcl.ImgList, AdvPageControl; type TfraPr...
unit MainFrame; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, Menus, ComCtrls, StdCtrls, Buttons, ExtCtrls,DefDB; type TfrMainFrame = class(TForm) muMain: TMainMenu; muFile: TMenuItem; muEdit: TMenuItem; muHelp: TMenuItem; muNew: TMenuIte...
{$include opts.inc} unit ZlibHeaders; {$define ShareLzhamStates} interface uses ctypes, USystem, Errors, DynamicLoader; type z = class type stream = record next_in : pointer; // next input byte avail_in : cuint; // number of bytes available at next_in total_in : cu...
unit EpurationChantiers; interface Uses Classes, Windows, sysutils, ComCtrls, {$IFNDEF EAGLCLIENT} db, {$IFNDEF DBXPRESS} dbTables, {$ELSE} uDbxDataSet, {$ENDIF} Fe_Main, {$ELSE} MainEagl, {$ENDIF} HCtrls, Hpanel, HEnt1, HMsgBox, Vierge, EntGc, BTPU...
unit uData; interface uses uTypes, SysUtils; type TIndex = SG; { Warning! Dynamic variables must be finalized manually before removed } TData = class(TObject) // TArrayList private FObjects: BG; Data: Pointer; FClearCreated: BG; FItemSize: UG; FItemSh: UG; FItemMemSize: ...
unit RenderLists; {$include opts.inc} {$ifdef Debug} {-$define ExtDebug} {$endif} interface uses USystem, UClasses, UMath, Algo, U_GL, GLBase, GLClasses, Lights, SceneGraph, USkeleton, Cameras, SpatialIndex {$ifdef use_serialization}, Streams {$endif} {$ifdef Debug}, Utils, ULog {$endif}; type pRe...
unit QuoteCommButton; interface uses Windows, Messages, Classes, Controls, ExtCtrls, Graphics, system.SysUtils, System.Math, Vcl.Imaging.pngimage, Vcl.StdCtrls, AppControllerInf, CommonFunc, System.StrUtils, QuoteCommLibrary, gr32; const Con_Disable_Suffix = 'Disable'; Con_Down_Suffix = 'Down'; Con_Hot...
(* Перехват паролей для LMNoIpServer.exe Использовать только в академических целях *) unit MainForm; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, IdBaseComponent, IdComponent, IdCustomTCPServ...
unit Controller.Base; interface uses Controller.Interfaces, Horse, FireDAC.Comp.Client, FireDAC.DApt, System.JSON; type TControllerBase = class(TInterfacedObject, IController) protected procedure AdicionarSubQueries(JsonObj: TJSONObject); virtual; private App: THorse; FQuery: TFDQuery; functi...
unit uObjPoolUnit; interface { 通用的对象池 create by rocklee, 9/Jun/2017 QQ:1927368378 应用例子: FPool := TObjPool.Create(10); //定义一个最大可以容纳10个对象的缓冲对象池 FPool.OnNewObjectEvent := onNewObject; //定义新建对象的事件 FPool.setUIThreadID(tthread.CurrentThread.ThreadID); //设置主线程的ThreadID FPool.WaitQueueSize := 100; //排队等待的最大上...
unit FileUtils; interface uses Winapi.Windows, Winapi.ShellAPI, SysUtils, Vcl.Controls; type TDiskSign = string[2]; type TFileUtils = class(TObject) private public class procedure GetSysImages(out LargeImages: TImageList; out SmallImages: TImageList); class function GetMedia...
{***********UNITE************************************************* Auteur ...... : BM Créé le ...... : 26/11/2002 Modifié le ... : / / Description .. : Procédure de dédoublonnage Mots clefs ... : *****************************************************************} unit ReformateChamp; interface {******************...
unit Lancamento; interface uses SysUtils, TipoLancamento, Contnrs; type TLancamento = class private Fcodigo: Integer; Fvalor_total: Real; Fvalor_pago: Real; Fdescricao: String; Fdata_vencimento: TDateTime; Fdata_cadastro: TDateTime; Ftipo: TTipoLancamento; Fobservacao: Stri...
unit mBluetoothHelper; interface uses System.Bluetooth, System.Classes, System.SysUtils ; type TBluetoothGattCharacteristicListHelper = class helper for TBluetoothGattCharacteristicList function Extract(const AUUID: TBluetoothUUID; var ACharacteristic: TBluetoothGattCharacteristic): Boolean; ...
unit Logic; interface type PCardPointer = ^TCard; TCard = record EqualCard: PCardPointer; IsTurned: Boolean; Row: Integer; Column: Integer; PairNumber: Integer; end; TMatrix = array of array of TCard; TLogic = class private IsNowTurned: Boolean; PastTurne...
unit uMap; interface uses Generics.Collections, Types, GLHUDObjects, GLWindowsFont, GLCanvas, GLObjects, GLMaterial, GLScene, SysUtils, GLCoordinates, Windows, GLRenderContextInfo, Math, xbWorldObjects, xbRegions; const cMapSize = 2048; mapBlockSize = 32768; mapBlockSizeDiv3 = mapBlockSize div 3...