📄 formsumlist.frm
字号:
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Object = "{0ECD9B60-23AA-11D0-B351-00A0C9055D8E}#6.0#0"; "MSHFLXGD.OCX"
Object = "{0D452EE1-E08F-101A-852E-02608C4D0BB4}#2.0#0"; "FM20.DLL"
Begin VB.Form Formsumlist
BorderStyle = 3 'Fixed Dialog
Caption = "汇编目录如下:"
ClientHeight = 8190
ClientLeft = 45
ClientTop = 330
ClientWidth = 10410
Icon = "Formsumlist.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 8190
ScaleWidth = 10410
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin MSAdodcLib.Adodc Adodc2
Height = 375
Left = 2760
Top = 4320
Visible = 0 'False
Width = 2055
_ExtentX = 3625
_ExtentY = 661
ConnectMode = 0
CursorLocation = 3
IsolationLevel = -1
ConnectionTimeout= 15
CommandTimeout = 30
CursorType = 3
LockType = 3
CommandType = 8
CursorOptions = 0
CacheSize = 50
MaxRecords = 0
BOFAction = 0
EOFAction = 0
ConnectStringType= 3
Appearance = 1
BackColor = -2147483643
ForeColor = -2147483640
Orientation = 0
Enabled = -1
Connect = "DSN=dangan"
OLEDBString = ""
OLEDBFile = ""
DataSourceName = "dangan"
OtherAttributes = ""
UserName = ""
Password = ""
RecordSource = "select * from [汇编]"
Caption = "Adodc2"
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 MSAdodcLib.Adodc Adodc1
Height = 735
Left = 840
Top = 5280
Visible = 0 'False
Width = 1815
_ExtentX = 3201
_ExtentY = 1296
ConnectMode = 0
CursorLocation = 3
IsolationLevel = -1
ConnectionTimeout= 15
CommandTimeout = 30
CursorType = 3
LockType = 3
CommandType = 8
CursorOptions = 0
CacheSize = 50
MaxRecords = 0
BOFAction = 0
EOFAction = 0
ConnectStringType= 3
Appearance = 1
BackColor = -2147483643
ForeColor = -2147483640
Orientation = 0
Enabled = -1
Connect = "DSN=dangan"
OLEDBString = ""
OLEDBFile = ""
DataSourceName = "dangan"
OtherAttributes = ""
UserName = ""
Password = ""
RecordSource = "select * from [汇编]"
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 MSHierarchicalFlexGridLib.MSHFlexGrid MSHFlexGrid1
Bindings = "Formsumlist.frx":030A
Height = 7335
Left = 120
TabIndex = 2
Top = 120
Width = 10215
_ExtentX = 18018
_ExtentY = 12938
_Version = 393216
Cols = 4
SelectionMode = 1
MergeCells = 3
AllowUserResizing= 3
_NumberOfBands = 1
_Band(0).Cols = 4
_Band(0).GridLinesBand= 1
_Band(0).TextStyleBand= 0
_Band(0).TextStyleHeader= 0
_Band(0)._NumMapCols= 3
_Band(0)._MapCol(0)._Name= "案卷号"
_Band(0)._MapCol(0)._RSIndex= 0
_Band(0)._MapCol(1)._Name= "汇编依据"
_Band(0)._MapCol(1)._RSIndex= 1
_Band(0)._MapCol(2)._Name= "id"
_Band(0)._MapCol(2)._RSIndex= 2
_Band(0)._MapCol(2)._Alignment= 7
End
Begin VB.Image Image1
Height = 480
Left = 120
Picture = "Formsumlist.frx":031F
Top = 7560
Width = 960
End
Begin MSForms.CommandButton CommandButton5
Height = 495
Left = 6960
TabIndex = 1
Top = 7560
Width = 1575
BackColor = 16777152
Caption = "打印"
Size = "2778;873"
FontName = "宋体"
FontHeight = 180
FontCharSet = 134
FontPitchAndFamily= 34
ParagraphAlign = 3
End
Begin MSForms.CommandButton CommandButton6
Height = 495
Left = 8715
TabIndex = 0
Top = 7560
Width = 1575
BackColor = 16777152
Caption = "返回"
Size = "2778;873"
FontName = "宋体"
FontHeight = 180
FontCharSet = 134
FontPitchAndFamily= 34
ParagraphAlign = 3
End
End
Attribute VB_Name = "Formsumlist"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub CommandButton5_Click()
If DataEnvironment1.rs汇编打印.State <> adStateClosed Then
DataEnvironment1.rs汇编打印.Close
End If
DataEnvironment1.Connection1.BeginTrans
If DataEnvironment1.Connection1.Errors.Count = 0 Then
DataEnvironment1.Connection1.CommitTrans
Else
DataEnvironment1.Connection1.RollbackTrans
End If
DataReport2.Show
DataReport2.Refresh
End Sub
Private Sub CommandButton6_Click()
Unload Me
Formsum.Show
End Sub
Private Sub Form_Unload(Cancel As Integer)
Unload Me
Formsum.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -