text stringlengths 14 6.51M |
|---|
unit ExternalOperationUnit;
// Модуль: "w:\garant6x\implementation\Garant\tie\Garant\GblAdapterLib\ExternalOperationUnit.pas"
// Стереотип: "Interfaces"
// Элемент модели: "ExternalOperation" MUID: (45EEA4890342)
{$Include w:\garant6x\implementation\Garant\nsDefine.inc}
interface
uses
l3IntfUses
, BaseTypesUnit
... |
(* ***** 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/
*
* Softwa... |
unit TestFileUploadingSamplesUnit;
interface
uses
TestFramework, Classes, SysUtils,
BaseTestOnlineExamplesUnit;
type
TTestFileUploadingSamples = class(TTestOnlineExamples)
private
published
procedure Preview;
procedure UploadFileGeocoding;
procedure Upload;
end;
implementation
uses
Vehicl... |
unit DataTypes;
interface
const
dtOneSecond=1/(24*60*60);
dtOneMinute=1/(24*60);
dtOneHour=1/24;
dtOneDay=1;
dtY2K=36526.0;
const
// PIP-file flags
pfOkData=$02;
pfNoCarr=$04;
pfEndDay=$80;
type
TPipFileTime = packed object
Year,Month,Day,Hour,Min,Sec:Byte;
end;
TPipTime = packed object(... |
unit ExcMemMap;
interface
uses
Windows, SysUtils, Classes;
type
EMMFileError = class( Exception );
TMMFileStream = class( TStream )
private
FFile : THandle;
FMode : Dword;
FFileSize : Dword;
FCurOffset: Dword;
FMapping : THandle;
FView : Pointer;
FViewOfs : Dword;
... |
unit m3BaseObject;
{* Базовая реализация объекта хранилища. }
// Модуль: "w:\common\components\rtl\Garant\m3\m3BaseObject.pas"
// Стереотип: "SimpleClass"
// Элемент модели: "Tm3BaseObject" MUID: (4742DC5C0219)
{$Include w:\common\components\rtl\Garant\m3\m3Define.inc}
interface
uses
l3IntfUses
, l3CProtoObject
... |
unit stListPrintAndExportFontSizeItem;
{* Визуализатор для настройки "Использовать для экспорта и печати следующий размер шрифта" }
// Модуль: "w:\common\components\SandBox\VCM\View\List\stListPrintAndExportFontSizeItem.pas"
// Стереотип: "SimpleClass"
// Элемент модели: "TstListPrintAndExportFontSizeItem" MUID: (DC3... |
unit DialMessages;
interface
uses
Windows, Forms;
procedure InfoMsg(const Msg: string);
procedure ErrorMsg(const Msg: string);
procedure WarningMsg(const Msg: string);
function QuestionMsg(const Msg: string): Byte;
implementation
resourcestring
rsInfo = 'Information';
rsError = 'Error';
rsWarning = 'Warnin... |
unit FilesListForm;
interface
{$WARN UNIT_PLATFORM OFF}
uses
SysUtils, Types, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ComCtrls, FileCtrl;
type
TForm1 = class(TForm)
lbFiles: TListBox;
btnSource: TButton;
cbRecurse: TCheckBox;
procedure btnSourceClick(Sender: TObject);
procedu... |
unit m3FileStream;
// Модуль: "w:\common\components\rtl\Garant\m3\m3FileStream.pas"
// Стереотип: "SimpleClass"
// Элемент модели: "Tm3FileStream" MUID: (4FA276920090)
{$Include w:\common\components\rtl\Garant\m3\m3Define.inc}
interface
uses
l3IntfUses
, m3BaseStream
, Windows
, ActiveX
, m3FileStreamMapView
... |
unit graphicsx;
{$i delphidefs.inc}
interface
uses
{$IFDEF FMX}
system.UITypes, system.UIConsts,
{$ELSE}
graphics,
{$ENDIF}
sysutils,
typex,
types;
{$IFDEF FMX}
const
clBlack = claBlack;
clSilver = claSilver;
clGrey = claGrey;
clNavy = claNavy;
clBlue = claBlue;
clGreen = claGreen;
clLime = ... |
unit test1;
interface
// ***********************************
// classes for test1.proto
// generated by ProtoBufGenerator
// kami-soft 2016-2017
// ***********************************
uses
SysUtils,
Classes,
pbInput,
pbOutput,
pbPublic,
uAbstractProtoBufClasses;
type
//enumeration
TEnum... |
unit Model.CadastroGR;
interface
uses Common.ENum, FireDAC.Comp.Client, System.SysUtils, DAO.Conexao, Control.Sistema;
type
TCadastroGR = class
private
FIDConsulta: Integer;
FID: Integer;
FConsulta: String;
FTipo: Integer;
FValidade: TDate;
FData: TDate;
FAcao: TAcao;
... |
// Arkanoid test game engine.
// developed for iPhone test samples
//
// Author: Dmitry 'skalogryz' Boyarintsev 2009
//
// Arkanoid is an arcade game developed by Taito in 1986
// http://en.wikipedia.org/wiki/Arkanoid
//
// You're free to use this unit in anyway you want
unit gameengine;
{$mode objfpc}{$H+}
interfac... |
unit FmWorksListEditor;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, GsDocument;
type
TFmWorksEditor = class(TForm)
mWorksList: TMemo;
btnOK: TButton;
btnCancel: TButton;
proce... |
unit FileUtils_TLB;
{ This file contains pascal declarations imported from a type library.
This file will be written during each import or refresh of the type
library editor. Changes to this file will be discarded during the
refresh process. }
{ FileUtils Library }
... |
program fontdraw;
{$mode objfpc}{$H+}
uses
Classes, SysUtils, FPimage, FPImgCanv, ftfont, FPWritePNG, FPCanvas;
procedure TestFPImgFont;
var
Img: TFPMemoryImage;
Writer: TFPWriterPNG;
ms: TMemoryStream;
ImgCanvas: TFPImageCanvas;
fs: TFileStream;
AFont: TFreeTypeFont;
begin
Img:=nil;
ImgCanvas:=nil... |
{====================================================}
{ }
{ EldoS Visual Components }
{ }
{ Copyright (c) 1998-2003, EldoS Corporation }
{ ... |
unit InfoXLTRCLMTable;
interface
uses
Classes, DB, DBISAMTb, SysUtils, DBISAMTableAU, DataBuf;
type
TInfoXLTRCLMRecord = record
PCode: String[6];
PDescription: String[60];
PModCount: SmallInt;
End;
TInfoXLTRCLMClass2 = class
public
PCode: String[6];
PDescription: S... |
unit IdDsnSASLListEditorFormNET;
interface
uses
System.Drawing, System.Collections, System.ComponentModel,
System.Windows.Forms, System.Data, IdObjs, IdSASLCollection;
type
TfrmSASLListEditor = class(System.Windows.Forms.Form)
{$REGION 'Designer Managed Code'}
strict private
/// <summary>
/// Requi... |
unit K395658792;
{* [Requestlink:395658792] }
// Модуль: "w:\archi\source\projects\Archi\Tests\K395658792.pas"
// Стереотип: "TestCase"
// Элемент модели: "K395658792" MUID: (506ACB600085)
// Имя типа: "TK395658792"
{$Include w:\archi\source\projects\Archi\arDefine.inc}
interface
{$If Defined(nsTest) AND Defined(I... |
object FormDireitosAcesso: TFormDireitosAcesso
Left = 466
Top = 219
ActiveControl = edGrupo
Caption = 'Direitos de Acesso'
ClientHeight = 547
ClientWidth = 551
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Tahoma'
Font.Style = []
OldC... |
{#(@)$Id: TestFramework.pas,v 1.57 2015/04/28 10:45:22 lulin Exp $ }
{ DUnit: An XTreme testing framework for Delphi programs. }
(*
* 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... |
unit WaitStatementParsingTest;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, FpcUnit, TestRegistry,
ParserBaseTestCase,
WpcScriptCommons,
WpcStatements,
WpcScriptParser,
WpcExceptions;
type
{ TWaitStatementParsingTestCase }
TWaitStatementParsingTestCase = class(TParserBaseTestCase)
prote... |
unit AddOrderToOptimizationUnit;
interface
uses SysUtils, BaseExampleUnit, RouteParametersUnit,
AddressUnit;
type
TAddOrderToOptimization = class(TBaseExample)
public
procedure Execute(OptimizationId: String; RouteParameters: TRouteParameters;
OrderedAddresses: TOrderedAddressArray);
end;
implem... |
unit View.AtualizacaoSistema;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, cxGraphics, cxControls, cxLookAndFeels, cxLookAndFeelPainters, dxSkinsCore, dxSkinsDefaultPainters, cxClasses,
dxLayoutContainer, dx... |
unit QRPageInfo;
{ :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: QuickReport 6.0 for Delphi and C++Builder ::
:: ::
:: QRPageInfo.PAS - page link classes ::
:: ... |
unit SendThread;
interface
uses
ncsMessageQueue, l3Base;
type
TSendThread = class(Tl3ThreadContainer)
private
f_Queue : TncsMessageQueue;
f_IterateCount: Integer;
f_FileName: String;
f_PartSize: Integer;
protected
procedure DoExecute; override;
protected
procedure Cleanup; override;
public
con... |
unit Unt_Principal;
interface
uses
Winapi.Windows,
Winapi.Messages,
System.SysUtils,
System.Variants,
System.Classes,
Vcl.Graphics,
Vcl.Controls,
Vcl.Forms,
Vcl.Dialogs,
Vcl.ExtCtrls,
Vcl.ComCtrls,
Vcl.StdCtrls,
Unt_FuncaoLog,
Unt_DiversasThreads;
type
TForm1 = class(TForm)
GroupBo... |
{*******************************************************}
{ Проект: Repository }
{ Модуль: uIniOptionsService.pas }
{ Описание: INI реализация IOptionsService }
{ Copyright (C) 2015 Боборыкин В.В. (bpost@yandex.ru) }
{ ... |
unit TestScenario;
interface
uses
TestFramework, Classes, Scenario, ScenarioIntf, TestBaseClasses;
type
TestTScenario = class(TParseContext)
strict private
FScenario: IScenario;
public
procedure SetUp; override;
procedure TearDown; override;
published
procedure DeveriaSerInvalidoSeNaoPossui... |
{*****************************************************}
{ }
{ EldoS Themes Support Library }
{ }
{ (C) 2002-2003 EldoS Corporation }
{ http://www.eldos.com/ ... |
unit ChromeLikeFormFramePainter;
interface
uses
Controls,
Forms,
Messages,
Windows,
Graphics,
Types,
UxTheme,
vcmGlassForm;
type
TChromeLikeFormFramePainterStyle = (ffpsLegacy, ffpsThemed);
TChromeLikeFormFramePainterKind = (ffpkActive, ffpkInactive, ffpkDisabled);
TChromeLikeFormFrameElement = (ffeCaptio... |
unit uRotinasBase;
interface
uses ZDataset, ZSqlProcessor, udmPrincipal;
function RotinaExiste(aNomeRotina: string): Boolean;
procedure FuncEstoqueAtual(var ScriptSQL: TZSQLProcessor);
procedure ProcVeLimite(var ScriptSQL: TZSQLProcessor);
procedure FuncFormatFone(var ScriptSQL: TZSQLProcessor);
procedure FuncSoNume... |
unit fQIPPlugin;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, IniFiles, StdCtrls,
u_plugin_info, u_plugin_msg, u_common, ExtCtrls, Menus, ImgList;
type
{ TSpecCntUniq }
TSpecCntUniq = record
UniqID : DWord;
ItemType : DWord;... |
namespace Reachability;
interface
uses
Foundation, SystemConfiguration;
type
//struct sockaddr_in {
// __uint8_t sin_len;
// sa_family_t sin_family;
// in_port_t sin_port;
// struct in_addr sin_addr;
// char sin_zero[8];
//};
//typedef unsigned char __uint8_t;
//typedef __uint8_t sa_family_t... |
{ CFString.h
Copyright (c) 1998-2005, Apple, Inc. All rights reserved.
}
{ Pascal Translation Updated: Peter N Lewis, <peter@stairways.com.au>, November 2005 }
{
Modified for use with Free Pascal
Version 210
Please report any bugs to <gpc@microbizz.nl>
}
{$mode macpas}
{$packenum 1}
{$macro on}
{$inlin... |
unit glr_tween;
interface
uses
glr_utils,
glr_math;
type
TglrVarType = (vtInteger, vtSingle, vtVector);
PglrInteger = ^Integer;
PglrSingle = PSingle;
TglrTweenObject = TObject;
TglrEasingFunc = function(aStartValue, aDiffValue, aUnitValue: Single): Single of object;
TglrTweenStyle =... |
unit K365838449;
{* [RequestLink:365838449] }
// Модуль: "w:\common\components\rtl\Garant\Archi_Tests\K365838449.pas"
// Стереотип: "TestCase"
// Элемент модели: "K365838449" MUID: (4FBB6C4D032B)
// Имя типа: "TK365838449"
{$Include w:\common\components\rtl\Garant\Archi_Tests\TestDefine.inc.pas}
interface
{$If Def... |
{
Clever Internet Suite
Copyright (C) 2013 Clever Components
All Rights Reserved
www.CleverComponents.com
}
unit clUserMgr;
interface
{$I clVer.inc}
uses
{$IFNDEF DELPHIXE2}
Classes, SysUtils;
{$ELSE}
System.Classes, System.SysUtils;
{$ENDIF}
type
TclUserAccountItem = class(TCollectionItem)
private... |
unit TjwStrUtil;
interface
function StrHasSuffix(S, Suffix: String): Boolean;
// Returns A + B, except Sep is interposed if both A and B are nonempty.
function ConcatWithSep(A, B: string; Sep: string = ' '): String;
// Returns true if S is Prefix plus an optional numeric suffix, separated by Sep.
function IsPrefixP... |
unit PrintRowHeightsSpy;
{* Проверяльщик высот строк на разных страницах }
// Модуль: "w:\common\components\gui\Garant\Everest\new\PrintRowHeightsSpy.pas"
// Стереотип: "UtilityPack"
// Элемент модели: "PrintRowHeightsSpy" MUID: (4DF1C6E90221)
{$Include w:\common\components\gui\Garant\Everest\evDefine.inc}
interfac... |
unit uBehaviorInterfaces;
interface
uses
Classes, uUpdateListObserverInterface, uProjectData, IdGlobal;
type
TBaseProjectsDataDisplay = class(TComponent, IUpdateListObserver)
protected
FSubject: TProjectData;
procedure UpdateCheckListBox(const Values: TStrings); virtual; abstract;
public
pr... |
unit tmsUXlsPalette;
{$INCLUDE ..\FLXCOMPILER.INC}
interface
uses Classes, SysUtils, tmsUXlsBaseRecords, tmsUXlsBaseRecordLists, tmsXlsMessages, tmsUFlxMessages;
type
TPaletteRecord= class(TBaseRecord)
private
function GetColor(index: integer): LongWord;
procedure SetColor(index: integer; const Value: Long... |
unit JustifyDemoForm;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.ExtCtrls, Vcl.StdCtrls;
type
TForm1 = class(TForm)
memoTyping: TMemo;
Panel1: TPanel;
paintJustification: TPain... |
{ Subroutine SST_R_PAS_SMENT_CASE (STR_ALL_H)
*
* Process a CASE statement. The last syntax tag read was for the whole
* CASE statement from inside the RAW_STATEMENT syntax. STR_ALL_H is the
* string handle for that tag.
}
module sst_r_pas_SMENT_CASE;
define sst_r_pas_sment_case;
%include 'sst_r_pas.ins.pas';... |
unit DocumentDomainInterfaces;
{* Работа с документом }
// Модуль: "w:\garant6x\implementation\Garant\GbaNemesis\Model\DocumentDomainInterfaces.pas"
// Стереотип: "Interfaces"
// Элемент модели: "DocumentDomainInterfaces" MUID: (4991BD69025E)
{$Include w:\garant6x\implementation\Garant\nsDefine.inc}
interface
uses... |
unit nsStartupTips;
{* Советик дня }
// Модуль: "w:\garant6x\implementation\Garant\GbaNemesis\DayTips\nsStartupTips.pas"
// Стереотип: "SimpleClass"
// Элемент модели: "TnsStartupTips" MUID: (4992891800CF)
{$Include w:\garant6x\implementation\Garant\nsDefine.inc}
interface
{$If NOT Defined(Admin) AND NOT Defined(M... |
unit Unit1;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, Forms, Controls, Graphics, Dialogs, ExtCtrls, StdCtrls,
Buttons, Types, LCLType;
type
{ TForm1 }
TForm1 = class(TForm)
CheckBox1: TCheckBox;
CheckBox2: TCheckBox;
ImageList1: TImageList;
Panel1: TPanel;
RadioButton1: TRa... |
unit rand;
interface
type
rndinfotype=record
seed:array[1..4] of integer;
maxrnd:longint;
maxrndexp:integer
end;
Procedure initrnd(x:longint);
Procedure setmax(x:longint);
Function rnd:byte;
Function longrnd:longint;
Function realrnd:real;
Procedure g... |
unit ADC.Common;
interface
uses
System.SysUtils, Winapi.Windows, System.Classes, Vcl.Dialogs, System.Variants,
System.IniFiles, Vcl.Graphics, System.StrUtils, System.RegularExpressions,
Winapi.Messages, Winapi.TlHelp32, Winapi.PsAPI, Vcl.Forms, Winapi.ActiveX,
Vcl.ComCtrls, ActiveDs_TLB, JwaLmAccess, JwaLmApi... |
unit AnalogSaat_2;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls;
const
pib180 = pi/180;
pixelcount = 2048;
type
_pRGB = ^Trgb;
Trgb = array[0..pixelcount-1] of Trgbtriple;
pRGB = array[0..pixelcount-1] of _pRGB;
type
Tsekil = (ts_kare,ts... |
unit guesstag;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils;
type
{ TTagFromFilename }
TTagFromFilename = class
private
FAlbum: string;
FArtist: string;
FTitle: string;
FTrack: string;
FYear: string;
public
constructor create;
F... |
unit ThreadManager;
interface
uses
System.Generics.Collections, System.Classes, LoggerInterface,
System.SyncObjs, SettingsInterface;
type
TThreadManager = class(TObject)
private
FCancellationEvent: TEvent;
FMyThreadList: TList<TThread>;
function CreateNewThread(ALoggerI: ILogger; AInterval: Cardi... |
unit MMO.ClientList;
interface
uses
Generics.Collections, MMO.ServerClient, MMO.Types;
type
TClientList<ClientType> = class(TList<TServerClient<ClientType>>)
private
var m_sessionId: TSessionId;
var m_lastInsertedIndex: Integer;
public
constructor Create;
destructor Destroy; overr... |
{=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=]
Copyright (c) 2013, Jarl K. <Slacky> Holta || http://github.com/WarPie
All rights reserved.
For more info see: Copyright.txt
[=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=}
//-----------------------------... |
unit GX_IdeDockDemo;
{$I GX_CondDefine.inc}
interface
uses
GX_Experts,
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Menus, ExtCtrls, IniFiles, GX_IdeDock;
type
TDemoDockForm = class(TfmIdeDockForm)
Panel1: TPanel;
Splitter1: TSplitter;
Panel2: TPanel;
... |
unit tstUtils;
{------------------------------------------------------------------------------}
{ Библиотека : Тестовый слой; }
{ Автор : Морозов М.А. }
{ Начат : 03.04.2006 16.48; ... |
unit nsChangesBetweenEditionsDocumentContainer;
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//
// Библиотека "ChangesBetweenEditions$Domain"
// Модуль: "w:/garant6x/implementation/Garant/GbaNemesis/ChangesBetweenEditions/nsChangesBetweenEditi... |
Unit Numeric;
{=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=]
Copyright (c) 2013, Jarl K. <Slacky> Holta || http://github.com/WarPie
All rights reserved.
For more info see: Copyright.txt
[=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=}
{$mode objfp... |
unit ConvToIsometricTestWindow;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, Buttons, ExtCtrls;
type
TForm1 = class(TForm)
Original: TImage;
Converted: TImage;
Convert: TBitBtn;
Load: TBitBtn;
OpenDialog: TOpenDialog;
SaveIt: TBitBtn... |
unit VoyagerInterfaces;
interface
uses
Controls, Graphics;
type
TURL = string;
TURLHandlerOption = (hopNonVisual, hopCacheable, hopCannotCloseIfBusy, hopEnabledWhenCached);
TURLHandlerOptions = set of TURLHandlerOption;
THandlingAbility ... |
unit infoPOSTSOATable;
interface
uses
Classes, DB, DBISAMTb, SysUtils, DBISAMTableAU, DataBuf;
type
TinfoPOSTSOARecord = record
PDatePaid: String[8];
PCheckNumber: String[10];
PtranType: String[1];
PAmount: Currency;
PPmtType: String[2];
End;
TinfoPOSTSOABuffer = class(... |
unit IMPORT_Math;
interface
uses
Math,
SysUtils,
Classes,
PaxCompiler,
PaxProgram,
PAXCOMP_CONSTANTS;
procedure RegisterForPaxCompiler(C: TPaxCompiler; L1, L2: TList);
procedure RegisterForPaxProgram(P: TPaxProgram; L1, L2: TList);
implementation
// TRIGONOMETRY ROUTINES //////////////////... |
{
model.pas
Model class for the texteditor class. Holds and manages resource files and user data.
This example project is released under public domain
AUTHORS: Felipe Monteiro de Carvalho
}
unit model;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils,
MacOSAll, objc, appkit, foundation;
type
{ TMy... |
unit pgFunction;
// Модуль: "w:\common\components\rtl\Garant\PG\pgFunction.pas"
// Стереотип: "SimpleClass"
// Элемент модели: "TpgFunction" MUID: (56616E840213)
{$Include w:\common\components\rtl\Garant\PG\pgDefine.inc}
interface
{$If Defined(UsePostgres)}
uses
l3IntfUses
, daQuery
, daInterfaces
, daParamList... |
{
* Copyright © 2009 Red Hat, Inc.
* Copyright © 2011 Codethink Limited
* Copyright © 2011,2012 Google, Inc.
*
* This is part of HarfBuzz, a text shaping library.
*
* Permission is hereby granted, without written agreement and without
* license or royalty fees, to use, copy, modify, and dist... |
{
*****************************************************************************
See the file COPYING.modifiedLGPL.txt, included in this distribution,
for details about the license.
*****************************************************************************
Copyright (C) <2005> <Andrew Haines> chmdatapr... |
{*******************************************************************************
作者: dmzn@163.com 2009-7-8
描述: 图像分析
*******************************************************************************}
unit UFormParse;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,... |
unit ufmMain;
interface
uses
Winapi.Windows,
Winapi.Messages,
System.SysUtils,
System.Variants,
System.Classes,
Vcl.Graphics,
Vcl.Controls,
Vcl.Forms,
Vcl.Dialogs,
Vcl.StdCtrls,
Vcl.ExtCtrls;
type
TfmMain = class(TForm)
edProtoFileName: TEdit;
btnOpenProtoFile: TBut... |
unit uFormData;
interface
uses
Windows, Classes, SysUtils,
RttiClasses;
type
TBaseData = class(TRttiEnabled);
TFlashData = class;
TFlashPage = class;
TPageData = class;
TQuestionData = class;
TFlashPageArray = array of TFlashPage;
TPageDataArray = array of TPageData;
TQuest... |
unit FindUnit.FormSearch;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls, ToolsAPI, Menus, SyncObjs,
FindUnit.EnvironmentController, StrUtils, AppEvnts, Buttons, ShellAPI, FindUnit.Header, FindUnit.FileEditor;
type
TFuncBoolean... |
{********************************************************************}
{ TInspectorImage component }
{ for Delphi & C++Builder }
{ }
{ written ... |
{*_* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Author: François PIETTE
Description: Common definitions for TSysLogClient and TSysLogServer classes.
See RFC3164 for reference.
Creation: September 2009
Version: 1.01
EMail: francois.piette@overbyte... |
unit ddMessageDlg;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, Buttons, ComCtrls;
type
TALCUMessageDlg = class(TForm)
BitBtn1: TBitBtn;
BitBtn2: TBitBtn;
cbLockBase: TCheckBox;
cbToAll: TCheckBox;
comboDefined: TComboBox;
dtpLockDat... |
{ Subroutine SST_R_PAS_EXP_SYM (SYM_P)
*
* Process EXPRESSION syntax and return the pointer to the symbol that formed
* the expression. It is an error if the expression was more complex than just
* a symbol. The symbol will automatically be flagged as used.
}
module sst_r_pas_EXP_SYM;
define sst_r_pas_exp_sym... |
unit osClientDataset;
interface
uses
sysutils, classes, dbtables, typinfo, contnrs, dbclient, dialogs,
db, provider, variants;
type
TosClientDataset = class(TClientDataset)
private
FDataProvider : TCustomProvider;
FIDHighValue: integer;
FIDLowValue: integer;
FIDField: TField;
... |
unit BooleanArray;
interface
type
PIntegerArray = ^TIntegerArray;
TIntegerArray = array[word] of integer;
type
TBooleanMatrix =
class
public
constructor Create(aRows, aCols : integer);
destructor Destroy; override;
private
fRows : integer;
fCols : integer;
... |
unit evMultiSelectionBlock;
// Модуль: "w:\common\components\gui\Garant\Everest\evMultiSelectionBlock.pas"
// Стереотип: "SimpleClass"
// Элемент модели: "TevMultiSelectionBlock" MUID: (48E3B83B0187)
{$Include w:\common\components\gui\Garant\Everest\evDefine.inc}
interface
uses
l3IntfUses
, evMultiSelectionText
... |
unit uBaseScriptEngine;
interface
uses
CodeTemplateAPI
, ToolsAPI
, Classes
;
type
TBaseScriptEngine = class abstract(TNotifierObject, IOTACodeTemplateScriptEngine)
private
FScriptInfo: TStrings;
procedure FetchScriptInfo(const AScript: IOTACodeTemplateScript);
... |
unit System.IniFiles.Helper;
interface
Uses System.Classes, System.IniFiles, System.JSON;
type
TCustomIniFileHelper = class Helper for TIniFile
public
function ToJson: string;
function JSON: TJsonObject;
procedure FromJson(AJson: string);
end;
implementation
uses Variants;
procedure TCustomIniFi... |
unit RemoteLogSender;
interface
uses Windows, Messages, SysUtils, Classes, InterfacedForm, Forms, AbZipper,
AbUtils, commonMIS;
// Отправка массива значений на сервер.
// Data - это список пар key-value.
/// При записи значения используется стандартный разделитель
function send(AURL: string; Data: TStrings): str... |
unit Errores;
interface
resourcestring
rsInformeNoEncontrado = 'Error! Informe no Encontrado';
rsErrorFechaVencida = 'FECHA de comprobante (%s) ' + #13 +
'corresponde a periodo CERRADO (%s)' + #13 +
'Debe Modificar la fech... |
{******************************************************************************}
{ }
{ Delphi FB4D Library }
{ Copyright (c) 2018-2022 Christoph Schneider ... |
unit Records;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Data.DB, Vcl.StdCtrls, Vcl.Grids,
Vcl.DBGrids;
type
TFRecord = class(TForm)
ESearch: TEdit;
BSearch: TButton;
RAuthor: TRadioButton;
... |
{ *********************************************************************************** }
{ * CryptoLib Library * }
{ * Copyright (c) 2018 - 20XX Ugochukwu Mmaduekwe * }
{ * Github Repository <https://github.co... |
unit WebModuleUnit1;
interface
uses
System.SysUtils,
System.Classes,
Web.HTTPApp,
MVCFramework;
type
TWebModule1 = class(TWebModule)
procedure WebModuleCreate(Sender: TObject);
procedure WebModuleDestroy(Sender: TObject);
private
FMVCEngine: TMVCEngine;
public
{ Public declarations }
... |
unit TTSOFCRTable;
interface
uses
Classes, DB, DBISAMTb, SysUtils, DBISAMTableAU, DataBuf;
type
TTTSOFCRRecord = record
PLenderNum: String[4];
PInitials: String[6];
PModCount: Integer;
PName: String[30];
PTitle: String[25];
PPhone: String[40];
End;
TTTSOFCRBuffer =... |
unit Androidapi.JNI.baidu.mapapi.favorite;
// ====================================================
// Android Baidu Map SDK interface
// Package:com.baidu.mapapi.favorite
// author:Xubzhlin
// email:371889755@qq.com
//
// date:2017.5.10
// version:4.3.0
// ====================================================
interface... |
unit uUtilPadrao;
interface
uses
Classes, FireDAC.Comp.Client, DmdConnection, Vcl.Printers, Datasnap.DBClient;
function SQLLocate(Tabela, CampoProcura, CampoRetorno, ValorFind: string): string ;
function GetDefaultPrinterName: string;
function Monta_Numero(Campo: String; Tamanho: Integer): String;
functi... |
unit AceRtfC;
{ ----------------------------------------------------------------
Ace Reporter
Copyright 1995-2004 SCT Associates, Inc.
Written by Kevin Maher, Steve Tyrakowski
---------------------------------------------------------------- }
interface
{$I ace.inc}
uses sctctrl, sctvar,acertfp, cl... |
PROGRAM WordCounterO;
USES
Crt, Timer, WordReader;
CONST
HashTableSize = 120000;
TYPE
Element = RECORD
value: STRING;
counter: INTEGER;
END;
Hash = 1..HashTableSize;
HashTable = ARRAY[Hash] OF ^Element;
FUNCTION ComputeHash(value: STRING): Hash;
BEGIN
IF (Length... |
unit uObjects;
interface
uses
glr_render2d,
glr_utils,
glr_math;
(*
type
{ TPopupText }
TPopupText = class (TglrText)
private
procedure SetEnabled(const aEnabled: Boolean);
public
T: Single;
property Enabled: Boolean read fVisible write SetEnabled;
end;
{ TPopupMana... |
{
This file is part of the AF UDF library for Firebird 1.0 or high.
Copyright (c) 2007-2009 by Arteev Alexei, OAO Pharmacy Tyumen.
See the file COPYING.TXT, included in this distribution,
for details about the copyright.
This program is distributed in the hope that it will be useful,
but WITHO... |
unit SystemInfo;
interface
uses
Windows;
var
keyWinCurrentVersion : string;
OSVersion : TOSVersionInfo;
SysInfo : TSystemInfo;
const
wpWinNT = VER_PLATFORM_WIN32_WINDOWS;
wpWin95 = VER_PLATFORM_WIN32_NT;
function WinPlatform : integer;
function WinPlatformS... |
unit vcmAeroForm;
{ Класс формы с поддержкой оформления Aero }
{ Библиотека "vcm" }
{ Автор: Морозов В.Л. }
{ Модуль: vcmAeroForm - }
{ Начат: 07.03.2014 09:05 }
interface
uses
Windows,
Messages,
SysUtils,
Classes,
Forms,
Controls,
UxTheme;
type
TElementMargins = UxTheme.TMargins;
Tvcm... |
unit Logo;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Buffer, SpeedBmp;
type
TLogo =
class( TCustomControl )
private
fMaskBitmap : string;
fMask : TSpeedBitmap;
procedure SetMaskBitmap( const Value : stri... |
unit UniversalMapHandler;
interface
uses
VoyagerInterfaces, Classes, Controls, MPlayer, UniversalMapViewer, VoyagerServerInterfaces;
type
TUniversalMapHandler =
class( TInterfacedObject, IMetaURLHandler, IURLHandler )
public
constructor Create;
destructor Destroy; overr... |
unit CompanyType;
interface
type
TCompanyType = class
private
[JSONName('type')]
Ftype: string;
public
property &type : string read Ftype write Ftype;
end;
implementation
end.
|
// 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... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.