home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 21 / CTROM21B.mdf / win95 / spel / newlines / newlines.exe / 0 / RCDATA / TF_REG / TF_REG.txt
Encoding:
Text File  |  1999-05-03  |  3.0 KB  |  136 lines

  1. object F_Reg: TF_Reg
  2.   Left = 248
  3.   Top = 194
  4.   BorderStyle = bsDialog
  5.   Caption = 'Register NewLines'
  6.   ClientHeight = 166
  7.   ClientWidth = 295
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object P_Reg: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 265
  23.     Height = 145
  24.     HelpContext = 30
  25.     BevelOuter = bvNone
  26.     TabOrder = 1
  27.     Visible = False
  28.     object L_EnterCap: TLabel
  29.       Left = 16
  30.       Top = 8
  31.       Width = 230
  32.       Height = 17
  33.       Caption = 'Please enter your registration code:'
  34.       Font.Charset = DEFAULT_CHARSET
  35.       Font.Color = clBlack
  36.       Font.Height = -15
  37.       Font.Name = 'Arial'
  38.       Font.Style = []
  39.       ParentFont = False
  40.     end
  41.     object E_Enter: TEdit
  42.       Left = 16
  43.       Top = 48
  44.       Width = 233
  45.       Height = 24
  46.       HelpContext = 30
  47.       CharCase = ecUpperCase
  48.       Font.Charset = DEFAULT_CHARSET
  49.       Font.Color = clBlack
  50.       Font.Height = -13
  51.       Font.Name = 'Arial'
  52.       Font.Style = []
  53.       ParentFont = False
  54.       TabOrder = 0
  55.       OnKeyPress = B_AlreadyRegOkKeyPress
  56.     end
  57.     object B_Ok: TButton
  58.       Left = 56
  59.       Top = 104
  60.       Width = 81
  61.       Height = 25
  62.       HelpContext = 30
  63.       Caption = 'OK'
  64.       Font.Charset = DEFAULT_CHARSET
  65.       Font.Color = clBlack
  66.       Font.Height = -13
  67.       Font.Name = 'Arial'
  68.       Font.Style = [fsBold]
  69.       ParentFont = False
  70.       TabOrder = 1
  71.       OnClick = B_OkClick
  72.       OnKeyPress = B_AlreadyRegOkKeyPress
  73.     end
  74.     object B_Cancel: TButton
  75.       Left = 160
  76.       Top = 104
  77.       Width = 89
  78.       Height = 25
  79.       HelpContext = 30
  80.       Caption = 'Cancel'
  81.       Font.Charset = DEFAULT_CHARSET
  82.       Font.Color = clBlack
  83.       Font.Height = -13
  84.       Font.Name = 'Arial'
  85.       Font.Style = [fsBold]
  86.       ParentFont = False
  87.       TabOrder = 2
  88.       OnClick = B_CancelClick
  89.       OnKeyPress = B_AlreadyRegOkKeyPress
  90.     end
  91.   end
  92.   object P_AlreadyReg: TPanel
  93.     Left = 0
  94.     Top = 0
  95.     Width = 265
  96.     Height = 145
  97.     HelpContext = 30
  98.     BevelInner = bvRaised
  99.     BevelOuter = bvLowered
  100.     TabOrder = 0
  101.     Visible = False
  102.     object L_PanelCap: TLabel
  103.       Left = 51
  104.       Top = 25
  105.       Width = 164
  106.       Height = 36
  107.       Alignment = taCenter
  108.       Caption = 'The program is already registered!'
  109.       Font.Charset = DEFAULT_CHARSET
  110.       Font.Color = clBlack
  111.       Font.Height = -16
  112.       Font.Name = 'Arial'
  113.       Font.Style = []
  114.       ParentFont = False
  115.       WordWrap = True
  116.     end
  117.     object B_AlreadyRegOk: TButton
  118.       Left = 80
  119.       Top = 93
  120.       Width = 105
  121.       Height = 25
  122.       HelpContext = 30
  123.       Caption = 'OK'
  124.       Font.Charset = DEFAULT_CHARSET
  125.       Font.Color = clBlack
  126.       Font.Height = -13
  127.       Font.Name = 'Arial'
  128.       Font.Style = [fsBold]
  129.       ParentFont = False
  130.       TabOrder = 0
  131.       OnClick = B_AlreadyRegOkClick
  132.       OnKeyPress = B_AlreadyRegOkKeyPress
  133.     end
  134.   end
  135. end
  136.