📄 frmwiz1.frm
字号:
VERSION 5.00
Object = "{6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.3#0"; "comctl32.ocx"
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Begin VB.Form frmWiz1
BorderStyle = 4 'Fixed ToolWindow
Caption = "Input Properties"
ClientHeight = 8676
ClientLeft = 132
ClientTop = 192
ClientWidth = 11916
ControlBox = 0 'False
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 8676
ScaleWidth = 11916
ShowInTaskbar = 0 'False
Begin VB.Frame fraStep
Caption = "ImportInputSchema"
Height = 3975
Index = 18
Left = 1920
TabIndex = 123
Top = 3360
Width = 7335
Begin VB.TextBox txtInputUID
Height = 300
Left = 3450
TabIndex = 129
Top = 600
Width = 3015
End
Begin VB.TextBox txtInputPassword
Height = 300
Left = 3450
TabIndex = 128
Top = 930
Width = 3015
End
Begin VB.TextBox txtInputDatabase
Height = 300
Left = 3450
TabIndex = 127
Top = 1260
Width = 3015
End
Begin VB.ComboBox cboInputDSN
Height = 315
ItemData = "frmWiz1.frx":0000
Left = 3450
List = "frmWiz1.frx":0002
Sorted = -1 'True
Style = 2 'Dropdown List
TabIndex = 126
Top = 240
Width = 3000
End
Begin VB.TextBox txtInputServer
Enabled = 0 'False
Height = 330
Left = 3450
TabIndex = 125
Top = 1935
Width = 3015
End
Begin VB.ComboBox cboInputDriver
Enabled = 0 'False
Height = 315
Left = 3450
Sorted = -1 'True
Style = 2 'Dropdown List
TabIndex = 124
Top = 1590
Width = 3015
End
Begin VB.Label lblHelp
Caption = "Select the ODBC data source (DSN) you wish to import from, and add any other pertinent information needed to access the database."
Height = 1755
Index = 18
Left = 60
TabIndex = 136
Top = 2220
Width = 1995
End
Begin VB.Image imgImage
Appearance = 0 'Flat
BorderStyle = 1 'Fixed Single
Height = 2010
Index = 18
Left = 60
Picture = "frmWiz1.frx":0004
Stretch = -1 'True
Top = 60
Width = 2010
End
Begin VB.Label lblStep3
AutoSize = -1 'True
Caption = "&DSN:"
Height = 195
Index = 11
Left = 2460
TabIndex = 135
Top = 285
Width = 390
End
Begin VB.Label lblStep3
AutoSize = -1 'True
Caption = "&UID:"
Height = 195
Index = 10
Left = 2460
TabIndex = 134
Top = 630
Width = 330
End
Begin VB.Label lblStep3
AutoSize = -1 'True
Caption = "&Password:"
Height = 195
Index = 9
Left = 2460
TabIndex = 133
Top = 975
Width = 735
End
Begin VB.Label lblStep3
AutoSize = -1 'True
Caption = "Data&base:"
Height = 195
Index = 8
Left = 2460
TabIndex = 132
Top = 1320
Width = 735
End
Begin VB.Label lblStep3
AutoSize = -1 'True
Caption = "Dri&ver:"
Height = 195
Index = 7
Left = 2460
TabIndex = 131
Top = 1665
Width = 465
End
Begin VB.Label lblStep3
AutoSize = -1 'True
Caption = "&Server:"
Height = 195
Index = 0
Left = 2460
TabIndex = 130
Top = 2010
Width = 510
End
End
Begin VB.Frame fraStep
Caption = "SelectDBInputSource"
Height = 3975
Index = 17
Left = 420
TabIndex = 119
Top = 420
Width = 7335
Begin VB.OptionButton rbInputDBSchema
Appearance = 0 'Flat
Caption = "Manually define the input database schema"
ForeColor = &H80000008&
Height = 195
Left = 2520
TabIndex = 122
Top = 780
Width = 4155
End
Begin VB.OptionButton rbImportDBSchema
Appearance = 0 'Flat
Caption = "Import the input database schema"
ForeColor = &H80000008&
Height = 195
Left = 2520
TabIndex = 121
Top = 540
Value = -1 'True
Width = 3015
End
Begin VB.Label lblHelp
Caption = "Select the method of defining the input database schema."
Height = 1755
Index = 17
Left = 60
TabIndex = 120
Top = 2220
Width = 1995
End
Begin VB.Image imgImage
Appearance = 0 'Flat
BorderStyle = 1 'Fixed Single
Height = 2010
Index = 17
Left = 60
Picture = "frmWiz1.frx":15BE
Stretch = -1 'True
Top = 60
Width = 2010
End
End
Begin VB.PictureBox Picture1
Align = 2 'Align Bottom
BorderStyle = 0 'None
Height = 555
Left = 0
ScaleHeight = 552
ScaleWidth = 11916
TabIndex = 0
Top = 8124
Width = 11910
Begin VB.CommandButton btnNext
Caption = "&Next >"
Height = 375
Left = 5100
TabIndex = 10
Top = 120
Width = 975
End
Begin VB.CommandButton btnPrev
Caption = "< &Prev"
Height = 375
Left = 4140
TabIndex = 9
Top = 120
Width = 975
End
Begin VB.CommandButton btnFinish
Caption = "&Finish"
Height = 375
Left = 6420
TabIndex = 11
Top = 120
Width = 975
End
Begin VB.CommandButton btnCancel
Caption = "&Cancel"
Height = 375
Left = 2940
TabIndex = 8
Top = 120
Width = 855
End
End
Begin VB.Frame fraStep
Caption = "ImportProperties"
Height = 3975
Index = 0
Left = 1020
TabIndex = 20
Top = 1080
Width = 7335
Begin VB.PictureBox picKindsOfData
Appearance = 0 'Flat
AutoSize = -1 'True
BackColor = &H80000005&
ForeColor = &H80000008&
Height = 408
Left = 6360
Picture = "frmWiz1.frx":3860
ScaleHeight = 384
ScaleWidth = 384
TabIndex = 100
Top = 2040
Width = 408
End
Begin VB.Frame fraDelimited
BorderStyle = 0 'None
Height = 1035
Left = 2340
TabIndex = 32
Top = 2700
Width = 4815
Begin VB.OptionButton rbNotDelimited
Caption = "The fields on each line of input are usually recognized by their position within the line"
Height = 435
Left = 60
TabIndex = 7
Top = 540
Width = 4875
End
Begin VB.OptionButton rbDelimited
Caption = "The fields on each line of input are most often separated by the following character"
Height = 375
Left = 60
TabIndex = 5
Top = 120
Value = -1 'True
Width = 3615
End
Begin VB.TextBox txtDelimiter
Height = 285
Left = 4020
TabIndex = 6
Text = ","
Top = 180
Width = 615
End
End
Begin VB.Frame fraDataType
BorderStyle = 0 'None
Caption = "fraDataType"
Height = 495
Left = 2400
TabIndex = 31
Top = 2100
Width = 3735
Begin VB.OptionButton rbDiffData
Caption = "Different lines contain data in different formats"
Height = 195
Left = 0
TabIndex = 4
Top = 240
Width = 3735
End
Begin VB.OptionButton rbSameData
Caption = "Each line contains the same type of data"
Height = 195
Left = 0
TabIndex = 3
Top = 0
Value = -1 'True
Width = 3735
End
End
Begin VB.TextBox txtProjName
Height = 285
Left = 2400
TabIndex = 1
Text = "New Project"
Top = 420
Width = 2895
End
Begin VB.ComboBox cboInputSource
Height = 315
ItemData = "frmWiz1.frx":3AE2
Left = 2400
List = "frmWiz1.frx":3AE4
Style = 2 'Dropdown List
TabIndex = 2
Top = 1380
Width = 2295
End
Begin ComctlLib.ImageList imglKindsOfData
Left = 6240
Top = 1200
_ExtentX = 995
_ExtentY = 995
BackColor = -2147483643
ImageWidth = 32
ImageHeight = 32
MaskColor = 12632256
_Version = 327682
BeginProperty Images {0713E8C2-850A-101B-AFC0-4210102A8DA7}
NumListImages = 4
BeginProperty ListImage1 {0713E8C3-850A-101B-AFC0-4210102A8DA7}
Picture = "frmWiz1.frx":3AE6
Key = "SameNonDelim"
EndProperty
BeginProperty ListImage2 {0713E8C3-850A-101B-AFC0-4210102A8DA7}
Picture = "frmWiz1.frx":3D78
Key = "DiffNonDelim"
EndProperty
BeginProperty ListImage3 {0713E8C3-850A-101B-AFC0-4210102A8DA7}
Picture = "frmWiz1.frx":400A
Key = "SameDelim"
EndProperty
BeginProperty ListImage4 {0713E8C3-850A-101B-AFC0-4210102A8DA7}
Picture = "frmWiz1.frx":429C
Key = "DiffDelim"
EndProperty
EndProperty
End
Begin VB.Label Label1
Caption = "Project Name"
Height = 255
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -