📄 medicationeditor.dfm
字号:
object MedicationEditorForm: TMedicationEditorForm
Left = 124
Top = 90
ActiveControl = PrescriptionEdit
BorderStyle = bsSingle
Caption = 'Medication Editor'
ClientHeight = 205
ClientWidth = 420
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 10
Top = 10
Width = 55
Height = 13
Caption = 'Prescription'
end
object Label3: TLabel
Left = 224
Top = 70
Width = 45
Height = 13
Caption = 'End Date'
end
object Label2: TLabel
Left = 10
Top = 70
Width = 48
Height = 13
Caption = 'Start Date'
end
object OKButton: TButton
Left = 128
Top = 168
Width = 75
Height = 25
Caption = 'OK'
Default = True
TabOrder = 4
OnClick = OKButtonClick
end
object CancelButton: TButton
Left = 216
Top = 168
Width = 75
Height = 25
Caption = 'Cancel'
TabOrder = 5
OnClick = CancelButtonClick
end
object PrescriptionEdit: TEdit
Left = 10
Top = 30
Width = 400
Height = 21
TabOrder = 0
end
object EndDatePicker: TDateTimePicker
Left = 224
Top = 88
Width = 186
Height = 21
Date = 37440.023050231500000000
Time = 37440.023050231500000000
TabOrder = 2
end
object StartDatePicker: TDateTimePicker
Left = 10
Top = 88
Width = 186
Height = 21
Date = 37440.023127303200000000
Time = 37440.023127303200000000
TabOrder = 1
end
object DiscontinuedCheckBox: TCheckBox
Left = 167
Top = 128
Width = 86
Height = 17
Caption = 'Discontinued'
TabOrder = 3
end
object SQLQuery: TSQLQuery
MaxBlobSize = -1
Params = <>
SQLConnection = MainForm.SQLConnection
Left = 64
Top = 128
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -