home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / software / code / setup.exe / CodePad.exe / 0 / RCDATA / TABOUTFORM / TABOUTFORM.txt < prev   
Encoding:
Text File  |  2003-02-24  |  3.4 KB  |  148 lines

  1. object AboutForm: TAboutForm
  2.   Tag = 150
  3.   Left = 304
  4.   Top = 210
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   Caption = 'About CodePad'
  8.   ClientHeight = 237
  9.   ClientWidth = 431
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poMainFormCenter
  18.   OnCreate = FormCreate
  19.   OnMouseMove = FormMouseMove
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object lab4: TLabel
  23.     Left = 64
  24.     Top = 168
  25.     Width = 263
  26.     Height = 13
  27.     Caption = 'Copyright ∩┐╜ 2000 - 2003  ShiCola.  All Rights Reserved.'
  28.     Transparent = True
  29.   end
  30.   object Image1: TImage
  31.     Left = 16
  32.     Top = 32
  33.     Width = 32
  34.     Height = 32
  35.     Picture.Data = {<image000.bmp>}
  36.     Stretch = True
  37.     Transparent = True
  38.   end
  39.   object lab1: TLabel
  40.     Left = 64
  41.     Top = 11
  42.     Width = 228
  43.     Height = 13
  44.     Caption = 'CodePad - Enhanced Code && Hex Editor'
  45.     Font.Charset = DEFAULT_CHARSET
  46.     Font.Color = clWindowText
  47.     Font.Height = -11
  48.     Font.Name = 'MS Sans Serif'
  49.     Font.Style = [fsBold]
  50.     ParentFont = False
  51.     Transparent = True
  52.   end
  53.   object lab5: TLabel
  54.     Left = 64
  55.     Top = 206
  56.     Width = 97
  57.     Height = 13
  58.     Caption = 'ShiCola@seznam.cz'
  59.     Transparent = True
  60.     OnClick = lab5Click
  61.     OnMouseMove = lab5MouseMove
  62.   end
  63.   object lab2: TLabel
  64.     Left = 64
  65.     Top = 27
  66.     Width = 15
  67.     Height = 13
  68.     Caption = 'xxx'
  69.     Transparent = True
  70.   end
  71.   object lab3: TLabel
  72.     Left = 64
  73.     Top = 187
  74.     Width = 133
  75.     Height = 13
  76.     Caption = 'CodePad is freeware. Enjoy!'
  77.     Transparent = True
  78.   end
  79.   object lab6: TLabel
  80.     Left = 176
  81.     Top = 206
  82.     Width = 76
  83.     Height = 13
  84.     Caption = 'ICQ# 22574691'
  85.     Transparent = True
  86.     OnClick = lab6Click
  87.     OnMouseMove = lab5MouseMove
  88.   end
  89.   object bOK: TButton
  90.     Tag = 100
  91.     Left = 327
  92.     Top = 199
  93.     Width = 83
  94.     Height = 24
  95.     Cancel = True
  96.     Caption = 'OK'
  97.     Default = True
  98.     ModalResult = 1
  99.     TabOrder = 1
  100.   end
  101.   object Memo1: TMemo
  102.     Left = 64
  103.     Top = 49
  104.     Width = 345
  105.     Height = 110
  106.     BiDiMode = bdLeftToRight
  107.     Lines.Strings = (
  108.       'Hex Editor:'
  109.       'bookmarks, go to offset and go to bookmark, hex/octal/decimal '
  110.       'offset display, text/data search&replace, draw special symbols, '
  111.       'undo, full customizable colors setting...'
  112.       ''
  113.       'Code Editor:'
  114.       
  115.         'differences viewer, collapse/expand lines, syntax highlight, cod' +
  116.         'e '
  117.       'templates, columnar blocks, undo and redo, multiple clipboards, '
  118.       
  119.         'bookmarks, go to line and go to bookmark, highlight URLs, export' +
  120.         ' to '
  121.       
  122.         'RTF and HTML, documents history, drag&drop, line highlight, worl' +
  123.         'd '
  124.       
  125.         'wrap, line separator, multi language support, ASCII table, built' +
  126.         '-in '
  127.       
  128.         'syntax definition and code template editor, multi files support,' +
  129.         ' file '
  130.       
  131.         'association, send document via email (as attachment too), insert' +
  132.         ' '
  133.       'date/time/GUID, upper/lower/invert case and capitalize, draw '
  134.       
  135.         'special symbols, match bracket, to-do compatible with Delphi, us' +
  136.         'er '
  137.       
  138.         'actions, document tabs, double edit window, full customizable co' +
  139.         'lors '
  140.       'setting, up to 35 syntax definitions...')
  141.     ParentBiDiMode = False
  142.     ParentColor = True
  143.     ReadOnly = True
  144.     ScrollBars = ssVertical
  145.     TabOrder = 0
  146.   end
  147. end
  148.