objects » Page 88 » Developer.Team

Dataland CD Label Designer 5.2.2 Build 591

Dataland CD Label Designer 5.2.2 Build 591
Dataland CD Label Designer 5.2.2 Build 591 | 5.6 Mb


This Windows program will help you design and print CD and DVD labels (jewel case front, inside and back, CD/DVD sleeve, DVD box, round disk, business card labels and booklets). It supports inserting images, text, circular text and shapes, allowing you to arrange and change the size, angle, and transparency of objects. You can customize print layouts to match your pre-cut labels or your printer for printing directly to printable disks. You can also send designs to a LigtScribeв„ў device or export to high-resolution image files and send them to professional printing service.
Read more

IB Objects 5.3.3 Build 1955 Full Source

IB Objects 5.3.3 Build 1955 Full Source
IB Objects 5.3.3 Build 1955 Full Source | 3.17 Mb


IB Objects is the most powerful toolbox available for developing client and service applications for InterBase/Firebird in Delphi and Borland C++Builder without the BDE, ODBC or any other middleware. IB Objects provides more than 80 components for use with 32bit Delphi and C++Builder. The "native IBO" classes require only a Desktop Developer edition. Professional editions of these products are required only if you need to develop with the TDataset-compatible classes.
Read more

Database Comparer VCL 6.1.1.480 D5-DXE5 Full Source

Database Comparer VCL 6.1.1.480 D5-DXE5 Full Source
Database Comparer VCL 6.1.1.480 D5-DXE5 Full Source | 4.5 Mb


The Database Comparer VCL represents 100% Delphi VCL components for Borland Delphi / C++Builder. These components allow you to compare and synchronize SQL database objects and table records for many popular databases. You can view all the differences between databases and execute an automatically generated script to eliminate all or selected only differences. The library includes more than 25 components for Database development and its code is constantly being refined and improved.
Read more

SystemTools Hyena 10.5C

SystemTools Hyena 10.5C
SystemTools Hyena 10.5C | 19 Mb


SystemTools Hyena enable centralized and effortlessly solve everyday problems associated with the management, as well as a system administrator will provide many new opportunities. Through a combination of powerful and diverse capabilities within a single solution, the program Hyena is deservedly popular with tens of thousands of administrators around the world. This is the tool without which the administrator can not simply do without. To perform any operations the application uses the user interface style guide В»Windows, with a handy pop-up menu is invoked by pressing the right mouse button.
Read more

ApexSQL Clean 2011.01

ApexSQL Clean 2011.01
ApexSQL Clean 2011.01 | 7.3 Mb


View database object dependencies. Analyze impact of planned changes. Remove unused SQL database objects!

Inspect the impact of potential changes and deletions
View and analyze SQL database object dependencies
Remove unwanted objects risk free
Map dependencies down to the table column level
Read more

ApexSQL Script 2011.04

ApexSQL Script 2011.04
ApexSQL Script 2011.04 | 11.5 Mb


Script SQL databases, data, and objects. Script both objects and data from various databases simultaneously. Script SQL server database to a single SQL file, executable package or a .NET solution. Ensure that SQL databases are migrated without problems or errors using proprietary dependency analysis algorithms. Commit a specific database version or label directly to source control.
Read more

Dataland CD Label Designer 5.2.2 build 589

Dataland CD Label Designer 5.2.2 build 589
Dataland CD Label Designer 5.2.2 build 589 | 6 Mb


This Windows program will help you design and print CD and DVD labels (jewel case front, inside and back, CD/DVD sleeve, DVD box, round disk, business card labels and booklets). It supports inserting images, text, circular text and shapes, allowing you to arrange and change the size, angle, and transparency of objects. You can customize print layouts to match your pre-cut labels or your printer for printing directly to printable disks. You can also send designs to a LigtScribeв„ў device or export to high-resolution image files and send them to professional printing service.
Read more

Picture Cutout Guide 3.1

Picture Cutout Guide 3.1
Picture Cutout Guide 3.1 | 4 Mb


Picture Cutout Guide - separates objects from the background, makes a photomontage. Separates solid objects from an arbitrary background, allows transferring objects to another photo. Allows applying background effects. Fill with the selected color, shadow and blur with selection and density.
Read more

Image Resize Guide 2.1

Image Resize Guide 2.1
Image Resize Guide 2.1 | 4.5 Mb


Image Resize Guide - a program to change the size and proportions of the images without distorting the important parts and to remove objects without any visible traces. The program includes the following tools to resize the image and delete objects: Size, Cut fragment, Smart Remove, Smart Size, Patching. The program includes animated examples of processing images: a simple resize photos, resize photos and preservation facilities; easy removal, removal of a two-step, removing the protection, patching, T e in the program includes animated demos that explain step by step how it all properly done.
Read more

TMS Aurelius 2.20 Full Source

TMS Aurelius 2.20 Full Source
TMS Aurelius 2.20 Full Source | 4.8 Mb


ORM framework for Delphi with full support for data manipulation, complex and advanced queries, inheritance, polymorphism, and more...

    Query1.Sql.Text := 'SELECT I.ID AS INVOICE_ID, I.INVOICE_TYPE, I.INVOICE_NO, I.ISSUE_DATE, I.PRINT_DATE, ' +  
      'C.ID AS CUSTOMER_ID, C.CUSTOMER_NAME, C.SEX, C.BIRTHDAY, N.ID AS COUNTRY_ID, N.COUNTRY_NAME' +  
      'FROM INVOICE AS I INNER JOIN CUSTOMER AS C ON (C.ID = I.CUSTOMER_ID) ' +  
      'LEFT JOIN COUNTRY AS N ON (N.ID = C.COUNTRY_ID)' +  
      'WHERE I.ID = :INVOICE_ID;'  
    Query1.ParamByName('INVOICE_ID').AsInteger := 1;  
    Query1.Open;  
    ShowMessage(Format('Invoice No: %d, Customer: %s, Country: %s',  
      [Query1.FieldByName('INVOICE_NO').AsInteger,  
      Query1.FieldByName('CUSTOMER_NAME').AsString,  
      Query1.FieldByName('COUNTRY_NAME').AsString]));  
Read more