text stringlengths 14 6.51M |
|---|
unit moneydbctrls;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
MoneyCtrls,StdCtrls,DB,DBCtrls;
type
{MoneyDBCheckBox}
TMoneyDBCheckBox = class(TMoneyCheckBox)
private
FDataLink: TFieldDataLink;
FValueCheck: string;
FValueUncheck: string;
procedu... |
unit DPM.Controls.AutoComplete;
interface
uses
System.Classes,
Winapi.Windows,
Winapi.ShlObj,
Winapi.ActiveX;
type
IACList = interface(IUnknown)
['{77A130B0-94FD-11D0-A544-00C04FD7d062}']
function Expand(pszExpand : POLESTR) : HResult; stdcall;
end;
const
//options for IACList2
ACLO_NONE ... |
{*******************************************************************************
Title: T2Ti ERP
Description: VO relacionado à tabela [SOCIO]
The MIT License ... |
unit uFormPassword;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, sSkinProvider, sButton, sEdit, sLabel;
type
TFormPassword = class(TForm)
Edit1: TsEdit;
Label1: TsLabel;
Label2: TsLabel;
Edit2: TsEdit;
Button1: TsButton;
Button2: TsB... |
unit CC95_Register;
interface
uses Classes, sysutils, DesignIntf, DesignEditors, typinfo, ComCtrls95;
{$IFDEF ver90} //remove this line for explict D2 usage
{$DEFINE delphi2} //Create .DCU for D2
{$ENDIF} //remove this line for explict D2 usage
{$IFDEF ver110} //This is for BCB3 Do not remove!
{$DEFINE ... |
//******************************************************************************
// Пакет для редактирования записи
// из таблицы Z_Current - зарплатные текущие выплаты
// Параметры: AOwner - компонент от которого создается форма для редактирования
// DB_Handle ... |
unit Ils.Utils.SaaS;
interface
uses
Redis.Client, Ils.Utils, Windows, JsonDataObjects, DateUtils, SysUtils,
Ils.Logger, IniFiles, Ils.Utils.Debug, Redis.NetLib.INDY, Ils.Redis.Conf;
type
TRedisActivityReporter = class
private
FRedisConfig: TRedisConf;
FInstance, FName, FVersion, FConnectionHostName,... |
unit Chapter06._05_Solution1;
{$mode objfpc}{$H+}
interface
uses
Classes,
SysUtils,
DeepStar.Utils,
DeepStar.DSA.Linear.Queue;
// 279. Perfect Squares
// https://leetcode.com/problems/perfect-squares/description/
// 时间复杂度: O(n)
// 空间复杂度: O(n)
type
TSolution = class(TObject)
public
function numSquar... |
{================================================================================
Copyright (C) 1997-2002 Mills Enterprise
Unit : rmDGT
Purpose : To have a non-visual Directed Graph Tree component.
Date : 04-10-2001
Author : Ryan J. Mills
Version : 1.92
Notes : This unit was partially based upon... |
unit API_MVC_DB;
interface
uses
API_DB,
API_MVC,
System.Generics.Collections;
type
TModelDB = class abstract(TModelAbstract)
protected
FDBEngine: TDBEngine;
public
constructor Create(aDataObj: TObjectDictionary<string, TObject>; aTaskIndex: Integer = 0); override;
end;
TControllerDB = class ... |
unit uDemo;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, DB, DBClient, uHTMLBuilder, ShellAPI;
type
TfrmDemo = class(TForm)
btnSampleDataSet: TButton;
cdsProducts: TClientDataSet;
cdsProductsproduct: TStringField;
cdsProductsprice:... |
unit htMarkup;
interface
uses
Classes, Contnrs,
htTag;
type
ThtMarkup = class
private
FDocType: string;
protected
procedure InitMarkup;
public
Body: ThtTag;
Head: ThtTag;
Includes: ThtTag;
Styles: ThtTag;
Script: ThtTag;
//InitCode: ThtTag;
//ResizeCode: ThtTag;
constr... |
unit ErrorMessages;
interface
uses Classes, Generics.Collections;
type
TAnsiStringList = TList<AnsiString>;
var
ErrorValues: TAnsiStringList;
WarningValues: TAnsiStringList;
// These are error messages that start with a number.
NumberErrorValues: TAnsiStringList;
implementation
Procedure AssignErrorSt... |
unit SDIMAIN;
interface
uses Winapi.Windows, System.Classes, Vcl.Graphics, Vcl.Forms, Vcl.Controls,
Vcl.Menus, Vcl.Dialogs, Vcl.StdCtrls, Vcl.Buttons, Vcl.ExtCtrls, Vcl.ComCtrls,
Vcl.ImgList, Vcl.StdActns, Vcl.ActnList, Vcl.ToolWin, RLReport,
System.ImageList, System.Actions, Data.DB, Data.Win.ADODB, RLF... |
//**************************************************************************//
// Unit: uReplicationClasses.pas //
// Descrição: Implementação das classes de replicação //
// utilizando arquivos XML //
//**... |
unit TDlgSFXTag;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, AnimationSeekBarImpl1;
type
TSFXTagDialog = class(TForm)
Lable_SFXTagList: TLabel;
Combo_SFXTagList: TComboBox;
Group_SFXTagContent: TGroupBox;
BindEdit: TButton;
Lab... |
program AccountScrapping;
{$mode objfpc}{$H+}
uses
{$IFDEF UNIX}{$IFDEF UseCThreads}
cthreads,
{$ENDIF}{$ENDIF}
Classes, InstagramScrapper, eventlog, SysUtils, fphttpclientbroker;
var
Instagram: TInstagramParser;
S: String;
ALogger: TEventLog;
begin
TbFPHTTPClient.RegisterClientClass; // You must re... |
unit UGlobals;
interface
uses
Winapi.Windows, System.SysUtils,
VCL.Graphics,
GLColor, GLTexture;
const SELDIRHELP: INTEGER = 180;
type
PrefRecord = record
{first line of file serves as Version ID}
PHiddenString,
PShpPath, PEarthDataPath,
PEarthModelPath,PEarthPhotoPath, PEarthHR... |
unit UDrawing;
//This unit contains all the code for drawing objects
interface
uses
W3System, W3Graphics,
UPlayer, UAi, UE, UPlat, UBullet, UGameText, UTurret, UOptionsButton, UGlobals, UGlobalsNoUserTypes;
procedure DrawButton(Button : TOptionsButton; FontSize : integer; Canvas: TW3Canvas);
procedure DrawControl... |
//
// VXScene Component Library, based on GLScene http://glscene.sourceforge.net
//
{
Implements FBO support.
Original author of the unit is Riz.
}
unit VXS.FBORenderer;
interface
{$I VXScene.inc}
uses
System.Classes,
System.SysUtils,
FMX.Dialogs,
VXS.OpenGL,
VXS.PersistentClasses,
... |
{
----------------------------------------------------------------
File - PRINT_STRUCT.PAS
Copyright (c) 2003 Jungo Ltd. http://www.jungo.com
----------------------------------------------------------------
}
unit Print_Struct;
interface
uses
Windows,
SysUtils,
windrvr;
function StringToInt (str... |
unit ideSHEditorOptions;
interface
uses
Windows, SysUtils, Classes, Graphics, StdCtrls, DesignIntf, TypInfo,
SHDesignIntf, SHOptionsIntf;
type
// E D I T O R G E N E R A L ===============================================>
TSHEditorOptions = class;
TSHEditorGeneralOptions = class(TSHComponentOpti... |
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls, ComCtrls, VirtualTrees, VirtualExplorerTree,
VirtualExplorerListviewEx, VirtualShellUtilities;
type
TForm1 = class(TForm)
LVEx: TVirtualExplorerListviewEx;
St... |
unit uI2XMemMap;
interface
uses Windows,
SysUtils,
JclStrings,
Classes,
uFileDir,
uStrUtil,
SyncObjs,
uHashTable,
MapStream,
uI2XConstants;
type
TI2XMemoryMapManager = class(TObject)
private
FList : THashTable;
FTokenFilePath : string;
F... |
(*
Category: SWAG Title: MATH ROUTINES
Original name: 0027.PAS
Description: Prime Numbers
Author: MICHAEL BYRNE
Date: 08-27-93 21:45
*)
{
MICHAEL M. BYRNE
> the way, it took about 20 mins. on my 386/40 to get prime numbers
> through 20000. I tried to come up With code to do the same With
> Turbo but it co... |
{
Copyright (c) 2020 Adrian Siekierka
Based on a reconstruction of code from ZZT,
Copyright 1991 Epic MegaGames, used with permission.
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 Softwar... |
namespace TsmPluginFx.Manager;
uses
GisdkAPI,
System.Reflection,
System.IO,
System.Collections.Generic;
type
TsmPluginModuleManager = public class (IGisdkExtension)
private
fModules: not nullable List<TsmPluginModule> := new List<TsmPluginModule>;
fConfigFilePath: String;
met... |
unit GTINTests;
interface
uses
TestFramework,
GTIN;
type
TGTINTests = class(TTestCase)
private
FGTIN: TGTIN;
procedure AssertValid;
procedure CheckIfGTINIsValid(const aGTIN: array of string);
published
procedure TestGTINIsValid;
procedure TestGTINAssertValid;
procedure TestGTIN8IsVa... |
{$B-,I-,Q-,R-,S-}
{$M 16384,0,655360}
{
97¦ Paseo Vespertino. México 2006
----------------------------------------------------------------------
Como todos sabemos, a las vacas les gustan las novedades. Por lo tanto
muchas veces somos llamados para ayudarles a evitar duplicació... |
unit UBrwTaxCategory;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
PaiDeBrowses, BrowseConfig, Mask, DateBox,
Menus, Db, DBTables, Grids, PanelRights, LblEffct, ExtCtrls, StdCtrls, Buttons,
ImgList, ADODB, RCADOQuery, PowerADOQuery, siComp, siLangRT,
cxStyles, cxC... |
unit SDUFilenameEdit_U;
interface
uses
Classes, Controls, Dialogs, Forms,
Graphics, Messages, SDUDialogs, SDUFrames, StdCtrls, SysUtils, Variants, Windows;
type
TSDUFilenamEditType = (fetOpen, fetSave);
TSDUFilenameEdit = class (TSDUFrame)
edFilename: TEdit;
pbBrowse: TButton;
... |
unit ASUP_LoaderPrintDocs_Types;
interface
uses IBase,Classes,SysUtils;
type TESavedItem = class(Exception);
Type TSavedItem = record
Id:integer;
Kod:string;
Text:string;
end;
Type TIndexSavedItem = 0..5;
Type TSavedItems = class
protected
PArraySavedItems : array[1..5] of TSavedItem;
PCount:TIndexSavedIt... |
unit RadioButtonAll;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, stdctrls, SuperComboADO;
type
TRadioButtonAll = class(TRadioButton)
private
{ Private declarations }
FLinkedSuperCombo : TSuperComboADO;
FTextAll : String;
protected
{ Protected decla... |
unit translation;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils;
resourcestring
//Master form
rs0001 = 'TimeOut reading from slot: %s';
rs0002 = 'Error Reading lines from slot: %s';
rs0003 = 'Receiving headers';
rs0004 = 'Error Receiving headers from %s (%s)';
rs0005 = 'Headers file received: %... |
unit uProgramStatInfo;
interface
uses
System.Classes,
System.SysUtils,
System.Math,
uMemory,
uSettings;
const
cStatisticsRegistryKey = 'Stat';
type
TProgramStatInfo = class(TObject)
private
procedure UpdateProperty(PropertyAlias: string);
public
procedure ProgramStarted;... |
unit OpenSSL.HashUtilsTests;
interface
uses
TestFramework, OpenSSL.Api_11, OpenSSL.HashUtils, System.SysUtils, System.Classes,
OpenSSL.Core;
type
THashUtilTest = class(TTestCase)
strict private
FHashUtil: THashUtil;
private
procedure TestResult(const AIn, AOut: string);
public
procedure SetUp... |
(*
Category: SWAG Title: TEXT FILE MANAGEMENT ROUTINES
Original name: 0046.PAS
Description: Text File Paginator
Author: DAVID DANIEL ANDERSON
Date: 02-28-95 10:04
*)
PROGRAM PaginateTextFiles;
CONST
ProgData = 'PAGINATE- Free DOS utility: text file paginator.';
ProgDat2 = 'V1.00: July 14, 1993. (c... |
unit M_regist;
interface
uses WinTypes, WinProcs, Classes, Graphics, Forms, Controls, Buttons,
StdCtrls, M_Global, Dialogs;
type
TRegisterWindow = class(TForm)
OKBtn: TBitBtn;
CancelBtn: TBitBtn;
Memo1: TMemo;
Label1: TLabel;
Label15: TLabel;
EDEmail: TEdit;
EDName: TEdit;
Label2:... |
(*
Category: SWAG Title: POINTERS, LINKING, LISTS, TREES
Original name: 0014.PAS
Description: Linked List of Text
Author: KEN BURROWS
Date: 02-03-94 16:08
*)
{
From: KEN BURROWS
Subj: Linked List Problem
---------------------------------------------------------------------------
Here is a short Linked List ... |
unit Dmitry.Graphics.LayeredBitmap;
interface
uses
System.Classes,
System.SysUtils,
System.Math,
Winapi.Windows,
Winapi.CommCtrl,
Vcl.Controls,
Vcl.Graphics,
Vcl.ImgList,
Dmitry.Memory,
Dmitry.Graphics.Types;
type
TLayeredBitmap = class(TBitmap)
private
FIsLayered: Bool... |
unit uLinkListEditorUpdateDirectories;
interface
uses
Generics.Collections,
Winapi.Windows,
System.SysUtils,
System.Classes,
System.StrUtils,
Vcl.Controls,
Vcl.StdCtrls,
Vcl.ExtCtrls,
Vcl.Forms,
Vcl.Graphics,
Vcl.Imaging.PngImage,
Dmitry.Utils.System,
Dmitry.Imaging.JngIma... |
unit utils;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ComCtrls, ExtCtrls, StdCtrls, Buttons, OleCtrls, SHDocVw, stdActns,
ShellAPI, ShlObj;
function PastaProcurar(const Title: string; const Flag: integer): string;
procedure MsgErr(Error: String);
F... |
unit EanHtml;
interface
procedure CreateHtml_AllCodes(Root:Boolean; Dir:String);
implementation
uses Classes, SysUtils, EanSpecs, EanKod;
const Html_Template='<HTML><HEAD>%s<STYLE TYPE="text/css">@import url(../styles.css);</STYLE></HEAD><BODY>%s</BODY></HTML>';
function YesNo(B:Boolean):String;
begin
if B th... |
unit uFindString;
interface
uses
Winapi.Windows, System.SysUtils, System.Classes, SynCobjs, uFormats;
type
/// <summary>Потік пошуку входження рядка в файл</summary>
TFindStrThread = class(TThread)
private
ThreadListP: TThreadList;
SearchText : TSearchAll;
FileName : string;
... |
unit InspectorView;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls, ComCtrls, Grids,
dcgen, dcedit, dcpedit, oinspect,
JsInspector;
type
TInspectorForm = class(TForm)
Bevel1: TBevel;
CompList: TCompList;
Bevel2: TBevel;... |
unit uAddMinZP;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, uLogicCheck, ActnList, uInvisControl, uFControl,
uLabeledFControl, uDateControl, StdCtrls, Buttons, uFormControl,
uCharControl, uFloatControl, uSimpleCheck, uMinZPData;
type
TfmAddMinZP = clas... |
unit UpDefSignersFrame;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, cxStyles, cxCustomData, cxGraphics, cxFilter, cxData, uFormControl,
cxDataStorage, cxEdit, DB, cxDBData, FIBQuery, pFIBQuery, FIBDataSet,
pFIBDataSet, cxGridLevel, cxGridCustomTab... |
unit uSubripFile;
{ Subrip file (srt) decoder and encoder.
Copyright (C) 2017 Mohammadreza Bahrami m.audio91@gmail.com
This library is free software; you can redistribute it and/or modify it
under the terms of the GNU Library General Public License as published by
the Free Software Foundation; either version ... |
unit uIDivider;
{$I ..\Include\IntXLib.inc}
interface
uses
uEnums,
uIntX,
uIntXLibTypes;
type
/// <summary>
/// Divider class interface.
/// </summary>
IIDivider = interface(IInterface)
['{1DE44B6B-BCC7-47EF-B03E-1E289CBDA4B9}']
/// <summary>
/// Divides one <see cref... |
unit InflatablesList_SimpleBitmap;
{$INCLUDE '.\InflatablesList_defs.inc'}
interface
uses
AuxTypes, AuxClasses,
Windows, Classes, Graphics;
type
TILRGBAQuad = packed record
R,G,B,A: Byte;
end;
PILRGBAQuad = ^TILRGBAQuad;
TILRGBAQuadArray = array[0..$FFFF] of TILRGBAQuad;
PILRGBAQuadArray = ^TILR... |
{ ****************************************************************************** }
{ * geometry Rotation imp writen by QQ 600585@qq.com * }
{ * https://zpascal.net * }
{ * https://github.com/PassByYou888/zAI ... |
library Streams;
uses
SysUtils,
Classes,
svm in '..\svm.pas';
{STREAM}
type
TStreamContainer = class
public
stream: TStream;
constructor Create(s: TStream);
end;
constructor TStreamContainer.Create(s: TStream);
begin
self.stream := s;
end;
procedure _Stream_Destru... |
unit DiscSpec_EditForm;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ActnList, dxBar, dxBarExtItems, ImgList, cxGraphics,
cxCustomData, cxStyles, cxTL, cxControls, cxInplaceContainer, cxTLData,
cxDBTL, cxLabel, cxContainer, cxEdit, cxTextEdit, cxMaskEdit,
... |
unit Demo.ProcessLine;
{ ProcessLines example from the the Duktape guide (http://duktape.org/guide.html) }
interface
uses
Duktape,
Demo;
type
TDemoProcessLine = class(TDemo)
public
procedure Run; override;
end;
implementation
{ TDemoProcessLine }
procedure TDemoProcessLine.Run;
const
LINE = 'Escap... |
//
// This unit is part of the GLScene Project, http://glscene.org
//
{: GLFileQ3BSP<p>
Support-code to load Q3BSP Files into TGLFreeForm-Components in GLScene.<p>
Note that you must manually add this unit to one of your project's uses
to enable support for OBJ & OBJF at run-time.<p>
<b>History : </b><fo... |
unit Odontologia.Modelo.Entidades.Agenda;
interface
uses
SimpleAttributes;
type
[Tabela('DAGENDA')]
TDAGENDA = class
private
FAGE_PACIENTE : integer;
FAGE_CODIGO : integer;
FAGE_FECHA : String;
FAGE_MEDICO : integer;
FAGE_COD_ESTADO_CITA : integer;... |
unit uSearchQuery;
interface
uses
System.Classes,
System.DateUtils,
Dmitry.Utils.System,
uMemory,
uConstants,
uDBConnection,
uDBEntities,
uStringUtils;
type
TSearchQuery = class(TObject)
private
FPictureSize: Integer;
FGroups: TStringList;
FGroupsAnd: Boolean;
... |
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, DB, ADODB, StdCtrls, cxLookAndFeelPainters, cxButtons, cxMemo,
cxTextEdit, cxControls, cxContainer, cxEdit, cxMaskEdit, cxDropDownEdit,
cxLookupEdit, cxDBLookupEdit, cxDBLookupComboBox;
type
TForm... |
unit TestULeituraGasVO;
interface
uses
TestFramework, SysUtils, Atributos, ULeituraGasVO, UCondominioVO,
Generics.Collections, UGenericVO, Classes, Constantes, UitensLeituraGasVO;
type
TestTLeituraGasVO = class(TTestCase)
strict private
FLeituraGasVO: TLeituraGasVO;
public
procedure SetUp; overri... |
unit uGenericDAO;
interface
Uses Db, Rtti, uCustomAttributesEntity, TypInfo, SysUtils;
type
TGenericDAO = class
private
class function GetTableName<T: class>(Obj: T): String;
public
//procedimentos para o crud
class function Insert<T: class>(AObject: T):boolean;
class function GetAl... |
{* ***** BEGIN LICENSE BLOCK *****
Copyright 2010 Sean B. Durkin
This file is part of TurboPower LockBox 3. TurboPower LockBox 3 is free
software being offered under a dual licensing scheme: LGPL3 or MPL1.1.
The contents of this file are subject to the Mozilla Public License (MPL)
Version 1.1 (the "License"); you may ... |
{-------------------------------------------------------------------------------
Copyright 2012 Ethea S.r.l.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apa... |
unit Odontologia.Modelo.Entidades.Ciudad;
interface
uses
SimpleAttributes;
type
[Tabela('DCIUDAD')]
TDCIUDAD = class
private
FCIU_NOMBRE : String;
FCIU_COD_DEPARTAMENTO : Integer;
FCIU_CODIGO : Integer;
procedure SetCIU_COD_DEPARTAMENTO (const Value: Integer);
procedure SetCIU_CODIG... |
unit Unit1;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, FileUtil, SynHighlighterPython, SynEdit, Forms, Controls,
Graphics, Dialogs, ComCtrls, ExtCtrls, StdCtrls, Buttons, LCLIntf,
Spin, ExtDlgs, EditBtn, Types, TypInfo, IniFiles, ucom;
const
NEOPIXEL16x16_MAX_TEXTWIDTH = 2048;
NEOPIXEL16x16_MAX... |
unit uGridFunc;
{ Создан 18.10.2004 года Должиковым
Модуль предназначен для сортировки данных в гриде DbGridEh, прежде всгео в
случае, когда источником данных грида является MemoryTable.
Если у вас есть DbGridEh, и его источником данных является MemoryTable, то для
того, чтобы можно было осуществлять сортировку... |
unit GOBLFD;
interface
Uses Files, Classes, SysUtils;
Type
TGOBheader=packed record
magic:array[0..3] of char;
index_ofs:longint;
end;
TNEntries=longint;
TGOBEntry=packed record
offs:longint;
size:longint;
name:array[0..12] of char;
end;
TLFDentry=packed record
tag:array[0..3] of ch... |
UNIT UEarthquake;
INTERFACE
USES UDate; {* make functions and procedures from UDate available in this scope *}
{* exposed functions and procedures *}
{* Inserts new earthquake to earthquakes list sorted by date (DESC)
*
* @param latitude REAL Latitude value of geopoint
* @param longitude REAL Longi... |
{================================================================================
Copyright (C) 1997-2002 Mills Enterprise
Unit : rmClock
Purpose : Visual UI eye-candy type component.
Date : 11-21-2002
Author : Ryan J. Mills
Version : 1.92
===========================================================... |
unit uTDeleteDownload;
interface
uses
Windows, shellapi, shlobj, forms, sysUtils, Messages, Dialogs, Classes,
uFrmNewLoader;
type
TFiles = record
ZipFile : String;
Description : String;
end;
type
TDeleteDownload = class(TThread)
private
{ Private declarations }
aFile : array[0..10] o... |
unit PmAppPacket;
//链路用户数据层包装
//为了避免歧义,应该每次都仅仅包含一个数据标识
//注意!!!!: 假设哪些afn需要消息认证是明确的
interface
uses
SysUtils, Classes, StrUtils, PmHelper, PmPacket;
type
TPmAppAFN = (afnQuerenOrFouren=0,afnFuwei=1,afnLianluJiance=2,
afnZhongjiMingling=3,afnShezhiCanshu=4,afnKongzhiMingling=5,
... |
unit TaskNodeInfo;
interface
Uses
Classes,ComCtrls, CurrUnit , SysUtils;
///////////////////////////////////////////////
// 用户信息 Useinfo
//----------------------------
// [角色(工号)]
// 姓名 = (姓名)
// 部门 = (部门)
// 职称 = (职称)
// 密码 = (密码) //加密
// 权限 = (权限)
type
TUserIn... |
unit uDlgFind_OKOF;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, uDlgFind, Menus, cxLookAndFeelPainters, cxGraphics, StdCtrls,
cxRadioGroup, cxCheckBox, cxGroupBox, cxControls, cxContainer, cxEdit,
cxTextEdit, cxMaskEdit, cxDropDownEdit, cxMRUEdit,... |
unit HelpUnit;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls;
type
{ THelpForm }
THelpForm = class(TForm)
OkButton: TButton;
HepMemo: TMemo;
procedure FormCreate(Sender: TObject);
procedure OkButtonClick(Sender: TObject);
priv... |
//---------------------------------------------------------------------------
// This software is Copyright (c) 2011 Embarcadero Technologies, Inc.
// You may only use this software if you are an authorized licensee
// of Delphi, C++Builder or RAD Studio (Embarcadero Products).
// This software is considered a Redis... |
unit RemindersDlg;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Htmlview, StdCtrls, ExtCtrls, Db, DBISAMTb;
type
TRemindersDialog = class(TForm)
Panel1: TPanel;
DontRemindChkBox: TCheckBox;
CloseButton: TButton;
HtmlViewer: THTMLViewer;
tblReminde... |
{*******************************************************************************
Title: T2Ti ERP
Description: VO relacionado à tabela [SINDICATO]
The MIT License ... |
namespace Extension_Methods;
interface
uses
System.Runtime.CompilerServices,
System.Collections.Generic,
System.Text;
type
ConsoleApp = class
public
class method Main;
end;
//Old Extension Methods Syntax
//Interface Extension
//Now each object of class derived from IEnumerable will have an Impl... |
unit htColumns;
interface
uses
Windows, SysUtils, Types, Classes, Controls, Graphics,
htInterfaces, htMarkup;
type
ThtCustomColumns = class(TCustomControl, IhtGenerator)
protected
procedure AlignControls(AControl: TControl; var Rect: TRect); override;
procedure Paint; override;
public
constr... |
//////////////////////////////////////////////////////////////////////////
// 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 BasicDataTypes;
interface
uses Graphics, BasicMathsTypes;
type
PIntegerItem = ^TIntegerItem;
TIntegerItem = record
Value : integer;
Next : PIntegerItem;
end;
T3DIntGrid = array of array of array of integer;
P3DIntGrid = ^T3DIntGrid;
T3DSingleGrid = array of array of... |
unit fos_sparelistgen;
{
(§LIC)
(c) Autor,Copyright
Dipl.Ing.- Helmut Hartl, Dipl.Ing.- Franz Schober, Dipl.Ing.- Christian Koch
FirmOS Business Solutions GmbH
www.openfirmos.org
New Style BSD Licence (OSI)
Copyright (c) 2001-2013, FirmOS Business Solutions GmbH
All rights reserved.
R... |
unit SearchFrm;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, RzButton, ExtCtrls, ComCtrls, StdCtrls, Mask, RzEdit, RzLabel;
type
TfrmSearch = class(TForm)
blAllContainer: TBevel;
btnClose: TRzBitBtn;
btnOK: TRzBitBtn;
Listview: TListView;
... |
{*******************************************************************************
作者: 289525016@163.com 2017-3-30
描述: 自助办卡窗口--葛洲坝钟祥水泥有限公司
*******************************************************************************}
unit uZXNewCard;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graph... |
unit fVolumeY;
interface
uses
Winapi.Windows,
Winapi.Messages,
System.SysUtils,
System.Variants,
System.Classes,
System.Math,
Vcl.Clipbrd,
Vcl.Graphics,
Vcl.Controls,
Vcl.Forms,
Vcl.Dialogs,
Vcl.Menus,
Vcl.StdCtrls,
Vcl.Buttons,
Vcl.ComCtrls,
Vcl.ExtCtrls;
type
... |
unit BalancedTree;
{
Taken from Nicklaus Wirth :
Algorithmen und Datenstrukturen ( in Pascal )
Balanced Binary Trees p 250 ++
Fixed By Giacomo Policicchio
pgiacomo@tiscalinet.it
19/05/2000
Modifications by Wakan project,
http://code.google.com/p/wakan/
}
interface
uses Classes;
... |
{*_* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Program: EMULVT.PAS
Description: Delphi component which does Ansi terminal emulation
Not every escape sequence is implemented, but a large subset.
Author: Fran鏾is PIETTE
Creation: May, 1996
Version: 2... |
//
// Generated by JavaToPas v1.5 20180804 - 083221
////////////////////////////////////////////////////////////////////////////////
unit android.telephony.mbms.StreamingService;
interface
uses
AndroidAPI.JNIBridge,
Androidapi.JNI.JavaTypes,
android.net.Uri,
android.telephony.mbms.StreamingServiceInfo;
type
... |
unit EditSupplierFrm;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, DB, DBClient, StdCtrls, DBCtrls, Mask, RzEdit, RzDBEdit,
RzButton, RzLabel, ExtCtrls, RzPanel,CommonLIB;
type
TfrmEditSupplier = class(TForm)
RzPanel1: TRzPanel;
RzLabel1: TRzLabel... |
unit Unit_Simul;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.Grids, Vcl.StdCtrls,
Vcl.Samples.Spin, Vcl.ExtCtrls, Vcl.Buttons, VrControls, VrBlinkLed;
type
TForm_Simul = class(TForm)
S... |
program GameMain;
uses SwinGame, sgMaps;
procedure Main();
begin
OpenAudio();
OpenGraphicsWindow('Hello World', 800, 600);
LoadDefaultColors();
ShowSwinGameSplashScreen();
WriteLn('Testing LoadBitmap');
LoadBitmapNamed('testing','testing.bmp');
WriteLn('Testing LoadSoundEffect');
LoadSoundEffec... |
unit MVCBr.NavigateModel;
interface
uses System.Classes, System.SysUtils, MVCBr.Interf, MVCBr.Model,
MVCBr.Controller;
Type
TNavigateModelFactory = class(TModelFactory, INavigateModel)
protected
FController:IController;
public
function Controller(const AController: IController): INaviga... |
unit CSV.Interfaces;
interface
uses
System.Classes,
Spring,
MVVM.Interfaces,
MVVM.Interfaces.Architectural,
MVVM.Bindings;
type
TProgresoProcesamiento = procedure(const AData: Integer) of Object;
ICSVFile_Model = Interface(IModel)
['{8B9E3855-735B-4641-AA49-8C20E5F6759A}']
function GetFileName:... |
namespace RemObjects.Elements.EUnit;
interface
type
Assert = public partial static class {$IF NOUGAT}mapped to Object{$ENDIF}
public
method AreEqual<T>(Actual, Expected : sequence of T; IgnoreOrder: Boolean := false; Message: String := nil); {$IF NOUGAT}where T is class;{$ENDIF}
method AreNotEqua... |
{*******************************************************************************
* uFloatControl *
* *
* Библиотека компонентов для работы с формой редактирования (qFControls) ... |
unit XLS_RC4;
interface
uses Classes, SysUtils;
type TRC4Key = record
State: array[0..255] of byte;
x,y: byte;
end;
procedure RC4PrepareKey(KeyData: PByteArray; DataLen: integer; var Key: TRC4Key);
procedure RC4(Buffer: PByteArray; BuffLen: integer; var Key: TRC4Key);
implementation
procedure SwapB... |
unit OTFECrossCrypt_PasswordEntry;
// Description:
// By Sarah Dean
// Email: sdean12@sdean12.org
// WWW: http://www.SDean12.org/
//
// -----------------------------------------------------------------------------
//
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Di... |
//---------------------------------------------------------------------------
// This software is Copyright (c) 2015 Embarcadero Technologies, Inc.
// You may only use this software if you are an authorized licensee
// of an Embarcadero developer tools product.
// This software is considered a Redistributable as ... |
unit UnTar;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
DsgnIntf, tarfile;
CONST BUFSIZE = 512 * 128; // 512 = SECSIZE in unit tarfile
type
TZeroHundred = 0..100;
TOverwriteMode = ( omSkip, omRename, omReplace );
TNextFile = record
name : string... |
PROGRAM patternMatching;
VAR
comps : LONGINT;
FUNCTION EQ(c1,c2 : CHAR) : BOOLEAN;
BEGIN
comps := comps + 1;
EQ := c1 = c2;
END;
(* BruteForce Left To Right Two Loops *)
Procedure BruteForceLR2L(s,p : STRING; Var pos : INTEGER);
VAR
sLen, pLen, i, j : INTEGER;
BEGIN
sLen := Le... |
{
******************************************************
EMI Background Viewer
Copyright (c) 2004 - 2010 Bgbennyboy
Http://quick.mixnmojo.com
******************************************************
}
unit frmMain;
interface
uses
Windows, SysUtils, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Ext... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.