Компоненты к Delphi (каталог ссылок) 3

Status
Not open for further replies.

asm64d

Member
Joined
Jun 14, 2008
Messages
943
Reaction score
9,629
Last edited by a moderator:

asm64d

Member
Joined
Jun 14, 2008
Messages
943
Reaction score
9,629

asm64d

Member
Joined
Jun 14, 2008
Messages
943
Reaction score
9,629
eDocEngine не встает, хочет gtRtlBDS2009. А папочка LIB пустая-пустая.. У кого есть полный комплект?
Почему то на XXXXXXX лежит версия 7.4 Мб, она не полная...
Двумя постами выше полная версия eDocEngine VCL v2.5.1 Retail (autosetup).
 
Last edited by a moderator:

asm64d

Member
Joined
Jun 14, 2008
Messages
943
Reaction score
9,629
Last edited by a moderator:

eddoc

Member
Joined
Oct 1, 2008
Messages
130
Reaction score
456
Age
16
EhLib 4.4 Build 4.4.47 Full Source

"... а старушки все падали и падали..." (с) :D

что найдено нового

unit DBCtrlsEh.pas

v. 4.4.45

Code:
procedure TCustomDBEditEh.SetAlignment(const Value: TAlignment);
begin
  if (evAlignmentEh in FAssignedValues) and (Value = FAlignment) then Exit;
  FAlignment := Value;
  Include(FAssignedValues, evAlignmentEh);
  if WordWrap
    then RecreateWnd
    else Invalidate;
end;

v. 4.4.47

Code:
procedure TCustomDBEditEh.SetAlignment(const Value: TAlignment);
begin
  if (evAlignmentEh in FAssignedValues) and (Value = FAlignment) then Exit;
  FAlignment := Value;
  Include(FAssignedValues, evAlignmentEh);
  if not (csLoading in ComponentState) then
    RecreateWnd;
{  if WordWrap
    then RecreateWnd
    else Invalidate;}
end;

unit DBGridEh.pas

v. 4.4.45
Code:
procedure TDBGridInplaceEdit.DoDropDownKeys(var Key: Word; Shift: TShiftState);
begin
  case Key of
    VK_UP, VK_DOWN:
      if ssAlt in Shift then
      begin
        if FListVisible then CloseUp(True) else DropDown;
        Key := 0;
      end;
    VK_RETURN, VK_ESCAPE:
      if FListVisible and not (ssAlt in Shift) and not (FActiveList = FPopupCalculator) then
      begin
        CloseUp(Key = VK_RETURN);
        Key := 0;
      end
      else if not FListVisible and (Key = VK_RETURN) and ([ssCtrl] = Shift) then
      begin
        DropDown;
        Key := 0;
      end;
  end;
end;

v. 4.4.47

Code:
procedure TDBGridInplaceEdit.DoDropDownKeys(var Key: Word; Shift: TShiftState);
var
  CurColumn: TColumnEh;
begin
  case Key of
    VK_UP, VK_DOWN:
      if ssAlt in Shift then
      begin
        if FListVisible then CloseUp(True) else DropDown;
        Key := 0;
      end;
    VK_RETURN, VK_ESCAPE:
      if FListVisible and not (ssAlt in Shift) and not (FActiveList = FPopupCalculator) then
      begin
        CurColumn := Grid.Columns[Grid.SelectedIndex];
        if (FActiveList = FDataList) and  // Lookup
           (Key = VK_RETURN) and
            Assigned(CurColumn.OnNotInlist) and
            not CurColumn.UsedLookupDataSet.Locate(
              CurColumn.Field.LookupResultField, Self.Text, [loCaseInsensitive])
        then
          CloseUp(False)
        else
          CloseUp(Key = VK_RETURN);
        Key := 0;
      end
      else if not FListVisible and (Key = VK_RETURN) and ([ssCtrl] = Shift) then
      begin
        DropDown;
        Key := 0;
      end;
  end;
end;
 

AT4RE

Member
Joined
Jan 8, 2009
Messages
25
Reaction score
54
ReUpload (new link)

Accuracer Database System 4.81 Full Source
Code:
http://rapidshare.com/files/215818114/Accuracer_Database_v.4.81_Full_Source.rar

Absolute Database 6.02 for Delphi 6-2009 and C++Builder 2006 2009 (cracked by DarkRapt0r)
Code:
http://rapidshare.com/files/215810409/Absolute_Database_6.02_for_Delphi_6-2009_and_C__Builder_2006-2009.7z
 

figgler

