home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / software / code / setup.exe / CodePad.exe / 0 / RCDATA / TASCIITABLEFORM / TASCIITABLEFORM.txt
Encoding:
Text File  |  2003-02-24  |  756 b   |  36 lines

  1. object AsciiTableForm: TAsciiTableForm
  2.   Left = 454
  3.   Top = 358
  4.   Width = 118
  5.   Height = 295
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsSizeToolWin
  8.   Caption = 'Ascii Table'
  9.   Color = clBtnFace
  10.   Constraints.MaxWidth = 118
  11.   Constraints.MinWidth = 112
  12.   DragKind = dkDock
  13.   DragMode = dmAutomatic
  14.   Font.Charset = DEFAULT_CHARSET
  15.   Font.Color = clWindowText
  16.   Font.Height = -11
  17.   Font.Name = 'MS Sans Serif'
  18.   Font.Style = []
  19.   FormStyle = fsStayOnTop
  20.   OldCreateOrder = False
  21.   OnClose = FormClose
  22.   OnCreate = FormCreate
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object eListBox: TListBox
  26.     Left = 0
  27.     Top = 0
  28.     Width = 110
  29.     Height = 266
  30.     Align = alClient
  31.     ItemHeight = 13
  32.     TabOrder = 0
  33.     OnDblClick = eListBoxDblClick
  34.   end
  35. end
  36.