📄 examfrm.dfm
字号:
inherited frmExam: TfrmExam
Left = 190
Top = 87
Caption = 'frmExam'
ClientHeight = 570
OldCreateOrder = True
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 26
Top = 24
Width = 52
Height = 13
Caption = '体检时间'
end
object Label2: TLabel
Left = 24
Top = 256
Width = 52
Height = 13
Caption = '医生意见'
end
object Label3: TLabel
Left = 24
Top = 392
Width = 52
Height = 13
Caption = '备注信息'
end
object rdoExamKind: TRadioGroup
Left = 24
Top = 64
Width = 641
Height = 80
Caption = '体检类型'
Columns = 2
ItemIndex = 1
Items.Strings = (
'入职体检'
'定期职业健康检查'
'应急检查'
'离岗前检查')
TabOrder = 0
end
object dtpExamDate: TDateTimePicker
Left = 96
Top = 19
Width = 105
Height = 21
CalAlignment = dtaLeft
Date = 38173.0654341088
Time = 38173.0654341088
DateFormat = dfShort
DateMode = dmComboBox
Kind = dtkDate
ParseInput = False
TabOrder = 1
end
object dtpExamTime: TDateTimePicker
Left = 208
Top = 19
Width = 101
Height = 21
CalAlignment = dtaLeft
Date = 38173.0654341088
Time = 38173.0654341088
DateFormat = dfShort
DateMode = dmComboBox
Kind = dtkTime
ParseInput = False
TabOrder = 2
end
object rdoExamResult: TRadioGroup
Left = 24
Top = 176
Width = 641
Height = 60
Caption = '体检结果'
Columns = 3
ItemIndex = 0
Items.Strings = (
'正常'
'异常'
'其他')
TabOrder = 3
end
object mmoOpinon: TRichEdit
Left = 24
Top = 280
Width = 641
Height = 105
TabOrder = 4
end
object mmoRemark: TRichEdit
Left = 24
Top = 416
Width = 641
Height = 105
TabOrder = 5
end
object btnOk: TButton
Left = 472
Top = 536
Width = 75
Height = 25
Caption = '确定(&O)'
ModalResult = 1
TabOrder = 6
end
object btnCancel: TButton
Left = 568
Top = 536
Width = 75
Height = 25
Caption = '取消(&C)'
ModalResult = 2
TabOrder = 7
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -