⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frmbianhan.frm

📁 公文管理系统》是一套通过行文收发
💻 FRM
📖 第 1 页 / 共 2 页
字号:
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"
Object = "{BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0"; "TABCTL32.OCX"
Begin VB.Form frmBianHan 
   BorderStyle     =   4  'Fixed ToolWindow
   Caption         =   "便函管理"
   ClientHeight    =   6390
   ClientLeft      =   45
   ClientTop       =   285
   ClientWidth     =   7350
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   6390
   ScaleWidth      =   7350
   ShowInTaskbar   =   0   'False
   StartUpPosition =   3  '窗口缺省
   Begin VB.CommandButton cmdPrint 
      Appearance      =   0  'Flat
      Caption         =   "打印(&P)"
      Height          =   300
      Left            =   4380
      TabIndex        =   4
      Top             =   6030
      Width           =   1095
   End
   Begin VB.CommandButton cmdRefresh 
      Appearance      =   0  'Flat
      Caption         =   "刷新(&R)"
      Height          =   300
      Left            =   3300
      TabIndex        =   3
      Top             =   6030
      Width           =   1095
   End
   Begin VB.CommandButton cmdDelete 
      Appearance      =   0  'Flat
      Caption         =   "删除(&D)"
      Height          =   300
      Left            =   2220
      TabIndex        =   2
      Top             =   6030
      Width           =   1095
   End
   Begin VB.CommandButton cmdUpdate 
      Appearance      =   0  'Flat
      Caption         =   "保存(&U)"
      Height          =   300
      Left            =   1140
      TabIndex        =   1
      Top             =   6030
      Width           =   1095
   End
   Begin VB.CommandButton cmdAdd 
      Appearance      =   0  'Flat
      BackColor       =   &H80000018&
      Caption         =   "添加"
      Height          =   300
      Left            =   60
      MaskColor       =   &H00FFFFFF&
      TabIndex        =   0
      Top             =   6030
      Width           =   1095
   End
   Begin MSAdodcLib.Adodc datPrimaryRS 
      Height          =   330
      Left            =   5520
      Top             =   6000
      Width           =   1830
      _ExtentX        =   3228
      _ExtentY        =   582
      ConnectMode     =   0
      CursorLocation  =   3
      IsolationLevel  =   -1
      ConnectionTimeout=   15
      CommandTimeout  =   30
      CursorType      =   3
      LockType        =   3
      CommandType     =   1
      CursorOptions   =   0
      CacheSize       =   50
      MaxRecords      =   0
      BOFAction       =   0
      EOFAction       =   0
      ConnectStringType=   1
      Appearance      =   1
      BackColor       =   13432047
      ForeColor       =   -2147483640
      Orientation     =   0
      Enabled         =   -1
      Connect         =   ""
      OLEDBString     =   ""
      OLEDBFile       =   ""
      DataSourceName  =   ""
      OtherAttributes =   ""
      UserName        =   ""
      Password        =   ""
      RecordSource    =   ""
      Caption         =   " "
      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 TabDlg.SSTab SSTab1 
      Height          =   6405
      Left            =   0
      TabIndex        =   5
      Top             =   0
      Width           =   7335
      _ExtentX        =   12938
      _ExtentY        =   11298
      _Version        =   393216
      Style           =   1
      Tabs            =   2
      TabsPerRow      =   6
      TabHeight       =   520
      BackColor       =   -2147483647
      TabCaption(0)   =   "编辑"
      TabPicture(0)   =   "frmBianHan.frx":0000
      Tab(0).ControlEnabled=   -1  'True
      Tab(0).Control(0)=   "Picture1"
      Tab(0).Control(0).Enabled=   0   'False
      Tab(0).ControlCount=   1
      TabCaption(1)   =   "列表"
      TabPicture(1)   =   "frmBianHan.frx":001C
      Tab(1).ControlEnabled=   0   'False
      Tab(1).Control(0)=   "DataGrid1"
      Tab(1).ControlCount=   1
      Begin VB.PictureBox Picture1 
         BackColor       =   &H80000018&
         Height          =   5535
         Left            =   150
         ScaleHeight     =   5475
         ScaleWidth      =   7065
         TabIndex        =   7
         Top             =   390
         Width           =   7125
         Begin VB.TextBox txtFields 
            Appearance      =   0  'Flat
            BackColor       =   &H00FFFFFF&
            BorderStyle     =   0  'None
            DataField       =   "内容"
            DataSource      =   "datPrimaryRS"
            Height          =   3705
            Index           =   1
            Left            =   600
            MultiLine       =   -1  'True
            ScrollBars      =   2  'Vertical
            TabIndex        =   9
            Top             =   1680
            Width           =   6465
         End
         Begin VB.TextBox txtFields 
            Appearance      =   0  'Flat
            BackColor       =   &H00FFFFFF&
            BorderStyle     =   0  'None
            DataField       =   "标题"
            DataSource      =   "datPrimaryRS"
            Height          =   375
            Index           =   0
            Left            =   600
            TabIndex        =   8
            Top             =   960
            Width           =   6435
         End
         Begin VB.Label lblLabels 
            Alignment       =   1  'Right Justify
            Appearance      =   0  'Flat
            AutoSize        =   -1  'True
            BackColor       =   &H8000000A&
            BackStyle       =   0  'Transparent
            Caption         =   "标题:"
            ForeColor       =   &H80000008&
            Height          =   180
            Index           =   0
            Left            =   600
            TabIndex        =   12
            Top             =   780
            Width           =   450
         End
         Begin VB.Label lblLabels 
            Alignment       =   1  'Right Justify
            Appearance      =   0  'Flat
            AutoSize        =   -1  'True
            BackColor       =   &H8000000A&
            BackStyle       =   0  'Transparent
            Caption         =   "内容:"
            ForeColor       =   &H80000008&
            Height          =   180
            Index           =   1
            Left            =   600
            TabIndex        =   11
            Top             =   1470
            Width           =   450
         End
         Begin VB.Label Label1 
            Alignment       =   2  'Center
            Appearance      =   0  'Flat
            BackColor       =   &H8000000A&
            BackStyle       =   0  'Transparent
            Caption         =   "便函"
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   21.75
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            ForeColor       =   &H000000FF&
            Height          =   435
            Left            =   1440
            TabIndex        =   10
            Top             =   90
            Width           =   5055
         End
         Begin VB.Line Line1 
            BorderColor     =   &H008080FF&
            BorderWidth     =   2
            X1              =   1110
            X2              =   6480
            Y1              =   600
            Y2              =   600
         End
      End
      Begin MSDataGridLib.DataGrid DataGrid1 
         Bindings        =   "frmBianHan.frx":0038
         Height          =   5385
         Left            =   -74820
         TabIndex        =   6
         Top             =   480
         Width           =   7035
         _ExtentX        =   12409
         _ExtentY        =   9499
         _Version        =   393216
         BackColor       =   -2147483624
         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            =   "宋体"

⌨️ 快捷键说明

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