📄 frmdjd.frm
字号:
VERSION 5.00
Begin VB.Form frmdjd
HelpContextID = 330
BorderStyle = 3 'Fixed Dialog
ClientHeight = 2190
ClientLeft = 255
ClientTop = 1410
ClientWidth = 4260
ClipControls = 0 'False
ControlBox = 0 'False
FillColor = &H00808080&
ForeColor = &H80000010&
Icon = "frmdjd.frx":0000
KeyPreview = -1 'True
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 2190
ScaleWidth = 4260
ShowInTaskbar = 0 'False
StartUpPosition = 2 'CenterScreen
Begin VB.CommandButton Command1
WhatsThisHelpID = 330 'WhatsThisHelpID for: Command1 *** HelpWriter ***
Caption = "确定"
Height = 330
Left = 1605
TabIndex = 1
Top = 1770
Width = 960
End
Begin VB.Frame Frame1
WhatsThisHelpID = 330 'WhatsThisHelpID for: Frame1 *** HelpWriter ***
Height = 2235
Left = 15
TabIndex = 0
Top = -30
Width = 4230
Begin VB.Label Labelx
WhatsThisHelpID = 330 'WhatsThisHelpID for: Labelx *** HelpWriter ***
AutoSize = -1 'True
Caption = "e"
Height = 180
Left = 615
TabIndex = 11
Top = 525
Width = 90
End
Begin VB.Label Labely
WhatsThisHelpID = 330 'WhatsThisHelpID for: Labely *** HelpWriter ***
AutoSize = -1 'True
Caption = "r"
Height = 180
Left = 2490
TabIndex = 10
Top = 525
Width = 90
End
Begin VB.Label Labelet
WhatsThisHelpID = 330 'WhatsThisHelpID for: Labelet *** HelpWriter ***
AutoSize = -1 'True
Caption = "d"
Height = 180
Left = 2490
TabIndex = 9
Top = 1305
Width = 90
End
Begin VB.Label Labelf
WhatsThisHelpID = 330 'WhatsThisHelpID for: Labelf *** HelpWriter ***
AutoSize = -1 'True
Caption = "f"
Height = 180
Left = 615
TabIndex = 8
Top = 1305
Width = 90
End
Begin VB.Label Labele
WhatsThisHelpID = 330 'WhatsThisHelpID for: Labele *** HelpWriter ***
AutoSize = -1 'True
Caption = "e"
Height = 180
Left = 2490
TabIndex = 7
Top = 1020
Width = 90
End
Begin VB.Label Labelmp
WhatsThisHelpID = 330 'WhatsThisHelpID for: Labelmp *** HelpWriter ***
AutoSize = -1 'True
Caption = "p"
Height = 180
Left = 615
TabIndex = 6
Top = 1020
Width = 90
End
Begin VB.Label Labelmy
WhatsThisHelpID = 330 'WhatsThisHelpID for: Labelmy *** HelpWriter ***
AutoSize = -1 'True
Caption = "e"
Height = 180
Left = 2505
TabIndex = 5
Top = 765
Width = 90
End
Begin VB.Label Labelmx
WhatsThisHelpID = 330 'WhatsThisHelpID for: Labelmx *** HelpWriter ***
AutoSize = -1 'True
Caption = "c"
Height = 180
Left = 615
TabIndex = 4
Top = 765
Width = 90
End
Begin VB.Label Labeldm
WhatsThisHelpID = 330 'WhatsThisHelpID for: Labeldm *** HelpWriter ***
AutoSize = -1 'True
Caption = "dm"
Height = 180
Left = 2490
TabIndex = 3
Top = 270
Width = 180
End
Begin VB.Label Labeldh
WhatsThisHelpID = 330 'WhatsThisHelpID for: Labeldh *** HelpWriter ***
AutoSize = -1 'True
Caption = "dh"
Height = 180
Left = 615
TabIndex = 2
Top = 270
Width = 180
End
End
End
Attribute VB_Name = "frmdjd"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Command1_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -