unit1.dfm
来自「基于C++BUILDER环境」· DFM 代码 · 共 32 行
DFM
32 行
object Form1: TForm1
Left = 186
Top = 144
Width = 370
Height = 194
Caption = 'Form1'
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 ComboBox1: TComboBox
Left = 56
Top = 32
Width = 257
Height = 21
ItemHeight = 13
TabOrder = 0
Text = 'ComboBox1'
OnKeyDown = ComboBox1KeyDown
Items.Strings = (
'anlantic falcons'
'china'
'japanese'
'american')
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?