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

📄 choose_day_pas.~dfm

📁 delphi6.0电子寻更源程序,用来计算保安有无查抄
💻 ~DFM
字号:
object choose_day: Tchoose_day
  Left = 316
  Top = 220
  AutoScroll = False
  Caption = '选择報表日期範圍'
  ClientHeight = 134
  ClientWidth = 226
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poDefault
  OnActivate = FormActivate
  PixelsPerInch = 96
  TextHeight = 13
  object Panel3: TPanel
    Left = 0
    Top = 0
    Width = 226
    Height = 108
    Align = alClient
    BevelOuter = bvNone
    TabOrder = 0
    object RxLabel3: TRxLabel
      Left = 13
      Top = 22
      Width = 54
      Height = 13
      Caption = '起始日期'
      Font.Charset = GB2312_CHARSET
      Font.Color = clHighlight
      Font.Height = -13
      Font.Name = '宋体'
      Font.Style = []
      BiDiMode = bdRightToLeftReadingOnly
      ParentBiDiMode = False
      ParentFont = False
    end
    object RxLabel5: TRxLabel
      Left = 13
      Top = 66
      Width = 54
      Height = 13
      Caption = '截止日期'
      Font.Charset = GB2312_CHARSET
      Font.Color = clHighlight
      Font.Height = -13
      Font.Name = '宋体'
      Font.Style = []
      BiDiMode = bdRightToLeftReadingOnly
      ParentBiDiMode = False
      ParentFont = False
    end
    object DateTimePicker2: TDateTimePicker
      Left = 79
      Top = 60
      Width = 106
      Height = 21
      CalAlignment = dtaLeft
      Date = 37173.757768287
      Time = 37173.757768287
      DateFormat = dfShort
      DateMode = dmComboBox
      Kind = dtkDate
      ParseInput = False
      TabOrder = 0
      OnExit = DateTimePicker2Exit
    end
    object DateTimePicker1: TDateTimePicker
      Left = 79
      Top = 17
      Width = 106
      Height = 21
      CalAlignment = dtaLeft
      Date = 37173.757768287
      Time = 37173.757768287
      DateFormat = dfShort
      DateMode = dmComboBox
      Kind = dtkDate
      ParseInput = False
      TabOrder = 1
    end
  end
  object Panel1: TPanel
    Left = 0
    Top = 108
    Width = 226
    Height = 26
    Align = alBottom
    BevelOuter = bvNone
    TabOrder = 1
    object OKBtn: TButton
      Left = 22
      Top = 6
      Width = 62
      Height = 18
      Caption = '確定'
      Default = True
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 0
      OnClick = OKBtnClick
    end
    object CancelBtn: TButton
      Left = 142
      Top = 5
      Width = 62
      Height = 19
      Cancel = True
      Caption = '取消'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 1
      OnClick = CancelBtnClick
    end
  end
end

⌨️ 快捷键说明

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