text stringlengths 14 6.51M |
|---|
unit akStream;
interface
uses Classes;
type
// =============================================================================
// Элемент коллекции, поддерживающий сохранение/чтение разных версий
TVersionedCollectionItem = class(TCollectionItem)
private
fSecVersion: WORD;
protected
property SecVersio... |
unit atAdapterTest;
{* Класс, через который пускается приложение }
// Модуль: "w:\quality\test\garant6x\AdapterTest\Runner\atAdapterTest.pas"
// Стереотип: "SimpleClass"
// Элемент модели: "TatAdapterTest" MUID: (4AC3488802F7)
interface
uses
l3IntfUses
, atAdapterTestCommandLine
, atScenario
, SysUtils
;
type
... |
unit UnitDemo3;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls;
type
TForm1 = class(TForm)
btnRead: TButton;
mmoDisplay: TMemo;
procedure btnReadClick(Sender: TObject);
private
... |
unit ZMOprFile;
// ZMFileOpr.pas - file operations
(*
Derived from
* SFX for DelZip v1.7
* Copyright 2002-2005
* written by Markus Stephany
*)
(* ***************************************************************************
TZipMaster VCL originally by Chris Vleghert, Eric W. Engler.
Present Maintainers and Aut... |
unit UProperties;
interface
uses
SysUtils,
Classes;
type
// Stores the selected properties of a component
TNLDComponentItem = class(TCollectionItem)
private
FComponent: TComponent;
FSelProperties: TStringList;
function GetName(): String;
function GetSelected(N... |
{
$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 missing_param_error;
interface
uses
System.Json,
error;
type
TMissingParamError = class(TInterfacedObject, IError)
private
FBody: TJSONObject;
function Body: TJSONObject;
constructor Create(Const AParamName: String);
public
class function New(Const AParamName: String): IError;
en... |
unit senCille.XPlatformTools;
interface
{$INCLUDE PRODUCT_CONSTS.INC}
type
TXPlatform = class
private
{$IF DEFINED(IOS)}
class function prvOpenURL(const URL: string; const DisplayError: Boolean = False):Integer;
{$ELSEIF DEFINED(ANDROID)}
class function prvOpenURL(const URL: string; const Display... |
{ CSI 1101-X, Winter 1999 }
{ Assignment 5, Question 1 }
{ Identification: Mark Sattolo, student# 428500 }
{ tutorial group DGD-4, t.a. = Jensen Boire }
program a5q1 (input,output) ;
label 310 ;
const
maxMazeSize = 12 ;
maxSolutionLength = 78 ; { solutions must be length 77 or less }
u... |
unit SimMLS;
interface
uses
Languages;
function GetLanguagePath( LangId : TLanguageId ) : string;
procedure LoadMLS;
implementation
uses
SysUtils;
function GetLanguagePath( LangId : TLanguageId ) : string;
begin
result := ExtractFilePath(paramstr(0)) + 'Languages\ms\' + LangId + '\sim... |
unit GX_GrepPrinting;
interface
{$I GX_CondDefine.inc}
uses
Classes, Controls, GX_GrepBackend;
type
TGrepOutputMode = (grPrint, grCopy, grFile);
TSaveToFileMode = (sfPrintToFile, sfSaveToLoadable, sfBoth);
procedure SaveGrepResultsToFile(Owner: TWinControl; Results: TGrepHistoryList; AIniVersion... |
unit MFichas.Model.Pagamento.Formas.Debito;
interface
uses
System.SysUtils,
MFichas.Model.Pagamento.Interfaces,
MFichas.Model.Pagamento.Formas.Debito.Processar;
type
TModelPagamentoFormasDebito = class(TInterfacedObject, iModelPagamentoMetodos)
private
[weak]
FParent: iModelPagamento;
construc... |
unit DataStorage;
interface
uses Classes, SysUtils, math, supportptr;
type
PMemBlock=^TMemBlock;
TMemBlock=record
Count, MaxCount:integer;
Addr:array[0..maxint shr PtrShiftCNT-100] of pointer;
end;
TListEx = class
private
FCount:integer;
Mem:PM... |
unit GX_eComment;
{$I GX_CondDefine.inc}
interface
uses
GX_eSelectionEditorExpert, GX_ConfigurationInfo,
Classes, StdCtrls, Controls, Forms, GX_BaseForm, ExtCtrls, ComCtrls;
type
// // ctSlash
// (* *) ctC
// { } ctPascal
// /* */ ctCpp
// -- (SQL) ctSQL
TCommentType... |
{Sabine Wolf,5999219,q5999219@bonsai.fernuni-hagen.de}
{In dieser Unit stecken nuetzliche kleine Funktionen, die an vielen
Stellen gebraucht werden.}
unit gomutil;
interface
{gibt das Vorzeichen einer Zahl als -1,0 oder 1 zurueck}
function sgn(x:integer):integer;
{Gibt ein integer als string zurueck.}
function ... |
unit DataTvary;
interface
uses
VCLTee.TeeProcs, Types, Classes, Controls, Graphics;
type
//vymenovanie tvarov
TDruhTvaru = (tvNeurceny, tvObdlznik, tvOval, tvTrojuholnikP, tvTrojuholnikR, tvSipka);
TTvar = class(TObject)
private
FDlzkaSpice: Integer;
FDruhTvaru: TDruhTvaru;
FFar... |
{
$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 kwDefault;
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//
// Библиотека "ScriptEngine"
// Автор: Люлин А.В.
// Модуль: "w:/common/components/rtl/Garant/ScriptEngine/kwDefault.pas"
// Начат: 29.04.2011 21:23
// Родные Delphi интерфейсы (.... |
{
$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... |
program caseStatement;
var
grade: char;
begin
// Example from: http://www.tutorialspoint.com/pascal/pascal_case_statement.htm
grade := 'A';
case (grade) of
'A': writeln('your grade is', 100);
'B': writeln('your grade is', 85);
'C': writeln('your grade is', 75);
'D': writeln('your grade ... |
unit Data;
interface
uses
System.StrUtils,
Classes,
SysUtils,
System.Generics.Collections,
System.Generics.Defaults,
System.RegularExpressions,
Math,
Interfaces,
Rtti;
var
FormatSettings : TFormatSettings;
type
// <summary>Smart Pointer</summary>
Ref<T> = reference to function : T;
TSymb... |
{*******************************************************************}
{ }
{ Delphi XML Data Binding }
{ }
{ Generated on: 5-10-2003 ... |
unit tappydrawer;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, Controls, Graphics, LCLType, IntfGraphics, fpimage,
Math, LCLIntf,
tappyconfig, tappymodules;
type
{ TTappyTuxAnimation }
TTappyTuxAnimation = class
public
StartPoint, EndPoint: TPoint;
Position: TPoint;
CurrentStep: I... |
unit Model.CadastroContatos;
interface
uses Common.ENum, FireDAC.Comp.Client, System.SysUtils, DAO.Conexao;
type
TCadastroContatos = class
private
FID: Integer;
FSequencia: Integer;
FDescricao: String;
FTelefone: String;
FEMail: String;
FAcao: TAcao;
... |
unit vcmFormSetRefreshParams;
{* Параметры обновления представления сборки. }
// Библиотека : "vcm"
// Автор : Морозов. М.А.
// Модуль : vcmInterfaces -
// Начат : 21.06.2007
// Версия : $Id: vcmFormSetRefreshParams.pas,v 1.5 2015/08/19 07:03:52 morozov Exp $ }
(*------------------------------------... |
{
DBAExplorer - Oracle Admin Management Tool
Copyright (C) 2008 Alpaslan KILICKAYA
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 3 of the License, or
(at... |
unit uItemDetailsDownloadThread;
interface
uses
Classes,
SysUtils,
TypInfo,
Variants,
DB,
nxdb,
ShoppingServiceXMLClasses,
EbayConnect, CommonTypes, uTypes,
Forms, IdThread, IdSync, uThreadSync, IdComponent;
type
TDownloadItemDetailsThread = class(TidThread)
private
//... |
// Image loading queue for multithreading preload of images
// PNG/JPG/TGA/DDS/PVR only
// JPEG with external RAW alpha channel NOT SUPPORTED!
//
// Copyright (C) 2019 Ivan Polyacov, Apus Software (ivan@apus-software.com)
// This file is licensed under the terms of BSD-3 license (see license.txt)
// This file is ... |
unit fRoomOrderEditor;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, GR32_Image, GR32, Buttons, cMegaROM, cConfiguration;
type
TfrmRoomOrder = class(TForm)
lstRooms: TListBox;
imgRoomPreview: TImage32;
cmdOK: TButton;
cmdCancel: TBu... |
unit AddressParametersUnit;
interface
uses
HttpQueryMemberAttributeUnit, JSONNullableAttributeUnit,
NullableBasicTypesUnit, GenericParametersUnit;
type
TAddressParameters = class(TGenericParameters)
private
[HttpQueryMember('route_id')]
[Nullable]
FRouteId: NullableString;
[HttpQueryMember('... |
unit GetOrdersWithCustomFieldsUnit;
interface
uses SysUtils, BaseExampleUnit;
type
TGetOrdersWithCustomFields = class(TBaseExample)
public
procedure Execute(Fields: TArray<String>);
end;
implementation
uses CommonTypesUnit, OrderActionsUnit;
procedure TGetOrdersWithCustomFields.Execute(Fields: TArr... |
unit arkanoid_hw;
interface
uses {$IFDEF WINDOWS}windows,{$ENDIF}
nz80,main_engine,controls_engine,gfx_engine,m6805,rom_engine,pal_engine,
sound_engine,ay_8910;
function iniciar_arkanoid:boolean;
implementation
const
arkanoid_rom:array[0..1] of tipo_roms=(
(n:'a75-01-1.ic17';l:$8000;p:$0;c... |
unit DcefB_Options;
interface
uses
Classes, StrUtils, SysUtils, Windows;
type
TDcefBrowserOptions = class(TPersistent)
private
FDftDownPath: string; // 值为 APP路径\Download\
FExitPagesClosed: Boolean; // 所有标签关闭后是否终止APP 默认True
{
FExitDownloading: Boolean;
// 正在执行下载时是否终止APP并退出下载 只有FTerminateAppW... |
unit Room;
{$mode objfpc}{$H+}
interface
Type TRoom=object;
length,width:real; {поля: длина и ширина комнаты}
function Square:real; {метод определения площади}
procedure Init(l,w:real); {инициализирующий метод}
end;
implementation
Function TRoom.Square; {метод определения площади}
begin
Square:=length*... |
unit uOrcamentoItemModuloVO;
interface
uses
System.Generics.Collections, uTableName, uKeyField;
type
[TableName('Orcamento_Item_Modulo')]
TOrcamentoItemModuloVO = class
private
FIdOrcamentoItem: Integer;
FDescricao: string;
FIdModulo: Integer;
FId: Integer;
procedure SetDescricao(const Va... |
unit Eagle.ERP.{ModuleName}.ViewModel.Impl.{ModelName}ViewModel;
interface
uses
System.SysUtils,
Spring.Container,
Spring.Container.Common,
EventBus.Attributes,
DSharp.Core.Validations,
Eagle.ERP.Common.Bind.Attributes,
Eagle.ERP.Common.ViewModel.CrudNavigateViewModel,
Eagle.ERP.Co... |
unit DelphiUp.View.Services.Routers;
interface
type
TRouters = class
private
public
constructor Create;
destructor Destroy; override;
end;
var
Routers : TRouters;
implementation
uses
Router4D,
DelphiUp.View.Layouts.Principal,
DelphiUp.View.Pages.Main, DelphiUp.Vi... |
unit Thread.ImportaCEPRoteiro;
interface
uses
System.Classes, Control.Bases, System.SysUtils, FireDAC.Comp.DataSet, FireDAC.Comp.Client, Control.RoteirosExpressas,
Control.PlanilhaRoteirosExpressas;
type
Thread_ImportaCEPRoteiro = class(TThread)
private
FPlanilha : TPlanilhaRoteirosExpressasControl;
... |
{
Version 11.7
Copyright (c) 1995-2008 by L. David Baldwin
Copyright (c) 2008-2015 by HtmlViewer Team
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, including withou... |
//Exercicio 46: Faça um algoritmo para ler um valor X e um valor N e calcular a soma:
// Y = X - 2X + 4X - 6X + 8X - 10X + ... NX.
//Obs. Considere N um número inteiro e par.
{ Solução em Portugol
Algoritmo Exercicio ;
Var
N, X, contador,alternador_sinal,soma: inteiro;
Inicio
exiba("Progr... |
unit ltelnetex;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils,
lTelnet, lnet,
sorokinregexpr,
Forms;
type
TLTelnetDebugOutProc = procedure (AStr: string) of object;
{ TLTelnetClientEx }
TLTelnetClientEx = class(TLTelnetClient)
private
FOnDebugOut: TLTelnetDebugOutProc;
RegexObj: TRe... |
// Copyright (C) 2011
// GSI Helmholtzzentrum für Schwerionenforschung GmbH
//
// Author: M.Zweig
//
unit device_setup;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls,etherbone, Global;
type
TDevSet_Form = class(TForm)
Panel1: TPanel;
... |
{
This file is part of the Free Component Library (FCL)
Copyright (c) 2014 by Michael Van Canneyt
Unit tests for Pascal-to-Javascript source map.
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 u... |
unit untMDIImage;
interface
uses
Classes, Forms, Controls, ExtCtrls, Menus, StdCtrls, Windows, Graphics,
untCalcImage;
type
TfrmMDIImage = class(TForm)
imgImage: TImage;
PopupMenu: TPopupMenu;
mnuEnregistrerImage: TMenuItem;
procedure FormClose(Sender: TObject; var Action: TCloseA... |
unit OS.WriteBufferSettingVerifier;
interface
uses
Classes, SysUtils,
Support, Support.Sandforce, Support.Factory,
Registry.Helper.Internal, Registry.Helper;
type
TWriteBufferSettingVerifier = class
{$IfNDef UNITTEST}
private
{$EndIf}
function SplitIntoModelAndFirmware(
ModelAndFirmware: Stri... |
{ *************************************************************************** }
{ }
{ This file is part of the XPde project }
{ }
... |
(*** CSI 1101, Winter, 1999 ***)
(*** Assignment 8, Simulator program ***)
(*** author: Dr. R. Holte ***)
program a8sim (input,output) ;
(* the following constants give symbolic names for the opcodes *)
const LDA = 91 ; (* Load Accumulator from memory *)
STA = 39 ; (* Store Accumulator in... |
unit GroupOptionPart;
interface
uses
Classes, SearchOption_Intf, FMX.ListBox, FMX.Controls, UIWappedPartUnit;
type
TGroupOptionPart = class(TAbsUIWrappedPart)
private
FCmbTimeUnit: TComboBox;
FCmbFunction: TComboBox;
public
constructor Create(owner: TExpander; cmbTimeUnit, cmbFunction: T... |
unit AceImg;
{ ----------------------------------------------------------------
Ace Reporter
Copyright 1995-2005 SCT Associates, Inc.
Written by Kevin Maher, Steve Tyrakowski
---------------------------------------------------------------- }
interface
{$I ace.inc}
uses windows, sysutils, classes, ... |
unit Cliente.model;
interface
uses
System.SysUtils;
type
TCliente = class
private
FDocumento: string;
FID: Integer;
FNome: string;
FTipo: string;
FTelefone: string;
procedure SetNome(const Value: string);
public
property ID: Integer read FID write FID;
property Nome: string read FNome write SetNom... |
unit evAACContentUtils;
{* [$602009846] }
// Модуль: "w:\common\components\gui\Garant\Everest\evAACContentUtils.pas"
// Стереотип: "UtilityPack"
// Элемент модели: "evAACContentUtils" MUID: (55CB06D00354)
{$Include w:\common\components\gui\Garant\Everest\evDefine.inc}
interface
{$If Defined(k2ForEditor)}
uses
l3I... |
unit a0ptConst;
interface
type
TLogOperations = (
lopEdit,
lopDelete,
lopExport,
lopImport,
lopBOChange,
lopGrOpenAcc,
lopGrCloseAcc,
lopChangeOwner,
lopAdminON,
lopAdminOFF,
lopCreateUser,
lopDeleteUser,
lopAddUsGroup,
lopDelUsGroup,
lopAddUsRole,
lo... |
{$I ACBr.inc}
unit pciotVeiculoW;
interface
uses
SysUtils, Classes, pcnConversao, pciotCIOT, ASCIOTUtil;
type
TGeradorOpcoes = class;
TVeiculoW = class(TPersistent)
private
FGerador: TGerador;
FVeiculo: TVeiculo;
FOperacao: TpciotOperacao;
FOpcoes: TGeradorOpcoes;
public
constructor... |
unit EquipmentComands;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, GridForma, ActnList, DB, ComCtrls, ToolWin, GridsEh, DBGridEh,
FIBDatabase, pFIBDatabase, FIBDataSet, pFIBDataSet, Menus, StdCtrls,
DBCtrls, ToolCtrlsEh, DBGridEhToolCtrls, DBAxisGridsEh,... |
unit CoreTypes;
{=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=]
Copyright (c) 2013, Jarl K. <Slacky> Holta || http://github.com/WarPie
All rights reserved.
For more info see: Copyright.txt
[=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=}
{$mode obj... |
unit RegSvr;
{
Inno Setup
Copyright (C) 1997-2012 Jordan Russell
Portions by Martijn Laan
For conditions of distribution and use, see LICENSE.TXT.
Registers OLE servers & type libraries after a reboot
}
interface
procedure RunRegSvr;
implementation
uses
Windows, SysUtils, Classes, Forms, PathFunc, Cmn... |
{ CSI 1101-X, Winter 1999 }
{ Mark Sattolo, student# 428500 }
program ExpressionEvaluate ;
uses EqnTPU ;
procedure Precedence(var Subeqn: stack; var Answer: element) ;
var
nums, ops : stack ;
L, R, OP, X : element ;
BEGIN
create_stack(nums) ;
create_stack(ops) ;
while (Subeqn.size > 0) do
BEGIN
pull(X, S... |
unit uMyThread;
interface
uses
System.Classes, System.SysUtils, Vcl.ComCtrls;
type
TmyThread = class(TThread)
private
FIntervalo: Integer;
FPosicaoAtual: Integer;
FProgressBar: TProgressBar;
procedure SetIntervalo(Value: Integer);
procedure SetPosicaoAtual(Value: Integer);
procedure SetProgressBar(Pro... |
unit UGlobalTypes;
interface
uses
Graphics;
type
TECellType = (ctWall, ctEmpty, ctAinable, ctBox, ctBoxPlace, ctHome);
TRMove = record
FromI, FormJ, ToI, ToJ: Integer;
end;
TAMoveList = array of TRMove;
TCMap = class
private
FieldH, FieldW: Integer;
Field: array of array of set of TECell... |
{ *********************************************************************************** }
{ * CryptoLib Library * }
{ * Copyright (c) 2018 - 20XX Ugochukwu Mmaduekwe * }
{ * Github Repository <https://github.co... |
{
Exercicio 59: Um cinema possui capacidade de 100 lugares e está sempre com ocupação total. Certo dia, cada espectador
respondeu a um questionário, no qual constava: sua idade e sua opinião em relação ao filme, segundo as seguintes notas:
Nota Significado
A Ótim... |
unit ConsCheRec2013;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, cons_2013, cxGraphics, cxControls,
cxLookAndFeels, cxLookAndFeelPainters, dxRibbonSkins, dxSkinsCore,
dxSkinsDefaultPainters, cxStyles, dxS... |
unit kwPopEditorSetCursorByPoint;
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//
// Библиотека "ScriptEngine"
// Модуль: "w:/common/components/rtl/Garant/ScriptEngine/kwPopEditorSetCursorByPoint.pas"
// Родные Delphi интерфейсы (.pas)
// Gene... |
unit Impenlet;
interface
uses
Windows, Messages, SysUtils, utiles;
type
Unidad = array[ 0..9 ] of string;
Decena = array[ 0..9 ] of string;
Deceuno = array[ 0..9 ] of string;
Centena = array[ 0..9 ] of string;
Miles = array[ 0..6 ] of string;
const
aUnidad : Unidad = ( '', 'un ', 'd... |
Unit TERRA_VCLApplication;
{$I terra.inc}
Interface
Uses Classes, Forms, ExtCtrls, Graphics, TERRA_String, TERRA_Utils, TERRA_Application,
TERRA_GraphicsManager, TERRA_Viewport, TERRA_Image, TERRA_Color, TERRA_OS, TERRA_Renderer;
Type
VCLCanvasViewport = Class(TERRAObject)
Protected
_Source:Viewport;
... |
{&Use32-}
Unit Inflate ; {adapted for e_wise ! }
{
This code is based on the following:
"inflate.c -- Not copyrighted 1992 by Mark Adler"
version c10p1, 10 January 1993
Written 1995 by Oliver Fromme <fromme@rz.tu-clausthal.de>.
Donated to the public domain.
Freely distributable,... |
unit signup;
interface
uses
system.json,
http_intf,
controller_intf,
http_helpers,
add_account,
email_validator_intf,
missing_param_error;
type
TSignupController = class(TInterfacedObject, IController)
FEmailValidator: IEmailValidator;
FAddAccount: IAddAccount;
function handle(const htt... |
unit Unit1;
interface
uses
System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants, System.Messaging,
{$IF CompilerVersion > 32}
System.Permissions,
{$ENDIF}
Androidapi.JNI.JavaTypes,
FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs, FMX.StdActns, FMX.Controls... |
unit uMain;
interface
uses
System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants,
FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs, IPPeerClient,
REST.Backend.PushTypes, System.JSON, REST.Backend.KinveyPushDevice,
System.PushNotification, FMX.Controls.Presentation, FMX.Sc... |
unit Androidapi.JNI.baidu.location;
// ====================================================
// Android Baidu Map SDK interface
// Package:com.baidu.location
// author:Xubzhlin
// email:371889755@qq.com
//
// date:2017.5.10
// version:4.3.0
// ====================================================
interface
uses
Andro... |
unit ship_;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ExtCtrls;
type
TForm1 = class(TForm)
Timer1: TTimer;
procedure Timer1Timer(Sender: TObject);
procedure FormPaint(Sender: TObject);
procedure FormCreate(Sender: TObject);
... |
unit kwPopComboBoxSetIndex;
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//
// Библиотека "ScriptEngine"
// Модуль: "w:/common/components/rtl/Garant/ScriptEngine/kwPopComboBoxSetIndex.pas"
// Родные Delphi интерфейсы (.pas)
// Generated from U... |
unit uFormaPagtoController;
interface
uses
System.SysUtils, uDMFormaPagto, uRegras, uEnumerador, uDM, Data.DB, Vcl.Forms, uFuncoesSIDomper,
Data.DBXJSON, Data.DBXJSONReflect, uFormaPagtoVO;
type
TFormaPagtoController = class
private
FModel: TDMFormaPagto;
FOperacao: TOperacao;
procedure Post;
... |
unit CacheProperties;
//falta manejar cuando no es un par nombre=valor
//crearlo sin dicc funciones para activar y desactivar el diccionario
interface
uses classes, containers;
type
TStringItem = class(TItem)
private
fString : string;
public
property StringData : string read fString wri... |
{7. Realizar un programa que lea desde teclado información de autos de carrera.
Para cada uno de los autos se lee el nombre del piloto y el tiempo total que
le tomó finalizar la carrera. En la carrera participaron 100 autos. Informar en
pantalla:
- Los nombres de los dos pilotos que finalizaron en los dos primeros
pues... |
unit KP_Form;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, Vcl.ComCtrls,
FileCtrl, StrUtils,
KM_Game, KM_CommonTypes, KM_Consts, ExtAILog, ExtAIInfo,
// Detection of IP address
Winsock;
... |
unit VoxelRendererWindow;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
FiveControl;
type
TVoxelRendererForm =
class(TForm)
procedure FormCreate(Sender: TObject);
procedure FormShow(Sender: TObject);
procedure FormKeyDown(... |
unit UnitDataInterfaces;
interface
uses
System.Generics.Collections, UnitCustomer, UnitOrder, UnitOrderItem,
UnitProduct, FireDAC.Comp.Client;
type
IDataConnection = Interface
['{9281BB97-F337-4765-98BE-62B3737FF7D8}']
function GetFDConn : TFDConnection;
function ConnectToDB : Boolean;
property ... |
unit BittrexAPI;
interface
uses
Classes, System.generics.collections,
REST.Client;
type
TTicker = class(TObject)
public
datetime: TDateTime;
Bid, Ask, Last, Ant: double;
end;
TOrderHistory = record
OrderUuid: string;
Exchange: string;
TimeStamp: TDateTime;
OrderType: string;
... |
unit GX_Replace;
interface
uses Classes, GX_GrepBackend;
// Replace all matches in all files
function ReplaceAll(ResultList: TStrings; GrepSettings: TGrepSettings): Integer;
// Replace all matches in a single file
function ReplaceAllInFiles(FileResult: TFileResult; GrepSettings: TGrepSettings): Integer;
//... |
unit Machine;
interface
uses DataTypes, Crt, Generics, Streams, Graph;
type
TMachineState = (msOk, msError, msUserStop, msDataEnd);
PMachine = ^TMachine;
TMachine = object(TGeneric)
private
State: TMachineState;
SendData: TSendData;
Zoom: Integer;
CurrentX,
... |
{
For playing through the internet via FICS - Free Internet Chess Server
Based on this article:
http://blog.mekk.waw.pl/archives/7-How-to-write-a-FICS-bot-part-I.html
FICS website:
http://www.freechess.org/
}
unit mod_fics;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils,
StdCtrls, Forms, Contro... |
unit savenote;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, Buttons, ImgList, ComCtrls, Grids, AdvGrid, ffsutils, FFSAdvStringGrid,
AdvEdit, editlist, TicklerTypes, sBitBtn, sLabel;
type
TRptFunction = (RptFunLoad, RptFunSave);
TfrmSaveNo... |
unit MdiChilds.ConvertDataToUNITable;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, MdiChilds.CustomDialog, JvComponentBase, JvDragDrop, Vcl.ExtCtrls, Vcl.StdCtrls,
Vcl.Samples.Spin, Vcl.ComCtrls, ActionHandler,... |
unit sufacetstwin;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, Surfaces, ExtCtrls;
type
TForm1 = class(TForm)
map: TImage;
Label1: TLabel;
x: TEdit;
Label2: TLabel;
y: TEdit;
Label3: TLabel;
value: TEdit;
Label4: TLabel;
... |
unit FromWithPanel_Form;
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//
// Библиотека "Forms"
// Автор: Инишев Д.А.
// Модуль: "w:/common/components/gui/Garant/Daily/Forms/FromWithPanel_Form.pas"
// Родные Delphi интерфейсы (.pas)
// Generate... |
{***********************************************************************}
{ TPLANNERCALENDAR component }
{ for Delphi & C++Builder }
{ }
{ written by : ... |
unit uRelMediaCompra;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, frxClass, frxDBSet, DB, ADODB, StdCtrls, CheckLst, ExtCtrls,
Buttons, Mask, JvExMask, JvToolEdit, JvExControls, JvSpeedButton;
type
TfrmRelMediaCompra = class(TForm)
Panel1: TPanel;
... |
unit adItemEdit;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, adEngine, OvcBase, afwControlPrim, afwBaseControl, afwControl,
afwInputControl, vtLister, Mask, ToolEdit, StdCtrls, Buttons, l3Interfaces,
vtStringLister, l3StringList;
type
TadItemEditDlg = ... |
unit Matrix;
interface
type
IMatrix =
interface
function getCols : integer;
function getRows : integer;
procedure setDimensions( n, m : integer );
function getElement ( i, j : integer ) : single;
procedure setElement ( i, j : integer; value : single );
... |
unit l3Except;
{* Базовые исключения L3. }
// Модуль: "w:\common\components\rtl\Garant\L3\l3Except.pas"
// Стереотип: "Interfaces"
// Элемент модели: "l3Except" MUID: (4787B0A8007B)
{$Include w:\common\components\rtl\Garant\L3\l3Define.inc}
interface
uses
l3IntfUses
, SysUtils
;
const
{* Сообщения об ошибках. ... |
unit Funcoes;
interface
uses Vcl.Forms, System.SysUtils, ACBrValidador, System.Classes,
krnConst, Vcl.Dialogs, Winapi.Windows, Vcl.Controls;
function FsMesExtenso(Value : TDateTime) : string;
function FsDataExtenso(Value : TDateTime) : string;
function FsPastaApp : string;
function FsTemp : string;
function fsMa... |
unit eInterestSimulator.Controller.Interfaces;
interface
uses
eInterestSimulator.Model.Interfaces, System.Generics.Collections,
eInterestSimulator.Controller.Observer.Interfaces;
type
iControllerResultado = interface
['{A90C187E-221C-4DFA-945F-085D380B8302}']
function Calcular: iControllerResultado;
... |
//UDEBUG code already inserted. Please do not remove this line.
{$I ok_server.inc}
unit Props;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, StdCtrls, xLngdefs, Mask;
type
TfrmProps = class(TForm)
gbDC: TGroupBox;
rbtNoCheck: T... |
unit RDOServer;
interface
uses
SyncObjs, RDOInterfaces, RDOObjectRegistry, RDOObjectServer, RDOQueryServer;
type
TRDOClientConnectEvent = procedure ( const ClientConnection : IRDOConnection ) of object;
TRDOClientDisconnectEvent = procedure ( const ClientConnection : IRDOConnection ) of object;
... |
{$include lem_directives.inc}
unit GamePostviewScreen;
interface
uses
Windows, Classes, SysUtils, Controls,
UMisc,
Gr32, Gr32_Image, Gr32_Layers,
LemCore,
LemTypes,
LemStrings,
LemLevelSystem,
LemGame,
GameControl,
GameBaseScreen;
// LemCore, LemGame, LemDosFiles, LemDosStyles, ... |
unit PassForm;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ComCtrls, TntComCtrls, Menus, Checksum, ExtCtrls, StdCtrls,
m_GlobalDefs, m_api,
hpp_global, hpp_contacts, hpp_database, hpp_forms;
type
TfmPass = class(TForm)
Image1: TImage;
rbProt... |
unit Voyager;
interface
uses
VoyagerInterfaces, Collection, Controls;
type
// TMetaFrame is a wrapper to a IMetaURLHandler. It contains an
// IMetaURLHandler and also implements it.
TMetaFrame =
class( TObject, IURLHandler )
public
constructor Create( aMetaURLHandler : IM... |
unit uDataProcess;
interface
uses
Windows, System.SysUtils, System.Classes, uPublic,
uServerPublic,
HPSocketSDKUnit,
QMsgPack
;
type
// 处理接受客户端结构体
TDataProcess = class(TThread)
private
FConnID: DWORD;
FMsgPack: TQMsgPack;
function SetGroupName: Boolean;
function fnRetResult: Boolean;
... |
unit FFSComboBox;
interface
uses Windows, Messages, Classes, Forms, Controls, Graphics, StdCtrls, sysutils;
type
TFFSComboBox = class(TCustomComboBox)
private
FAutoFocus: boolean;
FFlat: Boolean;
FEtched: Boolean;
FOldColor: TColor;
FOldParentColor: Boolean;
FButtonWidth: Int... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.