?? bar.dfm
字號:
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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -