home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 August / Chip_2004-08_cd1.bin / redakce / rejstrik / rejstrik.exe / 0 / RCDATA / TDBISAMPASSWORDDIALOG / TDBISAMPASSWORDDIALOG.txt
Text File  |  2004-02-12  |  2KB  |  90 lines

  1. object DBISAMPasswordDialog: TDBISAMPasswordDialog
  2.   Left = 237
  3.   Top = 169
  4.   Width = 283
  5.   Height = 159
  6.   HorzScrollBar.Range = 265
  7.   VertScrollBar.Range = 123
  8.   ActiveControl = Edit
  9.   AutoScroll = False
  10.   Caption = 'Enter password'
  11.   Color = clBtnFace
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   OldCreateOrder = True
  18.   Position = poScreenCenter
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object OKButton: TButton
  22.     Left = 109
  23.     Top = 98
  24.     Width = 75
  25.     Height = 25
  26.     Caption = '&OK'
  27.     Default = True
  28.     Enabled = False
  29.     ModalResult = 1
  30.     TabOrder = 1
  31.     OnClick = OKButtonClick
  32.   end
  33.   object CancelButton: TButton
  34.     Left = 190
  35.     Top = 98
  36.     Width = 75
  37.     Height = 25
  38.     Cancel = True
  39.     Caption = 'Cancel'
  40.     ModalResult = 2
  41.     TabOrder = 2
  42.   end
  43.   object GroupBox1: TGroupBox
  44.     Left = 8
  45.     Top = 8
  46.     Width = 257
  47.     Height = 81
  48.     Caption = 'Password'
  49.     TabOrder = 0
  50.     object Edit: TEdit
  51.       Left = 16
  52.       Top = 18
  53.       Width = 225
  54.       Height = 21
  55.       PasswordChar = '*'
  56.       TabOrder = 0
  57.       OnChange = EditChange
  58.     end
  59.     object AddButton: TButton
  60.       Left = 16
  61.       Top = 46
  62.       Width = 65
  63.       Height = 25
  64.       Caption = '&Add'
  65.       Enabled = False
  66.       TabOrder = 1
  67.       OnClick = AddButtonClick
  68.     end
  69.     object RemoveButton: TButton
  70.       Left = 88
  71.       Top = 46
  72.       Width = 65
  73.       Height = 25
  74.       Caption = '&Remove'
  75.       Enabled = False
  76.       TabOrder = 2
  77.       OnClick = RemoveButtonClick
  78.     end
  79.     object RemoveAllButton: TButton
  80.       Left = 160
  81.       Top = 46
  82.       Width = 81
  83.       Height = 25
  84.       Caption = 'Re&move all'
  85.       TabOrder = 3
  86.       OnClick = RemoveAllButtonClick
  87.     end
  88.   end
  89. end
  90.