un_filedown.dfm
来自「局域网的一个聊天程序」· DFM 代码 · 共 86 行
DFM
86 行
object form_filedown: Tform_filedown
Left = 232
Top = 331
Width = 597
Height = 285
Caption = #25991#20214#25509#25910
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 Label1: TLabel
Left = 80
Top = 128
Width = 3
Height = 13
end
object Label2: TLabel
Left = 80
Top = 144
Width = 32
Height = 13
Caption = 'Label2'
end
object Button1: TButton
Left = 8
Top = 8
Width = 75
Height = 25
Caption = 'Button1'
TabOrder = 0
OnClick = Button1Click
end
object Edit1: TEdit
Left = 88
Top = 8
Width = 121
Height = 21
TabOrder = 1
Text = '127.0.0.1'
end
object Edit2: TEdit
Left = 88
Top = 32
Width = 121
Height = 21
TabOrder = 2
Text = 'c:\1.avi'
end
object Edit3: TEdit
Left = 88
Top = 56
Width = 121
Height = 21
TabOrder = 3
Text = 'f:\1.avi'
end
object Edit4: TEdit
Left = 216
Top = 8
Width = 121
Height = 21
TabOrder = 4
Text = '1'
end
object Edit5: TEdit
Left = 344
Top = 8
Width = 121
Height = 21
TabOrder = 5
Text = '0'
end
object pb: TProgressBar
Left = 8
Top = 216
Width = 569
Height = 16
TabOrder = 6
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?