?? frmjxjd.frm
字號:
VERSION 5.00
Begin VB.Form frmjxjd
HelpContextID = 350
BorderStyle = 3 'Fixed Dialog
ClientHeight = 2715
ClientLeft = 255
ClientTop = 1410
ClientWidth = 3825
ClipControls = 0 'False
ControlBox = 0 'False
Icon = "frmjxjd.frx":0000
KeyPreview = -1 'True
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 2715
ScaleWidth = 3825
ShowInTaskbar = 0 'False
StartUpPosition = 2 'CenterScreen
Begin VB.Frame Frame1
WhatsThisHelpID = 350 'WhatsThisHelpID for: Frame1 *** HelpWriter ***
Height = 2730
Left = -15
TabIndex = 0
Top = -45
Width = 3825
Begin VB.CommandButton Command1
WhatsThisHelpID = 350 'WhatsThisHelpID for: Command1 *** HelpWriter ***
Caption = "確 定"
Height = 285
Left = 1215
TabIndex = 1
Top = 2340
Width = 900
End
Begin VB.Label Labelfwj
WhatsThisHelpID = 350 'WhatsThisHelpID for: Labelfwj *** HelpWriter ***
AutoSize = -1 'True
Caption = "Label1"
Height = 180
Left = 660
TabIndex = 7
Top = 1275
Width = 540
End
Begin VB.Label Labelbc
WhatsThisHelpID = 350 'WhatsThisHelpID for: Labelbc *** HelpWriter ***
AutoSize = -1 'True
Caption = "Label1"
Height = 180
Left = 660
TabIndex = 6
Top = 930
Width = 540
End
Begin VB.Label Labelddh1
WhatsThisHelpID = 350 'WhatsThisHelpID for: Labelddh1 *** HelpWriter ***
AutoSize = -1 'True
Caption = "Label1"
Height = 180
Left = 660
TabIndex = 5
Top = 600
Width = 540
End
Begin VB.Label Labelmt
WhatsThisHelpID = 350 'WhatsThisHelpID for: Labelmt *** HelpWriter ***
AutoSize = -1 'True
Caption = "Label1"
Height = 180
Left = 660
TabIndex = 4
Top = 1935
Width = 540
End
Begin VB.Label Labelms
WhatsThisHelpID = 350 'WhatsThisHelpID for: Labelms *** HelpWriter ***
AutoSize = -1 'True
Caption = "Label1"
Height = 180
Left = 660
TabIndex = 3
Top = 1605
Width = 540
End
Begin VB.Label Labelddh
WhatsThisHelpID = 350 'WhatsThisHelpID for: Labelddh *** HelpWriter ***
AutoSize = -1 'True
Caption = "Label1"
Height = 180
Left = 660
TabIndex = 2
Top = 270
Width = 540
End
End
End
Attribute VB_Name = "frmjxjd"
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 + -