home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / 06_02.iso / software / tea / teasetup.exe / tea.exe / 0 / RCDATA / TFRM_CHARTABLE / TFRM_CHARTABLE.txt
Text File  |  2002-03-26  |  2KB  |  92 lines

  1. object frm_CharTable: Tfrm_CharTable
  2.   Left = 285
  3.   Top = 176
  4.   Width = 577
  5.   Height = 455
  6.   BorderStyle = bsSizeToolWin
  7.   Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜ ∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜ ∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜ ∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 120
  19.   TextHeight = 16
  20.   object GroupBox1: TGroupBox
  21.     Left = 416
  22.     Top = 0
  23.     Width = 153
  24.     Height = 201
  25.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  26.     TabOrder = 2
  27.     object Label1: TLabel
  28.       Left = 24
  29.       Top = 40
  30.       Width = 27
  31.       Height = 46
  32.       Caption = 'A'
  33.       Font.Charset = DEFAULT_CHARSET
  34.       Font.Color = clWindowText
  35.       Font.Height = -40
  36.       Font.Name = 'MS Sans Serif'
  37.       Font.Style = []
  38.       ParentFont = False
  39.     end
  40.     object Edit1: TEdit
  41.       Left = 64
  42.       Top = 48
  43.       Width = 73
  44.       Height = 28
  45.       Font.Charset = DEFAULT_CHARSET
  46.       Font.Color = clWindowText
  47.       Font.Height = -17
  48.       Font.Name = 'MS Sans Serif'
  49.       Font.Style = []
  50.       ParentFont = False
  51.       TabOrder = 0
  52.     end
  53.   end
  54.   object table: TStringGrid
  55.     Left = 0
  56.     Top = 0
  57.     Width = 417
  58.     Height = 417
  59.     ColCount = 16
  60.     DefaultColWidth = 24
  61.     FixedCols = 0
  62.     RowCount = 16
  63.     FixedRows = 0
  64.     Font.Charset = DEFAULT_CHARSET
  65.     Font.Color = clWindowText
  66.     Font.Height = -17
  67.     Font.Name = 'MS Sans Serif'
  68.     Font.Style = []
  69.     ParentFont = False
  70.     TabOrder = 0
  71.     OnClick = tableClick
  72.   end
  73.   object Button1: TButton
  74.     Left = 432
  75.     Top = 160
  76.     Width = 105
  77.     Height = 25
  78.     Caption = 'Copy char'
  79.     TabOrder = 1
  80.     OnClick = Button1Click
  81.   end
  82.   object Button2: TButton
  83.     Left = 432
  84.     Top = 120
  85.     Width = 105
  86.     Height = 25
  87.     Caption = 'Copy code'
  88.     TabOrder = 3
  89.     OnClick = Button2Click
  90.   end
  91. end
  92.