text
stringlengths
14
6.51M
unit uUserAction; interface uses System.Classes, system.SysUtils, xDBActionBase, uUserInfo, FireDAC.Stan.Param; type TUserAction = class(TDBActionBase) public /// <summary> /// 读取用户列表 /// </summary> procedure GetAllUsers( Users : TStringList ); /// <summary> /// 读取用户...
unit UnitSineGenerator; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, AudioIO, StdCtrls, ComCtrls, Buttons; type TFormSineGenerator = class(TForm) TbFreq: TTrackBar; BtSound: TButton; TbVol: TTrackBar; procedure BtSoundClick(Sender: TObject);...
{*******************************************************} { } { Delphi Runtime Library } { } { Copyright(c) 1995-2011 Embarcadero Technologies, Inc. } { ...
unit ops; interface {$mode objfpc} {$modeswitch advancedrecords} uses sysutils, base, math, matrix; type Decompose = record type QR = record class procedure GramSchmidt(const AMatrix: TMatrix; out AQ, AR: TMatrix); static; class procedure Householder(const AMatrix: TMatrix; out AQ, AR:...
//////////////////////////////////////////////////////////////////////////////// // // // FileName : SUIURLLabel.pas // Creator : Shen Min // Date : 2002-07-22 // Comment : // // Copyright (c) 2002-2003 Sunisoft // http://www.sunisoft.com // Email: support@sunisoft.com // ////////////////...
{ *************************************************************************** } { } { Kylix and Delphi Cross-Platform Visual Component Library } { } ...
unit ShowXML; interface uses Classes, HTTPApp, Db, DbClient, Midas, XMLBrokr, WebComp, MidComp, MidItems; type TCustomShowXMLButton = class(TXMLButton, IScriptComponent) protected XMLMethodName: string; { IScriptComponent } procedure AddElements(AddIntf: IAddScriptElements); function GetSubComp...
unit fClientForm; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, uROClient, uROClientIntf, uRORemoteService, uROBinMessage, uROWinInetHTTPChannel, System.TypInfo, uROAsync, uROServerLocator, uROChannelAwareComponent, uROBaseConnection, uROTrans...
{$F-,A+,O+,G+,R-,S+,I+,Q-,V-,B-,X+,T-,P-,D-,L-,N-,E+} unit FileArea; interface uses Global; procedure faAskListFiles; procedure faBatchAdd(Par : String); function faChangeArea(Area : Word) : Boolean; function faCloseEnough(f1,f2 : String) : Boolean; procedure faDownload(Par : String); procedure faDownl...
2 { (c) 2002, Tom Verhoeff, TUE } 3 { 2006, Etienne van Delden, TUE} 4 { Programma om te controleren of het ingegeven ISBN een geldig ISBN is. } 5 6 var 7 input: String; // string om ISBN in te lezen 8 9 const 10 AantalCijfersInISBN = 10; // aantal ISBN-cij...
{***************************************************************************** The Class tree team (see file NOTICE.txt) licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. A copy of this licence is found in the root ...
unit uMoney; interface uses System.SysUtils; type TMoney = record strict private FMoney : integer; FCents : array[0..3] of integer; FFormatSettings : TFormatSettings; procedure FillCentsArray; function CentFactor: integer; function GetMoney: Currency; private function GetIntMone...
unit IdCoderIMF; interface uses Classes, IdCoder, SysUtils; const ConstIMFStart = 0; ConstIMFMessageStart = 1; ConstIMFBoundaryEnd = 2; ConstContentType = 'content-type'; ConstContentTransferEncoding = 'content-transfer-encoding'; ConstContentDisposition = 'content-disposition'; ConstContentMD5 ...
unit uQuestionList; 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.ListBox, FMX.Controls.Presentation, System.Rtti, FMX.Grid.Style, FMX.Grid, System.Actions, FMX.ActnList, F...
unit CheckListBoxImpl1; interface uses Windows, ActiveX, Classes, Controls, Graphics, Menus, Forms, StdCtrls, ComServ, StdVCL, AXCtrls, DelCtrls_TLB, CheckLst; type TCheckListBoxX = class(TActiveXControl, ICheckListBoxX) private { Private declarations } FDelphiControl: TCheckListBox; FEvents: ICh...
unit unPagamento; interface uses SysUtils; type EPagamentoException = Exception; type TPagamento = class private fFluxo: Integer; fJuros: Double; fAmortizacaoSaldoDevedor: Double; fPagamento: Double; fSaldoDevedor: Double; procedure SetFluxo(const Value: Integer); procedure SetJu...
(* Name: keymanhotkey Copyright: Copyright (C) SIL International. Documentation: Description: Create Date: 1 Aug 2006 Modified Date: 1 Aug 2006 Authors: mcdurdin Related Files: Dependencies: Bugs: Todo: Notes: ...
(* MapClass: MM, 2020-06-05 *) (* ------ *) (* A Unit for Mapping Operations using Hash Chaining *) (* ========================================================================= *) ...
{==============================================================================| | Project : Ararat Synapse | 001.003.000 | |==============================================================================| | Content: SSL support by OpenSSL and the CAPI engine ...
{----------------------------------------------------------------------------- Author: Roman Fadeyev Purpose: Специальный клас-переходник между библиотечным интерфейсом предоставления данных для чарта (ISCInputDataCollection) и источником данных (IStockDataSource) History: --------------...
unit ltr210api; interface uses SysUtils, ltrapitypes, ltrapidefine, ltrapi; const // Размер строки с именем модуля в структуре TINFO_LTR210 LTR210_NAME_SIZE = 8; // Размер строки с серийным номером модуля в структуре TINFO_LTR210 LTR210_SERIAL_SIZE = 16; // Количество каналов АЦ...
unit Whirl512; {Whirlpool - 512 bit Secure Hash Function} interface (************************************************************************* DESCRIPTION : Whirlpool - 512 bit Secure Hash Function REQUIREMENTS : TP6/7, D1-D7/D9-D10/D12/D17-D18/D25S, FPC, VP EXTERNAL DATA : --- ME...
unit FHIR.Cache.PackageClient; interface uses SysUtils, Classes, FHIR.Support.Base, FHIR.Support.Utilities, FHIR.Support.Json; type TFHIRPackageInfo = class (TFslObject) private FId : String; FVersion : String; FFhirVersion : String; FDescription : String; FUrl : String; p...
unit CurrencyEdit; {$mode objfpc}{$H+} interface uses Classes, SysUtils, LResources, FileUtil, StdCtrls, LCLType; type { TCurrencyEdit } TCurrencyEdit = class(TEdit) private constructor Create(AOwner: TEdit); protected { Protected declarations } public procedure CreatePa...
unit UnFabricaDeDominios; interface uses SysUtils, Classes, DB, DBClient, Provider, SqlExpr, { helsonsant } Util, DataUtil, UnModelo, Dominio, FMTBcd; type FabricaDeDominio = class of TFabricaDeDominio; TFabricaDeDominio = class(TDataModule) private class procedure ConstruirDataSet(const DataSet: TDat...
{*******************************************************} { } { NetView Version 2.3 } { } { } { Copyright (c)...
program LinkedList; type Nd = ^Node; Node = record Info : integer; Next : Nd; end; procedure Print(var Start : Nd); var i : integer; L : Nd; begin L := Start; i := 0; while L <> nil do begin writeln(i, ' : ', L^.Info); L := L^.Next; i := i + 1; end; end; procedure AddNToAppen...
unit Unit1; interface uses System.SysUtils, System.Classes, System.Math, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, //GLS GLObjects, GLScene, GLVectorGeometry, GLCadencer, GLWin32Viewer, GLGeomObjects, GLCrossPlatform, GLCoordinates, GLBaseClasses; type TForm1 = class...
unit js_tokens; interface uses fw_utils,fw_vm_constants; const // Los tokens de control del lexer jst_Root =255; jst_None =254; jst_Error =253; jst_Eof =252; jst_vars =251; jst_Functions =250; jst_CodeDef =249; jst_FuncDef =24...
{ Лабораторная работа № 2 Отношения и их свойства Бинарное отношение R на конечном множестве A2 задано списком упорядоченных пар вида (a,b), где a,bA. Программа должна определять свойства данного отношения: рефлексивность, симметричность, антисимметричность, транзитивность (по материалам лекции 2). Работа программы д...
unit Unit1; interface uses System.SysUtils, System.Classes, Vcl.Forms, Vcl.StdCtrls, Vcl.ExtCtrls, Vcl.Controls, //GLScene GLScene, GLObjects, GLParticles, GLBehaviours, GLVectorGeometry, GLCadencer, GLWin32Viewer, GLCrossPlatform, GLCoordinates, GLBaseClasses, GLUtils; type TForm1 = class(...
program MemDeviceMappedInfo; {$mode objfpc}{$H+} uses {$IFDEF UNIX}{$IFDEF UseCThreads} cthreads, {$ENDIF}{$ENDIF} Classes, SysUtils, uSMBIOS { you can add units after this }; procedure GetMemDeviceMappedInfo; Var SMBios: TSMBios; LMemDevMappedAddress: TMemoryDeviceMappedAddressInformatio...
unit shared; interface uses ComCtrls, SysUtils, Windows; function CustomSortProc(Item1, Item2: TListItem; SortColumn: Integer): Integer; stdcall; function findindex(item : string):integer; type TCustomSortStyle = (cssAlphaNum, cssNumeric, cssDateTime); TUser = record name : string[50]; id_no : string...
// dws2Classes {: DelphiWebScriptII symbol creation for base Delphi classes.<p> <b>History : </b><font size=-1><ul> <li>27/04/2004 - SG - Creation </ul></font> } unit dws2Classes; interface uses Classes, SysUtils, dws2Exprs, dws2Symbols, dws2Comp, dws2CompStrings, dws2Stack, dws2Func...
unit ScriptRunner; interface uses Windows, SysUtils, Classes, GMGlobals, FlexBase, JvInterpreter, h_GMClient; type TPasScriptAction = (psaCompile, psaRun); TPasScriptActionSet = set of TPasScriptAction; TScriptRunner = class private FScript: TStrings; FLastError: string; FStartTick: int64; ...
unit SimpleSQL; interface uses SimpleInterface; Type TSimpleSQL<T : class, constructor> = class(TInterfacedObject, iSimpleSQL<T>) private FInstance : T; FFields : String; FWhere : String; FOrderBy : String; FGroupBy : String; FJoin : String; public con...
unit SerialThread; {$mode objfpc}{$H+} interface uses Classes, SysUtils, synaser, StdCtrls, ExtCtrls, LCLIntf; type { TSerialThread } TSerialThread = class (TThread) private ser:TBlockSerial; Log:TMemo; GroupBox1:TGroupBox; CheckGroup1: TRadioGroup; Data : string; RequestReset : Bo...
{*******************************************************} { } { Delphi VCL Extensions (RX) } { } { Copyright (c) 1998 Master-Bank } { ...
UNIT MapStuff; { needed by cartog2.pas } {$N+,E+} interface USES CRT, MathLib0, Graph; CONST NotVisible : INTEGER = -32767; { Flag for point visibility } TYPE Float = SINGLE; RenderTypes = (DoGrid, DoMap); RenderSet = SET OF RenderTypes; MapTypes = (NoMap, Merc, Equi, Sino, Hamr,...
unit optnfrm; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, ExtDlgs, ExtCtrls, Grids, wwDataInspector, StdCtrls, ComCtrls, wwriched, fcCombo; type TOptionsForm = class(TForm) Panel1: TPanel; btnSave: TButton; btnRestore: TButton; btnOk: TButton; In...
{ Subroutine GUI_TICKS_MAKE (VMIN, VMAX, WID, HORIZ, MEM, FIRST_P) * * Create a set of tick marks for labeling the displayed value range from VMIN * to VMAX. WID is the displayed length of the VMIN to VMAX range in the * RENDlib TXDRAW coordinate space. The current RENDlib text parameters must * be set as t...
unit UObjComm; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, peoutlookbtn, StdCtrls, ExtCtrls, pegradpanl, kpaylib, OnScheme; type TObjCommForm = class(TForm) Label5: TLabel; SF_Main: TOnSchemeForm; Pa_Title: TPeJeonGrdPanel; E_e1ObjComm...
unit uDown; interface uses windows,sysutils,strutils,classes,urlmon,Messages,uLog; Const WM_DOWN_FILE = WM_USER+1002; DOWN_STAT_STOP=0; DOWN_STAT_PAUSE=1; DOWN_STAT_IDLE=2; DOWN_STAT_WORKING=3; var idx,mState:integer;//下载序号 bDownFiles,bPause:boolean;//下载工作线程变量; mDowns:tstrings; mForm:HWND; //mP...
{$R-} {$Q-} unit ncEncMisty1; // To disable as much of RTTI as possible (Delphi 2009/2010), // Note: There is a bug if $RTTI is used before the "unit <unitname>;" section of a unit, hence the position {$IF CompilerVersion >= 21.0} {$WEAKLINKRTTI ON} {$RTTI EXPLICIT METHODS([]) PROPERTIES([]) FIELDS([])} {$END...
unit UnLancarCreditoView; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, ExtCtrls, StdCtrls, DB, JvExStdCtrls, JvEdit, JvValidateEdit, { Fluente } Util, SearchUtil, UnComandaModelo, Pagamentos, UnTeclado; type TLancarCreditoView = class(TForm) Label1:...
unit uDMNXDontShut; interface uses SysUtils, Classes, SyncObjs, Windows, nxllTransport, nxllSimpleCommandHandler, nxdb, nxllComponent, nxptBasePooledTransport, nxtwWinsockTransport, nxllSimpleSession; type Tdm = class(TDataModule) nxSession: TnxSimpleSession; nxTCPIP: TnxWinsockTransport; nxCm...
{*******************************************************} { } { CodeGear Delphi Runtime Library } { Copyright(c) 2014-2019 Embarcadero Technologies, Inc. } { All rights reserved } { ...
{*******************************************************} { } { FMX UI Toast 自动消失提示组件 } { } { 版权所有 (C) 2016 YangYxd } { ...
program MemArrayMappedInfo; {$mode objfpc}{$H+} uses {$IFDEF UNIX}{$IFDEF UseCThreads} cthreads, {$ENDIF}{$ENDIF} Classes, SysUtils, uSMBIOS { you can add units after this }; procedure GetMemArrayMappedInfo; Var SMBios: TSMBios; LMemArrMappedAddress: TMemoryArrayMappedAddressInformation; ...
// // This unit is part of the GLScene Project, http://glscene.org // { : GLSGenerics<p> GLScene cross IDE generic classes collection.<p> <b>History : </b><font size=-1><ul> <li>10/11/12 - PW - Added CPP compatibility: redeclared FOnChange: TNotifyEvent; <li>06/10/10 - Yar - Creation </ul></font> ...
unit _IniFiles; interface uses SysUtils, Forms, IniFiles; type TMyIni = class private public Constructor Create; Destructor Free; function Read(Section,Ident:String; Default:String=''):String; procedure Write(Section,Ident,Value:String); end; implementation var vIni: TIniFile; construc...
unit USchema; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, pFIBMetaData, FIBDatabase, pFIBDatabase, StdCtrls, DB, FIBDataSet, pFIBDataSet, Grids, DBGrids, FIBQuery, pFIBQuery, RefreshDB; type TFRefreshDB = class(TForm) SourceFDB: TEdit; Source: TB...
unit fUserData; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, ComCtrls, ToolWin, ActnList, ImgList, Ex_Grid, Ex_Inspector, FlexBase, FlexProps, cxGraphics, cxControls, cxLookAndFeels, cxLookAndFeelPainters, cxContainer, cxEdit, cxScrollBox, dxSkinsCore, cxLabel, cx...
{*******************************************************} { } { Delphi FireMonkey Platform } { } { Copyright(c) 2011 Embarcadero Technologies, Inc. } { ...
unit uSysObj; interface uses Classes, UWorkerInfo; type TSysObj = class(TObject) private FAppPath: string; FWorkerInfo: TWorkerInfo; FConfigPath: string; public constructor Create; destructor Destroy; override; property AppPath: string read FAppPath write FAppPath; ...
unit untEasyWorkFlowActions; interface uses SysUtils, Classes, Forms, ComCtrls, Graphics, atDiagram, DiagramActns, DiagramExtra, ActnList, Dialogs, ImgList, Controls, wsClasses; type TDMEasyWorkFlowActions = class(TDataModule) ActionList1: TActionList; acHasTargetArrow: TAction; acHasSo...
unit DomDocumentTest; interface implementation uses // NTX ntxTestUnit, ntxTestResult, // unit to be tested microdom, // HELP UNITS udomtest_init; {******************************************************************************* Test_DomDocument - 12.05.20 11:56 by: JL ******************************...
unit UpdateVillageNamesAndAddresses; {To use this template: 1. Save the form it under a new name. 2. Rename the form in the Object Inspector. 3. Rename the table in the Object Inspector. Then switch to the code and do a blanket replace of "Table" with the new name. 4. Change UnitName to the new unit name....
{$i deltics.unicode.inc} unit Deltics.Unicode.Transcode.Utf8ToCodepoint; interface uses Deltics.Unicode.Types; function _Utf8ToCodepoint(var aUtf8: PUtf8Char; var aMaxChars: Integer): Codepoint; overload; implementation uses Deltics.Unicode; { - - - - - - - - - - - - - - - - - - - - - - ...
{ /* MIT License Copyright (c) 2014-2020 Wuping Xin 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 the Software without restriction, including without limitation the rights to use, copy, modify, m...
{*******************************************************} { } { Delphi FireDAC Framework } { } { Copyright(c) 2004-2018 Embarcadero Technologies, Inc. } { All rights rese...
unit IdEcho; interface uses Classes, IdGlobal, IdTCPClient; type TIdEcho = class(TIdTCPClient) protected FEchoTime: Cardinal; public constructor Create(AOwner: TComponent); override; function Echo(AText: string): string; property EchoTime: Cardinal read FEchoTime; published property...
unit f13_load; interface uses csv_parser, buku_handler, user_handler, peminjaman_Handler, pengembalian_Handler, kehilangan_handler, tipe_data; { DEKLARASI FUNGSI DAN PROSEDUR } procedure load(var data_buku: tabel_buku; var data_user: tabel_user; var data_peminjaman: tabel_peminjaman; var d...
program FizzBuzz; var i: Integer; begin for i := 1 to 15 do begin if i mod 15 = 0 then writeln ('FizzBuzz') else if i mod 3 = 0 then writeln ('Fizz') else if i mod 5 = 0 then writeln ('Buzz') else writeln (i) end; end.
{----------------------------------------------------------------------------} { Written by Nguyen Le Quang Duy } { Nguyen Quang Dieu High School, An Giang } {----------------------------------------------------------------------------} ...
unit BodyTypesSimpleQuery; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, BodyTypesBaseQuery, FireDAC.Stan.Intf, FireDAC.Stan.Option, FireDAC.Stan.Param, FireDAC.Stan.Error, FireDAC.DatS, FireDAC.Phys.Intf...
unit ncaFrmConfigComissao; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, ncaFrmBaseOpcaoImgTxt, cxGraphics, cxControls, cxLookAndFeels, cxLookAndFeelPainters, cxContainer, cxEdit, Menus, cxMaskEdit, cxDropDownEdit, cxTextEdit, cxCurrencyEdit, StdCtrls, cxBu...
unit uDrawLib; interface uses Forms, Math, Graphics, uMain, uMyTypes, Windows, SysUtils, Dialogs, Classes, uObjectFont; procedure KruzPlocha(stred: TMyPoint; priemer: double; farVypln, farOkolo: TColor; hrubka: integer=1); procedure KruzObvod(stred: TMyPoint; priemer: double; farba: TColor; hrubka: integer=1; styl:...
unit FC.StockChart.UnitTask.TradeLine.AnalysisDialog; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Contnrs, Dialogs, BaseUtils,SystemService, ufmDialogClose_B, ufmDialog_B, ActnList, StdCtrls, ExtendControls, ExtCtrls, Spin, StockChart.Definitions,StockChart.Definitio...
unit LLVM.Imports.Disassembler; interface //based on Disassembler.h uses LLVM.Imports, LLVM.Imports.Types, LLVM.Imports.DisassemblerTypes; (* * Create a disassembler for the TripleName. Symbolic disassembly is supported * by passing a block of information in the DisInfo parameter and specifying the * Tag...
unit UEmpForm; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, ExtCtrls, pegradpanl, StdCtrls, Mask, Grids, DBGrids, Db, DBTables, pegraphic, DBClient, MIDAScon, Tmax_DataSetText, OnDBGrid, OnFocusButton, ComCtrls, OnShapeLabel, OnGrDBGrid, OnEditBaseCtrl, OnEd...
unit Form.BaseEditForm; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Form.BaseForm, dxSkinsCore, dxSkinMetropolis, cxGraphics, cxLookAndFeels, cxLookAndFeelPainters, Vcl.Menus, Vcl.StdCtrls, cxButtons, Vcl...
unit uFIFO_rec; interface uses windows, sysutils, math; {$Q-} {$R-} type tFIFO_rec_stat_direction = packed record count : int64; errors : int64; end; tFIFO_rec_stat = packed record min : integer; max : integer; readed : tFIFO_rec_stat_direction; writed : tFIFO_rec_stat_direction; end; ...
unit BlowFishEx; {$mode objfpc}{$H+} interface uses Classes, SysUtils, BlowFish; function BlowFishEncryptStr(const Src, AKey: string): string; function BlowFishDecryptStr(const Src, AKey: string): string; implementation function BlowFishEncryptStr(const Src, AKey: string): string; var VInput: TStringStream; ...
unit caHTML; {$INCLUDE ca.inc} interface uses Windows, SysUtils, Messages, Classes, caUtils, caClasses, caMatrix, Graphics, caGraphics; type TcaHTMLAlignment = (haLeft, haRight, haTop, haTexttop, haMiddle, haAbsMiddle, haBaseline, haBottom, haAbsBottom); //----------------------------...
unit uSubTest; interface uses uCommon; type TInterval = record EvtActionTimeRltvBeginIntrvl: Integer; AlertDurationTime: Integer; RTValue: Integer; AvrgRTValue: Integer; RTValCnt: Integer; AmplitudeLimbToUp: Integer; AvrgAmplitudeLimbToUp: Integer; ReactionVelocityTim...
{*********************************************************************** Unit gfx_masks.PAS v1.2 0801 (c) by Andreas Moser, AMoser@amoser.de Delphi version : Delphi 4 gfx_mask is part of the gfx_library collection You may use this sourcecode for your freewareproducts. You may modify this...
unit ncaFrmCli; { ResourceString: Dario 11/03/13 } interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, cxPCdxBarPopupMenu, cxGraphics, cxControls, cxLookAndFeels, cxLookAndFeelPainters, cxContainer, cxEdit, cxStyles, cxClasses, dxBar, cxMaskEdit, cxDropDownEd...
//----------------------------------------- // Maciej Czekański // maves90@gmail.com //----------------------------------------- unit Arkanoid; interface uses Math; CONST SCREEN_WIDTH = 800; SCREEN_HEIGHT = 600; BOUND = 40; BRICK_WIDTH = 80; BRICK_HEIGHT = 20; PADDLE_WIDTH = 80; MAX_PADDLE_WIDTH = 120; MIN_...
unit ufrmSysLangGuiContent; interface {$I ThsERP.inc} uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ExtCtrls, ComCtrls, StrUtils, Vcl.AppEvnts, Vcl.Menus, Vcl.Samples.Spin, Ths.Erp.Helper.Edit, Ths.Erp.Helper.Memo, Ths.Erp.Helper.ComboBox, ufrmBase...
{: GLFileNurbs<p> Nurbs surfaces vector file loading.<p> <b>History :</b><font size=-1><ul> <li>11/08/03 - SG - Some minor changes <li>05/08/03 - SG - Initial, adapted LoadFromStream from earlier tests with GLNurbsSurface (depricated), originally coded ...
unit uspQuery; interface uses System.Classes, FireDAC.Comp.Client, FireDac.DApt, System.SysUtils; type TspQuery = class(TFDQuery) private FspColunas : TStringList; FspTabelas : TStringList; FspCondicoes : TStringList; procedure SetspColunas(const Value: TStringList); procedure Sets...
unit UnitTrial; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 = class(TForm) Button1: TButton; Button2: TButton; Button3: TButton; Button4: TButton; Edit1: TEdit; Edit2: TEdit; Edit3: TEdit; Label1: TLabe...
unit oGridPanelFunctions; { ================================================================================ * * Application: CPRS - Utilities * Developer: doma.user@domain.ext * Site: Salt Lake City ISC * Date: 2015-12-04 * * Description: Provides a si...
{ Unit to make assembly procedures available in Quick Pascal. } UNIT DEMO; INTERFACE CONST { Constants } CR = 13; { ASCII code for Return } ESCAPE = 27; { ASCII code for Esc key } MDA = 0; { Adapter constants } CGA = 1; MCGA = 2; EGA = 3; VGA = 4;...
unit fqWeb; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, OleCtrls, Registry, SHDocVw; type TfqWebForm = class(TForm) WebBrowser1: TWebBrowser; private { Private declarations } public { Public declarations } constructor Cre...
(***************************************************************************** * * * This file is part of the UMLCat Component Library. * * * * ...
{*******************************************************} { } { Delphi LiveBindings Framework } { } { Copyright(c) 2011-2018 Embarcadero Technologies, Inc. } { All rights rese...
unit CertiorariDuplicatesDialogUnit; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Buttons, wwdblook, Db, DBTables, ExtCtrls; type TCertiorariDuplicatesDialog = class(TForm) YesButton: TBitBtn; NoButton: TBitBtn; CertiorariTable: TTable; Desc...
unit AGraficoComprativoAno; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, formularios, StdCtrls, Buttons, PainelGradiente, Componentes1, Localizacao, ExtCtrls, Spin,Series, TeeProcs,TeEngine,Graficos, FMTBcd, DB, SqlExpr, UnNotaFiscal; type TTipoGraficoCom...
unit InventDTOU; interface type TInventDTO=class(TObject) private Fdesinvent: string; Fdate_: string; Fidinvent: Integer; procedure Setdate_(const Value: string); procedure Setdesinvent(const Value: string); procedure Setidinvent(const Value: Integer); published property desinvent: str...
unit fCSRemaining; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ORCtrls, ExtCtrls, VA508AccessibilityManager, StrUtils, ORFn, uCore, rOrders; type TfrmCSRemaining = class(TForm) lblCSRemaining: TVA508StaticText; lstCSRemaining: TCaptionL...
unit IconAddU; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, ExtCtrls, StdCtrls, ToolWin, ComCtrls, ActnList, toolsapi; procedure Register; implementation uses DisplayU; {This Procedure fire off a small modal dialog that allows the user to load a bitmap and view the ...
unit UPrjSearch; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Data.DB, Vcl.Grids, Vcl.DBGrids, Vcl.DBCtrls, Vcl.ExtCtrls, Vcl.StdCtrls, Vcl.Mask, FireDAC.Stan.Intf, FireDAC.Stan.Option, FireDAC.Stan.Param,...
unit uPrecacheThread; interface uses Classes, Windows, SysUtils, Dialogs; const BufferSize = 10485760; ExtFilesNotToCache: array[1..3] of string = ('.rtf', '.iso', '.chm'); type TPrecacheThread = class(TThread) private // ts: TTime; Buffer: array of AnsiChar; { Priv...
{*******************************************************} { } { Delphi FireDAC Framework } { FireDAC Informix metadata } { } { Copyright(c) 2004-2018 Embar...
unit U_Element; interface type ELEMENT = CARDINAL; // ecriture du paramètre e sur la sortie standard procedure ecrireElement(const e : ELEMENT); // saisie de la valeur paramètre e sur la sortie standard procedure lireElement(out e : ELEMENT); // egal(e1, e2) = VRAI si et seulement si e1 ...
{********************************************} { TeeChart Pro Charting Library } { Copyright (c) 1995-2004 by David Berneda } { All Rights Reserved } {********************************************} unit TeeBollingerEditor; {$I TeeDefs.inc} interface uses {$IFNDEF LINUX} Window...
{ Copyright (c) 2012, Loginov Dmitry Sergeevich All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditio...
unit ucardthread; {$mode objfpc}{$H+} interface uses Classes, SysUtils, Windows, Messages, ucardworker, uconfig, uother; const WM_TASK_READ_CARD = WM_USER + 1000; WM_TASK_WRITE_SINGLE_CARD = WM_USER + 1001; WM_TASK_WRITE_BATCH_CARD = WM_USER + 1002; WM_TASK_CLEAN_CARD = WM_USER + 1003; WM_TASK_FINISH = ...