?? ringtime.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 = '持續(xù)時間(秒)'
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 + -