text stringlengths 14 6.51M |
|---|
unit uthImageMove;
interface
uses
Classes,ExtCtrls,forms;
type
TFlowMove = (fmToRight,fmToLeft);
TTHImageMove = class(TThread)
private
FFlowMove: TFlowMove;
FImage: TImage;
FMaxLeft: integer;
FMinLeft: integer;
FisRun: Boolean;
procedure startMove;
{ Private decla... |
{*******************************************************}
{ }
{ Delphi DBX Framework }
{ }
{ Copyright(c) 1995-2011 Embarcadero Technologies, Inc. }
{ ... |
{*********************************************************************
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* Autor: Brovin Y.D.
* E-mail: y.brovin... |
{*******************************************************}
{ }
{ Delphi FireDAC Framework }
{ FireDAC SQL Time Interval data type }
{ }
{ Copyright(c) 2004-2018 Embar... |
unit ApacheAdapter;
{
*******************************************************************************************************************
ApaacheApapter: Decodes Apache Module reqeuest and response, triggers ApacheModule component
Author: Motaz Abdel Azeem
Forked from: http://wiki.freepascal.org/FPC_... |
unit ncCredTempo;
{
ResourceString: Dario 12/03/13
}
interface
uses
SysUtils,
DB,
MD5,
Classes,
Windows,
ClasseCS,
ncEspecie,
ncClassesBase;
type
TncCredTempo = class
private
function GetString: String;
procedure SetString(const Value: String);
public
teID : Integer;
... |
{
IPINFO v0.1
Implements some classes to obtain informations
about the network configuration and network adapters.
Based on the work of http://www.whirlwater.com/
This materia is provied "as is"
without any warranty of any kind.
By Leonardo Perria - 2003
leoperria@tiscali.it
Very poor implementati... |
unit RemoveSpaceAtLineEnd;
{ AFS 10 May 2003
remove trainling spaces on lines
makes test fail, false delta }
{(*}
(*------------------------------------------------------------------------------
Delphi Code formatter source code
The Original Code is RemoveSpaceAtLineEnd, released May 2003.
The Initi... |
Unit UnAtualizacao;
interface
Uses Classes, DbTables,SysUtils, APrincipal, Windows, Forms, UnVersoes,
SQLExpr,IniFiles, UnProgramador1, Tabela ;
Const
CT_VersaoBanco = 2122;
CT_VersaoInvalida = 'SISTEMA DESATUALIZADO!!! Este sistema já possui novas versões, essa versão pode não funcionar corretam... |
{$i deltics.unicode.inc}
unit Deltics.Unicode.Types;
interface
uses
Deltics.StringTypes;
{$i deltics.stringtypes.aliases.inc}
type
TBom = array of Byte;
// Base class for escape classes
UnicodeEscapeBase = class
public
class function EscapedLength(const aChar: WideChar): Intege... |
unit Vigilante.Module.GerenciadorDeArquivoDataSet.Impl;
interface
uses
System.SysUtils, FireDac.Comp.Client, FireDac.Stan.StorageXML,
Vigilante.Module.GerenciadorDeArquivoDataSet;
type
TGerenciadorDeArquivoDataSet = class(TInterfacedObject, IGerenciadorDeArquivoDataSet)
private
FDataSet: TFDMemTable;
... |
// **************************************************************************************************
// Delphi Aio Library.
// Unit ChannelImpl
// https://github.com/Purik/AIO
// The contents of this file are subject to the Apache License 2.0 (the "License");
// you may not use this file except in compliance with th... |
unit UConsoleSDK;
interface
uses
windows,WinSock,GD_Utils,UNgPlugConfig,UConsoleProtocol;
type
TConsoleNet = class
private
mToken:INT64;
mActive:Bool;
mPid:Cardinal;
mIp:String;
mPort:Integer;
mSocket:Cardinal;
mGameVersion:Integer;
Function ConnConsole():Bool;
... |
{ GS1 interface library for FPC and Lazarus
Copyright (C) 2020-2021 Lagunov Aleksey alexs75@yandex.ru
base on docs from http://api-docs.diadoc.ru
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 Softwa... |
unit u_xPL_Filter_Header;
{==============================================================================
UnitName = uxPLHeader
UnitDesc = xPL Message Header management object and function
UnitCopyright = GPL by Clinique / xPL Project
===============================================================... |
unit Global.LanguageString;
interface
uses Windows;
var
CurrLang: Integer;
const
LANG_HANGUL = 0;
LANG_ENGLISH = 1;
type
TLanguageString = Array[0..LANG_ENGLISH] of String;
const
//캐시 오류
VistaFont: TLanguageString = ('맑은 고딕', 'Segoe UI');
XPFont: TLanguageString = ('돋움', 'Verdana');
//캐시 오류
... |
unit p2_orderbook_collector;
interface
uses windows, classes, sysutils;
type tDuplicates = (dupAccept, dupIgnore, dupReplace);
// базовый класс "список" с поддержкой автоматического освобождения элементов
type tCustomList = class(tList)
procedure clear; override;
procedure freei... |
unit UProcessManager;
interface
uses WinApi.ShellAPI, WinApi.Windows, SysUtils, Classes;
type
IProcessCallBack = interface
Procedure OnStart;
Procedure OnExit;
Procedure OnFail;
end;
TProcessThread = class(TThread)
private
cb:IProcessCallBack;
pi:TProcessInformation;
protected
proc... |
unit fGMV_DateTimeDLG;
{
================================================================================
*
* Application: Vitals
* Revision: $Revision: 1 $ $Modtime: 9/08/08 1:43p $
* Developer: dddddddddomain.user@domain.ext
* Site: Hines OIFO
*
* Description: This is an Date/Time Selection Dialog
*... |
unit FC.Trade.TerminalFrame;
{$I Compiler.inc}
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtendControls, FC.Trade.ResultPage, ExtCtrls, Menus, ActnPopup, DB,
MemoryDS, ActnList, ComCtrls, ToolWin, StdCtrls, TeEngine, Series, TeeProcs,
Chart, Grids, DBGr... |
unit SHL_PlayStream; // SemVersion: 0.2.0
// Contains TPlayStream class for playing WAVE sounds.
// Currently only for Windows!
// Changelog:
// 0.1.0 - test version
// 0.2.0 - position, wavestream, volume
// TODO:
// - error exceptions
// - emulated device
// - Linux compatibility?
interface // Spyro... |
unit uROR_CustomListView;
{$I Components.inc}
interface
uses
ComCtrls, Controls, Classes, Graphics, Variants, uROR_Utilities, Messages,
CommCtrl, Windows;
type
TCCRCustomListView = class;
TCCRFindStringMode = set of (fsmCase, fsmInclusive, fsmPartial, fsmWrap);
//--------------------------- TCCRCustomLis... |
{$mode delphi}
{$longstrings on}
unit un_process;
interface
uses
process, Math, SysUtils;
type
TOnReadLn = procedure(str: String) of object;
{ TExProcess }
TExProcess = class
protected
p: TProcess;
s: String;
FStop: Boolean;
function _GetExitStatus(): Integer;
pu... |
unit SdfDataSet;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Db;
type
PSdfBookmarkInfo = ^TSdfBookmarkInfo;
TSdfBookmarkInfo = record
BookmarkData: Integer;
BookmarkFlag: TBookmarkFlag;
end;
TSdfDataSet = class(TDataSet)
private
... |
{ ---------------------------------------------------------------------------- }
{ HeightMapGenerator MB3D }
{ Copyright (C) 2017 Andreas Maschke }
{ ---------------------------------------------------------------------------... |
unit MapPrintTypeDialogUnit;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ExtCtrls, Buttons;
type
MapPrintTypes = (mptMap, mptLabels, mptParcelList);
MapPrintTypeSet = set of MapPrintTypes;
type
TMapPrintTypeDialog = class(TForm)
OKButton: TBitBtn;... |
unit Uprincipal;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, InvokeRegistry, Rio, SOAPHTTPClient, StdCtrls, ExtCtrls, StrUtils;
type
TForm1 = class(TForm)
Label1: TLabel;
Label2: TLabel;
edValorA: TEdit;
edValorB: TEdit;
btnCalcular: TB... |
{**********************************************************************}
{* Иллюстрация к книге "OpenGL в проектах Delphi" *}
{* Краснов М.В. softgl@chat.ru *}
{**********************************************************************}
unit frmMain;
interface
u... |
program _demo;
Array[0]
var
X : TReal1DArray;
Y : TReal1DArray;
N : AlglibInteger;
I : AlglibInteger;
T : Double;
S : Spline1DInterpolant;
V : Double;
DV : Double;
D2V : Double;
Err : Double;
MaxErr : Double;
begin
//
// Demonstration of Spline... |
unit uGMV_Common;
{
================================================================================
*
* Package:
* Date Created: $Revision: 1 $ $Modtime: 2/23/09 6:33p $
* Site: Hines OIFO
* Developers:
* Andrey Andriyevskiy
* Sergey Gavr... |
unit unit_ws_setup;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, Forms, Controls, Graphics, Dialogs, ExtCtrls, Spin,
ButtonPanel, StdCtrls;
type
{ Tform_ws_setup }
Tform_ws_setup = class(TForm)
bp: TButtonPanel;
cb_local: TCheckBox;
cb_auth: TCheckBox;
Port: TLabel;
e_url: TLa... |
unit osFrm;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ActnList, osUtils, ImgList, osActionList, System.Generics.Collections, System.Actions {$IFDEF VER320} , System.ImageList {$ENDIF};
type
TOperacao = (oInserir, oEditar, oExcluir, oVisualizar, oImprimir... |
{$MODE OBJFPC}
program MaximumFlow;
const
maxN = 1000;
maxM = 100000;
maxC = 10000;
type
TEdge = record //Cấu trúc một cung
x, y: Integer; //Hai đỉnh đầu mút
c, f: Integer; //Sức chứa và luồng
end;
TQueue = record //Cấu trúc hàng đợi
items: array[0..maxN - 1] of Integer; //Danh sách vòng
front, rear, nItems: Integer;
e... |
unit bool_and_not_2;
interface
implementation
procedure Test1;
var
r, a, b: Boolean;
begin
a := false;
b := false;
r := a and not b;
Assert(not r);
end;
procedure Test2;
var
r, a, b: Boolean;
begin
a := true;
b := false;
r := a and not b;
Assert(r);
end;
procedure Test3;
var
r, a, ... |
{*******************************************************}
{ }
{ Delphi DataSnap Framework }
{ }
{ Copyright(c) 1995-2018 Embarcadero Technologies, Inc. }
{ All rights rese... |
{*******************************************************}
{ }
{ Delphi LiveBindings Framework }
{ }
{ Copyright(c) 2011 Embarcadero Technologies, Inc. }
{ ... |
unit TestRollbar;
{
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, Rollbar;
type... |
{*******************************************************}
{ }
{ CodeGear Delphi Runtime Library }
{ }
{ Copyright(c) 1995-2018 Embarcadero Technologies, Inc. }
{ All rights rese... |
{*******************************************************}
{ }
{ CodeGear Delphi Runtime Library }
{ }
{ Copyright(c) 1995-2018 Embarcadero Technologies, Inc. }
{ All rights rese... |
unit UnRemocaoInclusaoIngredientesView;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, Grids, DBGrids, JvExDBGrids, JvDBGrid, JvDBUltimGrid, StdCtrls,
JvExControls, JvButton, JvTransparentButton, ExtCtrls, ComCtrls,
JvExComCtrls, JvComCtrls, JvComponentBase,... |
unit CryptFrame;
{$mode objfpc}{$H+}
interface
uses
Classes, Controls, CryptMessage, Cryptor, Dialogs, ExtCtrls, FileUtil, Forms, Graphics,
Menus, StdCtrls, SysUtils, UserControl;
type
TFiles = pointer;
type
{ TCryptFrame }
TCryptFrame = class(TWinControl)
private
Crypt :TCrypt;
UserList :TUserList;
fF... |
unit uResultList;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, AdvGlowButton, Vcl.StdCtrls,
Vcl.ExtCtrls, sButton, sPanel, Vcl.Buttons, sSpeedButton;
type
TFmResultList = class(TForm)
lbFailListView: ... |
unit uDpMessageCommon;
interface
uses
uDpQueryCommon_a, uDpConst_h,
Classes, SyncObjs, Variants;
type
// ***************************************************************************
TDpParam = class(TDpParam_a)
private
FKey: string;
FValue: Variant;
protected
function getKey: st... |
unit uTestuBaseCommand;
{
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, uException... |
unit Vigilante.View.URLDialog;
interface
uses
Module.ValueObject.URL;
type
IURLDialog = interface(IInterface)
['{71A3B83A-172E-431E-BDDD-F10A14101B9A}']
function GetLabelURL: string;
function GetURLInformada: IURL;
procedure SetLabelURL(const Value: string);
procedure SetURLInformada(const Va... |
{**************************************************************************************************}
{ }
{ Project JEDI Code Library (JCL) }
{ ... |
unit uTestuDrawingEvent;
{
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, uEventMod... |
(*
description:
dependencies:
Markus Stephany's MASKSEARCH utility unit is needed. You may find it on DSP
in the MSTGREP.ZIP archive in Delphi 2.0 freeware section.
copyright & license
*)
{------------------------------------------------------------------------------
Modifications made by Brad Stow... |
namespace RemObjects.DataAbstract.CodeGen4;
uses
System,
System.Collections.Generic,
System.ComponentModel,
System.IO,
System.Text,
RemObjects.SDK.CodeGen4,
RemObjects.DataAbstract.Schema;
type
[System.Reflection.ObfuscationAttribute(Exclude := true, ApplyToMembers := true)]
NetTableDe... |
unit ticket;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Buttons, ComCtrls, ExtCtrls;
type
TUser = record
name : string[50];
id_no : string[20];
end;
TCategory = record
name : string[100];
id : integer;
end;
TTicke... |
//
// This unit is part of the GLScene Project, http://glscene.org
//
{: GLFileDDS<p>
DDS File support for GLScene.
<b>History : </b><font size=-1><ul>
<li>04/11/10 - DaStr - Added Delphi5 and Delphi6 compatibility
<li>23/08/10 - Yar - Replaced OpenGL1x to OpenGLTokens
<li>06/06... |
unit Net.Core;
interface
uses
App.IHandlerCore,
Net.Server,
Net.ConnectedClient,
Net.Client,
Net.Types,
System.SysUtils,
System.Types,
System.Classes,
System.Threading,
System.Net.Socket,
System.Generics.Collections;
type
TNetCore = class
private
NodesHosts: array of string;
Server:... |
{*******************************************************}
{ }
{ CodeGear Delphi Runtime Library }
{ Copyright(c) 2014-2018 Embarcadero Technologies, Inc. }
{ All rights reserved }
{ ... |
// The Blank Application template is documented at http://go.microsoft.com/fwlink/?LinkId=402347&clcid=0x409
namespace WebView;
interface
uses
System,
System.Collections.Generic,
System.IO,
System.Linq,
System.Runtime.InteropServices.WindowsRuntime,
Windows.ApplicationModel,
Windows.Appl... |
{
Copyright (C) Alexey Torgashin, uvviewsoft.com
License: MPL 2.0 or LGPL
}
unit ATSynEdit_Cmp_Form;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, Forms, Controls, Graphics,
Dialogs, ExtCtrls,
LCLProc, LCLType,
ATSynEdit,
ATListbox;
type
TATCompletionPropEvent = procedure (Sender: TObject;
A... |
unit InventDAOU;
interface
uses
System.Generics.Collections, InventDTOU;
type TListInventDTO=TObjectList<TInventDTO>;
Type TInventDAO=class(TObject)
function getInvents:TListInventDTO;
function getNbr:integer;
function Save(vInventDTO:TInventDTO): integer;
end;
implementation
{ TInventDAO }
uses APIUti... |
unit xExerciseInfo;
interface
type
TExerciseInfo = class
private
FId : Integer ;
FPath : String ;
FPtype : Integer ;
FEname : String ;
FImageindex : Integer ;
FCode1 : String ;
FCode2 : String ;
FRemark : String ... |
/////////////////////////////////////////////////////////
// //
// Bold for Delphi //
// Copyright (c) 1996-2002 Boldsoft AB //
// (c) 2002-2005 Borland Software Corp //
// ... |
// Ported CrystalDiskInfo (The MIT License, http://crystalmark.info)
unit SMARTSupport.Samsung;
interface
uses
SysUtils,
BufferInterpreter, Device.SMART.List, SMARTSupport, Support;
type
TSamsungSMARTSupport = class(TSMARTSupport)
private
function ModelHasSamsungString(const Model: String): Boolean;
... |
{
Ultibo RTL Builder Tool.
Copyright (C) 2022 - SoftOz Pty Ltd.
Arch
====
<All>
Boards
======
<All>
Licence
=======
LGPLv2.1 with static linking exception (See COPYING.modifiedLGPL.txt)
Credits
=======
Information for this unit was obtained from:
References
==========
RTL Builder
===========
The Ul... |
{*********************************************}
{ TeeChart Delphi Component Library }
{ Mixed Text and Chart Print Demo }
{ Copyright (c) 1995-2001 by David Berneda }
{ All rights reserved }
{*********************************************}
unit uprint;
{ This example sho... |
{*******************************************************}
{ }
{ Delphi Visual Component Library }
{ }
{ Copyright(c) 1995-2018 Embarcadero Technologies, Inc. }
{ All rights rese... |
{
ID: nhutqua1
PROG: maze1
LANG: PASCAL
}
uses math;
const fileinp = 'maze1.in';
fileout = 'maze1.out';
dx:array[1..4] of longint = (-1,1,0,0);
dy:array[1..4] of longint = (0,0,-1,1);
maxW = 38;
maxH = 100;
type edge = record
x,y:longint;
end;
... |
unit fIVRoutes;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ORCtrls, ExtCtrls, ORFn, rMisc, rODMeds, VA508AccessibilityManager, VAUtils, fAutoSz;
type
TfrmIVRoutes = class(TfrmAutoSz)
pnlTop: TPanel;
cboAllIVRoutes: TORComboBox;
pnlBo... |
unit ConsoleHelper;
interface
procedure WritelnAttrib(s : String; attributes : word; asError : Boolean = false);
procedure WritelnInfo(s : String); // writes BOLD, YELLOW
procedure WritelnError(s : string); // red, to stderr
procedure WritelnStatus(s : String); // bold white
procedure SetVerbosity(verbosity : Boolea... |
unit Base2N;
{Base 2**N conversion (1 <= N <= 6), N=0 is treated as Base32-Hex}
interface
(*************************************************************************
DESCRIPTION : Base 2**N conversion, 1 <= N <= 6
(N=0 is treated as Base32-Hex)
REQUIREMENTS : TP5-7,... |
Unit Objects;
Interface
Uses
ODraws, Graph, Dos;
Const
SIZE = 20;
Type
PObject = ^TObject;
TObject = Object
Name : ObjectType;
Map : Draws;
PosX : Integer;
PosY : Integer;
Constructor Init(NameObject : ObjectType; x, y : Integer);
Procedure Show;
Function... |
{*******************************************************}
{ }
{ CodeGear Delphi Runtime Library }
{ }
{ Copyright(c) 2015-2018 Embarcadero Technologies, Inc. }
{ All rights rese... |
unit Ex3Unit;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ProgressViewer;
type
TMyShortThread = class(TThread)
private
procedure DoUsefullTask; // Процедура для имитации полезной работы
public
procedure Execute; override... |
unit SpiderApache;
{
*******************************************************************************************************************
SpiderApache: Contains TSpiderApache engine for Apache module
Author: Motaz Abdel Azeem
email: motaz@code.sd
Home page: http://code.sd
License: L... |
unit TestMoney;
{
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, Money;
type
// Test... |
{ Invokable interface IuTravelAgents }
unit uTravelAgentsIntf;
interface
uses Soap.InvokeRegistry, System.Types, Soap.XSBuiltIns, Soap.encddecd,
System.IOUtils, FMX.Dialogs, FMX.Forms, Classes, SysUtils, System.UITypes,
System.Variants,
FMX.Graphics, Data.DB, Data.DbxSqlite, Data.SqlExpr;
type
S... |
program findArea;
type
squareType = record
width : Integer;
height : Integer;
end;
var
square : squareType;
begin
WriteLn('Enter the height:');
ReadLn(square.height);
WriteLn('Enter the width:');
ReadLn(square.width);
WriteLn('Area: ', square.width * square.height);
end.
|
unit FCadastroMestreDet;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Data.DB, Datasnap.DBClient, uCtrlObject,
cxGrid, uCxGridPgn, uMensagem, FCadastro;
type
TfrmCadastroMestreDet = class(TfrmCadastro)
... |
unit uIDC_Script;
interface
uses
Winapi.Windows, Winapi.Messages, // Windows
System.Classes, System.Variants, System.SysUtils, // System
uSVD_Type;
// Comment
// Enum and BitField
// Struct and Union
// Segment
procedure IDC_Decode( SVD_Device: TSVD_Device; var StringList: TStringList );
implementation
v... |
unit SSL_Client;
{$I ..\..\Base\SBDemo.inc}
interface
uses
Classes, SysUtils, DB,
{$IFDEF VER16P}
UITypes,
{$ENDIF}
Windows, Messages, Graphics, Controls, Forms, Dialogs, TypInfo,
DBCtrls, ExtCtrls, Grids, DBGrids, StdCtrls, ToolWin, ComCtrls,
Buttons, Spin, DemoFrame, MemDS, DBAccess, Uni, UniProvider... |
unit TestAddBeginEnd;
{(*}
(*------------------------------------------------------------------------------
Delphi Code formatter source code
The Original Code is TestAddBeginEnd
The Initial Developer of the Original Code is Anthony Steele.
Portions created by Anthony Steele are Copyright (C) 1999-2008 Antho... |
program minmax;
var
x,y,z,min,max : integer;
begin
WriteLn('Введите x,y и z соответсвенно нажимая "Enter" после каждого: ');
ReadLn(x,y,z);
WriteLn('Вы ввели x:', x ,' ', 'y:', y ,' ', 'z:', z);
if(x>y) and (x>z) then begin max:=x;
if y>z then begin min:=z; end else min:=y; end;
if(y>z)... |
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Grids, DBGrids, ComCtrls, DBCtrls, ExtCtrls;
type
TForm1 = class(TForm)
DBGrid1: TDBGrid;
GroupBox1: TGroupBox;
DBLookupComboBox1: TDBLookupComboBox;
Label1: TLabel;
DBLo... |
unit uformsettingspaths;
{$mode objfpc}{$H+}
interface
uses
inifiles, Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs,
StdCtrls, Buttons, ExtCtrls, ComCtrls, LazIDEIntf;
type
{ TFormSettingsPaths }
TFormSettingsPaths = class(TForm)
BitBtnOK: TBitBtn;
BevelSimonsayzTemplateLazBuild... |
{*******************************************************}
{ }
{ CodeGear Delphi Runtime Library }
{ Copyright(c) 2016-2018 Embarcadero Technologies, Inc. }
{ All rights reserved }
{ ... |
unit ActiveLoans;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, BasePopup, Vcl.StdCtrls, RzLabel,
Vcl.Imaging.pngimage, Vcl.ExtCtrls, RzPanel, Data.DB, Vcl.Grids, RzGrids, ActiveClient;
type
TfrmActiveLoan... |
{
メモ帳のサンプルプログラム
参考サイト
http://www.w-frontier.com/delphi/3_menu.html
}
unit Unit3;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, Vcl.Menus, Clipbrd;
// Clipbrd追加。クリップボードへコピー、読み込みを行う。
type
TForm... |
unit uWakeOnLan;
{
ResourceString: Dario 13/03/13
}
interface
uses
WinTypes, Messages, SysUtils, Classes, IdBaseComponent,
IdComponent, IdUDPBase, IdUDPClient;
procedure WakeUPComputer(aMacAddress: string);
implementation
function HexToInt(S:String): integer;
const
DecDigits: Set Of '0'..'9' = ['0'..'... |
//
// This unit is part of the GLScene Project, http://glscene.org
//
{: Base classes for GLScene.<p>
<b>History : </b><font size=-1><ul>
<li>24/03/11 - Yar - Added Notification method to TGLUpdateAbleObject
<li>05/10/08 - DanB - Creation, from GLMisc.pas + other places
</ul></font>
}
uni... |
{------------------------------------------------------------------------------
This file is part of the MotifMASTER project. This software is
distributed under GPL (see gpl.txt for details).
This software is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even th... |
{***************************************************************************
*
* Orion-project.org Lazarus Helper Library
* Copyright (C) 2016-2017 by Nikolay Chunosov
*
* This file is part of the Orion-project.org Lazarus Helper Library
* https://github.com/Chunosov/orion-lazarus
*
* This Library is free soft... |
unit uOperationThread;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils,
uFileSourceOperation;
type
{en
Thread executing a file source operation.
}
TOperationThread = class(TThread)
private
FOperation: TFileSourceOperation;
protected
procedure Execute; override;
... |
//Отображение прогресса создания отчёта
unit fProgress;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ComCtrls, StdCtrls, xlReport, ExtCtrls;
type
TfrmProgress = class(TForm)
bar: TProgressBar;
StaticText1: TStaticText;
procedure FormCreate(Sender: TObject);... |
unit uRecord;
interface
const
kTrue: integer = -1;
kFalse: Integer = 0;
kkHz: Double = 1000;
kMHz: Double = 1000000;
kGlobeRadius: double = 6367.0; // 地球の半径 km
kFileAction: array[0..3] of string = ('インポート','アペンド','エクスポート','アップデート');
kQsoStatus: array[0..6] of String =('Clear', 'Setting', 'Browse',... |
unit aboutform;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, ExtCtrls,
StdCtrls;
type
{ TfrmAbout }
TfrmAbout = class(TForm)
Image1: TImage;
Image2: TImage;
Image3: TImage;
imgClipboard: TImage;
lblUse: TLabel;
lblTheByWhomWhat... |
unit ProducersQuery;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants,
System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs,
FireDAC.Stan.Intf, FireDAC.Stan.Option, FireDAC.Stan.Param,
FireDAC.Stan.Error, FireDAC.DatS, FireDAC.Phys.Intf, FireDAC.DApt.Intf,
FireD... |
unit osParserErrorHand;
interface
uses Classes, SysUtils;
type
TClasseErr = (epNone, epWarning, epError);
TNodoErro = class
FClasse : TClasseErr; // tipo de erro
FIDErro : Integer; // identificador de erro provido pelo 'usuario'
FTexto : AnsiString; // texto a... |
unit FIToolkit.Localization; //FI:ignore
interface
const
{ Supported languages }
LANG_EN_US = 'en-US';
LANG_RU_RU = 'ru-RU';
{ Current application language }
LANGUAGE = LANG_EN_US;
implementation
end.
|
unit ncaFrmGetWebTabs;
{
ResourceString: Dario 11/03/13
}
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, OleCtrls, SHDocVw_EWB, EwbCore, EmbeddedWB, Automation, ExtCtrls;
type
TFrmGetWebTabs = class(TForm)
WB: TEmbeddedWB;
TimerErro: TTimer;
p... |
unit ccLinePlaneCapFrame;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, FileUtil, Forms, Controls, ExtCtrls, StdCtrls, IniFiles,
ccPlanarCapFrame;
type
{ TLinePlaneCapFrame }
TLinePlaneCapFrame = class(TPlanarCapFrame)
CbHeightUnits: TComboBox;
EdHeight: TEdit;
LblHeight: TLabel;
pri... |
unit ULogin;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, FMTBcd, DB, SqlExpr, StdCtrls;
type
TLoginForm = class(TForm)
Label1: TLabel;
Label2: TLabel;
Label3: TLabel;
Edt_Password: TEdit;
Edt_id: TEdit;
Label4: TLabel;
btn_OK: TButton;
btn_can... |
unit parsedef;
(*
* 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 compliance with the License. You may obtain a copy of
* the License at http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed ... |
{*!
* Fano Web Framework (https://fanoframework.github.io)
*
* @link https://github.com/fanoframework/fano
* @copyright Copyright (c) 2018 Zamrony P. Juhara
* @license https://github.com/fanoframework/fano/blob/master/LICENSE (MIT)
*}
unit RouteHandlerImpl;
interface
{$MODE OBJFPC}
uses
RequestInt... |
unit PascalCoin.RPC.Test.Payload;
interface
uses
System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants,
FMX.Types, FMX.Graphics, FMX.Controls, FMX.Forms, FMX.Dialogs, FMX.StdCtrls,
FMX.ScrollBox, FMX.Memo, FMX.ListBox, FMX.Edit, FMX.Controls.Presentation,
FMX.Layouts;
type
TPayloa... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.