text
stringlengths
14
6.51M
(* StackADS: SWa, 2020-04-15 *) (* --------- *) (* Stack abstract data structure. *) (* ========================================================================= *) ...
unit ufrmMain; interface uses System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants, FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs, System.Math.Vectors, FMX.MaterialSources, FMX.Controls3D, FMX.Objects3D, FMX.Viewport3D, FMX.Ani, FMX.Controls.Presentation, FMX....
unit FindFilesUnit; ////////////////////////////////////////////////////////////////////////////// // // // Description: File and directory handling routines // // ...
unit DX.Messages.Dialog.Listener; interface uses System.Classes, System.SysUtils, System.Messaging, DX.Messages.Dialog; type TMessageDialogListenerBase = class (TObject) strict private class var FInstance: TMessageDialogListenerBase; strict protected procedure Listener(const ASender: TObject; const A...
//////////////////////////////////////////// // Кодировка и расчет CRC для приборов Логика СПТ-961 //////////////////////////////////////////// unit Devices.Logica.SPT961; interface uses Windows, GMGlobals, GMConst, Classes, SysUtils, Devices.ReqCreatorBase; function LogicaSPT961_CheckCRC(buf: array of Byte; Len: in...
UNIT myCrypto; INTERFACE TYPE T_ISAAC=object private randrsl: array[0..256] of dword; randcnt: dword; mm: array[0..256] of dword; aa,bb,cc: dword; PROCEDURE isaac; PROCEDURE iRandInit; FUNCTION iRandA: byte; public CONSTRUCTOR create; DESTRUCTOR destroy; PROCEDURE setSeedByTi...
unit DialogPrint; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, AncestorDialogScale, StdCtrls, Mask, Buttons, ExtCtrls, cxGraphics, cxLookAndFeels, cxLookAndFeelPainters, Vcl.Menus, dxSkinsCore, dxSkinsDefaultPainters, cxControls, cxContainer, cxEdit, cxT...
unit ALimpaBancoDados; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, formularios, Componentes1, ExtCtrls, PainelGradiente, StdCtrls, Buttons, DB, DBClient, Tabela, CBancoDados, FMTBcd, SqlExpr, ComCtrls; type TFLimpaBancoDados = class(TFormularioPermissao)...
{------------------------------------------------------------------------------- // EasyComponents For Delphi 7 // 一轩软研第三方开发包 // @Copyright 2010 hehf //...
{***********************************<_INFO>************************************} { <Проект> Медиа-сервер } { } { <Область> 16:Медиа-контроль ...
{*******************************************************} { } { Delphi FireDAC Framework } { FireDAC tracer } { } { Copyright(c) 2004-2018 Embar...
unit IdIRC; { TIRCClient component for Borland Delphi 5.0 or above by Steve 'Sly' Williams (stevewilliams@kromestudios.com) ported to Indy by Daaron Dwyer (ddwyer@ncic.com) File: IRCClient.pas Version: 1.06 Objects: TIRCClient, TUser, TUsers, TChannel, TChannels, TIdIRCReplies Requires: ...
{ Mystix Copyright (C) 2005 Piotr Jura This program 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 version. This program is distributed i...
{*********************************************************************** Unit gfx_Effects.PAS v1.0 0799 (c) by Andreas Moser, amoser@amoser.de, gfx_Effects is part of the gfx_library collection You may use this sourcecode for your freewareproducts. You may modify this source-code for your own...
unit DMHelper.View.Styles.Colors; interface const COLOR_BACKGROUND = $FF2d2f32; COLOR_BACKGROUND_TOP = $FF8B0000; COLOR_BACKGROUND_TOP_SUBMENU = $00fcfaf9; COLOR_BACKGROUND_MENU = $FF8B0000; COLOR_BACKGROUND_DESTAK = $FFDC143C; FONT_COLOR = $FFF8F8FF; FONT = 'Bookmania'; // COLOR_BACKGROUND = $00322f2...
var n: integer := 5; x: array of real := (1, 2, 3, 5, 4); M, D: real; function Sum(var x: array of real; f: (integer, real) -> real): real; begin var res: real; for var i := 0 to x.Length - 1 do begin res += f(i, x[i]); end; result := res; end; begin M := Sum(...
{*******************************************************} { } { Delphi Visual Component Library } { } { Copyright(c) 1995-2011 Embarcadero Technologies, Inc. } { ...
unit Router4D.History; {$I Router4D.inc} interface uses Classes, SysUtils, {$IFDEF HAS_FMX} FMX.Forms, FMX.Types, {$ELSE} Vcl.Forms, Vcl.ExtCtrls, {$ENDIF} System.Generics.Collections, Router4D.Interfaces, Router4D.Props; type TCachePersistent = record FPatch : St...
unit Bank_impl; {This file was generated on 10 Jun 2000 11:31:17 GMT by version 03.03.03.C1.04} {of the Inprise VisiBroker idl2pas CORBA IDL compiler. } {Please do not edit the contents of this file. You should instead edit and } {recompile the original IDL which was located in the file acco...
unit MainDM; {$mode objfpc}{$H+} interface uses Classes, SysUtils; type { TdmMain } TdmMain = class private public function GetLazarusVersion(const ADir: string): string; function FindFileLaz(const ADir: string): boolean; end; implementation uses ResStr; { TdmMain } function TdmMain.GetL...
unit AdminQuery; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Grids, DBGrids, ExtCtrls, DB, DBTables, Buttons, ADODB, FuncXE,FileCtrl; type TFM_Query = class(TForm) PA_Program: TPanel; Panel1: TPanel; DataSource1: TDataS...
unit UnitTask; {$mode objfpc}{$H+} interface type Task = record id : LongInt; // identyfikator ExecutionTime : LongInt; // czas wykonania AvailabilityTime : LongInt; // minimalny czas dostępności (algorytm go uzupełni) CommenceTime : LongInt; // czas fak...
program ImaginaryArithmetics; type cm = ^complex; complex = record re, im : integer; end; procedure PrintComplex(A : cm); begin writeln('(', A^.re, ',', A^.im, 'i)'); end; function NewComplex(re, im : integer) : cm; var A : cm; begin new(A); A^.re := re; A^.im := im; NewComplex := A; end; func...
unit Pickdate; interface uses Windows, Classes, Graphics, Forms, Controls, Buttons, SysUtils, StdCtrls, Grids, Calendar, ExtCtrls; type TBrDateForm = class(TForm) Calendar1: TCalendar; OkBtn: TButton; CancelBtn: TButton; TitleLabel: TLabel; PrevMonthBtn: TSpeedButton; NextMonthBtn: TSpeed...
unit VisCom; interface uses ExtCtrls, Contnrs, Graphics, Classes, StringValidators; type TMap = class; // forward //============================================================================== // VisCom // Viscoms are components for visualization of map elements. // TVisCom is the base class fo...
{----------------------------------------------------------------------------- Unit Name: ObserverIntf Author: Erwien Saputra This software and source code are distributed on an as is basis, without warranty of any kind, either express or implied. This file can be redistributed, modified if you keep th...
{------------------------------------------------------------------------------ TDzXMLTable component Developed by Rodrigo Depine Dalpiaz (digao dalpiaz) Flexible dynamic table stored as XML file https://github.com/digao-dalpiaz/DzXMLTable Please, read the documentation at GitHub link. -------------------------------...
unit crtsock; { CrtSocket for Delphi 32 Copyright (C) 1999-2001 Paul Toth <tothpaul@free.fr> http://tothpaul.free.fr This program 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 ...
unit uxpldeterminators; {$mode objfpc}{$H+} interface uses Classes,u_xml_xpldeterminator, uxplsettings; Type { TxPLDeterminatorList } TxPLDeterminatorList = class(TStringList) private fBaseDir : string; function Get_Determinator(index : integer): TXMLxpldeterminatorsFile; ...
unit UnitAutoEMail; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, Vcl.NumberBox, IdBaseComponent, IdComponent, IdTCPConnection, IdTCPClient, IdExplicitTLSClientServerBase, IdMessageClient, IdS...
unit PlayerOptions; {$mode objfpc}{$H+} interface uses Classes, SysUtils; type { TPlayerOptions } TPlayerLogOption = (ploExtractor, ploDB); TPlayerLogOptions = set of TPlayerLogOption; TPlayerOptions = class(TPersistent) private class var FOptions: TPlayerOptions; private FLogOptions: TPlaye...
{ Component(s): tcyBaseLed Description: A base led component with Group feature Led states : ON/OFF/DISABLE * ***** 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 no...
unit SHL_IsoReader; // SemVersion: 0.1.0 interface // SpyroHackingLib is licensed under WTFPL // TODO: // - reading filelist // - recognize more formats uses StrUtils, SysUtils, Classes, SHL_Types; type TImageFormat = (ifUnknown, ifIso, ifMdf, ifStr); type TIsoReader = class(TFileStream) ...
unit fTemplateFieldEditor; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, ORCtrls, StdCtrls, ExtCtrls, Menus, ComCtrls, uTemplateFields, ORFn, ToolWin, MenuBar, ORClasses, ORDtTm, fBase508Form, VA508AccessibilityManager; type TfrmTemplateFieldEditor = class(TfrmBase5...
unit OrderQuery; 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.Param, FireDAC.Stan.Error, FireDAC.DatS, FireDAC.Phys.Intf, FireDAC.DApt.Intf, FireDAC.S...
unit LuaTestmain; interface {$O-} uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ActiveX, ExtCtrls; type {$METHODINFO ON} TForm1 = class(TForm) Memo1: TMemo; Button1: TButton; Memo2: TMemo; ButtonLua: TButton; Label1:...
unit xExerciseControl; interface uses xExerciseInfo, System.SysUtils, System.Classes, xFunction, xExerciseAction, xSortControl, xQuestionInfo; type /// <summary> /// 控制类 /// </summary> TExerciseControl = class private FExerciseList: TStringList; FExerciseAction : TExerciseAction; ...
unit UnContaPagarListaRegistrosView; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, Grids, DBGrids, StdCtrls, JvExControls, JvButton, JvTransparentButton, ExtCtrls, { Fluente } Util, DataUtil, UnModelo, UnContasPagarListaRegistrosModelo, Componentes, UnA...
unit xUDPServerBase; interface uses xCommBase, System.Types, xTypes, System.Classes, xFunction, system.SysUtils, IdBaseComponent, IdComponent, IdUDPServer, IdUDPBase, IdUDPClient, IdSocketHandle, IdGlobal, IdContext; type /// <summary> /// UDP 通讯基类 不监听直接可以发送,要接收必须监听 /// </summary> TUDPServerB...
unit ncaFrmSenhaWiz; { ResourceString: Dario 11/03/13 } interface uses Windows, Messages, ncErros, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, cxTextEdit, cxControls, cxContainer, cxEdit, cxLabel, StdCtrls, cxLook...
{ Definition of error codes. LICENSE: Copyright 2016-2021 Jan Horacek Licensed under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0 Unless required b...
{ Component(s): TindLed ---> old cindy name tcyled Description: A simple led with Group feature depending on the state: ON/OFF/DISABLE * ***** BEGIN LICENSE BLOCK ***** * * Version: MPL 1.1 * * The contents of this file are subject to the Mozilla Public License Version * 1....
unit ProductsBaseQuery0; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, BaseEventsQuery, FireDAC.Stan.Intf, FireDAC.Stan.Option, FireDAC.Stan.Param, FireDAC.Stan.Error, FireDAC.DatS, FireDAC.Phys.Intf, Fir...
unit UFMain; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.Imaging.pngimage, Vcl.ExtCtrls, Vcl.StdCtrls, Vcl.Grids, UIMainController, GIFImg; type TFMain = class(TForm) pnlHeader: TPanel; imgHe...
unit StdRequest; interface uses xmldom, XMLDoc, XMLIntf, Variants; type { Forward Decls } IXMLGMIORequestType = interface; IXMLAuthType = interface; IXMLDataType = interface; IXMLSourcesType = interface; IXMLSourceType = interface; IXMLStateType = interface; { IXMLGMIORequestType } IXMLGMIORequestT...
unit Devices.Altistart22; interface uses GMConst, Devices.Modbus.ReqCreatorBase; type TAltistart22ReqCreator = class(TModbusRTUDevReqCreator) public procedure AddRequests(); override; end; const // Линейное напряжение ADDR_ALTISTART22_ALL = 257; COUNT_ALTISTART22_ALL = 23; ADDR_AL...
unit Bank_i; {This file was generated on 11 Aug 2000 20:11:55 GMT by version 03.03.03.C1.06} {of the Inprise VisiBroker idl2pas CORBA IDL compiler. } {Please do not edit the contents of this file. You should instead edit and } {recompile the original IDL which was located in the file account...
{** * @Author: Du xinming * @Contact: QQ<36511179>; Email<lndxm1979@163.com> * @Version: 0.0 * @Date: 2018.10 * @Brief: *} unit org.utilities; interface type TLogLevel = (llFatal, llError, llWarning, llNormal, llDebug); TLogNotify = procedure (Sender: TObject; LogLevel: TLogLevel; LogContent: string) of ob...
unit UnExportacaoFiscal; interface Uses Classes, db, SQLExpr, comctrls, SysUtils, UnDados; Type TRBFuncoesExportacaoFiscal = class private Aux, Estados, Tabela, Produtos : TSQLQuery; procedure LocalizaPessoasExportacao(VpaTabela : TDataSet; VpaCodFilial : Integer; VpaDataInicial,Vpa...
unit ncaFrmFundo; { ResourceString: Dario 11/03/13 } interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, ExtCtrls, LMDCustomControl, LMDCustomPanel, LMDCustomBevelPanel, LMDSimplePanel, ActnList, Buttons, LMDControl, dxBar, cxClasses; type TFrmFundo = clas...
unit Adler; (************************************************************************ adler32.c -- compute the Adler-32 checksum of a data stream Copyright (C) 1995-1998 Mark Adler Pascal translation Copyright (C) 1998 by Jacques Nomssi Nzali For conditions of distribution and use, see copyright not...
unit LLVM.Imports.IPO; interface //based on IPO.h uses LLVM.Imports, LLVM.Imports.Types; type TcallbackPass = function (par: TLLVMValueRef): TLLVMBool; cdecl; {* See llvm::createArgumentPromotionPass function. } procedure LLVMAddArgumentPromotionPass(PM: TLLVMPassManagerRef); cdecl; external CLLVMLibrary; {...
//****************************************************************************** //*** LUA SCRIPT FUNCTIONS *** //*** *** //*** (c) Massimo Magnano 2006 ...
unit ClsUbicaciones; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls,VCIF1Lib_TLB, StdCtrls, IB_Components, IB_StoredProc, StrMan, ESBDates,IniFiles; type TUbicacion = class(TObject) {Business Services} constructor Create; destructor Destroy; private // Tabla: U...
unit int_32_3; interface implementation var G: Int32; procedure Test; var x, y, z, a, b, c: Int32; begin x := -1; y := -2; z := -3; a := x + y; b := x + z; c := a + b; G := x*a + y*b + z*c; end; initialization Test(); finalization Assert(G = 32); end.
unit UnMovimentoDeCaixaImpressaoView; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Mask, JvExMask, JvToolEdit, JvMaskEdit, JvCheckedMaskEdit, JvDatePickerEdit, JvExControls, JvButton, JvTransparentButton, ExtCtrls, { helsonsant } Util, DataUt...
{****************************************************************************** * * * PROJECT : EOS Digital Software Development Kit EDSDK * * NAME : camera.pas * ...
unit SKUtil; interface uses Objects; type {Структура для хранения списка пройденных вершин} PTops = ^TTops; TTops = record Co : Integer; NextItem: PTops; end; {Очередь} PQueue = ^TQueue; TQueue = object(TObject) Head: PTops; {Указатель на начало очереди} Tail: PTops; {Указатель на ...
unit BCEditor.Editor.WordWrap.Colors; interface uses Classes, Graphics, BCEditor.Consts; type TBCEditorWordWrapColors = class(TPersistent) strict private FArrow: TColor; FLines: TColor; FOnChange: TNotifyEvent; procedure SetArrow(const Value: TColor); procedure SetLines(const ...
unit SortFlds; interface uses Classes, HTTPApp, Db, DbClient, Midas, XMLBrokr, WebComp, PagItems, MidItems, MidComp; type TSortTextColumn = class(TTextColumn, IFormatColumn, IScriptComponent) private FButtonCaption: string; protected function FormatColumnHeading(Options: TWebContentOptions): string;...
unit Persistence.Entity.City; interface uses System.Classes, Spring, Spring.Persistence.Mapping.Attributes, Persistence.Consts; type TCommonCity = class(TObject) strict private FId: int; FName: string; FStateId: int; protected property Id: int read FId write FId; property Name: str...
unit JSONHelper; interface function EscapeJSON(s : WideString) : String; function JSONElement(name, value : WideString) : String; overload; function JSONElement(name : String; value : Integer) : String; overload; function JSONElementMoney(name : String; value : Double) : String; function JSONElementDate(name : String...
unit GameTexture; interface uses Windows, ASDHeader, ASDUtils, ASDType, GameType {, Graphics}; type TAdlerTexFile = class(TObject) private FW: Integer; FH: Integer; FBPP: Integer; FTexMem: Pointer; FTexImage: ITexImage; FName: string; function BytesPerScanline(PixelsPerScanline, Bit...
unit UnitFormProgress; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.ComCtrls, Vcl.ToolWin, Vcl.ExtCtrls, Vcl.StdCtrls, System.ImageList, Vcl.ImgList, Vcl.Imaging.pngimage; type TProgre...
unit LazFileUtils; { LLCL - FPC/Lazarus Light LCL based upon LVCL - Very LIGHT VCL ---------------------------- This file is a part of the Light LCL (LLCL). This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL wa...
{----------------------------------------------------------------------------- Unit Name: SettingPersistent This software and source code are distributed on an as is basis, without warranty of any kind, either express or implied. This file can be redistributed, modified if you keep this header. Copyrigh...
unit SeniorLimitMaintenanceAddNewLimitDialog; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ExtCtrls, wwdblook, Db, DBTables, Wwtable, Buttons; type TAddNewLimitSetDialog = class(TForm) Label1: TLabel; SwisCodeTable: TwwTable; Table1: TTable; ...
unit reghelper; interface uses hash,classes; // ------------------------------------------------------------ Useful Functions function GetURL(url:string): string; function GetAppPath():string; function CSVify(s:string):string; // ---------------------------------------------------------- Data Storage Types type T...
{ AD.A.P.T. Library Copyright (C) 2014-2018, Simon J Stuart, All Rights Reserved Original Source Location: https://github.com/LaKraven/ADAPT Subject to original License: https://github.com/LaKraven/ADAPT/blob/master/LICENSE.md } unit ADAPT.Performance.Intf; {$I ADAPT.inc} interface uses {$IFDEF ADAPT_USE_...
{*******************************************************} { } { Borland Delphi Visual Component Library } { } { Copyright (c) 1995, 1999 Inprise Corporation } { ...
program l_dwukierunkowa; uses crt,dos; //struktura opisujaca dana osobe, element listy type osobaPTR = ^osoba; osoba = record nazwisko : String; stanowisko : String; zarobki : Integer; nastepny : osobaPTR; poprzedni : osobaPTR; end; var pracownicy : osobaPTR; //dodawanie elementu n...
unit uLocalization; interface uses Windows, Messages,Menus, StdCtrls, SysUtils, Variants, Classes, Controls, Forms, Generics.Collections, Buttons, ComCtrls, StrUtils, Vcl.ExtCtrls, {XML} Xml.xmldom, Xml.XMLIntf, Xml.Win.msxmldom, Xml.XMLDoc; type TLocalization = class private const RootNodeName = 'Langua...
unit QlpBits; {$I ..\Include\QRCodeGenLib.inc} interface type TBits = class sealed(TObject) public /// <summary> /// Calculates Arithmetic shift right. /// </summary> /// <param name="AValue">Int32 value to compute 'Asr' on.</param> /// <param name="AShiftBits">Byte, number of bits to shift...
unit fNetwork; interface uses SysUtils, ActiveX, ComObj, Variants; function GetWin32_NetworkAdapterMACList: string; implementation function GetWin32_NetworkAdapterMACList: string; const WbemUser =''; WbemPassword =''; WbemComputer ='localhost'; wbemFlagForwardOnly = $00000020; var ...
//////////////////////////////////////////////////////////////////////////////// // // **************************************************************************** // * Project : FWZip // * Unit Name : FWZipModifier // * Purpose : Класс для модификации созданного ранее ZIP архива // * Author : Александр (R...
{*******************************************************} { } { Delphi REST Client Framework } { } { Copyright(c) 2014-2018 Embarcadero Technologies, Inc. } { All rights rese...
unit Main; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, Grids, DBGrids, SMDBGrid, Db, DBTables, ExtCtrls, StdCtrls; type TfrmMain = class(TForm) Query1: TQuery; DataSource1: TDataSource; SMDBGrid1: TSMDBGrid; Image1: TImage; Query1CU...
{*******************************************************} { } { Delphi VCL Extensions (RX) } { } { Copyright (c) 1997 Master-Bank } { ...
unit osExtenso; interface uses SysUtils; function ValorPorExtenso(PValor : double) : string; function MilharPorExtenso(PCentena : integer) : string; const Centena : array[1..9] of string = ('cento ', 'duzentos ', 'trezentos ', 'quatrocentos ', 'quinhentos ', 'seiscento...
unit uUsuarioModel; interface uses uEnumerado, FireDAC.Comp.Client, uPermissao; type TUsuarioModel = class private FAcao: TAcao; FCpf: string; FSenha: string; FNome: string; FSNome: string; FPermissao: string; procedure SetAcao(const Value: TAcao); procedure SetCpf(const Val...
unit PeMainForm; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, ComCtrls, ExtCtrls, pegradpanl, peoutlookbtn, PeJeonLabel, StdCtrls, Db, DbTables, Mask, pebtnedit, Grids, DBGrids, pedbgrid, DBCGrids, DBCtrls, pedbutil, hanapass, pereg, jeonPan, NotesHana_TLB,O...
Unit RemDriversInfo; Interface Uses RemDiskDll; Procedure RemInfoInit(Var AInfo:REM_DRIVERS_INFO); Function RemInfoPlainRAMDisksSupported:Boolean; Function RemInfoPlainFileDisksSupported:Boolean; Function RemInfoEncryptedRAMDisksSupported:Boolean; Function RemInfoEncryptedFileDisksSupported:Boolean; Function RemIn...
{ Ultibo Binary to Type Tool. Copyright (C) 2021 - SoftOz Pty Ltd. Arch ==== <All> Boards ====== <All> Licence ======= LGPLv2.1 with static linking exception (See COPYING.modifiedLGPL.txt) Credits ======= Information for this unit was obtained from: References ========== Binary to Type ==============...
unit Loader; interface uses {$IFNDEF LINUX} Windows, Messages, {$ENDIF} SysUtils, Classes, Graphics, Controls, Forms, Dialogs, DBCtrls, ExtCtrls, Grids, DBGrids, StdCtrls, ToolWin, ComCtrls, Buttons, UniDacVcl, Variants, {$IFDEF FPC} LResources, {$ENDIF} DB, UniLoader, UniScript, DBAccess, Uni, Fetch, DAL...
{: GLUserShader<p> A shader that passes control of the DoApply and DoUnApply methods through published events. This component is designed to make it a little easier to implement a customized shader. Be sure to keep the shader balanced by returning the OpenGL state to how you found it.<p> <...
{*******************************************************} { } { Delphi FireMonkey Platform } { } { Copyright(c) 2011 Embarcadero Technologies, Inc. } { ...
unit MediaProcessing.Convertor.RGB.MJPEG; interface uses SysUtils,Windows,Classes, MediaProcessing.Definitions,MediaProcessing.Global; type TPerformance = (pBestQuality, pBestSpeed); TMediaProcessor_Convertor_Rgb_MJpeg=class (TMediaProcessor,IMediaProcessor_Convertor_Rgb_MJpeg) protected FCompressionQual...
unit PascalCoin.FMX.Strings; interface resourcestring SPleaseGiveThisNodeAName = 'Please give this node a name'; STheURLEnteredIsNotValid = 'The URL entered is not valid'; SEnablingThisWillAllowYouToAutoma = 'Enabling this will allow you to automatically send from multiple accounts if one account does not ...
unit SHL_Progress; // SemVersion: 0.1.0 // Contains ... // Changelog: // 0.1.0 - test version // TODO: // interface // SpyroHackingLib is licensed under WTFPL uses SysUtils, Classes, SHL_Types; type TConsoleProgress = class(TObject) constructor Create(MaxValue: Integer; MinValue: Integer ...
unit UnDespesas; {Verificado -.edit; } interface uses Db, DBTables, Classes, sysUtils,SQLExpr, Tabela; type TFuncoesDespesas = class AUX : TSQLQuery; AUX1, CAD : TSQL; VprBaseDados : TSqlConnection; private Campos: TStringList; procedure CarregaMOV(VpaTstringMOV: TStri...
unit Dropper; {***********************************************} { } { TFileDropper } { Copyright ©1999 Lloyd Kinsella Software. } { } { Version 1.0 } { ...
//////////////////////////////////////////// // Классы для опроса удаленного сервера //////////////////////////////////////////// unit RecordsForRmSrv; interface uses Windows, Classes, SysUtils, Math, GMSqlQuery, GMGlobals, DateUtils; type TRemoteSrvRecord = class(TCollectionItem) private procedure CreateReq...
unit uNSM; interface uses Windows, Forms, MultiMon, ExtCtrls, Classes; type Tfrm = class(TForm) tim: TTimer; procedure timTimer(Sender: TObject); procedure FormActivate(Sender: TObject); private { Private declarations } public { Public declarations } end; var frm: ...
unit AServicos; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, ExtCtrls, StdCtrls, ComCtrls, DBTables, Db, DBCtrls, Grids, DBGrids, Buttons, Menus, formularios, PainelGradiente, Tabela, Componentes1, LabelCorMove, Localizacao, Mask, EditorImagem, ImgList, n...
unit ClientFr; { This is the client portion of a MIDAS demo. Make sure that you compile and run the server project before trying to run this probject. This project demonstrates how to set parameters for a query on the server. } interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms,...
unit Spring.Persistence.Adapters.IBX; {******************************************************************************} { } { Licensed under the Apache License, Version 2.0 (the "License"); } { you may not use this file except in...
unit typename_0; interface implementation var s: string; procedure Test; begin s := typename(string); end; initialization Test(); finalization Assert(s = 'String'); end.
unit ReportsView; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, GridFrame, cxGraphics, cxControls, cxLookAndFeels, cxLookAndFeelPainters, cxStyles, cxCustomData, cxFilter, cxData, cxDataStorage, cxEdit, c...
unit PIC; interface uses Classes; Const Tab = #$09; Type TReverseCALM = class(TObject) private FProcessor : string; { nom du processeur } FWordBits : integer; { nombre de bits par mots } FWordLen : word; { longeur d'un mot en mémoire } FMemorySize ...
unit Variant_18_1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Grids; type TForm22 = class(TForm) Tab: TStringGrid; Label1: TLabel; Edit1: TEdit; Label2: TLabel; Label3: TLabel; Edit2: TEdit; Label4: TLabel; Edit3:...