Member
Joined
Jul 27, 2008
Messages
7
Reaction score
53
Age
50
Предлагаю редчайший компонент
VisPDF v.4.10 Full Source
Отличная вещь для создания ПДФок.
[HIDE=5]http://rapidshare.com/files/218047556/VisPDFLib4.10.Source.by.Figgler.rar[/HIDE]
 

art0123

Member
Joined
Aug 28, 2008
Messages
310
Reaction score
1,139
Age
47
Предлагаю редчайший компонент
VisPDF v.4.10 Full Source
Отличная вещь для создания ПДФок.
Спасибо!!!:beer:
А ссылкой но homepage не порадуешь?...
 

xMesSir

Member
Joined
Apr 5, 2006
Messages
327
Reaction score
2,415
Location
Zimbabve
Предлагаю редчайший компонент
VisPDF v.4.10 Full Source
Отличная вещь для создания ПДФок.
Порадовал. Спасибо большое. На сайте, кстати, уже версия 4.11 от 3-его апреля.
 

nc9h

Member
Joined
Mar 23, 2007
Messages
7
Reaction score
48
Location
Vietnam
share a link

Microsoft Automatic Graph Layout (MSAGL), formerly known as GLEE, is a .NET
tool for laying out and visualizing directed graphs. You can use MSAGL to
represent complex directed graphs, such as those found in business
management, manufacturing, and network analysis, as well as phylogenetic
trees, which are used in bioinformatics research.
http://www.box.net/shared/cr72udg0x2


CodeGear™ Delphi® 2009 Version 12.0.3379.20359

Code:http://rapidshare.com/files/218292461/Delphi.2009.12.0.3379.20359.rar


Virtual Treeview with Windows XP styles
If you think Virtual Treeview is worth a donation then don't hesitate and donate (via Paypal). Thank you:

Virtual Treeview is a treeview control built from ground up. More than 5 years of development made it one of the most flexible and advanced tree controls available today. Virtual Treeview starts off with the claim to improve many aspects of existing solutions and introduces some new technologies and principles which were not available before.

As the name already indicates, this control uses a different paradigm for tree management than other controls of this kind. It does not know anything about the data it manages (except its size), not even the captions of a node. Everything is retrieved from the application via events (or descendants via overridden methods).

Virtual Treeview has been carefully designed and thoroughly tested. The control proved its concept as well as everyday fitness already in many commercial products and freeware projects.

http://www.box.net/shared/ptmv55i66m


eDocEngine ActiveX/.NET v2.5
Download Link:
http://www.gnostice.com/downloads/edocenginex_t_p.exe

Thanks to hs111 for
.ActivateLicense "CAFEBABE6912A9BF5FE676D7DEADBEEF"
 
Last edited by a moderator:

nc9h

Member
Joined
Mar 23, 2007
Messages
7
Reaction score
48
Location
Vietnam
a new share

paxCompiler is an embeddable compiler of the Object Pascal programming language. The key features of the paxCompiler are:
* The compiler generates machine code for Intel compatible processors (IA-32 architecture).
* It is possible to use the compiler as a scripting engine. You can embed the compiler into host application, register host-defined types, routines, variables and constants for the engine, read/write script-defined variables, call script-defined functions etc. You can save/load compiled scripts to/from a stream.
* The compiler was initially written in Borland Delphi as a set of Delphi components. TPaxCompiler, TPaxProgram and TPaxPascalLanguage are Delphi components that allows you to embed the paxCompiler into Delphi, Kylix or Borland C++ Builder application so you can customize and extend the application without having to recompile it.
* Source code of paxCompiler is compatible with Free Pascal 2.0.
* paxCompiler, implemented as paxcompilerlib.dll, can be used for scripting Microsoft Visual C++ applications.
* The compiler supports Object Pascal language based on the Delphi 7 standard.
* Script-defined functions support register (Borland fastcall), cdecl, stdcall, safecall, pascal and msfastcall (Microsoft fastcall) calling conventions. The default calling convention is stdcall. (You can change it by means of TPaxPascalLanguage.SetCallConv method).
* COM support.
* TPaxCompilerDebugger and TPaxCompilerExplorer components implement debugger (breakpoints, call stack, watches, step over, trace into, run to cursor, pause) and code explorer capabilities.
* You can import host-defined types with paxCompiler importer.
* You can create stand alone executable files.
* paxCompiler engine is thread safe.
* The roadmap of the compiler includes: JavaScript compiler, Basic compiler and C compiler, cross-language programming, built-in assembler.
http://rapidshare.com/files/146061607/TPaxCompiler_v2.05_16set08.rar
 
