form6.frm

来自「一个vb工资管理系统」· FRM 代码 · 共 557 行 · 第 1/2 页

FRM
557
字号
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Begin VB.Form Form6 
   Caption         =   "部门管理"
   ClientHeight    =   5985
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   11085
   LinkTopic       =   "Form6"
   MDIChild        =   -1  'True
   ScaleHeight     =   5985
   ScaleWidth      =   11085
   Begin VB.Frame Frame3 
      Caption         =   "请选择处理方法"
      Height          =   2895
      Left            =   4560
      TabIndex        =   18
      Top             =   1920
      Visible         =   0   'False
      Width           =   3255
      Begin VB.CommandButton Command11 
         Caption         =   "确            定"
         Height          =   375
         Left            =   360
         TabIndex        =   23
         Top             =   2280
         Width           =   2655
      End
      Begin VB.ComboBox Combo1 
         Height          =   300
         Left            =   360
         TabIndex        =   21
         Text            =   "Combo1"
         Top             =   1680
         Width           =   2655
      End
      Begin VB.OptionButton Option2 
         Caption         =   "全部内调"
         Height          =   375
         Left            =   1680
         TabIndex        =   20
         Top             =   480
         Width           =   1335
      End
      Begin VB.OptionButton Option1 
         Caption         =   "全部删除"
         Height          =   375
         Left            =   360
         TabIndex        =   19
         Top             =   480
         Width           =   1095
      End
      Begin VB.Label Label4 
         AutoSize        =   -1  'True
         Caption         =   "请选择内调部门"
         Height          =   180
         Left            =   360
         TabIndex        =   22
         Top             =   1320
         Width           =   1260
      End
   End
   Begin VB.Data Data1 
      Caption         =   "Data1"
      Connect         =   "Access"
      DatabaseName    =   ""
      DefaultCursorType=   0  '缺省游标
      DefaultType     =   2  '使用 ODBC
      Exclusive       =   0   'False
      Height          =   495
      Left            =   7680
      Options         =   0
      ReadOnly        =   0   'False
      RecordsetType   =   1  'Dynaset
      RecordSource    =   ""
      Top             =   0
      Visible         =   0   'False
      Width           =   1935
   End
   Begin MSAdodcLib.Adodc Adodc1 
      Height          =   495
      Left            =   600
      Top             =   0
      Visible         =   0   'False
      Width           =   3255
      _ExtentX        =   5741
      _ExtentY        =   873
      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         =   ""
      OLEDBString     =   ""
      OLEDBFile       =   ""
      DataSourceName  =   ""
      OtherAttributes =   ""
      UserName        =   ""
      Password        =   ""
      RecordSource    =   ""
      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 VB.Frame Frame2 
      Caption         =   "现有部门情况"
      Height          =   5055
      Left            =   4920
      TabIndex        =   2
      Top             =   720
      Width           =   5895
      Begin MSDataGridLib.DataGrid DataGrid1 
         Bindings        =   "Form6.frx":0000
         Height          =   4455
         Left            =   240
         TabIndex        =   16
         Top             =   360
         Width           =   5415
         _ExtentX        =   9551
         _ExtentY        =   7858
         _Version        =   393216
         AllowUpdate     =   -1  'True
         HeadLines       =   1
         RowHeight       =   15
         FormatLocked    =   -1  'True
         BeginProperty HeadFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Caption         =   "现 有 部 门 情 况"
         ColumnCount     =   2
         BeginProperty Column00 
            DataField       =   "bmbh"
            Caption         =   "部门编号"
            BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
               Type            =   0
               Format          =   ""
               HaveTrueFalseNull=   0
               FirstDayOfWeek  =   0
               FirstWeekOfYear =   0
               LCID            =   2052
               SubFormatType   =   0
            EndProperty
         EndProperty
         BeginProperty Column01 
            DataField       =   "bmmc"
            Caption         =   "部门名称"
            BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
               Type            =   0
               Format          =   ""
               HaveTrueFalseNull=   0
               FirstDayOfWeek  =   0
               FirstWeekOfYear =   0
               LCID            =   2052
               SubFormatType   =   0
            EndProperty
         EndProperty
         SplitCount      =   1
         BeginProperty Split0 
            BeginProperty Column00 
            EndProperty
            BeginProperty Column01 
            EndProperty
         EndProperty
      End
   End
   Begin VB.Frame Frame1 
      Caption         =   "数据操作区"
      Height          =   5055
      Left            =   1080
      TabIndex        =   1
      Top             =   720
      Width           =   3255
      Begin VB.CommandButton Command10 
         Caption         =   "取               消"
         Height          =   375
         Left            =   120
         TabIndex        =   17
         Top             =   4440
         Width           =   3015
      End
      Begin VB.CommandButton Command9 
         Caption         =   "保               存"
         Enabled         =   0   'False
         Height          =   375
         Left            =   120
         TabIndex        =   15
         Top             =   4080
         Width           =   3015
      End
      Begin VB.CommandButton Command8 
         Caption         =   "查    找   部    门"
         Height          =   375
         Left            =   120
         TabIndex        =   14
         Top             =   3720
         Width           =   3015
      End
      Begin VB.CommandButton Command7 
         Caption         =   "修    改   部    门"
         Height          =   375
         Left            =   120
         TabIndex        =   13
         Top             =   3360
         Width           =   3015
      End
      Begin VB.CommandButton Command6 
         Caption         =   "撤    消   部    门"
         Height          =   375
         Left            =   120
         TabIndex        =   12
         Top             =   3000
         Width           =   3015
      End
      Begin VB.CommandButton Command5 
         Caption         =   "增    加   部    门"
         Height          =   375
         Left            =   120
         TabIndex        =   11
         Top             =   2640
         Width           =   3015
      End
      Begin VB.CommandButton Command4 
         Caption         =   "末               页"
         Height          =   375
         Left            =   120
         TabIndex        =   10
         Top             =   2280
         Width           =   3015
      End
      Begin VB.CommandButton Command3 
         Caption         =   "下               页"
         Height          =   375
         Left            =   120
         TabIndex        =   9
         Top             =   1920
         Width           =   3015
      End
      Begin VB.CommandButton Command2 
         Caption         =   "上               页"
         Height          =   375
         Left            =   120

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?