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

📄 remindtime.dfm

📁 一个朋友写的delphi的漂亮时钟
💻 DFM
字号:
object FmRemindTime: TFmRemindTime
  Left = 0
  Top = 0
  BorderIcons = [biSystemMenu]
  Caption = 'Set remind time'
  ClientHeight = 83
  ClientWidth = 284
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  PixelsPerInch = 96
  TextHeight = 13
  object pnl: TPanel
    Left = 0
    Top = 53
    Width = 284
    Height = 30
    Align = alBottom
    TabOrder = 0
    DesignSize = (
      284
      30)
    object btnOk: TButton
      Left = 120
      Top = 4
      Width = 75
      Height = 23
      Anchors = [akTop, akRight]
      Caption = 'Ok'
      TabOrder = 0
      OnClick = btnOkClick
    end
    object btnCancel: TButton
      Left = 200
      Top = 4
      Width = 75
      Height = 23
      Anchors = [akTop, akRight]
      Caption = 'Cancel'
      TabOrder = 1
      OnClick = btnCancelClick
    end
  end
  object pnl1: TPanel
    Left = 0
    Top = 0
    Width = 284
    Height = 53
    Align = alClient
    TabOrder = 1
    DesignSize = (
      284
      53)
    object lbl1: TLabel
      Left = 8
      Top = 19
      Width = 60
      Height = 13
      Caption = 'Remind Time'
    end
    object seRemindTime: TSpinEdit
      Left = 74
      Top = 16
      Width = 201
      Height = 22
      Anchors = [akLeft, akTop, akRight]
      Increment = 5
      MaxValue = 300
      MinValue = 1
      TabOrder = 0
      Value = 1
    end
  end
end

⌨️ 快捷键说明

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