bar.dfm

来自「从“闹钟时”下拉框选择要闹铃的小时(0-23)」· DFM 代码 · 共 81 行

DFM
81
字号
object Form2: TForm2
  Left = 355
  Top = 332
  BorderStyle = bsDialog
  Caption = '注意!起床时间到了'
  ClientHeight = 184
  ClientWidth = 422
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object L1: TLabel
    Left = 32
    Top = 16
    Width = 89
    Height = 25
    AutoSize = False
    Caption = '时间'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object L2: TLabel
    Left = 152
    Top = 16
    Width = 241
    Height = 25
    AutoSize = False
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object L3: TLabel
    Left = 66
    Top = 56
    Width = 289
    Height = 25
    Alignment = taCenter
    AutoSize = False
    Caption = '剩余时间'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    Layout = tlCenter
  end
  object ProgressBar1: TProgressBar
    Left = 58
    Top = 104
    Width = 305
    Height = 25
    Min = 0
    Max = 3
    Step = 3
    TabOrder = 0
  end
  object BitBtn1: TBitBtn
    Left = 173
    Top = 144
    Width = 75
    Height = 25
    Caption = '烦死了'
    TabOrder = 1
    OnClick = BitBtn1Click
    Kind = bkOK
  end
end

⌨️ 快捷键说明

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