unit7.dfm

来自「用delphi实现的一个酒店管理系统框架」· DFM 代码 · 共 23 行

DFM
23
字号
inherited UserMod: TUserMod
  Caption = #20462#25913#29992#25143
  OldCreateOrder = True
  PixelsPerInch = 96
  TextHeight = 19
  object ComboBox2: TComboBox [11]
    Left = 128
    Top = 11
    Width = 103
    Height = 27
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #23435#20307
    Font.Style = []
    ItemHeight = 19
    ParentFont = False
    TabOrder = 7
    Text = #25805#20316#21592
    OnChange = ComboBox2Change
  end
end

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?