home *** CD-ROM | disk | FTP | other *** search
/ Classic Fond 58 / ClassicFond58.iso / games / smalls58.rar / MOSAIC / mosaic.exe / 0 / RCDATA / TF_REG / TF_REG.txt
Text File  |  1995-05-12  |  4KB  |  168 lines

  1. object F_Reg: TF_Reg
  2.   Left = 256
  3.   Top = 200
  4.   BorderStyle = bsDialog
  5.   Caption = 'Register BigMosaic'
  6.   ClientHeight = 213
  7.   ClientWidth = 300
  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 = 281
  23.     Height = 185
  24.     BevelOuter = bvNone
  25.     TabOrder = 1
  26.     object L_EnterCap: TLabel
  27.       Left = 32
  28.       Top = 8
  29.       Width = 216
  30.       Height = 17
  31.       Caption = 'Please enter login and password:'
  32.       Font.Charset = DEFAULT_CHARSET
  33.       Font.Color = clBlack
  34.       Font.Height = -15
  35.       Font.Name = 'Arial'
  36.       Font.Style = []
  37.       ParentFont = False
  38.     end
  39.     object L_LoginCap: TLabel
  40.       Left = 16
  41.       Top = 48
  42.       Width = 39
  43.       Height = 17
  44.       Caption = 'Login:'
  45.       Font.Charset = DEFAULT_CHARSET
  46.       Font.Color = clBlack
  47.       Font.Height = -15
  48.       Font.Name = 'Arial'
  49.       Font.Style = []
  50.       ParentFont = False
  51.     end
  52.     object L_PasswordCap: TLabel
  53.       Left = 16
  54.       Top = 88
  55.       Width = 70
  56.       Height = 17
  57.       Caption = 'Password:'
  58.       Font.Charset = DEFAULT_CHARSET
  59.       Font.Color = clBlack
  60.       Font.Height = -15
  61.       Font.Name = 'Arial'
  62.       Font.Style = []
  63.       ParentFont = False
  64.     end
  65.     object E_Login: TEdit
  66.       Left = 104
  67.       Top = 48
  68.       Width = 161
  69.       Height = 24
  70.       Font.Charset = DEFAULT_CHARSET
  71.       Font.Color = clBlack
  72.       Font.Height = -13
  73.       Font.Name = 'Arial'
  74.       Font.Style = []
  75.       ParentFont = False
  76.       TabOrder = 0
  77.       OnKeyPress = B_PanelOkKeyPress
  78.     end
  79.     object B_Ok: TButton
  80.       Left = 112
  81.       Top = 144
  82.       Width = 65
  83.       Height = 25
  84.       Caption = 'OK'
  85.       Font.Charset = DEFAULT_CHARSET
  86.       Font.Color = clBlack
  87.       Font.Height = -13
  88.       Font.Name = 'Arial'
  89.       Font.Style = [fsBold]
  90.       ParentFont = False
  91.       TabOrder = 1
  92.       OnClick = B_OkClick
  93.       OnKeyPress = B_PanelOkKeyPress
  94.     end
  95.     object B_Cancel: TButton
  96.       Left = 192
  97.       Top = 144
  98.       Width = 73
  99.       Height = 25
  100.       Caption = 'Cancel'
  101.       Font.Charset = DEFAULT_CHARSET
  102.       Font.Color = clBlack
  103.       Font.Height = -13
  104.       Font.Name = 'Arial'
  105.       Font.Style = [fsBold]
  106.       ParentFont = False
  107.       TabOrder = 2
  108.       OnClick = B_CancelClick
  109.       OnKeyPress = B_PanelOkKeyPress
  110.     end
  111.     object E_Password: TEdit
  112.       Left = 104
  113.       Top = 88
  114.       Width = 161
  115.       Height = 24
  116.       Font.Charset = DEFAULT_CHARSET
  117.       Font.Color = clBlack
  118.       Font.Height = -13
  119.       Font.Name = 'Arial'
  120.       Font.Style = []
  121.       ParentFont = False
  122.       TabOrder = 3
  123.       OnKeyPress = B_PanelOkKeyPress
  124.     end
  125.   end
  126.   object P_NoReg: TPanel
  127.     Left = 16
  128.     Top = 16
  129.     Width = 281
  130.     Height = 185
  131.     BevelInner = bvRaised
  132.     BevelOuter = bvLowered
  133.     TabOrder = 0
  134.     Visible = False
  135.     object L_PanelCap: TLabel
  136.       Left = 59
  137.       Top = 41
  138.       Width = 164
  139.       Height = 54
  140.       Alignment = taCenter
  141.       Caption = 'The program is already '#13#10#13#10'registered!'
  142.       Font.Charset = DEFAULT_CHARSET
  143.       Font.Color = clBlack
  144.       Font.Height = -16
  145.       Font.Name = 'Arial'
  146.       Font.Style = []
  147.       ParentFont = False
  148.       WordWrap = True
  149.     end
  150.     object B_PanelOk: TButton
  151.       Left = 88
  152.       Top = 136
  153.       Width = 105
  154.       Height = 30
  155.       Caption = 'OK'
  156.       Font.Charset = DEFAULT_CHARSET
  157.       Font.Color = clBlack
  158.       Font.Height = -13
  159.       Font.Name = 'Arial'
  160.       Font.Style = [fsBold]
  161.       ParentFont = False
  162.       TabOrder = 0
  163.       OnClick = B_PanelOkClick
  164.       OnKeyPress = B_PanelOkKeyPress
  165.     end
  166.   end
  167. end
  168.