📄
字号:
VERSION 5.00
Object = "{D76D7128-4A96-11D3-BD95-D296DC2DD072}#1.0#0"; "VSOCX7.OCX"
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Begin VB.Form Rep_SelectItem_Frm
BackColor = &H80000004&
BorderStyle = 3 'Fixed Dialog
Caption = "报表项目选择"
ClientHeight = 5910
ClientLeft = 3150
ClientTop = 855
ClientWidth = 6795
HelpContextID = 2212014
Icon = "报表_报表项目选择.frx":0000
KeyPreview = -1 'True
LinkTopic = "Form5"
LockControls = -1 'True
MaxButton = 0 'False
MinButton = 0 'False
MousePointer = 4 'Icon
ScaleHeight = 5910
ScaleWidth = 6795
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VSFlex8Ctl.VSFlexGrid vsFG_Choose
Height = 4665
Left = 3750
TabIndex = 3
Top = 780
Width = 2970
_ExtentX = 5239
_ExtentY = 8229
Appearance = 1
BorderStyle = 1
Enabled = -1 'True
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
MousePointer = 0
BackColor = -2147483643
ForeColor = -2147483640
BackColorFixed = -2147483633
ForeColorFixed = -2147483630
BackColorSel = -2147483635
ForeColorSel = -2147483634
BackColorBkg = -2147483636
BackColorAlternate= -2147483643
GridColor = -2147483633
GridColorFixed = -2147483632
TreeColor = -2147483632
FloodColor = 192
SheetBorder = -2147483642
FocusRect = 1
HighLight = 1
AllowSelection = -1 'True
AllowBigSelection= -1 'True
AllowUserResizing= 0
SelectionMode = 1
GridLines = 1
GridLinesFixed = 2
GridLineWidth = 1
Rows = 0
Cols = 10
FixedRows = 0
FixedCols = 0
RowHeightMin = 0
RowHeightMax = 0
ColWidthMin = 0
ColWidthMax = 0
ExtendLastCol = 0 'False
FormatString = ""
ScrollTrack = 0 'False
ScrollBars = 3
ScrollTips = 0 'False
MergeCells = 0
MergeCompare = 0
AutoResize = -1 'True
AutoSizeMode = 0
AutoSearch = 0
MultiTotals = -1 'True
SubtotalPosition= 1
OutlineBar = 0
OutlineCol = 0
Ellipsis = 0
ExplorerBar = 0
PicturesOver = 0 'False
FillStyle = 0
RightToLeft = 0 'False
PictureType = 0
TabBehavior = 0
OwnerDraw = 0
Editable = 0 'False
ShowComboButton = -1 'True
WordWrap = 0 'False
TextStyle = 0
TextStyleFixed = 0
OleDragMode = 0
OleDropMode = 0
DataMode = 0
VirtualData = -1 'True
End
Begin VB.CommandButton Cmd_OK
Caption = "保存(&S)"
Height = 300
Left = 4365
TabIndex = 4
Top = 5520
Width = 1120
End
Begin MSComctlLib.TreeView TV_PreField
Height = 4665
Left = 75
TabIndex = 1
Top = 765
Width = 2970
_ExtentX = 5239
_ExtentY = 8229
_Version = 393217
Style = 7
Appearance = 1
End
Begin VB.CommandButton Cmd_Remove
Caption = "<"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 300
Left = 3135
TabIndex = 7
TabStop = 0 'False
Top = 1335
Width = 525
End
Begin VB.CommandButton Cmd_Choose
Caption = ">"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 300
Left = 3135
TabIndex = 6
TabStop = 0 'False
Top = 930
Width = 525
End
Begin VB.CommandButton Cmd_Cancel
Cancel = -1 'True
Caption = "取消(&C)"
Height = 300
Left = 5565
TabIndex = 5
Top = 5520
Width = 1120
End
Begin MSComctlLib.ImageCombo ImgCmb_Sort
Height = 315
Left = 1020
TabIndex = 10
Top = 105
Width = 2040
_ExtentX = 3598
_ExtentY = 556
_Version = 393216
ForeColor = -2147483640
BackColor = -2147483643
Locked = -1 'True
End
Begin MSComctlLib.ImageCombo ImgCmb_PmSort
Height = 315
Left = 4650
TabIndex = 11
Top = 75
Width = 2055
_ExtentX = 3625
_ExtentY = 556
_Version = 393216
ForeColor = -2147483640
BackColor = -2147483643
Locked = -1 'True
End
Begin VB.Label Lab_Mark
AutoSize = -1 'True
Caption = "工资类别:"
Height = 180
Index = 0
Left = 3735
TabIndex = 9
Top = 165
Width = 810
End
Begin VB.Label Lab_Mark
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "报表名称:"
Height = 180
Index = 5
Left = 105
TabIndex = 8
Top = 165
Width = 810
End
Begin VB.Label Lab_Note
AutoSize = -1 'True
Caption = "待选项目(&S)"
Height = 180
Index = 0
Left = 105
TabIndex = 0
Top = 495
Width = 990
End
Begin VB.Label Lab_Note
AutoSize = -1 'True
Caption = "查询项目(&X)"
Height = 180
Index = 1
Left = 3735
TabIndex = 2
Top = 525
Width = 990
End
End
Attribute VB_Name = "Rep_SelectItem_Frm"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
'******************************************************************
'* 模 块 名 称 :报表项目选择
'* 功 能 描 述 :
'* 程序员姓名 :苗鹏
'* 最后修改人 :苗鹏
'* 最后修改时间:2002/01/01
'* 备 注:
'******************************************************************
Dim Str_RightEdit As String '编辑(新增、修改、删除)权限索引
Private Sub Cmd_Cancel_Click()
Unload Me
End Sub
Private Sub Cmd_Choose_Click()
Call TV_PreField_DblClick
End Sub
Private Sub Cmd_Ok_Click() '保存数据
'判断用户是否有此功能执行权限,如有则写上机日志(进入)
If Not Security_Log(Str_RightEdit, Xtczybm, 1, True) Then
Exit Sub
End If
On Error GoTo ErrCtrl
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -