text
stringlengths
14
6.51M
unit GX_IdeEnhance; {$I GX_CondDefine.inc} interface uses Classes, Graphics, ComCtrls, Menus, GX_MultiLinePalette, GX_MultilineHost, GX_IdeFormEnhancer; type TIdeEnhancements = class(TObject) private // Fonts FOIFont: TFont; FOldOIFont: TFont; FOIFontEnabled: Boolean; FO...
unit GX_SetFocusControl; interface implementation uses Classes, ActnList, Menus, Windows, Controls, StdCtrls, Contnrs, Types, Math, ToolsAPI, GX_Experts, GX_GExperts, GX_OtaUtils; type TGxSetFocusControlExpert = class(TGX_Expert) protected procedure UpdateAction(Action: TCustomAction); over...
unit uTesteuConstantes; interface uses DUnitX.TestFramework, uConstantes; type [TestFixture] TTesteuConstantes = class(TObject) public [Setup] procedure Setup; [TearDown] procedure TearDown; [Test] [TestCase('PROTOCOLO', PROTOCOLO)] [TestCase('DOMINIO', DOMINIO)] [TestCase...
unit UAccessConstant; interface const { Directory default name } csDefUserDir='U'; csDefDomainDir='D'; csDefJournalDir='J'; csDefGroupDir='G'; csDefADGroupDir='A'; { Default filenames } csTemplateMain='main.tpl'; csContainerCfg='container.cfg'; csClientData='clientdata.cds'; ...
unit Unit1; interface type {接口} IEat = interface function Eating():Integer; end; TDog = class(TInterfacedObject,IEat) public function Eating():Integer; end; TCat = class(TInterfacedObject,IEat) private FEat:IEat; public {利用属性Eat委托实现IEat接口,Eat必须是IEat的类型了。实际中将实现了IEat接口的类赋值给Eat即...
unit SelectLenderDialog; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, TCWODT; type TSelectLenderDialog = class(TComponent) private { Private declarations } FSelectedLender: string; FAutoSelectSingle: boolean; FLenderCount: integer; F...
unit evNative_AttrValues; {* Локализуемые значения атрибутов значений тегов таблицы тегов evNative } // Модуль: "w:\common\components\gui\Garant\Everest\evNative_AttrValues.pas" // Стереотип: "UtilityPack" // Элемент модели: "evNative_AttrValues" MUID: (060E2B49C828) {$Include w:\common\components\gui\Garant\Everest...
unit uUsuarioPermissaoVO; interface uses System.SysUtils, uKeyField, uTableName, System.Generics.Collections; type [TableName('Usuario_Permissao')] TUsuarioPermissaoVO = class private FIdUsuario: Integer; FId: Integer; FSigla: string; procedure SetId(const Value: Integer); procedure SetId...
{ ******************************************************************************* Copyright (c) 2004-2010 by Edyard Tolmachev IMadering project http://imadering.com ICQ: 118648 E-mail: imadering@mail.ru ******************************************************************************* } unit ContactS...
unit fcDBCommon; interface uses db, dbtables, classes, typinfo; Function fcGetControlDataSource(ctrl: TComponent): TDataSource; Function fcGetControlMasterSource(ctrl: TComponent): TDataSource; Function fcGetControlMasterDataSet(ctrl: TComponent): TDataSet; Function fcSetDatabaseName(ctrl: TDataset; df: string): boo...
unit FrontEnd; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Grids, XPMan, BackEnd; type TMainForm = class(TForm) LabelTask: TLabel; LabelOutput: TLabel; LabelInput: TLabel; InputStringGrid: TStringGrid; ButtonFind: TButton; ...
unit Choice; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ImgList, ComCtrls, Menus, ExtCtrls, ImageList, LevelFunctions; type TLevelChoice = class(TForm) PlayBtn: TButton; CancelBtn: TButton; LevelImageList: TImageList; Level...
unit CreateNewMaze; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, MazeMain; type TFCreateNewMaze = class(TForm) lbHead: TLabel; lbAlgGenText: TLabel; cbAlgGen: TComboBox...
unit WpcStatements; {$mode objfpc}{$H+} interface uses Classes, SysUtils, Fgl, DateUtils, WpcStatementProperties, WpcScriptCommons, WpcCommonTypes, WpcWallpaperStyles, WpcExceptions; type { IWpcScriptStatement } IWpcBaseScriptStatement = class public function GetId() : TWpcStatemetId; virt...
{ Copyright (C) 2013-2019 Tim Sinaeve tim.sinaeve@gmail.com 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 by applicable...
{$I ACBr.inc} unit pciotMotoristaW; interface uses SysUtils, Classes, pcnAuxiliar, pcnConversao, pciotCIOT, ASCIOTUtil; type TGeradorOpcoes = class; TMotoristaW = class(TPersistent) private FGerador: TGerador; FMotorista: TMotorista; FOperacao: TpciotOperacao; FOpcoes: TGeradorOpcoes; ...
unit tmsUXlsEncodeFormula; {$INCLUDE ..\FLXCOMPILER.INC} interface uses tmsXlsFormulaMessages, tmsXlsMessages, tmsUXlsFormulaParser, tmsUFlxStack, tmsUXlsStrings, SysUtils, tmsUXlsBaseRecordLists, tmsUXlsRowColEntries, {$IFDEF DELPHI2008UP} Character, {$ENDIF} tmsUFlxMessages; type TParseString= class pr...
{*******************************************************} { } { Borland Delphi Visual Component Library } { } { Copyright (c) 1995,99 Inprise Corporation } { ...
unit Unit1; 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, FMX.Memo.Types, FMX.ScrollBox, FMX.Memo, DW.VOIP, FMX.Objects; type TForm1 = class(TForm...
{ $Project$ $Workfile$ $Revision$ $DateUTC$ $Id$ This file is part of the Indy (Internet Direct) project, and is offered under the dual-licensing agreement described on the Indy website. (http://www.indyproject.org/) Copyright: (c) 1993-2005, Chad Z. Hower and the Indy Pit Crew. All r...
// The while loop represents the game. // Each iteration represents a turn of the game // where you are given inputs (the heights of the mountains) // and where you have to print an output (the index of the mountain to fire on) // The inputs you are given are automatically updated according to your last actions. progra...
unit SpawnServer; { Inno Setup Copyright (C) 1997-2010 Jordan Russell Portions by Martijn Laan For conditions of distribution and use, see LICENSE.TXT. Spawn server $jrsoftware: issrc/Projects/SpawnServer.pas,v 1.13 2010/04/17 19:30:25 jr Exp $ } interface {$I VERSION.INC} uses Windows, SysUtils, Me...
{******************************************************************} { } { Borland Delphi Runtime Library } { RAS error messages and return code checking function } { ...
unit ChromeLikeBaseThemedWindowCaptionButton; // Модуль: "w:\common\components\gui\Garant\ChromeLikeControls\ChromeLikeBaseThemedWindowCaptionButton.pas" // Стереотип: "GuiControl" // Элемент модели: "TChromeLikeBaseThemedWindowCaptionButton" MUID: (533D07A201C1) interface {$If NOT Defined(NoVGScene) AND NOT Defined...
{ Subroutine SST_W_C_SMENT_END_NCLOSE * * This routine is called to indicate that the "statement" started with * subroutine SST_W_C_SMENT_START is finished. The appropriate state * is popped/restored. The indentation level is decreased by one, since * is was incremented by one in SST_W_C_SMENT_START. } modu...
unit NewsServerInterfaces; interface type INewsServer = interface procedure CreateNewsCenter ( World : string ); procedure CreateNewspaper ( World, Name, Style, Town : string ); procedure GenerateNewspapers( World : widestring; Date : TDateTime ); end; implementation end...
{ ********************************************************************* Gnostice eDocEngine Copyright (c) Gnostice Information Technologies Private Limited http://www.gnostice.com ********************************************************************* } {$I ..\gtSharedDefines.inc} { ------------------...
unit TokyoScript.Chars; { TokyoScript (c)2018 Execute SARL http://www.execute.Fr } interface type TCharType = ( // Char to CharType ctNull, // 0 ctBinary, // 1..8, 11..12, 14..31 ctPadding, // 9, ' ' ctLineFeed, // 10 ctReturn, // 13 ctDigit, ...
unit AutomaticEvaluatedBlocks; interface uses Collection, Kernel, OutputEvaluators; const MaxEvaluators = 8; // >> This figure might not change MaxInputsByEvaluator = 10; // >> This figure might change const InputValueEps = 0.5; // Value to lower bound input values type TShareOu...
unit U7; interface uses SingletonTemplate, SAVLib, UAccessBase, UAccessUser, UAccessGroup, UAccessADGroup, UAccessFile, UAccessDomain; type TSettings = class(TSingleton) protected constructor Create; override; public destructor Destroy; override; private FConfigFile: string; FSet...
{ CFPropertyList.h Copyright (c) 1998-2005, Apple, Inc. All rights reserved. } { Pascal Translation Updated: Peter N Lewis, <peter@stairways.com.au>, September 2005 } { Modified for use with Free Pascal Version 210 Please report any bugs to <gpc@microbizz.nl> } {$mode macpas} {$packenum 1} {$macro on} ...
unit MainUnit; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TMainForm = class(TForm) EditInput: TEdit; EditOutput: TEdit; ButtonConvert: TButton; procedure ButtonConvertClick(Sender: TObject); private { Private declarati...
{******************************************************************************} { } { Hook and Translate } { ...
unit ZMWorkFile19; (* ZMWorkFile19.pas - basic in/out for zip files Copyright (C) 2009, 2010 by Russell J. Peters, Roger Aelbrecht, Eric W. Engler and Chris Vleghert. This file is part of TZipMaster Version 1.9. TZipMaster is free software: you can redistribute it and/or modify it und...
unit fmuCashControl; interface uses // VCL Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, WinSock, ExtCtrls, Buttons, // This untPages, WSockets, untUtil; type { TfmCashControl } TfmCashControl = class(TPage) gbCashControlServer: TGroupBox; lblProtocol: TLa...
unit uClienteEspecificacaoController; interface uses System.SysUtils, uDMClienteEspecificacao, uRegras, uDM, Data.DB, uEnumerador, Vcl.Forms, uFuncoesSIDomper; type TClienteEspecificacaoController = class private FModel: TDMClienteEspecificacao; FOperacao: TOperacao; procedure Post; public ...
unit Broadcast; interface uses Protocol, Kernel, WorkCenterBlock, Classes, Collection, BackupInterfaces, Surfaces, Accounts, StdFluids, Languages, CacheAgent, Inventions; const tidTownParameter_Broadcast = 'Broadcast'; tidEnvironmental_Broadcast = 'Broadcast'; tidAdvertisement_Quality = ...
unit rdkafka_test; {$mode objfpc}{$H+} interface uses TestFramework; type TTestCaseFirst = class(TTestCase) published procedure TestWarning; procedure TestOne; procedure TestTwo; procedure TestThree; end; TClassA = class(TTestCase) published procedure TestClassA1; procedure Test...
unit evdF1HyperlinkCorrector; //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // // Библиотека "EVD" // Автор: Люлин А.В. // Модуль: "w:/common/components/rtl/Garant/EVD/evdF1HyperlinkCorrector.pas" // Начат: 18.06.2010 19:15 // Родные Delphi инт...
unit CommandSet.NVMe.WithoutDriver; interface uses Windows, SysUtils, OSFile.IoControl, CommandSet.NVMe, BufferInterpreter, Device.SMART.List, BufferInterpreter.SCSI, OS.SetupAPI; type TNVMeWithoutDriverCommandSet = class sealed(TNVMeCommandSet) public function IdentifyDevice: TIdentifyDeviceResult; ov...
unit fMain; {$mode objfpc}{$H+} interface uses Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls, VirtualTrees, {$ifdef windows}ActiveX{$else}FakeActiveX{$endif}; type { TMainForm } TMainForm = class(TForm) ShowHeaderCheckBox: TCheckBox; ListBox1: TListBox; VirtualStrin...
program stackDataStructure; (*first in, last out*) (* procedures: 1. init 2. push 3. pop functions: 1. isFull 2. isEmpty *) uses crt; const size = 10; type stacktype = record data : array[0..size - 1] of integer; top : integer; ...
unit RDOProtocol; interface // Constants and functions used in the textual protocol const SelObjCmd = 'sel'; IdOfCmd = 'idof'; GetPropCmd = 'get'; SetPropCmd = 'set'; CallMethCmd = 'call'; const ErrorKeyWord = 'error'; ResultVarName = 'res'; ByRefParName = 'bref'; ...
unit Model.EstoqueInsumos; interface type TEstoqueInsumos = class private var FID: Integer; FInsumo: Integer; FData: System.TDate; FQtde: Double; FUnitario: Double; FTotal: Double; FLog: String; public property ID: Integer read FID write FID; prop...
(**************************************************************************** * * WinLIRC plug-in for jetAudio * * Copyright (c) 2016 Tim De Baets * **************************************************************************** * * Licensed under the Apache License, Version 2.0 (the "License...
unit Model.TiposVerbasExpressas; interface uses Common.ENum, FireDAC.Comp.Client, Control.Sistema, DAO.Conexao; type TTiposVerbasExpressas = class private FAcao: TAcao; FDescricao: String; FCodigo: Integer; FColunas: String; FConexao: TConexao; function Insert(): Boolean; function Up...
unit ObjList; { $Id: ObjList.pas,v 1.12 2016/06/16 05:38:41 lukyanets Exp $ } interface uses WinTypes, l3DatLst, DragData, DocIntf, DT_Dict, DT_Active; type TDragDataType = (ddNone, ddDragObj, ddHyperLink, ddBackHyperLink, ddDoc, ddSrchObj, ddSrchID, ddDictItem, ddMailDocLink);...
{*_* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Author: François PIETTE Description: TIcsBufferHandler is a class which encapsulate a data fifo to be used for TWSocket. Fifo is implemented using two doubly linked list of buffers. One l...
unit AutoMapper.MapEngine; interface uses AutoMapper.CfgMapper , AutoMapper.TypePair , AutoMapper.MapItem , AutoMapper.MappingExpression , AutoMapper.Exceptions ; type TMapEngine = class private FCfgMapper: TCfgMapper; function CreateInstance<TDestination>: TDestination; function GetEx...
{ Date Created: 6/2/00 4:10:37 PM } unit InfoTRANCODE_NEWTable; interface uses Classes, DB, DBISAMTb, SysUtils, DBISAMTableAU, DataBuf; type TInfoTRANCODE_NEWRecord = record PCode: String[2]; PDescription: String[30]; PGroup: Integer; PCertificateCoverage: Boolean; PActive: Bo...
unit RVScroll; interface uses {$IFDEF FPC} RVLazIntf, LCLType, LCLIntf, {$ELSE} Windows, Messages, {$ENDIF} SysUtils, Classes, Forms, Controls, Graphics; type { TRVScroller } TRVScroller = class(TCustomControl) private FTracking: Boolean; FFullRedraw: Boolean; FVScrollVisible: Boolean...
unit InfoXPULLTable; interface uses Classes, DB, DBISAMTb, SysUtils, DBISAMTableAU, DataBuf; type TInfoXPULLRecord = record PItemNumber: String[1]; PSI: String[2]; PDescription: String[20]; PAbbreviation: String[12]; PModCount: SmallInt; End; TInfoXPULLClass2 = class ...
// Upgraded to Delphi 2009: Sebastian Zierer (* ***** 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 a...
{*********************************************************} {* VPEDELEM.PAS 1.03 *} {*********************************************************} {* ***** BEGIN LICENSE BLOCK ***** *} {* Version: MPL 1.1 ...
unit untSerialPortNativeThread; {$M+} {$TYPEINFO ON} interface uses Classes, SysUtils, Winapi.Windows, untUtils; type TReceivedData = procedure(Buffer: ByteArray) of Object; type TSerialPortNativeThread = class(TThread) private strCOMPort: string; nBaundRate: integer; hCOMFile: NativeUInt; bar...
unit x1_010; interface uses {$IFDEF WINDOWS}windows,{$ENDIF} {$ifndef windows}main_engine,{$endif} sound_engine,timer_engine; const VOL_BASE=(2*32*256/30); NUM_CHANNELS=16; type x1_010_channel=record status:byte; volume:byte; // volume / wave form no. frequen...
{$REGION 'Copyright (C) CMC Development Team'} { ************************************************************************** Copyright (C) 2015 CMC Development Team CMC 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 ...
unit PPMdSubAllocator; {$mode delphi} {$packrecords c} interface uses CTypes; type PPPMdSubAllocator = ^TPPMdSubAllocator; TPPMdSubAllocator = record Init: procedure(self: PPPMdSubAllocator); AllocContext: function(self: PPPMdSubAllocator): cuint32; AllocUnits: function(self: PPPMdSubAllocator; nu...
Unit CoreMath; {=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=] Copyright (c) 2013, Jarl K. <Slacky> Holta || http://github.com/WarPie All rights reserved. For more info see: Copyright.txt [=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=} {$mode objf...
{ $Project$ $Workfile$ $Revision$ $DateUTC$ $Id$ This file is part of the Indy (Internet Direct) project, and is offered under the dual-licensing agreement described on the Indy website. (http://www.indyproject.org/) Copyright: (c) 1993-2005, Chad Z. Hower and the Indy Pit Crew. All r...
unit ICollections.Default; interface type IEnumerator<T> = interface function GetCurrent: T; property Current: T read GetCurrent; function MoveNext: Boolean; end; IEnumerable<T> = interface function GetEnumerator: IEnumerator<T>; end; implementation end.
unit NurseStationClientModuleU; interface uses System.SysUtils, System.Classes, IPPeerClient, REST.Backend.EMSProvider, REST.Backend.PushTypes, System.JSON, REST.Backend.EMSPushDevice, System.PushNotification, REST.Backend.EMSServices, REST.Backend.ServiceTypes, REST.Backend.MetaTypes, REST.Backend.Bi...
unit xdg_shell_unstable_v5_protocol; {$mode objfpc} {$H+} {$interfaces corba} interface uses Classes, Sysutils, ctypes, wayland_util, wayland_client_core, wayland_protocol; type Pxdg_shell = Pointer; Pxdg_surface = Pointer; Pxdg_popup = Pointer; const XDG_SHELL_VERSION_CURRENT = 5; // Always the latest v...
{$I ATViewerOptions.inc} {$I-} unit UFormViewOptions; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ComCtrls, ATxToolbarList, ExtCtrls, TntDialogs, Spin, ecHotKeyEdit; type TFormProc = procedure of object; type TFormViewOptions = class(TForm) btnOk...
unit MFichas.Model.Item.Metodos.Devolver; interface uses System.SysUtils, MFichas.Controller.Types, MFichas.Model.Item.Interfaces, MFichas.Model.Entidade.VENDAITENS, MFichas.Model.Venda.Interfaces; type TModelItemMetodosDevolver = class(TInterfacedObject, iModelItemMetodosDevolver) private [weak]...
unit UDropBoxDataStoreDemo; interface uses System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants, FMX.Types, FMX.Controls, FMX.Forms, FMX.Dialogs, FMX.StdCtrls, FMX.TMSCloudBase, FMX.TMSCloudBaseFMX, FMX.TMSCloudCustomDropBoxDataStore, FMX.TMSCloudDropBoxDataStore, System.Rtti, FMX.O...
unit Unit1; interface uses System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants, FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs, FMX.StdCtrls, FMX.TabControl, System.Actions, FMX.ActnList, FMX.StdActns, FMX.Gestures, FMX.Platform, FMX.Layouts, FMX.Memo, FMX.Objects, Un...
unit f2Scene; interface uses SimpleXML, d2dTypes, d2dInterfaces, d2dApplication, d2dGUI, d2dGUIButtons, d2dUtils, d2dFont, f2Application, f2Context; type Tf2Scene = class(Td2dScene) private function pm_GetF2App: Tf2Application; protected f_Context: Tf2Context; property F2App: Tf2Application read...
unit Classe.Pessoa; interface uses System.SysUtils, Classe.SQL; type TPessoa = class private FNome: String; FEtnia: string; FDataNasc: String; FSexo: String; function getNome: String; procedure setNome(Value: String); procedure SetEtnia(const Value: String); pro...
unit GetAssetTrackingDataUnit; interface uses SysUtils, BaseExampleUnit; type TGetAssetTrackingData = class(TBaseExample) public procedure Execute(TrackingNumber: String); end; implementation uses TrackingHistoryUnit, TrackingHistoryResponseUnit, TrackingDataUnit; procedure TGetAssetTrackingDat...
unit DDSOptions; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ExtCtrls; type TFormDDSOptions = class(TForm) BtnOk: TButton; BtnCancel: TButton; BtnApply: TButton; GroupBox1: TGroupBox; cbOtn: TCheckBox; edOtn: TEdit; edAbs: TEdit...
// Upgraded to Delphi 2009: Sebastian Zierer (* ***** 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 a...
{ *************************************************************************** Copyright (c) 2015-2022 Kike P�rez Unit : Quick.YAML Description : YAML Object parser Author : Kike P�rez Version : 1.1 Created : 17/04/2019 Modified : 07/03/2022 This file is part of Quick...
unit Scenes; interface uses Classes; const scMenu = 0; scGame = 1; scFrame = 2; type TScene = class(TObject) procedure Render(); virtual; abstract; procedure Update(); virtual; abstract; end; type TScenes = class(TScene) private FScene: TScene; procedure SetScen...
unit TestForm; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 = class(TForm) btnParseHtml: TButton; mmo1: TMemo; mmo2: TMemo; btnClear: TButton; procedure btnParseHtmlClick(Sender: TObject); procedure btnClearClic...
unit Functions; interface uses SysUtils, Dialogs, Graphics, Classes, ExtCtrls; function ExtractFileNameWithoutExt(filename: string): string; procedure ClearImage(Image: TImage; BackgroundColor: TColor); function Explode(Separator, Text: String): TStringList; function Position(FullString, Search: String):...
{ This is a personal project that I give to community under this licence: Copyright 2016 Eric Buso (Alias Caine_dvp) 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...
unit SelArtFec; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Buttons, DateUtils, Db, Mask, DBTables, JvExMask, JvExControls, JvDBLookup, JvToolEdit, ADODB; type TFSelArtFec = class(TForm) GroupBox1: TGroupBox; GroupBox2: TGroupBox; BitBtn1: T...
Unit H2Gauge; Interface Uses Messages,Windows, Classes,Controls, ExtCtrls, SysUtils,GR32_Image,GR32, gr32_layers,Graphics,JvThreadTimer,GR32_transforms; Type TH2Gauge = Class(TControl) Private fx, fy, fwidth, fheight:Integer; fvisible:Boolean; fpos:Integer; fbit...
{ Clever Internet Suite Copyright (C) 2013 Clever Components All Rights Reserved www.CleverComponents.com } unit clDnsFileHandler; interface {$I clVer.inc} {$IFDEF DELPHI6} {$WARN SYMBOL_PLATFORM OFF} {$ENDIF} {$IFDEF DELPHI7} {$WARN UNSAFE_CODE OFF} {$WARN UNSAFE_TYPE OFF} {$WARN UNSAFE_CAST OFF} {...
unit DataChain; interface uses Windows; type PChainNode = ^TChainNode; PChainNodes = ^TChainNodes; PChain = ^TChain; PLockChain = ^TLockChain; TChainNode = packed record PrevSibling : PChainNode; NextSiblin...
{******************************************************************************* 作者: dmzn@163.com 2011-11-21 描述: 产品进货 *******************************************************************************} unit UFrameReportProductJH; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Con...
program tp1ej5y6; type celular = record codigo:integer; nombre:string; descripcion:string; marca:string; precio:real; stock_min:integer; stock_actual:integeR; end; archivoCelulares = file of celular; procedure imprimirCelular(cel:celular); begin with ce...
unit evTablePainter; //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // // Библиотека "Everest" // Автор: Люлин А.В. // Модуль: "w:/common/components/gui/Garant/Everest/evTablePainter.pas" // Начат: 06.06.2007 11:44 // Родные Delphi интерфейсы (....
unit NtUtils.Svc; interface uses Winapi.WinNt, NtUtils.Exceptions, Winapi.Svc; type TScmHandle = Winapi.Svc.TScmHandle; TServiceConfig = record ServiceType: Cardinal; StartType: TServiceStartType; ErrorControl: TServiceErrorControl; TagId: Cardinal; BinaryPathName: String; LoadOrderGro...
unit HttpServerService.Logger; interface uses SysUtils, Quick.Logger.Intf, Quick.Logger, Quick.Logger.Provider.Console; type TQuickLogger = class(TInterfacedObject,ILogger) public procedure Init; procedure Info(const aMsg : string); overload; procedure Info(const aMsg : string; aValues : arra...
Unit H2ScrollText; Interface Uses Messages,Windows, Classes,Controls, ExtCtrls, SysUtils,GR32_Image,GR32, gr32_layers,Graphics; Type TH2Scrolltext = Class(TControl) Private fNewstr:String; fanimate:Boolean; ftimer:tTimer; finterval:Cardinal; fsep:String; fx, fy,...
unit gtWinCrypt3; {$I jediapilib.inc} {$IFDEF WIN32} {$DEFINE DYNAMIC_LINK} {$ENDIF} interface uses gtJwaWinCrypt3, gtJwaWinType3; const advapi32 = 'crypt32.dll'; crypt32 = 'crypt32.dll'; // +========================================================================= // PFX (PKCS #12) functi...
unit ViewUtils; interface uses Windows; const // Stretch Mode internal flags smiOperationMask = $FF00; smiOperationFit = $4000; smiOperationStretch = $8000; smiOperationZoom = $0000; smiOperationShrink = $0080; smiMaxAllowedZoom = $007F; // Don't go mad, just use...
unit Globals; interface Uses Windows, SysUtils, Forms, SQLAccess, GenUtils, WinUtils, TransferFields; Const TABLE_CLASSROOMS = 'tblClassRooms'; FIELD_ID = 'ID'; FIELD_NAME = 'sName'; var SQL : TSchSQLAccess; { Indexes } iiClassRooms : Integer; procedure LoadLa...
unit pointer_constraints_unstable_v1_protocol; {$mode objfpc} {$H+} {$interfaces corba} interface uses Classes, Sysutils, ctypes, wayland_util, wayland_client_core, wayland_protocol; type Pzwp_pointer_constraints_v1 = Pointer; Pzwp_locked_pointer_v1 = Pointer; Pzwp_confined_pointer_v1 = Pointer; const ZW...
unit MainFrm; interface uses System.Generics.Collections, Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls; type TForm1 = class(TForm) Button1: TButton; GroupBox1: TGroupBox; Label1: TLabel; edt...
unit MFichas.Model.Permissoes; interface uses System.SysUtils, System.Generics.Collections, MFichas.Model.Permissoes.Interfaces, MFichas.Model.Conexao.Interfaces, MFichas.Model.Conexao.Factory, MFichas.Model.Entidade.USUARIOPERMISSOES, MFichas.Controller.Types, ORMBR.Container.ObjectSet, ORMBR.Co...
unit CornerDet; {=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=] Copyright (c) 2013, Jarl K. <Slacky> Holta || http://github.com/WarPie All rights reserved. For more info see: Copyright.txt [=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=} {$mode obj...
unit hls_rvb; interface uses windows,wutil,SysUtils; type Thls = record h,l,s:word; end; {record Thls} {HLS->RGB} {ih:0..360, il:0..100, is:0..100 -> tcolorref} procedure ihls_to_tcolorref(ih,il,isat:integer; var acolor:tcolorref); {h:0..360, l:0..1, s:0..1 -> tcolorref} procedure hls_to_tcol...
unit ULinkedInDemo; interface uses System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants, FMX.Types, FMX.Controls, FMX.Forms, FMX.Dialogs, FMX.StdCtrls, FMX.TMSCloudBase, FMX.TMSCloudLinkedIn, FMX.TabControl, FMX.Layouts, FMX.ListBox, FMX.Objects, FMX.TMSCloudImage, FMX.Edit, FMX.Memo...
unit BrowseFolders; // Copyright (c) 1997 Jorge Romero Gomez, Merchise. interface uses Windows, ShellAPI, ShlObj, SysUtils, Classes, Forms, PidlPath; function BrowseNetworkFolder( const BrowseTitle : string ) : string; function BrowseLocalFolder( const BrowseTitle : string ) : string; function Brows...
{ *********************************************************************************** } { * CryptoLib Library * } { * Copyright (c) 2018 - 20XX Ugochukwu Mmaduekwe * } { * Github Repository <https://github.co...
program a4; {This program tests the shortest path algorithm from program strategy 10.16 Below you will find a test program, and some procedure headers. You must fill in the bodies of the procedures. Do not alter the test program or type definitions in any way. You are given a constant for INFINITY, wh...
unit DefineSearchDateKeywordsPack; {* Набор слов словаря для доступа к экземплярам контролов формы DefineSearchDate } // Модуль: "w:\garant6x\implementation\Garant\GbaNemesis\View\Search\DefineSearchDateKeywordsPack.pas" // Стереотип: "ScriptKeywordsPack" // Элемент модели: "DefineSearchDateKeywordsPack" MUID: (9C202...