⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unit1.dfm

📁 Delphi中可以用来展示万年历的一个控件,功能比较齐全,能够应用于各种场合
💻 DFM
字号:
object Form1: TForm1
  Left = 253
  Top = 139
  Width = 700
  Height = 476
  Caption = #26085#21382
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object lbldate: TLabel
    Left = 80
    Top = 32
    Width = 569
    Height = 81
    AutoSize = False
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -23
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object cal1: TCalendar
    Left = 8
    Top = 137
    Width = 577
    Height = 288
    StartOfWeek = 0
    TabOrder = 3
    OnChange = cal1Change
  end
  object btnEdit: TButton
    Left = 600
    Top = 112
    Width = 65
    Height = 321
    Caption = 'Exit'
    TabOrder = 2
    OnClick = btnEditClick
  end
  object se1: TSpinEdit
    Left = 120
    Top = 88
    Width = 100
    Height = 22
    MaxValue = 0
    MinValue = 0
    TabOrder = 0
    Value = 0
    OnChange = se1Change
  end
  object se2: TSpinEdit
    Left = 384
    Top = 88
    Width = 100
    Height = 22
    MaxLength = 2
    MaxValue = 12
    MinValue = 1
    TabOrder = 1
    Value = 0
    OnChange = se2Change
  end
end

⌨️ 快捷键说明

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