📄 umain.dfm
字号:
object Form1: TForm1
Left = 292
Top = 138
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'Form1'
ClientHeight = 296
ClientWidth = 538
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel
Left = 40
Top = 40
Width = 36
Height = 12
Caption = 'select'
end
object ComboBox1: TComboBox
Left = 40
Top = 64
Width = 145
Height = 20
ItemHeight = 12
TabOrder = 0
Text = 'ComboBox1'
end
object btnUpdateList: TButton
Left = 216
Top = 64
Width = 137
Height = 25
Caption = 'Update device list'
TabOrder = 1
OnClick = btnUpdateListClick
end
object btnTx: TButton
Left = 40
Top = 168
Width = 75
Height = 25
Caption = 'Transfer'
TabOrder = 2
OnClick = btnTxClick
end
object btnRx: TButton
Left = 40
Top = 216
Width = 75
Height = 25
Caption = 'Receive'
TabOrder = 3
OnClick = btnRxClick
end
object edtFileTx: TEdit
Left = 136
Top = 168
Width = 305
Height = 20
TabOrder = 4
Text = 'edtFileTx'
end
object edtFileRx: TEdit
Left = 136
Top = 216
Width = 305
Height = 20
TabOrder = 5
Text = 'edtFileRx'
end
object btnFileTx: TButton
Left = 448
Top = 168
Width = 25
Height = 25
Caption = '...'
TabOrder = 6
OnClick = btnFileTxClick
end
object btnFileRx: TButton
Left = 448
Top = 216
Width = 25
Height = 25
Caption = '...'
TabOrder = 7
OnClick = btnFileRxClick
end
object btnExit: TButton
Left = 440
Top = 16
Width = 75
Height = 25
Caption = 'close'
TabOrder = 8
OnClick = btnExitClick
end
object OpenDialog1: TOpenDialog
Left = 472
Top = 168
end
object SaveDialog1: TSaveDialog
Left = 472
Top = 216
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -