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

📄 inqdate.dfm

📁 停车场用
💻 DFM
字号:
object InqDateForm: TInqDateForm
  Left = 214
  Top = 132
  Width = 300
  Height = 175
  Caption = '请输入查询统计日期'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clBlack
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 12
  object m_L1: TLabel
    Left = 13
    Top = 24
    Width = 66
    Height = 12
    Caption = '开始日期(&B)'
    FocusControl = m_DTP1
    Font.Charset = GB2312_CHARSET
    Font.Color = clRed
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 155
    Top = 24
    Width = 66
    Height = 12
    Caption = '截止日期(&E)'
    FocusControl = m_DTP2
    Font.Charset = GB2312_CHARSET
    Font.Color = clFuchsia
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object m_OkBitBtn: TBitBtn
    Left = 40
    Top = 96
    Width = 90
    Height = 28
    Caption = '确认(&O)'
    TabOrder = 2
    Kind = bkOK
  end
  object m_CancelBitBtn: TBitBtn
    Left = 164
    Top = 96
    Width = 90
    Height = 28
    Caption = '取消(&C)'
    TabOrder = 3
    Kind = bkCancel
  end
  object m_DTP1: TDateTimePicker
    Left = 24
    Top = 42
    Width = 113
    Height = 20
    BiDiMode = bdLeftToRight
    CalAlignment = dtaLeft
    CalColors.TextColor = clNavy
    Date = 37104.6728849537
    Time = 37104.6728849537
    DateFormat = dfLong
    DateMode = dmComboBox
    Font.Charset = GB2312_CHARSET
    Font.Color = clYellow
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    Kind = dtkDate
    ParseInput = False
    ParentBiDiMode = False
    ParentFont = False
    TabOrder = 0
  end
  object m_DTP2: TDateTimePicker
    Left = 160
    Top = 42
    Width = 113
    Height = 20
    BiDiMode = bdLeftToRight
    CalAlignment = dtaLeft
    CalColors.TextColor = clNavy
    Date = 37104.6728849537
    Time = 37104.6728849537
    DateFormat = dfLong
    DateMode = dmComboBox
    Font.Charset = GB2312_CHARSET
    Font.Color = clYellow
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    Kind = dtkDate
    ParseInput = False
    ParentBiDiMode = False
    ParentFont = False
    TabOrder = 1
  end
end

⌨️ 快捷键说明

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