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

📄 unitcalendar.~dfm

📁 餐厅结账管理程序提供中小型餐厅所需要的点菜结账功能
💻 ~DFM
字号:
object FormCalendar: TFormCalendar
  Left = 330
  Top = 271
  BorderStyle = bsToolWindow
  Caption = #26085#21382#23567#24037#20855
  ClientHeight = 170
  ClientWidth = 293
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object CCalendar1: TCCalendar
    Left = 8
    Top = 40
    Width = 273
    Height = 120
    Hint = #26085#21382#23519#30475#23567#24037#20855
    Color = clCaptionText
    ParentShowHint = False
    ShowHint = True
    TabOrder = 0
  end
  object ComboBox1: TComboBox
    Left = 8
    Top = 8
    Width = 73
    Height = 21
    Style = csDropDownList
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clGreen
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ItemHeight = 13
    ParentFont = False
    TabOrder = 1
    OnChange = ComboBox1Change
    Items.Strings = (
      #19968#26376
      #20108#26376
      #19977#26376
      #22235#26376
      #20116#26376
      #20845#26376
      #19971#26376
      #20843#26376
      #20061#26376
      #21313#26376
      #21313#19968#26376
      #21313#20108#26376)
  end
  object Edit1: TEdit
    Left = 96
    Top = 8
    Width = 57
    Height = 21
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clGreen
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    ReadOnly = True
    TabOrder = 2
    Text = '2004'
    OnChange = Edit1Change
  end
  object UpDown1: TUpDown
    Left = 153
    Top = 8
    Width = 16
    Height = 21
    Associate = Edit1
    Min = 0
    Max = 32767
    Position = 2004
    TabOrder = 3
    Thousands = False
    Wrap = False
  end
end

⌨️ 快捷键说明

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