holiday.dfm
来自「一个Delphi写的跟考勤机门禁机收款机的接品软件源码」· DFM 代码 · 共 70 行
DFM
70 行
object dlgHoliday: TdlgHoliday
Left = 343
Top = 249
ActiveControl = edDate
BorderStyle = bsDialog
Caption = '假日日期'
ClientHeight = 128
ClientWidth = 317
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
Position = poOwnerFormCenter
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel
Left = 16
Top = 24
Width = 78
Height = 14
Caption = '日期(月份-日):'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object edDate: TMaskEdit
Left = 16
Top = 40
Width = 285
Height = 27
EditMask = '!00/00;1;_'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = [fsBold]
MaxLength = 5
ParentFont = False
TabOrder = 0
Text = '01-01'
end
object btnOK: TButton
Left = 142
Top = 91
Width = 75
Height = 25
Caption = '确定(&O)'
Default = True
ModalResult = 1
TabOrder = 1
end
object btnCancel: TButton
Left = 230
Top = 91
Width = 75
Height = 25
Cancel = True
Caption = '取消(&C)'
ModalResult = 2
TabOrder = 2
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?