home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 31 / CDASC_31_1996_juillet_aout.iso / internet / fit11432.zip / FRAMEIT.EXE / 0 / RCDATA / TREGISTERFORM / TREGISTERFORM.txt
Text File  |  1996-06-10  |  3KB  |  128 lines

  1. object RegisterForm: TRegisterForm
  2.   Left = 75
  3.   Top = 310
  4.   ActiveControl = FirstStr
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Registration'
  8.   ClientHeight = 209
  9.   ClientWidth = 403
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Pitch = fpVariable
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label2: TLabel
  20.     Left = 8
  21.     Top = 91
  22.     Width = 148
  23.     Height = 13
  24.     Caption = '&Optional: Your company name :'
  25.     Font.Color = clBlack
  26.     Font.Height = -11
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Pitch = fpVariable
  29.     Font.Style = []
  30.     ParentFont = False
  31.   end
  32.   object Label3: TLabel
  33.     Left = 8
  34.     Top = 132
  35.     Width = 135
  36.     Height = 13
  37.     Caption = '&Enter your registration code :'
  38.     Font.Color = clBlack
  39.     Font.Height = -11
  40.     Font.Name = 'MS Sans Serif'
  41.     Font.Pitch = fpVariable
  42.     Font.Style = []
  43.     ParentFont = False
  44.   end
  45.   object Label4: TLabel
  46.     Left = 0
  47.     Top = 0
  48.     Width = 403
  49.     Height = 42
  50.     Align = alTop
  51.     Alignment = taCenter
  52.     AutoSize = False
  53.     Caption = 
  54.       'Get the latest prices and version from http://www.iinet.net.au/~' +
  55.       'bwh/frame-it.html'
  56.     Font.Color = clBlack
  57.     Font.Height = -13
  58.     Font.Name = 'Arial'
  59.     Font.Pitch = fpVariable
  60.     Font.Style = [fsBold]
  61.     ParentFont = False
  62.   end
  63.   object Label1: TLabel
  64.     Left = 8
  65.     Top = 50
  66.     Width = 59
  67.     Height = 13
  68.     Caption = '&Your Name :'
  69.     Font.Color = clBlack
  70.     Font.Height = -11
  71.     Font.Name = 'MS Sans Serif'
  72.     Font.Pitch = fpVariable
  73.     Font.Style = []
  74.     ParentFont = False
  75.   end
  76.   object FirstStr: TEdit
  77.     Left = 8
  78.     Top = 67
  79.     Width = 380
  80.     Height = 21
  81.     TabOrder = 0
  82.   end
  83.   object SecondStr: TEdit
  84.     Left = 8
  85.     Top = 107
  86.     Width = 380
  87.     Height = 21
  88.     TabOrder = 1
  89.   end
  90.   object Submit_Btn: TButton
  91.     Left = 225
  92.     Top = 172
  93.     Width = 80
  94.     Height = 27
  95.     Caption = '&Submit'
  96.     Font.Color = clBlack
  97.     Font.Height = -11
  98.     Font.Name = 'MS Sans Serif'
  99.     Font.Pitch = fpVariable
  100.     Font.Style = []
  101.     ParentFont = False
  102.     TabOrder = 3
  103.     OnClick = Submit_BtnClick
  104.   end
  105.   object Cancel_Btn: TButton
  106.     Left = 307
  107.     Top = 172
  108.     Width = 80
  109.     Height = 27
  110.     Caption = '&Cancel'
  111.     Font.Color = clBlack
  112.     Font.Height = -11
  113.     Font.Name = 'MS Sans Serif'
  114.     Font.Pitch = fpVariable
  115.     Font.Style = []
  116.     ModalResult = 2
  117.     ParentFont = False
  118.     TabOrder = 4
  119.   end
  120.   object RegistMemo: TEdit
  121.     Left = 8
  122.     Top = 147
  123.     Width = 380
  124.     Height = 21
  125.     TabOrder = 2
  126.   end
  127. end
  128.