home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Freeware / Programare / PSPad / PSPad.exe / 0 / RCDATA / TFASCII / TFASCII.txt
Encoding:
Text File  |  2004-06-06  |  2.2 KB  |  108 lines

  1. object fASCII: TfASCII
  2.   Tag = 106
  3.   Left = 759
  4.   Top = 161
  5.   Width = 219
  6.   Height = 471
  7.   BorderIcons = [biSystemMenu, biHelp]
  8.   BorderStyle = bsSizeToolWin
  9.   Caption = 'ASCII tabulka'
  10.   Color = clBtnFace
  11.   UseDockManager = True
  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.   OldCreateOrder = False
  20.   OnCreate = FormCreate
  21.   OnHide = FormHide
  22.   OnShow = FormShow
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object Panel1: TPanel
  26.     Left = 0
  27.     Top = 408
  28.     Width = 211
  29.     Height = 29
  30.     Align = alBottom
  31.     BevelOuter = bvNone
  32.     TabOrder = 1
  33.     DesignSize = (
  34.       211
  35.       29)
  36.     object lChar: TLabel
  37.       Left = 4
  38.       Top = 2
  39.       Width = 15
  40.       Height = 24
  41.       Caption = 'A'
  42.       Font.Charset = DEFAULT_CHARSET
  43.       Font.Color = clWindowText
  44.       Font.Height = -21
  45.       Font.Name = 'MS Sans Serif'
  46.       Font.Style = [fsBold]
  47.       ParentFont = False
  48.       ShowAccelChar = False
  49.     end
  50.     object bPrint: TButton
  51.       Left = 40
  52.       Top = 3
  53.       Width = 64
  54.       Height = 23
  55.       Anchors = [akLeft, akBottom]
  56.       Caption = '&Tisk'
  57.       TabOrder = 0
  58.       OnClick = bPrintClick
  59.     end
  60.   end
  61.   object Grid: TStringGrid
  62.     Left = 0
  63.     Top = 0
  64.     Width = 211
  65.     Height = 408
  66.     Align = alClient
  67.     ColCount = 4
  68.     Ctl3D = False
  69.     DefaultRowHeight = 16
  70.     FixedCols = 0
  71.     RowCount = 2
  72.     Font.Charset = EASTEUROPE_CHARSET
  73.     Font.Color = clWindowText
  74.     Font.Height = -12
  75.     Font.Name = 'Courier New'
  76.     Font.Style = []
  77.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected]
  78.     ParentCtl3D = False
  79.     ParentFont = False
  80.     PopupMenu = PopupASCII
  81.     ScrollBars = ssVertical
  82.     TabOrder = 0
  83.     OnClick = GridClick
  84.     OnDblClick = GridDblClick
  85.     OnKeyPress = GridKeyPress
  86.     OnMouseWheelDown = GridMouseWheelDown
  87.     OnMouseWheelUp = GridMouseWheelDown
  88.     ColWidths = (
  89.       35
  90.       40
  91.       39
  92.       72)
  93.   end
  94.   object PopupASCII: TPopupMenu
  95.     Left = 56
  96.     Top = 112
  97.     object m1: TMenuItem
  98.       ShortCut = 16451
  99.       Visible = False
  100.       OnClick = m1Click
  101.     end
  102.     object m2: TMenuItem
  103.       ShortCut = 16429
  104.       Visible = False
  105.     end
  106.   end
  107. end
  108.