📄 outrecall.dfm
字号:
object frmOutRecall: TfrmOutRecall
Left = 254
Top = 167
ActiveControl = edInid
BorderStyle = bsDialog
Caption = '出院召回'
ClientHeight = 227
ClientWidth = 366
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 14
object Bevel2: TBevel
Left = 0
Top = 188
Width = 366
Height = 6
Align = alBottom
Shape = bsBottomLine
end
object Panel1: TPanel
Left = 0
Top = 194
Width = 366
Height = 33
Align = alBottom
BevelOuter = bvNone
TabOrder = 0
object btnCancel: TBitBtn
Left = 274
Top = 6
Width = 80
Height = 22
Caption = '取消'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 0
Kind = bkCancel
end
object btnOK: TBitBtn
Left = 183
Top = 6
Width = 80
Height = 22
Caption = '确定'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 1
OnClick = btnOKClick
Glyph.Data = {
DE010000424DDE01000000000000760000002800000024000000120000000100
0400000000006801000000000000000000001000000000000000000000000000
80000080000000808000800000008000800080800000C0C0C000808080000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
3333333333333333333333330000333333333333333333333333F33333333333
00003333344333333333333333388F3333333333000033334224333333333333
338338F3333333330000333422224333333333333833338F3333333300003342
222224333333333383333338F3333333000034222A22224333333338F338F333
8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
33333338F83338F338F33333000033A33333A222433333338333338F338F3333
0000333333333A222433333333333338F338F33300003333333333A222433333
333333338F338F33000033333333333A222433333333333338F338F300003333
33333333A222433333333333338F338F00003333333333333A22433333333333
3338F38F000033333333333333A223333333333333338F830000333333333333
333A333333333333333338330000333333333333333333333333333333333333
0000}
NumGlyphs = 2
end
end
object PageControl1: TPageControl
Left = 5
Top = 8
Width = 356
Height = 177
ActivePage = TabSheet1
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 1
object TabSheet1: TTabSheet
Caption = '选项'
object Label1: TLabel
Left = 68
Top = 29
Width = 48
Height = 12
Caption = '住院号:'
end
object Label2: TLabel
Left = 78
Top = 92
Width = 36
Height = 12
Caption = '床号:'
end
object Label3: TLabel
Left = 79
Top = 61
Width = 36
Height = 12
Caption = '姓名:'
end
object Label4: TLabel
Left = 240
Top = 28
Width = 6
Height = 12
end
object lbPatName: TLabel
Left = 132
Top = 59
Width = 6
Height = 12
end
object cbIsOpenOrder: TCheckBox
Left = 44
Top = 121
Width = 97
Height = 17
Caption = '重开医嘱'
Checked = True
State = cbChecked
TabOrder = 0
end
object CheckBox2: TCheckBox
Left = 188
Top = 121
Width = 97
Height = 17
Caption = '补执行医嘱'
TabOrder = 1
end
object edInid: TEdit
Left = 130
Top = 25
Width = 113
Height = 20
TabOrder = 2
end
object edBedID: TEdit
Left = 131
Top = 87
Width = 111
Height = 20
TabOrder = 3
end
end
end
object qryPatTimeSqid: TwwQuery
DatabaseName = 'PROJHISADT'
SQL.Strings = (
'SELECT TIMES ,SQID FROM PATIENTSUB'
'WHERE INID = :P_INID'
' AND INSTATE = 1')
ValidateWithMask = True
Left = 296
Top = 50
ParamData = <
item
DataType = ftInteger
Name = 'P_INID'
ParamType = ptInput
end>
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -