home *** CD-ROM | disk | FTP | other *** search
- object AboutForm: TAboutForm
- Tag = 150
- Left = 304
- Top = 210
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'About CodePad'
- ClientHeight = 237
- ClientWidth = 431
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poMainFormCenter
- OnCreate = FormCreate
- OnMouseMove = FormMouseMove
- PixelsPerInch = 96
- TextHeight = 13
- object lab4: TLabel
- Left = 64
- Top = 168
- Width = 263
- Height = 13
- Caption = 'Copyright � 2000 - 2003 ShiCola. All Rights Reserved.'
- Transparent = True
- end
- object Image1: TImage
- Left = 16
- Top = 32
- Width = 32
- Height = 32
- Picture.Data = {<image000.bmp>}
- Stretch = True
- Transparent = True
- end
- object lab1: TLabel
- Left = 64
- Top = 11
- Width = 228
- Height = 13
- Caption = 'CodePad - Enhanced Code && Hex Editor'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object lab5: TLabel
- Left = 64
- Top = 206
- Width = 97
- Height = 13
- Caption = 'ShiCola@seznam.cz'
- Transparent = True
- OnClick = lab5Click
- OnMouseMove = lab5MouseMove
- end
- object lab2: TLabel
- Left = 64
- Top = 27
- Width = 15
- Height = 13
- Caption = 'xxx'
- Transparent = True
- end
- object lab3: TLabel
- Left = 64
- Top = 187
- Width = 133
- Height = 13
- Caption = 'CodePad is freeware. Enjoy!'
- Transparent = True
- end
- object lab6: TLabel
- Left = 176
- Top = 206
- Width = 76
- Height = 13
- Caption = 'ICQ# 22574691'
- Transparent = True
- OnClick = lab6Click
- OnMouseMove = lab5MouseMove
- end
- object bOK: TButton
- Tag = 100
- Left = 327
- Top = 199
- Width = 83
- Height = 24
- Cancel = True
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object Memo1: TMemo
- Left = 64
- Top = 49
- Width = 345
- Height = 110
- BiDiMode = bdLeftToRight
- Lines.Strings = (
- 'Hex Editor:'
- 'bookmarks, go to offset and go to bookmark, hex/octal/decimal '
- 'offset display, text/data search&replace, draw special symbols, '
- 'undo, full customizable colors setting...'
- ''
- 'Code Editor:'
-
- 'differences viewer, collapse/expand lines, syntax highlight, cod' +
- 'e '
- 'templates, columnar blocks, undo and redo, multiple clipboards, '
-
- 'bookmarks, go to line and go to bookmark, highlight URLs, export' +
- ' to '
-
- 'RTF and HTML, documents history, drag&drop, line highlight, worl' +
- 'd '
-
- 'wrap, line separator, multi language support, ASCII table, built' +
- '-in '
-
- 'syntax definition and code template editor, multi files support,' +
- ' file '
-
- 'association, send document via email (as attachment too), insert' +
- ' '
- 'date/time/GUID, upper/lower/invert case and capitalize, draw '
-
- 'special symbols, match bracket, to-do compatible with Delphi, us' +
- 'er '
-
- 'actions, document tabs, double edit window, full customizable co' +
- 'lors '
- 'setting, up to 35 syntax definitions...')
- ParentBiDiMode = False
- ParentColor = True
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 0
- end
- end
-