text stringlengths 14 6.51M |
|---|
unit Unit_Common_Consts;
interface
resourcestring
Common_AddStud0_Text = '';
Common_AddStud1_Text = 'Навчання: Денна (безкоштовне по держ. заказу) ';
Common_AddStud2_Text = 'Навчання: Денна (платне за договором)';
Common_AddStud3_Text = 'Навчання: Денна (безкоштовне по держ. з... |
//
// Generated by JavaToPas v1.5 20160510 - 150058
////////////////////////////////////////////////////////////////////////////////
unit android.media.MediaMuxer_OutputFormat;
interface
uses
AndroidAPI.JNIBridge,
Androidapi.JNI.JavaTypes;
type
JMediaMuxer_OutputFormat = interface;
JMediaMuxer_OutputFormatC... |
unit Odontologia.Vistas.Template;
interface
uses
Data.DB,
Winapi.Windows,
Winapi.Messages,
System.ImageList,
System.SysUtils,
System.Variants,
System.Classes,
Vcl.Graphics,
Vcl.Controls,
Vcl.Forms,
Vcl.Dialogs,
Vcl.StdCtrls,
Vcl.Buttons,
Vcl.Grids,
Vcl.DBGrids,
Vcl.WinXPanels,
Vcl.E... |
unit SdStructures_U;
// Description:
// By Sarah Dean
// Email: sdean12@sdean12.org
// WWW: http://www.SDean12.org/
//
// -----------------------------------------------------------------------------
//
interface
uses
Classes, SysUtils, Windows;
const
CipherType : array[0..8] of string = ('Sum... |
unit Class_Dict;
//YXC_2010_05_08_22_50_59
//×Öµä±í
interface
uses
Classes,SysUtils,ADODB,Class_DBPool;
type
TDict=class(TObject)
public
DictIdex:Integer; //×ÖµäÐòÁÐ
DictCode:string; //×Öµä±àÂë
DictName:string; //×ÖµäÃû³Æ
DictValu:string; //×ÖµäÖµ
public
proc... |
unit UnitDebugScriptForm;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls, Grids, ValEdit, uStringUtils;
type
TDebugScriptForm = class(TForm)
ListBox1: TListBox;
Panel1: TPanel;
Button1: TButton;
Button2: TButton... |
unit TerminologyServer;
interface
uses
SysUtils, Classes, IniFiles,
AdvObjects, AdvStringObjectMatches, AdvStringLists,
KDBManager, KDBOdbcExpress,
FHIRTypes, FHIRComponents, FHIRResources, FHIRUtilities,
TerminologyServices, SnomedServices, LoincServices, UcumServices, RxNormServices,
FHIRValueSetChecker... |
unit uProducts;
interface
Type
TProducts = class
private
Fcode: string;
Fid: integer;
Fdescr: string;
Fquantity: double;
Ftax: double;
Flist_price: double;
procedure Setcode(const Value: string);
procedure Setdescr(const Value: string);
procedure Setid(const Value: integer);
... |
program Sorting;
VAR
elements : array of integer;
TYPE
{ Type of the element array. }
IntegerArray = ARRAY OF Integer;
{ Function pointer: http://www.gnu-pascal.de/gpc/Pointer-Types.html }
ProcPtr = function(left, right : integer): integer;
FUNCTION compareTo(VAR left, right : integer) : integer... |
unit TpWebVariable;
interface
uses
SysUtils, Classes,
Db, AdoDb,
ThHtmlDocument, ThHeaderComponent, ThTag,
TpControls, TpForm;
type
TTpWebVariable = class(TThHeaderComponent)
private
FDefaultValue: string;
FForm: TTpForm;
protected
procedure SetDefaultValue(const Value: string);
proce... |
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, ShellAPI, Menus, StdCtrls;
type
TForm1 = class(TForm)
Timer1: TTimer;
Label1: TLabel;
procedure Timer1Timer(Sender: TObject);
procedure FormMouseDown(Sender: TOb... |
unit Main;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs,Ini, StdCtrls, ExtCtrls,SPComm,Box,Clipbrd,StrUtils;
const
Colors : array [0.. 8] of Integer = (
clBtnFace,clRed,clFuchsia,clLime,clYellow,clTeal,clSilver,clWhite,clOlive
);
//* C... |
{***************************************************************************}
{ }
{ Spring Framework for Delphi }
{ }
{ ... |
// GLBumpmapHDS
{: Implements a HDS that automatically generates an elevation bumpmap.<p>
The object-space elevation bumpmap can be used for dynamic terrain lighting.<p>
A bumpmap texture is generated for each terrain tile, and placed into a TGLMaterialLibrary.
<b>History : </b><font size=-1><ul>
<li>22/... |
unit gr_AccList_PrintDM;
interface
uses
SysUtils, Classes, FIBDatabase, pFIBDatabase, DB, FIBDataSet,
pFIBDataSet, frxClass, frxDesgn, frxDBSet, IBase, IniFiles,
ZProc, Forms, Variants, Dates, Dialogs,
gr_uCommonLoader, gr_uCommonProc, gr_uMessage, gr_uCommonConsts,
gr_uWaitForm, FIBQuery, pFIBQuery, pFIBSt... |
unit uCS_Resources;
interface
uses Dialogs, StdCtrls, Classes, IBase, FIBDataSet, pFIBDataSet, FIBDatabase,
pFIBDatabase, IniFiles;
{Type TNamePrKViewWithFilter=(PrKViewKartkaAbit);
Type TNamePrKVuzLicense=(PrK_SP_MIN_PERELIK_SHIFR, PrK_SP_VUZ_LICENCE, PrK_SP_PLAN_NABORA,
PrK_SP_EDUCORG, ... |
//------------------------------------------------------------------------------
//GameTypes UNIT
//------------------------------------------------------------------------------
// What it does-
// Contains game related Types
//
// Changes -
// F... |
//
// Generated by JavaToPas v1.5 20180804 - 082358
////////////////////////////////////////////////////////////////////////////////
unit java.nio.file.FileSystemException;
interface
uses
AndroidAPI.JNIBridge,
Androidapi.JNI.JavaTypes;
type
JFileSystemException = interface;
JFileSystemExceptionClass = inter... |
unit Effects;
interface
uses
System.Types,
System.SysUtils,
System.Classes,
System.Math,
Winapi.Windows,
Vcl.Graphics,
Dmitry.Graphics.Types,
Scanlines,
uDBGraphicTypes,
uMemory,
uBitmapUtils;
procedure Inverse(S, D: TBitmap; CallBack : TProgressCallBackProc = nil);
proced... |
unit Unit1;
interface
uses
Winapi.Windows, Winapi.Messages,
System.SysUtils, System.Variants, System.Classes,
Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.Imaging.JPEG,
//
GLCadencer, GLTexture, GLCgShader, GLScene,
GLTerrainRenderer, GLHeightData, GLHUDObjects, //Gaps in terrain mes... |
unit uFormImportPicturesSettings;
interface
uses
Winapi.Windows,
System.SysUtils,
System.Classes,
Vcl.Graphics,
Vcl.Controls,
Vcl.Forms,
Vcl.Dialogs,
Vcl.StdCtrls,
Dmitry.Controls.Base,
Dmitry.Controls.WebLink,
uVCLHelpers,
uDBForm,
uConstants,
uSettings,
uMemoryEx... |
unit UPlayer;
interface
uses
w3system, UPlat, UGlobalsNoUserTypes;
const
MAXMOVESPEED = 5; //The maximum speed the player can move left or right
PLAYERHEAD = UGlobalsNoUserTypes.PLAYERHEAD; //Width of the player
PLAYERHEIGHT = UGlobalsNoUserTypes.PLAYERHEIGHT; //Height of the player
MAXJUMPFRAMES = 15; //Max... |
{..............................................................................}
{ Summary Server Process Report - }
{ Generate a report for all installed servers' processes. }
{ ... |
unit SettingsUnit;
// ------------------------------------
// MesoScan - Scan Settings dialog box
// ------------------------------------
// 1-6-12 MinPixelDwellTimeAdded
// 29.11.16 Lens table added
// 16.01.17 ZStage.XScaleFactor and ZStage.YScaleFactor added
// 22.03.17 USB-controlled CoolLED pE-x support added
// 1... |
unit frmJournalPedagogue;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants,
System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs,
Vcl.ExtCtrls, Vcl.StdCtrls, Vcl.Mask, Vcl.ComCtrls, dbfunc, uKernel;
type
TfJournalPedagogue = class(TForm)
Panel3: TPanel;
P... |
{$I-,Q-,R-,S-}
{Tres granjeros se levantan a las 5am cada amñana y se dirigen al establo para
ordeñar trs vacas. El primer granjero comienza a ordeñar su vaca en el tiempo
300 (medido en segundos después de las 5am) y termina en el tiempo 1000. El
segundo granjero comienza en le tiempo 700 y termina en el tiempo 1200... |
{
SuperMaximo GameLibrary : Texture class unit
by Max Foster
License : http://creativecommons.org/licenses/by/3.0/
}
unit TextureClass;
{$mode objfpc}{$H+}
interface
uses dglOpenGL;
const
TEXTURE_1D = GL_TEXTURE_1D; //A single line of colours
TEXTURE_2D = GL_TEXTURE_2D; //A regular two dimentional image
TEXTU... |
{
This demo application accompanies the article
"How to call Delphi code from scripts running in a TWebBrowser" at
http://www.delphidabbler.com/articles?article=22.
This unit defines a class that extends the TWebBrowser's external object.
This code is copyright (c) P D Johnson (www.delphidabbler.com)... |
unit ThDbEdit;
interface
uses
Classes, DB, DBCtrls,
ThInput, ThDbData;
type
TThCustomDbEdit = class(TThInput)
private
FData: TThDbData;
protected
function GetFieldName: string;
function GetDataSource: TDataSource;
procedure SetFieldName(const Value: string);
procedure SetDataSource(con... |
unit Form_Main;
// Description: Simple Hash
// By Sarah Dean
// Email: sdean12@sdean12.org
// WWW: http://www.SDean12.org/
//
// -----------------------------------------------------------------------------
//
// A simple demonstation application of how to use the hash components
interface
uses
Win... |
{
@abstract(Provides Native Format highlighters import and export)
@authors(Vitalik [2vitalik@gmail.com], Quadr0 [quadr02005@gmail.com])
@created(2005)
@lastmod(2006-06-30)
}
{$IFNDEF QSynUniFormatNativeXml}
unit SynUniFormatNativeXml;
{$ENDIF}
{$I SynUniHighlighter.inc}
interface
uses
{$IFDEF SYN_C... |
Unit ClassWatch;
{$IFDEF FPC}
{$MODE Delphi}
{$ENDIF}
Interface
Uses
Windows, IRPMonDll, Classes,
Generics.Collections, Generics.Defaults;
Type
TWatchableClass = Class
Private
FName : WideString;
FGUid : WideString;
FBeginning : Boolean;
FUpperFilter : Boolean;
FRegistered ... |
unit LrDynamicProperties;
interface
uses
SysUtils, TypInfo, Classes;
type
TLrDynamicPropertyType = ( ptString, ptEvent, ptLastType=MAXINT );
//
TLrDynamicPropertyItem = class(TCollectionItem)
private
FName: string;
FPropertyType: TLrDynamicPropertyType;
FValue: string;
FData: TPersistent;... |
unit API_ORM_GUI;
interface
uses
System.Classes,
Vcl.ExtCtrls,
Vcl.StdCtrls,
Vcl.Controls,
Vcl.Forms,
API_MVC,
API_ORM,
API_ORM_Bind;
type
/// <summary>
/// View(Form) Class in the MVC pattern with ORM bind support
/// </summary>
TViewORM = class(TViewAbstract)
private
FRememberPositi... |
{================================================================================
Copyright (C) 1997-2002 Mills Enterprise
Unit : rmGlobalComponentHook
Purpose : Provides a standard stack type interface to the rmControls that
descend from TComponent and that hook their owners WndProc. This
... |
//**************************************************************************************************
//
// Unit uUpdatesChanges
// unit for the Delphi Dev Shell Tools
// https://github.com/RRUZ/delphi-dev-shell-tools
//
// The contents of this file are subject to the Mozilla Public License Version 1.1 (the "Licen... |
unit pkcs11_library;
interface
uses
Sysutils,
Classes,
pkcs11t,
pkcs11f,
pkcs11_api,
pkcs11_slot,
pkcs11_slot_event_thread;
const
PKCS11_USER_CANCELED = '<CANCELED>';
type
{$TYPEINFO ON} // Needed to allow "published"
TPKCS11Library = class(TPKCS11API)
private
FDLLHandl... |
//Даны три одномерных массива a, b и c разного размера.
//Для каждого из этих массивов сформировать массив, содержащий номера элементов исходного массива,
//которые меньше половины среднего арифметического значений исходного массива.
//Для формирования массива из номеров элементов, меньших половины среднего арифмет... |
unit BCEditor.Lines;
interface {********************************************************************}
uses
SysUtils, Classes, Generics.Collections, RegularExpressions,
Graphics, Controls,
BCEditor.Utils, BCEditor.Consts, BCEditor.Types;
type
TBCEditorLines = class(TStrings)
protected type
T... |
{-------------------------------------------------------------------------------
Copyright 2012 Ethea S.r.l.
Licensed under the Apache License, Version 2.0 (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.apa... |
unit ChainsawFiler;
{
Interface to XML files in Log4D format (see log4d.dtd).
Written by Keith Wood (kbwood@iprimus.com.au)
Version 1.0 - 19 September 2003.
}
interface
uses
Classes, SysUtils, DBClient, Log4D, Log4DXML, ComObj, ActiveX, MSXML2_TLB;
{ Load a file in standard XML logging format into the data... |
//
// Generated by JavaToPas v1.4 20140515 - 181839
////////////////////////////////////////////////////////////////////////////////
unit android.text.style.SuggestionSpan;
interface
uses
AndroidAPI.JNIBridge,
Androidapi.JNI.JavaTypes,
Androidapi.JNI.os,
Androidapi.JNI.GraphicsContentViewText,
android.text.... |
unit DataRW;
//
// PHOLIAGE Model, (c) Roelof Oomen, 2006-2007
//
// Data Reading and Writing classes
//
interface
uses
LCLIntf, LCLType, Variants, Classes, fpspreadsheet,
Ellipsoid_Integration, UExcel;
type
TMyCSV2=class
private
m_RowCount,
m_ColCount : Integer;
... |
unit MovimentoRepository;
interface
uses BasicRepository, System.Generics.Collections, System.SysUtils, TurnoVO,
OperadorVO, MovimentoVO, SuprimentoVO, SangriaVO, MovimentoFechamentoVO,
TipoImpressaoVO, ImprimirVO, ViewImprimirVO, ViewVendaVO, Nfc01VO, Nfc02VO,
TerminalVO, PessoaVO, VendedorVO;
type
TMovimen... |
unit InflatablesList_HTML_NamedCharRefs;
{$INCLUDE '.\InflatablesList_defs.inc'}
interface
uses
AuxTypes;
type
TILHTMLNamedCharRef = record
Name: UnicodeString;
CodePointA: UInt32;
CodePointB: UInt32;
end;
const
IL_HTML_NAMED_CHAR_REF_MAXLEN = 33; // max length of name in the following ta... |
{
ID: Reinier C‚sar Mujica Hern ndez
PROG: bigfact
GRADO: 11
CENTRO: IPVCE "Ernesto Guevara"
}
{Problema 12: Max Factor [Hal Burch, 2005]
Para mejorar la organización de su granja, el Granjero Juan rotula
cada una de sus N (1 <= N <= 5,000) vacas con un número serial
distinto en el rango 1..20,000. Desafortunad... |
unit LIB.List0;
interface //#################################################################### ■
uses LIB;
type //$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$【型】
//$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$【インタフェース】
IItem0 = interface;
/... |
Program matriz_exemplo_2 ;
var
matriz: array[1..5, 1..5] of integer;
vetor: array[1..5] of integer;
criador_de_valores: integer;
lin, col, soma: integer;
Begin
criador_de_valores := 1;
soma := 0;
//Criando a matriz
for lin:= 1 to 5 do
begin
for col:= 1 to 5 do
begin
matriz[lin,c... |
unit MainFormaN35;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs,IBase, StdCtrls, cxLookAndFeelPainters, frxDesgn, frxClass, DB,
FIBDataSet, pFIBDataSet, frxDBSet, FIBDatabase, pFIBDatabase, cxButtons,
cxControls, cxContainer, cxEdit, cxLabel, ActnList, ComC... |
unit htLayout;
interface
uses
Windows, SysUtils, Types, Classes, Controls, Graphics,
htInterfaces, htMarkup;
type
ThtCustomLayout = class(TCustomControl, IhtGenerator)
protected
procedure AlignControls(AControl: TControl; var Rect: TRect); override;
procedure GenerateCtrl(inMarkup: ThtMarkup;
... |
unit EditBone.Types;
interface
uses
System.Classes;
type
TOpenAllEvent = procedure(var AFileNames: TStrings);
TOutputRec = packed record
Level: Byte;
Filename: string;
Line: LongInt;
Character: LongInt;
TextCharacter: LongWord;
Text: string;
SearchString: string;
... |
unit ClientPipe1;
interface
uses Windows, Messages,
util1;
procedure SendToPipe;
implementation
procedure SendToPipe;
var
fSuccess:BOOL;
cbRead, cbWritten, dwMode:Dword;
st:string[19];
ok:boolean;
const
lpszPipename:string = '\\.\pipe\mynamedpipe';
hPipe:Thandle=0;
Connected:boolean=fal... |
unit uAdditionalPageFrame;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, uAdditionalPageData, uFormControl, uFControl, SpFormUnit,
uLabeledFControl, uCharControl, ComCtrls, uIntControl, uSpravControl,
uEnumControl, uDateControl, Buttons, SpCommon,... |
{*****************************************************************}
{ ceosconsts is part of Ceos middleware/n-tier JSONRPC components }
{ }
{ Beta version }
{ ... |
unit readthread;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, threads, callstack,
Ultibo, GlobalConst;
type
TReadThread = class(TThread)
protected
FActive: boolean;
FRecordSize : Longword;
FBytesRead : Longword;
FFirstMessageSent : Boolean;
FRecordBufferP : pchar;
FUpdateBuf... |
unit ibSHWizardViewFrm;
interface
uses
SHDesignIntf, ibSHDesignIntf, ibSHDDLWizardCustomFrm,
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, SynEdit, pSHSynEdit, StdCtrls, ExtCtrls, ComCtrls, StrUtils;
type
TibSHWizardViewForm = class(TibSHDDLWizardCustomForm)
... |
/// Модуль LightPT автоматической легковесной проверки заданий
unit LightPT;
{$reference System.Net.Http.dll}
{$reference System.Security.dll}
interface
{==============================================================}
{ Класс для формирования вывода }
{=================================... |
unit MVVM.Bindings.LiveBindings;
interface
uses
System.Classes,
System.TypInfo,
System.SysUtils,
System.Generics.Collections,
System.RTTI,
System.Bindings.Expression, System.Bindings.Helper,
System.Bindings.EvalProtocol, System.Bindings.Outputs,
Data.DB,
System.Actions,
Spring.Collections,
... |
namespace Filefind;
{ RemObjects Oxygene Sample application
This application lists all files in the current directory and
in all subdirectories of current directory, that satisfy to the given mask.
}
interface
uses System.*;
type
ConsoleApp = static class
private
class method Shorten(aFolderName: Stri... |
// Copyright (c) 2009, ConTEXT Project Ltd
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
//
// Redistributions of source code must retain the above copyright notice, this list of condition... |
// Copyright (c) 2009, ConTEXT Project Ltd
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
//
// Redistributions of source code must retain the above copyright notice, this list of condition... |
unit Coche.Types;
interface
type
RCoche = record
ID: Integer;
Nombre: string;
Imagen: TObject;
Dueño: Integer;
end;
TNotify_Coche = procedure(const AData: RCoche) of object;
implementation
end.
|
unit ideSHDesignIntf;
interface
uses
SysUtils, Classes, Controls, Contnrs, StdCtrls, ComCtrls, Menus, ActnList,
SHDesignIntf, SHDevelopIntf;
type
IideBTMain = interface
['{55860B04-61BF-42FC-9D5A-F8321A8BA0F5}']
{ Functions for MainMenu properties
}
function GetCanNew: Boolean;
... |
program prova04;
uses crt;
type
data=record
ano:integer;
mes:integer;
dia:integer;
end;
procedure atribui(var x:data); {procedure que atribui uma data (usuario - input)}
begin
writeln('Data para verificar:');
writeln('ano:'); readln(x.ano); {ano}
writeln('mes:'); readln(x.mes); {mes}
writeln('di... |
unit uDepartmentGroup;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, Grids, DBGrids, Buttons, ExtCtrls, DB, IBCustomDataSet, IBQuery,
PersonalCommon, SpCommon, DepartmentsViewUnit;
type
TfmDepartmentsGroup = class(TForm)
TopPanel: TPanel;
... |
unit FMX.MaterialIconsFont;
{
Material Design Icons 3.0.1
https://material.io/icons/
Based on FMX.FontAwesome by ZuBy, 2017
https://github.com/rzaripov1990/FMX.FontAwesome
}
interface
uses
FMX.Types, FMX.FontGlyphs, System.SysUtils
{$IFDEF ANDROID}
, FMX.FontGlyphs.Android
{$ENDIF};
const
{$IF... |
unit InflatablesList_ItemShopParsingSettings_IO;
{$INCLUDE '.\InflatablesList_defs.inc'}
interface
uses
Classes,
AuxTypes,
InflatablesList_ItemShopParsingSettings_Search;
const
IL_SHOPPARSSETT_SIGNATURE = UInt32($53524150); // PARS
IL_SHOPPARSSETT_STREAMSTRUCTURE_00000000 = UInt32($00000000);
IL_SHOPP... |
// ***************************************************************
// madGraphics.pas version: 1.0 · date: 2001-03-04
// -------------------------------------------------------------
// gray scaling, smooth stretching, alpha blending, ...
// ------------------------------------------------------------... |
PROGRAM TMM;
CONST
UpperPos = 3;
LowerPos = 1;
DefaultMorris = '.';
XMorris = 'X';
OMorris = 'O';
TYPE
Board = ARRAY[LowerPos..UpperPos] OF ARRAY[LowerPos..UpperPos] OF CHAR;
PROCEDURE InitBoard(VAR board: Board);
VAR
i, j: INTEGER;
BEGIN
FOR i := LowerPos TO UpperPos DO BEGIN
FOR j := LowerPos TO... |
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls, NtBase;
type
TForm1 = class(TForm)
LanguageGroup: TRadioGroup;
NameGroup: TRadioGroup;
Label1: TLabel;
procedure FormCreate(Sender: TObject);
procedure Language... |
unit SysInfo;
// CPU detection code adapted from http://www.bvbcode.com/code/06qjxeis-1648646
interface
const
CPU_TYPE_INTEL = 1;
CPU_TYPE_AMD = 2;
VendorIDIntel: array [0..11] of Char = 'GenuineIntel';
VendorIDAMD: array [0..11] of Char = 'AuthenticAMD';
type
TSysInfo = class
... |
unit uPrintGuideReceipt;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ExtCtrls, Db, DBTables, ComCtrls, ADODB, siComp, siLangRT,
PaiDeForms;
type
TPrintGuideReceipt = class(TFrmParentForms)
lblPrint: TLabel;
pnlPrinter: TPanel;
AniPrint: TAnim... |
unit DSA.Tree.PriorityQueue;
{$mode objfpc}{$H+}
interface
uses
Classes,
SysUtils,
DSA.Interfaces.Comparer,
DSA.Interfaces.DataStructure,
DSA.Tree.Heap;
type
TQueueKind = (Min, Max);
{ TPriorityQueue }
generic TPriorityQueue<T, TComparer> = class(TInterfacedObject,
specialize IQueue<T>)
pri... |
unit uModelBaseTypeIntf;
interface
uses DBClient, uParamObject, uBaseInfoDef, uModelBaseIntf;
type
IModelBaseTypeItype = interface(IModelBaseType) //基本信息编辑框-加载包
['{9743BAEE-5ADD-459E-8DFC-1168B55FDDDE}']
end;
IModelBaseTypePtype = interface(IModelBaseType) //基本信息编辑框-商品
['{759C8A8C-D902-4766-A655-450F8... |
unit uUtils;
{*******************************************************************************
* *
* Название модуля : *
* ... |
UNIT Mean4;
INTERFACE
// USES...
// TYPE
// Date = RECORD
// END;
// PROCUDRE....
{* Computes mean value of a sequence of numbers using an internal state. *}
{* IN nex: Next number in sequence to compute mean value for *}
{* OUT newMean: New mean value after considering "next". *}
{* RETURNS: .. *}
{* REF: .... |
unit txTerms;
interface
uses Windows, WikiEngine_TLB, Classes, txDefs;
type
TTermStore=class(TObject)
private
FEnabled:boolean;
FInitError:string;
FInitTimeMS:integer;
FEngine:IEngine;
FList:TStringList;
FCurrentDomain:integer;
FCurrentSource:string;
FRenderLock:TRTLCriticalSe... |
unit gsF_Memo;
{-----------------------------------------------------------------------------
dBase III/IV & FoxPro Memo File Handler
gsF_Memo Copyright (c) 1996 Griffin Solutions, Inc.
Date
4 Apr 1996
Programmer:
Richard F. Griffin ... |
unit uGeraSQL_Controller;
interface
uses uGeraSQL_Interface, Vcl.StdCtrls;
Type
TController_GeraSQL = class(TinterfacedObject, iController_GeraSQL)
Fcolunas: TMemo;
FTabela: TMemo;
FCondicao: TMemo;
class function New: iController_GeraSQL;
function SetColunas(Colunas: TMemo): iCont... |
unit ugerador_aleatorio;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, ExtCtrls,
StdCtrls, ComCtrls, Grids, CheckLst
;
// Este registro guarda a informação do jogo escolhido, a quantidade de números jogados
// e a quantidade de volantes jogados.
type
T... |
{*
FtermSSH : An SSH implementation in Delphi for FTerm2 by kxn@cic.tsinghua.edu.cn
Cryptograpical code from OpenSSL Project
*}
unit sshmd5;
interface
uses SSHHash;
type
MD5CTX = record
Data: array[1..23] of integer;
end;
PMD5CTX = ^MD5CTX;
TSSHMD5 = class(TSSHHash)
protecte... |
unit OldNodes;
interface
uses
SysUtils, Types, Graphics,
Style, Layout, Render3;
type
TCustomNode = class(TNode)
protected
function CreateRenderer: TRenderer; virtual;
procedure Paint(inCanvas: TCanvas; inRect: TRect); virtual;
public
procedure Render(inBox: TBox; inCanvas: TCanvas;
inRe... |
unit SimpleLED;
interface
uses
System.SysUtils, System.Classes, Vcl.Controls, Vcl.Graphics;
type
TSimpleLEDIndicator = class(TGraphicControl)
private
fColor: TColor;
procedure SetColor(NewColor: TColor);
protected
procedure Paint; override;
procedure DrawIndicator(NewColor: TColor);
public
... |
unit uFrmChoosePrice;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, PAIDETODOS, siComp, siLangRT, StdCtrls, LblEffct, ExtCtrls,
cxStyles, cxCustomData, cxGraphics, cxFilter, cxData, cxEdit, DB,
cxDBData, cxGridLevel, cxClasses, cxControls, cxGridCustomView,... |
unit uDlgObjectsForDocs;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, uBASE_DialogForm, Menus, cxLookAndFeelPainters, StdCtrls,
cxButtons, ExtCtrls, uFrameObjectList, cxTextEdit, uCashDataSource,
cxClasses, cxGridCustomTableView, cxGridTableView, c... |
unit pSHReplaceTextFrm;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, pSHFindTextFrm, Menus, ExtCtrls, StdCtrls, Buttons,
pSHIntf;
type
TpSHReplaceTextForm = class(TpSHFindTextForm)
cbPromtOnReplace: TCheckBox;
cbReplaceText: TComboBox;... |
unit HVABank;
interface
uses HVA, Voxel, HVABankItem, SysUtils;
type
THVABank = class
private
Items : array of THVABankItem;
// Constructors and Destructors
procedure Clear;
// Adds
function Search(const _Filename: string): integer; overload;
... |
{===============================================================================
RadiantMediaPlayerConfigForm Unit
Radiant Shapes - Demo Source Unit
Copyright © 2012-2014 by Raize Software, Inc. All Rights Reserved.
Modification History
-------------------------------------------------------------... |
{*******************************************************************************
Title: T2TiPDV
Description: DataModule
The MIT License
Copyright: Copyright (C) 2014 T2Ti.COM
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files... |
unit o_addison;
interface
uses Classes, SysUtils, StdCtrls, IBDatabase, IBQuery,
sdfdata,
addisonbasics_TLB, afibu_TLB,
o_stammdaten, o_fibu_stamm, o_fibuexport;
const KundenSchema : array[0..22] of string = (
'SATZART', 'KONTO', 'BEZEICHNUNG', 'STRASSE', 'LAND',
... |
{
Laz-Model
Copyright (C) 2002 Eldean AB, Peter Söderman, Ville Krumlinde
Portions (C) 2016 Peter Dyson. Initial Lazarus port
This program 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 Foundation; either versi... |
unit uNCreateXML;
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.FileCtrl, ShlwApi, Xml.XMLIntf, Xml.XMLDoc, Vcl.ExtCtrls;
type
TUpdateFile = class(TInterfacedObject)
priva... |
(*
* FPG EDIT : Edit FPG file from DIV2, FENIX and CDIV
*
*
* This program 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 Foundation; either version 2 of the License, or
* (at your option) any later v... |
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, DSPack, StdCtrls, Buttons, DirectShow9, DSUtil, Math,
ComCtrls;
type
THSV = record // hue saturation value (HSV)
Hue , Sat , Val : Double;
end;
type
TForm1 = class(TForm)... |
{Delphi 16/256-Color PCX Reader Support objects}
{copyright 1998, MDRUtils(tm) Mark D. Rafn}
// **************************************************************************
// NOTE: Range Checking is turned off due to Borland zero length array types
// procedures needing this directive are labeled if you want ... |
unit VendaRepository;
interface
uses BasicRepository, System.Generics.Collections, System.SysUtils, CartaoVO,
PessoaVO, VendaVO, VendaItemVO, VendaRecebimentoVO, ContaReceberVO,
CartaoRecebimentoVO, EsperaItemVO, EsperaVO;
type
TVendaRepository = class(TBasicRepository)
class function getCartao: TList<TCar... |
program GameMain;
uses SwinGame, sgTypes, math, sysutils, Crt, strutils;
type
AlbumImage = record
imgLocX, imgLocY : Integer;
rectLocX, rectLocY : Integer;
rectWidth, rectHeight : Integer;
rectColor : Color;
imagePath : String;
image : Bitmap;
end;
MenuLocat... |
{===============================================================================
TQQWry
Class with QQWry.DAT - by 冷风 (coldwind@citiz.net)
Status: Freeware
Compiler: Delphi4, Delphi5, Delphi6, Delphi7
Version: 1.0
Lastdate: 19 March 2005
Url: http://51tec.vicp.net/
在此unit中,实现了对于纯真网络(www.cz88.net)... |
unit userscript;
uses mteFunctions;
uses userUtilities;
const
target_filename = 'Deadly Wenches - Less Wenches Patch.esp';
lvln_entries = 2;
var
slMasters : TStringList;
target_file, skyrimFile, dwFile : IInterface;
//-------------------------------------------------------------------------... |
unit Invoice.Controller.Facade;
interface
uses
Invoice.Controller.Interfaces, Invoice.Model.Interfaces;
type
TControllerGeneralFacade = class(TInterfacedObject, iControllerModelFacade)
private
FAppInfo: iControllerAppInfoFactory;
FWinInfo: iControllerWinInfoFactory;
FChar... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.