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

📄 stuff_form_statistics.frm

📁 这是一个医院管理系统中的院长查询模块
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{00028C01-0000-0000-0000-000000000046}#1.0#0"; "DBGRID32.OCX"
Object = "{C932BA88-4374-101B-A56C-00AA003668DC}#1.1#0"; "MSMASK32.OCX"
Object = "{F6125AB1-8AB1-11CE-A77F-08002B2F4E98}#2.0#0"; "MSRDC20.OCX"
Object = "{FE0065C0-1B7B-11CF-9D53-00AA003C9CB6}#1.1#0"; "COMCT232.OCX"
Object = "{A964BDA3-3E93-11CF-9A0F-9E6261DACD1C}#3.0#0"; "RESIZE32.OCX"
Begin VB.Form stuff_form_statistics 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "材料盘点统计表"
   ClientHeight    =   6825
   ClientLeft      =   585
   ClientTop       =   2910
   ClientWidth     =   9510
   Icon            =   "stuff_form_statistics.frx":0000
   LinkTopic       =   "Form1"
   ScaleHeight     =   6825
   ScaleWidth      =   9510
   Begin VB.Frame Frame1 
      Height          =   990
      Left            =   75
      TabIndex        =   0
      Top             =   -30
      Width           =   5310
      Begin VB.ComboBox stuff_kind 
         BackColor       =   &H00E0E0E0&
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   330
         Left            =   585
         Style           =   2  'Dropdown List
         TabIndex        =   1
         Top             =   165
         Width           =   1410
      End
      Begin ComCtl2.UpDown UpDown_end 
         Height          =   285
         Left            =   4770
         TabIndex        =   2
         Top             =   570
         Width           =   270
         _ExtentX        =   476
         _ExtentY        =   503
         _Version        =   327681
         Enabled         =   -1  'True
      End
      Begin MSMask.MaskEdBox end_date 
         Height          =   345
         Left            =   3345
         TabIndex        =   3
         Top             =   540
         Width           =   1725
         _ExtentX        =   3043
         _ExtentY        =   609
         _Version        =   393216
         BackColor       =   14737632
         MaxLength       =   10
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Mask            =   "####-##-##"
         PromptChar      =   "_"
      End
      Begin ComCtl2.UpDown UpDown_begin 
         Height          =   285
         Left            =   4770
         TabIndex        =   4
         Top             =   210
         Width           =   270
         _ExtentX        =   476
         _ExtentY        =   503
         _Version        =   327681
         Enabled         =   -1  'True
      End
      Begin MSMask.MaskEdBox begin_date 
         Height          =   345
         Left            =   3345
         TabIndex        =   5
         Top             =   180
         Width           =   1725
         _ExtentX        =   3043
         _ExtentY        =   609
         _Version        =   393216
         BackColor       =   14737632
         MaxLength       =   10
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Mask            =   "####-##-##"
         PromptChar      =   "_"
      End
      Begin VB.Label Label1 
         Caption         =   "类别"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00000000&
         Height          =   240
         Index           =   0
         Left            =   90
         TabIndex        =   8
         Top             =   240
         Width           =   615
      End
      Begin VB.Label Label3 
         Caption         =   "起始日期"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   270
         Index           =   0
         Left            =   2370
         TabIndex        =   7
         Top             =   225
         Width           =   1020
      End
      Begin VB.Label Label3 
         Caption         =   "终止日期"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   270
         Index           =   1
         Left            =   2355
         TabIndex        =   6
         Top             =   600
         Width           =   1020
      End
   End
   Begin VB.Frame Frame2 
      Height          =   750
      Left            =   5355
      TabIndex        =   9
      Top             =   210
      Width           =   4065
      Begin VB.CommandButton browse_com 
         Caption         =   "浏览"
         BeginProperty Font 
            Name            =   "隶书"
            Size            =   14.25
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   510
         Left            =   45
         TabIndex        =   12
         Top             =   180
         Width           =   1320
      End
      Begin VB.CommandButton print_com 
         BackColor       =   &H00C0C0FF&
         Caption         =   "打印"
         BeginProperty Font 
            Name            =   "隶书"
            Size            =   14.25
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   510
         Left            =   1380
         Style           =   1  'Graphical
         TabIndex        =   11
         Top             =   180
         Width           =   1320
      End
      Begin VB.CommandButton quit_com 
         Caption         =   "退出"
         BeginProperty Font 
            Name            =   "隶书"
            Size            =   14.25
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   510
         Left            =   2700
         TabIndex        =   10
         Top             =   180
         Width           =   1320

⌨️ 快捷键说明

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