📄 automain.dfm
字号:
object Form1: TForm1
Left = 0
Top = 0
Caption = #27491#22312#36816#34892'...'
ClientHeight = 101
ClientWidth = 470
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 24
Top = 16
Width = 60
Height = 13
Caption = #27491#22312#36816#34892'...'
end
object BitBtn1: TBitBtn
Left = 376
Top = 61
Width = 75
Height = 25
Caption = #21462#28040
TabOrder = 0
OnClick = BitBtn1Click
end
object ProgressBar1: TProgressBar
Left = 24
Top = 38
Width = 427
Height = 17
TabOrder = 1
end
object IdFTP1: TIdFTP
OnWork = IdFTP1Work
OnWorkBegin = IdFTP1WorkBegin
OnWorkEnd = IdFTP1WorkEnd
AutoLogin = True
TransferTimeout = 1000
ProxySettings.ProxyType = fpcmNone
ProxySettings.Port = 0
Left = 112
Top = 8
end
object XMLDocument1: TXMLDocument
Left = 144
Top = 8
DOMVendorDesc = 'MSXML'
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -