ag_seldate.dfm

来自「亚惠快餐管理信息系统 包括亚惠快餐管理的各项功能」· DFM 代码 · 共 109 行

DFM
109
字号
object FrmAG_SelDate: TFrmAG_SelDate
  Left = 186
  Top = 184
  BorderStyle = bsDialog
  Caption = #26085#26399#22788#29702
  ClientHeight = 133
  ClientWidth = 285
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 8
    Width = 96
    Height = 12
    Caption = #35831#36873#25321#26085#26399#21306#38388#65306
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object GroupBox1: TGroupBox
    Left = 6
    Top = 20
    Width = 273
    Height = 81
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    object Label2: TLabel
      Left = 8
      Top = 21
      Width = 60
      Height = 12
      Caption = #36215#22987#26085#26399#65306
    end
    object Label3: TLabel
      Left = 8
      Top = 54
      Width = 60
      Height = 12
      Caption = #32456#27490#26085#26399#65306
    end
    object DateTimePicker1: TDateTimePicker
      Left = 80
      Top = 16
      Width = 186
      Height = 20
      CalAlignment = dtaLeft
      Date = 37161.4735100116
      Time = 37161.4735100116
      DateFormat = dfShort
      DateMode = dmComboBox
      Kind = dtkDate
      ParseInput = False
      TabOrder = 0
      OnChange = DateTimePicker1Change
    end
    object DateTimePicker2: TDateTimePicker
      Left = 80
      Top = 48
      Width = 186
      Height = 20
      CalAlignment = dtaLeft
      Date = 37161.4735100116
      Time = 37161.4735100116
      DateFormat = dfShort
      DateMode = dmComboBox
      Kind = dtkDate
      ParseInput = False
      TabOrder = 1
      OnChange = DateTimePicker2Change
    end
  end
  object Button1: TButton
    Left = 108
    Top = 106
    Width = 75
    Height = 25
    Caption = #30830#23450
    Default = True
    ModalResult = 1
    TabOrder = 1
  end
  object Button2: TButton
    Left = 184
    Top = 106
    Width = 75
    Height = 25
    Caption = #21462#28040
    ModalResult = 2
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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