?? zujuan.frm
字號:
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Begin VB.Form zujuan
Caption = "composing"
ClientHeight = 5790
ClientLeft = 60
ClientTop = 345
ClientWidth = 6660
LinkTopic = "Form3"
ScaleHeight = 5790
ScaleWidth = 6660
StartUpPosition = 2 '屏幕中心
Begin VB.ListBox List1
Height = 240
ItemData = "zujuan.frx":0000
Left = 2400
List = "zujuan.frx":0013
TabIndex = 10
Top = 600
Width = 1455
End
Begin VB.TextBox Text1
Height = 495
Index = 2
Left = 2400
TabIndex = 9
Text = "Text1"
Top = 3240
Width = 1455
End
Begin VB.TextBox Text1
Height = 495
Index = 1
Left = 2400
TabIndex = 8
Text = "Text1"
Top = 2160
Width = 1455
End
Begin VB.TextBox Text1
Height = 495
Index = 0
Left = 2400
TabIndex = 7
Text = "Text1"
Top = 1320
Width = 1455
End
Begin VB.TextBox Text2
DataField = "題目"
DataSource = "Adodc1"
Height = 375
Left = 4560
TabIndex = 6
Text = "Text2"
Top = 4680
Width = 1575
End
Begin MSAdodcLib.Adodc Adodc1
Height = 375
Left = 2520
Top = 4680
Width = 1935
_ExtentX = 3413
_ExtentY = 661
ConnectMode = 0
CursorLocation = 3
IsolationLevel = -1
ConnectionTimeout= 15
CommandTimeout = 30
CursorType = 3
LockType = 3
CommandType = 2
CursorOptions = 0
CacheSize = 50
MaxRecords = 0
BOFAction = 0
EOFAction = 0
ConnectStringType= 1
Appearance = 1
BackColor = -2147483643
ForeColor = -2147483640
Orientation = 0
Enabled = -1
Connect = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\My Documents\temp.mdb;Persist Security Info=False"
OLEDBString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\My Documents\temp.mdb;Persist Security Info=False"
OLEDBFile = ""
DataSourceName = ""
OtherAttributes = ""
UserName = ""
Password = ""
RecordSource = "tempdb"
Caption = "Adodc1"
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋體"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
_Version = 393216
End
Begin VB.CommandButton Command2
Caption = "編輯"
Height = 495
Left = 240
TabIndex = 5
Top = 4560
Width = 1095
End
Begin VB.CommandButton sjsc
Caption = "試卷生成"
Height = 495
Left = 240
TabIndex = 4
Top = 3480
Width = 1095
End
Begin VB.Label Label4
Caption = "知識點分布"
Height = 375
Left = 1560
TabIndex = 3
Top = 3360
Width = 615
End
Begin VB.Label Label3
Caption = "難度"
Height = 375
Left = 1680
TabIndex = 2
Top = 2400
Width = 615
End
Begin VB.Label Label2
Caption = "題量"
Height = 375
Left = 1680
TabIndex = 1
Top = 1440
Width = 495
End
Begin VB.Label Label1
Caption = "題型"
Height = 255
Left = 1680
TabIndex = 0
Top = 600
Width = 615
End
Begin VB.Image Image1
Height = 5655
Left = 0
Top = 0
Width = 6615
End
End
Attribute VB_Name = "zujuan"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Dim tx, tl, nd, k As String
Private Sub Command2_Click()
Dim objWord As Object
Const CLASSOBJECT = "Word.Application"
Set objWord = CreateObject(CLASSOBJECT)
objWord.Visible = True
objWord.Documents.add
While Adodc1.Recordset.EOF <> True
Clipboard.Clear
Clipboard.SetText Text2.Text & Chr(13)
objWord.selection.Paste
Adodc1.Recordset.MoveNext
Wend
End Sub
Private Sub DataGrid1_Click()
End Sub
Private Sub sjsc_Click()
tx = List1.Index
tl = Text1(0).Text
td = Text1(1).Text
k = Text1(2).Text
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -