text stringlengths 14 6.51M |
|---|
unit UMain;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, StdCtrls, Grids, ValEdit, Vcl.Imaging.pngimage, System.UITypes;
type
TformMain = class(TForm)
imageScreen1: TImage;
imageScreen2: TImage;
listBoxProcesses: TListBox;
valListE... |
unit MilandrRev8.Stp8TestThread;
interface
uses
System.Classes,
AbstractStpMethod, System.Generics.Collections, Winapi.Windows, System.Math,
System.IniFiles, System.SysUtils, dmLoggerInterface, LoggerInterface,
ChamberInterfaces, VdpDMAccess, MilandrRev8IMS, MilandrRev8.Consts,
Stp8PositionDBExt... |
unit EasyConsole.Spinner;
interface
uses
System.SysUtils, System.Classes;
Type
TSequence = (Sequence1, Sequence2, Sequence3, Sequence4, Sequence5, Sequence6);
const
StrSequence: array [TSequence] of string = ('└┘┐┌', '/-\|', '<^>v', '".o0o', '"#■.', '"▄▀');
{$M+}
type
TSpinner = class sealed
strict priv... |
(* ***** 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 JoinUnit;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, Clipbrd, ComCtrls, ArgusFormUnit,
// We need to use the appropriate units. In this example, we have an import
// PIE so we need to use ImportPIE.pas. All PIE's use AnePIE.
AnePIE, ImportPIE ;
var... |
unit Worker;
interface
uses
DebugTools, RyuLibBase, SimpleRepeater, PacketBuffer,
Windows, SysUtils, Classes, SyncObjs;
type
// TODO: TPacketProcessor, TaskQueue, TWorker, TScheduler 차이점 설명 또는 통합
// TODO: TaskQueue, TWorker, TScheduler 차이점 설명
{*
스레드를 이용해서 데이터를 처리하고자 할 때 사용한다.
Start, Stop이 처리 될 데이터... |
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, Registry;
type
TForm1 = class(TForm)
procedure FormShow(Sender: TObject);
procedure FormClose(Sender: TObject; var Action: TCloseAction);
private
{ Private declarations }
... |
unit TicTacToe_BoardUnit;
interface
uses
TicTacToe_SquareUnit,
TicTacToe_SquareContentUnit,
TicTacToe_LineUnit,
TicTacToe_LineArraysUnit,
TicTacToe_SquareArraysUnit;
type
TBoard = class(TObject)
strict private
Fcontent: TSquareContentArray;
class var FsquareLines: TSquareLineArra... |
unit XLSEncodeFmla5;
{-
********************************************************************************
******* XLSReadWriteII V6.00 *******
******* *******
******* Copyright(C) 1999,2017 Lars Arvidsson,... |
program PickListExample; {EXPICK1.PAS}
uses
Use32,
OpCrt, OpRoot, OpCmd, OpFrame, OpWindow, OpPick;
const
NumPizzaToppings = 11; {Number of items on pick list} {!!.22}
var
PizzaTop : PickList;
PickWindowOptions : LongInt;
{$F+}
procedure PizzaTopping(Item : Word; Mode : pkMode;
... |
unit mAdvStringGridHelper;
interface
uses
AdvGrid,
mStringGridHelper,
System.SysUtils, System.Classes, System.Math, System.UITypes, Vcl.Controls
;
type
TAdvStringGridHelper = class helper(TStringGridHelper) for TAdvStringGrid
procedure Merge(c,r, x, y: Integer; Text: String); overload;
... |
{*******************************************************************************
作者: dmzn@163.com 2017-04-15
描述: 管理new/getmem分配的内存数据项
备注:
*.使用方法:
1.NewType: 注册数据类型.
2.LockData: 锁定数据,管理器会检索缓冲池,有空闲则返回,无空闲则创建.
3.Release: 释放锁定,与LockData配对使用.
*.由于LockData带有一些逻辑,比直接new/getmem操作慢很多.管理器的意义,在于简化
... |
unit MothershipWebserver;
//Contains the TMotherShipWebServer class and related classes.
interface
uses
NamedCommandList, better_indy, orderlyinit, WebConfig, WebStats, DataObjectServices, sysutils, windows, REquestManager, classes, betterobject, sharedobject, webdispatch, RequestInfo, backgroundthreads, versioninfo... |
{***********UNITE*************************************************
Auteur ...... :
Créé le ...... : 13/11/2002
Modifié le ... : / /
Description .. : Source TOM de la TABLE : TARIFSPECIAL (TARIFSPECIAL)
Mots clefs ... : TOM;TARIFSPECIAL
*****************************************************************}
Unit TarifSp... |
unit SrvTimeUn;
interface
function IsServiceWorkTimeEnabled(WorkTime: TDateTime; ForeTime: Integer = 1): Boolean;
function IsBackupPromptTime(WorkTime: TDateTime): Boolean;
procedure ClearBackupPrompts;
implementation
uses SysUtils, TourCmnlIf, TourConsts;
const
nBackupExecuteHours = [8, 14, 20];
nBackupPrompt... |
unit XLSRTFUtils;
{-
********************************************************************************
******* XLSReadWriteII V6.00 *******
******* *******
******* Copyright(C) 1999,2017 Lars Arvidsson, Ax... |
unit registrysource_wrapper;
{$mode Delphi}{$H+}
interface
uses
SysUtils,
regsourcen,
test_const,
fpcunit,
regtype,
regconst;
type
{ TRegistrySourceWrapper }
TRegistrySourceWrapper = class
private
FRegistrySource: TRegistrySource;
protected
procedure SetRootKeysStruct(aRootKey: string;... |
{
*************************************
Created by Danilo Lucas
Github - https://github.com/dliocode
*************************************
}
unit DataValidator.Intf;
interface
uses
DataValidator.Base.Intf, DataValidator.Result.Intf, DataValidator.ItemBase.Intf;
type
IDataValidatorValues = interface;
I... |
unit PlayerManager;
interface
uses
System.SysUtils,
System.Classes,
System.Generics.Collections,
IdTCPServer,
IdContext,
IdGlobal,
IdBuffer,
Log;
type
PClient = ^TPlayer;
TPlayer = record
Con: TIdContext;
Spawned: Boolean;
UserName: String;
Hash: string;
Op: Byte;
Vers: B... |
(* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.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/
*
... |
{***********UNITE*************************************************
Auteur ...... : Paul Chapuis
Créé le ...... : 18/12/2000
Modifié le ... : / /
Description .. : Source TOF de la TABLE : GCENCOURS ()
Mots clefs ... : TOF;GCENCOURS
*****************************************************************}
Unit UTOFGCEncours... |
unit MeasDataList;
interface
uses System.Classes, System.Generics.Collections, System.Contnrs, Spline;
type
{Унаследуй свой класс от TMeasDataItem, добавь новые поля.
в проперти TMeasDataList.ObjectClass укажи класс своего объекта.
TMeasDataList.NewItem получаешь экземпляр своего объекта}
TMeasDataList = c... |
unit NProviderIntf;
interface
uses
Classes;
type
// ICriteria = Interface;
IConnection = interface
['{1CAF6BC7-CD74-435E-A1C2-864A21F23B15}']
procedure Connect;
procedure Disconnect;
function Connected: boolean;
function Instance: TComponent;
procedure StartTransaction;
... |
unit uPai;
interface
uses
System.SysUtils;
type
Pai = class
private
codigo: Integer;
data_cadastro, data_alteracao: TDateTime;
public
constructor crieObjeto;
destructor destruaSe;
function getCodigo: Integer;
function getData_Alteracao: TDateTime;
function getData_Cadas... |
unit AboutUnit;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, jpeg, StdCtrls, Buttons;
type
TfrmAbout = class(TForm)
imgAbout: TImage;
lblProduct: TLabel;
lblCompany: TLabel;
lblHomepage: TLabel;
lblTelephone: TLab... |
unit WebPopBrowserImpl;
////////////////////////////////////////////////////////////////////////////////
//
// Description: WebPopBrowser Implementation
// Author: lksoulman
// Date: 2017-12-26
// Comments:
//
////////////////////////////////////////////////////////////////////////////////
interface
uses... |
unit TestConditionForm;
{
Delphi DUnit Test Case
----------------------
This unit contains a skeleton test case class generated by the Test Case Wizard.
Modify the generated code to correctly setup and call the methods from the unit
being tested.
}
interface
uses
TestFramework, Vcl.Dialogs, Winapi.Wind... |
unit languagemodul;
interface
uses classes, IniFiles;
type
TLangStrNotify = record
id: TObject;
event: TNotifyEvent;
end;
TLangStringStore = class
private
floaded: Boolean;
store: TMemIniFile;
notifylist: array of TNotifyEvent;
function getstring(agid, aid: string): st... |
{***********UNITE*************************************************
Auteur ...... :
Créé le ...... : 08/09/2011
Modifié le ... : / /
Description .. : Source TOF de la FICHE : BTSAIREGLTCOTRAIT ()
Mots clefs ... : TOF;BTSAIREGLTCOTRAIT
*****************************************************************}
Unit BTSAIREGLT... |
unit uImc;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls;
type
TFrmImc = class(TForm)
Label1: TLabel;
btnCalcular: TButton;
edtPeso: TEdit;
Label2: TLabel;
Labe... |
unit uCarDetector;
interface
uses uHttpDownloader, uDriversTypes, Classes, uJSONParser, uEventTypes;
type
TCarDetector = class
private
FHttpDownloader: THttpDownloader;
FOnLogMessage: TLogMessageMethod;
FDriversParser: TDriversParser;
procedure DoLogMessage(const AMessage: string; AEventType: TE... |
unit frmSO8A40U;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, DBCtrls, Buttons, ComCtrls, DB, Grids, DBGrids,
fraChineseYMDU, fraChineseYMU, ExtCtrls;
type
TfrmSO8A40 = class(TForm)
Label1: TLabel;
Label2: TLabel;
Label3: TLabel;
... |
unit StringGridExUnit;
interface
uses
System.SysUtils, Winapi.Windows, Winapi.Messages, Vcl.Clipbrd,
scisupport, Vcl.Controls, System.Contnrs, Vcl.ComCtrls, Vcl.Forms, Vcl.Dialogs,
Vcl.Graphics, Vcl.Grids, Vcl.StdCtrls, System.StrUtils, System.Classes, System.Math;
type
TOnSelectedTextEvent = proce... |
unit ComponentDataHelper;
interface
uses
stdctrls, comctrls, classes, sysutils, glasscontrols;
function GetValueFromComponent(c: TComponent): ansistring;
procedure SetValueToComponent(c: TComponent; sValue: ansistring);
implementation
//----------------------------------------------------------------------------... |
{*******************************************************}
{ }
{ Vladimir Gaitanoff Delphi VCL Library }
{ vgWPRes resource constants unit }
{ }
{ Copyright (c) 1... |
unit f_BOM;
{ --------------------------------------------------------------------------------------------
name : f_BOM
author : Chris G. Royle, 2001
description : Master BOM Search dialog.
see also : data.sql dataBOM.sql
modified :
CGR 20060111, Added the display of Version Control Inf... |
unit Posix.ffmpeg.libswresample.version;
(*
* Copyright (C) 2011-2013 Michael Niedermayer (michaelni@gmx.at)
*
* This file is part of libswresample
*
* libswresample 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 S... |
unit
nt_ident;
interface
uses
windows;
const
user = 'your_username';
domain = 'your_domain';
pwd = 'password';
var
usr: dword = 0;
logged: boolean = false;
procedure ident;
procedure unident;
function RunSetup(app: string): boolean;
{$IFDEF WIN32}
{$HPPEMIT '#define _WIN32_WINNT 0x0500'}
function CreateP... |
//Verificado automaticamente em 16/06/2020 09:28
unit S_Parametros_Tributacao;
interface
uses
firedac.comp.client, h_db, sysutils;
type
TParametros_Tributacao = class
private
class function getAliqICMS: extended; static;
class procedure setAliqICMS(value: extended); static;
public
class property ... |
{*******************************************************************************
作者:dmzn@163.com 2014-5-28
描述:车辆检测控制器通讯单元
*******************************************************************************}
unit UMgrTruckProbe;
{.$DEFINE DEBUG}
interface
uses
Windows, Classes, SysUtils, SyncObjs, IdTCPCon... |
unit unFormTypes;
interface
uses
Windows, Messages, SysUtils, Forms, Classes, Graphics, Controls, DB, dxBar,
cxPC, Uni;
type
// режимы редактирования для окон редактирования
TEditMode=(emNew, // новая запись
emEdit, // редактирование
emView, // просмотр
... |
unit uClientes;
interface
uses
dConexao, FireDAC.Comp.Client, Vcl.Dialogs;
type
TClientes = class
private
{ private declarations }
FCLI_ID: integer;
FCLI_UF: string;
FCLI_RG: string;
FCLI_CPF: STRING;
FCLI_TEL: STRING;
FCLI_CEL: STRING;
FCLI_DATA_NASC: TDATE;
FCLI_DATA_CAD: ... |
{===============================================================================
RzDBList Unit
Raize Components - Component Source Unit
Copyright © 1995-2015 by Raize Software, Inc. All Rights Reserved.
Components
------------------------------------------------------------------------------
TRzDBListB... |
UNIT uFunc1;
{ exception logging has been setup for this module }
INTERFACE
USES
Windows, uCommonTypes, Classes, forms, SysUtils, TypInfo, Controls;
TYPE
Char_Ptr = ^Char;
WORD_Ptr = ^WORD;
BYTE_Ptr = ^Byte;
(* ------------------------------------------------------------------------- *)
... |
unit Proto;
interface
uses
Entity, EntityFieldNamesToken, TypesConsts;
type
TProto = class(TEntity)
private
FName: string;
FPageId: TId;
FOrder: Integer;
FMainProtoId: TId;
FParentId: TId;
protected
function GetName: string; override;
procedure SetName(const AName... |
program RoboCarder;
{ MOD-10 algorithm
first digit: kind of credit card ( 3-AMEX, 4-VISA, 5-MC )
length
------
AMEX - 15 digits
VISA - 16 digits, sometimes 13
all other - 16 digits
validation
----------
begin at the rightmost digit and go to the left.
the odd digits are all sum'd ... |
unit uSnapShot;
interface
uses Classes, uBruteForcer;
type
TSnapShot = class(TObject)
private
FDomain: string;
FSnapShotFile: string;
FWordlist: string;
FWordlistPosition: integer;
FBruteForcer: TBruteForcer; // Pointer to the BruteForcer Engine
FOnSnapShotDoesNotExist: TNot... |
unit RttiUnit;
interface
type
TRtti = record
//1 similar to http://hallvards.blogspot.com/2006/09/hack11-get-guid-of-interface-reference.html but for the interface type, not for a reference
class function GetInterfaceIID<T: IInterface>(var IID: TGUID): Boolean; static;
end;
implementation
us... |
unit GetOpts;
{.$WEAKPACKAGEUNIT ON}
{$J-} //no-writeableconst
{$R-} //no-rangechecking
{$Q-} //no-overflowchecking
{.$D-} //no-debug
{
unit Command Line utility
purpose: get switch index and its respective values from commandline
version: 1.0.0.1
date: 2004-10-24
}
{
// Copyright (c) 2004, aa, Adrian H., Ray ... |
unit UberPDFExample.Forms.Main;
{$mode objfpc}{$H+}
//------------------------------------------------------------------------------
// Example producing various PDF files in the working directory:
// hello-world.pdf
// add-jpeg.pdf
// split-document.pdf
//-------------------------------------------------------------... |
unit cbSoInfo;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, IniFiles, Contnrs,
Encryption_TLB, cxPC, cxTL, xmldom, XMLIntf, msxmldom, XMLDoc;
const
DBSECTION = 'DBINFO';
CONFIGSECTION = 'GENERAL';
type
TDbConnectStatus = ( dbNoSelect, dbNone, dbOK, dbError, dbActive );
TLoader = cl... |
{$MODE OBJFPC}
program CHEER;
uses
Math;
const
maxN = Round(1e4);
maxM = Round(1e5);
type
TEdge = record
x, y, t : Integer;
end;
var
e : array[1..maxM] of TEdge;
lab, c : array[1..maxN] of Integer;
n, m : Integer;
res : Int64;
procedure Enter;
var
i : Integer;
begin
... |
unit uEmail;
interface
{$I ..\Source\Compiler.inc}
uses
Windows, Messages, SysUtils, Classes, Graphics,
Controls, Forms
, Dialogs
, StdCtrls,
ExtCtrls, PictureContainer;
type
{$IFNDEF XE7}
TArrayString = array of string;
{$ENDIF}
TfrmEmail = class(TForm)
mBody: TMemo;
bSend: TButton;
... |
unit ExternalMemoryStream;
interface
uses
classes;
type
TExternalMemoryStream = class(TMemoryStream)
public
procedure SetExternalPointer(ptr: pointer; size: nativeint);
end;
implementation
{ TExternalMemoryStream }
procedure TExternalMemoryStream.SetExternalPointer(ptr: pointer;
size: nativeint);
be... |
unit CollectList;
interface
uses Classes, SysUtils, SyncObjs, ClassUtils;
const
_DEF_SEGMENT_SIZE = 16 * 1024;
_SEG_LIST_GROW = 16;
type
TSegment<T> = Array of T;
TSegList<T> = Array of TSegment<T>;
TCollectListError = class(Exception);
PData = Pointer;
TBaseCollectList = class
... |
PROGRAM hello;
Var i: Longint;
Type // forward type declatation, has to be in the same Type block!
ptObject = ^tObject;
ptType = ^tType;
// We create a type descriptor record for each type (Longint, String, tType, ...)
tType = Record
fForm: String;
fFields: ptObject;
fBase: ptType
End;
tObject = Record
... |
program actualizarEstudiantes;
uses
sysutils;
const
alumnos_binary = 'alumnosMaestro';
detalle_binary = 'alumnosDetalle';
alumnos_txtfilename = 'alumnos.txt';
detalle_txtfilename = 'detalle.txt';
listado_txtfilename = 'reporteAlumnos.txt';
reporte_d_txtfilename = 'reporteDetalle.txt';
de... |
unit Posix.ffmpeg.libavcodec.avfft;
(*
* 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 later... |
unit DirFile;
//This unit contains the TFileInformation class, it usually compliments the dir.pas
//unit and the TDirectory class, however, it is sufficiently generic enough to be
//reusable in other situations.
interface
uses sysutils, classes, filefind, helpers_stream, numbers, systemx, typex,
{$IFDEF WINDOWS}
... |
{ folderlister unit
Copyright (C) 2005-2010 Lagunov Aleksey alexs@yandex.ru and Lazarus team
original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it
under the terms of the GNU Library General Public License as published by
the Free Software ... |
unit ColorBtn;
(*
ColorBtn v1.0 (Pure WinAPI)
Date: 28.01.2010
Author: Error13Tracer
*)
interface
uses
Windows, Messages;
const
WM_MOUSELEAVE = WM_USER+$0D;
(*
In other controls on message WM_MOUSEMOVE use
SendMessage(ColorBtn.Handle,WM_MOUSELEAVE,0,0);
or
ColorBtn.Deactivate;
*)
type
TColor = DWORD;
TBtn... |
unit SMS_Progress;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls, ComCtrls;
type
TSMS_ProgressWindow = class(TForm)
ListMessage: TListBox;
Panel1: TPanel;
ProgressBar1: TProgressBar;
procedure ListMessageMeasureItem(Control... |
unit ModflowLayerFunctions;
interface
uses SysUtils, stdctrls, Dialogs, AnePIE;
{ModflowLayerFunctions defines PIE functions that return MODFLOW parameters
associated with geologic units. These include the anisotropy, layer type, etc.}
procedure GetNumUnits (const refPtX : ANE_DOUBLE_PTR ;
const refPtY : ... |
{***********UNITE*************************************************
Auteur ...... : JS
Créé le ...... : 24/06/2002
Modifié le ... : / /
Description .. : Source TOF de la FICHE : GCINVCONTREM ()
Inventaire de contremarque
Mots clefs ... : TOF;GCINVCONTREM
*********************************************... |
(* ***** 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 uPrincipal;
interface
uses
DUnitX.TestFramework;
type
[TestFixture]
TMyTestObject = class(TObject)
public
[Setup]
procedure Setup;
[TearDown]
procedure TearDown;
[Test]
procedure CreateTable;
end;
implementation
uses uDM1, Migrations.Intf, Migrations.Migration, Migrations.Co... |
{$DEFINE SQLSERVER}
{*********************************************
* DataModule Principal *
* *
* Autor: Federico Firenze *
* Fecha: 01/07/1998 *
*********************************************}
unit unDmPrinci... |
unit Protocol;
////////////////////////////////////////////////////////////////////////////////
//
// Description: Protocol
// Author: lksoulman
// Date: 2017-9-8
// Comments:
//
////////////////////////////////////////////////////////////////////////////////
interface
uses
Windows,
Classes,
SysUti... |
{***********UNITE*************************************************
Auteur ...... :
Créé le ...... : 17/02/2004
Modifié le ... : / /
Description .. : Source TOF de la FICHE : BTTABLEAUBORD ()
Mots clefs ... : TOF;BTTABLEAUBORD
*****************************************************************}
unit BTTableauBord_TOF;... |
unit MT3DGeneralParameters;
interface
uses ANE_LayerUnit;
const
kMT3DMass = 'Mass';
kMT3DConcentration = 'MT3D Concentration';
type
TMT3DMassParam = class(T_ANE_LayerParam)
class Function ANE_ParamName : string ; override;
function Value : string; override;
function Units : string; override;
end... |
unit Formula;
interface
uses Classes;
type
TFromTillDate = record
From : TDateTime;
Till : TDateTime;
Id : integer;
ArrPosition : integer; // позиція в вихідному масиві (в Dll не використовується)
end;
TFromTillAges = record
From : integer;
Till : integer;
Name : string;
Id : i... |
{*******************************************************************************
* *
* Author: Reonid *
* Categoty: vector graphic ... |
unit mGenericClassList;
interface
uses
System.SysUtils, System.Classes,
System.Generics.Collections;
type
EGenericAlreadyRegistered = class(Exception);
EGenricItemNotRegistered = class(Exception);
TGenericClassList = class
private
FList: TDictionary<String, TObject>;
function Key<T: class>: Stri... |
unit Xmpp.x.Field;
interface
uses
Element,XmppUri,xmpp.x.Option,XMPPConst,jid,xmpp.x.Value,Generics.Collections,System.Classes;
type
TField=class(TElement)
const
TagName='field';
private
function FGetFieldVar:string;
procedure FSetFieldVar(value:string);
function FGetFieldLabel:string;
proced... |
unit DayConditionUtilTest;
interface
uses
TestFramework, StringSplitter, SysUtils, DateUtils, DayConditionUtil;
type
TestTMonthMatchExpr = class(TTestCase)
strict private
FMonthMatchExpr: TMonthMatchExpr;
public
procedure SetUp; override;
procedure TearDown; override;
published
procedure T... |
unit RepositorioCidade;
interface
uses DB,
Auditoria,
Repositorio;
type
TRepositorioCidade = class(TRepositorio) ... |
unit Unit4;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, Vcl.ExtCtrls, GDrive4D;
type
TForm4 = class(TForm)
Panel1: TPanel;
Label1: TLabel;
Memo1: TMemo;
Panel7: T... |
unit PtCnsMetaPrdFiltro;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, CnsFiltroBs, cxGraphics, cxLookAndFeels,
cxLookAndFeelPainters, Menus,
cxControls, cxContainer, cxEdit, ComCtrls, dxCore, cxDateUtils,
cxTextEdit, cxMaskEdit, cxDropDownEdit, cxCalenda... |
unit DW.Android.Service;
{*******************************************************}
{ }
{ Kastri }
{ }
{ Delphi Worlds Cross-Platform Library ... |
unit ProAuthCommandImpl;
////////////////////////////////////////////////////////////////////////////////
//
// Description£º ProAuthCommand Implementation
// Author£º lksoulman
// Date£º 2017-11-14
// Comments£º
//
////////////////////////////////////////////////////////////////////////////////
interface... |
unit Horse.NewProject.Templates;
interface
resourcestring
sHorseDPRApache =
'library %0:s;' + sLineBreak +
'' + sLineBreak +
'(*' + sLineBreak +
' httpd.conf entries:' + sLineBreak +
' LoadModule apache_horse_module modules/%0:s.dll' + sLineBreak +
' <Location /apache_horse>' + sLineBreak +
... |
{*******************************************************************************
作者: dmzn@163.com 2013-08-30
描述: 以Key-Value模式显示数值项,支持分组
备注:
*.增删数据时,组件非线程安全.
*.若使用TZnVLData.FData自定义数据,需关联OnDataFree手动释放.
*.若TZnVLData.FType为图像类型,则FData必须为PZnVLPicture结构.
************************************************... |
unit untHTypes;
interface
const MaxRingCount = 15;
type
TTower = record
RingCount: Integer;
Rings: array [0..MaxRingCount-1] of Integer;
procedure MoveRing(var AtTower: TTower);
procedure PutRing(size: Integer);
end;
TTowers = array [0..2] of TTower;
TAction = record
FromIndex: Integer;... |
unit ulptypes;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, lpcompiler;
procedure RegisterTypes(Compiler: TLapeCompiler);
implementation
procedure RegisterTypes(Compiler: TLapeCompiler);
begin
Compiler.addGlobalType('UInt32', 'DWord');
Compiler.addGlobalType('Integer', 'TColor');
Compiler.addGlo... |
{***********UNITE*************************************************
Auteur ...... :
Créé le ...... : 24/06/2003
Modifié le ... : / /
Description .. : Source TOF de la FICHE : PGRAZFORMATION ()
Mots clefs ... : TOF;PGRAZFORMATION
*****************************************************************}
Unit UTofPGRazFormat... |
unit Win32Regions;
interface
uses
Windows, Graphics;
function RegionFromBitmap(ABitmap: TBitmap; ARegionColor: TColor; ATolerance: Integer = 0): HRGN;
function BitmapToRegion(ABitmap: TBitmap; ATransparentColor: TColor = clNone; ATolerance: Integer = 0): HRGN;
implementation
const
ALLOC_UNIT = 100;
function M... |
unit fODChangeUnreleasedRenew;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, StdCtrls, ORCtrls, fAutoSz, uOrders, ORFn, ORDtTm, rOrders,
VA508AccessibilityManager, VA508AccessibilityRouter, rODBase, rODMeds, Vcl.ComCtrls;
type
TfrmODChangeUnrelea... |
// Copyright(C): Advanced Card Systems Ltd
//
// File: GetATR.dpr
//
// Description: This sample program outlines the steps on how to
// get ATR from cards using ACR128
//
// Author: Jose Isagani R. Mission
//
// Date: May 19, 2008
//
// Revision... |
unit _scrMan;
interface
uses
Controls, StdCtrls, Forms, RCore, RTypes, RGeom;
type
TScrollManager = class
private
FVertScrollBar: TScrollBar;
FHorzScrollBar: TScrollBar;
FFullViewPort: TRectF;
FSheet: TRSheet;
FLayer: TRLayer;
procedure ZoomChangedHandler(Layer: TRL... |
unit ConfiguracoesNFEmail;
interface
uses
Classes,
MetodoDelegadoObtemCampoInteger;
type
TConfiguracoesNFEmail = class
private
FCodigoEmpresa :Integer;
FBuscadorCodigoEmpresa :TMetodoDelegadoObtemCampoInteger;
FSMTPHost :String;
FSMTPPort :String;
... |
{******************************************************************************}
{ CnPack For Delphi/C++Builder }
{ 中国人自己的开放源码第三方开发包 }
{ (C)Copyright 2001-2009 CnPack 开发组 }
{ ... |
unit ATApp.DEB.IconSets;
interface
uses
Vcl.ImgList;
type
TEvtIconSetFamily = (isfBSV, isfInfoBox, isfMain, isfQATAbove,
isfQATBelow, isfSB, isfSearchBar, isfSearchBox);
TEvtIconSetType = (istLight = 1, istDark = 2, istWhite = 3);
TEvtQueryIconSetProc = reference to procedure(
ASmallIcons, ALarge... |
unit aiddbUtil;
{ -------------------------------------------------------------------------------------------------
Name : aiddbUtil
Author : Chris G. Royle (CGR20020419)
Description : Atlas global db-aware procedures / functions
See Also : aidTypes.pas, datastock.sql data.sql
Note :
... |
unit EDCryptImpl;
////////////////////////////////////////////////////////////////////////////////
//
// Description: Encrypt and Decrypt Interface Implementation
// Author: lksoulman
// Date: 2017-8-5
// Comments:
//
////////////////////////////////////////////////////////////////////////////////
interfa... |
unit HST3DSpecifiedStateLayers;
interface
uses ANE_LayerUnit;
type
TSpecifiedPresParam = Class(T_ANE_LayerParam)
function Value : string ; override;
class Function ANE_ParamName : string ; override;
function Units : string; override;
end;
TEndSpecifiedPresParam = Class(TSpecifiedPresParam)
class ... |
unit PortableDeviceConst;
interface
uses PortableDeviceApiLib_TLB;
(*
* VARENUM usage key,
*
* * [V] - may appear in a VARIANT
* * [T] - may appear in a TYPEDESC
* * [P] - may appear in an OLE property set
* * [S] - may appear in a Safe Array
*
*
* VT_EMPTY [V] [P] nothing
* VT_NULL ... |
unit UnitDesktop;
{$mode objfpc}{$H+}
interface
uses
cmem, Classes, SysUtils, IniFiles, process, strutils, FileUtil, Forms,
Controls, Graphics, Dialogs, ComCtrls, ActnList, Menus, ExtCtrls, StdCtrls,
CustomDrawn_Common, CustomDrawnControls, UnitLuaEditor, UnitVariaveisGlobais,
ResizeablePanel, Unit... |
program Median (input, output);
{
* Thomas Lange
* Calculate median of set of entered small letters
}
uses Crt;
type
tBuchstaben = 'a'..'z';
tFeld = array[tBuchstaben] of boolean;
var
buchstabeVorhanden : tFeld;
i,
gesamt,
medianPosition : integer;
buchstabe : tBuchstaben;
eingabe : char;
begin
... |
unit uFrameProgressionProgression;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ComCtrls, ImgList, Menus, StdCtrls, ExtCtrls, uBruteForcer,
uProgressListView, uKeywordBot, IniFiles, uSnapShot, ufrmDebugEngine,
JvComponent, JvPanel, JvExExtCtrls, B... |
{*******************************************************************************
作者: dmzn@163.com 2009-6-30
描述: 透明控件
*******************************************************************************}
unit UTransPanel;
interface
uses
Windows, Classes, Controls, SysUtils, Graphics, Messages;
const
WM... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.