unit1.dfm

来自「含阴历的中国式日历」· DFM 代码 · 共 47 行

DFM
47
字号
object Form1: TForm1
  Left = 492
  Top = 330
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #20892#21382#26085#26399
  ClientHeight = 337
  ClientWidth = 348
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Button1: TButton
    Left = 208
    Top = 8
    Width = 75
    Height = 25
    Caption = 'Button1'
    TabOrder = 0
    OnClick = Button1Click
  end
  object ChnCalendar1: TChnCalendar
    Left = 16
    Top = 32
    Width = 186
    Height = 21
    DateTime = 39168.105567129630000000
    FrameColor = clOlive
    CnDateColor = clGreen
    ButtonColor = clPurple
    AlphaBlend = 50
    ParentBackground = False
    ParentColor = False
    ParentCtl3D = False
    TabOrder = 1
    TabStop = True
    Ctl3D = True
  end
end

⌨️ 快捷键说明

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