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
Wrap
Text File
|
1999-08-11
|
1KB
|
78 lines
object PasswordForm: TPasswordForm
Left = 200
Top = 108
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Table Password'
ClientHeight = 134
ClientWidth = 272
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 8
Top = 8
Width = 257
Height = 89
TabOrder = 0
object Label1: TLabel
Left = 8
Top = 16
Width = 30
Height = 13
Caption = 'Table:'
end
object TableLabel: TLabel
Left = 72
Top = 16
Width = 177
Height = 13
Caption = 'TableName'
end
object GroupBox2: TGroupBox
Left = 0
Top = 40
Width = 257
Height = 49
TabOrder = 0
object Label2: TLabel
Left = 8
Top = 16
Width = 57
Height = 13
Caption = 'Password:'
end
object PasswordEdit: TEdit
Left = 72
Top = 16
Width = 177
Height = 21
TabOrder = 0
end
end
end
object Button1: TButton
Left = 192
Top = 104
Width = 75
Height = 25
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
object Button2: TButton
Left = 112
Top = 104
Width = 75
Height = 25
Caption = '&OK'
Default = True
ModalResult = 1
TabOrder = 2
end
end