Crestra-Binder-Source-Private

所属分类:Pascal/Delphi编程
开发工具:Delphi
文件大小:507KB
下载次数:2
上传日期:2016-11-11 18:34:29
上 传 者broks475
说明:  Crestra Binder Source Private for Delphi7

文件列表:
Crestra Binder Source Private\ABIconChanger.pas (6581, 2009-01-16)
Crestra Binder Source Private\ApiUnit.pas (8607, 2009-01-26)
Crestra Binder Source Private\Client.cfg (670, 2010-06-08)
Crestra Binder Source Private\Client.dof (2667, 2010-06-08)
Crestra Binder Source Private\Client.dpr (903, 2009-01-29)
Crestra Binder Source Private\Client.dproj (5520, 2009-01-13)
Crestra Binder Source Private\Client.ico (4286, 2010-06-08)
Crestra Binder Source Private\Client.res (5108, 2010-06-08)
Crestra Binder Source Private\DBIconChanger.pas (12012, 2010-05-30)
Crestra Binder Source Private\DIUcl Compression\alloc.obj (539, 2005-04-14)
Crestra Binder Source Private\DIUcl Compression\DI.inc (7540, 2005-04-14)
Crestra Binder Source Private\DIUcl Compression\DICompilers.inc (10095, 2005-04-14)
Crestra Binder Source Private\DIUcl Compression\DIUcl.dcu (2247, 2009-01-30)
Crestra Binder Source Private\DIUcl Compression\DIUcl.pas (4697, 2005-04-14)
Crestra Binder Source Private\DIUcl Compression\DIUclApi.dcu (68831, 2009-01-30)
Crestra Binder Source Private\DIUcl Compression\DIUclApi.pas (21874, 2005-04-14)
Crestra Binder Source Private\DIUcl Compression\DIUclStreams.pas (25670, 2005-04-14)
Crestra Binder Source Private\DIUcl Compression\n2b_99.obj (4556, 2005-04-14)
Crestra Binder Source Private\DIUcl Compression\n2b_d.obj (1980, 2005-04-14)
Crestra Binder Source Private\DIUcl Compression\n2b_ds.obj (2643, 2005-04-14)
Crestra Binder Source Private\DIUcl Compression\n2b_d_f1.obj (390, 2005-04-14)
Crestra Binder Source Private\DIUcl Compression\n2b_d_f2.obj (615, 2005-04-14)
Crestra Binder Source Private\DIUcl Compression\n2b_d_f3.obj (375, 2005-04-14)
Crestra Binder Source Private\DIUcl Compression\n2b_d_f4.obj (576, 2005-04-14)
Crestra Binder Source Private\DIUcl Compression\n2b_d_f5.obj (414, 2005-04-14)
Crestra Binder Source Private\DIUcl Compression\n2b_d_f6.obj (635, 2005-04-14)
Crestra Binder Source Private\DIUcl Compression\n2b_d_n1.obj (355, 2005-04-14)
Crestra Binder Source Private\DIUcl Compression\n2b_d_n2.obj (566, 2005-04-14)
Crestra Binder Source Private\DIUcl Compression\n2b_d_n3.obj (338, 2005-04-14)
Crestra Binder Source Private\DIUcl Compression\n2b_d_n4.obj (525, 2005-04-14)
Crestra Binder Source Private\DIUcl Compression\n2b_d_n5.obj (376, 2005-04-14)
Crestra Binder Source Private\DIUcl Compression\n2b_d_n6.obj (587, 2005-04-14)
Crestra Binder Source Private\DIUcl Compression\n2b_d_s1.obj (331, 2005-04-14)
Crestra Binder Source Private\DIUcl Compression\n2b_d_s2.obj (548, 2005-04-14)
Crestra Binder Source Private\DIUcl Compression\n2b_d_s3.obj (312, 2005-04-14)
Crestra Binder Source Private\DIUcl Compression\n2b_d_s4.obj (503, 2005-04-14)
Crestra Binder Source Private\DIUcl Compression\n2b_d_s5.obj (352, 2005-04-14)
Crestra Binder Source Private\DIUcl Compression\n2b_d_s6.obj (569, 2005-04-14)
Crestra Binder Source Private\DIUcl Compression\n2b_to.obj (2654, 2005-04-14)
Crestra Binder Source Private\DIUcl Compression\n2d_99.obj (4704, 2005-04-14)
... ...

