jeditl.dfm

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

DFM
53
字号
object FMEDITL: TFMEDITL
  Left = 300
  Top = 343
  BorderStyle = bsToolWindow
  Caption = '数据输入说明'
  ClientHeight = 132
  ClientWidth = 313
  Color = clWhite
  Enabled = False
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '新宋体'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = True
  Position = poDefault
  PrintScale = poNone
  Scaled = False
  WindowState = wsMinimized
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object Label2: TLabel
    Left = 0
    Top = 115
    Width = 313
    Height = 17
    Align = alBottom
    Alignment = taCenter
    AutoSize = False
    Caption = '红色为国历  录色为农历'
    Color = 10485760
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWhite
    Font.Height = -12
    Font.Name = '新宋体'
    Font.Style = []
    ParentColor = False
    ParentFont = False
    Layout = tlCenter
  end
  object CLCal1: TCLCal
    Left = 0
    Top = 0
    Width = 313
    Height = 116
    Align = alTop
    StartOfWeek = 0
    TabOrder = 0
  end
end

⌨️ 快捷键说明

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