📄 encounterreportgenerator.dfm
字号:
object EncounterReportGeneratorForm: TEncounterReportGeneratorForm
Left = 158
Top = 156
Width = 506
Height = 276
Caption = 'Patient Encounter Report Generator'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
Scaled = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 104
Top = 16
Width = 49
Height = 13
Caption = 'Early Date'
end
object Label2: TLabel
Left = 344
Top = 16
Width = 47
Height = 13
Caption = 'Late Date'
end
object EncounterReportBtn: TButton
Left = 80
Top = 208
Width = 150
Height = 25
Caption = 'Encounter Report'
TabOrder = 0
OnClick = EncounterReportBtnClick
end
object LateCalendar: TMonthCalendar
Left = 269
Top = 40
Width = 197
Height = 154
Date = 37493.360484837960000000
TabOrder = 1
end
object EarlyCalendar: TMonthCalendar
Left = 30
Top = 40
Width = 197
Height = 154
Date = 37493.360484837960000000
TabOrder = 2
end
object DelinquentDictationReportBtn: TButton
Left = 304
Top = 208
Width = 150
Height = 25
Caption = 'Delinquent Dictation Report'
TabOrder = 3
OnClick = DelinquentDictationReportBtnClick
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -