home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 September
/
Chip_2001-09_cd1.bin
/
zkuste
/
delphi
/
nastroje
/
d5
/
MFTP.ZIP
/
demo
/
ftppanel
/
connect.dfm
< prev
next >
Wrap
Text File
|
2000-05-14
|
4KB
|
149 lines
object frmConnect: TfrmConnect
Left = 185
Top = 162
BorderStyle = bsDialog
Caption = 'Connect to ...'
ClientHeight = 182
ClientWidth = 324
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Image1: TImage
Left = 8
Top = 16
Width = 32
Height = 32
Picture.Data = {
055449636F6E0000010001002020100000000000E80200001600000028000000
2000000040000000010004000000000080020000000000000000000000000000
0000000000000000000080000080000000808000800000008000800080800000
C0C0C000808080000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000
FFFFFF0000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000707777777777777777777777
7777770780888888888888888888888888888808000000000000000000000000
0000000000000000000000870000000000000000000000000000008700000000
0000000000000000000000870000000000000000000000000000000000000000
00000000000000888888888888888888800000000000008F7007777777777777
880000000000008F7887777770000007880000000000008F7777777778888887
880000000000008FFFFFFFFFFFFFFFFF88000000000000088888888888888888
7800000000000000800000000000000887000000000000008777777777777780
88000000000000008FFFFFFFFFFFF78800000000000000008F8888888888F788
00000000000000008F8000000008F78800000000000000008F8000000008F788
00000000000000008F8008000008F78800000000000000008F8008000008F788
00000000000000008F8000000008F78800000000000000008F8000000008F788
00000000000000008F8888888888F78800000000000000008FFFFFFFFFFFFF88
0000000000000000787777777777777800000000000000000788888888888888
0000000000000000000000000000000000000000000000000000000000000000
00000000FFFFFFFFFFFFFFFF400000024000000240000002FFFFFFFFFFFC7FFF
FFFC7FFFFFFC7FFFFE00007FFC00003FFC00001FFC00001FFC00001FFC00001F
FE00001FFF00001FFF00003FFF00007FFF00007FFF00007FFF00007FFF00007F
FF00007FFF00007FFF00007FFF00007FFF00007FFF00007FFF8000FFFFFFFFFF
FFFFFFFF}
Transparent = True
end
object Label1: TLabel
Left = 48
Top = 18
Width = 34
Height = 13
Caption = 'Server:'
Transparent = True
end
object Label5: TLabel
Left = 48
Top = 42
Width = 56
Height = 13
Caption = 'User Name:'
Enabled = False
end
object Label6: TLabel
Left = 48
Top = 66
Width = 49
Height = 13
Caption = 'Password:'
Enabled = False
end
object Label7: TLabel
Left = 48
Top = 90
Width = 43
Height = 13
Caption = 'Account:'
Enabled = False
end
object Edit1: TEdit
Left = 112
Top = 16
Width = 201
Height = 21
TabOrder = 0
OnChange = Edit1Change
end
object Edit3: TEdit
Left = 112
Top = 40
Width = 201
Height = 21
Enabled = False
TabOrder = 1
end
object Edit4: TEdit
Left = 112
Top = 64
Width = 201
Height = 21
Enabled = False
PasswordChar = '*'
TabOrder = 2
end
object Edit5: TEdit
Left = 112
Top = 88
Width = 201
Height = 21
Enabled = False
TabOrder = 3
end
object CheckBox1: TCheckBox
Left = 48
Top = 120
Width = 265
Height = 17
Caption = 'Anonymous Login'
Checked = True
State = cbChecked
TabOrder = 4
OnClick = CheckBox1Click
end
object Button1: TButton
Left = 160
Top = 152
Width = 75
Height = 25
Caption = '&Connect'
Default = True
TabOrder = 5
OnClick = Button1Click
end
object Button2: TButton
Left = 240
Top = 152
Width = 75
Height = 25
Cancel = True
Caption = 'C&ancel'
TabOrder = 6
OnClick = Button2Click
end
end