text
stringlengths
14
6.51M
unit Form2m; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, uniGUITypes, uniGUIAbstractClasses, uniGUIClasses, uniGUImClasses, uniGUIForm, uniGUImForm, uniGUImJSForm, uniButton, unimButton, uniChart, unimChart, uniPanel, uniPageControl, unimTabPanel, uniGUIBaseClas...
unit eeDataCollector; interface type TDataCollector = class private fDataBufferSize: integer; fSamplesPerValue: integer; procedure SetDataBufferSize(const Value: integer); protected DataBuffer:array of single; SampleCount:integer; SampleMax :single; HasLoope...
unit uToolTip; interface uses Windows, Classes, Menus, ActnList, SysUtils, ShellApi, Forms, Registry, WinTypes, GraphUtil, Graphics, uHTML, uToolTipItem; type TToolTip = class(TObject) private FName: string; FIntId: integer; procedure Initialize; protected FList: TStringList; ...
unit F6; interface uses bentukan; procedure olahBahan (var tsimulasi: tabsimulasi; tolah: tabOlah; tmentah: tabMentah; var tiolah: tabiOlah; var timentah:tabiMentah;idx:integer ); {I.S.: tsimulasi,tolah,tMentah,tiOlah,tiMentah,idx terdefinisi asumsi jika ada bahan dengan nama sama maka bahan dengan tanggal ...
unit client; { Trida TTCPClient zabezpecuje TCP klient soket, ktery resi komunikaci s technologickym serverem. Nize je popis komunikacniho protokolu. } interface uses SysUtils, IdTCPClient, listeningThread, IdTCPConnection, IdGlobal, Classes, StrUtils, Graphics, Windows, Forms, Controls, ExtCtrls, Generic...
unit IteratorInterface; interface uses MenuItem; type IIterator = interface function Next : TMenuItem; function HasNext : boolean; end; implementation end.
{****************************************************************** * 项目名称: * 单元名称:成长之路 * 单元作者: * 摘 要: * 备 注: *******************************************************************} program Mir2; {$I common.pas} //本任务的任务编号,每个任务对应不同的任务编号,这个不可以重复 const CurrentTaskID = 1007; //TASK_TYPE_MAIN 任务类型为主线 //TASK...
unit VamAudio.R8BrainWrapper; interface // https://code.google.com/p/r8brain-free-src/ uses VamLib.MoreTypes, r8bsrc, r8bsrcEx; type TR8BrainResampler = class private rsHandle : CR8BResampler; TempBuffer : array of double; PTempBuffer : PR8BDouble; fLatency: integer; public constructor C...
unit Rdx.CudaFFT; interface uses WIndows, System.SysUtils; type // CUFFT API function return values cufftResult = ( CUFFT_SUCCESS = $0, CUFFT_INVALID_PLAN = $1, CUFFT_ALLOC_FAILED = $2, CUFFT_INVALID_TYPE = $3, CUFFT_INVALID_VALUE = $4, CUFFT_INTERNAL_ERROR = $5, CUFFT_EXEC_FAILED = $...
{ Pascal Validation Suite Version 5.7 } { } { (C) Copyright 1982, British Standards Institution } { } { TEST 6.10-16, FILE=DEV258, CLA...
{ Pascal Validation Suite Version 5.7 } { } { (C) Copyright 1982, British Standards Institution } { } { TEST 6.6.3.4-2, FILE=CONF113, CLAS...
unit MapZones; interface uses Types, SysUtils, Classes, TypInfo, Graphics, Contnrs, Controls, Dialogs, ScUtils, ScStrUtils, GR32, FunLabyUtils, FunLabyCoreConsts, FunLabyToolsConsts, Generics, GraphicsTools, MapTools; const idZoneEventsPlugin = 'ZoneEventsPlugin'; type {* Coordonnées d'u...
unit InWindowDialog.SampleFinderDialog.Form; interface uses InWindowDialog.Prototypes, InWindowDialog.SampleFinderDialog.Brain, Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, VamDiv, RedFoxWinControl, VamWinC...
PROGRAM COMPILAR ; uses crt; const MAX_PASILLOS = 10; MAX_ESTANTES = 15; MAX_EJEMPLAR = 500; MAX_TITULO = 500; MAX_AUTOR = 500; MAX_GENERO = 7; MAX_TOTAL = 500; Type Tr_Ejemplar = record Id_Ejemplar: Integer; Id_Titulo: Integer; Pasillo: byte; Estante: byte; Es...
// ************************************************************************ // // The types declared in this file were generated from data read from the // WSDL File described below: // WSDL : http://license.pharmbase.com.ua:8080/aptekaWS/CommonServicePort?wsdl // >Import : http://license.pharmbase.com.ua:8080...
unit ufTarefa3; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Data.DB, Datasnap.DBClient, Vcl.Grids, Vcl.DBGrids, Vcl.StdCtrls; type TfTarefa3 = class(TForm) DBGrid1: TDBGrid; ClientDataSetValores:...
unit ufrmRttiMain; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, Vcl.ComCtrls, Vcl.ExtCtrls, System.Rtti, System.TypInfo; type TfrmRttiMain = class(TForm) lbRttiInfo: TListBox; pnlTop...
(* ////////////////////////////////// "ipps.h" ///////////////////////////////// // // INTEL CORPORATION PROPRIETARY INFORMATION // This software is supplied under the terms of a license agreement or // nondisclosure agreement with Intel Corporation and may not be copied // or disclosed exc...
unit CadTProd; {*************************************************************************} {* *} {* Author: Alcindo Schleder *} {* Copyright: © 2003 by Alcindo Schleder. All rights reserved. ...
unit VamModularJack; interface uses Contnrs, Types, Controls, Classes, Graphics, Generics.Collections, RedFox, RedFoxGraphicControl, RedFoxColor, VamGraphicControl, VamWinControl; type //==== forward declarations ==== TVamModularJack = class; IVamModularConnection = interface; TVamModularCableOverlay =...
{ ****************************************************************** Woolf test ****************************************************************** } unit uwoolf; interface uses utypes, uConstants; procedure Woolf_Conform(N_cls: Integer; N_estim: Integer; Obs: TIntVector; Calc: TVector; var G: Fl...
{ MIT License Copyright (c) 2017 Jamie Geddes 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, merge, publish, di...
unit frmSearchItem; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DB, //Auto Create Menus, cxLookAndFeelPainters, cxStyles, cxCustomData, cxGraphics, cxFilter, cxData, cxDataStorage, cxEdit, cxDBData, cxTextEdit, cxCurrencyEdit, ImgList, unt...
unit LucidityGui.KnobHandler; interface {$INCLUDE Defines.inc} uses Vcl.Menus, Menu.CustomPopupMenu, Contnrs, Controls, Classes, eePlugin, VamLib.GuiUtils, VamLib.ZeroObject, eeMidiAutomationV2, Lucidity.CustomControlHandler, Lucidity.PluginParameters; {$M+} // required for the knob handler RT...
{******************************************************************************* Title: T2Ti ERP Description: VO da tabela do Sintegra. The MIT License Copyright: Copyright (C) 2010 T2Ti.COM Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation fil...
unit uEndereco; interface uses REST.Json, System.Json, idHTTP, IdSSLOpenSSL; type TEndereco = class private FLogradouro: string; FBairro: string; FCep: string; FComplemento: string; FLocalidade: string; FUf: string; procedure SetCep(const V...
Unit graderlib; Interface function ping (i, j : integer) : integer; procedure travelTo (k : integer); Implementation uses network; const MAX_N = 1010; var N, x, y : integer; M, pingCount : longint; distance : array [1..MAX_N, 1..MAX_N] of integer; routeLength : integer; u, v, current : int...
{==============================================================================| | Project : Ararat Synapse | 001.000.000 | |==============================================================================| | Content: ClamAV-daemon client ...
(*----------------------------------------------------------------------------- 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/MPL-1.1...
unit FileHandler; {$mode objfpc}{$H+} interface uses Classes, SysUtils; type TFileHandler = class private F : Text; public function ReadFirstLineOfFile(): string; Constructor Create(path : string); overload; end; implementation constructor TFileHandler.Create(path: string); begin AssignF...
unit uLucidityXYPads; interface uses VamLib.MoreTypes, eeParSmoothingUtils, eeDsp, eeGlobals, uConstants; type TLucidityXYPads = class private procedure SetPadX1(const Value: single); procedure SetPadX2(const Value: single); procedure SetPadX3(const Value: single); proc...
unit zearchhelper; interface uses sysutils; function ZEGetTempDir(): string; function ZECreateUniqueTmpDir(const ADir: string; var retTmpDir: string): boolean; function ZEDelTree(ADir: string): boolean; implementation //Получает путь к темпу function ZEGetTempDir(): string; begin result := GetEnvironmentVaria...
program const_circle; const PI = 3.141592654; (* This is pi, the value which is c/d for a circle *) var r: integer; {variable declaration: radius, dia, circumference} c , d: real; color: integer; e: boolean; begin {r := 's';} r := 0; d := 4; color := 1; c := 1.0; e := False; if color = 1 then ...
{ Pascal Validation Suite Version 5.7 } { } { (C) Copyright 1982, British Standards Institution } { } { TEST 6.8.3.9-1, FILE=CONF177, CLAS...
{ *********************************************************** } { * ksTools Library * } { * Copyright (c) Sergey Kasandrov 1997, 2010 * } { * ----------------------------------------- * } { * http://sergworks.wordpress.com/kstools * } ...
{******************************************************************************* Title: iTEC-SOFTWARE Description: VO relational the table [PREVENDA_IMPRIMIR] The MIT License ...
unit UCL.PopupMenu; interface {$IF CompilerVersion > 29} {$LEGACYIFEND ON} {$IFEND} uses Classes, Types, Windows, Forms, Controls, Menus, Graphics, Dialogs, UCL.IntAnimation, UCL.IntAnimation.Helpers, UCL.Classes, UCL.Types, UCL.Utils, UCL.Graphics, UCL.ThemeMan...
unit FarScape.Assistant.Bitmap; interface uses WinApi.Windows, Graphics; type BitmapAssistant = record public class procedure SetAlpha(const Bitmap : TBitmap; const Alpha : cardinal); static; class procedure PreMultiplyAlpha(const Bitmap : TBitmap); static; class procedure ClearAll(const Bitmap ...
unit Controllers; interface uses fm_Core; type TFmMod = record range : integer; pitch, amp, eg : Boolean; public class function Create:TFmMod; static; procedure parseConfig(const cfg : string); procedure setRange(var r:byte); procedure setTarget(var r:byte); procedure setConfig(var cfg : string); end; ...
unit eeClipBoard; interface uses Classes; // GetFilesOnClipBoard() returns a list of all file names on the clip board. // Source: http://delphi.about.com/cs/adptips2001/a/bltip1001_3.htm procedure GetFilesOnClipBoard(var Files : TStringList); implementation uses SysUtils, ClipBrd, Windows, Sh...
unit Test.WatchTower.DataDirCollection; interface uses WatchTower, WatchTower.DataDirCollection; type TDataDirCollection_BasicTest = class(TWatchTowerTest) private DataDirCollection : TDataDirCollection; public procedure Setup; override; procedure TearDown; override; [Test] procedure A...
unit uProgresso; interface uses Vcl.ComCtrls, Classes; type TProgresso = class(TThread) FBarraDeProgresso: TProgressBar; FContagem: Integer; FTempoEspera : Integer; /// <summary> /// <para>Método: Contagem</para> /// <para>Descrição: Realiza a contagem da barra de progresso e controla quan...
{**************************************************************************************************} { } { Project JEDI Code Library (JCL) } { ...
unit mKarte; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, Menus, ExtCtrls, StdCtrls, mKante, XPMan; type TKarte = class private FPasszahl:integer; FOrientierung:integer; FNummer:integer; FKante:arr...
unit Core; interface function Get_Altitude_Core:double; function Get_Azimuth_Core:double; function Get_Declination_Core:double; function Get_RightAscension_Core:double; function Get_SiteElevation_Core:double; procedure Set_Connected_Core(Value:Boolean); procedure Set_TargetDeclination_Core(Value: Dou...
unit DContacts.Modules.Connections.SQLite; interface uses System.SysUtils, System.Classes, System.Generics.Collections, Data.DB, FireDAC.Comp.Client, FireDAC.Comp.UI, FireDAC.Comp.Script, FireDAC.Comp.ScriptCommands, FireDAC.Stan.Async, FireDAC.Stan.Def, FireDAC.Stan.Error, FireDAC.Stan.ExprFu...
unit JsonWrapper; interface uses SysUtils, Classes, SuperObject; type TJsonWrapper = class (TObject) constructor Create(); function loadFile( filename : string ):boolean; procedure storeFile( filename:string); function getStr( namePath : string; alternativeDefaultStr : string ):...
{ Pascal Validation Suite Version 5.7 } { } { (C) Copyright 1982, British Standards Institution } { } { PRETEST 6.6.5.3-16, FILE=ERR40...
unit SubscriptionOutcomeData; interface uses ObjectsMappers; type /// An ADT for subscription outcome data [MapperJSONNaming(JSONNameLowerCase)] TSubscriptionOutcomeData = class strict private FToken: String; public /// a subscription token to be used for further comunications property token...
unit UData; interface uses Grids,Classes,SysUtils; type TKey=string[50]; TInfo=record Key:TKey; FIO:string[50]; Marka:string[50]; end; TFile=File of TInfo; Function IsEqualKeys(const k1,k2:Tkey):boolean; Function LoadFromFile...
unit Rotinas; interface uses Windows, WinProcs, Registry, SysUtils; procedure ExecutaStartupWin( tituloWindows, linhaComando: String; unicaVez: Boolean = False ); function DiretorioComBarra(NomeDir: string): string; function DiretorioSemBarra(NomeDir: string): string; function DirWindows: string; function DirWi...
{********************************************************************} { } { untConstanta.pas } { } { Created By Zetron System...
{ eeGuiSetup contains a bunch of routines for positioning GUI controls. } unit eeGuiSetup; interface uses Controls; type TControlFeature = (cfLeftEdge, cfRightEdge, cfTopEdge, cfBottomEdge); TControlErector = record Anchor : TControl; // Anchor is never modified. Target : TControl;...
unit Test.VamVst2.VstEventBuffer; interface uses WatchTower, VamVst2.VstEventBuffer; type TVstEventBufferTest = class(TWatchTowerTest) private ev1, ev2 : TVstEventBuffer; public procedure Setup; override; procedure TearDown; override; [Test] procedure WriteEventsToBuffer; [Test] ...
{ ****************************************************************** Back transformation of eigenvectors ****************************************************************** } unit ubalbak; interface uses utypes; procedure BalBak(var Z: TMatrix; Lb, Ub, I_low, I_igh: Integer; Scale: TVector; M: In...
unit UCalculadora; interface uses System.SysUtils; type ESomaError = Exception; ESubtracaoError = Exception; EDivisaoError = Exception; EMultiplicacaoError = Exception; TOperacao = (opSoma, opSubtracao, opMultiplicacao, opDivisao); TCalculadora = class private { Só a própria classe tem acesso dir...
unit Helper; interface uses JvSimpleXML, System.Classes, System.SysUtils; function ColNumberToReference(col: Integer): String; function ColReferenceToNumber(col: String): Integer; procedure SetNameSpace(node: TJvSimpleXMLElem; namespace: String); implementation uses JclStreams, System.Character; function ColN...
unit DlgMsg; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ExtCtrls, Buttons, shForm, TrnspMem; type TDlgMessage = class(TForm) ShapeForm1: TShapeForm; cbFlag_Atv: TCheckBox; sbClose: TSpeedButton; lCaption: TLabel; ...
{ Pascal Validation Suite Version 5.7 } { } { (C) Copyright 1982, British Standards Institution } { } { TEST 6.2.2-1, FILE=CONF025, CLASS=...
unit LuciditySampleOverlay; interface uses Types, Controls, Classes, Graphics, RedFox, RedFoxGraphicControl, RedFoxColor, VamGraphicControl, VamWinControl, eePlugin, uGuiFeedbackData, Lucidity.Types; type TSampleMarkerSelect = (msMarkersOnly, msWithPreferenceToMarkers, msWithPreferenceToMo...
{ Pascal Validation Suite Version 5.7 } { } { (C) Copyright 1982, British Standards Institution } { } { TEST 6.4.3.2-4, FILE=DEV069, C...
{ Pascal Validation Suite Version 5.7 } { } { (C) Copyright 1982, British Standards Institution } { } { TEST 6.4.5-1, FILE=CONF079, CLASS=...
unit Lucidity.Utils; interface {$INCLUDE Defines.inc} uses Controls, Windows, Classes; function IsLucidityProgramFile(const FileName : string): boolean; function IsSupportedProgramFormat(const FileName : string): boolean; function IsSupportedAudioFormat(const FileName : string): boolean; procedure SendMsg_St...
{ Pascal Validation Suite Version 5.7 } { } { (C) Copyright 1982, British Standards Institution } { } { TEST 6.6.2-9, FILE=DEV121, CLA...
{ *************************************************************************** } { Autor: } { Data: 04/12/2016 } { Resenha: { ****************************************************************...
unit DataTest; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, MySQLAccessor, Client, Vcl.StdCtrls, ClientInserter; type TFrmMain = class(TForm) Button1: TButton; Button2: TButton; procedure Form...
(*======================================================================* | unitResourceExaminer | | | | unit contains TResourceExaminer helper class for enumerating | | resource modules....
unit uDialog; 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.Controls.Presentation, FMX.Layouts, System.ImageList, FMX.ImgList; type TDialogForm = class(TForm) DialogLayout: TL...
unit unitConvert; interface uses sysutils,classes,dialogs; //===================================================================================================================== //將數值(十進位的字串)轉成特殊格式的字串,假如是十六進位,賺f_stype為"0123456789ABCDEF" 十進位則f_sType為"0123456789" function G_convertIntToSpecial(f_sType,f_sOldValue...
program paderbox; {$mode objfpc} uses crt; const CHANGE_LIGHTS:array[0..2,0..1] of longint= ((0,1),(0,2),(1,2)); //lights to change in var states: array[0..2] of record //Liste der Zustände changes:array[0..1] of longint; //Übergänge lightsID: longint; //damit verbundene Lamp...
unit untSerCore; interface uses Windows, SysUtils, WinSvc, untSerInterface, untDllInterface, untCommFunc, untDllInterfaceEx, untCommDataType, untSockMgr, LCXLIOCPBase, LCXLIOCPCmd; type /// <summary> /// 服务管理父类 /// </summary> TSerMgrBase = class(TObject) private FServiceTableEntry: array [0 .. 1...
unit u6DBConnUtil; interface Uses SysUtils, Classes, Data.DB, u3DBConParam; Type Tu6DBConnUtil = class private protected // TFDQuery の作成 class Function GenerateFDQuery(AConn: TCustomConnection): TDataSet; // TFDConnection と TDataSet の接続 class Procedure SetDefPropDataSet( ...
unit main; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, SyncObjs, JclSysUtils; type TMyThread = class(TThread) private FLock: TCriticalSection; FLogSt: TStringList; procedure Se...
unit Classes.Conversao.ConverteInvertido; interface uses Classes.Conversao.ConverteTexto; type TConverteInvertido = class(TConverteTexto) protected function getTextoConvertido: String; override; end; implementation uses StrUtils; { TConverteInvertido } function TConverteInvertido.getTextoConvertido: St...
{ Pascal Validation Suite Version 5.7 } { } { (C) Copyright 1982, British Standards Institution } { } { TEST 6.6.6.2-13, FILE=ERR52T, ...
unit UCL.ShellUIScaling; {$ALIGN ON} {$MINENUMSIZE 4} interface uses Windows, MultiMon; const ShcoreLib = 'Shcore.dll'; type TDisplayDeviceType = (DEVICE_PRIMARY = 0, DEVICE_IMMERSIVE = 1); TScaleChangeFlags = (SCF_VALUE_NONE = $00, SCF_SCALE = $01, SCF_PHYSICAL = $02); TDeviceScaleFactor = ( SC...
UNIT WordFunction; INTERFACE TYPE WordFixedLength = STRING[20]; PROCEDURE ReadWord(VAR InputFile: TEXT; VAR OutWord: STRING); PROCEDURE ToLowerCase(VAR Ch: CHAR); IMPLEMENTATION PROCEDURE ToLowerCase(VAR Ch: CHAR); BEGIN IF ('A' <= Ch) AND (Ch <= 'Z') THEN Ch := CHR(ORD(Ch) + (ORD('à') -...
{ Pascal Validation Suite Version 5.7 } { } { (C) Copyright 1982, British Standards Institution } { } { TEST 6.8.3.10-6, FILE=CONF190, CLA...
{ Pascal Validation Suite Version 5.7 } { } { (C) Copyright 1982, British Standards Institution } { } { TEST 6.9.1-5, FILE=ERR80T, CLA...
unit UCadProduto; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.ComCtrls, Vcl.ExtCtrls, Vcl.DBCtrls, FireDAC.Stan.Intf, FireDAC.Stan.Option, FireDAC.Stan.Param, FireDAC.Stan.Error, FireDAC.DatS, FireDAC...
{*******************************************************************} { TAdvSmoothCalculator component } { for Delphi } { } { written by ...
unit Principal; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.Menus, Vcl.Imaging.pngimage, Vcl.ExtCtrls, Vcl.StdCtrls, IdHTTP, Json, Math; type TFrmPrincipal = class(TForm) MainMenu1: TMainMenu; ...
unit uQ3Shaders; interface // shader-files ---------------------------------------------------------------- const // waar komt de texture uiteindelijk vandaan?? // bitmasks TextureResource: trNone = $00000000; trGame = $00000001; // dit is een standaard resource van het spel trShader = $00...
unit VersionInfo; interface uses Windows, Messages, SysUtils, Classes; type TVersionInfo = class(TComponent) private { Private declarations } //Only visible to this unit fErrMsg: string; fVF_Path: string; protected { Protected declarations } //Only visible to this unit...
unit InfoBox; interface uses SysUtils, Windows, Dialogs, Classes, Variants, uBaseIntf, ApConst; type TInfoBox = class private FDebug: Boolean; FViewLine: Integer; FData: TStringList; FMax: Integer; FPosition: Integer; FLastText: String; FJobStop: Integer; procedure SetViewLine(c...
unit CadReg; {*************************************************************************} {* *} {* Author : Alcindo Schleder *} {* Copyright: © 2003 by Alcindo Schleder. All rights reserved. ...
unit MainServerFormUnit; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, ExtCtrls, ActnList, Menus, ImgList, ExtCtrlsX, IdTCPServer, IdBaseComponent, IdComponent, Recognizer; type TMainServerForm = class(TForm) TrayIcon: TTrayIcon; ilTray: TImageList...
Unit TCP_VAR_UNIT; Interface USES UString; CONST HELP_INDEX_Interface =0; // Number for section in IPF file for the interface wizard HELP_INDEX_Routing =10; // Number for section in IPF File for the routing wizard HELP_Index_BASIC =50; // Basic Number for section in IPF...
PROGRAM MLListeTest; USES MLColl, MLListe, MLInt, MLStr, sysutils; VAR list: MLList; iV: MLInteger; sVal: MLString; it: MLIterator; i: INTEGER; b: BOOLEAN; PROCEDURE AssertEquals(expected: INTEGER; actual: INTEGER); BEGIN IF expected <> actual THEN Writeln('Assert error. expec...
unit ClienteModel; {Classe com os atributos de um Cliente (ID,Nome,CPF, Data de Cadastro)} interface uses System.Classes; type TCliente = class private FCPF: string; FID: integer; FNome: string; FData: TDateTime; procedure setCPF(const Value: string); procedure setData(const Value: TDa...
{==============================================================================| | Project : Delphree - Synapse | 001.000.000 | |==============================================================================| | Content: support for ASN.1 coding and decoding ...
unit UMain; interface uses System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants, FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs, Sunmi.Bluetooth.Printer, FMX.ScrollBox, FMX.Memo, FMX.Controls.Presentation, FMX.StdCtrls, FMX.ListBox; type TFMain = class(TForm) bt...
unit DX7.Envelope; interface uses DX7.Config, FS1R.Params; type TEnvState=(attack,decay,sustain,off); TEnvelopeDX7=record strict private Levels:^TLevels; Rates:^TRates; Params:PVoiceParams; Index:integer; Level:Double; down:Boolean; TargetLevel:integer; rising:boolean; ...
{ Pascal Validation Suite Version 5.7 } { } { (C) Copyright 1982, British Standards Institution } { } { TEST 6.8.3.2-2, FILE=IMDEFB33,...
{ ******************************************************************************* * * * LGPL with linking exception (like Lazarus). See the file license.md, * * included in this distribution, for details about the copyright. ...
{$IFDEF DOS} {$N+} {$ELSE} {$DEFINE ZEITOPT} {$ENDIF} UNIT Zeit; (* (c) ALFWARE Bernd Schubert *) interface uses DOS, Stdio {$IFDEF X86_64}, SysUtils, DateUtils {$ENDIF}; type Moment = record wjahr, wmonat, wtag, wstunde, wminute, wsekunde, wmsek, wwotag : word; ...
unit metadata; {$mode objfpc}{$H+}{$R+} interface uses Classes, SysUtils, db, sqldb, FileUtil, Forms, Controls, Graphics, Dialogs; const NOT_STRING_VALUE = ''; type Strings = array of string; TColumnInfo = record Name: string; Caption: string; Size: integer; FieldType: TFieldType; Ref...
unit SDSecureDisplaySvcUnit; interface uses Windows, SysUtils, SvcMgr, Classes, IdHTTPWebBrokerBridge, SDProtocol; type TSDSecureDisplayService = class(TService) procedure ServiceExecute(Sender: TService); procedure ServiceAfterInstall(Sender: TService); private { Private...
{******************************************************************************* Title: T2Ti ERP Description: VO dos detalhes da pre-venda. The MIT License Copyright: Copyright (C) 2010 T2Ti.COM Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated docu...
PROGRAM QueryFetch(INPUT, OUTPUT); USES DOS; FUNCTION GetQueryStringParameter(Key: STRING): STRING; VAR Query, Value: STRING; I: INTEGER; BEGIN Value := ''; Query := GetEnv('QUERY_STRING'); Key := Concat(Key, '='); I := POS(Key, Query); IF I > 0 THEN BEGIN I := POS(Key, Query) + Length(Key); ...