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

  1. object SecurityDlg: TSecurityDlg
  2.   Left = 217
  3.   Top = 129
  4.   BorderStyle = bsNone
  5.   Caption = 'Security Information Dialog'
  6.   ClientHeight = 367
  7.   ClientWidth = 366
  8.   Color = clWhite
  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.   OnCreate = FormCreate
  17.   OnDeactivate = FormDeactivate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object About_Panel: TPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 366
  25.     Height = 367
  26.     Align = alClient
  27.     BevelOuter = bvNone
  28.     Color = clWhite
  29.     TabOrder = 0
  30.     object Image: TImage
  31.       Left = 0
  32.       Top = 0
  33.       Width = 366
  34.       Height = 367
  35.       Align = alClient
  36.       AutoSize = True
  37.       Picture.Data = {<image000.bmp>}
  38.       OnClick = ImageClick
  39.     end
  40.     object InternalCodeNo: TLabel
  41.       Left = 148
  42.       Top = 280
  43.       Width = 71
  44.       Height = 16
  45.       Caption = 'ICN-YH7280'
  46.       Font.Charset = ANSI_CHARSET
  47.       Font.Color = clNavy
  48.       Font.Height = -13
  49.       Font.Name = 'Arial'
  50.       Font.Style = [fsBold]
  51.       ParentFont = False
  52.       Transparent = True
  53.     end
  54.     object ReleaseCodeNo: TLabel
  55.       Left = 132
  56.       Top = 269
  57.       Width = 104
  58.       Height = 16
  59.       Caption = 'RCN-MJR-007280'
  60.       Font.Charset = ANSI_CHARSET
  61.       Font.Color = clNavy
  62.       Font.Height = -13
  63.       Font.Name = 'Arial'
  64.       Font.Style = [fsBold]
  65.       ParentFont = False
  66.       Transparent = True
  67.     end
  68.     object p_Ver_Information: TPanel
  69.       Left = 81
  70.       Top = 183
  71.       Width = 204
  72.       Height = 70
  73.       Anchors = []
  74.       BevelInner = bvLowered
  75.       BevelOuter = bvNone
  76.       Color = 10808553
  77.       Font.Charset = ANSI_CHARSET
  78.       Font.Color = clNavy
  79.       Font.Height = -16
  80.       Font.Name = 'Arial Black'
  81.       Font.Style = [fsBold]
  82.       ParentFont = False
  83.       TabOrder = 0
  84.       object LLogInDate: TLabel
  85.         Left = 6
  86.         Top = 48
  87.         Width = 192
  88.         Height = 15
  89.         AutoSize = False
  90.         Caption = 'Login Date   :        '
  91.         Color = 12579047
  92.         Font.Charset = ANSI_CHARSET
  93.         Font.Color = clNavy
  94.         Font.Height = -12
  95.         Font.Name = 'Arial'
  96.         Font.Style = [fsBold]
  97.         ParentColor = False
  98.         ParentFont = False
  99.         Transparent = True
  100.       end
  101.       object LUserName: TLabel
  102.         Left = 6
  103.         Top = 29
  104.         Width = 192
  105.         Height = 17
  106.         AutoSize = False
  107.         Caption = 'User Name  :        '
  108.         Color = 12579047
  109.         Font.Charset = ANSI_CHARSET
  110.         Font.Color = clNavy
  111.         Font.Height = -12
  112.         Font.Name = 'Arial'
  113.         Font.Style = [fsBold]
  114.         ParentColor = False
  115.         ParentFont = False
  116.         Transparent = True
  117.       end
  118.       object ModifyPeronalProfileBtn: TSpeedButton
  119.         Left = 1
  120.         Top = 1
  121.         Width = 202
  122.         Height = 22
  123.         Hint = 'Edit Your Profile'
  124.         Caption = 'PandaMoney'
  125.         Flat = True
  126.         Font.Charset = ANSI_CHARSET
  127.         Font.Color = clNavy
  128.         Font.Height = -21
  129.         Font.Name = 'Arial Black'
  130.         Font.Style = []
  131.         Layout = blGlyphBottom
  132.         ParentFont = False
  133.         ParentShowHint = False
  134.         ShowHint = True
  135.         OnClick = ModifyPeronalProfileBtnClick
  136.       end
  137.     end
  138.   end
  139. end
  140.