main.dfm
来自「这是通过COM口对声波触摸屏控制卡直接进行数据包解读的程序源码. BCB」· DFM 代码 · 共 42 行
DFM
42 行
object Form1: TForm1
Left = 188
Top = 156
Width = 696
Height = 480
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
OnKeyUp = FormKeyUp
OnPaint = FormPaint
PixelsPerInch = 96
TextHeight = 20
object ComboBox1: TComboBox
Left = 232
Top = 136
Width = 145
Height = 28
ImeName = '中文 (简体) - 微软拼音'
ItemHeight = 20
TabOrder = 0
Text = 'COM1'
Items.Strings = (
'COM1'
'COM2')
end
object Button1: TButton
Left = 392
Top = 136
Width = 75
Height = 25
Caption = '测试'
TabOrder = 1
OnClick = Button1Click
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?