📄 unit1.dfm
字号:
object Form1: TForm1
Left = 270
Top = 202
Width = 490
Height = 391
Caption = 'FTP Demo'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 16
Top = 16
Width = 449
Height = 129
Caption = #30331#24405#20449#24687
TabOrder = 0
object Label1: TLabel
Left = 20
Top = 36
Width = 89
Height = 13
AutoSize = False
Caption = #26381#21153#22120#25110'URL'#65306
end
object Label2: TLabel
Left = 328
Top = 36
Width = 41
Height = 13
AutoSize = False
Caption = #31471#21475#65306
end
object Label3: TLabel
Left = 58
Top = 92
Width = 49
Height = 13
AutoSize = False
Caption = #29992#25143#21517#65306
end
object Label4: TLabel
Left = 248
Top = 92
Width = 48
Height = 13
AutoSize = False
Caption = #23494' '#30721#65306
end
object Edit1: TEdit
Left = 112
Top = 32
Width = 201
Height = 21
TabOrder = 0
end
object Edit2: TEdit
Left = 376
Top = 32
Width = 49
Height = 21
TabOrder = 1
Text = '21'
end
object Edit3: TEdit
Left = 112
Top = 88
Width = 121
Height = 21
TabOrder = 3
end
object CheckBox1: TCheckBox
Left = 112
Top = 64
Width = 81
Height = 17
Caption = #21311#21517#30331#24405
TabOrder = 2
OnClick = CheckBox1Click
end
object Edit4: TEdit
Left = 304
Top = 88
Width = 121
Height = 21
PasswordChar = '*'
TabOrder = 4
end
end
object Button1: TButton
Left = 232
Top = 160
Width = 75
Height = 25
Caption = #36830#25509
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 344
Top = 160
Width = 75
Height = 25
Caption = #20013#26029
TabOrder = 2
OnClick = Button2Click
end
object Memo1: TMemo
Left = 16
Top = 200
Width = 449
Height = 145
ScrollBars = ssVertical
TabOrder = 3
end
object NMFTP1: TNMFTP
Port = 21
ReportLevel = 0
OnDisconnect = NMFTP1Disconnect
OnConnect = NMFTP1Connect
OnListItem = NMFTP1ListItem
Vendor = 2411
ParseList = False
ProxyPort = 0
Passive = False
FirewallType = FTUser
FWAuthenticate = False
Left = 104
Top = 160
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -