📄 frmtempappendix.frm
字号:
VERSION 5.00
Begin VB.Form frmTempAppendix
BorderStyle = 3 'Fixed Dialog
Caption = "阑尾模板"
ClientHeight = 7635
ClientLeft = 45
ClientTop = 330
ClientWidth = 11790
Icon = "frmTempAppendix.frx":0000
KeyPreview = -1 'True
LinkTopic = "Form1"
LockControls = -1 'True
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 7635
ScaleWidth = 11790
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton cmdCancel
Caption = "取消(Esc)"
CausesValidation= 0 'False
Height = 495
Left = 9840
TabIndex = 4
Top = 7020
Width = 1575
End
Begin VB.CommandButton cmdCover
Caption = "覆盖(F3)"
Height = 495
Left = 8040
TabIndex = 3
Top = 7020
Width = 1635
End
Begin VB.CommandButton cmdAdd
Caption = "添加(F2)"
Height = 495
Left = 6240
TabIndex = 2
Top = 7020
Width = 1635
End
Begin VB.PictureBox picOutside
CausesValidation= 0 'False
Height = 6900
Left = 0
ScaleHeight = 6840
ScaleWidth = 11730
TabIndex = 5
TabStop = 0 'False
Top = 0
Width = 11790
Begin VB.PictureBox picInside
Appearance = 0 'Flat
BorderStyle = 0 'None
CausesValidation= 0 'False
ForeColor = &H80000008&
Height = 12000
Left = -300
ScaleHeight = 12000
ScaleWidth = 12045
TabIndex = 6
TabStop = 0 'False
Top = 0
Width = 12045
Begin VB.Frame fraAppendix
Caption = "阑尾"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1890
Left = 420
TabIndex = 7
Top = 135
Width = 11355
Begin VB.TextBox txtA_Breadth
Height = 270
Left = 2280
TabIndex = 0
Text = "txtA_Breadth"
Top = 465
Width = 495
End
Begin VB.ComboBox cboA_See
Height = 300
Left = 3600
TabIndex = 1
Tag = "所见声像"
Text = "cboA_See"
Top = 450
Width = 3795
End
Begin VB.Label Label1
Caption = "探及"
Height = 195
Left = 1740
TabIndex = 20
Top = 510
Width = 435
End
Begin VB.Label Label23
Alignment = 2 'Center
Caption = "。"
Height = 195
Left = 7485
TabIndex = 10
Top = 510
Width = 195
End
Begin VB.Label Label24
Caption = "mm的"
Height = 195
Left = 2940
TabIndex = 9
Top = 510
Width = 435
End
Begin VB.Label Label58
Caption = "右下腹阑尾处"
Height = 195
Left = 285
TabIndex = 8
Top = 510
Width = 1275
End
End
End
End
Begin VB.Label Label20
Caption = "。。"
Height = 195
Index = 1
Left = 11160
TabIndex = 19
Top = 2340
Width = 135
End
Begin VB.Label Label19
Caption = "包膜,"
Height = 195
Index = 1
Left = 8820
TabIndex = 18
Top = 2340
Width = 495
End
Begin VB.Label Label16
Caption = "×"
Height = 135
Index = 1
Left = 6960
TabIndex = 17
Top = 2370
Width = 135
End
Begin VB.Label Label2
Caption = "子宫"
Height = 195
Index = 4
Left = 1080
TabIndex = 16
Top = 2340
Width = 555
End
Begin VB.Label Label3
Caption = "见"
Height = 195
Index = 12
Left = 2910
TabIndex = 15
Top = 2340
Width = 195
End
Begin VB.Label Label3
Caption = ","
Height = 195
Index = 11
Left = 5160
TabIndex = 14
Top = 2340
Width = 195
End
Begin VB.Label Label7
Caption = "大小"
Height = 195
Index = 2
Left = 5340
TabIndex = 13
Top = 2340
Width = 375
End
Begin VB.Label Label8
Caption = "mm,"
Height = 195
Index = 2
Left = 7710
TabIndex = 12
Top = 2340
Width = 315
End
Begin VB.Label Label9
Alignment = 2 'Center
Caption = "×"
Height = 195
Index = 2
Left = 6285
TabIndex = 11
Top = 2370
Width = 135
End
End
Attribute VB_Name = "frmTempAppendix"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Public strDescribe As String
Public strTip As String
Public Loaded As Boolean '窗体是否加载
Private CurrentTempOrderNumber As Integer
Private Sub cmdAdd_Click()
strDescribe = strDescribe & AppendixDescribe(Me)
strTip = AppendixTip(Me)
AddTip strTip
AddDescribe strDescribe
Unload Me
With frmReport
' If .txtUSTip(0).Text = "" Then .txtUSTip(0).Text = "未见异常。"
.txtDescribe.SetFocus
End With
End Sub
Private Sub cmdCancel_Click()
Unload Me
End Sub
Private Sub cmdCover_Click()
CleanTip
strDescribe = strDescribe & AppendixDescribe(Me)
strTip = AppendixTip(Me)
AddTip strTip
CoverDescribe strDescribe
Unload Me
With frmReport
' If .txtUSTip(0).Text = "" Then .txtUSTip(0).Text = "未见异常。"
.txtDescribe.SetFocus
End With
End Sub
Private Sub Form_KeyDown(KeyCode As Integer, Shift As Integer)
Select Case KeyCode
Case US_KEY_ADD
cmdAdd_Click
Case US_KEY_COVER
cmdCover_Click
Case US_KEY_CANCEL
cmdCancel_Click
Case vbKeyReturn
SendKeys "{TAB}"
Case Else
End Select
End Sub
Private Sub Form_Load()
strDescribe = ""
strTip = ""
Me.Loaded = True
CurrentTempOrderNumber = modCommon.TempOrderNumber
modCommon.TempLoadFlag(CurrentTempOrderNumber) = Me.Loaded
modCommon.OldTempLoadFlag(CurrentTempOrderNumber) = Me.Loaded
TempletINI Me
Screen.MousePointer = vbDefault
End Sub
Private Sub Form_Terminate()
Me.Loaded = False
modCommon.TempLoadFlag(CurrentTempOrderNumber) = Me.Loaded
If modCommon.LastTempNumber <> CurrentTempOrderNumber Then modCommon.PopOrganTemp (modCommon.OrganModelNameChosen)
End Sub
Private Sub Form_Unload(Cancel As Integer)
Set frmTempAppendix = Nothing
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -