text stringlengths 14 6.51M |
|---|
{*******************************************************************************
Title: T2Ti ERP
Description: VO relacionado à tabela [WMS_RECEBIMENTO_CABECALHO]
The MIT L... |
PROGRAM prac5;
CONST
OPCION1='a';
OPCION2='b';
OPCION3='c';
VAR
opcion:char;
base,limite,i,n,d:integer;
PROCEDURE mostrarMenu;{mostrarMenu}
BEGIN
writeln('**********************************');
writeln(' Autor: Jose Miguel Garcia Benayas');
writeln('**********************************');
writeln(' ');
wri... |
unit View.Main;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls,
Data.DB, Vcl.Grids, Vcl.DBGrids,
Vcl.ActnList,
Vcl.PlatformDefaultStyleActnCtrls, Vcl.ActnMan, Vcl.Menus, Vcl.Imaging.jpeg,
Vc... |
{********************************************************}
{ }
{ Zeos Database Objects }
{ Functions for lexic and syntax analyse }
{ }
{ Copyright (c... |
{AUTEUR : FRANCKY23012301 - 2008 ------- Gratuit pour une utilisation non commerciale}
unit MixPanel;
interface
uses
Forms,Windows, Messages, SysUtils, Classes, Controls, Dialogs, Graphics, StdCtrls, ExtCtrls,TracksGrid;
type
{>>TITLE}
TMixPanelTitle = class(TCustomControl)
private
fColor... |
unit ray4lazEx_desc;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, LazIDEIntf, ProjectIntf, Controls, Forms;
type
{ TRgfApplicationDescriptor }
TRgfApplicationDescriptor = class(TProjectDescriptor)
public
constructor Create; override;
function GetLocalizedName: string; override;
fu... |
unit RootProp;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ComCtrls, StdCtrls, ExtCtrls, FolderList;
type
TformRootProp = class(TForm)
panlButtons: TPanel;
butnOk: TButton;
butnCancel: TButton;
butnApply: TButton;
Panel1: TPanel;
... |
unit newRadioButton;
{$mode objfpc}{$H+}
interface
uses
windows, Classes, SysUtils, StdCtrls, LCLType, Graphics, LMessages, Controls;
type
TNewRadioButton=class(StdCtrls.TRadioButton)
private
painted: boolean;
fCanvas: TCanvas;
fCustomDraw: boolean;
fOnPaint: TNotifyEvent;
protected
pro... |
//**************************************************************************************************
//
// Unit Vcl.Styles.Npp
// unit for the VCL Styles for Notepad++
// https://github.com/RRUZ/vcl-styles-plugins
//
// The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"... |
unit unPrevDuplicataSemForm;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, Funcoes, RLReport, DBClient, Provider, DB, SqlExpr, FMTBcd, uniguiform;
type
TfrmPrevDuplicataSemForm = class(TUniForm)
rrDuplicata: TRLReport;
rbDetalhe: TRLBand;
lbSacad... |
unit CRIntervalRockSampleSizeTypesEditFrame;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, CommonFrame, ComCtrls, Ex_Grid, BaseObjects, Well;
type
TfrmRockSampleSizeTypesEdit = class(TfrmCommonFrame)
grdSampleSizeTypes: TGridView;
procedure grdSample... |
{
The following unit is a visual component inherited of TImage, which has the
2 additional events OnMouseEnter and OnMouseLeave.
}
unit ImageEx;
interface
uses
Classes, Controls, ExtCtrls, Messages,Graphics;
type
TImageEx = class (TImage)
private
{ Private declarations }
FOnM... |
Program Assignment;
Var
Some_int : Integer;
Begin
Some_int := 59;
Writeln('The value after assignment is: ', Some_int);
End.
|
{*******************************************************}
{ }
{ simple dialog to display the used compiler version }
{ }
{ Copyright (C) 2011 BDLM }
{ ... |
{*******************************************************************************
Title: T2Ti ERP
Description: VO relacionado à tabela [PONTO_FECHAMENTO_JORNADA]
The MIT Li... |
unit LabelExt;
//by Adrian D. Bonev
interface
uses
Windows, Classes, Messages, Controls, Graphics, StdCtrls;
type
TLabelExt = class(TCustomLabel)
private
{ Private declarations }
FColorSelected : TColor;
FColorNotSelected : TColor;
FColorHot : TColor;
FFr... |
unit _LOG;
/////////////////////////////////////////////////////////////////////
//
// Hi-Files Version 2
// Copyright (c) 1997-2004 Dmitry Liman [2:461/79]
//
// http://hi-files.narod.ru
//
/////////////////////////////////////////////////////////////////////
interface
uses Objects;
type
TLogLeve... |
unit untDAOExercicio2;
interface
uses
untFuncionario, untDependente, FireDAC.Comp.Client, untDtmExercicio2,
System.SysUtils;
type
TDAOExercicio2 = class
private
FConexao: TFDConnection;
FQuery: TFDQuery;
function fcGerarId(const pNomeGerador: String): Integer;
function fcValidarFuncionarioEx... |
unit Vcl.Dialogs.Helper;
interface
uses
Vcl.Dialogs;
type
TSaveDialogHelper = class helper for TSaveDialog
private
function GetListExtension: TArray<string>;
function GetExtensionFilter: string;
public
function FileNameWithExtension: string;
end;
implementation
uses
System.SysUtils,
Syste... |
unit VersionFrameTest;
interface
uses BaseComponent, BaseComponentTest, TestFramework, VersionFrame, DB, BaseObjects;
type
TVersionFrameTest = class(TGUIRecordingComponentImplementorTest)
protected
FVersionFrame: TfrmVersion;
procedure Setup; override;
procedure TearDown; override;
function Cal... |
{*******************************************************************************
Title: T2Ti ERP
Description: VO relacionado à tabela [NFE_DET_ESPECIFICO_VEICULO]
The MIT ... |
unit AFPadraoCadastro;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, Buttons, DBCtrls, ExtCtrls, Grids, DGeral, Db, DBTables,
AFPadrao;
type
TAFrmPadraoCadastro = class(TAFrmPadrao)
PnlControle: TPanel;
DbnCadastro: TDBNavigator;
B... |
program belajarRecord;
uses crt;
type rec_buku = record
id_buku:string;
judul_buku:string;
jml_halaman:Integer;
end;
var buku:rec_buku;
begin
// input data kedalam record
buku.id_buku:='B001';
buku.judul_buku:='c++';
buku.jml_halaman:=5;
// cetak isi ... |
unit uGnStack;
interface
uses
SysUtils, uGnStructures, uGnStrConst, uGnArray;
type
EStackException = class(Exception);
EStackPop = class(EStackException);
EStackTop = class(EStackException);
IGnStack<_T> = interface(IGnContainer)
function GetTop: _T;
function Pop: _T;
procedure Push(const ... |
unit PessoaJuridica;
interface
uses
MVCFramework.Serializer.Commons, ModelBase;
type
[MVCNameCase(ncLowerCase)]
TPessoaJuridica = class(TModelBase)
private
FID: Integer;
FID_PESSOA: Integer;
FCNPJ: string;
FNOME_FANTASIA: string;
FINSCRICAO_ESTADUAL: string;
FINSCRICAO_MUNICIPAL: str... |
unit unt3_2;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls;
type
Tfrm3_2 = class(TForm)
edtCelsius: TEdit;
edtFahrenheit: TEdit;
lblCelsius: TLabel;
lblFahrenheit: TLabel;
pr... |
unit taylor_series;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, math, Dialogs;
type //definicion de la clase
TTaylor = class
x : Real;
valid : Boolean;
FunctionList: TStringList;
FunctionType: Integer;
function Execute(): Real;
function sen(): Real;
function... |
{********************************************************}
{ }
{ Zeos Database Objects }
{ Sql-script forming routines }
{ }
{ Copyright (c... |
unit Unit_StreamServer;
{ ******************************************************************************
Stream Exchange Server Demo Indy 10.5.5
It just shows how to send/receive Record/Buffer/STREAMS/FILES.
No error handling.
by BdLm
Version March 2012
*****************************... |
unit uTask;
interface
uses
System.Threading,
System.SyncObjs,
System.Classes,
System.SysUtils,
System.UITypes,
System.Math,
Vcl.StdCtrls,
Vcl.Graphics,
Winapi.Messages;
type
RListFileParam = record
Directory: string;
List: TMemo;
Message: TLabel
end;
TListFile = class
private
... |
unit MainForms;
{$mode objfpc}{$H+}
{-----------------------------------------------------------------------------
Author: Zaher Dirkey
Purpose:
License: mit(https://opensource.org/licenses/MIT)
-----------------------------------------------------------------------------}
{
TODO Upgrade
Change... |
unit SFX;
interface
uses Windows,Classes,SysUtils,ComCtrls;
Function CreateSFXFromFile(ArchiveFileName,SFXName,EXEName:string):Boolean;
Function CreateSFXFromRes(ArchiveName,EXEName:string):Boolean;
var
Progressor:TProgressBa... |
unit BZMathFunctionalTest;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, fpcunit, testregistry, BaseTestCase,
BZMath;
type
TBZMathFunctionalTest = class(TBaseTestCase)
published
procedure TestNormalizeDegAngle;
procedure TestNormalizeRadAngle;
end;
implementation
// clamps Angle to ... |
unit Cache;
interface
type
HCkCache = Pointer;
HCkByteData = Pointer;
HCkDateTime = Pointer;
HCkString = Pointer;
function CkCache_Create: HCkCache; stdcall;
procedure CkCache_Dispose(handle: HCkCache); stdcall;
procedure CkCache_getDebugLogFilePath(objHandle: HCkCache; outPropVal: HCkString); stdcall;
procedure ... |
unit LblMemo;
interface
Uses SysUtils,StdCtrls,Classes,Buttons,Controls,ExtCtrls,Menus,
Messages,SQLCtrls,DBTables,TSQLCls,DB,WinTypes,WinProcs,tmsql;
Type TLabelMemo=class(TSQLControl)
protected
BackUp:TStringList;
TextBuf:array[0..4096] of char;
procedure WriteCaption(s:string);... |
unit RRManagerPreparedStructureInfo;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, CommonComplexCombo, RRManagerBaseObjects, RRManagerObjects,
RRManagerBaseGUI, RRmanagerCommon;
type
// TfrmPreparedStructureInfo = class(TFrame)
TfrmPreparedStructureInfo =... |
unit UserAccess;
interface
uses Classes, IniFiles;
type
TNP01VNAccess = class(TObject)
private
Fini: TMemIniFile;
FDivision: integer;
FDivisionStr: string;
FMonthCheck: Boolean;
FCods: string;
FShortened: Boolean;
FSnyatie: Boolean;
// список возможных кодов подразделе... |
unit UConstantes;
interface
const
constCRLF = #13#10;
constSELECTClause = 'SELECT';
constFROMClause = 'FROM';
constWHEREClause = 'WHERE';
constANDClause = 'AND';
implementation
end.
|
unit fItemPatrimonio;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, fBasicoCrud, cxGraphics, cxControls,
cxLookAndFeels, cxLookAndFeelPainters, dxSkinsCore, dxSkinBlack,
dxSkinscxPCPainter, dxBarBuiltInMenu... |
unit calculateArea;
interface
var calcAreaStr :string = 'This was imported!';
function RectangleArea( length, width: real): real;
function CircleArea(radius: real) : real;
function TriangleArea( side1, side2, side3: real): real;
implementation
function RectangleArea( length, width: real): real;
begin
RectangleAr... |
unit uCustomProjectData;
interface
uses
System.Classes, System.SysUtils, System.IniFiles,
aOPCConnectionList, aOPCVerUpdater,
uServerProjectInfo;
type
EConnectionError = class(Exception)
end;
TOnConnectionErrorEvent = procedure (Sender: TObject; aMesage: string; var aContinue: Boolean) of object;
TC... |
unit CDSHooksUtilities;
{
Copyright (c) 2011+, HL7 and Health Intersections Pty Ltd (http://www.healthintersections.com.au)
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 ... |
unit Grijjy.TextToSpeech;
{< Universal Text To Speech for iOS, Android, Windows and macOS }
interface
uses
System.Classes;
type
{ Universal Text To Speech engine.
Works on iOS, Android, Windows and macOS. Does nothing on other platforms.
To create an instance, use TgoTextToSpeech.Create. }
IgoTextToSpe... |
{ Arquivo criado automaticamente Gerador Multicamadas
(Multitiers Generator VERSÃO 0.01)
Data e Hora: 11/10/2016 - 23:02:06
}
unit Marvin.AulaMulticamada.Classes.TipoCliente;
interface
uses
Classes,
{ Marvin }
uMRVClasses;
type
TMRVTipoCliente = class(TMRVDadosBase)
private
FTipoClienteId: Inte... |
unit dmADO;
interface
uses
SysUtils, Classes, DB, ADODB,
IdMessage, IdBaseComponent, IdComponent, IdTCPConnection,
IdTCPClient, IdMessageClient, IdSMTP
,midaslib
;
type
TdtmADO = class(TDataModule)
cnDeployment: TADOConnection;
qryWorker: TADOQuery;
procedure DataModuleCreate... |
unit uSampleConfig;
interface
implementation
uses
CmdlineParser, uSampleOptions;
procedure ConfigureOptions;
var
LOption: IOptionDefinition;
begin
LOption := TOptionsRegistry.RegisterOption<string>('inputfile', 'i', 'The file to be processed' + sLineBreak + 'if you dare!',
procedure(const aV... |
unit UdmJanua;
interface
uses
System.SysUtils, System.Classes, Soap.SOAPHTTPTrans, Web.HTTPApp,
Web.HTTPProd, IdTCPConnection, IdTCPClient, IdHTTP, IdBaseComponent,
IdComponent, IdIOHandler, IdIOHandlerSocket, IdIOHandlerStack, IdSSL,
IdSSLOpenSSL, System.StrUtils, Winapi.Windows, Winapi.WinInet,
RegularE... |
/// <summary>
/// SQL跟踪窗体
/// </summary>
unit SqlMonitor;
interface
uses
Generics.Collections, Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, StdCtrls, Aurelius.Mapping.Explorer, Aurelius.Events.Manager;
type
TSqlMonitorForm = class(TForm)
BevelBottom: TBeve... |
PROGRAM PrintWesternBoy(INPUT, OUTPUT);
BEGIN {PrintWesternBoy}
WRITELN('COWBOY')
END. {PrintWesternBoy}
|
unit UpdateScreenBuilderMain;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, DB, adsdata, adsfunc, adstable, adscnnct, StdCtrls, ComCtrls;
type
TUpdateScreenBuilderForm = class(TForm)
UpdateConnection: TAdsConnection;
ExamStateTable: TAdsTable;
Ta... |
unit OptionsConnectionTabs;
interface
uses
System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, BCControls.CheckBox, Vcl.ExtCtrls,
BCCommon.OptionsContainer, BCFrames.OptionsFrame, JvExStdCtrls, JvCheckBox;
type
TOptionsConnectionTabsFrame = class(TOptionsFrame)
Panel... |
unit uControleAcesso;
interface
uses
System.Generics.Collections, System.Generics.Defaults, System.TypInfo,
Datasnap.DBClient, uTypes, System.Variants;
type
TPermissao = record
private
FPermissao: string;
FDescricao: string;
procedure SetDescricao(const Value: string);
procedure SetPermissao(... |
unit UDisplay;
interface
uses Windows, Messages, UxlClasses, UxlWindow, UWordBox, UxlExtClasses, UxlWinClasses;
type
TDisplayMode = (dmFixed, dmTrack, dmEmbed, dmFullScreen, dmNone);
TDisplaySuper = class (TxlInterfacedObject)
private
protected
public
procedure ShowWord (o_word: TWord)... |
unit HJYVersionInfos;
interface
uses Windows, Classes, SysUtils;
type
THJYVersionInfoField = (vifCompanyName, vifFileDescription, vifFileVersion,
vifInternalName, vifCopyright, vifTrademarks, vifOriginalFilename,
vifProductName, vifProductVersion, vifComments);
THJYVersionInfo = class(TObject)
private... |
// **************************************************************************************************
//
// Unit uLogExcept
// https://github.com/RRUZ/vcl-styles-plugins
//
// The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License");
// you may not use this file except in complian... |
{ 25/05/2007 10:23:10 (GMT+1:00) > [Akadamia] checked in }
{ 21/05/2007 17:50:48 (GMT+1:00) > [Akadamia] checked in Updates for SP1A }
{ 21/05/2007 17:44:13 (GMT+1:00) > [Akadamia] checked out /Updates for SP1A}
{ 21/05/2007 17:16:13 (GMT+1:00) > [Akadamia] checked in Updates for SP1A }
{ 21/05/2007 13:49:54 (GMT+1... |
unit UProductDescription;
interface
uses UItemID, UMoney;
type
IProductDescription = interface
function getId: integer;
function getPrice: IMoney;
function getDescription: string;
end;
TProductDescription = class(TInterfacedObject, IProductDescription)
private
id: integer;
... |
{------------------------------------
功能说明:实现IEncdDecd接口(加解密接口)
创建日期:2008/12/21
作者:WZW
版权:WZW
-------------------------------------}
unit EncdDecdObj;
interface
uses
SysUtils,
Classes,
Windows,
EncdDecdIntf,
SvcInfoIntf;
type
TEncdDecdObj = class(TInterfacedObject, IEncdDecd, ISvcInfo)
private... |
Unit Modulo1;
Interface
Procedure ABMAlumnos;
Procedure ABMProfesores;
Implementation
Uses Crt,Menu;
Procedure ABMAlumnos;
Const
iOp = 5;
aMenuAlumnos : aChoiceArray = ('Altas ',
{Opciones del menu} 'Bajas ',
'Modificaciones',
... |
unit iaRTL.SyncBucket.CreateDB;
interface
uses
FireDAC.Comp.Client;
type
TSyncBucketDBCreator = class
public
class procedure CreateDatabase(FDConnection:TFDConnection; const DataBaseFileName:string);
end;
implementation
uses
System.Classes,
FireDAC.Phys.SQLite,
FireDAC.Stan.De... |
unit BigTV.Main;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants,
System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs,
Vcl.ExtCtrls, Vcl.StdCtrls, PasLibVlcUnit, PasLibVlcClassUnit,
System.Generics.Collections, Vcl.Grids, HGM.Controls.VirtualTable,
System.Type... |
{$include kode.inc}
unit test_gui_1_editor;
//----------------------------------------------------------------------
interface
//----------------------------------------------------------------------
uses
kode_bitmap,
kode_editor,
kode_imagestrip,
kode_object,
kode_rect,
{ }
kode_widget,
kode_widget_b... |
unit FluentInterface.Standard;
interface
type
TStringBuilder = class
private
FData: String;
public
function Append(const AValue: String): TStringBuilder;
property Data: String read FData;
end;
type
THtmlStringBuilder = class(TStringBuilder)
public
function BoldOn: THtmlStringBuilder;
... |
unit CashFRMUnit;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, cxMaskEdit, cxSpinEdit, StdCtrls, cxControls, cxContainer, cxEdit,
cxTextEdit, cxCurrencyEdit, cxDBEdit, ClientDMUnit, Buttons, cxGraphics,
cxLookAndFeels, cxLookAndFeelPainters;
type
TFormC... |
unit frmSynchronizingThread;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, uIncrementerThread, uLockableIntf;
const
MaxThreads = 4;
type
TForm51 = class(TForm)
Memo1: TMemo;
Button1: ... |
unit FindFilesMask;
interface
Uses Windows,SysUtils,Classes, masks;
Function findfilesMsk(Startfolder: string; Var MaskList, list: TStrings; ScanSubFolders: Boolean): Boolean;
implementation
Function findfilesMsk(Startfolder: string; Var MaskList, list: TStrings; ScanSubFolders: Boolean): Boolean;
var
SR: TSear... |
unit AsyncHttpServer.Impl;
interface
uses
System.SysUtils, AsyncIO, AsyncIO.Net.IP, AsyncHttpServer.Mime;
type
AsyncHttpSrv = interface
['{B42FCD26-7EC9-449D-B2B1-7A8BC24AA541}']
{$REGION 'Property accessors'}
function GetService: IOService;
{$ENDREGION}
procedure Run;
property Service:... |
program p280114;
{TODO:
* edytor map
}
{$DEFINE STATIC}
uses
SysUtils,
{$IFNDEF STATIC}
zglHeader
{$ELSE}
Classes,
zgl_main,
zgl_types,
zgl_screen,
zgl_window,
zgl_timers,
zgl_keyboard,
zgl_font,
zgl_text,
zgl_textures,
zgl_textures_tga,
zgl_textures_jpg, // JPG
zgl_textures_png... |
unit PLDesign;
interface
uses
// Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
// Dialogs, Menus, ImgList, ComCtrls, ToolWin, ActnList, StdCtrls,
DesignIntf, DesignWindows,
SysUtils,
System.Classes, System.ImageList, System.Actions,
Vcl.Forms, Vcl.Dialogs, Vcl.ImgList, Vcl.Cont... |
unit uShortKeyInput;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, cxGraphics, cxLookAndFeels, cxLookAndFeelPainters, Menus, cxControls,
cxContainer, cxEdit, dxSkinsCore, dxSkinCaramel, cxTextEdit, cxMaskEdit,
cxDropDownEdit, cxLabel, cxCheckBox, StdCtrls, ... |
(*======================================================================*
| unitResourceHTML |
| |
| Encapsulates HTML resources in resources |
| ... |
unit RbStyleManager;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, TypInfo,
IniFiles, RbDrawCore;
type
TRbStyleManager = class(TComponent)
private
FFileName : string;
FControlList : TList;
//Buttons & check
FControlColors : TRbControlColors;
FSh... |
unit RRManagerEditParamsFrame;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ComCtrls, StdCtrls, ToolWin, ImgList, ActnList, CommonComplexCombo,
ExtCtrls, RRManagerEditVersionFrame, RRManagerBaseObjects, RRManagerObjects,
ClientCommon, RRManagerBaseGUI, FramesWizard
... |
// ----------------------------------------------------------------------------
// Unit : PxFarPlugin - a part of PxLib
// Author : Matthias Hryniszak
// Date : 2004-10-18
// Version : 1.0
// Description : Far Manager API (uses original API from Far Manager distr.)
// Changes log : 2004-10-... |
{*******************************************************************************
* *
* PentireFMX * formst
* ... |
unit AlignUtils;
interface
type
TAlignIdent = record
Name, Value: String;
end;
const
Aligns: array[0..7] of TAlignIdent = (
(Name: 'по умолчанию'; Value: ''),
(Name: 'по левому краю'; Value: 'left'),
(Name: 'по правому краю'; Value: 'right'),
(Name: 'по центру'; Value: 'center... |
(*
@abstract(Prise en charge des Images au format TIFF en lecture)
Spécifications :
@unorderedList(
@item(Méthode de compression :
@item(Nombre de couleurs :
@item(Supporte plusieurs images :
@item(Format des nombres :
@item(Auteur :
@item(Extensons ... |
program SameGame;
const
MAX_COLUMNS = 26;
MAX_LINES = 20;
{kazda komorka tablicy jest rekordem,
* przechowuje przechowywany blok, i wartosci logiczne,
* empty mowi, czy mamy wypisywac zawartosc, czy nie,
* bo zostala usunieta, a counted sprawdza, czy komorka zostala juz
* sprawdzona przy szukaniu maksymalnych... |
unit EditScreen;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, Forms, Controls, Graphics, Dialogs, ExtCtrls, StdCtrls,
Spin, Menus;
type
{ TEditForm }
TEditForm = class(TForm)
EditPopup: TPopupMenu;
FillRandom: TMenuItem;
SaveButton: TButton;
FullNameInput: TEdit;
CriteriaBox: ... |
{ Subroutine STRING_EOS(STAT)
*
* Return TRUE if STAT is indicating "end of string".
}
module string_eos;
define string_eos;
%include 'string2.ins.pas';
function string_eos ( {test for END OF STRING status}
in out stat: sys_err_t) {status code, reset to no error on EOS}
:boolean; ... |
unit MainForm;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, FileUtil, Forms, Controls, Graphics,
Dialogs, StdCtrls, ExtCtrls, ComCtrls,
FPReadJPEG,IntfGraphics,FPImage,RGB32writer,
VideoCapture, videodev2
,ZXing.ReadResult
,ZXing.BarCodeFormat
,ZXing.ScanManager
;
type
{ TFormMain }
T... |
// $Id: remote.command.NotifySizeChanged.pas 840 2014-05-24 06:04:58Z QXu $
unit remote.command.NotifySizeChanged;
interface
uses
superobject { An universal object serialization framework with Json support },
dco.framework.Command;
type
/// <summary>This command arranges to notify to change the visibility lev... |
(*
* Copyright (c) 2008-2010, Ciobanu Alexandru
* 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 l... |
{********************************************************************}
{ TMS TAdvPolyList Demo }
{ }
{ }
{ written by TMS Software ... |
unit SQLDocProperties;
interface
uses
SysUtils, Classes, rtcLog,
DB, variants, System.Generics.Collections, System.Contnrs;
implementation
type
TSQLTableProperies = class
private
FTableName: String;
FLockSQL: TStringList;
FGenId: String;
FKeyFieldsList: TStringList;
function GetKeyF... |
unit Names;
interface
uses
Protocol;
const
Name_Advance: array[0..nAdv-1] of string=
('Advanced Flight',
'Amphibious Warfare',
'Astronomy',
'Atomic Theory',
'Automobile',
'Ballistics',
'Banking',
'Bridge Building',
'Bronze Working',
'Ceremonial Burial',
'Chemistry',
'Chivalry',
'Composites',
... |
unit GuiTestRunner;
{$mode objfpc}{$H+}
{.$define gDEBUG}
{$IFDEF gDEBUG}
{$ASSERTIONS ON}
{$ENDIF}
{ if enabled, test results will be written to a XML file }
{.$DEFINE XMLLISTENER}
interface
uses
SysUtils, Classes, fpg_base, fpg_main, fpg_form, fpg_label, fpg_menu,
fpg_grid, fpg_tree, fpg_imagelist, fpg_com... |
{$include kode.inc}
unit syn_perc_wave;
//----------------------------------------------------------------------
interface
//----------------------------------------------------------------------
const
wave_type_none = 0;
wave_type_const = 1;
wave_type_input = 2;
wave_type_noise = 3;
wave_type_saw ... |
//-----------------------------------------------------------------------------
//
// Copyright 1982-2001 Pervasive Software Inc. All Rights Reserved
//
//-----------------------------------------------------------------------------
//
//---------------------------------------------------------------------------... |
{
This software is Copyright (c) 2016 by Doddy Hackman.
This is free software, licensed under:
The Artistic License 2.0
The Artistic License
Preamble
This license establishes the terms under which a given free software Package may be copied, modified, distributed, and/or redistributed. The intent is that th... |
unit uCougarHouseCat;
interface
type
IHouseCat = interface
['{4A5537CF-60D7-4617-95F9-9E4DC3660FB4}']
procedure Hunt;
procedure Meow;
end;
THouseCat = class(TInterfacedObject, IHouseCat)
procedure Hunt;
procedure Meow;
end;
ICougar = interface
['{DD635959-ED9E-4A55-B17A-ABCE7B49204F}... |
unit davecad_sheet_properties_form;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls,
ExtCtrls, lclType;
type
TSheetPropsEditCallback = procedure(oldSheetName, newSheetName, newSheetAuthor, newSheetDate, newSheetMedia: string) of object;
{ TfrmSh... |
unit CertChain;
interface
type
HCkCert = Pointer;
HCkCertChain = Pointer;
HCkJsonObject = Pointer;
HCkTrustedRoots = Pointer;
HCkString = Pointer;
function CkCertChain_Create: HCkCertChain; stdcall;
procedure CkCertChain_Dispose(handle: HCkCertChain); stdcall;
procedure CkCertChain_getDebugLogFilePath(objHandle: H... |
unit Endereco;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Data.DB, Vcl.StdCtrls, Vcl.Grids,
Vcl.DBGrids, System.Rtti, System.Bindings.Outputs, Vcl.Bind.Editors,
Data.Bind.EngExt, Vcl.Bind.DBEngExt, Data.... |
unit fAparelhosRegistrados;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, fBasicoCrud, cxGraphics, cxControls,
cxLookAndFeels, cxLookAndFeelPainters, dxSkinsCore, dxSkinBlack,
dxSkinscxPCPainter, dxBarBuilt... |
unit Settings;
{$mode objfpc}{$H+}
interface
uses
Classes, Forms, SysUtils, Registry, jsonConf, Dialogs, Controls,
Common;
// Class to hold user settings and reading registry.
type
{ TSettings }
TSettings = class
private
json_fname: string;
procedure GetDirs();
procedure LoadConf();
//fun... |
unit cmpMRUList;
interface
uses
Windows, Classes, SysUtils, Menus, Forms;
type
TMRUList = class(TComponent)
private
fMRU : TStringList;
fManufacturer : string;
fCapacity: Integer;
fLoaded : boolean;
fPopupMenu: TPopupMenu;
fOnPopupMenuClick: TNotifyEvent;
fAppSection... |
unit MineSweeper_game;
interface
Uses GraphABC, MineSweeper_Engine, System.Threading;
var
victory, lose, exit_playing: boolean;
Width, Height: integer;
procedure Setup();
procedure Init_Party();
procedure GameMouseDown(MouseX, MouseY, mouseButton: integer);
procedure GameKeyDown(key: integer);
pr... |
{
this file is part of Ares
Aresgalaxy ( http://aresgalaxy.sourceforge.net )
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... |
unit u_input_ttd;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ComCtrls, ExtCtrls, JvExControls, JvEnterTab, DateUtils,
Mask, JvExMask, JvSpin, JvComponentBase;
type
TTandaTangan = record
NamaPerusahaan: String[200];
Alamat: String[255];... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.