frame.dfm

来自「一小的学生成绩管理系统,是学习DELPHI的好资料.」· DFM 代码 · 共 43 行

DFM
43
字号
object Frame1: TFrame1
  Left = 0
  Top = 0
  Width = 117
  Height = 24
  AutoScroll = False
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clTeal
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  ParentFont = False
  TabOrder = 0
  object Label3: TLabel
    Left = 8
    Top = 6
    Width = 49
    Height = 13
    AutoSize = False
    Caption = #31532#19968#39064
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clTeal
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label4: TLabel
    Left = 101
    Top = 6
    Width = 12
    Height = 13
    Caption = #20998
  end
  object Edit2: TEdit
    Left = 54
    Top = 1
    Width = 45
    Height = 21
    TabOrder = 0
  end
end

⌨️ 快捷键说明

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