text stringlengths 14 6.51M |
|---|
unit MyCat.BackEnd.DataSource;
interface
uses
MyCat.Config.Model, MyCat.BackEnd, MyCat.BackEnd.HeartBeat,
MyCat.BackEnd.Mysql.CrossSocket.Handler;
type
TPhysicalDatasource = class
private
FName: String;
FSize: Integer;
FConfig: TDBHostConfig;
FConMap: TConMap;
FHeartbeat: TDBHeartbeat;
... |
unit GLDDisk;
interface
uses
Classes, GL, GLDTypes, GLDConst, GLDClasses, GLDObjects;
type
TGLDDisk = class(TGLDEditableObject)
private
FRadius: GLfloat;
FSegments: GLushort;
FSides: GLushort;
FStartAngle: GLfloat;
FSweepAngle: GLfloat;
FPoints: PGLDVector3fArray;
FN... |
library thrlib;
{$mode objfpc}{$H+}
uses
SysUtils,
DateUtils,
{Windows,}
syncobjs,
svm in '..\svm.pas';
{type
TMashCriticalSection = class
public
lock_flag: cardinal;
constructor Create;
procedure Enter;
function TryEnter: boolean;
procedure Leave;... |
(******************************************************************************
* *
* File: lua54.pas *
* ... |
unit uniteRequete;
// Encapsule les données entrées par l’utilisateur
interface
uses
SysUtils;
//Encapsule les données entrées par le client
type
Requete = class
private
//Adresse de la source
adresseDemandeur : String;
//Date reception de la requete
dateRecep... |
unit Objekt.Option;
interface
uses
SysUtils, Classes;
type
TOption = class
private
fPasswort: string;
fConvert: Boolean;
fOldMetadata: Boolean;
fStartZeit: TDateTime;
fZeitstempel: Boolean;
fBackupdatei: string;
fLimbo: Boolean;
fOnlyMeta: Boolean;
fDatenbank: string;
f... |
unit Main;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, DosCommand, Vcl.ComCtrls,
Vcl.ExtCtrls, Vcl.CheckLst, JvComponentBase, JvFormMagnet;
type
TForm1 = class(TForm)
ffmpegLog: TMemo;
Ope... |
unit Datapar.Conexao;
interface
uses
Data.DB;
type
TDataparModoConexao = (mcFireDac = 0, mcDBExpress = 1, mcUniDac = 2, mcDOA = 3);
TDataparProvider = class
strict private
FHost: String;
FUser: String;
FPassword: String;
FDriverName: String;
public
public... |
unit PE.Parser.ImportDelayed;
interface
uses
System.Generics.Collections,
System.SysUtils,
PE.Common,
PE.Imports,
PE.Types,
PE.Types.Directories,
PE.Types.FileHeader, // expand TPEImage.Is32bit
PE.Types.Imports,
PE.Types.ImportsDelayed,
PE.Utils;
type
TPEImportDelayedParser =... |
unit ULID;
interface
{
ULID: Universally Unique Lexicographically Sortable Identifier
String Representation: ttttttttttrrrrrrrrrrrrrrrr
where t is Timestamp
r is Randomness
For more information see: https://github.com/martinusso/ulid/blob/master/README.md
}
function CreateULID: string;
function Enc... |
namespace GlHelper;
interface
uses
rtl;
type
{ A 4-dimensional vector. Can be used for a variety of purposes:
* To represent points or vectors in 4D space, using the X, Y, Z and W
fields.
* To represent colors with alpha channel information (using the R, G, B and
A fields, which are just ali... |
unit uShellIntegration;
interface
uses
Winapi.Windows,
Winapi.ShellApi,
Winapi.ShlObj,
Winapi.ActiveX,
System.Win.ComObj,
System.SysUtils,
System.Classes,
System.Variants,
System.Math,
Vcl.Forms,
Vcl.Clipbrd,
uMemory,
uVistaFuncs,
uAppUtils,
uVCLHelpers,
uFastLoad... |
unit BRegExp;
//=====================================================================
// BRegExp.pas : Borland Delphi 用 BREGEXP.DLL 利用ユニット
// 1998/10/03版 osamu@big.or.jp
//
// BREGEXP.DLL は、http://www.hi-ho.or.jp/~babaq/ にて公開されている
// Perl5互換の正規表現エンジン BREGEXP.DLL を Borland Delphi から利用
// するためのユニットファイ... |
unit nsOptionsFrm;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ComCtrls, StdCtrls, ExtCtrls, ShellAPI, nsGlobals, nsUtils,
IdSMTP, ImgList, IdIOHandler, IdIOHandlerSocket, System.UITypes,
IdIOHandlerStack, IdSSL, IdSSLOpenSSL, IdBaseComponent, IdC... |
namespace Sugar.Collections;
interface
type
HashSet<T> = public class mapped to {$IF COOPER}java.util.HashSet<T>{$ELSEIF ECHOES}System.Collections.Generic.HashSet<T>{$ELSEIF NOUGAT}Foundation.NSMutableSet{$ENDIF}
public
constructor; mapped to constructor();
method &Add(Item: T): Boolean;
m... |
unit CFButtonEdit;
interface
uses
Windows, Classes, Controls, CFControl, Graphics, Messages, CFEdit;
type
TCBEdit = class(TCFEdit);
TCButtonStyle = (cbsLookUp, cbsDrop, cbsFind, cbsFold, cbsNew, cbsOpen,
cbsDateTime);
TCCustomButtonEdit = class(TCFTextControl)
private
FEdit: TCBEdi... |
unit Demo.MaterialScatterChart.DualY;
interface
uses
System.Classes, Demo.BaseFrame, cfs.GCharts;
type
TDemo_MaterialScatterChart_DualY = class(TDemoBaseFrame)
public
procedure GenerateChart; override;
end;
implementation
procedure TDemo_MaterialScatterChart_DualY.GenerateChart;
var
Chart: IcfsGChart... |
// 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... |
namespace Stack;
interface
type
// An implementation of a generic stack. Based on the example in
// ch. 11 of Bertrand Meyer's "Object Oriented Software Construction" 2nd Ed
Stack<T> = public class
private
fCount: Integer;
fCapacity: Integer;
representation: array of T;
method GetIsEmpty: Bo... |
unit uMaterials;
interface
uses
uMesh, uClasses, GLVectorGeometry, GLColor, SysUtils, GLMaterial,
GLTexture{, uPngCopy};
procedure ResetMaterialData (var MaterialData: TMaterialData);
procedure ApplyMaterialData (MatLib: TGLMaterialLibrary; Obj: TMesh);
procedure SetMaterialTexture (fName: AnsiString... |
unit uHTMLCreator;
interface
uses
Classes, Generics.Collections;
type
{Criar classes para cada Type}
THTMLInputTypeEnum = (itButton, itCheckBox, itColor, itDate, itDateTime, itEmail, itFile, itHidden, itImage, itMonth, itNumber,
itPassword, itRadio, itRange, itReset, itSearch, itSubmit, itTel, it... |
{******************************************************************************}
{ }
{ Delphi OPENSSL Library }
{ Copyright (c) 2016 Luca Minuti ... |
unit LrTreeData;
interface
uses
SysUtils, Classes, Contnrs,
LrDocument;
type
TLrLeafItem = class(TComponent)
private
FDisplayName: string;
protected
function GetDisplayName: string; virtual;
procedure SetDisplayName(const Value: string); virtual;
public
constructor Create; reintroduce; ... |
unit ibSHDDLCommentator;
interface
uses
SysUtils, Classes, StrUtils,
SHDesignIntf,
ibSHDesignIntf, ibSHTool;
type
TibSHDDLCommentator = class(TibBTTool, IibSHDDLCommentator, IibSHBranch, IfbSHBranch)
private
FMode: string;
FGoNext: Boolean;
function GetMode: string;
procedure... |
unit dxtools;
{DXTools - delphi helper functions for managing DirectX things}
{(c) February 1997 by Luc Cluitmans}
{This source is provided free as part of an example of using Direct3D in Delphi.
No guarantees; I am not responsible for nasty things that may happen to you
or your computer by using this code}
{Sorry f... |
unit uDownloadThread;
interface
uses
System.Classes;
type
TDownloadThreadDataEvent = procedure(const Sender: TObject; ThreadNo, ASpeed: Integer; AContentLength: Int64; AReadCount: Int64; var Abort: Boolean; const VisualObject: TObject) of object;
TDownloadThread = class(TThread)
private
FOnThr... |
unit uFrmBaixarContaReceber;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, uFrmBase, StdCtrls, DXPControl, DXPButtons, Mask, RxToolEdit,
RxCurrEdit, uContaReceberDAOClient, ContaReceber;
type
TFrmBaixarContaReceber = class(TFrmBase)
Label1: TLabel;
... |
unit stmTransform1;
interface
uses classes, sysutils,
util1, stmdef,stmObj, stmObv0, stmMvtX1, cuda1, stmPG, sysPal32, Direct3D9G,
stmstmX0, Dprocess, stmVSBM1,
stmvec1,ncdef2,
debug0;
{ TVStransform effectue une transformation des pixels d'une surface ( un VSbitmap)
obSource est la sou... |
{================================================================================
Copyright (C) 1997-2002 Mills Enterprise
Unit : rmBaseEdit
Purpose : Base Edit class used by other "rmEdit" controls.
Date : 01-15-2000
Author : Ryan J. Mills
Version : 1.92
===========================================... |
unit ThChangeNotifier;
interface
uses
SysUtils, Classes, Graphics;
type
TThChangeNotifier = class(TPersistent)
private
FOnChange: TNotifyEvent;
public
procedure Change;
public
property OnChange: TNotifyEvent read FOnChange write FOnChange;
end;
implementation
{ TThChangeNotifier }
... |
unit Common.Barcode.Drawer;
interface
type
IBarcodeDrawer = interface
['{A253E38C-AA33-47D5-B258-2DEE410BD8F2}']
function SVG(const AEncodedData: string): string;
end;
TBarcodeDrawer = class(TInterfacedObject, IBarcodeDrawer)
protected
function Get1(const Position, Length: single): string; virtual;... |
unit uI2XOCRProcThread;
interface
uses
SysUtils,
Classes,
uI2XDLL,
uDWImage,
GR32,
uI2XThreadBase,
uStrUtil,
uHashTable,
uI2XConstants,
uImage2XML,
uI2XTemplate,
uI2XOCR,
uI2XProduct,
Typinfo,
uI2XPluginManager,
uI2XMemMap;
type
TOnImageAttributesCalculated = pr... |
unit voro;
{
Algorithm according to Shamos-Hoey and Lee that creates the voronoi diagram of a 2D point field in N log(N).
Copyright (C) 2002 Christian Huettig
Released: 08/08/2002
Restrictions: The line-cut algorithm isn't perfect (5% failure, but indicated!)
Huge problems with collinearity
Inefficie... |
unit UObjectCacheClass;
interface
uses uCommonForm, Classes,Buttons,Menus,UIdListsClass,uOilQuery,Ora, uOilStoredProc;
type TObjectCache = class
private
function GetValues(p_Num:integer):pointer;
public
List: TList;
property Values[p_Num:integer]:pointer read GetValues; defa... |
unit PlatformListViewOptionsMain;
interface
uses
System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants,
FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs,
FMX.ListView.Types, Data.Bind.GenData, System.Rtti, System.Bindings.Outputs,
Fmx.Bind.Editors, Data.Bind.EngEx... |
//**********************************************************************************************************************
// $Id: udOpenFiles.pas,v 1.9 2006-08-23 15:19:11 dale Exp $
//----------------------------------------------------------------------------------------------------------------------
// DKLang Trans... |
unit Dialog_EditUnit;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs,ElTree, StdCtrls,DW,ADODB,BaseContext, RzLabel, Mask, RzEdit,
Class_OperaTree,Class_AppCheck;
type
TDialogEditUnit = class(TForm)
Btn_OK: TButton;
Btn_Cancel: TButton;
... |
unit OTFEFreeOTFEDLL_U;
{
TOTFEFreeOTFEDLL is a wrapper round the DLL and also does all drive operations,
enc data, create new vols, etc
is a singleton class, only ever one instance - this is enforced by assertion in
base class ctor
set up instance by calling OTFEFreeOTFEBase_U.SetFreeOTFEType then get inst... |
unit uLivroModel;
interface
uses uGenericEntity, uEditoraModel, uAutorModel;
type
TLivroModel = class(TGenericEntity)
private
FTitulo: String;
FCodigo: Integer;
FEditora: TEditoraModel;
FAutor: TAutorModel;
procedure SetCodigo(const Value: Integer);
procedure SetEditora(const Value: T... |
unit com.example.android.accelerometerplay;
{*
* Copyright (C) 2007 The Android Open Source Project
*
* 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.apach... |
program HowToCreateAnAnimation;
uses
SwinGame, sgTypes;
procedure Main();
var
explosion: Sprite;
begin
OpenAudio();
OpenGraphicsWindow('Create Animation', 200, 200);
LoadResourceBundle('explosion_bundle.txt');
explosion := CreateSprite(BitmapNamed('explosionBmp'), AnimationScriptNamed('explo... |
{================================================================================
Copyright (C) 1997-2002 Mills Enterprise
Unit : rmNotebookReg
Purpose : Declares the component and property editors for the rmNotebook control
Date : 11-20-02
Author : Ryan J. Mills
Version : 1.92
Notes :
========... |
{*******************************************************************************
Title: T2Ti ERP
Description: VO relacionado à tabela [COMPRA_COTACAO]
The MIT License ... |
unit uFrmAdvertisingConfig;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Buttons, ExtCtrls, cxStyles, cxCustomData, cxGraphics,
cxFilter, cxData, cxEdit, DB, cxDBData, cxGridLevel, cxClasses,
cxControls, cxGridCustomView, cxGridCustomTableView, c... |
// 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 Unit1;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants,
System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs,
Vcl.StdCtrls, Vcl.Buttons, Data.DB, Data.Win.ADODB, SportFrm;
type
TForm1 = class(TSportForm)
Connection1: TADOConnection;
Query1: TADOQuer... |
{: Using the GLBumpShader for object space bump mapping.<p>
The bump shader runs an ambient light pass and a pass for
each light shining in the scene. There are currently 2
bump methods: a dot3 texture combiner and a basic ARB
fragment program.<p>
The dot3 texture combiner only supports diffuse ... |
unit uOperationSystem;
interface
uses Windows, SysUtils;
type
// added osVista and osW7 by Antonio.
TOSVersion = (osUnknown, os95, os95OSR2, os98, os98SE, osME, osNT3, osNT4, os2K, osXP, osVista, osW7);
function GetOS(var BuildInfo:String): TOSVersion;
implementation
function GetOS(var BuildInfo:String)... |
//------------------------------------------------------------------------------
//InterServer UNIT
//------------------------------------------------------------------------------
// What it does-
// The Inter Server.
// Contains the brunt of t... |
(*
* 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... |
// ************************************************************************
// ***************************** CEF4Delphi *******************************
// ************************************************************************
//
// CEF4Delphi is based on DCEF3 which uses CEF3 to embed a chromium-based
// browser in D... |
unit SelectAddKind;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, cxLookAndFeelPainters, StdCtrls, cxButtons, cxControls,
cxContainer, cxEdit, cxRadioGroup;
type
TSelectAddKind_Form = class(TForm)
RadioGroup: TcxRadioGroup;
ApplyButton: TcxButton;
... |
{: The Simple Paint Program using Gui components from GLScene.<p>
To use the Gui you must place a TGLGUILayout component on your form,
this is a storage for Gui layouts within a single texture, each layout
is identified by a name. All Layouts can be used with any Gui Component,
however features like a... |
unit Aurelius.Schema.Register;
{$I Aurelius.inc}
interface
uses
Generics.Collections,
Aurelius.Schema.Interfaces;
type
TSchemaImporterRegister = class
private
class var FInstance: TSchemaImporterRegister;
private
FImporters: TDictionary<string, ISchemaImporter>;
procedure PrivateCreate;
pr... |
unit UDRecords;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, StdCtrls, UCrpe32;
type
TCrpeRecordsDlg = class(TForm)
pnlRecords: TPanel;
pnlMonitor: TPanel;
lblRead: TLabel;
lblSelected: TLabel;
lblPrinted: TLabel;
editRead: TEdit;
... |
unit TestURateioVO;
{
Delphi DUnit Test Case
----------------------
This unit contains a skeleton test case class generated by the Test Case Wizard.
Modify the generated code to correctly setup and call the methods from the unit
being tested.
}
interface
uses
TestFramework, SysUtils, Atributos, UItensR... |
unit uPRK_SP_EDUCORG;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, uKlassVuzLicense, cxStyles, cxCustomData, cxGraphics, cxFilter,
cxData, cxDataStorage, cxEdit, DB, cxDBData, FIBDatabase, pFIBDatabase,
FIBDataSet, pFIBDataSet, FIBQuery, pFIBQuery, pFIBSto... |
unit uTools;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, strutils;
function removeDiacritics(aStr: string): string;
function NormalizeTerm(const aSearchTerm: string): string;
function StripNonAlphaNumeric(const aValue: string): string;
function CopyAndSplitCammelCaseString(const aValue: string): string;... |
{ *******************************************************************************
Title: T2Ti ERP
Description: Unit de controle Base - Cliente.
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 documenta... |
//***********************************************************************
//* Проект "Студгородок" *
//* Форма регистрации проживающих - изменение данных по льготам *
//* Выполнил: Чернявский А.Э. 2004-2005 г. *
//**********************... |
unit NewFrontiers.Validation.VclHelper;
interface
uses
Vcl.Forms, Vcl.StdCtrls, Vcl.ExtCtrls, Vcl.Controls;
type
TEditHelper = class helper for TEdit
function getValidationText: string;
procedure valid;
procedure invalid;
end;
implementation
uses Vcl.Graphics;
{ TEditHelpe... |
PROGRAM JunkMail (Input,Output, Junk);
{****************************************************************************
Author: Scott Janousek Due: Fri March 26, 1993
Student ID: 4361106 Section: 1 MWF 10:10
Program Assignment 3 Instructor: Jeff Clouse
Program Desciption: This Program cre... |
unit VoxelMap;
// This is a 3D grid that supports some interesting voxel treatment
// operations for normalizing and rendering.
// 28/01/2009: Version 1.0 by Banshee
interface
uses BasicMathsTypes, BasicDataTypes, ThreeDPointList, Voxel, Normals, BasicConstants,
BasicFunctions, VolumeGreyData, Dialogs,... |
unit EditorSettings;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls, Buttons, inifiles, Main;
type
TEditorSettingsForm = class(TForm)
SaveBtn: TBitBtn;
BaggrundFarve: TColorBox;
Label1: TLabel;
SkriftFarve: TColorBox;
La... |
//////////////////////////////////////////////////////////////////////////
// This file is a part of NotLimited.Framework.Wpf NuGet package.
// You are strongly discouraged from fiddling with it.
// If you do, all hell will break loose and living will envy the dead.
/////////////////////////////////////////////////////... |
unit UCnae;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants,
System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, UtelaCadastro, Vcl.ComCtrls,
Vcl.StdCtrls, Vcl.Mask, Vcl.Buttons, Vcl.ExtCtrls, Vcl.Grids, Vcl.DBGrids,
UCnaeVo, UCnaeController, Generics.Collect... |
unit UCadastroUnidadeMedida;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, UFrmCRUD, Menus, Buttons, StdCtrls, ExtCtrls
, UUnidadeMedida
, URegraCRUDUnidadeMedida
, UUtilitarios
;
type
TFrmCadastroUnidadeMedida = class(TFrmCRUD)
gbInformacoes: TG... |
unit CCJSO_AccessUserAlert;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, DB, ADODB, StdCtrls, ToolWin, ComCtrls, ExtCtrls, CheckLst,
ActnList;
type
TfrmCCJSO_AccessUserAlert = class(TForm)
pnlControl: TPanel;
pnlControl_Tool: TPanel;
pnlContro... |
(* Taken from PC World Best of *.* Volume 1 (1988)
NO LICENSE PROVIDED, PROBABLY PUBLIC DOMAIN (published on coverdisk)
Documentation:
Title: "New Math for Turbo Pascal"
Reference: PC World August 1989
Author: Keith Hattes
The file MATH.PAS is a Turbo Pascal unit (submodule) that contains a
variety o... |
// Eduardo - 13/09/2021
unit FMX.CodeEditor.Caret;
interface
uses
FMX.Controls,
System.UITypes,
FMX.Types;
type
TInternalCaret = class
private
FCaret: TCaret;
function GetColor: TAlphaColor;
procedure SetColor(const Value: TAlphaColor);
function GetX: Single;
function GetY: Single;
... |
unit Matriz;
interface
const
cOrdemMax= 100;
type
tMatriz= array[1..cOrdemMax, 1..cOrdemMax] of Extended;
var
eMatriz: tMatriz;
procedure MultiplicarPorEscalar (Largura, Altura: Integer; Escalar: Extended);
procedure Triangular (Ordem: Integer; var Sinal: SmallInt);
function ... |
//virtualbox images read/write operations
unit vdi;
{$IFDEF FPC}
{$MODE Delphi}
{$ENDIF}
interface
uses
windows,
sysutils;
const INVALID_SET_FILE_POINTER = $FFFFFFFF;
type
VDIDISKGEOMETRY=record
//** Cylinders. */
cCylinders:dword;
//** Heads. */
cHeads:dword;
//** Sectors per tr... |
unit uHistoryGen;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, uMemoControl, uFControl, uLabeledFControl,
uCharControl, Buttons, FIBDatabase, pFIBDatabase, DB, FIBDataSet,
pFIBDataSet;
type
TfmHistoryGen = class(TForm)
DBUser... |
{***************************************************************************}
{ }
{ Delphi Package Manager - DPM }
{ }
{ ... |
unit UPessoaJuridica;
interface
uses UPessoa;
type
TPessoaJuridica = Class(TPessoa)
private
protected
FRS:string;
FFantasia:string;
FIE:String;
FCNPJ:String;
FTelefone2:string;
FCelular2:string;
public
constructor Create;
destructor Destroy;
procedure ... |
unit Objekt.Ini;
interface
uses
SysUtils, Classes, variants, Objekt.Global;
type
TIni = class(TComponent)
private
function getTMSPfad: string;
procedure setTMSPfad(const Value: string);
function getAV_TMS: string;
procedure setAV_TMS(const Value: string);
function getBibliotheksPfad32: stri... |
unit FDBase;
(*====================================================================
MDI Window with one database. Here is the top level implementation of
most DiskBase commands.
======================================================================*)
interface
uses
SysUtils,
{$ifdef mswindows}
Window... |
(*
* Copyright (c) 2004
* HouSisong@gmail.com
*
* This material is provided "as is", with absolutely no warranty expressed
* or implied. Any use is at your own risk.
*
* Permission to use or copy this software for any purpose is hereby granted
* without fee, provided the above notices are retained on all copies... |
unit frmBaseData;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, frmBase, cxStyles, cxCustomData, cxGraphics, cxFilter, cxData,
cxDataStorage, cxEdit, DB, cxDBData, cxContainer, cxTextEdit, cxMaskEdit,
cxDropDownEdit, StdCtrls, Buttons, ExtCtrls, cxGridLevel... |
unit Aurelius.Schema.MySQL;
{$I Aurelius.Inc}
interface
uses
Aurelius.Drivers.Interfaces,
Aurelius.Schema.AbstractImporter,
Aurelius.Sql.Metadata;
type
TMySQLSchemaImporter = class(TAbstractSchemaImporter)
strict protected
procedure GetDatabaseMetadata(Connection: IDBConnection; Database: TDatabaseMet... |
// ----------- Parse::Easy::Runtime -----------
// https://github.com/MahdiSafsafi/Parse-Easy
// --------------------------------------------
unit Parse.Easy.Lexer.CodePointStream;
interface
uses
System.SysUtils,
System.Classes;
type
TCodePointStream = class(TObject)
private
FChars: TCharArray;
FPo... |
unit LandmarkPathCalculator;
interface
uses
SysUtils,
System.Generics.Collections, System.Generics.Defaults,
Ils.Utils, Geo.Hash, Geo.Pos,
AStar64.DynImport, AStar64.Typ, AStar64.FileStructs, AStar64.LandMark;
type
TLPC = class
public
class procedure Gen(
const AFullPath: string;
const A... |
unit Objekt.DHLVersionBase;
interface
uses
SysUtils, Classes, geschaeftskundenversand_api_2;
type
TDHLVersionBase = class
protected
fVersionAPI: Version;
private
fminorRelease: string;
fmajorRelease: string;
fBuild: string;
procedure setmajorRelease(const Value: String);
procedure set... |
unit UserScript;
var
kFile: IwbFile;
// -----------------------------------------------------------------------------
// EVENTS
// -----------------------------------------------------------------------------
function Initialize: Integer;
begin
kFile := FileByName('Fallout4.esm');
end;
function Proc... |
unit UDSubreports;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls,
Forms, Dialogs, StdCtrls, ExtCtrls, Buttons, UCrpe32;
type
TCrpeSubreportsDlg = class(TForm)
pnlSubreports: TPanel;
lbSubNames: TListBox;
GroupBox1: TGroupBox;
btnBorder: TButton;
btnFormat: TButton;... |
unit DAW.Adb;
interface
uses
DAW.Model.Device.New,
DAW.Utils.DosCMD,
DAW.Adb.Parser;
type
TdawAdb = class
private
const
TCPIP_PORT = '5555';
private
FCommandLine: TDosCMD;
FAdbParser: TdawAdbParser;
function DisconnectDevice(ADeviceIp: string): Boolean;
procedure enableTCPComman... |
PROGRAM RevisedMoo (Input,Output, SumFile);
{****************************************************************************
Author: Scott Janousek Due: Mon May 10, 1993
Instructor: Jeff Clouse Section: 1 MWF 10:10
Programming Assignment 6 Student ID: 4361106
... |
unit Unit3;
interface
type
TSession = class
private
SessionState : Boolean;
RecvCallState : Boolean;
HoldState : Boolean;
ConferenceState : Boolean;
SessionID : Integer;
public
function GetSessionID: Integer;
function GetSessionState: Boolean;
function GetRecvCallState: Boolean... |
unit ibSHDMLExporter;
interface
uses
SysUtils, Classes, Dialogs, ExtCtrls,
SHDesignIntf,
ibSHDesignIntf, ibSHTool;
type
TibSHDMLExporter = class(TibBTTool, IibSHDMLExporter, IibSHBranch, IfbSHBranch)
private
FData: IibSHData;
FOutput: string;
FMode: string;
FTablesForDumping:... |
unit PropEditorsReg2;
{-
********************************************************************************
******* XLSReadWriteII V3.00 *******
******* *******
******* Copyright(C) 1999,2006 Lars Arvidsson, Axol... |
unit Pospolite.View.Drawing.Renderer;
{
+-------------------------+
| Package: Pospolite View |
| Author: Matek0611 |
| Email: matiowo@wp.pl |
| Version: 1.0p |
+-------------------------+
Comments:
...
}
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, Graphics, Pospolite... |
unit UPMsgCoder;
interface
uses
System.Classes, diocp_coder_baseObject, utils_buffer;
type
TUPMsgDecoder = class(TIOCPDecoder)
public
/// <summary> 解码收到的数据 </summary>
function Decode(const AInBuffer: TBufferLink; AContext: TObject): TObject; override;
end;
TUPMsgEncoder = class(TIOCPEncoder)
pub... |
unit CustomScheme;
interface
uses BasicFunctions, SysUtils, Classes;
type
TCustomSchemeData = array[0..255] of integer;
TCustomScheme = class
private
fName : string;
fAuthor : string;
fGameType : integer;
fSplit : boolean;
fWebsite : string;
... |
//
// This unit is part of the GLScene Project, http://glscene.org
//
{
Cross platform support functions and types for GLScene.
}
unit GLCrossPlatform;
interface
{$I GLScene.inc}
uses
Windows,
System.Types,
System.Classes,
System.SysUtils,
System.StrUtils,
VCL.Consts,
VCL.Graph... |
//
// EE_CONVERT -- Conversion procedures and functions
//
unit ee_convert;
{$MODE OBJFPC}
interface
uses
Crt,
Classes,
DateUtils, // For SecondsBetween
Process,
SysUtils,
USupportLibrary,
UTextFile,
ee_global;
const
LINE_SEPARATOR = '|';
type
// Header Position Array definition
THeader... |
{================================================================================
Copyright (C) 1997-2002 Mills Enterprise
Unit : rmMemoryDataSet
Purpose : To allow dataset like functionality with out an actual DB being
attached.
Date : 04-24-2000
Author : Ryan J. Mills
Version : 1.92
N... |
{Используя подпрграммы составить прграмму. Даны 2 матрицы A(n,m) и B(n,m). Составить матрицу C(n,m) следующим образом:
Cij=среднее геометрическое /Aij/и /Bij/}
Program P3;
type
matrix = array[1..20, 1..20] of real;
var
n, m, i, j: integer;
x, y, z: matrix;
procedure SM(a, b: matrix; var c: matrix);
var
... |
//
// VXScene Component Library, based on GLScene http://glscene.sourceforge.net
//
{
Support for Windows WAV format.
}
unit VXS.FileWAV;
interface
{$I VXScene.inc}
uses
System.Classes,
{$IFDEF MSWINDOWS} MMSystem, {$ENDIF}
VXS.ApplicationFileIO,
VXS.SoundFileObjects;
type
{ Support... |
inherited frmOptionsPatientSelection: TfrmOptionsPatientSelection
Left = 345
Top = 133
HelpContext = 9060
BorderIcons = [biSystemMenu, biHelp]
BorderStyle = bsDialog
Caption = 'Patient Selection Defaults'
ClientHeight = 413
ClientWidth = 414
HelpFile = 'CPRSWT.HLP'
Position = poScreenCenter
OnCrea... |
unit UDExportWord;
interface
uses
Classes, Controls, Forms, StdCtrls, ExtCtrls, UCrpe32;
type
TCrpeWordDlg = class(TForm)
btnOk: TButton;
btnCancel: TButton;
pnlPDF: TPanel;
pnlPageRange: TPanel;
lblFirstPage: TLabel;
lblLastPage: TLabel;
cbUsePageRange: TCheckBox;
editFirstPage: ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.