?? ysz.frm
字號:
VERSION 5.00
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "MSFLXGRD.OCX"
Begin VB.Form ysz
BorderStyle = 1 'Fixed Single
Caption = "已設置"
ClientHeight = 1800
ClientLeft = 45
ClientTop = 330
ClientWidth = 5685
Icon = "ysz.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MDIChild = -1 'True
MinButton = 0 'False
ScaleHeight = 1800
ScaleWidth = 5685
Begin VB.Frame Frame1
Height = 1095
Left = 0
TabIndex = 1
Top = 0
Width = 5655
Begin MSFlexGridLib.MSFlexGrid MSFlexGrid1
Bindings = "ysz.frx":0442
Height = 735
Left = 120
TabIndex = 2
Top = 240
Width = 5415
_ExtentX = 9551
_ExtentY = 1296
_Version = 393216
BackColor = -2147483624
ForeColorFixed = 0
BackColorSel = 64
GridLines = 3
AllowUserResizing= 3
FormatString = ""
End
End
Begin VB.CommandButton Command1
Caption = "確認(&O)"
BeginProperty Font
Name = "宋體"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 2160
TabIndex = 0
Top = 1200
Width = 1215
End
Begin VB.Data Data2
Caption = "Data2"
Connect = "Access"
DatabaseName = ""
DefaultCursorType= 0 '缺省游標
DefaultType = 2 '使用 ODBC
Exclusive = 0 'False
Height = 615
Left = 840
Options = 0
ReadOnly = 0 'False
RecordsetType = 1 'Dynaset
RecordSource = ""
Top = 2280
Visible = 0 'False
Width = 2295
End
End
Attribute VB_Name = "ysz"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
End Sub
Private Sub Form_Activate()
MSFlexGrid1.ColWidth(0) = 200
MSFlexGrid1.ColWidth(3) = 2400
MSFlexGrid1.TextMatrix(0, 1) = "設置日期"
MSFlexGrid1.TextMatrix(0, 2) = "選項 "
MSFlexGrid1.TextMatrix(0, 3) = " 保存路徑和文件名"
MSFlexGrid1.TextMatrix(0, 4) = "間隔天數"
End Sub
Private Sub Form_Load()
Data2.DatabaseName = App.Path & "\db1.mdb"
Data2.RecordSource = "select * from zdbf"
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -