home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 31 / CDASC_31_1996_juillet_aout.iso / vrac / abuserb7.zip / ABUSER.EXE / 0 / RCDATA / TPASSWORDDLG / TPASSWORDDLG.txt < prev   
Text File  |  1996-06-06  |  3KB  |  110 lines

  1. object PasswordDlg: TPasswordDlg
  2.   Left = 360
  3.   Top = 308
  4.   Width = 250
  5.   Height = 177
  6.   ActiveControl = Password
  7.   BorderIcons = [biSystemMenu]
  8.   Caption = 'Register Me!'
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 1
  20.     Width = 134
  21.     Height = 13
  22.     Caption = 'Enter registration code:'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 8
  26.     Top = 49
  27.     Width = 95
  28.     Height = 13
  29.     Caption = 'Enter Full Name:'
  30.   end
  31.   object Password: TEdit
  32.     Left = 8
  33.     Top = 19
  34.     Width = 225
  35.     Height = 21
  36.     TabOrder = 0
  37.   end
  38.   object OKBtn: TBitBtn
  39.     Left = 66
  40.     Top = 115
  41.     Width = 77
  42.     Height = 27
  43.     Caption = 'OK'
  44.     Default = True
  45.     Font.Color = clBlack
  46.     Font.Height = -11
  47.     Font.Name = 'MS Sans Serif'
  48.     Font.Style = []
  49.     ModalResult = 1
  50.     ParentFont = False
  51.     TabOrder = 2
  52.     OnClick = OKBtnClick
  53.     Glyph.Data = {
  54.       78010000424D7801000000000000760000002800000020000000100000000100
  55.       04000000000000000000120B0000120B00000000000000000000000000000000
  56.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  57.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333303333
  58.       333333333337FF3333333333330003333333333333777F333333333333080333
  59.       3333333F33777FF33F3333B33B000B33B3333373F777773F7333333BBB0B0BBB
  60.       33333337737F7F77F333333BBB0F0BBB33333337337373F73F3333BBB0F7F0BB
  61.       B333337F3737F73F7F3333BB0FB7BF0BB3333F737F37F37F73FFBBBB0BF7FB0B
  62.       BBB3773F7F37337F377333BB0FBFBF0BB333337F73F333737F3333BBB0FBF0BB
  63.       B3333373F73FF7337333333BBB000BBB33333337FF777337F333333BBBBBBBBB
  64.       3333333773FF3F773F3333B33BBBBB33B33333733773773373333333333B3333
  65.       333333333337F33333333333333B3333333333333337333333330000}
  66.     Margin = 2
  67.     NumGlyphs = 2
  68.     Spacing = -1
  69.   end
  70.   object CancelBtn: TBitBtn
  71.     Left = 152
  72.     Top = 115
  73.     Width = 77
  74.     Height = 27
  75.     Cancel = True
  76.     Caption = 'Cancel'
  77.     Font.Color = clBlack
  78.     Font.Height = -11
  79.     Font.Name = 'MS Sans Serif'
  80.     Font.Style = []
  81.     ModalResult = 2
  82.     ParentFont = False
  83.     TabOrder = 3
  84.     OnClick = CancelBtnClick
  85.     Glyph.Data = {
  86.       78010000424D7801000000000000760000002800000020000000100000000100
  87.       04000000000000000000120B0000120B00000000000000000000000000000000
  88.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  89.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333303333
  90.       333333333337FF3333333333330003333333333333777F333333333333080333
  91.       3333333333777F3333333333330003333333333333777F3333333333330F0333
  92.       33333333337F7F3333333333330F033333333333337373F33333333330F7F033
  93.       333333333737F73F333333330FF7FF03333333337F37F37F333333330FF7FF03
  94.       333333337F37337F333333330FFFFF033333333373F333733333333330FFF033
  95.       33333333373FF733333333333300033333333333337773333333333333333333
  96.       3333333333333333333333333333333333333333333333333333333333333333
  97.       33333333333333333333333333333333333333333333333333330000}
  98.     Margin = 2
  99.     NumGlyphs = 2
  100.     Spacing = -1
  101.   end
  102.   object Edit1: TEdit
  103.     Left = 8
  104.     Top = 68
  105.     Width = 225
  106.     Height = 21
  107.     TabOrder = 1
  108.   end
  109. end
  110.