text stringlengths 14 6.51M |
|---|
unit MT3DInactiveLayer;
interface
uses ANE_LayerUnit;
const
kMT3DInactive = 'Added MT3D Inactive Area Unit';
type
TMT3DInactiveAreaParam = class(T_ANE_ParentIndexLayerParam)
constructor Create(AParameterList : T_ANE_ParameterList;
Index : Integer);
override;
class Function ANE_ParamName : string... |
unit EditEmployeeForm;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.ExtCtrls, Vcl.StdCtrls, DBGridEh,
Vcl.Mask, DBCtrlsEh, DBLookupEh, Vcl.ComCtrls, MainDataModule, Data.DB;
type
TfrmEditEmp... |
unit ViewModel.Snake;
interface
uses Model.Snake, Classes, Graphics, Sysutils, ExtCtrls, Types, Contnrs, Generics.Collections;
type
TSnakeLendthChangeEvent = procedure of Object;
TSnakeViewModel = class
private
FSnake: TSnake;
FSnakeLenght: Integer;
FOnSnakeLengthChange: TSnakeLendthChangeEvent;... |
PROGRAM EYERINSE; {Program to read eyetrack data from *.DAT files }
USES CRT,DOS; {and perform preliminary adjustments to the }
{y-values. Data is output as "filename.DAX". }
CONST
maxsub = 30;
rcheck1 = 13; {value for checking full return sweep }
rc... |
unit Deltics.Strings.UTF8;
interface
uses
Deltics.Classes,
Deltics.Strings;
type
TUTF8String = class(TCOMInterfacedObject, IUTF8String)
private
BOX: UTF8String;
public
constructor Create(const aString: UTF8String);
private
function get_Length: ... |
unit Ragna.Types;
interface
type
TOperatorType = (otWhere, otOr, otLike, otEquals, otOrder, otAnd);
TOperatorTypeHelper = record helper for TOperatorType
public
function ToString: string;
end;
implementation
function TOperatorTypeHelper.ToString: string;
begin
case Self of
otWhere:
Result :... |
{*******************************************************************************
* *
* Author: Reonid *
* Categoty: vector graphic ... |
unit StringHelper;
interface
type
TStringHelper = record helper for string
function MixedCase: string;
end;
implementation
uses
System.SysUtils;
{ TStringHelper }
function TStringHelper.MixedCase: string;
var
i: Integer;
begin
Result := Self;
for i := 1 to Length(Result) do
if Odd(i) then
... |
unit AdressePiece;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, Grids, Hctrls, UTOB, HPanel, HEnt1, UIUtil, HSysMenu, SaisUtil,
Buttons, AglInit,
{$IFDEF EAGLCLIENT}
MaineAGL,
{$ELSE}
{$IFNDEF DBXPRESS} dbTables, {$ELSE} uDbxDataSet, {$ENDIF} Fe_... |
unit cbStyleModule;
interface
uses
Windows, SysUtils, Classes, ImgList, Controls,
{ App }
cbSo, cbSrvClass,
{ Developer Express }
dxSkinsCore, dxSkinsDefaultPainters, cxLookAndFeels, cxContainer, cxEdit,
cxGraphics, cxClasses, cxStyles, cxGridTableView, dxSkinBlack, dxSkinBlue,
dxSkinCaramel, dxSkinCoffee,... |
unit d3dabstraction;
{$INLINE AUTO}
interface
uses
betterobject, direct3d9_jedi,miscroutines;
type
INativeDevice = IDirect3dDevice9;
TCullMode = (cmBad, cmNone, cmCW, cmCCW);
TRenderStateManager = class(TBetterObject)
private
procedure SetEnableAlpha(const Value: boolean);
procedure SetNAtive(const ... |
{Задача 1: Дан массив B(12). Найти минимальный элемент среди положительных
элементов. Вывести на экран его значение и номер.}
program task1;
type
{Тип элемента вектора.}
Value = real;
{Тип, описывающий массив.}
Vector = array [0..11] of Value;
{Функция возвращает индекс наименьшего положительного эле... |
unit uSynchro;
interface
uses uTypes;
type
TSynchroReport = record
FileSame: UG;
FileSameData: U8;
FileCopied: UG;
FileCopiedData: U8;
FileReplaced: UG;
FileReplacedData: U8;
FileRenamed: UG;
DirCreated: UG;
FileDeleted: UG;
FileDeletedData: U8;
DirDelete... |
unit QuoteTimeCrossDetail;
interface
uses
Windows,
Classes,
SysUtils,
Controls,
Graphics,
Messages,
Forms,
GR32,
G32Graphic,
QuoteCommLibrary,
QuoteTimeStruct,
QuoteTimeGraph,
QuoteTimeData;
type
TQuoteTimeCrossDetail = class(TForm)
private
FTimeGraphs: TQuoteTimeGraphs;
FDetai... |
unit HeatCondBoundFunctionsUnit;
interface
uses AnePIE;
procedure GHST3D_HeatBoundNodeLocationMMFun (const refPtX : ANE_DOUBLE_PTR ;
const refPtY : ANE_DOUBLE_PTR ;
numParams : ANE_INT16 ;
const parameters : ANE_PTR_PTR ;
myHandle : ANE_PTR ;
reply : ANE_PTR ); c... |
unit fmx_bitmaps;
interface
uses
betterobject,fastbitmap, typex, systemx, fmx.graphics, uitypes, types;
function ColorblendAlphaColors(a,b: TAlphaColor): TAlphaColor;
function ColorAddAlphaColors(a,b: TAlphaColor): TAlphaColor;
function fmxBitmapToFastBitmap(bm: TBitmap): TFastBitmap;overload;
function fmxBitm... |
unit PtOpConsultaParam;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Buttons, Mask;
type
TOPConsultaParam = class(TForm)
Label1: TLabel;
Label2: TLabel;
Label3: TLabel;
mskLote: TMaskEdit;
mskPedido: TMaskEdit;
mskCompl: TM... |
unit frmMain;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, uTestClass,
// Pascal Script
uPSComponent, uPSComponent_Default, uPSComponent_Controls,
uPSComponent_StdCtrls, uPSCompiler, uPSUtils, uPSI_uTestClass;
type
TTestFunction = function(... |
(******************************************************************************
* Copyright (C) 2023 Tomáš Horák
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
* "Software"), to deal in the Software without restriction, includi... |
{*******************************************************************************
作者: dmzn@163.com 2008-08-06
描述: 统一管理控件(TWinControl)的创建销毁
备注:
&.方法GetCtrls获取已注册类的信息,列表中每一项是PControlItem
&.方法GetInstances,GetAllInstance获取实例,每一项是TWinControl对象
****************************************************************... |
unit Posix.x264;
interface
uses
Linker.Helper;
const
APIVersion = '_157';
{$IFDEF MSWINDOWS}
libx264 = 'libx264' + APIVersion + '.dll';
{$ENDIF}
{$IFDEF ANDROID}
libx264 = 'libx264' + APIVersion + '.so';
{$ENDIF}
{$IFDEF LINUX}
libx264 = 'libx264' + APIVersion + '.so';
{$ENDIF LINUX}
{$IF... |
unit StandardList;
interface
uses
typex, systemx, sysutils, betterobject, sharedobject, generics.collections.fixed, system.generics.defaults, search, better_collections;
type
IIndexable<T_IDX> = interface
function GetIndexValue: T_IDX;
property IndexValue: T_IDX read GetIndexValue;
end;
TStandardLis... |
unit IFB_App;
{$IFDEF FPC}
{$MODE Delphi}
{$ENDIF}
interface
uses
SysUtils, Classes, IFB_FuncoesINI
{$IFDEF FPC}
, Forms
{$else}
{$IF DECLARED(FireMonkeyVersion)}
, FMX.Forms
{$else}
, Vcl.Forms
{$ENDIF}
{$ENDIF}
;
type
TIFB_App = class
private
FHomePath : string;
... |
//==============================================================================
// CellML file: C:\Program Files\COR\Models\nygren_atrial_model_1998.cellml
// CellML model: nygren_atrial_model_1998
// Date and time: 21/07/2015 at 12:51:24
//---------------------------------------------------------------------------... |
unit untMensagens;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.ExtCtrls, Vcl.ImgList, RzButton,
Vcl.StdCtrls, RzPanel, dxGDIPlusClasses;
type
TMyButtons = (mbSim, mbNao, mbOk);
type
TfrmMensagens = ... |
unit TableData;
{$mode objfpc}{$H+}
interface
uses
Classes,
SysUtils,
db,
BufDataset;
function CreateDataset: TBufDataset;
implementation
const
BondArray: array[0..2] of string = (
'Dr. No',
'From Russia with Love',
'Goldfinger'
);
function CreateDataset: TBufDataset;
var
i: Integer;
be... |
unit UberPDFExample.Examples.AddJPEG;
{$mode objfpc}{$H+}
interface
//------------------------------------------------------------------------------
// include the file to let uber figure out what compiler and version is used
//------------------------------------------------------------------------------
{$INCLUDE ... |
unit uDbServicoporte;
interface
uses uDbObject, Data.Db, System.SysUtils, Sys... |
unit pp2Application;
{$mode objfpc}{$H+}
interface
uses classes, sysUtils, crt, graph;
type
ApplicationConfigurationPointer = ^ApplicationConfiguration;
ApplicationConfiguration = object
private
boardPadding : integer;
... |
unit S_Stream;
{ Secrets of Delphi 2, by Ray Lischner. (1996, Waite Group Press).
Chapter 3: Streams and File I/O
Copyright © 1996 The Waite Group, Inc. }
{ Buffered I/O stream and buffered text stream. }
interface
uses WinTypes, Classes, SysUtils;
{$include S_Delphi.inc}
type
TS_BufferState = (bsUnknown, b... |
{$MODE OBJFPC}
{$INLINE ON}
program TWINSNOWS;
const
maxN = Round(1e5);
type
Arr = array[1..6] of Integer;
var
a : array[1..maxN] of Arr;
n : Integer;
operator < (const x, y : Arr) : Boolean; inline;
var
i : Integer;
begin
for i := 1 to 6 do
if x[i] > y[i] then
Exit(false)
... |
unit Main;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
GLControl, ExtCtrls, StdCtrls;
type
TMainForm = class(TForm)
Timer1: TTimer;
GLRender: TGLRender;
procedure GLRenderClick(Sender: TObject);
procedure GLRenderMouseMove(Sender: TObjec... |
unit BIFF_EscherTypes5;
{-
********************************************************************************
******* XLSReadWriteII V6.00 *******
******* *******
******* Copyright(C) 1999,2017 Lars Arvidss... |
unit ufrmLogonDialog;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, cxControls, cxContainer, cxEdit, cxTextEdit,
cxMaskEdit, cxDropDownEdit, cxMRUEdit,
cxLabel, Menus, StdCtrls, cxButtons,
JvComponentBase, JvFormPlacement, cxCheckBox, cxGraphics, cxLookAn... |
unit DeDeExpressions;
interface
uses HexTools;
///////////////////////////////////////
// Name convention for xpression:
// 00424DF2:[ebp-$06]
// first 8 chars is the RVA of the procedure or 00000000 if global var
// 9-th char is :
type
TVar = record
RVA : DWORD;
Name : string[40];... |
unit CustomTypes;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils;
const
{ Overloaded Operators}
{ TPoint add }
operator + (PT1,PT2 : TPoint) : TPoint;
{ TPoint sub }
operator - (PT1,PT2 : TPoint) : TPoint;
{ TPoint comp}
operator = (PT1,PT2 : TPoint) : boolean;
operator >(PT1, PT2: TPoint): boolean;
op... |
unit ModflowParameterClassTypes;
interface
{ModflowParameterClassTypes defines meta-classes of classes of parameters. These
metaclasses are used in GetTypesUnit.}
uses MFPrescribedHead, MFBottom, MFDomainOut,
MFDrain, MFEvapo, MFGenHeadBound, MFGrid, MFGridDensity, MFHydraulicCond,
MFInactive, MFInitialHe... |
{===============================================================================
RzColorNamesEditor Unit
Raize Components - Design Editor Source Unit
Copyright © 1995-2015 by Raize Software, Inc. All Rights Reserved.
Design Editors
-------------------------------------------------------------------------... |
unit f_about;
interface
uses
Winapi.Windows,
Winapi.Messages,
Winapi.ShellAPI,
System.SysUtils,
System.Variants,
System.Classes,
Vcl.Graphics,
Vcl.Controls,
Vcl.Forms,
Vcl.Dialogs,
Vcl.StdCtrls,
Vcl.ExtCtrls,
Vcl.Imaging.jpeg,
Vcl.ComCtrls,
sPageControl,
funcs,
ConstStrings,
loader... |
unit SeriesItem;
interface
uses
Classes, SysUtils, DateUtils, Contnrs, Graphics,
SeriesItemCondition, SeriesCallback;
type
TSeriesItem = class
private
FName: string; // 管理用の名前(= 通常は表示用の名前)
FIsHidden: boolean;
FIsShownAsDayName: boolean;
FIsHoliday: boolean;
F... |
unit DW.StartUpHook.Android;
{*******************************************************}
{ }
{ Kastri }
{ }
{ Delphi Worlds Cross-Platform Library ... |
unit EXACHexs;
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// Helper routines (used for querying Index Values)
// excerpted from aCommon unit by the same authors
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
interface
const YES = TRUE;
function IntoStr(const I: integer; const di... |
{
******************************************************
USB Disk Ejector
Copyright (c) 2006, 2007, 2008 Ben Gorman
Http://quick.mixnmojo.com
******************************************************
}
{
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General P... |
unit DW.TimerTask.Android;
{*******************************************************}
{ }
{ Kastri }
{ }
{ Delphi Worlds Cross-Platform Library ... |
{
Copyright (c) 1997-2007, Václav Haisman
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 condit... |
unit QuoteTimeIcon;
interface
uses
Windows,
Classes,
Graphics,
SysUtils,
Controls,
DateUtils,
G32Graphic,
WNDataSetInf,
Generics.Collections,
Vcl.Imaging.pngimage,
QuoteTimeData,
QuoteTimeStruct,
QuoteCommLibrary,
QuoteTimeGraph, QuoteTimeButton,
QuoteTimeTradeDetail,
QuoteCommMine,
... |
{***********UNITE*************************************************
Auteur ...... :
Créé le ...... : 03/06/2004
Modifié le ... : / /
Description .. : Source TOF de la FICHE : AMREGROUPEMENT ()
Mots clefs ... : TOF;AMREGROUPEMENT
Suite ........ : BTY 07/05 FQ 16284 Gérer montants selon nb décimales de la monnaie du d... |
{*******************************************************************************
作者: dmzn@163.com 2012-4-12
描述: 继电器控制板
*******************************************************************************}
unit UMgrERelay;
{$I Link.Inc}
interface
uses
Windows, Classes, SysUtils, NativeXml, IdTCPConnection, ... |
unit ORMEntityUnit;
interface
uses
Classes,
Contnrs,
DBClient,
ADODB, SysUtils,
DB, NullablesUnit,
Generics.Collections,
Generics.Defaults,
DataSetEnumeratorUnit, DataSetHelperUnit,
MSConnectionLayerUnit,
MSConnectionDataModuleUnit,
ADOConnectionStringBuilderUnit, JoinedColumnPair... |
Unit UPais;
Interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Entity, Rtti;
Type
TPais = Class(TInterfacedObject, IEntity)
Private
FCod: String;
FNome: ... |
unit Google.Types;
{$I Grijjy.inc}
interface
uses
System.SysUtils,
System.Messaging,
System.DateUtils;
const
TOKEN_TYPE_OAUTH = 0;
TOKEN_TYPE_FIREBASE = 1;
type
{ Google access token header }
TGoogleAccessTokenHeader = record
sub: String;
azp: String;
aud: String;
exp: Int64;
end;
{ ... |
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, OleCtrls, SHDocVw, MSHTML, ShellAPI, StdCtrls, ExtCtrls, XPMan,
Menus, ImgList, IniFiles, Registry;
type
TMain = class(TForm)
WebView: TWebBrowser;
XPManifest: TXPManifest;
PopupMenu: TP... |
//****************************************************************************
// Unit Name: Vcl.Imaging.GIFConsts
//****************************************************************************
// This file is auto generated with paxCompiler engine.
// Import mode: global import.
// --------... |
//------------------------------------------------------------------
// SpellCode - Source code spell checking utility.
// Copyright © 2010 Dilshan R Jayakody. <jayakody2000lk@live.com>
// http://code.google.com/p/spellcode
//
// SpellCode is distributed under the MIT license.
//--------------------------------... |
unit Cameras;
{$include opts.inc}
interface
uses
USystem, UMath, UClasses, GLBase, Utils, GLClasses {$ifdef use_serialization}, Streams {$endif}, SceneGraph;
const
GL_CAMERA_FLAG_UNDERWATER = UserShaderFlags.PRIVATE_BUILTIN + 0;
type
CameraProjectionMode =
(
proj_Perspective,
proj_Ortho
)... |
unit DW.LocationHelpers.Android;
{*******************************************************}
{ }
{ Kastri }
{ }
{ Delphi Worlds Cross-Platform Library ... |
unit EasyConsole.Input;
interface
uses
System.Console, EasyConsole.Output;
type
Input = record
public
class function ReadInt: Integer; overload; static;
class function ReadInt(aMin, aMax: Integer): Integer; overload; static;
class function ReadInt(aPrompt: string; aMin, aMax: Integer): ... |
unit ExceptionClasses;
interface
uses
SkyException;
// Warning message: Properties don't need to be publised because they are
// saved in Params in OnCreate, and loaded from Params in LoadFromStream
type
{$Region 'ESkyListParameterCountMismatch'}
ESkyListParameterCountMismatch = class(ESkyException)
... |
unit AbBytes;
interface
uses
System.SysUtils;
type
TAbBytes = record
public
class function AsString(ASource: Pointer): string; overload; static;
class function AsString(ASource: Pointer; ALen: Integer): string; overload; static;
class function Equals(const ALeft: string; ARight: Pointer): Boolean; ... |
unit DW.Geodetic;
{*******************************************************}
{ }
{ Kastri }
{ }
{ Delphi Worlds Cross-Platform Library }
{ ... |
unit EntityFieldNamesToken;
interface
type
TEntityFieldNamesToken = record
var
TokenString: string;
FieldDef: string; // containst field definition ex: [varchar](50)
function ClassName: string;
function PropertyName: string;
function SQLToken: string;
{$IFDEF UNICODE}
t... |
unit MainFrm;
interface
uses
System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants,
FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs, FMX.Objects, FMX.Controls.Presentation, FMX.StdCtrls, FMX.Layouts,
DW.Biometric;
type
TfrmMain = class(TForm)
BiometricIma... |
unit Constnts;
{contains physical constants and some transformation rules from Physics
Vade Mecum (1981 ed) 4/12/97}
interface
const
{Turbo Pascal 7.0 constants:}
MaxExpArgument = 11300.0; {larger values cause overflow of exp(x)>(max. extended)}
{Computers... |
unit QuoteSubscribe;
interface
uses Windows, Classes, SysUtils, QuoteService, QuoteLibrary, QuoteMngr_TLB,
QuoteConst, QuoteStruct, IOCPMemory, IniFiles, QuoteBusiness, QuoteDataObject,
QuoteDataMngr, QDOMarketMonitor, QDOSingleColValue;
type
TQuoteSubscribe = class;
// 订阅内容
TSubscribeContent = class
... |
unit JEN_RenderEntity;
interface
uses
JEN_OpenGLHeader,
JEN_Helpers,
JEN_Header;
type {
IRenderEntity= interface(JEN_Header.IRenderEntity)
function Init stdcall;
end;
}
TRenderEntity = class(TInterfacedObject, IRenderEntity)
constructor Create;
... |
unit ClientRequestLoginCheck;
interface
uses
Communication, Entity;
type
TClientRequestLoginCheck = class(TRequest)
end;
TClientResponseLoginCheck = class(TResponse)
private
FUser: TEntity;
FSessionId: string;
public
constructor Create(AUser: TEntity; const ASessionId: string... |
{
* PROGRAM: UDR samples.
* MODULE: SumArgsFunc.pas
* DESCRIPTION: A sample external function.
*
* The contents of this file are subject to the Initial
* Developer's Public License Version 1.0 (the "License");
* you may not use this file except in compliance with the
* License. You may obtain a copy of the... |
unit SLSpecificHeat;
interface
uses ANE_LayerUnit, SLCustomLayers;
{$IFDEF SutraIce}
type
TSpecificHeatParam = class(T_ANE_LayerParam)
class Function ANE_ParamName : string ; override;
function Units: string; override;
function Value: string; override;
end;
TSpecificHeatLayer = class(TSutraInfoLay... |
unit ZTView;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Menus, Db, DBTables, StdCtrls, Buttons, ExtCtrls, ActnList, ImgList;
type
TZViewForm = class(TForm)
TopPanel: TPanel;
BottomPanel: TPanel;
CloseBtn: TBitBtn;
DetailListQuerySrc: TDataSource;
... |
unit ProgramToRunUnit;
interface
{ProgramToRunUnit defines a enumerated set of values for determining which
model should be run and a function that is used to determine if the user
will be allowed to try and run a particular model. These may need to be
changed in customized versions of the PIE.}
type TProgramToRu... |
{$S-,I-,F+}
{$V-} {<- required for OPENTRY}
{$M 16384,16384,600000}
{*********************************************************}
{* BEST.PAS 1.30 *}
{* An example program for Object Professional 1.30 *}
{* Copyright (c) TurboPower Software 1988, 1... |
unit UnitBacklog.Produto.Model;
interface
uses Rest.Json;
type
TBacklogProduto = class
private
FCodigo : integer;
FDescricao : string;
FNecessidade : integer;
FDataBacklog : TDateTime;
FCod_Projeto_Scrum: integer;
FEstado : string;
FDataEntregaReal... |
unit FSD.MainFrm;
interface
uses
System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants, System.Messaging,
Androidapi.JNI.GraphicsContentViewText,
FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs;
type
TfrmMain = class(TForm)
private
procedure Applicatio... |
unit MFRechConc;
interface
{MFRechConc defines the "Recharge Concentration" layer
and the associated parameter and Parameterlist.}
uses ANE_LayerUnit, SysUtils;
type
TRechConcParam = class(T_ANE_LayerParam)
class Function ANE_ParamName : string ; override;
function Units : string; override;
end;
TRe... |
unit View;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Db, DBTables, ExtCtrls, TeeProcs, TeEngine, Chart, DBChart, StdCtrls,
Buttons, Series, Batcher, Types, QuickRpt, CoalGrade;
type
TViewForm = class(TForm)
ReportChart: TDBChart;
btPrint: TBi... |
unit BOMLookups;
{ -------------------------------------------------------------------------------------------------
Name : BOMLookups
Author : Chris G. Royle
Description : This unit holds types related to lookups management in BOMs. This was created to
slightly reduce the dependancy ... |
{***********UNITE*************************************************
Auteur ...... :
Créé le ...... : 23/01/2007
Modifié le ... : / /
Description .. : Source TOF de la FICHE : BTREGLPIECE_MUL ()
Mots clefs ... : TOF;BTREGLPIECE_MUL
*****************************************************************}
Unit BTREGLPIECE_MU... |
unit Unit1;
interface
uses
SysUtils,
Classes;
function HelloWorld(var AInput:integer):integer;cdecl;export;
function Modulo(var i, j: Integer): Integer; cdecl; export;
function AddFunction(var Width,Height:Integer):Integer;stdcall;export;
function QuadraticFunction(var A:Integer):Integer;stdcall;expor... |
program LapeTest;
{$i lape.inc}
uses
{$IFDEF UNIX}{$IFDEF UseCThreads}cthreads,{$ENDIF}{$ENDIF}
Classes, SysUtils, CustApp,
lptest;
type
TLapeTestApp = class(TCustomApplication)
protected
procedure DoRun; override;
public
constructor Create(TheOwner: TComponent); override;
procedure WriteHel... |
unit unSyncProcSqlServer;
interface
uses SysUtils, DB, ADODB, SyncSrvIntf, DBClient, AnsiSql, unSyncProc;
function ObtenerClavePrimariaSql(conn: TADOConnection; NombreTabla: string): string;
function GetNextValue(conn: TADOConnection;TablaSync: TTablaSync): integer;
function GenerarSentenciaActualizacionSQL(cdsNoved... |
unit Horse.NewProject.Creator.WinSvc.NewForm.Main;
interface
uses ToolsAPI, Horse.CodeGen.SourceFile, Horse.NewProject.Creator.WinSvc.NewForm.Main.Templates, System.SysUtils;
type
THorseNewProjectWinSvcNewFormMain = class(TNotifierObject, IOTACreator, IOTAModuleCreator)
protected
FPort: Integer;
function... |
unit uImportadorOrdemServico;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Data.DB, Datasnap.DBClient, Vcl.Grids, System.StrUtils,
Vcl.DBGrids, DBGridCBN, Vcl.StdCtrls, Vcl.Buttons, Vcl.ExtCtrls, uPadrao, Sy... |
unit fODText;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
fODBase, StdCtrls, ORCtrls, ComCtrls, ExtCtrls, ORFn, uConst, ORDtTm,
VA508AccessibilityManager;
type
TfrmODText = class(TfrmODBase)
memText: TMemo;
lblText: TLabel;
txtStart: TORDateBox;
tx... |
unit ExportProgressUnit;
interface
{This unit describes a progress bar that is used in a variety of situations.}
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ComCtrls, ANEPIE;
type
TfrmExportProgress = class(TForm)
ProgressBar1: TProgressBar;
private
{ Private decla... |
unit KeyPadraoImprimir;
interface
uses
KeyFuncoes,
KeyResource,
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, KeyPadrao, cxGraphics, cxLookAndFeels, cxLookAndFeelPainters,
Menus, cxControls, cxContainer, cxEdit, dxSkinsCore, cxLabel, cxTextEdit,
cxMaskEdit... |
PROGRAM XPrint(INPUT, OUTPUT);
CONST
Rows = 5;
Columns = 5;
TemplateSize = Rows * Columns;
TYPE
Matrix = SET OF 1..TemplateSize;
VAR
CurrMatrix: Matrix;
Ch: CHAR;
PROCEDURE WritePseudo(Template: Matrix);
VAR
IndexColumns, IndexRows, CurPos: INTEGER;
Ch: CHAR;
BEGIN { WritePseudo }
... |
unit EmployeeEntity;
interface
type
TEmployee = class(TObject)
public
id: Longint;
name: string;
warrant_num: integer;
warrant_date: string;
hideEmployee: boolean;
pass: string;
Instruction: integer;
end;
implementation
end.
|
{$A+,B-,C+,D+,E-,F-,G+,H+,I+,J+,K-,L+,M-,N+,O+,P+,Q-,R-,S-,T-,U-,V+,W-,X+,Y+,Z1}
unit MetafileUtils;
interface
{$IFDEF ORIGINAL} // 2002.5.22(Ver. 1.1)
uses Graphics;
{$ELSE}
uses Windows, Graphics;
{$ENDIF}
// Canvas のフォントの横幅が指定されていない場合
// 適切な横幅を設定する。
procedure AdjustFont(Canvas: TCanvas);
// メタファイルの物理インチを指定された値に
... |
unit Materia;
interface
uses
SysUtils,
Perfil,
Contnrs, UnidadeEntSai;
type
TMateria = class
private
Fcodigo: integer;
Festoque_fisico: Real;
Fpreco_custo: Real;
Fpreco_venda: Real;
Festoque_minimo: Real;
Fcod_ncm: String;
Fdescricao: String;
Funidade: String;
FControla... |
unit RepositorioContador;
interface
uses DB,
Auditoria,
Repositorio;
type
TRepositorioContador = class(TRepositorio) ... |
unit BIFF_RecordStorage5;
{-
********************************************************************************
******* XLSReadWriteII V6.00 *******
******* *******
******* Copyright(C) 1999,2017 Lars Arvid... |
unit frame.pai;
interface
uses
System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants, Json,
FMX.Types, FMX.Graphics, FMX.Controls, FMX.Forms, FMX.Dialogs, FMX.StdCtrls, FMX.Objects,
FMX.Layouts;
type
TFrmPai = class(TFrame)
rcFundo: TRectangle;
vsScroll: TVertScrollBox;
r... |
unit ChipManagerInterface;
interface
uses
System.Classes,
ChipAbstract;
type
IChipPluginManager = interface(IInterface)
['{457A2F94-C3EB-441B-A0B2-5DF9FDC852A0}']
function Count : Byte; stdcall;
function GetClass(const Index: Byte): TChipClass; stdcall;
function GetModuleName(const Index:... |
unit MsgExServiceImpl;
////////////////////////////////////////////////////////////////////////////////
//
// Description£º MsgExService Implementation
// Author£º lksoulman
// Date£º 2017-12-08
// Comments£º
//
////////////////////////////////////////////////////////////////////////////////
interface
us... |
//////////////////////////////////////////////////////////////////////////////
//
// Unit: xlsnames
//
//
// Description: Named ranges
//
//////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2007-2011 NikaSoft. All rights reserved.
// Author:... |
unit Android.JniClasses;
{
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 S... |
unit uAlteraSenha;
interface
uses
System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants,
FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs, FMX.Edit,
FMX.Layouts, FMX.StdCtrls, FMX.Ani, FMX.Objects, FMX.Controls.Presentation,
FMX.TabControl, FMX.Effects;
type
... |
unit XMisc2;
interface
Type
TByteArray = array[0..0] of byte; {Array of bytes, useful for typecasting}
TIntArray = array[0..0] of integer; {Array of integers, useful for typecasting}
TWordArray = array[0..0] of integer; {Array of words, useful for typecasting}
TCharArray = array[0..0] of char; {Array of ... |
unit test_28_Hooks;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls,
OtlHooks, OtlEventMonitor;
const
WM_NOTIFY_METH = WM_USER;
WM_NOTIFY_PROC = WM_USER + 1;
type
TfrmHooksDemo = class(TForm)
lbLog: TListBox;
btnRunTask: TButton;
Ot... |
unit ThreadWriteToAdapter;
interface
uses
Classes,windows,SysUtils,Globaltype,MLPC_APILib_TLB,comobj,activex,
{$IFDEF DEBUG}
frDebug,
{$ENDIF}
GlobalDCl;
type
TWriteToAdapterThread = class(TThread)
private
CurrentP:integer;
protected
procedure Execute; override;
procedure drawp... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.