home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 September / PCWorld_2002-09_cd.bin / Software / TemaCD / versaverter / versaverter.exe / 0 / RCDATA / TFBASEVERTER / TFBASEVERTER.txt
Text File  |  2002-02-12  |  2KB  |  88 lines

  1. object FBaseVerter: TFBaseVerter
  2.   Left = 417
  3.   Top = 226
  4.   BorderStyle = bsSingle
  5.   Caption = 'BaseVerter'
  6.   ClientHeight = 106
  7.   ClientWidth = 311
  8.   Color = clBtnFace
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poDefaultPosOnly
  16.   Scaled = False
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 14
  20.   object Label1: TLabel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 41
  24.     Height = 14
  25.     Caption = 'Convert:'
  26.   end
  27.   object Label2: TLabel
  28.     Left = 232
  29.     Top = 28
  30.     Width = 8
  31.     Height = 14
  32.     Caption = 'in'
  33.   end
  34.   object Label3: TLabel
  35.     Left = 232
  36.     Top = 73
  37.     Width = 8
  38.     Height = 14
  39.     Caption = 'in'
  40.   end
  41.   object Label4: TLabel
  42.     Left = 8
  43.     Top = 53
  44.     Width = 12
  45.     Height = 14
  46.     Caption = 'to:'
  47.   end
  48.   object cbInBase: TComboBox
  49.     Left = 247
  50.     Top = 24
  51.     Width = 49
  52.     Height = 22
  53.     ItemHeight = 14
  54.     TabOrder = 0
  55.     Text = '10'
  56.     OnChange = eXChange
  57.   end
  58.   object eX: TEdit
  59.     Left = 8
  60.     Top = 24
  61.     Width = 219
  62.     Height = 22
  63.     CharCase = ecUpperCase
  64.     TabOrder = 1
  65.     Text = '1'
  66.     OnChange = eXChange
  67.   end
  68.   object eY: TEdit
  69.     Left = 8
  70.     Top = 69
  71.     Width = 219
  72.     Height = 22
  73.     ReadOnly = True
  74.     TabOrder = 2
  75.     Text = '1'
  76.   end
  77.   object cbToBase: TComboBox
  78.     Left = 247
  79.     Top = 69
  80.     Width = 49
  81.     Height = 22
  82.     ItemHeight = 14
  83.     TabOrder = 3
  84.     Text = '10'
  85.     OnChange = eXChange
  86.   end
  87. end
  88.