?? frmtjcopy.frm
字號:
VERSION 5.00
Begin VB.Form frmtjcopy
Caption = "條件值復制"
ClientHeight = 1125
ClientLeft = 3255
ClientTop = 450
ClientWidth = 3675
ControlBox = 0 'False
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
LinkTopic = "Form1"
PaletteMode = 1 'UseZOrder
ScaleHeight = 1125
ScaleWidth = 3675
Begin VB.CommandButton Command2
Caption = "取 消"
Height = 285
Left = 2370
TabIndex = 3
Top = 660
Width = 795
End
Begin VB.CommandButton Command1
Caption = "確 定"
Height = 285
Left = 2370
TabIndex = 2
Top = 120
Width = 795
End
Begin VB.ComboBox Combo1
BeginProperty Font
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 315
Left = 810
TabIndex = 0
Text = "Combo1"
Top = 210
Width = 1125
End
Begin VB.Label Label1
Caption = "復制為"
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 225
Left = 120
TabIndex = 1
Top = 240
Width = 735
End
End
Attribute VB_Name = "frmtjcopy"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -