pfm_selecttable.dfm
来自「超市的销售」· DFM 代码 · 共 42 行
DFM
42 行
object fm_selecttable: Tfm_selecttable
Left = 274
Top = 174
Width = 418
Height = 325
Caption = '选择要查看的表单'
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object LBox1: TListBox
Left = 0
Top = 0
Width = 209
Height = 297
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋体'
Font.Style = [fsBold]
ItemHeight = 13
ParentFont = False
TabOrder = 0
OnDblClick = LBox1DblClick
end
object BBtnOK: TBitBtn
Left = 256
Top = 48
Width = 105
Height = 25
Caption = '确定'
TabOrder = 1
OnClick = BBtnOKClick
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?