text stringlengths 14 6.51M |
|---|
unit evdTextStyle_Const;
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//
// Библиотека "EVD"
// Автор: Люлин А.В.
// Модуль: "w:/common/components/rtl/Garant/EVD/evdTextStyle_Const.pas"
// Начат: 07.06.2008 19:47
// Родные Delphi интерфейсы (.... |
unit uTestePai;
interface
uses
System.SysUtils, IBX.IBquery;
type
TTestePai = class
private
nome : String;
data_nascimento : TDate;
data_cadastro : TDate;
protected
{ protected declarations }
public
{ public declarations... |
unit nsBaseSearchModel;
// Модуль: "w:\garant6x\implementation\Garant\GbaNemesis\Search\nsBaseSearchModel.pas"
// Стереотип: "SimpleClass"
// Элемент модели: "TnsBaseSearchModel" MUID: (56F12BAB0086)
{$Include w:\garant6x\implementation\Garant\nsDefine.inc}
interface
{$If NOT Defined(Admin) AND NOT Defined(Monitori... |
unit EventType;
interface
type
TEventStatus = (ENABLED, DEPRECATED);
TEventType = class
private
Fname: String;
Flabel: String;
Fstatus: TEventStatus;
function GetStatus: TEventStatus;
public
property name : String read Fname write Fname;
property &label : String... |
Unit example;
{ This file illustrates how to use the IJG code as a subroutine library
to read or write JPEG image files. You should look at this code in
conjunction with the documentation file libjpeg.doc.
This code will not do anything useful as-is, but it may be helpful as a
skeleton for constructing routi... |
unit Errors;
interface
const
ER_SYNTAX = 'Ошибка синтаксиса';
ER_FUNC_ARGS = 'Ошибка чтения аргументов %s: ';
ER_FUNC_ARGS_OPEN = ER_FUNC_ARGS + 'ожидается символ (';
ER_FUNC_ARGS_CLOSE = ER_FUNC_ARGS + 'ожидается символ )';
ER_FUNC_ARGS_INVALID = ER_FUNC_ARGS + 'ожидается пере... |
{
$Project$
$Workfile$
$Revision$
$DateUTC$
$Id$
This file is part of the Indy (Internet Direct) project, and is offered
under the dual-licensing agreement described on the Indy website.
(http://www.indyproject.org/)
Copyright:
(c) 1993-2005, Chad Z. Hower and the Indy Pit Crew. All r... |
unit Unit3;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Unit1;
type
TForm3 = class(TForm)
Label1: TLabel;
EditWeight: TEdit;
Label2: TLabel;
EditHeight: TEdit;
Button1: TButton;
Memo1: TMemo;
Label3: TLabel;
proced... |
unit JunoApi4Delphi.Config;
interface
uses
JunoApi4Delphi.Interfaces;
type
TJunoApi4DelphiConig = class(TInterfacedObject, iJunoApi4DelphiConig)
private
FClientId : String;
FClientSecret : String;
FResourceToken : String;
FPublicToken : String;
FEnvironment : iEnvi... |
unit SelLis;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls, ActnList, ImgList, Menus, ComCtrls, ToolWin, Grids, DBGrids,
Db, DBTables;
type
TFSellis = class(TForm)
ToolBar1: TToolBar;
Fin: TToolButton;
ToolButton2: TToolButton;
ToolButton3: ... |
{$include lem_directives.inc}
unit LemMetaTerrain;
interface
uses
Classes,
UTools;
type
TMetaTerrain = class(TCollectionItem)
private
fWidth : Integer;
fHeight : Integer;
fImageLocation : Integer; // DOS history: data location of image in vgagr??.dat
protected
... |
unit Bird.Socket.Server;
interface
uses IdCustomTCPServer, IdHashSHA, IdSSLOpenSSL, IdContext, IdSSL, IdIOHandler, IdGlobal, IdCoderMIME, System.SysUtils,
Bird.Socket.Helpers, Bird.Socket.Consts, Bird.Socket.Types, Bird.Socket.Connection, System.Generics.Collections;
type
TBirdSocketServer = class(TIdCustomTCPSe... |
unit eeButton;
{$I vtDefine.inc}
interface
uses
Windows,
Messages,
Graphics,
SysUtils,
Classes,
Controls,
StdCtrls,
Buttons;
type
TeeButton = class(TButton)
private
f_PrevCharCode : Word;
private
procedure WMChar(Var Msg: TWMChar); message WM_CHAR;
procedure WMKeyDown(Var Msg: TWM... |
unit TTSCRATTable;
interface
uses
Classes, DB, DBISAMTb, SysUtils, DBISAMTableAU, DataBuf;
type
TTTSCRATRecord = record
PCollateralCode: String[8];
PRate: Currency;
End;
TTTSCRATBuffer = class(TDataBuf)
protected
function PtrIndex(Index:integer):Pointer;override;
public
... |
unit StrategyControl;
interface
uses
PlayerControl, WorldControl, GameControl, MoveControl;
type
TStrategy = class
public
constructor Create; virtual;
procedure Move(me: TPlayer; world: TWorld; game: TGame; move: TMove); virtual; abstract;
end;
implementation
constructor TStrategy... |
unit App;
{ Based on Simple_TextureCubemap.c from
Book: OpenGL(R) ES 2.0 Programming Guide
Authors: Aaftab Munshi, Dan Ginsburg, Dave Shreiner
ISBN-10: 0321502795
ISBN-13: 9780321502797
Publisher: Addison-Wesley Professional
URLs: http://safari.informit.com/9780321563835
http:/... |
unit wwMinds;
interface
Uses
Types, Contnrs, IniFiles,
wwClasses, wwTypes;
type
TwwMind = class//(TThread)
private
f_CurrentThing: TwwThing;
FMaxThingAge: Integer;
FMaxThingLength: Integer;
FWeight: Integer;
FTotalLength: Int64;
FTotalWorms: Integer;
FTotalAge: Int64;
FAverageThinkTime: Integer;
... |
unit CalcAll;
interface
uses
SysUtils,
Classes,
tfTypes,
tfBytes,
tfHashes;
procedure CalcHash(const FileName: string);
implementation
procedure CalcHash(const FileName: string);
const
BufSize = 16 * 1024;
var
HashName: array of string;
HashArr: array of THash;
Stream: TStr... |
unit Main;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
NMUDP, ExtCtrls, IniFiles, StdCtrls, Misc, DataTypes;
type
TForm1 = class(TForm)
NMUDP1: TNMUDP;
Timer: TTimer;
StTxtP1: TStaticText;
StTxtP2: TStaticText;
CheckBox: TCheckBox;
procedur... |
{ Subroutine SST_W_C_SCOPE_POP
*
* Restore the previous scope by popping it from the stack. This undoes what
* subroutine SST_W_C_SCOPE_PUSH does.
}
module sst_w_c_SCOPE_POP;
define sst_w_c_scope_pop;
%include 'sst_w_c.ins.pas';
procedure sst_w_c_scope_pop; {restore previous scope as current scope}
c... |
{ registerrx 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 Fo... |
{ *********************************************************** }
{ * TForge Library * }
{ * Copyright (c) Sergey Kasandrov 1997, 2016 * }
{ * ------------------------------------------------------- * }
{ * # engine unit ... |
program Kolmogorov(input, output);
const
MAX_SIZE = 1000;
type
range = 0 .. MAX_SIZE;
data = array[range] of real;
var
identifier : string;
dataArray : data;
i, size : integer;
sum : real;
procedure getData;
begin
i := 0;
read(identifier);
while not EOF do begin
read(dataArray[i]);
i ... |
unit PlannerActions;
interface
uses
Classes, Planner, PlannerMonthView, ActnList, Clipbrd, Windows, Controls;
type
TPlannerAction = class(TAction)
private
FControl: TCustomControl;
procedure SetControl(Value: TCustomControl);
protected
function GetControl(Target: TObject): TCustomControl; virtual... |
unit CsReplyProcedures;
{* Класс для регистрации "ответных процедур" сервера для запросов от клиента. Синглетон. Используется для "логики по-умолчанию". Т.е. когда сервер у нас в приложении ОДИН }
// Модуль: "w:\common\components\rtl\Garant\cs\CsReplyProcedures.pas"
// Стереотип: "SimpleClass"
// Элемент модели: "TCs... |
unit chromium_dom_xq;
interface
uses
sysutils,
cef_type, cef_api, cef_apiobj;
type
PDomTraverseParam = ^TDomTraverseParam;
TDomTraverseParam = record
PageId : integer;
Level : integer;
LevelStep1 : integer;
LevelStep2 : integer;
LevelStep3 : integer;
IsDo... |
program Project1;
Type
Str25=string[25];
TBookRec=
record
Title, Author, ISBN:str25;
Price:real;
end;
Procedure EnterNewBook(Var newBook:TBookRec);
begin
writeln('Please enter the book details: ');
write('Book Name: ');
readln(newBook.Title);
write('Author: ');
readln(newBook.Author);... |
unit rastan_hw;
interface
uses {$IFDEF WINDOWS}windows,{$ENDIF}
m68000,main_engine,controls_engine,gfx_engine,ym_2151,
msm5205,taitosnd,rom_engine,pal_engine,sound_engine;
function iniciar_rastan:boolean;
implementation
const
rastan_rom:array[0..5] of tipo_roms=(
(n:'b04-38.19';l:$10000;p:0... |
{
Pascal version of "hello world!"
}
program HelloWorld(output);
begin
Write('hello world!')
end.
|
unit DW.UserDefaults.iOS;
{*******************************************************}
{ }
{ Kastri }
{ }
{ Delphi Worlds Cross-Platform Library ... |
{
This file is part of the Free Pascal run time library.
Copyright (c) 1999-2014 by Maciej Izak aka hnb (NewPascal project)
See the file COPYING.FPC, included in this distribution,
for details about the copyright.
This program is distributed in the hope that it will be useful,
but WITH... |
PROGRAM SortMonth_b(INPUT, OUTPUT);
{Программа сравнивает введённые значения месяцев}
USES DateIO; {ReadMonth, WriteMonth}
PROCEDURE Copy(VAR F1, F2: TEXT);
VAR
Ch: CHAR;
BEGIN {Copy}
RESET(F1);
REWRITE(F2);
WHILE NOT EOLN(F1)
DO
BEGIN
READ(F1, Ch);
WRITE(F2, Ch)
END;
WRITELN(F2);
RE... |
unit sdBasic;
{Basic code for double precision special functions}
interface
{$i std.inc}
{$ifdef BIT16}
{$N+}
{$endif}
{$ifdef NOBASM}
{$undef BASM}
{$endif}
uses DAMath;
(*************************************************************************
DESCRIPTION : Basic code for double precision special func... |
unit Sample.Assets;
{$INCLUDE 'Sample.inc'}
interface
uses
System.Classes,
System.SysUtils,
System.Zip;
type
{ Static class for managing assets.
For easy deployment, all assets are stored in a single ZIP file called
assets.zip. This ZIP file is linked into the executable as a resource named
ASS... |
unit dec0_hw;
interface
uses {$IFDEF WINDOWS}windows,{$ENDIF}
m68000,main_engine,controls_engine,gfx_engine,rom_engine,pal_engine,
ym_2203,ym_3812,oki6295,m6502,sound_engine,hu6280,misc_functions,
deco_bac06,mcs51;
function iniciar_dec0:boolean;
implementation
const
//Robocop
robocop... |
unit deco_bac06;
interface
uses {$IFDEF WINDOWS}windows,{$ENDIF}
gfx_engine,main_engine,pal_engine;
type
tyle_chip=class
constructor create(screen,screen_pri:byte;color_add,num_mask:word;mult:byte);
destructor free;
public
data:array[0..$1fff] of word;
... |
unit Modbus;
{$IFDEF FPC}
{$MODE Delphi}
{$ENDIF}
interface
uses
Windows,
LCLIntf, LCLType, LMessages,
Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Spin, ExtCtrls, Grids, ThreadMB, Inifiles;
const
t_UINT16 = 0;
t_INT16 = 1;
t_UINT32 = 2;
t_... |
unit Main;
// Install OpenSSL libraries and delete the IDOpenSSLSetLibPath-line below,
// or extract the dlls libeay32.dll and ssleay32.dll to project root.
// Add client certificate and key to project root as client.crt and client.key.
// Modify URL as needed for the service.
interface
uses
Winapi.Windows, Winapi... |
unit FGX.ActiveNetworkInfo.Android;
interface
uses Android.Api.Network;
type
TActiveNetworkInfo = class
private
class var FJConnectivityManager: JConnectivityManager;
class constructor Create;
class function GetNetwork: JNetwork;
public
/// <summary>Check permission "android.permission.ACCESS_... |
program Lab2_Var9;
const x0 = 2.5; y0 = 4.0; a = 2.5; b = 4.0;
var x, y, vx, vy :Real;
begin
writeln('Write a point:');
readln(x, y);
vx := x - x0;
vy := y - y0;
if (vx >= 0.0) and (vy >= -vx) and (vx*vx/(a*a) + vy*vy/(b*b) <= 1.0)
then
begin
writeln('Inside');
end
else
... |
unit InfoCANCELTable;
interface
uses
Classes, DB, DBISAMTb, SysUtils, DBISAMTableAU, DataBuf;
type
TInfoCANCELRecord = record
PTable: String[2];
PDays: Integer;
PPr_PCT: String[168];
PSr_PCT: String[168];
PModCount: SmallInt;
End;
TInfoCANCELClass2 = class
public
... |
{ RxCloseFormValidator unit
Copyright (C) 2005-2013 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 S... |
unit DelForExTestFiles;
{$OPTIMIZATION off}
interface
uses
Classes,
SysUtils,
TestFrameWork,
GX_CodeFormatterTypes,
GX_CodeFormatterSettings,
GX_CodeFormatterDefaultSettings,
GX_CodeFormatterEngine,
GX_GenericUtils;
type
TTestTestfiles = class(TTestCase)
private
FFormatter... |
unit KeyWordPack;
// Модуль: "w:\common\components\rtl\Garant\ScriptEngine\KeyWordPack.pas"
// Стереотип: "ScriptKeywordsPack"
// Элемент модели: "KeyWordPack" MUID: (55895F0A01BF)
{$Include w:\common\components\rtl\Garant\ScriptEngine\seDefine.inc}
interface
{$If NOT Defined(NoScripts)}
uses
l3IntfUses
, tfwScri... |
unit TimesValueParsingTest;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, FpcUnit, TestRegistry,
ParserBaseTestCase,
ValuesParsingBaseTest,
WpcScriptCommons,
WpcStatements,
WpcScriptParser;
type
{ TTimesValueParsingTest }
TTimesValueParsingTest = class(TValuesParsingBaseTest)
protected
... |
unit uDMSolicitacao;
interface
uses
System.SysUtils, System.Classes, uDM, Data.DB, Datasnap.DBClient, uRegras,
uSolicitacaoVO, uConverter, uSolicitacaoViewModel, Data.DBXJSON;
const
PROGRAMA_SOLICITACAO: Integer = 3;
type
TdmSolicitacao = class(TDataModule)
cdsCadastro: TClientDataSet;
cdsCadastroSo... |
unit FFSUSERGRPTable;
interface
uses
Classes, DB, DBISAMTb, SysUtils, DBISAMTableAU, DataBuf;
type
TFFSUSERGRPRecord = record
PName: String[20];
PRights: String[250];
End;
TFFSUSERGRPBuffer = class(TDataBuf)
protected
function PtrIndex(Index:integer):Pointer;override;
publi... |
unit uVars;
interface
uses Classes,
// Own units
UCommon;
type
TVars = class(THODObject)
FID: TStringList;
FValue: TStringList;
//** Конструктор.
constructor Create;
//** Деструктор.
destructor Destroy; override;
procedure Clear;
procedure ClearGameVars;
func... |
{
This file is part of the Free Component Library (FCL)
Copyright (c) 2018 by Michael Van Canneyt
Unit tests for Pascal-to-Javascript converter class.
See the file COPYING.FPC, included in this distribution,
for details about the copyright.
This program is distributed in the hope that it will... |
unit TerritoryUnit;
interface
uses
REST.Json.Types, System.Generics.Collections, Generics.Defaults,
HttpQueryMemberAttributeUnit, JSONNullableAttributeUnit, NullableBasicTypesUnit,
GenericParametersUnit, TerritoryContourUnit, CommonTypesUnit, AddressUnit;
type
/// <summary>
/// Json schema for an Territor... |
unit UniTree;
interface
uses
Windows, Classes, ComCtrls, SysUtils, uTreeview_destroy;
type
TUniTreeNode = class(TObject)
private
FParent: TUniTreeNode;
FNextSibling: TUniTreeNode;
FFirstChild: TUniTreeNode;
public
Caption: String;
constructor Create;
destructor Destroy; override;
... |
unit infosistemas.business.clientes;
interface
uses
System.Classes, System.SysUtils;
type
TClientesUtils = class(TObject)
public
constructor Create;
destructor Destroy; override;
function ValidateCPF(const CPF: string): boolean;
end;
implementation
{ TClientes }
constructor TClientesUtils.Cre... |
unit uConfig;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils;
type
{ TConfig }
TConfig = class
private
ExePath:string; //слэш на конце
public
constructor Create;
destructor Destroy;override;
//полный абсолютный путь к базе данных
function BaseFile:string;
... |
unit UAccessPattern;
interface
uses IniFiles, Classes;
type
TPathTemplate = class(TObject)
private
FFileName: string;
FPattern: string;
FPath: string;
FOldWindows: Integer;
FNewWindows: string;
FCaption: string;
FIni: TIniFile;
FPatternBegin: string;
FPatternEnd... |
unit MazeMain;
interface
type
TMaze = array of array of (Wall, Pass, Visited);
TPos = record
PosX, PosY: Integer;
end;
TMazeSize = (Small, Medium, Large);
TMazeGenAlg = (HuntAKill, BackTrack, Prim);
TMazeSolveAlg = (BFS, DFS, LeftHand, RightHand);
TRoute = array of TPos;
TMazeStat = p... |
unit IdCTypes;
interface
{$i IdCompilerDefines.inc}
{This unit should not contain ANY program code. It is meant to be extremely
thin. The idea is that the unit will contain type mappings that used for headers
and API calls using the headers. The unit is here because in cross-platform
headers, the types ... |
{ //************************************************************// }
{ // // }
{ // Código gerado pelo assistente // }
{ // // }
{ // Projeto MVCBr ... |
unit Unbound.GameState;
interface
uses
System.SysUtils,
Pengine.IntMaths,
Pengine.GLGame,
Pengine.ICollections;
type
EGameState = class(Exception);
TGameStateClass = class of TGameState;
TGameStateManager = class;
TGameState = class
private
FManager: TGameStateManager;
FLoaded: Boolean... |
unit EmailOrdering.SharedData;
interface
uses
System.SysUtils;
type
TSharedData = class
private
class function GetConfigFilePath: string; static;
class function GetOrderLogPath: string; static;
class function GetHelpUrl: string; static;
public
class property ConfigFilePath: string... |
unit MazePrint;
interface
uses
MazeMain, Graphics;
const
clFullRoute = clWebLightGreen;
clRoute = clGreen;
clStartPoint = clRed;
clExitPoint = clBlue;
Procedure CalcCellSize(Width, Height: Integer; MazeInd: TMazeSize; out XSize, YSize: Integer);
Procedure PrintMaze(const Canv: TCanvas; con... |
{$REGION 'Copyright (C) CMC Development Team'}
{ **************************************************************************
Copyright (C) 2015 CMC Development Team
CMC is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software ... |
unit clEmpresas;
interface
uses clPessoaJuridica, Vcl.Dialogs, System.SysUtils, clConexao;
type
TEmpresas = class(TPessoaJuridica)
protected
FCodigo: Integer;
FUsuario: String;
FDataCadastro: TDateTime;
FObs: String;
FManutencao: TDateTime;
FStatus: String;
conexao : TConexao;
priva... |
{$REGION 'Copyright (C) CMC Development Team'}
{ **************************************************************************
Copyright (C) 2015 CMC Development Team
CMC is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software ... |
unit tswitchbutton;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, ExtCtrls, Graphics, Controls,gtk;
type
{ TTSwitchButton }
TTSwitchButton = class(TImage)
private
{ Private declarations }
DBDownPict: TPicture;
DBUpPict: TPicture;
DBDisPict: TPicture;
DBEnabled: Boolean;
... |
{*********************************************************}
{* VPWAVDLG.PAS 1.03 *}
{*********************************************************}
{* ***** BEGIN LICENSE BLOCK ***** *}
{* Version: MPL 1.1 ... |
unit FileOperations;
interface
uses
Windows, ShellApi, SysUtils;
const
// IProgressDialog
CLSID_ProgressDialog: TGUID = '{F8383852-FCD3-11D1-A6B9-006097DF5BD4}';
{$EXTERNALSYM CLSID_ProgressDialog}
// Progress objects exposed via QueryService
SID_SProgressUI: TGUID = '{F8383852-FCD3-11D1-A6B9-006... |
const generatedArraySize = 100;
const minRandomNumber = -9;
const maxRandomNumber = 9;
type integerArray = array [1..generatedArraySize] of integer;
function enterArraySize(): integer;
begin
write('Enter please array size between 1 and 100: ');
readln(Result);
end;
var arraySize: integer;
functio... |
unit f2Application;
interface
uses
d2dTypes,
d2dInterfaces,
d2dApplication,
d2dGUIButtons,
f2Skins,
f2SettingsStorage;
type
Tf2Application = class(Td2dApplication)
private
f_DebugMode: Boolean;
f_DefaultButtonView: Id2dFramedButtonView;
f_DefaultTextFont: Id2dFont;
f_DefaultMenuFont: Id2dFont;
f_De... |
unit UnitMain;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls, StrUtils;
type
{ TForm1 }
TheMisSpelled = (TEH, ETH, EHT); { enumeration of 'the' miss-spellings }
TForm1 = class(TForm)
LoadButton: TButton;
SaveButton: TButton;
Correc... |
unit gradtabstyle;
{$mode objfpc}{$H+}
{.$DEFINE DEBUGTAB}
{-------------------------------------
Style-Class for TGradTabControl
--------------------------------------}
interface
uses
Classes, SysUtils, Controls, Graphics, Buttons, ComCtrls, ExtCtrls, ugradbtn
{$IFDEF DEBUGTAB}
, sharedloggerlcl
{$ELSE}
... |
unit RichPreview;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
WPRteDefs, WpCtrMemo, WPCtrRich, StdCtrls, Menus, Buttons, ExtCtrls, {WPPreVw,} WPRuler,
ActnList, {WPObj, WPPrint,} ComCtrls, DBISAMTb, DBISAMTableAU, TTSNOTICETAGTable,
TextSpooler, Report... |
unit WAV.Chat;
interface
uses
Spring.Collections,
FMX.Graphics;
type
TChatElement = class
private
FDate: string;
FTime: string;
FUser: string;
public
property User: string read FUser write FUser;
property Date: string read FDate write FDate;
property Time: string read FTime write FT... |
unit xn.dataset.cache;
interface
uses Generics.Collections, System.Classes, System.TypInfo, Vcl.Grids, Data.Db;
{$M+}
type
TBookmarkHelper = record helper for TBookmark
function AsString: string;
function Equals(aBookmark: TBookmark): Boolean;
end;
TxnDatasetCache = class
type
... |
unit DictionContainerKeywordsPack;
{* Набор слов словаря для доступа к экземплярам контролов формы DictionContainer }
// Модуль: "w:\garant6x\implementation\Garant\GbaNemesis\View\Diction\DictionContainerKeywordsPack.pas"
// Стереотип: "ScriptKeywordsPack"
// Элемент модели: "DictionContainerKeywordsPack" MUID: (569A... |
unit MainUnit;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, Vcl.Buttons, Vcl.ExtCtrls,
Vcl.Samples.Spin, Vcl.Menus, Vcl.Grids, System.Generics.Collections,System.RegularExpressions,
V... |
unit FBaseDosForm;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs,
UMisc, Gr32,
GameControl;
type
{-------------------------------------------------------------------------------
abstract black, fullscreen, ancestor form
----------------... |
{ *********************************************************************************** }
{ * CryptoLib Library * }
{ * Copyright (c) 2018 - 20XX Ugochukwu Mmaduekwe * }
{ * Github Repository <https://github.co... |
unit UserData;
interface
uses
Data,
Collections;
type
TUserFunction = class(TFunction)
protected
FCode : Ref<TList>;
FArgs : Ref<TList>;
public
constructor Create(code : Ref<TList>; parentContext : TContext);
destructor Destroy(); override;
property context : TContext re... |
{***********************************************************************************************************************
*
* TERRA Game Engine
* ==========================================
*
* Copyright (C) 2003, 2014 by SÚrgio Flores (relfos@gmail.com)
*
***************************************************... |
unit ExtractorError;
interface
// TODO: Richtige Ordnerliste mit Icons anzeigen?
uses
Forms, StdCtrls, ExtCtrls, Controls, Graphics, Classes, Dialogs,
ZipMstr19, SysUtils;
type
TErrorForm = class(TForm)
ErrorList: TListBox;
ErrorImg: TImage;
ErrorLabel: TLabel;
OKBtn: TButton;
... |
UNIT rbSendKeys;
INTERFACE
USES Windows, SysUtils, TlHelp32;
TYPE TKeyLST = RECORD
VKKEY :DWORD;
NAME :STRING;
END;
TYPE TTKeyLST = ^TKeyLST;
CONST CONST_VKKEY = $00000000;
CONST VK_0 = CONST_VKKEY + ORD('0');
CONST VK_1 = CONST_VKKEY + ORD('1');
CONST VK_2 ... |
unit MainFormU;
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.Platform, ActivityReceiverU;
type
TServiceInteractionForm = class(TForm)
StopServiceButton: TButton;
StartSer... |
{
$Project$
$Workfile$
$Revision$
$DateUTC$
$Id$
This file is part of the Indy (Internet Direct) project, and is offered
under the dual-licensing agreement described on the Indy website.
(http://www.indyproject.org/)
Copyright:
(c) 1993-2005, Chad Z. Hower and the Indy Pit Crew. All r... |
unit m3ArchiveStorage;
{* Хранилище с паковкой данных. }
{ Библиотека "M3" }
{ Автор: Люлин А.В. © }
{ Модуль: m3ArchiveStorage - }
{ Начат: 28.11.2001 16:21 }
{ $Id: m3ArchiveStorage.pas,v 1.16 2015/05/13 10:59:48 lulin Exp $ }
// $Log: m3ArchiveStorag... |
//
// Generated by SGWrapperGen - DO NOT EDIT!
//
// SwinGame exported library
//
{$I sgTrace.inc}
library SGSDK;
uses SysUtils, Strings, sgTrace, sgShared,
sgTimers, sgPhysics, sgCharacters, sgAudio, sgImages, SDL, sgAnimations, SDL_TTF, SDL_Image, sgInput, sgTypes, sgGraphics, sgGeometry, sgText, SDL_Mixer, sg... |
unit ReceivedMessage;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls, Menus, Placemnt;
type
TReceivedMessageForm = class(TForm)
MainMenu: TMainMenu;
FileMI: TMenuItem;
ClearMI: TMenuItem;
MessageTextMemo: TMemo;
ActionPa... |
{
$Project$
$Workfile$
$Revision$
$DateUTC$
$Id$
This file is part of the Indy (Internet Direct) project, and is offered
under the dual-licensing agreement described on the Indy website.
(http://www.indyproject.org/)
Copyright:
(c) 1993-2005, Chad Z. Hower and the Indy Pit Crew. All r... |
{
$Project$
$Workfile$
$Revision$
$DateUTC$
$Id$
This file is part of the Indy (Internet Direct) project, and is offered
under the dual-licensing agreement described on the Indy website.
(http://www.indyproject.org/)
Copyright:
(c) 1993-2005, Chad Z. Hower and the Indy Pit Crew. All rights reserv... |
unit AddOrderUnit;
interface
uses SysUtils, BaseExampleUnit, OrderUnit;
type
TAddOrder = class(TBaseExample)
public
function Execute: TOrder;
end;
implementation
function TAddOrder.Execute: TOrder;
var
ErrorString: String;
Order: TOrder;
begin
Order := TOrder.Create();
try
Order.Address1 ... |
unit FavProtocol;
interface
const
fvkFolder = 0;
fvkLink = 1;
const
chrPathSeparator = '/';
chrPropSeparator = #1;
chrItemSeparator = #2;
function SerializeItemProps( Id, Kind : integer; Name, Info : string; SubItemCount : integer ) : string;
procedure UnSerializeItemProps( ItemProps ... |
unit clBancos;
interface
uses clConexao;
type
TBancos = class(TObject)
private
function getCodigo: String;
function getNome: String;
procedure setCodigo(const Value: String);
procedure setNome(const Value: String);
function getOperacao: String;
procedure setOperacao(const Value: String);... |
unit entrada;
interface
uses
SysUtils, DateUtils;
type
T_Entrada = class(TObject)
private
F_Id: Integer;
F_Tanque_Id: Integer;
F_Litros: Double;
F_ValorPorLitro: Double;
F_ValorDaEntrada: Double;
F_DataHora: TDat... |
unit uHelloWorld;
interface
uses uEvo;
type
THelloWorld = class(TBFPrgValidatorBase)
public
procedure GetInput(Index: integer; var S: string); override;
function ValidateResult: single; override;
class function CommandSet: string; override;
function MaxSteps: integer; override;
end;
implement... |
////////// INSTRUMENTS //////////
var
MI : IMemoryInstrument;
Probe : IMemoryInstrument;
FreqGen : IFrequencyGeneratorInstrument;
FreqCnt : IFrequencyCounterInstrument;
Term : ITerminalInstrument;
Switch : ICrosspointSwitchInstrument;
TermChar : Char;
function MemoryInstrument ... |
unit MsgComposerHandlerViewer;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls, TiledPanel, MultiBMPButton, StdCtrls, VisualControls,
FramedButton, OpaquePanel, GradientBox, InternationalizerComponent,
ComCtrls;
type
TMsgComposerHandlerView =
class(TVis... |
{
Clever Internet Suite
Copyright (C) 2013 Clever Components
All Rights Reserved
www.CleverComponents.com
}
unit clInternetConnection;
interface
{$I clVer.inc}
uses
{$IFNDEF DELPHIXE2}
Windows, SysUtils, Classes, SyncObjs,
{$ELSE}
Winapi.Windows, System.SysUtils, System.Classes, System.SyncObjs, System.... |
unit CacheServerReportForm;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ComCtrls, ExtCtrls, StdCtrls, SyncObjs;
type
TCacheServerReport = class(TForm)
Panel1: TPanel;
Image1: TImage;
PageControl1: TPageControl;
General: TTabSheet;
Label1: TLabel;... |
unit UAccessADGroup;
interface
uses Classes, UAccessBase, UAccessContainer;
type
TSAVAccessADGroup = class(TSAVAccessContainer)
private
FPriority: Integer;
procedure SetPriority(const Value: Integer);
protected
public
property Priority: Integer read FPriority write SetPriority;
... |
unit xn.Items;
interface
uses System.Generics.Collections, System.Generics.Defaults;
type
IxnItems<T> = interface
['{74A8B69A-6A88-4CCF-9B8B-15DDDD05EB6F}']
function GetEnumerator: TEnumerator<T>;
function Count: integer;
function ItemGet(aIndex: integer): T;
property Items[aIndex... |
unit ServiceForma;
{$I defines.inc}
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, DBCtrlsEh, Mask, StdCtrls, DBCtrls, OkCancel_frame, ExtCtrls,
DB, FIBDataSet, pFIBDataSet, DBLookupEh, Buttons, PrjConst,
FIBDatabase, pFIBDatabase, DBGridEh, CnErrorProvider... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.