+
资源名称:ERPSYS.zip [点击查看]
上传用户:zhpu1995
上传日期:2013-09-06
资源大小:61151k
文件大小:3k
源码类别:
企业管理
开发平台:
Visual Basic
- VERSION 5.00
- Begin VB.Form Set_SysInitFrm
- BorderStyle = 1 'Fixed Single
- Caption = "系统初始化程序"
- ClientHeight = 3060
- ClientLeft = 45
- ClientTop = 330
- ClientWidth = 3900
- Icon = "设置_系统初始化程序.frx":0000
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 3060
- ScaleWidth = 3900
- StartUpPosition = 3 '窗口缺省
- Begin VB.CommandButton Cmd_Exit
- Caption = "退出(&X)"
- Height = 300
- Left = 2580
- TabIndex = 6
- Top = 2610
- Width = 1000
- End
- Begin VB.CommandButton Cmd_SelAll
- Caption = "全选(&A)"
- Height = 300
- Left = 270
- TabIndex = 5
- Top = 2610
- Width = 1000
- End
- Begin VB.Frame Frame1
- Caption = "初始化项目"
- Height = 2265
- Left = 90
- TabIndex = 1
- Top = 210
- Width = 3705
- Begin VB.CheckBox Chk_Reserve
- Caption = "辅助录入初始化"
- Height = 225
- Left = 300
- TabIndex = 8
- Top = 1830
- Width = 2655
- End
- Begin VB.CheckBox Chk_DeptRefresh
- Caption = "部门结构同步更新"
- Height = 315
- Left = 300
- TabIndex = 7
- Top = 1425
- Width = 3015
- End
- Begin VB.CheckBox Chk_ChgType
- Caption = "填充变动类型基本记录"
- Height = 255
- Left = 300
- TabIndex = 4
- Top = 1095
- Width = 2265
- End
- Begin VB.CheckBox Chk_RsItm
- Caption = "填充人事基本项目记录"
- Height = 315
- Left = 300
- TabIndex = 3
- Top = 690
- Width = 2595
- End
- Begin VB.CheckBox Chk_CleanDB
- Caption = "清库"
- Height = 285
- Left = 300
- TabIndex = 2
- Top = 330
- Width = 735
- End
- End
- Begin VB.CommandButton Cmd_Ok
- Caption = "确定(&C)"
- Height = 300
- Left = 1425
- TabIndex = 0
- Top = 2610
- Width = 1000
- End
- End
- Attribute VB_Name = "Set_SysInitFrm"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Private Sub Form_Load()
- End Sub