📄 u_work_plan.~dfm
字号:
object F_work_plan: TF_work_plan
Left = 311
Top = 164
Width = 358
Height = 239
Caption = '上下班时间设置'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poOwnerFormCenter
OnCreate = B_resetClick
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 16
Top = 16
Width = 313
Height = 145
BevelOuter = bvLowered
TabOrder = 0
object Label1: TLabel
Left = 32
Top = 32
Width = 102
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = '上午上班时间:'
end
object Label2: TLabel
Left = 32
Top = 56
Width = 102
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = '中午下班时间:'
end
object Label3: TLabel
Left = 32
Top = 80
Width = 102
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = '下午上班时间:'
end
object Label4: TLabel
Left = 32
Top = 104
Width = 102
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = '下午下班时间:'
end
object i_time1: TMaskEdit
Left = 152
Top = 28
Width = 113
Height = 21
EditMask = '!90:00:00;1;_'
MaxLength = 8
TabOrder = 0
Text = ' : : '
end
object i_time2: TMaskEdit
Left = 152
Top = 52
Width = 113
Height = 21
EditMask = '!90:00:00;1;_'
MaxLength = 8
TabOrder = 1
Text = ' : : '
end
object i_time3: TMaskEdit
Left = 152
Top = 76
Width = 113
Height = 21
EditMask = '!90:00:00;1;_'
MaxLength = 8
TabOrder = 2
Text = ' : : '
end
object i_time4: TMaskEdit
Left = 152
Top = 100
Width = 113
Height = 21
EditMask = '!90:00:00;1;_'
MaxLength = 8
TabOrder = 3
Text = ' : : '
end
end
object B_modify: TButton
Left = 64
Top = 176
Width = 89
Height = 25
Caption = '修改'
ModalResult = 1
TabOrder = 1
OnClick = B_modifyClick
end
object B_reset: TButton
Left = 192
Top = 176
Width = 89
Height = 25
Caption = '恢复默认设置'
TabOrder = 2
OnClick = B_resetClick
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -