home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Freeware / Utilitare / xvi / XVI32.exe / 0 / RCDATA / TFORMDECODE / TFORMDECODE.txt
Text File  |  2003-08-02  |  1KB  |  59 lines

  1. object FormDecode: TFormDecode
  2.   Left = 317
  3.   Top = 183
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Decode number'
  7.   ClientHeight = 229
  8.   ClientWidth = 488
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object LabelDec: TLabel
  17.     Left = 10
  18.     Top = 10
  19.     Width = 138
  20.     Height = 13
  21.     Caption = 'Decoded from cursor position'
  22.   end
  23.   object LabelByteOrder: TLabel
  24.     Left = 10
  25.     Top = 30
  26.     Width = 73
  27.     Height = 13
  28.     Caption = 'LabelByteOrder'
  29.   end
  30.   object ButtonOK: TButton
  31.     Left = 10
  32.     Top = 196
  33.     Width = 75
  34.     Height = 25
  35.     Cancel = True
  36.     Caption = 'OK'
  37.     Default = True
  38.     ModalResult = 1
  39.     TabOrder = 0
  40.   end
  41.   object Memo1: TMemo
  42.     Left = 10
  43.     Top = 50
  44.     Width = 467
  45.     Height = 135
  46.     Font.Color = clBlack
  47.     Font.Height = -13
  48.     Font.Name = 'Courier New'
  49.     Font.Style = []
  50.     Lines.Strings = (
  51.       '')
  52.     ParentFont = False
  53.     ReadOnly = True
  54.     ScrollBars = ssBoth
  55.     TabOrder = 1
  56.     WordWrap = False
  57.   end
  58. end
  59.