home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 June / Chip_1999-06_cd.bin / tema / Diadema / Demo / setup.exe / pantheon.exe / 0 / RCDATA / THESLOFORM / THESLOFORM.txt < prev   
Encoding:
Text File  |  1999-04-22  |  2.0 KB  |  107 lines

  1. object HesloForm: THesloForm
  2.   Left = 239
  3.   Top = 161
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 134
  6.   ClientWidth = 266
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   OnDestroy = FormDestroy
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object PasswordLabel: TLabel
  19.     Left = 48
  20.     Top = 48
  21.     Width = 57
  22.     Height = 13
  23.     Caption = '&Nov∩┐╜ heslo:'
  24.     FocusControl = NewPasswordEdit
  25.   end
  26.   object Icon: TImage
  27.     Left = 8
  28.     Top = 8
  29.     Width = 32
  30.     Height = 32
  31.     Picture.Data = {<image000.ico>}
  32.   end
  33.   object Label1: TLabel
  34.     Left = 48
  35.     Top = 88
  36.     Width = 76
  37.     Height = 13
  38.     Caption = '&Potvrzen∩┐╜ hesla:'
  39.     FocusControl = ConfirmPasswordEdit
  40.   end
  41.   object Label2: TLabel
  42.     Left = 48
  43.     Top = 8
  44.     Width = 56
  45.     Height = 13
  46.     Caption = '&Star∩┐╜ heslo:'
  47.     FocusControl = OldPasswordEdit
  48.   end
  49.   object OKBtn: TButton
  50.     Left = 184
  51.     Top = 70
  52.     Width = 75
  53.     Height = 25
  54.     Caption = 'OK'
  55.     Default = True
  56.     TabOrder = 3
  57.     OnClick = OKBtnClick
  58.   end
  59.   object ConfirmPasswordEdit: TEdit
  60.     Left = 48
  61.     Top = 104
  62.     Width = 121
  63.     Height = 21
  64.     PasswordChar = '*'
  65.     TabOrder = 2
  66.   end
  67.   object NewPasswordEdit: TEdit
  68.     Left = 48
  69.     Top = 64
  70.     Width = 121
  71.     Height = 21
  72.     PasswordChar = '*'
  73.     TabOrder = 1
  74.   end
  75.   object OldPasswordEdit: TEdit
  76.     Left = 48
  77.     Top = 24
  78.     Width = 121
  79.     Height = 21
  80.     PasswordChar = '*'
  81.     TabOrder = 0
  82.   end
  83.   object StornoBtn: TButton
  84.     Left = 184
  85.     Top = 102
  86.     Width = 75
  87.     Height = 25
  88.     Cancel = True
  89.     Caption = 'Storno'
  90.     ModalResult = 2
  91.     TabOrder = 4
  92.   end
  93.   object UzivatelTbl: TTable
  94.     Active = True
  95.     DatabaseName = 'RealityDB'
  96.     TableName = 'Uzivatel.DB'
  97.     Left = 216
  98.     Top = 8
  99.     object UzivatelTblUserName: TStringField
  100.       FieldName = 'UserName'
  101.     end
  102.     object UzivatelTblPassword: TStringField
  103.       FieldName = 'Password'
  104.     end
  105.   end
  106. end
  107.