home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 4.11 / 1999-05_Disc_4.11.bin / MSPRING / Setup / FILES / _SETUP.ILB / RCDATA / TFCONFIRM / TFCONFIRM.txt
Text File  |  1998-10-27  |  1KB  |  68 lines

  1. object fConfirm: TfConfirm
  2.   Left = 433
  3.   Top = 219
  4.   ActiveControl = Edit2
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Confirmation'
  8.   ClientHeight = 110
  9.   ClientWidth = 197
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label21: TLabel
  20.     Left = 5
  21.     Top = 42
  22.     Width = 63
  23.     Height = 16
  24.     Caption = '&Password:'
  25.     FocusControl = Edit2
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clBlack
  28.     Font.Height = -13
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = []
  31.     ParentFont = False
  32.   end
  33.   object Label19: TLabel
  34.     Left = 6
  35.     Top = 8
  36.     Width = 183
  37.     Height = 13
  38.     AutoSize = False
  39.     Caption = 'Please confirm your Password.'
  40.     Font.Charset = DEFAULT_CHARSET
  41.     Font.Color = clWindowText
  42.     Font.Height = -11
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = []
  45.     ParentFont = False
  46.     WordWrap = True
  47.   end
  48.   object Edit2: TEdit
  49.     Left = 78
  50.     Top = 38
  51.     Width = 105
  52.     Height = 21
  53.     MaxLength = 16
  54.     PasswordChar = '*'
  55.     TabOrder = 0
  56.   end
  57.   object Button1: TButton
  58.     Left = 61
  59.     Top = 76
  60.     Width = 75
  61.     Height = 25
  62.     Caption = 'OK'
  63.     Default = True
  64.     TabOrder = 1
  65.     OnClick = Button1Click
  66.   end
  67. end
  68.