📄 dlgreply.frm
字号:
VERSION 5.00
Object = "{BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0"; "TABCTL32.OCX"
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Begin VB.Form dlgReply
BorderStyle = 3 'Fixed Dialog
Caption = "回复"
ClientHeight = 5370
ClientLeft = 1860
ClientTop = 1905
ClientWidth = 8595
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 5370
ScaleWidth = 8595
ShowInTaskbar = 0 'False
Begin TabDlg.SSTab SSTab1
Height = 4275
Left = 60
TabIndex = 2
Top = 60
Width = 8475
_ExtentX = 14949
_ExtentY = 7541
_Version = 393216
Style = 1
TabHeight = 520
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
TabCaption(0) = "到达信息"
TabPicture(0) = "dlgReply.frx":0000
Tab(0).ControlEnabled= -1 'True
Tab(0).Control(0)= "ListView1"
Tab(0).Control(0).Enabled= 0 'False
Tab(0).ControlCount= 1
TabCaption(1) = "回执"
TabPicture(1) = "dlgReply.frx":001C
Tab(1).ControlEnabled= 0 'False
Tab(1).Control(0)= "chkFields(8)"
Tab(1).Control(1)= "chkFields(7)"
Tab(1).Control(2)= "txtFields(6)"
Tab(1).Control(3)= "txtFields(5)"
Tab(1).Control(4)= "txtFields(4)"
Tab(1).Control(5)= "txtFields(3)"
Tab(1).Control(6)= "txtFields(2)"
Tab(1).Control(7)= "txtFields(1)"
Tab(1).Control(8)= "txtFields(0)"
Tab(1).Control(9)= "datPrimaryRS"
Tab(1).Control(10)= "lblLabels(8)"
Tab(1).Control(11)= "lblLabels(7)"
Tab(1).Control(12)= "lblLabels(6)"
Tab(1).Control(13)= "lblLabels(5)"
Tab(1).Control(14)= "lblLabels(4)"
Tab(1).Control(15)= "lblLabels(3)"
Tab(1).Control(16)= "lblLabels(2)"
Tab(1).Control(17)= "lblLabels(1)"
Tab(1).Control(18)= "lblLabels(0)"
Tab(1).ControlCount= 19
TabCaption(2) = "已处理信息"
TabPicture(2) = "dlgReply.frx":0038
Tab(2).ControlEnabled= 0 'False
Tab(2).ControlCount= 0
Begin VB.CheckBox chkFields
DataField = "回复状态"
DataSource = "datPrimaryRS"
Height = 285
Index = 8
Left = -72840
TabIndex = 21
Top = 3105
Width = 3375
End
Begin VB.CheckBox chkFields
DataField = "处理状态"
DataSource = "datPrimaryRS"
Height = 285
Index = 7
Left = -72840
TabIndex = 19
Top = 2775
Width = 3375
End
Begin VB.TextBox txtFields
DataField = "备注"
DataSource = "datPrimaryRS"
Height = 285
Index = 6
Left = -72840
TabIndex = 17
Top = 2460
Width = 3375
End
Begin VB.TextBox txtFields
DataField = "处理目的"
DataSource = "datPrimaryRS"
Height = 285
Index = 5
Left = -72840
TabIndex = 15
Top = 2145
Width = 3375
End
Begin VB.TextBox txtFields
DataField = "处理日期"
DataSource = "datPrimaryRS"
Height = 285
Index = 4
Left = -72840
TabIndex = 13
Top = 1815
Width = 3375
End
Begin VB.TextBox txtFields
DataField = "权限编号"
DataSource = "datPrimaryRS"
Height = 285
Index = 3
Left = -72840
TabIndex = 11
Top = 1500
Width = 3375
End
Begin VB.TextBox txtFields
DataField = "职员编号"
DataSource = "datPrimaryRS"
Height = 285
Index = 2
Left = -72840
TabIndex = 9
Top = 1185
Width = 3375
End
Begin VB.TextBox txtFields
DataField = "文件编号"
DataSource = "datPrimaryRS"
Height = 285
Index = 1
Left = -72840
TabIndex = 7
Top = 855
Width = 3375
End
Begin VB.TextBox txtFields
DataField = "ID"
DataSource = "datPrimaryRS"
Height = 285
Index = 0
Left = -72840
TabIndex = 5
Top = 540
Width = 3375
End
Begin MSComctlLib.ListView ListView1
Height = 3555
Left = 120
TabIndex = 3
Top = 540
Width = 8175
_ExtentX = 14420
_ExtentY = 6271
LabelWrap = -1 'True
HideSelection = -1 'True
_Version = 393217
ForeColor = -2147483640
BackColor = -2147483643
BorderStyle = 1
Appearance = 1
NumItems = 0
End
Begin MSAdodcLib.Adodc datPrimaryRS
Height = 330
Left = -74940
Top = 3840
Width = 8295
_ExtentX = 14631
_ExtentY = 582
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= 1
Appearance = 1
BackColor = -2147483643
ForeColor = -2147483640
Orientation = 0
Enabled = -1
Connect = "PROVIDER=MSDASQL;driver={SQL Server};server=wlf;uid=sa;pwd=;database=cetic;"
OLEDBString = "PROVIDER=MSDASQL;driver={SQL Server};server=wlf;uid=sa;pwd=;database=cetic;"
OLEDBFile = ""
DataSourceName = ""
OtherAttributes = ""
UserName = ""
Password = ""
RecordSource = "select ID,文件编号,职员编号,权限编号,处理日期,处理目的,备注,处理状态,回复状态 from 文件处理表 Order by ID"
Caption = " "
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
_Version = 393216
End
Begin VB.Label lblLabels
Caption = "回复状态:"
Height = 255
Index = 8
Left = -74760
TabIndex = 20
Top = 3105
Width = 1815
End
Begin VB.Label lblLabels
Caption = "处理状态:"
Height = 255
Index = 7
Left = -74760
TabIndex = 18
Top = 2775
Width = 1815
End
Begin VB.Label lblLabels
Caption = "备注:"
Height = 255
Index = 6
Left = -74760
TabIndex = 16
Top = 2460
Width = 1815
End
Begin VB.Label lblLabels
Caption = "处理目的:"
Height = 255
Index = 5
Left = -74760
TabIndex = 14
Top = 2145
Width = 1815
End
Begin VB.Label lblLabels
Caption = "处理日期:"
Height = 255
Index = 4
Left = -74760
TabIndex = 12
Top = 1815
Width = 1815
End
Begin VB.Label lblLabels
Caption = "权限编号:"
Height = 255
Index = 3
Left = -74760
TabIndex = 10
Top = 1500
Width = 1815
End
Begin VB.Label lblLabels
Caption = "职员编号:"
Height = 255
Index = 2
Left = -74760
TabIndex = 8
Top = 1185
Width = 1815
End
Begin VB.Label lblLabels
Caption = "文件编号:"
Height = 255
Index = 1
Left = -74760
TabIndex = 6
Top = 855
Width = 1815
End
Begin VB.Label lblLabels
Caption = "ID:"
Height = 255
Index = 0
Left = -74760
TabIndex = 4
Top = 540
Width = 1815
End
End
Begin VB.CommandButton CancelButton
Caption = "取消"
Height = 375
Left = 7260
TabIndex = 1
Top = 4920
Width = 1215
End
Begin VB.CommandButton OKButton
Caption = "确定"
Height = 375
Left = 7260
TabIndex = 0
Top = 4440
Width = 1215
End
End
Attribute VB_Name = "dlgReply"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -