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

Статус
В этой теме нельзя размещать новые ответы.

asm64d

Местный
Регистрация
14 Июн 2008
Сообщения
940
Реакции
9,672
Credits
0
eDocEngine VCL v2.5.1 Retail (autosetup)
Thank iStock

Для просмотра ссылки Войди или Зарегистрируйся

original link (27 mb):
[HIDE=0]
Для просмотра ссылки Войди или Зарегистрируйся
Password: iStock4u
[/HIDE]
mirror (24 mb):
[HIDE=0]
Для просмотра ссылки Войди или Зарегистрируйся
Для просмотра ссылки Войди или Зарегистрируйся
Для просмотра ссылки Войди или Зарегистрируйся
[/HIDE]
 

asm64d

Местный
Регистрация
14 Июн 2008
Сообщения
940
Реакции
9,672
Credits
0
eDocEngine не встает, хочет gtRtlBDS2009. А папочка LIB пустая-пустая.. У кого есть полный комплект?
Почему то на XXXXXXX лежит версия 7.4 Мб, она не полная...
Двумя постами выше полная версия eDocEngine VCL v2.5.1 Retail (autosetup).
 
Последнее редактирование модератором:

asm64d

Местный
Регистрация
14 Июн 2008
Сообщения
940
Реакции
9,672
Credits
0
Thank Vistali

EMS Advanced Data Export Component Suite v 4.1.0.4 FullSource
EMS Advanced Data Import Component Suite v 3.1.0.5 FullSource
[HIDE=0]
Для просмотра ссылки Войди или Зарегистрируйся
[/HIDE]

Mirror:
[HIDE=0]
Для просмотра ссылки Войди или Зарегистрируйся
Для просмотра ссылки Войди или Зарегистрируйся
Для просмотра ссылки Войди или Зарегистрируйся
[/HIDE]
 
Последнее редактирование модератором:

art0123

Местный
Регистрация
28 Авг 2008
Сообщения
304
Реакции
1,145
Credits
0
Последнее редактирование модератором:

eddoc

Местный
Регистрация
2 Окт 2008
Сообщения
130
Реакции
457
Credits
0
EhLib 4.4 Build 4.4.47 Full Source

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

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

unit DBCtrlsEh.pas

v. 4.4.45

Код:
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

Код:
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
Код:
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

Код:
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

Местный
Регистрация
8 Янв 2009
Сообщения
25
Реакции
54
Credits
50
ReUpload (new link)

Accuracer Database System 4.81 Full Source
Код:
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)
Код:
http://rapidshare.com/files/215810409/Absolute_Database_6.02_for_Delphi_6-2009_and_C__Builder_2006-2009.7z
 

figgler

Местный
Регистрация
27 Июл 2008
Сообщения
7
Реакции
53
Credits
14
Предлагаю редчайший компонент
VisPDF v.4.10 Full Source
Отличная вещь для создания ПДФок.
[HIDE=5]http://rapidshare.com/files/218047556/VisPDFLib4.10.Source.by.Figgler.rar[/HIDE]
 

nc9h

Местный
Регистрация
24 Мар 2007
Сообщения
7
Реакции
48
Credits
14
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.
Для просмотра ссылки Войди или Зарегистрируйся


CodeGear™ Delphi® 2009 Version 12.0.3379.20359

Code:Для просмотра ссылки Войди или Зарегистрируйся


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.

Для просмотра ссылки Войди или Зарегистрируйся


eDocEngine ActiveX/.NET v2.5
Download Link:
Для просмотра ссылки Войди или Зарегистрируйся

Thanks to hs111 for
.ActivateLicense "CAFEBABE6912A9BF5FE676D7DEADBEEF"
 
Последнее редактирование модератором:

nc9h

Местный
Регистрация
24 Мар 2007
Сообщения
7
Реакции
48
Credits
14
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.
Для просмотра ссылки Войди или Зарегистрируйся
 
Последнее редактирование модератором:

nc9h

Местный
Регистрация
24 Мар 2007
Сообщения
7
Реакции
48
Credits
14
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.
Для просмотра ссылки Войди или Зарегистрируйся

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
Для просмотра ссылки Войди или Зарегистрируйся
Для просмотра ссылки Войди или Зарегистрируйся
Для просмотра ссылки Войди или Зарегистрируйся
Для просмотра ссылки Войди или Зарегистрируйся
Для просмотра ссылки Войди или Зарегистрируйся
 
Последнее редактирование модератором:

asm64d

Местный
Регистрация
14 Июн 2008
Сообщения
940
Реакции
9,672
Credits
0
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.
 
Статус
В этой теме нельзя размещать новые ответы.