home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 October / PCWorld_1999-10_cd1.bin / delphi / INSTALL / DATA1.CAB / Datapump / datapump.exe / RCDATA / TPASSWORDFORM / TPASSWORDFORM.txt
Text File  |  1999-08-11  |  1KB  |  78 lines

  1. object PasswordForm: TPasswordForm
  2.   Left = 200
  3.   Top = 108
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Table Password'
  7.   ClientHeight = 134
  8.   ClientWidth = 272
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object GroupBox1: TGroupBox
  17.     Left = 8
  18.     Top = 8
  19.     Width = 257
  20.     Height = 89
  21.     TabOrder = 0
  22.     object Label1: TLabel
  23.       Left = 8
  24.       Top = 16
  25.       Width = 30
  26.       Height = 13
  27.       Caption = 'Table:'
  28.     end
  29.     object TableLabel: TLabel
  30.       Left = 72
  31.       Top = 16
  32.       Width = 177
  33.       Height = 13
  34.       Caption = 'TableName'
  35.     end
  36.     object GroupBox2: TGroupBox
  37.       Left = 0
  38.       Top = 40
  39.       Width = 257
  40.       Height = 49
  41.       TabOrder = 0
  42.       object Label2: TLabel
  43.         Left = 8
  44.         Top = 16
  45.         Width = 57
  46.         Height = 13
  47.         Caption = 'Password:'
  48.       end
  49.       object PasswordEdit: TEdit
  50.         Left = 72
  51.         Top = 16
  52.         Width = 177
  53.         Height = 21
  54.         TabOrder = 0
  55.       end
  56.     end
  57.   end
  58.   object Button1: TButton
  59.     Left = 192
  60.     Top = 104
  61.     Width = 75
  62.     Height = 25
  63.     Caption = 'Cancel'
  64.     ModalResult = 2
  65.     TabOrder = 1
  66.   end
  67.   object Button2: TButton
  68.     Left = 112
  69.     Top = 104
  70.     Width = 75
  71.     Height = 25
  72.     Caption = '&OK'
  73.     Default = True
  74.     ModalResult = 1
  75.     TabOrder = 2
  76.   end
  77. end
  78.