📄 frmdatain.frm
字号:
VERSION 5.00
Object = "{90F3D7B3-92E7-44BA-B444-6A8E2A3BC375}#1.0#0"; "ACTSKIN4.OCX"
Object = "{D76D7130-4A96-11D3-BD95-D296DC2DD072}#1.0#0"; "VSFLEX7D.OCX"
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Begin VB.Form FRMdatain
BorderStyle = 3 'Fixed Dialog
Caption = "数据导入"
ClientHeight = 1680
ClientLeft = 45
ClientTop = 330
ClientWidth = 3720
Icon = "FRMdatain.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 1680
ScaleWidth = 3720
StartUpPosition = 2 '屏幕中心
Begin VB.Frame Frame3
Caption = "确认选择数据格式 "
Height = 855
Left = 120
TabIndex = 6
Top = 120
Width = 3435
Begin VB.CommandButton Command1
Caption = "库内数据"
Height = 435
Left = 1920
TabIndex = 8
Top = 270
Width = 1155
End
Begin VB.CommandButton Command3
Caption = "EXCEL数据"
Height = 435
Left = 390
TabIndex = 7
Top = 270
Width = 1155
End
End
Begin VB.CommandButton Command2
Caption = "关闭窗口"
Height = 465
Left = 1275
TabIndex = 5
Top = 1110
Width = 1125
End
Begin VSFlex7DAOCtl.VSFlexGrid VSFlexGrid1
Bindings = "FRMdatain.frx":030A
Height = 2895
Left = 4620
TabIndex = 4
Top = 2430
Visible = 0 'False
Width = 2745
_cx = 4842
_cy = 5106
_ConvInfo = -1
Appearance = 1
BorderStyle = 1
Enabled = -1 'True
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
MousePointer = 0
BackColor = -2147483643
ForeColor = -2147483640
BackColorFixed = -2147483633
ForeColorFixed = -2147483630
BackColorSel = -2147483635
ForeColorSel = -2147483634
BackColorBkg = -2147483636
BackColorAlternate= -2147483643
GridColor = -2147483633
GridColorFixed = -2147483632
TreeColor = -2147483632
FloodColor = 192
SheetBorder = -2147483642
FocusRect = 1
HighLight = 1
AllowSelection = -1 'True
AllowBigSelection= -1 'True
AllowUserResizing= 0
SelectionMode = 0
GridLines = 1
GridLinesFixed = 2
GridLineWidth = 1
Rows = 50
Cols = 10
FixedRows = 1
FixedCols = 1
RowHeightMin = 0
RowHeightMax = 0
ColWidthMin = 0
ColWidthMax = 0
ExtendLastCol = 0 'False
FormatString = ""
ScrollTrack = 0 'False
ScrollBars = 3
ScrollTips = 0 'False
MergeCells = 0
MergeCompare = 0
AutoResize = -1 'True
AutoSizeMode = 0
AutoSearch = 0
AutoSearchDelay = 2
MultiTotals = -1 'True
SubtotalPosition= 1
OutlineBar = 0
OutlineCol = 0
Ellipsis = 0
ExplorerBar = 0
PicturesOver = 0 'False
FillStyle = 0
RightToLeft = 0 'False
PictureType = 0
TabBehavior = 0
OwnerDraw = 0
Editable = 0
ShowComboButton = 1
WordWrap = 0 'False
TextStyle = 0
TextStyleFixed = 0
OleDragMode = 0
OleDropMode = 0
DataMode = 0
VirtualData = -1 'True
ComboSearch = 3
AutoSizeMouse = -1 'True
FrozenRows = 0
FrozenCols = 0
AllowUserFreezing= 0
BackColorFrozen = 0
ForeColorFrozen = 0
WallPaperAlignment= 9
End
Begin VB.TextBox Text4
DataSource = "Data1"
Height = 405
Left = 2970
TabIndex = 3
Text = "Text4"
Top = 6090
Visible = 0 'False
Width = 1335
End
Begin VB.TextBox Text3
DataSource = "Data1"
Height = 405
Left = 3000
TabIndex = 2
Text = "Text3"
Top = 5580
Visible = 0 'False
Width = 1305
End
Begin VB.TextBox Text2
DataSource = "Data1"
Height = 345
Left = 3000
TabIndex = 1
Text = "Text2"
Top = 5160
Visible = 0 'False
Width = 1335
End
Begin VB.TextBox Text1
DataSource = "Data1"
Height = 345
Left = 3060
TabIndex = 0
Text = "Text1"
Top = 4740
Visible = 0 'False
Width = 1185
End
Begin VB.Data Data1
Caption = "Data1"
Connect = "Access 2000;"
DatabaseName = ""
DefaultCursorType= 0 '缺省游标
DefaultType = 2 '使用 ODBC
Exclusive = 0 'False
Height = 405
Left = 4980
Options = 0
ReadOnly = 0 'False
RecordsetType = 1 'Dynaset
RecordSource = ""
Top = 6120
Visible = 0 'False
Width = 1560
End
Begin MSComDlg.CommonDialog Cmd1
Left = 7320
Top = 5580
_ExtentX = 847
_ExtentY = 847
_Version = 393216
End
Begin ACTIVESKINLibCtl.Skin Skin1
Left = 2580
OleObjectBlob = "FRMdatain.frx":031E
Top = 1050
End
End
Attribute VB_Name = "FRMdatain"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Dim astr As String
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -