home *** CD-ROM | disk | FTP | other *** search
/ Logiciels PC 26 / LogicielsPC_26.iso / Accuses / Nouveau / PandaMoney / _SETUP.1 / financing.exe / 0 / RCDATA / TPASSWORDS / TPASSWORDS.txt < prev   
Text File  |  1999-09-06  |  3KB  |  149 lines

  1. object PassWords: TPassWords
  2.   Left = 215
  3.   Top = 179
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'Passwords'
  7.   ClientHeight = 184
  8.   ClientWidth = 375
  9.   Color = clBlack
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object CoverImage: TImage
  22.     Left = 0
  23.     Top = 0
  24.     Width = 375
  25.     Height = 184
  26.     Align = alClient
  27.     Picture.Data = {<image000.bmp>}
  28.   end
  29.   object CoverBevel: TBevel
  30.     Left = 0
  31.     Top = 0
  32.     Width = 375
  33.     Height = 184
  34.     Align = alClient
  35.     Style = bsRaised
  36.   end
  37.   object MainPanel: TPanel
  38.     Left = 74
  39.     Top = 56
  40.     Width = 278
  41.     Height = 87
  42.     Color = clSilver
  43.     Ctl3D = True
  44.     Font.Charset = DEFAULT_CHARSET
  45.     Font.Color = clNavy
  46.     Font.Height = -11
  47.     Font.Name = 'MS Sans Serif'
  48.     Font.Style = []
  49.     ParentCtl3D = False
  50.     ParentFont = False
  51.     TabOrder = 0
  52.     object Bevel: TBevel
  53.       Left = 4
  54.       Top = 55
  55.       Width = 268
  56.       Height = 3
  57.     end
  58.     object btn_Quit: TSpeedButton
  59.       Left = 148
  60.       Top = 61
  61.       Width = 123
  62.       Height = 22
  63.       Caption = 'Quit'
  64.       Flat = True
  65.       Font.Charset = DEFAULT_CHARSET
  66.       Font.Color = clNavy
  67.       Font.Height = -11
  68.       Font.Name = 'MS Sans Serif'
  69.       Font.Style = [fsBold]
  70.       ParentFont = False
  71.       OnClick = Btn_QuitClick
  72.     end
  73.     object Btn_OK: TSpeedButton
  74.       Left = 6
  75.       Top = 61
  76.       Width = 123
  77.       Height = 22
  78.       Caption = 'OK'
  79.       Flat = True
  80.       Font.Charset = DEFAULT_CHARSET
  81.       Font.Color = clNavy
  82.       Font.Height = -11
  83.       Font.Name = 'MS Sans Serif'
  84.       Font.Style = [fsBold]
  85.       ParentFont = False
  86.       OnClick = Btn_OKClick
  87.     end
  88.     object LoginName_Label: TLabel
  89.       Left = 23
  90.       Top = 8
  91.       Width = 70
  92.       Height = 16
  93.       Caption = 'Login name'
  94.       Font.Charset = DEFAULT_CHARSET
  95.       Font.Color = clNavy
  96.       Font.Height = -13
  97.       Font.Name = 'MS Sans Serif'
  98.       Font.Style = []
  99.       ParentFont = False
  100.     end
  101.     object Password_Label: TLabel
  102.       Left = 28
  103.       Top = 33
  104.       Width = 60
  105.       Height = 16
  106.       Caption = 'Password'
  107.       Font.Charset = DEFAULT_CHARSET
  108.       Font.Color = clNavy
  109.       Font.Height = -13
  110.       Font.Name = 'MS Sans Serif'
  111.       Font.Style = []
  112.       ParentFont = False
  113.     end
  114.     object EPersonal_Code: TMaskEdit
  115.       Left = 113
  116.       Top = 30
  117.       Width = 159
  118.       Height = 21
  119.       Color = 12579047
  120.       Font.Charset = DEFAULT_CHARSET
  121.       Font.Color = clNavy
  122.       Font.Height = -11
  123.       Font.Name = 'MS Sans Serif'
  124.       Font.Style = []
  125.       MaxLength = 8
  126.       ParentFont = False
  127.       PasswordChar = '*'
  128.       TabOrder = 1
  129.       OnKeyPress = EPersonal_CodeKeyPress
  130.     end
  131.     object ELoginName: TEdit
  132.       Left = 113
  133.       Top = 5
  134.       Width = 159
  135.       Height = 21
  136.       Color = 12579047
  137.       Font.Charset = DEFAULT_CHARSET
  138.       Font.Color = clNavy
  139.       Font.Height = -11
  140.       Font.Name = 'MS Sans Serif'
  141.       Font.Style = []
  142.       MaxLength = 15
  143.       ParentFont = False
  144.       TabOrder = 0
  145.       OnKeyPress = ELoginNameKeyPress
  146.     end
  147.   end
  148. end
  149.