text stringlengths 14 6.51M |
|---|
unit ExecutorScheduled;
////////////////////////////////////////////////////////////////////////////////
//
// Description£º Executor Scheduled Interface
// Author£º lksoulman
// Date£º 2017-5-1
// Comments£º {Doug Lea thread}
//
//////////////////////////////////////////////////////////////////////////... |
unit PXL.Displays.SSD1306;
{
This file is part of Asphyre Framework, also known as Pascal eXtended Library (PXL).
Copyright (c) 2000 - 2015 Yuriy Kotsarenko
This program 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... |
unit RepositorioPedido;
interface
uses
DB,
Auditoria,
Repositorio;
type
TRepositorioPedido = class(TRepositorio)
protected
function Get (Dataset :TDataSet) :TObject; overload; override;
function GetNomeDaTa... |
// HamdaniF
// 4-9-2018
// AksiChef - final
unit aksiChef;
interface
uses
tipe,aksiSimulasi,aksiBahan;
procedure makan ();
{menambah energi sebanyak 3 buah, namun maksimum dalam 1 hari hanya boleh 3x makan}
procedure istirahat();
{menambah energi sebanyak 1 buah, maksimum dalam 1 hari hanya boleh i... |
unit MFUnsaturatedZoneFlow;
interface
uses ANE_LayerUnit, SysUtils, MFGenParam;
Type
TUzfSaturatedKz = class(T_ANE_LayerParam)
class Function ANE_ParamName : string ; override;
function Units : string; override;
function Value : string; override;
end;
TUzfBrooksCoreyEpsilon = class(T_ANE_LayerPara... |
{
Редактирование источника для экспорта
v0.0.2 (01/09/06)
}
unit ExportSourcePage;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, CheckLst, Buttons, SClasses, PageDlg;
type
TfrmExportSourcePage = class(TPageForm)
lbList: TCheckListBox;
... |
unit framePeriodo;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes,
Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, Vcl.Mask, Vcl.Imaging.pngimage, Vcl.ExtCtrls;
type
TPeriodo = class(TFrame)
grpPeriodo: TGroupBox;
Label6: TLabel;
L... |
unit SMS_XTerms;
interface
uses
SysUtils, Classes,
SMS_DateTimeDS;
type
TSXTerms = class
private
FOnAddBefore: TNotifyEvent;
//FQuotePlate : TQuotePlate;
FDataList : TCDataList2;
//FLastDefineTime : TDateTime;
FOnBeforeInstrumentChange: TNotifyEvent;
FOnAfterInstrumentChange: TNot... |
unit DW.BarcodeReader.iOS;
{*******************************************************}
{ }
{ Kastri }
{ }
{ Delphi Worlds Cross-Platform Library ... |
unit _grpMon;
interface
uses
RCore, RUtils,
TypInfo,
Graphics, Controls, ExtCtrls, ComCtrls, Buttons, Menus;
type
TGroupMonitor = class(TRPropertyMonitor)
private
FGroupBtn: TControl;
FPopupMenu: TPopupMenu;
procedure ClickHandler(Sender: TObject);
procedure EnableButton(Ena... |
{*********************************************************************** }
{ File: VTPropEdit.pas }
{ }
{ Purpos... |
unit RWPFormController;
interface
uses
System.Classes, System.SysUtils, System.UITypes, FMX.Forms, FMX.Types,
RWPInterface;
type
TRWPFormController = class
private
FForm: IRadioWebPlayer;
FIndexRadio: Integer;
FCompactView: Boolean;
FTelaInicializada: Boolean;
procedure Set... |
unit EspecificacaoTransportadoraComCodigoIgualA;
interface
uses
Especificacao;
type
TEspecificacaoTransportadoraComCodigoIgualA = class(TEspecificacao)
private
FCodigo :Integer;
public
constructor Create(const Codigo :Integer);
public
function SatisfeitoPor(Transportadora :TObject) :Boolean;... |
unit AnonCommand;
interface
{x$DEFINE ANON_SYNC_EXEC}
uses
betterobject, debug, System.Classes, System.SysUtils, System.Generics.Collections, better_collections, typex, systemx, managedthread, commandprocessor, numbers, backgroundcommandprocessor;
type
EAnonymousThreadException = class(Exception);
Tcmd_Test ... |
PROGRAM FormatPoem(INPUT, OUTPUT);
USES CRT;
CONST
MinLine_InCouplet = 0;
MaxLine_InCouplet = 4;
VAR
NumberLine: INTEGER;
Ch: CHAR;
F: TEXT;
NeedIdent, FirstCharInLine: BOOLEAN;
PROCEDURE UpperCase(VAR Data: CHAR);
BEGIN
CASE Data OF
'a': Data := 'A';
'b': Data := 'B';
'c': Data := ... |
unit HTTPJSON;
interface
uses System.SysUtils, IdHTTP, REST.types, System.JSon, IdSSLOpenSSL, System.Classes, dialogs;
type
THTTPJSON = class
private
FIdHTTP: TIdHTTP;
FIdSSL: TIdSSLIOHandlerSocketOpenSSL;
FURLBase :String;
public
function Put(url, json :String) :String;
function Post(url,... |
unit dmx_timeline;
interface
uses
generictimeline, classes, stringx, typex, sysutils, graphics, numbers;
const
TL_COLORS: array of TColor = [clRed, clLime, clBlue, clFuchsia, clYellow, claqua, clGray];
type
TDMXTimeLine = class(TTimeLine)
public
procedure LoadfromScript(s: string);overload;
procedure... |
unit UPedidoRepositoryImpl;
interface
uses
UPedidoRepositoryIntf, UPizzaTamanhoEnum, UPizzaSaborEnum, UDBConnectionIntf, FireDAC.Comp.Client,TypInfo;
type
TPedidoRepository = class(TInterfacedObject, IPedidoRepository)
private
FDBConnection: IDBConnection;
FFDQuery: TFDQuery;
public
procedure efe... |
unit Posix.ffmpeg.libavutil.log;
(*
* Lagged Fibonacci PRNG
* Copyright (c) 2008 Michael Niedermayer
*
* 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; ... |
unit PumpLockMgr;
interface
uses
Classes,
ExtCtrls, // TTimer
ClientLF,
PumpLockSup,
LatTypes,
PumpXIcon;
type
TPumpLockMgr = class(TComponent)
FClient : TClientLF;
Timer : TTimer;
private
FTermNo : shortint;
FPumps : TPumpArray;
procedure ConnectEvent(Sender : TObject);
proce... |
unit UTofBaseEtats;
interface
uses StdCtrls,Controls,Classes,forms,sysutils,ComCtrls,AGLInit,SaisUtil,
{$IFDEF EAGLCLIENT}
eMul,eQrs1,
{$ELSE}
{$IFNDEF DBXPRESS} dbTables, {$ELSE} uDbxDataSet, {$ENDIF} db,Mul,Qrs1,
{$ENDIF}
HPanel,uTofAfBaseCodeAffaire,
HCtrls,HEnt1,HMsgBox,UTOF, FactUtil,
Af... |
unit About;
interface
uses Windows, SysUtils, Classes, Graphics, Forms, Controls, StdCtrls,
Buttons, ExtCtrls;
type
TAboutBox = class(TForm)
Panel1: TPanel;
ProgramIcon: TImage;
ProductName: TLabel;
Version: TLabel;
Copyright: TLabel;
Comments: TLabel;
OKButton: TButton... |
unit GnvHstry;
interface
uses
SysUtils, Classes;
type
TGnvHistoryChangeEvent = procedure of object;
TGnvHistoryFreeEvent = procedure(Data: Pointer) of object;
TGnvHistoryRedoEvent = procedure(Data: Pointer; var Flag: Boolean) of object;
TGnvHistoryUndoEvent = procedure(Data: Pointer; var Flag: Boolean) of... |
// Project: FTEditor (Fielded Text Editor)
// Licence: Public Domain
// Web Home Page: http://www.xilytix.com/FieldedTextEditor.html
// Initial Developer: Paul Klink (http://paul.klink.id.au)
unit Xilytix.FTEditor.NumberStylesForm;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, ... |
unit Self_CRC_Check_MainFormUnit;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TForm1 = class(TForm)
Label1: TLabel;
procedure FormCreate(Sender: TObject);
private
public
{ Public declarations }
end;
var
... |
unit FileExtRegisteration;
interface
uses Windows, Dialogs, Controls, Registry;
procedure UnregisterFileExtension;
procedure RegisterFileExtension;
implementation
procedure UnregisterFileExtension;
var
Reg: TRegistry;
begin
if MessageDlg('関連付けを解除してよろしいですか?',
mtConfirmation, mbOK... |
unit LazySpring4D.Lazy;
interface
uses
System.SysUtils,
Spring;
type
TLazyObj = class
constructor Create;
destructor Destroy; override;
procedure DoSomething;
end;
ILazyInt = interface['{E56A0AF5-FE16-4B8B-A69C-DC66BD6EDAF3}']
procedure DoSomething;
end;
TLazyOwner = class
strict pr... |
unit Mapa;
interface
uses SysUtils, Contnrs, PedidoMapa;
type
TMapa = class
private
Fcodigo: Integer;
FNumero_mapa: integer;
Fcriacao: TDateTime;
Ffinalizado: String;
FPedidos :TObjectList;
function GetPedidos: TObjectList;
public
property codigo :Integer read Fcod... |
//////////////////////////////////////////////////////////////////////////////
//
// Unit: cachestream
//
//
//
//////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2008 NikaSoft. All rights reserved.
// Author: A.V.Nikulitsa
//
// site: htt... |
unit DevTransp;
interface
uses Windows, CommlibNew, ConnTypes;
const WorkPort:TComPort=Nil;
WorkPortName:string='';
ConfigSign=$13E2539B;
SendPacketStatus:byte=$80;
SrcAddr=0;
TryCount=1;
DestAddr:word=$FFFF;
ecOK=$00;
ecBadCommand=$01;
ecParamError=$02;
... |
unit CustomChildProcess;
interface
uses
System.Classes,
LoggerInterface;
type
TCustomChildProcess = class(TComponent)
private
protected
fFunct : pLoggerFunct;
procedure AfterCreate;virtual;
procedure BeforeDestroy;virtual;
public
constructor Create(AOwner : TComponent; AFunct : p... |
program DemoListNine;
{demls9 - extending the LinkListOBJ object}
Uses DOS, CRT,
totFAST, totLINK, totLIST, totSTR, totMSG;
Type
NewListLinkOBJ = object (ListLinkOBJ)
{Methods...}
constructor Init;
function MessageTask(HiPick:longint):string; VIRTUAL;
function CharTask(var... |
unit mCoverSheetDisplayPanel_CPRS_Vitals;
{
================================================================================
*
* Application: CPRS - CoverSheet
* Developer: dan.petit@med.va.gov
* Site: Salt Lake City ISC
* Date: 2015-12-21
*
* Descriptio... |
unit DeclutterUnit;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, Buttons, ArgusDataEntry, AnePIE, Math;
type
TDeclutterForm = class(TForm)
Label1: TLabel;
adeDesSpacing: TArgusDataEntry;
BitBtn1: TBitBtn;
BitBtn2: TBitBtn;
Label2: TLabel... |
unit DataBase.JDbDataReader;
interface
uses Classes, SysUtils, System.Interfaces, System.Base,System.Common ,DataBase.Interfaces;
type
JDbDataReader = class(TJComponent, IDbDataReader, Iterator)
private
FReader: TObject;
FIndex: integer;
FClose: Boolean;
FRow: TObject;
functio... |
unit ElementParseInternalLink;
interface
uses
BaseParser;
type
TElementParseInternalLink = class(TBaseParser)
private
procedure ParseLanguageElements;
protected
procedure AdjustBoundaries; override;
function DoExecute: AnsiString; override;
end;
implementation
uses
SysUti... |
{$include opts.inc}
unit rox_win;
interface
uses
ctypes, Windows, USystem, Errors, DynamicLoader, UMath, Utils, Human, Windowing, Input, GLUtils, Audio, rox_state, rox_paths;
function ShrinkToAspect(const size, aspect: UintVec2): UintVec2;
procedure Warning(const msg: string);
const
ScreenAspect: Ui... |
// The code below is based on RTTI.pas Delphi XE5.
// Added extra parameter ByRefs.
unit PAXCOMP_ARM;
interface
uses
TypInfo, RTTI;
function Invoke(CodeAddress: Pointer;
const Args: TArray<TValue>;
const ByRefs: TArray<Boolean>;
CallingConvention: TCallConv... |
unit AwImageGridEdit;
interface
uses
DesignEditors, DesignIntf, SysUtils, Forms, FileCtrl, Windows, Dialogs;
type
TPathProperty = class(TStringProperty)
public
procedure Edit; override;
function GetAttributes: TPropertyAttributes; override;
end;
implementation
{ TPathProperty }
r... |
unit ColorManager;
// 着色情報を管理するためのクラス.
// 同時に,メインフォームのカラーパレットの内容も管理する.
// Undo機能も実装している.
interface
uses
Types, Classes, Graphics, ExtCtrls, Constants,
DateUtils, UndoBuffer, CalendarAction,
CalendarCallback, ColorPair;
type
TPaintColorManager = class
private
FDefaultBackColor: TColor;
... |
{*******************************************************************************
* *
* Author: Reonid *
* Categoty: vector graphic ... |
unit SearchPage;
interface
uses
Entity, TypesConsts;
type
TSearchPage = class(TEntity)
private
FLink: string;
FBody: string;
FTitle: string;
public
class var
Tok_Title: TEntityFieldNamesToken;
Tok_Body: TEntityFieldNamesToken;
Tok_Link: TEntityFieldNamesToke... |
unit Unit1;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.Tabs, Vcl.StdCtrls,
DW.Swizzler.Win;
type
TForm1 = class(TForm)
TabSet1: TTabSet;
Button1: TButton;
Memo1: TMemo;
... |
unit DW.OSDevice.Mac;
{*******************************************************}
{ }
{ Kastri }
{ }
{ Delphi Worlds Cross-Platform Library }
... |
unit ConnectionsView;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, BaseView, DBUtils;
type
TConnectionListener = procedure(pConnectionHolder: TConnectionHolder);
{ IConnectionsView }
IConnectionsView = interface(IBaseView)
['{0322AA84-AE7A-4955-A4C0-B2193B798727}']
procedure Reload;
... |
unit MoonPosition;
{This is a complete rewrite of the old M&P-based Position.PAS unit returning
positions of the sun, moon, planets and stars based on G.H. Kaplan's NOVAS
astrometric routines, which, in turn use the JPL_Ephemeris for solar-system
positions.
... |
unit BaseCacheImpl;
////////////////////////////////////////////////////////////////////////////////
//
// Description£º BaseCache Implementation
// Author£º lksoulman
// Date£º 2017-8-11
// Comments£º
//
////////////////////////////////////////////////////////////////////////////////
interface
uses
Ms... |
{
Copyright (C) 2013-2023 Tim Sinaeve tim.sinaeve@gmail.com
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.apache.org/licenses/LICENSE-2.0
Unless required by a... |
unit Compressor_Simple;
interface
uses
typex, systemx, numbers;
CONST
COMP_ZEROS = $40;
COMP_REPEAT = $00;
COMP_LITERAL = $80;
COMP_STRIDE = $C0;
type
TCompRec = record
reps: ni;
value: byte;
procedure Init;
procedure Step;
end;
PCompRec = ^TCompRec; //pointer to TCompRec type defin... |
unit PXL.Sensors.Types;
{
This file is part of Asphyre Framework, also known as Pascal eXtended Library (PXL).
Copyright (c) 2000 - 2015 Yuriy Kotsarenko
This program 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 So... |
unit Migrations.Migration;
interface
uses System.SysUtils, System.Generics.Collections, Migrations.Intf, Migrations.Common;
type
TDMigration = class(TInterfacedObject,IDMigration)
strict private
type
TTableInfo = record
Table : IDMigrationTable;
Mode : TDMigrationObjectMode;
end;
... |
(*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ma... |
unit Posix.ffmpeg.libavutil.tea;
(*
* A 32-bit implementation of the TEA algorithm
* Copyright (c) 2015 Vesselin Bontchev
*
* 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 ... |
unit HST3DPostProcessingLayers;
interface
uses ANE_LayerUnit;
type
THST3DPostProcessChartLayer = Class(T_ANE_MapsLayer)
class Function ANE_LayerName : string ; override;
end;
THST3DPostProcessDataLayer = Class(T_ANE_DataLayer)
class Function ANE_LayerName : string ; override;
end;
const
kDataLayerNam... |
unit UserCacheCfgImpl;
////////////////////////////////////////////////////////////////////////////////
//
// Description£º UserCacheCfg Implementation
// Author£º lksoulman
// Date£º 2017-7-23
// Comments£º
//
////////////////////////////////////////////////////////////////////////////////
interface
use... |
{ Copyright (c) 2007-2011 Jeroen Wiert Pluimers for BeSharp.net and better office benelux.
Full BSD License is available at http://besharp.codeplex.com/license and http://bo.codeplex.com/license }
unit LoggersUnit;
interface
uses
ReporterUnit,
ReportingLoggerUnit,
Classes;
type
TConsoleLogger =... |
unit customdialog_u;
interface
uses
Dialogs, Forms, Graphics, StdCtrls;
function MessageDlgCustom(const Msg: string; DlgType: TMsgDlgType;
Buttons: TMsgDlgButtons; ToCaptions: array of string;
customFont: TFont) : integer;
procedure ModifyDialog(var frm: TForm; ToCaptions : array of string;
customFo... |
unit BridgeMain;
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
TfrmBridge = class(TForm)
btnRectGUI: TButton;
btnRectASCII: TButton;
outGUI: TImage;
outASCII:... |
unit H_ClockError;
{Reduced version for use with H_Terminator. 9/12/06}
interface
type
{Note: a LinearCalFile is a two column text file representing clock calibration data.
The first column is the Modified Julian Data (MJD) of the calibration and the
second column is the result (Clock Error). The columns m... |
PROGRAM Nombres ;
// BUT : Demander un nombre compris entre 10 et 20 jusqu'a ce que la réponse convienne.
// entreES : Un Nombre.
// SORTIE : Un nombre entre 10 et 20.
VAR
nb1 : REAL ;
BEGIN
REPEAT
writeln ('Veuillez entrer un nombre compris entre 10 et 20.') ;
readln (nb1) ;
IF (nb1 > 10) THEN
w... |
unit S_Huge;
{ Secrets of Delphi 2, by Ray Lischner. (1996, Waite Group Press).
Chapter 3: Streams and File I/O
Copyright © 1996 The Waite Group, Inc. }
{ Manipulate huge pointers. Note that all uses of
this unit are portable between Delphi 1 and Delphi 2,
even though the implementation is not. }
interface... |
unit uBuscaPedidos;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, uPadrao, Data.DB, FireDAC.Stan.Intf, FireDAC.Stan.Option, FireDAC.Stan.Param, FireDAC.Stan.Error,
FireDAC.DatS, FireDAC.Phys.Intf, FireDAC.DAp... |
//Verificado automaticamente em 16/06/2020 09:26
unit auditoria;
{
================================================================================
| DATA |DESENVOLVEDOR|HISTORICO DA ALTERACAO DO CODIGO |
|----------|-------------|-----------------------------------------------------|
|22/02/202... |
unit campos.tabelasistema;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, bufdataset, Campos.Sistema, DB;
type
{ TCamposTabelaSistema }
TCamposTabelaSistema = class(TCamposSistema)
class function COD_TABELA: string;
class function NOME_TABELA: string;
class function DESCRICAO_TABELA: strin... |
unit ORMCodeGeneratorUnit;
interface
uses
Classes,
SysUtils,
Generics.Collections,
ReporterUnit,
CodeGeneratorUnit,
StringListWrapperUnit,
LoggerUnit,
MSSystemColumnUnit,
MSSystemTableUnit,
ConcreteMethodReferencesUnit,
LoggerInterfaceUnit;
type
TSysColumnHelper = class(TCom... |
unit UnitG;
interface
uses Windows, Classes, SysUtils, Dialogs, Controls ;
Function WinExec_ShowModal(lpCmdLine:PAnsiChar; uCmdShow:Cardinal):Cardinal;
procedure SearchAllFile(Dir:string; var Files :TStringList);
procedure SearchAllDirectory(Dir:string; var Directorys :TStringList);
Function CopyAllFile(Sou... |
unit WriteMT3D_Dispersion;
interface
uses Sysutils, Classes, Forms, AnePIE, WriteMT3D_Basic,
WriteModflowDiscretization, ModflowUnit;
type
TMt3dDispersionWriter = class(TMT3DCustomWriter)
private
CurrentModelHandle : ANE_PTR;
DisWriter : TDiscretizationWriter;
procedure WriteDispersionArray(const C... |
unit MsgFrame;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes,
Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls,
VSoft.Messaging,
MsgDemoMessages, Vcl.ComCtrls;
type
TMsgRecieverFrame = class(TFrame)
LogMemo: TMemo;
ProgressBar1: TPr... |
unit RepositorioItemAvulso;
interface
uses
DB,
Auditoria,
Repositorio;
type
TRepositorioItemAvulso = class(TRepositorio)
protected
function Get (Dataset :TDataSet) :TObject; overload; override;
function GetNomeDaTabela :String; override;
function GetI... |
unit DW.Androidapi.JNI.Telecom;
{*******************************************************}
{ }
{ Kastri }
{ }
{ Delphi Worlds Cross-Platform Library ... |
unit PXL.Providers.FM.DX11;
{
This file is part of Asphyre Framework, also known as Pascal eXtended Library (PXL).
Copyright (c) 2000 - 2015 Yuriy Kotsarenko
This program 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 Fre... |
unit DW.iOSapi.Photos;
{*******************************************************}
{ }
{ Kastri }
{ }
{ Delphi Worlds Cross-Platform Library }
... |
namespace RemObjects.SDK.ApplePushProvider;
interface
uses
System.IO,
System.Net,
System.Net.Security,
System.Runtime.Remoting.Messaging,
System.Security.Cryptography,
System.Security.Cryptography.X509Certificates,
System.Security.Permissions,
System.Text,
RemObjects.SDK;
type
AP... |
unit FMX.jsAuthForm;
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.Objects, FMX.Controls.Presentation, FMX.Layouts, FMX.WebBrowser,
FMX.Effects, FMX.WebBrowserHelper;
ty... |
unit ufrmToolsProxyAnalyzerOptions;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, StdCtrls, Buttons, uIPBot, HttpProt, uAnalyzerListView;
type
TfrmToolsProxyAnalyzerOptions = class(TForm)
GroupBox1: TGroupBox;
cmdOpenSpecSite: TS... |
////////////////////////////////////////////////////////////////////////////////
// //
// Copyright (c) 2008-2020 Alliance for Sustainable Energy. //
// All rights reserved. ... |
(* *****************************************************
* This is a non-oficial part of ComPort Library *
* ver. 4.11 for Delphi 5, 6, 7, 2007-2010,XE * *
* and C++ Builder 3, 4, 5, 6 *
* *
... |
unit _linewMon;
interface
uses
RCore, RUtils, RCurve, RCrvCtl, RUndo, RIntf,
_attrMon,
TypInfo,
Graphics, Controls, StdCtrls, ComCtrls, Buttons;//, Spin;
type
TLineWidthMonitor = class(TRPropertyMonitor)
private
FWidthEdit: TControl;
FDenyHandler: Boolean;
procedure ChangeHandler... |
// The data for most of these color schemes comes from
// http://geography.uoregon.edu/datagraphics/color_scales.htm
unit ColorSchemes;
interface
uses Graphics;
type
TColorComponents = (ccRed, ccGreen, ccBlue);
TColorArray = array[TColorComponents] of double;
function FracLookup(Fraction: real; const LookUpT... |
unit untCommandPattern;
interface
uses SysUtils, Generics.Collections;
type
{
Interface básica para criação de comandos de execução e desfazer
Basic interface for command creation, contais execute and undo method
}
ICommand = Interface(IInterface)
procedure Execute;
procedure Undo;
End;
... |
unit TOperativeUnit;
interface
type
POperative = ^TOperative;
TOperative = record
FirstName : ShortString;
LastName : ShortString;
NickName : ShortString;
DateOfBirth : TDateTime;
BirthPlace : ShortString;
end;
type TElemType = TOperative;
type PElemType = POperative;
type
PElem = ^TElem;
TElem = ... |
unit MF_GWM_DrawdownConstraint;
interface
uses SysUtils, ANE_LayerUnit, MF_GWM_HeadConstraint;
type
TDrawdownConstraintName = class(THeadConstraintName)
class Function ANE_ParamName : string ; override;
end;
TDrawdownConstraintType = class(THeadConstraintType)
function Value : String; override;
end;... |
unit MFReservoir;
interface
uses Sysutils, ANE_LayerUnit, MFGenParam;
type
TReservoirLandSurfaceParam = class(T_ANE_LayerParam)
class Function ANE_ParamName : string ; override;
function Units : string; override;
end;
TReservoirKzParam = class(T_ANE_LayerParam)
class Function ANE_ParamName : strin... |
unit fmx.game;
interface
{xDEFINE NO_BACK_BUFFERS}
uses
typex, systemx, PXL.Canvas, PXL.Images, PXL.Fonts, pxl.timing, pxl.types, pxl.typedef, tickcount,
PXL.Providers, PXL.FMBridge, gameobject, pxl.devices, sysutils, types, classes, pxl.bitmaps;
type
TFMXGame = class(TGame)
private
FFilterFInalCanvas:... |
unit Tamanho;
interface
uses
SysUtils,
Contnrs;
type
TTamanho = class
private
FCodigo :Integer;
FDescricao :String;
FOrdem: Integer;
procedure SetCodigo (const value :Integer);
procedure SetDescricao (const value :String);
public
property Codigo :Integer read FCod... |
unit VirtualFS;
{$include opts.inc}
interface
uses
USystem, Errors, UClasses, UMath, Streams, Utils, Algo {$ifdef Debug}, ULog {$endif};
type
pPack = ^Pack;
Pack = object(&Object)
type
FileFlag = (Compressed);
FileFlags = set of FileFlag;
ppFileDesc = ^pFileDesc;
pFileDesc = ^FileDesc... |
{*******************************************************************************
作者: dmzn@163.com 2015-12-05
描述: 深圳市中科华益科技有限公司 RFID102读取器驱动头文件
*******************************************************************************}
unit UMgrRFID102_Head;
interface
const
cHY_DLLName = 'RFID102.dll';
type
... |
unit uHistoryListView;
interface
uses
Classes;
type
TSite = class
private
strSite,
strProxy,
strStatus,
strFailKeys,
strSuccessKeys,
strFormAction,
strPOSTData,
strReqMethod,
strWordlist: string;
iPosition,
iImageIndex: integer;
public
p... |
unit FastDraw;
interface
uses
Math, Graphics,
RTypes, RCore,
TypId, DoubleFn, ExtAlgs;
type
TGetDrawStepFunc = function(PointCount: Integer): Integer of object;
procedure FastDrawArray(Layer: TRLayer; const X, Y: TArrayAdapter;
DispCoeffs: TLinearCoeffs; GetStep: TGetDrawStepFunc = nil);
v... |
unit RDTPSQLConnectionServer;
{GEN}
{TYPE SERVER}
{ANCESTOR TRDTPProcessor}
{IMPLIB RDTPSQLConnectionSErverImplib}
{TEMPLATE RDTP_gen_server_template.pas}
{RQFILE RDTPSQLConnectionRQs.txt}
{CLASS TRDTPSQLConnectionServer}
{END}
interface
uses
StorageEngineTypes, classes, RDTPProcessorForMySQL, typex, packet, syst... |
unit fmeregradiogroup;
{$mode delphi}
interface
uses
fmecustomcontrolframe,
regradiogroup,
regcombobox,
ExtCtrls,
Forms,
Controls,
ActnList,
regtype;
type
{ TControlRegRadioGroup }
TControlRegRadioGroup = class(TCustomRegControlFrame<TRegRadioGroup>)
acDeleteItem: TAction;
ActionList1:... |
unit ErrorCode;
interface
const
ErrorCode_Success = 0;
ErrorCode_Unknown = -1;
ErrorCode_Service_Wait_Timeout = 1001;
ErrorCode_Service_Wait_Failed = 1002;
ErrorCode_Service_Network_Except ... |
{
LZRoundedImage
by Lainz
Last modified: 2020-09-06 19:16 GMT-3
Changelog:
- 2020-09-06: Initial version supporting circle, rounded rectangle and square.
Changing the quality of the resample, setting the rounding.
OnPaintEvent to customize the final drawing.
}
unit LZRoundedI... |
unit FieldInfo;
{$mode objfpc}{$H+}
interface
uses
TypInfo;
type
TFieldInfo = record
FieldName: string;
FieldType: string;
FieldKind: TTypeKind;
end;
TFieldInfoArray = array of TFieldInfo;
implementation
end.
|
{-------------------------------------------------------------------------
GETEDLIN
An "Include" routine for gathering input
Written for Borland Turbo Pascal V 6.0
Copyright 1991, by John H. Eckert
All ... |
unit XML;
{$include opts.inc}
interface
uses
USystem, Streams, Human;
type
tXMLParam = record
name, value: string;
end;
pXML = ^tXML;
tXML = object(&Object)
private
procedure ReadParams(const s: string);
function ParseFrom(const s: string; sstart: sint): sint; // returns length of par... |
{
Copyright (C) 2013-2023 Tim Sinaeve tim.sinaeve@gmail.com
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.apache.org/licenses/LICENSE-2.0
Unless required by a... |
unit SDQC.Enum.RunMode;
interface
type
TRunMode = (rmNormal, rmSpecial);
const
RunModeList: array[TRunMode] of string = (
'Normal',
'Special');
SPECIAL_MODE_PARAM = 'special';
implementation
end.
|
var
I: Integer;
Done: Boolean;
begin
Done := False;
for I := Low(Source) to High(Source) do
begin
Lambda(Source[I], I, Done);
if Done then
Break;
end;
end; |
unit BaseTestProcess;
{(*}
(*------------------------------------------------------------------------------
Delphi Code formatter source code
The Original Code is BaseTestProcess, released May 2003.
The Initial Developer of the Original Code is Anthony Steele.
Portions created by Anthony Steele are Copyright (C) 1... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.