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

📄 ringtime.dfm

📁 一个Delphi写的跟考勤机门禁机收款机的接品软件源码
💻 DFM
字号:
object dlgRingTime: TdlgRingTime
  Left = 289
  Top = 218
  BorderStyle = bsDialog
  Caption = '打铃时间'
  ClientHeight = 125
  ClientWidth = 325
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poOwnerFormCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object Label4: TLabel
    Left = 144
    Top = 24
    Width = 72
    Height = 12
    Caption = '持续时间(秒)'
  end
  object Label1: TLabel
    Left = 24
    Top = 24
    Width = 48
    Height = 12
    Caption = '打铃时间'
  end
  object meDuration: TMaskEdit
    Left = 144
    Top = 40
    Width = 49
    Height = 20
    EditMask = '99;0; '
    MaxLength = 2
    TabOrder = 1
    Text = '30'
    OnExit = meDurationExit
  end
  object edRingTime: TDateTimePicker
    Left = 24
    Top = 40
    Width = 105
    Height = 20
    CalAlignment = dtaLeft
    Date = 37517
    Time = 37517
    DateFormat = dfShort
    DateMode = dmComboBox
    Kind = dtkTime
    ParseInput = False
    TabOrder = 0
  end
  object btnOK: TButton
    Left = 150
    Top = 90
    Width = 75
    Height = 25
    Caption = '确定(&O)'
    Default = True
    ModalResult = 1
    TabOrder = 2
  end
  object btnCancel: TButton
    Left = 238
    Top = 90
    Width = 75
    Height = 25
    Cancel = True
    Caption = '取消(&C)'
    ModalResult = 2
    TabOrder = 3
  end
  object UpDown1: TUpDown
    Left = 193
    Top = 40
    Width = 15
    Height = 22
    Associate = meDuration
    Min = 1
    Max = 60
    Position = 30
    TabOrder = 4
    Wrap = False
  end
end

⌨️ 快捷键说明

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