home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 June / PCWorld_2007-06_cd.bin / komunikace / qip / qip8020.exe / qip.exe / 0 / RCDATA / TPASSFORM / TPASSFORM.txt
Text File  |  2007-04-21  |  3KB  |  121 lines

  1. object PassForm: TPassForm
  2.   Left = 501
  3.   Top = 284
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Change Password'
  7.   ClientHeight = 221
  8.   ClientWidth = 233
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnKeyDown = FormKeyDown
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object TransPanelPass: TPanel
  24.     Left = 0
  25.     Top = 0
  26.     Width = 233
  27.     Height = 221
  28.     Align = alClient
  29.     BevelOuter = bvNone
  30.     TabOrder = 0
  31.     object GroupBoxPass: TGroupBox
  32.       Left = 8
  33.       Top = 4
  34.       Width = 218
  35.       Height = 173
  36.       TabOrder = 0
  37.       object LabelOldPass: TLabel
  38.         Left = 18
  39.         Top = 13
  40.         Width = 68
  41.         Height = 13
  42.         Caption = 'Old Password:'
  43.         Color = clBtnFace
  44.         ParentColor = False
  45.       end
  46.       object LabelNewPass: TLabel
  47.         Left = 19
  48.         Top = 61
  49.         Width = 74
  50.         Height = 13
  51.         Caption = 'New Password:'
  52.         Color = clBtnFace
  53.         ParentColor = False
  54.       end
  55.       object LabelNewConfirm: TLabel
  56.         Left = 19
  57.         Top = 104
  58.         Width = 112
  59.         Height = 13
  60.         Caption = 'Confirm New Password:'
  61.         Color = clBtnFace
  62.         ParentColor = False
  63.       end
  64.       object EditNewPass: TEdit
  65.         Left = 17
  66.         Top = 77
  67.         Width = 185
  68.         Height = 21
  69.         MaxLength = 8
  70.         PasswordChar = '*'
  71.         TabOrder = 1
  72.       end
  73.       object EditNewPassConfirm: TEdit
  74.         Left = 17
  75.         Top = 120
  76.         Width = 185
  77.         Height = 21
  78.         MaxLength = 8
  79.         PasswordChar = '*'
  80.         TabOrder = 2
  81.       end
  82.       object EditOldPass: TEdit
  83.         Left = 17
  84.         Top = 29
  85.         Width = 185
  86.         Height = 21
  87.         MaxLength = 16
  88.         PasswordChar = '*'
  89.         TabOrder = 0
  90.       end
  91.       object CheckBoxShowPass: TCheckBox
  92.         Left = 17
  93.         Top = 147
  94.         Width = 192
  95.         Height = 17
  96.         Caption = 'Show Pass'
  97.         TabOrder = 3
  98.         OnClick = CheckBoxShowPassClick
  99.       end
  100.     end
  101.     object ButtonOK: TButton
  102.       Left = 8
  103.       Top = 187
  104.       Width = 101
  105.       Height = 25
  106.       Caption = 'OK'
  107.       TabOrder = 1
  108.       OnClick = ButtonOKClick
  109.     end
  110.     object ButtonCancel: TButton
  111.       Left = 122
  112.       Top = 187
  113.       Width = 103
  114.       Height = 25
  115.       Caption = 'Cancel'
  116.       TabOrder = 2
  117.       OnClick = ButtonCancelClick
  118.     end
  119.   end
  120. end
  121.