📄 periods.dfm
字号:
object dlgPeriods: TdlgPeriods
Left = 281
Top = 228
ActiveControl = meBegin
BorderStyle = bsDialog
Caption = '添加时段(只精确到30分钟)'
ClientHeight = 121
ClientWidth = 303
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
KeyPreview = True
OldCreateOrder = False
Position = poOwnerFormCenter
OnDestroy = FormDestroy
OnKeyPress = FormKeyPress
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel
Left = 24
Top = 24
Width = 48
Height = 12
Caption = '开始时间'
end
object Label2: TLabel
Left = 128
Top = 24
Width = 48
Height = 12
Caption = '结束时间'
end
object Label3: TLabel
Left = 104
Top = 40
Width = 18
Height = 12
Caption = '-->'
end
object meBegin: TMaskEdit
Left = 24
Top = 40
Width = 73
Height = 20
EditMask = '!00:00;1;_'
MaxLength = 5
TabOrder = 0
Text = '00:00'
OnExit = meBeginExit
end
object meEnd: TMaskEdit
Left = 128
Top = 40
Width = 73
Height = 20
EditMask = '!00:00;1;_'
MaxLength = 5
TabOrder = 1
Text = '24:00'
OnExit = meBeginExit
end
object btnOK: TButton
Left = 135
Top = 88
Width = 75
Height = 25
Caption = '确定(&O)'
ModalResult = 1
TabOrder = 2
end
object btnCancel: TButton
Left = 219
Top = 88
Width = 75
Height = 25
Cancel = True
Caption = '取消(&C)'
ModalResult = 2
TabOrder = 3
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -