+
上传用户:zhpu1995
上传日期:2013-09-06
资源大小:61151k
文件大小:3k
源码类别:

企业管理

开发平台:

Visual Basic

  1. VERSION 5.00
  2. Begin VB.Form Set_SysInitFrm 
  3.    BorderStyle     =   1  'Fixed Single
  4.    Caption         =   "系统初始化程序"
  5.    ClientHeight    =   3060
  6.    ClientLeft      =   45
  7.    ClientTop       =   330
  8.    ClientWidth     =   3900
  9.    Icon            =   "设置_系统初始化程序.frx":0000
  10.    LinkTopic       =   "Form1"
  11.    MaxButton       =   0   'False
  12.    MinButton       =   0   'False
  13.    ScaleHeight     =   3060
  14.    ScaleWidth      =   3900
  15.    StartUpPosition =   3  '窗口缺省
  16.    Begin VB.CommandButton Cmd_Exit 
  17.       Caption         =   "退出(&X)"
  18.       Height          =   300
  19.       Left            =   2580
  20.       TabIndex        =   6
  21.       Top             =   2610
  22.       Width           =   1000
  23.    End
  24.    Begin VB.CommandButton Cmd_SelAll 
  25.       Caption         =   "全选(&A)"
  26.       Height          =   300
  27.       Left            =   270
  28.       TabIndex        =   5
  29.       Top             =   2610
  30.       Width           =   1000
  31.    End
  32.    Begin VB.Frame Frame1 
  33.       Caption         =   "初始化项目"
  34.       Height          =   2265
  35.       Left            =   90
  36.       TabIndex        =   1
  37.       Top             =   210
  38.       Width           =   3705
  39.       Begin VB.CheckBox Chk_Reserve 
  40.          Caption         =   "辅助录入初始化"
  41.          Height          =   225
  42.          Left            =   300
  43.          TabIndex        =   8
  44.          Top             =   1830
  45.          Width           =   2655
  46.       End
  47.       Begin VB.CheckBox Chk_DeptRefresh 
  48.          Caption         =   "部门结构同步更新"
  49.          Height          =   315
  50.          Left            =   300
  51.          TabIndex        =   7
  52.          Top             =   1425
  53.          Width           =   3015
  54.       End
  55.       Begin VB.CheckBox Chk_ChgType 
  56.          Caption         =   "填充变动类型基本记录"
  57.          Height          =   255
  58.          Left            =   300
  59.          TabIndex        =   4
  60.          Top             =   1095
  61.          Width           =   2265
  62.       End
  63.       Begin VB.CheckBox Chk_RsItm 
  64.          Caption         =   "填充人事基本项目记录"
  65.          Height          =   315
  66.          Left            =   300
  67.          TabIndex        =   3
  68.          Top             =   690
  69.          Width           =   2595
  70.       End
  71.       Begin VB.CheckBox Chk_CleanDB 
  72.          Caption         =   "清库"
  73.          Height          =   285
  74.          Left            =   300
  75.          TabIndex        =   2
  76.          Top             =   330
  77.          Width           =   735
  78.       End
  79.    End
  80.    Begin VB.CommandButton Cmd_Ok 
  81.       Caption         =   "确定(&C)"
  82.       Height          =   300
  83.       Left            =   1425
  84.       TabIndex        =   0
  85.       Top             =   2610
  86.       Width           =   1000
  87.    End
  88. End
  89. Attribute VB_Name = "Set_SysInitFrm"
  90. Attribute VB_GlobalNameSpace = False
  91. Attribute VB_Creatable = False
  92. Attribute VB_PredeclaredId = True
  93. Attribute VB_Exposed = False
  94. Private Sub Form_Load()
  95. End Sub