home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / CoolMon / cmsetup.exe / Setup.exe / 0 / RCDATA / TFRAME9 / TFRAME9.txt
Encoding:
Text File  |  2003-08-11  |  1.1 KB  |  67 lines

  1. object Frame9: TFrame9
  2.   Left = 0
  3.   Top = 0
  4.   Width = 257
  5.   Height = 170
  6.   HorzScrollBar.Visible = False
  7.   VertScrollBar.Visible = False
  8.   TabOrder = 0
  9.   object Label1: TLabel
  10.     Left = 0
  11.     Top = 0
  12.     Width = 136
  13.     Height = 24
  14.     Caption = 'User Information'
  15.     Font.Charset = DEFAULT_CHARSET
  16.     Font.Color = clWindowText
  17.     Font.Height = -19
  18.     Font.Name = 'MS Sans Serif'
  19.     Font.Style = []
  20.     ParentFont = False
  21.   end
  22.   object Label2: TLabel
  23.     Left = 0
  24.     Top = 32
  25.     Width = 28
  26.     Height = 13
  27.     Caption = 'Name'
  28.   end
  29.   object Label3: TLabel
  30.     Left = 0
  31.     Top = 76
  32.     Width = 44
  33.     Height = 13
  34.     Caption = 'Company'
  35.   end
  36.   object Label4: TLabel
  37.     Left = 0
  38.     Top = 120
  39.     Width = 58
  40.     Height = 13
  41.     Caption = 'Product Key'
  42.   end
  43.   object Edit1: TEdit
  44.     Left = 0
  45.     Top = 48
  46.     Width = 249
  47.     Height = 21
  48.     TabOrder = 0
  49.     Text = 'John Doe'
  50.   end
  51.   object Edit2: TEdit
  52.     Left = 0
  53.     Top = 92
  54.     Width = 249
  55.     Height = 21
  56.     TabOrder = 1
  57.     Text = 'X Software'
  58.   end
  59.   object Edit3: TEdit
  60.     Left = 0
  61.     Top = 136
  62.     Width = 249
  63.     Height = 21
  64.     TabOrder = 2
  65.   end
  66. end
  67.