text
stringlengths
14
6.51M
Unit setunits; interface uses files; var kb :dsp; { kb - kubik } nl :dsp; { nl - nothing } tk :dsp; { tk - tank } cr :dsp; { cr - crash } c5 :dsp; { c5 - csw-mt5 } c9 :dsp; { c5 - csw-mt9 } ec :boolean; Procedure loadallunits; Procedure DrawSelected(rx,ry:integer;img:dsp); Procedure DrawCSWmt9(rx,ry:in...
unit mWatchInterval; interface uses System.Classes, System.SysUtils, System.SyncObjs ; type TwatchInterval = class(TThread) private FEnabled: Boolean; FInterval: Integer; FOnTimeout: TProc; FPause, FWait: TSimpleEvent; function GetEnabled: Boolean; procedure SetEnabled...
(* ***** 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 Posix.ffmpeg.libavcodec.adts_parser; (* * This file is part of FFmpeg. * * FFmpeg 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 Software Foundation; either * version 2.1 of the License, or (at your option) any...
unit SMS_Consts; interface uses Classes; const MAX_REAL = High(Integer)*1.0; MIN_REAL = MAX_REAL * -1.0; INVALID_VALUE = High(Integer); CHECK_INVALID_VALUE = INVALID_VALUE/10; MILLION = 1000000; THOUSAND = 1000; HUNDRED_MILLION = MILLION * 100; NA_DESC = 'N.A.'; AlignmentDescs : array[TAlign...
unit UMain; interface uses System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants, FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs, FMX.Controls.Presentation, FMX.StdCtrls; type TForm1 = class(TForm) Button1: TButton; procedure Button1Click(Sender: TObject); ...
unit EspecificacaoNaturezaPorTipo; interface uses TipoNaturezaOperacao, Especificacao; type TEspecificacaoNaturezaPorTipo = class(TEspecificacao) private FTipo :TTipoNaturezaOperacao; public constructor Create(TipoNatureza :TTipoNaturezaOperacao); public function SatisfeitoPor(Natureza :TO...
{(*} (*------------------------------------------------------------------------------ Delphi Code formatter source code The Original Code is frBlankLines.pas, released Nov 2003. The Initial Developer of the Original Code is Anthony Steele. Portions created by Anthony Steele are Copyright (C) 2003 Anthony Steele. All...
unit IqGrabber; interface uses PacketGrabber,xmpp.client.IQ,XMPPEvent,XmppConnection,Element; type TIqGrabber=class(TPacketGrabber) private synchronousresponse:TIQ; _synchronoustimeout:integer; foniq:TIqHandler; _connection:TXmppConnection; public constructor Create(conn:TXmppConnection);ov...
unit HttpExecutor; //////////////////////////////////////////////////////////////////////////////// // // Description£º Executor Http Interface // Author£º lksoulman // Date£º 2017-10-5 // Comments£º // //////////////////////////////////////////////////////////////////////////////// interface uses IdHT...
unit rox_world; interface uses USystem, UMath, rox_actor, rox_paths, rox_gfx; type pWorld = ^World; World = object(&Object) type PlayerOutfit = (GenericOutfit, SpaceSuit); var player: pActor; currentPlayerOutfit: PlayerOutfit; spaceshipBrought, spaceshipArrivedOnMars, firstAmmoProceed, ...
unit ImportUnit; // Save TD32 information and used Turbo debugger to debug. // Click F3 and enter the name of your dll. // After Argus ONE has started attach to ArgusONE.dll. // From the File menu change to the directory with the source code of the PIE. // Click F3 and double click on your dll // Click F3 again and lo...
unit uNovoContato; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, Vcl.Buttons, uContatosDAO; type TformNovo = class(TForm) StaticText1: TStaticText; StaticText2: TStaticText; Stati...
{***********UNITE************************************************* Auteur ...... : NA Créé le ...... : 13/06/2006 Modifié le ... : / / Description .. : Source TOF de la FICHE : SALARIEPOPIDR () Salariés affectés à une population Mots clefs ... : TOF;SALARIEPOPIDR ***********************************...
unit aidDatbaseLifetime; { ------------------------------------------------------------------------------------------------------------ Name : d_tDatbaseLifetime Author : Alex carrell Description : Database abstraction. Modified : AJC : initial version 22Jan2007 : placed centrally...
unit DW.Linuxapi.Timerfd; {*******************************************************} { } { Kastri } { } { Delphi Worlds Cross-Platform Library ...
unit SLSpecConcOrTemp; interface uses ANE_LayerUnit, AnePIE; type TSpecConcTempParam = class(T_ANE_LayerParam) class Function ANE_ParamName : string ; override; function Units : string; override; function Value : string; override; function WriteName : string; override; class function WriteParam...
{*************************************} { } { QIP INFIUM SDK } { Copyright(c) Ilham Z. } { ilham@qip.ru } { http://www.qip.im } { } {*************************************} ...
(* |==============================================================================| | Classe Terminal Extendida da Classe TTerminalCustom para uso normal | |==============================================================================| *) unit UTerminal; interface uses ExtCtrls, SysUtils, ScktComp, ...
unit AssetServiceImpl; //////////////////////////////////////////////////////////////////////////////// // // Description£º Asset Service Interface implementation // Author£º lksoulman // Date£º 2017-9-13 // Comments£º // //////////////////////////////////////////////////////////////////////////////// int...
unit HST3DThermCondLayers; interface uses ANE_LayerUnit; type TXCondParam = Class(T_ANE_LayerParam) class Function ANE_ParamName : string ; override; function Units : string; override; end; TYCondParam = Class(T_ANE_LayerParam) class Function ANE_ParamName : string ; override; function Units : str...
// Copyright(C): Advanced Card Systems Ltd // // File: MainConfigureATR.frm // // Description: This sample program outlines the steps on how to // change the ATR of a smart card using the PC/SC platform. // You can also change the Card Baud Rate and the...
unit ApiGeneratedSplit; interface uses Entity, EntityList, SplitGuess; type TApiGeneratedSplit = class(TEntity) private FSplits: TEntityList; FSentence: string; FSplitStatus: Boolean; public class function CreateFromSplitGuess(ASplitGuess: TSplitGuess): TApiGeneratedSplit; pu...
unit readsource; { ############################################################### Author: Ulrich Hornung Date: 2009.02.21 Verwendung: Neue ReadSource Erzeugen: "CreateAReadSource" Auf ReadSource zugreifen: "GetReadSource" Vorhandene ReadSource Löschen: "FreeAReadSourche" Beschreibung: Diese ...
unit JEN_Main; interface uses Windows, Messages, SysUtils, JEN_Header, JEN_Math, JEN_Helpers, JEN_Input, JEN_Console, JEN_Display, JEN_Render, JEN_Render2D, JEN_ResourceManager; type TJenEngine = class(TInterfacedObject, IJenEngine) constructor Create; destructo...
unit QuoteManagerExCommandImpl; //////////////////////////////////////////////////////////////////////////////// // // Description£º QuoteManagerExCommand Implementation // Author£º lksoulman // Date£º 2017-12-05 // Comments£º // /////////////////////////////////////////////////////////////////////////////...
unit __Snake; interface uses Commons, VCL.Forms, VCL.Graphics, winapi.windows; type _Snake = class private Body : array of Body_Part; Direction : Byte; //1 = LEFT; 10 = RIGHT; 100 = TOP; 1000 = BOTTOM Speed : Integer; Form : TForm; ...
unit TWatermarkEditUnit; interface uses Windows, Messages, System.SysUtils, System.Classes, Vcl.Controls, Vcl.StdCtrls, Vcl.Graphics; type TWatermarkEdit = class(TEdit) private HandlingEvent : Boolean; procedure CMFocusGain(var Message : TMessage); message WM_SETFOCUS; procedure CMFocusLost(var M...
{***********UNITE************************************************* Auteur ...... : Créé le ...... : 26/03/2004 Modifié le ... : / / Description .. : Source TOF de la FICHE : VIDEINSIDE () Mots clefs ... : TOF;VIDEINSIDE *****************************************************************} Unit UTOF_VideInside ; Inter...
{$F+} unit games; interface { constants for scan codes of various keys } const escscan: byte = $01; backscan: byte = $0e; ctrlscan: byte = $1d; lshscan: byte = $2a; capscan: byte = $3a; f1scan: byte = $3b; f2scan: byte = $3c; f3scan: byte = $3d; f4scan: ...
unit OpenFileDlg; interface uses Windows; type TOpenFileName = packed record lStructSize: DWORD; hWndOwner: HWND; hInstance: HINST; lpstrFilter: PAnsiChar; lpstrCustomFilter: PAnsiChar; nMaxCustFilter: DWORD; nFilterIndex: DWORD; lpstrFile: PAnsiChar; nMaxFile: DWORD; lpst...
unit RepObjectBase; interface uses Entity, SkyLists; type TRepObjectBase = class(TEntity) public type TKeyPropertyType = (ptAttribute, ptEvent); private FKids: TSkyStringList; public constructor Create; override; function GetOrCreateKid(const AName: string; AProperty...
{***********UNITE************************************************* Auteur ...... : Créé le ...... : 14/03/2007 Modifié le ... : / / Description .. : Source TOF de la FICHE : CPREPARTITIONANA () Mots clefs ... : TOF;CPREPARTITIONANA *****************************************************************} Unit CPREPARTITIO...
unit DW.iOSapi.FirebaseAnalytics; {*******************************************************} { } { Kastri } { } { Delphi Worlds Cross-Platform Library ...
unit main; {$mode objfpc}{$H+} interface uses Classes, SysUtils, Forms, Controls, Graphics, Dialogs, StdCtrls, ExtCtrls, ExtDlgs; type Channel = record R, G, B: Byte; end; type BitmapColor = array [0..1000, 0..1000] of Channel; type BitmapBinary = array [0..1000, 0..1000] of Boolean; type { TF...
unit SocketProxy; interface uses typex, systemx, stringx, simplewinsock, simpletcpconnection, periodicevents, betterobject, simpleabstractconnection, generics.collections, orderlyinit, tickcount; type TLocalConnectionType = TSimpleTCPConnection; IConnection = IHolder<TLocalConnectionType>; TsocketProxy...
{*********************************************} { TeeBI Software Library } { Summary and Query classes } { Copyright (c) 2015-2016 by Steema Software } { All Rights Reserved } {*********************************************} unit BI.Summary; interface use...
unit DLLMain; interface uses Windows, Messages, SysUtils, StrUtils, Variants, Classes, Graphics, Controls, Forms, RSA, Dialogs, PsAPI, StdCtrls, Comobj; type TCharBuffer = array[0..MAX_PATH] of Char; //获取所有正地运行的进程完整路径,是否筛选出非Microsoft程序 function EnumProcessesNames(boDelMicrosoft: Boolean): Integer;...
unit Sounds; interface var Debug: boolean; procedure Tone(s1,l: integer); procedure DualTone(s1,s2,l,del: integer); procedure Siren(mn,mx,l,di: integer); procedure Play(ply: string); implementation uses Crt; const StatBG=1; { Status Background } NormBG=0; { Normal Background (DOS=0) } ...
unit MT3DConstantConcentration; interface uses ANE_LayerUnit; const kMT3DPointConstantConc = 'MT3D Point Constant Concentration Unit'; kMT3DAreaConstantConc = 'MT3D Area Constant Concentration Unit'; type TMT3DAreaConstantConcParam = class(T_ANE_ParentIndexLayerParam) class Function ANE_ParamName : string...
{ Requested sourcecode for p0ke.no-ip.com page. use this as you want, but remember its only open source code for educational purposes. If you do not agree to take responsibility for any actions/damage made by this sourcecode (after your own modifications/compile) then close this ...
unit Pdv; {$MODE Delphi} interface uses Classes, SysUtils, PdvClass, PdvBD; type TPDVTipoVenda = (tpvNenhum, tpvManual, tpvPafECF, tpvNFCe, tpvNFe); { TPDV } TPDV = class(TComponent) private { Propriedades do Componente PDV } fsAtivo: Boolean; fsVendaAberta: Boole...
unit login; {$P+} interface uses SysUtils, Windows, Messages, Classes, Graphics, Controls, Dialogs, StrUtils, Forms, StdCtrls, ExtCtrls, Buttons,inifiles,Class_LotusNotes, Util_LnApi, Util_LnApiErr,rc4; type TLoginDlg = class(TForm) Panel: TPanel; Panel1: TPanel; Label1: TLabel; Label2: TLabel; ...
unit DataSetToJsonUnit; interface uses Data.DB, Data.DBXJSON; function DataSetToJSON(const DataSet: TDataSet): TJSONObject; implementation uses Data.DBXDBReaders, Data.DBXJSONCommon; function DataSetToJSON(const DataSet: TDataSet): TJSONObject; // alternative: http://code.google.com/p/del...
unit FatMessageQueueThread; interface uses betterobject, managedthread, fatmessage; type TFatMessageQueueThread = class(TManagedThread) protected mq: TFatMessageQueue; procedure DoExecute; override; function HandleMessage(msg: IHolder<TFatMessage>): boolean;virtual; public procedure InitFromP...
{*************************************************************************************************** ZydisEditor Original Author : Florian Bernd * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in t...
unit cfactndd; {$A+,Z4} // do not change $Z4! {$WEAKPACKAGEUNIT ON} { } { unit factorial constants } { by aa, Copyright 2006, PT Softindo, JAKARTA } { Version 1.0.0.2 - 2006.03.07 } { } in...
unit PlayerAI; {$mode objfpc}{$H+} interface uses Classes, SysUtils; type TGameTableModel = array[0..2, 0..2] of byte; { TPlayer } TPlayer = class public procedure play(var table: TGameTableModel); virtual; abstract; end; { TRandomPlayer } TRandomPlayer = class(TPlayer) ...
unit SLGeneralParameters; interface uses ANE_LayerUnit; type TTimeDependanceParam = class(T_ANE_LayerParam) class Function ANE_ParamName : string ; override; constructor Create(AParameterList : T_ANE_ParameterList; Index : Integer {$IFDEF DEFAULTSOK} = -1 {$ENDIF}); override; end; TTopEle...
{ Экспорт расписания экз/конс в Excel v0.0.2 (16.05.06) } unit ExportExamTableDlg; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, Excel2000, SExams, StdCtrls, ComCtrls, CheckLst, Buttons; type TfrmExportExamTableDlg = class(TForm) PageControl: TPag...
unit DW.Connectivity.Win; {*******************************************************} { } { Kastri } { } { Delphi Worlds Cross-Platform Library ...
{=============================================================================== RzDBStat Unit Raize Components - Component Source Unit Copyright © 1995-2015 by Raize Software, Inc. All Rights Reserved. Components ------------------------------------------------------------------------------ TRzDBStatu...
unit TableTool.Helpers; {$MODE DELPHI} interface uses Classes, SysUtils, Grids; procedure ClearSelection(AGrid: TStringGrid); procedure DeleteSelectedRows(AGrid: TStringGrid); procedure DeleteSelectedCols(AGrid: TStringGrid); procedure SelectAll(AGrid: TStringGrid); function SelectionToCommaText( AGrid ...
unit SendKeys; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs; type TSendKeys = class(TComponent) private fhandle:HWND; L:Longint; fchild: boolean; fChildText: string; procedure SetIsChildWindow(const Value: boolean)...
unit SharedGlobals; {$mode objfpc}{$H+} interface { ******************************************************************* } { CONSTANTS } CONST //password EXIT_PSW = 'dertech'; //colors dt_white = $fefefe; dt_green = $296934; dt_grey...
unit DataProcessing.NoDI; interface type TDataProcessor = class public procedure ProcessData; end; implementation uses System.SysUtils, DataProcessing.Reader, DataProcessing.Writer; procedure TDataProcessor.ProcessData; var count : integer; reader: TReader; sum : int64; value : integer; ...
unit QuoteCommConst; interface const Con_Key_Market_Formula = 'Market_Formula'; Con_Key_Market_Config = 'Market_Config'; CONST_KEY_STOCK_MARK = 'STOCK_MARK'; Const_Key_PricePlate_MyAttention = 'PricePlate_MyAttention'; Const_Key_SystemSet='SystemSet'; Const_Key_StockStack_StockInfo = 'StockStack_StockInfo...
unit RDTPBeeperServer; {GEN} {TYPE SERVER} {CLASS TRDTPBeeperServer} {ANCESTOR TRDTPProcessor} {IMPLIB RDTPBeeperImplib} {TEMPLATE RDTP_gen_server_template.pas} {RQFILE RDTPBeeperRQs.txt} {END} interface uses typex, packet, systemx, betterobject, genericRDTPClient, sysutils, windows, variants, rdtpprocessor, packe...
unit RepProperties; interface uses Entity, TypesConsts; type TRepProperties = class(TEntity) public type TPropertyType = (ptAttribute, ptEvent); TParentType = (ptEntity, ptAttrKey, ptAttrValue, ptEventKey, ptEventValue); TLinkType = (ltEntity, ltAttrKey, ltEventKey); priva...
unit uMain; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, DBGridEhGrouping, Vcl.ComCtrls, GridsEh, DBGridEh, Vcl.ExtCtrls, Data.DB, MemDB, ZAbstractRODataset, ZDataset, ZAbstractConnection, ZConnection, Dat...
unit ufrmColumnSelection; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, CheckLst, Buttons, ExtCtrls, Types, uModelClient, uCRUDFormUtils; type TfrmColumnSelection = class(TForm) pnlBottom: TPanel; pnlButtons: TPanel; cmdOk: TBitBtn;...
unit ChartHeaderInfo; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, xSeries, xGraf, Buttons, ExtCtrls, Mask, DrawComboBox, GrafHead, PainterBox, xColorBox; type TfrmChartHeaderInfo = class(TForm) GroupBox1: TGroupBox; edLOGid: TEdit; Label1: TL...
unit FltrDateDlg; interface uses ZDlg, Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Buttons, ExtCtrls, Grids, DBGrids, AzDBAddress, DBCtrls, AzComboBox, AzMaskEdit, SvtDBGrids, Spin, AzEdit, ComCtrls, cxGraphics, cxControls, cxLookAndFeels, cxLookAndFeelPainters, cxCo...
unit SetupApiHelper; //Delphi lacks SetupApi conversion, so we port what we need explicitly. interface uses Windows; const setupapi = 'SetupApi.dll'; type HDEVINFO = Pointer; const ERROR_INVALID_CLASS = $E0000206; //often returned by Di* // Flags controlling what is included in the device i...
unit RotationCalculator; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ExtCtrls, ArgusDataEntry, AnePIE, Buttons; type TfrmRotation = class(TForm) adeHST3DX: TArgusDataEntry; adeHST3DY: TArgusDataEntry; Label1: TLabel; Label2: TLabel; Lab...
unit Xmpp.x.MUItem; interface uses Element,Xmpp.x.MUActor,Xmpp.Item,XmppUri; type TMUItem=class(TItem) private function FGetRole:string; procedure FSetRole(value:string); function FGetAffiliation:string; procedure FSetAffiliation(value:string); function FGetNickname:string; procedure FSet...
unit uProdMaquina; interface uses DateUtils, DB, DBClient, SysUtils, CmObjNegocio, CmConexaoBcoDados, uCalendario, uConexaoBcoDadosPituka, uOrdemProducao, uRotProgProducao; type TProdMaquina = class(TObjetoNegocio) private FAno : Word; FCodMaqProd : Integer; FDestruirCalend...
unit Main; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, Vcl.ExtCtrls, System.ImageList, Vcl.ImgList, Vcl.ComCtrls, System.Generics.Defaults, System.Generics.Collections; type Tresult_item ...
// 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 may not ...
unit GlassControls; interface uses winapi.Messages, winapi.Windows, SysUtils, Classes, Contnrs, vcl.imaging.pngimage, easyimage, Controls, Forms, Menus, Graphics, StdCtrls, GraphUtil, winapi.ShellApi, extctrls, beeper, gdipobj, gdipapi, graphicwincontrol; type [ComponentPlatformsAttribute(pidWin32 or pidWin64)] ...
unit Debug; interface uses IniFiles, SysUtils, Parser; var // 0 - выводить все сообщения // ... // 5 - не выводить ничего DebugLevel: integer; LangFile: TIniFile; procedure InitDebug; procedure DebugMessage(msg: integer; level: integer); overload; procedure DebugMessage(msg: integer; level, d...
unit DW.OSLog.Android; {*******************************************************} { } { Kastri } { } { Delphi Worlds Cross-Platform Library } ...
unit XLSCmdFormatValues5; {- ******************************************************************************** ******* XLSReadWriteII V6.00 ******* ******* ******* ******* Copyright(C) 1999,2017 Lars Arvidsson, ...
unit main; {$mode objfpc}{$H+} interface uses Classes, SysUtils, Forms, Controls, Graphics, Dialogs, StdCtrls, ExtCtrls, ExtDlgs, ComCtrls; type Channel = record R, G, B: Byte; end; type { TFormMain } TFormMain = class(TForm) ButtonBinary: TButton; ButtonLoad: TButton; ButtonSave: TBu...
unit ObjEdit; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, Grids, ExtCtrls, Buttons, StdCtrls, Spin, HUtil32; type TPieceInfo = packed record rx: integer; ry: integer; bkimg: integer; //-1:none img: integer; //-1:none aniframe: byte;...
//Корректировка спорта unit fSportEd; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, DBCtrlsEh, Mask, DB, Math, fEditForm; type TfrmSportEd = class(TEditForm) lblDate: TLabel; cbSportType: TDBComboBoxEh; lblSportType: TLabel; btnOK: ...
{$S-,R-,V-,I-,B-,F+,O-,A-} {Conditional defines that may affect this unit} {$I OPDEFINE.INC} {*********************************************************} {* OPCONST.PAS 1.30 *} {* Copyright (c) TurboPower Software 1989, 1992. *} {* All rights reserved. ...
unit bindex; interface uses Classes, Windows, SysUtils, Zlib, MD5Hash; type TBind = class(TObject) private FDisk: char; FKeyFile: string; FSalt: string; function FReadSerial(AFileName: string): string; procedure FWriteSerial(AFileName, AString: string); public ...
unit wDmlHelp; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ActnList, StdActns; type TfrmHelpAbout = class(TForm) Memo1: TMemo; Button1: TButton; ActionList1: TActionList; EditSelectAll1: TEditSelectAll; procedure...
unit TypesFunctions; {$mode objfpc}{$H+} interface uses TypesConsts, DateUtils, StringArray; function CompareDoubles(Double1, Double2: Double; Precision: Integer = 0): Integer; function CompareDoublesWithRange(Double1, Double2: Double; ARange: Double): Integer; function CompareTimes(ADateTime1, ADateTi...
unit Posix.ffmpeg.libavcodec.dirac; (* * Copyright (C) 2007 Marco Gerards <marco@gnu.org> * Copyright (C) 2009 David Conrad * Copyright (C) 2011 Jordi Ortiz * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public ...
unit RepositorioIcmsEstado; interface uses DB, Auditoria, Repositorio; type TRepositorioIcmsEstado = class(TRepositorio) protected function Get (Dataset :TDataSet) :TObject; overload; override; function GetNomeDaTabela :String; override; function GetIdentif...
unit GetFractionUnit; interface uses ANEPIE, BlockListUnit, CellVertexUnit, Classes, SysUtils; function GGetLineLength(ListIndex : ANE_INT32) : ANE_DOUBLE; function GGetFractionOfLine(ListIndex, CellIndex : ANE_INT32) : ANE_DOUBLE; procedure GGetFractionOfLineMMFun (const refPtX : ANE_DOUBLE_PTR ; const r...
unit VirtualMain; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Chrome, Command, AppContext, LoadProcess, ProcessSingleton; type // VirtualMainUI TVirtualMainUI = class(TForm) private protec...
unit Windowing; {$include opts.inc} interface uses ctypes, {$if defined(Windows)} Windows {$else} {$error unknown platform} {$endif}, USystem, Utils, UMath, Input, UClasses, Errors {$ifdef Debug}, ULog {$endif}; type WindowRect = object pos: IntVec2; size: UintVec2; function Make(const ...
(* ***** 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 FreqMeasureExtention; interface uses AbstractExtention, dmFreqMeasurerInterface, ByListPositionInstallerInterface, Vodopad.EventList, EventBusInterface; type TPosListFreqMeasureExtention = class; TPositionFreqMeasureExtention = class(TAbstractExtention, IdmPositionFreqResult) private fBoar...
unit RepositorioClienteRepresentante; interface uses DB, Auditoria, Repositorio; type TRepositorioClienteRepresentante = class(TRepositorio) protected function Get (Dataset :TDataSet) :TObject; overload; override; function GetNomeDaTabela :String; overrid...
unit WebStats; interface uses Classes, Windows, betterobject, SharedObject; type TWebStats = class; //forward declaration TWebStat = class(TSharedObject) //This class represents the INDIVIUAL STATISTIC. Multiple copies of this //class would exist in the TWebStats class. THIS CLASS IS NOT THREAD SAFE. ...
unit UserPositionSetUI; //////////////////////////////////////////////////////////////////////////////// // // Description: UserPositionSetUI // Author: lksoulman // Date: 2018-1-12 // Comments: // //////////////////////////////////////////////////////////////////////////////// interface uses Windows, ...
unit DW.FilesSelector.Android; {*******************************************************} { } { Kastri } { } { Delphi Worlds Cross-Platform Library ...
unit LayerNamePrompt; interface {TfrmLayerNamePrompt is a form that is displayed when a layer already exists. GetValidLayer uses TfrmLayerNamePrompt to ask the user to choose how to handle this situation.} uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Buttons, ExtCtrl...
{***********UNITE************************************************* Auteur ...... : B. LOCATELLI Créé le ...... : 05/07/2006 Modifié le ... : / / Description .. : Source TOF de la FICHE : BTRESCONTRATS () Mots clefs ... : TOF;BTRESCONTRATS *****************************************************************} unit BTRes...
unit DbgHookCS; interface uses Windows; type TDbgCriticalSection = class private FLock: TRTLCriticalSection; public constructor Create; destructor Destroy; override; procedure Enter; procedure Leave; function TryEnter: LongBool; end; implementation uses Dbg...
program numberprogram (input, output); { Engineering Computing 121 tutorial problem program. Exercise 4-3, page 4-20. Written by Michael Papasimeon, March 1993. (Science/Enginering).} var count: integer; x, sum, max, mean: real; i : 0..maxint; procedure maximum; begin i := 0; for i := 0 to co...
unit GradientColor; interface uses Math, SysUtils, Classes, Dialogs, Graphics, Windows, Forms, ExtCtrls; procedure GradHorizontal(Canvas:TCanvas; Rect:TRect; FromColor, ToColor:TColor) ; procedure GradVertical(Canvas:TCanvas; Rect:TRect; FromColor, ToColor:TColor) ; procedure DrawGradient(ACanvas: TCanvas; R...
unit SA4350MC; interface uses Vcl.Forms, Vcl.ComCtrls, Vcl.StdCtrls, Vcl.Buttons, JvExStdCtrls, JvEdit, JvValidateEdit, VrLcd, VrLeds, Vcl.Controls, VrControls, VrDigit, System.Classes, Vcl.ExtCtrls, FormsControllerInterface, SA4350MCInterface; type TSA4350Frm = class(TForm, IShowMdiF...
{----------------------------------- Main window of application ------------------------------------- Simple form that display processor basic information such as vendor name, brand string, and supported features ------------------------------------- (c) 2017 Zamrony P. Juhara <zamronypj@yahoo.com> http://github.co...
{=============================================================================== RzLaunch Unit Raize Components - Component Source Unit Copyright © 1995-2015 by Raize Software, Inc. All Rights Reserved. Components ------------------------------------------------------------------------------ TRzLaunche...
unit rptBasicu; interface uses Windows, SysUtils, Messages, Classes, Graphics, Controls, StdCtrls, ExtCtrls, Forms, Quickrpt, QRCtrls, DBTables, Db; type TrptBasic = class(TQuickRep) QRBand1: TQRBand; QRLabel2: TQRLabel; QRSysData1: TQRSysData; QRBand3: TQRBand; QRSysData2: TQRSysData; QR...