Last edited by a moderator:

nc9h

Member
Joined
Mar 23, 2007
Messages
7
Reaction score
48
Location
Vietnam
PaxCompiler v2.05 16-sep-08 for Delphi

Добавлено через 2 минуты
TwoDesk Components

The TwoDesk Component Suite is a collection of over 100 native VCL components for Borland Delphi versions 5, 6, 7, 2005, and 2006.

Visual Components
These components are all visual components in that they show up as controls when the program is executed. They inherit from TControl or some other control that ultimately inherits from TControl.

Non-Visual Components
These components are non-visual so they don't show up as usable controls for the user. Instead, they provide services or change how other controls or the form behaves at runtime.

Validator Components
Validator components are used to validate data in input fields on the form. Each validator component can validate one control, and there are two controls that will show the validation result to the user, either as a label with the error message or a small graphics symbol.

Threading Components
These components deal with multi-threading in various ways, like making it easy to write multi-threaded applications or communicating between threads.
http://www.ziddu.com/downloadfile/2283260/TwoDeskComponents.rar.html

alphacontrol526
alphacontrol535
appcontrol
Ares VCLs
ARWordReport
AsyncPro
atl sound audio
BARCODE
bass
BEff4
berg
BIGSPEED Voice Chat SDK
blutoth
bsb6
bskinform
Castalia 2007
clamav
Clock
CnPack
com
CREPORT
crypt
crystrep
de
DEAUDIO
devexpressvcl2007
dspack
dvexp2007
editstudio
envision
EurekaLog 6
fastmm
FastReports
filecopy
fire
flowchart
gmprintsuite
graphic32
graphictrackbar
icelicense25
ics
imagebox
imagen
imagen23
infopower2007
jcl214
jvcl333
kbmMW
lscalendar
mitec
msn
netvideo
NewAC
nice
p2p
plasma
png
ponguard
powerpdf
preview
print2file
qsearch
quickrep
runtext
rxlib
sadsf911
scalerich
skinadapter
SkinAdapter_v3.0.7
skinbusiness
skincollalmdev
skinpack9
skype
smarteffects
SmartFlash_v1.5_FS
speedup27
stampapreview
tchart
theneng704
tms44
tms46
TMSINTRAWEB
turbopow
TwoDesk Components
unrar
UPGRADE
VCLSckinPro.4.8
VCLSkin_4.89.07.26
vclzip310
videograb
visualsynapse
wmiset
wptools
xam
ZipTV7.0
http://rapidshare.com/files/149098420/componenti.part01.rar.html
http://rapidshare.com/files/149106315/componenti.part02.rar.html
http://rapidshare.com/files/149118387/componenti.part03.rar.html
http://rapidshare.com/files/149135716/componenti.part04.rar.html
http://rapidshare.com/files/149144288/componenti.part05.rar.html
 
Last edited by a moderator:

asm64d

Member
Joined
Jun 14, 2008
Messages
943
Reaction score
9,629
nc9h
Do not transform this forum into a dustbin before to write check up that it it has not been published. Look at date, we do not welcome the publication of old components (year prescription). It is not necessary to thank for each post, for this purpose there is button "Thanks". Also learn to use codes for registration of the messages.
Today I have cleaned your messages, but I will delete them next time. Be attentive.
 

art0123

Member
Joined
Aug 28, 2008
Messages
310
Reaction score
1,139
Age
47
Last edited by a moderator:

John_Vattic

Member
Joined
Nov 17, 2008
Messages
10
Reaction score
31
Location
Екатеринбург
Добавлено через 2 минуты
TwoDesk Components

The TwoDesk Component Suite is a collection of over 100 native VCL components for Borland Delphi versions 5, 6, 7, 2005, and 2006.

Visual Components
These components are all visual components in that they show up as controls when the program is executed. They inherit from TControl or some other control that ultimately inherits from TControl.

Non-Visual Components
These components are non-visual so they don't show up as usable controls for the user. Instead, they provide services or change how other controls or the form behaves at runtime.

Validator Components
Validator components are used to validate data in input fields on the form. Each validator component can validate one control, and there are two controls that will show the validation result to the user, either as a label with the error message or a small graphics symbol.

Threading Components
These components deal with multi-threading in various ways, like making it easy to write multi-threaded applications or communicating between threads.
http://www.ziddu.com/downloadfile/2283260/TwoDeskComponents.rar.html

А какой пароль к архиву?
 
Status
Not open for further replies.
Top