editbox.dfm

来自「超市管理系统:完成日常销售任务」· DFM 代码 · 共 34 行

DFM
34
字号
object FMEDITBOX: TFMEDITBOX
  Left = 300
  Top = 396
  Width = 323
  Height = 146
  Caption = '资料输入说明'
  Color = clWhite
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label2: TLabel
    Left = 0
    Top = 106
    Width = 315
    Height = 13
    Align = alBottom
    Alignment = taCenter
    Caption = '红色为国历  绿色为农历'
    Color = clNavy
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWhite
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentColor = False
    ParentFont = False
  end
end

⌨️ 快捷键说明

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