home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 February / Chip_2000-02_cd.bin / oddech / hry / Funny / TextUtil.exe / 0 / RCDATA / TFABOUT / TFABOUT.txt < prev   
Text File  |  1999-11-26  |  4KB  |  174 lines

  1. object fAbout: TfAbout
  2.   Left = 229
  3.   Top = 200
  4.   ActiveControl = edName
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Text utility registration form'
  8.   ClientHeight = 220
  9.   ClientWidth = 340
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -14
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   Position = poScreenCenter
  17.   PrintScale = poNone
  18.   Scaled = False
  19.   PixelsPerInch = 96
  20.   TextHeight = 16
  21.   object Image2: TImage
  22.     Left = 0
  23.     Top = 0
  24.     Width = 340
  25.     Height = 220
  26.     Align = alClient
  27.     AutoSize = True
  28.     Picture.Data = {<image001.bmp>}
  29.   end
  30.   object Label12: TLabel
  31.     Left = 7
  32.     Top = 51
  33.     Width = 235
  34.     Height = 52
  35.     Caption = 
  36.       'Please enter'#13#10'your name and '#13#10'your registration '#13#10'number below. ' +
  37.       'Thank you in anticipation.'
  38.     Font.Charset = DEFAULT_CHARSET
  39.     Font.Color = clAqua
  40.     Font.Height = -11
  41.     Font.Name = 'MS Sans Serif'
  42.     Font.Style = [fsBold]
  43.     ParentFont = False
  44.     Transparent = True
  45.   end
  46.   object Label13: TLabel
  47.     Left = 7
  48.     Top = 107
  49.     Width = 126
  50.     Height = 26
  51.     Caption = 'Registration name'#13#10'(8 characters or more)'
  52.     Font.Charset = DEFAULT_CHARSET
  53.     Font.Color = clWhite
  54.     Font.Height = -11
  55.     Font.Name = 'MS Sans Serif'
  56.     Font.Style = [fsBold]
  57.     ParentFont = False
  58.     Transparent = True
  59.   end
  60.   object Label14: TLabel
  61.     Left = 7
  62.     Top = 144
  63.     Width = 114
  64.     Height = 13
  65.     Caption = 'Registration number'
  66.     Font.Charset = DEFAULT_CHARSET
  67.     Font.Color = clWhite
  68.     Font.Height = -11
  69.     Font.Name = 'MS Sans Serif'
  70.     Font.Style = [fsBold]
  71.     ParentFont = False
  72.     Transparent = True
  73.   end
  74.   object Label15: TLabel
  75.     Left = 322
  76.     Top = 3
  77.     Width = 17
  78.     Height = 13
  79.     Caption = 'psb'
  80.     Font.Charset = DEFAULT_CHARSET
  81.     Font.Color = clWhite
  82.     Font.Height = -11
  83.     Font.Name = 'MS Sans Serif'
  84.     Font.Style = []
  85.     ParentFont = False
  86.     Transparent = True
  87.     Visible = False
  88.   end
  89.   object bnReg: TSpeedButton
  90.     Left = 202
  91.     Top = 167
  92.     Width = 127
  93.     Height = 22
  94.     Caption = 'Register'
  95.     Flat = True
  96.     Font.Charset = DEFAULT_CHARSET
  97.     Font.Color = clWhite
  98.     Font.Height = -14
  99.     Font.Name = 'MS Sans Serif'
  100.     Font.Style = []
  101.     ParentFont = False
  102.     OnClick = bnRegClick
  103.   end
  104.   object SpeedButton1: TSpeedButton
  105.     Left = 8
  106.     Top = 167
  107.     Width = 127
  108.     Height = 22
  109.     Caption = 'Close'
  110.     Flat = True
  111.     Font.Charset = DEFAULT_CHARSET
  112.     Font.Color = clWhite
  113.     Font.Height = -14
  114.     Font.Name = 'MS Sans Serif'
  115.     Font.Style = []
  116.     ParentFont = False
  117.     OnClick = SpeedButton1Click
  118.   end
  119.   object Bevel1: TBevel
  120.     Left = -80
  121.     Top = 193
  122.     Width = 500
  123.     Height = 47
  124.     Shape = bsTopLine
  125.     Style = bsRaised
  126.   end
  127.   object SpeedButton2: TSpeedButton
  128.     Left = 33
  129.     Top = 197
  130.     Width = 275
  131.     Height = 20
  132.     Cursor = crHandPoint
  133.     Caption = 'http://www.geocities.com/funny_ball_2000'
  134.     Flat = True
  135.     Font.Charset = DEFAULT_CHARSET
  136.     Font.Color = clWhite
  137.     Font.Height = -14
  138.     Font.Name = 'MS Sans Serif'
  139.     Font.Style = []
  140.     ParentFont = False
  141.     OnClick = SpeedButton2Click
  142.   end
  143.   object edNumber: TEdit
  144.     Left = 135
  145.     Top = 140
  146.     Width = 196
  147.     Height = 21
  148.     Color = clNavy
  149.     Font.Charset = DEFAULT_CHARSET
  150.     Font.Color = clYellow
  151.     Font.Height = -11
  152.     Font.Name = 'MS Sans Serif'
  153.     Font.Style = [fsBold]
  154.     ParentFont = False
  155.     TabOrder = 0
  156.     Text = 'Your key code here'
  157.   end
  158.   object edName: TEdit
  159.     Left = 135
  160.     Top = 110
  161.     Width = 196
  162.     Height = 21
  163.     Color = clNavy
  164.     Font.Charset = DEFAULT_CHARSET
  165.     Font.Color = clYellow
  166.     Font.Height = -11
  167.     Font.Name = 'MS Sans Serif'
  168.     Font.Style = [fsBold]
  169.     ParentFont = False
  170.     TabOrder = 1
  171.     Text = 'Unknown'
  172.   end
  173. end
  174.