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

📄 unit1.dfm

📁 一个小的万年历程序
💻 DFM
字号:
object Form1: TForm1
  Left = 288
  Top = 195
  BorderStyle = bsDialog
  Caption = #19975#24180#21382
  ClientHeight = 344
  ClientWidth = 545
  Color = clSkyBlue
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  Visible = True
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 81
    Top = 11
    Width = 19
    Height = 19
    Caption = #24180
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 144
    Top = 11
    Width = 19
    Height = 19
    Caption = #26376
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 240
    Top = 14
    Width = 24
    Height = 13
    Caption = #29616#22312
  end
  object Label4: TLabel
    Left = 368
    Top = 14
    Width = 36
    Height = 13
    Caption = #20892#21382#65306
  end
  object d_set: ThxCalendar
    Left = 8
    Top = 40
    Width = 537
    Height = 297
    Color = clBtnHighlight
    StartOfWeek = 0
    TabOrder = 0
    OnChange = d_setChange
  end
  object year: TSpinEdit
    Left = 8
    Top = 9
    Width = 65
    Height = 22
    MaxValue = 2999
    MinValue = 1000
    TabOrder = 1
    Value = 2005
    OnChange = yearChange
  end
  object month: TSpinEdit
    Left = 101
    Top = 9
    Width = 35
    Height = 22
    MaxValue = 12
    MinValue = 1
    TabOrder = 2
    Value = 1
    OnChange = monthClick
    OnClick = monthClick
  end
  object Button1: TButton
    Left = 568
    Top = 0
    Width = 75
    Height = 25
    Caption = 'Acchang'
    TabOrder = 3
    Visible = False
    OnClick = AcchangExecute
  end
  object dat: TStaticText
    Left = 280
    Top = 12
    Width = 19
    Height = 17
    Caption = 'dat'
    TabOrder = 4
  end
  object s_da: TStaticText
    Left = 411
    Top = 12
    Width = 27
    Height = 17
    Caption = 's_da'
    TabOrder = 5
  end
  object Button2: TButton
    Left = 168
    Top = 8
    Width = 57
    Height = 25
    Caption = #20170#22825
    TabOrder = 6
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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