📄 basicinffrm.dfm
字号:
object frmBasicInf: TfrmBasicInf
Left = 188
Top = 107
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = '医院信息'
ClientHeight = 337
ClientWidth = 549
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 24
Top = 29
Width = 52
Height = 13
Caption = '医院编号'
end
object Label2: TLabel
Left = 24
Top = 72
Width = 52
Height = 13
Caption = '医院名称'
end
object Label3: TLabel
Left = 24
Top = 112
Width = 52
Height = 13
Caption = '联系电话'
end
object Label4: TLabel
Left = 24
Top = 152
Width = 52
Height = 13
Caption = '电子信箱'
end
object Label5: TLabel
Left = 24
Top = 194
Width = 52
Height = 13
Caption = '邮政编码'
end
object Label6: TLabel
Left = 24
Top = 234
Width = 52
Height = 13
Caption = '医院地址'
end
object Label7: TLabel
Left = 272
Top = 24
Width = 52
Height = 13
Caption = '备注信息'
end
object edtID: TEdit
Left = 96
Top = 24
Width = 153
Height = 21
TabOrder = 0
end
object edtName: TEdit
Left = 96
Top = 66
Width = 153
Height = 21
TabOrder = 1
end
object edtTele: TEdit
Left = 96
Top = 107
Width = 153
Height = 21
TabOrder = 2
end
object edtEmail: TEdit
Left = 96
Top = 149
Width = 153
Height = 21
TabOrder = 3
end
object edtPost: TEdit
Left = 96
Top = 190
Width = 153
Height = 21
TabOrder = 4
end
object edtAddr: TEdit
Left = 96
Top = 232
Width = 153
Height = 21
TabOrder = 5
end
object rtfRemark: TRichEdit
Left = 272
Top = 48
Width = 257
Height = 207
TabOrder = 6
end
object btnOK: TButton
Left = 376
Top = 296
Width = 75
Height = 25
Caption = '确定(&O)'
TabOrder = 7
OnClick = btnOKClick
end
object btnCancel: TButton
Left = 456
Top = 296
Width = 75
Height = 25
Caption = '取消(&C)'
ModalResult = 2
TabOrder = 8
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -