filetrans.dfm
来自「用于开发Atmel的AVR系列单片机的GCC集成开发环境」· DFM 代码 · 共 73 行
DFM
73 行
object TransDlg: TTransDlg
Left = 403
Top = 159
BorderStyle = bsDialog
Caption = 'File Transfer'
ClientHeight = 190
ClientWidth = 338
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 8
Top = 16
Width = 321
Height = 25
end
object ActLabel: TLabel
Left = 16
Top = 22
Width = 305
Height = 17
Alignment = taCenter
AutoSize = False
Caption = 'ActLabel'
end
object Label1: TLabel
Left = 8
Top = 72
Width = 64
Height = 16
Caption = 'Progress'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Progress: TProgressBar
Left = 8
Top = 96
Width = 321
Height = 17
Min = 0
Max = 100
TabOrder = 0
end
object Button1: TBitBtn
Left = 120
Top = 136
Width = 89
Height = 33
Caption = 'Cancel'
TabOrder = 1
OnClick = Button1Click
Kind = bkCancel
end
object Timer1: TTimer
Enabled = False
Interval = 100
OnTimer = Timer1Timer
Left = 24
Top = 136
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?