OVERVIEW: ========== TMPHexEditor, TMPHexEditorEx components version 08-18-2002 for delphi 4 and 6 TMPHexEditor is a TCustomGrid descendant used to view and edit binary files. TMPHexEditorEx is an advanced hex editor, supporting OLE drag and drop, printing and print preview... LICENSE: ========= Author : markus stephany, merkes@mirkes_dot_de Copyright : (C) 1997-2002 markus stephany, all rights reserved This source code is freeware. You may use, change, and distribute without charge the source code as you like. This unit can be used freely in any commercial applications. However, it may not be sold as a standalone product and the source code may not be included in a commercial product. This unit is provided as is with no warrent or support. Make sure to read relevant information and documentation from Microsoft before using this unit. INSTALLATION: ============== copy all files under the \vcl subdir in a directory contained in delphi's search path. add MPHexEditorReg.pas to one of your library packages (e.g. "Borland Delphi User Components") and recompile this package. After successfull recompiling, the two components TMPHexEditor and TMPHexEditorEx should be available on the "mirkes.de" tab. USAGE: ======= read the help file included in this package (under the \doc path). HISTORY: ========= v 10-25-2002: october 25, 2002 - corrected the BytesPerColumn default value v 08-18-2002: august 18, 2002 - modified painting and selection - implemented an additional ruler bar at the top - new properties: ShowRuler, DrawGutter3D v 08-12-2002: august 12, 2002 - modified Changed calls to get correct Modified property in OnChange handler v 08-09-2002: august 09, 2002 - included missing include file delver.inc - added OnChange event v 07-21-2002: july 21, 2002 too many changes to mention here (completely rewritten, basic and advanced versions TMPHexEditor and TMPHexEditorEx), plz read the documentation included with this package for more information V 1.16: 02/02/99 added WMGetDlgCode to avoid problems with shortcut-controls on the form changed the property name ReadOnly to ReadOnlyFile ( to avoid confusion, sorry ) fixed updating when the font gets changed added OnKeyPress-support ( now you can modify the key before THexEditor will parse it in this event ) property WantTabs : Boolean ; if true, than you can navigate between char and hex field with the TAB key, if not, you can navigate between your form's controls with the TAB key, to change the current field in THexEditor, you have to use CTRL+T. property ReadOnlyView : Boolean ; if true, than the text/data in THexEditor can't get edited via key presses, just selection , moving and scrolling are still available V 1.15: 01/03/99 added option odOctal to TOffsetDisplayStyle to display line offset in octal system ("8"-based) fixed a problem on creating a THexEditor dynamically ( thanks to John Shailes , JohnShailes@email.msn.com ) property AllowInsertMode : Boolean ; if this is set to true, THexEditor doesn't overwrite but insert values at the current cursor position ( this cannot be set if NoSizeChange is True ) property IsInsertMode : Boolean ; readonly, if it returns true, the current mode is inserting (see above ) property AutoCaretMode : Boolean ; if true, the caret will be set to a block in overwrite mode and to a left line in insert mode automatically V 1.14: not released fixed some bugs added currently unsupported variable line lengths added NoSizeChange property V 1.13: 11/07/*** added AsText and AsHex property ( and converting functions for "aa00bb" style hex files ) , MaskWhiteSpaces property to avoid the '.' if you have a font that can display chars from #0 to #31; also typing capitals rather than lowercase chars in the char field is now possible ( most of this stuff has been suggested from Philippe Chessa , Philippe_Chessa@compuserve.com, thanks ) V 1.12: 10/25/*** added Half Byte (Nibble) support (insert/delete, swap hi/lo nibbles in hex view) better performance the markers are now available for reading/writing added support for some different code types in the char view : ANSI , 8 Bit ASCII ( OEM / Dos style ) , 7 Bit ASCII , Macintosh(TM) character set , IBM(TM) EBCDIC cp 038 also conversion of the file's contents (or a range of them) from one to another code type is possible (many thanks to Christophe LE CORFEC, CLC@khalif.com for ebcdic and half byte suggestions) V 1.1 : 10/04/*** added find,seek, customizable layout (many thanks to John Hamm, John@TEMPUS.COM ) V 1.0 Beta 1 : 08/15/*** first public release =================== have fun, markus.

近期下载者

相关文件


收藏者