📄 form2.frm
字号:
VERSION 5.00
Object = "{90F3D7B3-92E7-44BA-B444-6A8E2A3BC375}#1.0#0"; "actskin4.ocx"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Begin VB.Form Form2
AutoRedraw = -1 'True
BorderStyle = 1 'Fixed Single
Caption = "总单选项"
ClientHeight = 3015
ClientLeft = 45
ClientTop = 435
ClientWidth = 6495
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3015
ScaleWidth = 6495
StartUpPosition = 3 '窗口缺省
Begin MSDataGridLib.DataGrid DataGrid1
Height = 1335
Left = 600
TabIndex = 2
Top = 1440
Width = 2055
_ExtentX = 3625
_ExtentY = 2355
_Version = 393216
HeadLines = 1
RowHeight = 15
BeginProperty HeadFont {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ColumnCount = 2
BeginProperty Column00
DataField = ""
Caption = ""
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column01
DataField = ""
Caption = ""
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
SplitCount = 1
BeginProperty Split0
BeginProperty Column00
EndProperty
BeginProperty Column01
EndProperty
EndProperty
End
Begin VB.CommandButton Command1
Caption = "Command1"
Height = 495
Left = 2760
TabIndex = 1
Top = 1560
Width = 2415
End
Begin ACTIVESKINLibCtl.Skin Skin2
Left = 1680
OleObjectBlob = "Form2.frx":0000
Top = 2640
End
Begin VB.TextBox Text1
Height = 615
Left = 1080
TabIndex = 0
Text = "Text1"
Top = 600
Width = 2895
End
Begin ACTIVESKINLibCtl.Skin Skin1
Left = 7560
OleObjectBlob = "Form2.frx":0234
Top = 120
End
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Public ex As New Workbook
Public exc As New Worksheet
Public e As New Application
Private Sub DataGrid1_KeyDown(KeyCode As Integer, Shift As Integer)
Text1.Text = Str(KeyCode)
End Sub
Private Sub Form_Load()
Skin1.LoadSkin App.Path + "\Skins\0.skn"
Skin1.ApplySkin Me.hWnd
End Sub
Private Sub Form_Unload(Cancel As Integer)
'Call Form1.xiaomin
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -