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

📄 form2.frm

📁 一个管理党费 的vb程序 很实用的程序 可以看 所有代码
💻 FRM
📖 第 1 页 / 共 3 页
字号:
VERSION 5.00
Begin VB.Form Form2 
   BackColor       =   &H8000000A&
   BorderStyle     =   1  'Fixed Single
   Caption         =   "党费管理助手"
   ClientHeight    =   5520
   ClientLeft      =   4350
   ClientTop       =   1860
   ClientWidth     =   5040
   Icon            =   "Form2.frx":0000
   KeyPreview      =   -1  'True
   LinkTopic       =   "Form2"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   5520
   ScaleWidth      =   5040
   Begin VB.Frame Frame6 
      Height          =   615
      Left            =   105
      TabIndex        =   50
      Top             =   4800
      Width           =   4815
      Begin VB.TextBox Text12 
         Height          =   270
         Left            =   840
         TabIndex        =   53
         Top             =   240
         Width           =   855
      End
      Begin VB.TextBox Text13 
         Height          =   270
         Left            =   2520
         TabIndex        =   52
         Top             =   240
         Width           =   975
      End
      Begin VB.CommandButton Command8 
         Caption         =   "查询"
         Default         =   -1  'True
         Height          =   375
         Left            =   3720
         TabIndex        =   51
         Top             =   180
         Width           =   975
      End
      Begin VB.Label Label14 
         Caption         =   "工资号:"
         Height          =   255
         Left            =   120
         TabIndex        =   55
         Top             =   270
         Width           =   735
      End
      Begin VB.Label Label15 
         Caption         =   "姓名:"
         Height          =   255
         Left            =   1920
         TabIndex        =   54
         Top             =   270
         Width           =   615
      End
   End
   Begin VB.ComboBox Combo1 
      Height          =   300
      Left            =   120
      TabIndex        =   49
      Text            =   "请选择所属部门"
      Top             =   4440
      Width           =   2295
   End
   Begin VB.Frame Frame9 
      Caption         =   "执行命令"
      Height          =   4215
      Left            =   3720
      TabIndex        =   40
      Top             =   120
      Width           =   1215
      Begin VB.CommandButton Command2 
         Caption         =   "清空数据"
         Height          =   375
         Left            =   120
         TabIndex        =   57
         Top             =   240
         Width           =   975
      End
      Begin VB.CommandButton Command1 
         Caption         =   "部门管理"
         Height          =   375
         Left            =   120
         TabIndex        =   48
         Top             =   2850
         Width           =   975
      End
      Begin VB.CommandButton Command14 
         Caption         =   "下一记录"
         Enabled         =   0   'False
         Height          =   375
         Left            =   120
         TabIndex        =   47
         Top             =   3720
         Width           =   975
      End
      Begin VB.CommandButton Command13 
         Caption         =   "计算党费"
         Height          =   375
         Left            =   120
         TabIndex        =   46
         Top             =   675
         Width           =   975
      End
      Begin VB.CommandButton Command12 
         Caption         =   "导入记录"
         Height          =   375
         Left            =   120
         TabIndex        =   45
         Top             =   1110
         Width           =   975
      End
      Begin VB.CommandButton Command11 
         Caption         =   "删除记录"
         Height          =   375
         Left            =   120
         TabIndex        =   44
         Top             =   1545
         Width           =   975
      End
      Begin VB.CommandButton Command10 
         Caption         =   "修改记录"
         Height          =   375
         Left            =   120
         TabIndex        =   43
         Top             =   1980
         Width           =   975
      End
      Begin VB.CommandButton Command9 
         Caption         =   "浏览记录"
         Height          =   375
         Left            =   120
         TabIndex        =   42
         Top             =   2415
         Width           =   975
      End
      Begin VB.CommandButton Command7 
         Caption         =   "上一记录"
         Enabled         =   0   'False
         Height          =   375
         Left            =   120
         TabIndex        =   41
         Top             =   3285
         Width           =   975
      End
   End
   Begin VB.Frame Frame7 
      Caption         =   "党员性质"
      Height          =   855
      Left            =   2600
      TabIndex        =   37
      Top             =   3480
      Width           =   975
      Begin VB.OptionButton Option14 
         Caption         =   "预备"
         Height          =   255
         Left            =   120
         TabIndex        =   39
         Top             =   480
         Width           =   735
      End
      Begin VB.OptionButton Option13 
         Caption         =   "正式"
         Height          =   255
         Left            =   120
         TabIndex        =   38
         Top             =   240
         Width           =   735
      End
   End
   Begin VB.Frame Frame2 
      Caption         =   "缴费情况"
      Height          =   3255
      Left            =   2600
      TabIndex        =   24
      Top             =   120
      Width           =   975
      Begin VB.CheckBox Check1 
         Caption         =   "1月"
         Height          =   255
         Left            =   160
         TabIndex        =   36
         Top             =   240
         Width           =   615
      End
      Begin VB.CheckBox Check2 
         Caption         =   "2月"
         Height          =   255
         Left            =   160
         TabIndex        =   35
         Top             =   480
         Width           =   735
      End
      Begin VB.CheckBox Check3 
         Caption         =   "3月"
         Height          =   255
         Left            =   160
         TabIndex        =   34
         Top             =   720
         Width           =   735
      End
      Begin VB.CheckBox Check4 
         Caption         =   "4月"
         Height          =   255
         Left            =   160
         TabIndex        =   33
         Top             =   960
         Width           =   735
      End
      Begin VB.CheckBox Check5 
         Caption         =   "5月"
         Height          =   255
         Left            =   160
         TabIndex        =   32
         Top             =   1200
         Width           =   735
      End
      Begin VB.CheckBox Check6 
         Caption         =   "6月"
         Height          =   255
         Left            =   160
         TabIndex        =   31
         Top             =   1440
         Width           =   735
      End
      Begin VB.CheckBox Check7 
         Caption         =   "7月"
         Height          =   255
         Left            =   160
         TabIndex        =   30
         Top             =   1680
         Width           =   735
      End
      Begin VB.CheckBox Check8 
         Caption         =   "8月"
         Height          =   255
         Left            =   160
         TabIndex        =   29
         Top             =   1920
         Width           =   735
      End
      Begin VB.CheckBox Check9 
         Caption         =   "9月"
         Height          =   255
         Left            =   160
         TabIndex        =   28
         Top             =   2160
         Width           =   735
      End
      Begin VB.CheckBox Check10 
         Caption         =   "10月"
         Height          =   255
         Left            =   160
         TabIndex        =   27
         Top             =   2400
         Width           =   735
      End
      Begin VB.CheckBox Check11 
         Caption         =   "11月"
         Height          =   255
         Left            =   160
         TabIndex        =   26
         Top             =   2640
         Width           =   735
      End
      Begin VB.CheckBox Check12 
         Caption         =   "12月"
         Height          =   255
         Left            =   160
         TabIndex        =   25
         Top             =   2880
         Width           =   735
      End
   End
   Begin VB.Frame Frame3 
      Caption         =   "计算结果"
      Height          =   1575
      Left            =   105
      TabIndex        =   15
      Top             =   2760
      Width           =   2295
      Begin VB.Label Label8 
         Caption         =   "本月工资:"
         Height          =   255
         Left            =   120
         TabIndex        =   23
         Top             =   240
         Width           =   975
      End
      Begin VB.Label Label9 
         Caption         =   "本月税金:"
         Height          =   255
         Left            =   120
         TabIndex        =   22
         Top             =   560
         Width           =   975
      End
      Begin VB.Label Label10 
         Caption         =   "实得工资:"
         Height          =   255
         Left            =   120
         TabIndex        =   21
         Top             =   880
         Width           =   975
      End
      Begin VB.Label Label11 
         Caption         =   "本月党费:"
         Height          =   255
         Left            =   120
         TabIndex        =   20
         Top             =   1200
         Width           =   975
      End
      Begin VB.Label Label17 
         BackColor       =   &H80000009&
         BorderStyle     =   1  'Fixed Single
         ForeColor       =   &H00000000&
         Height          =   240
         Left            =   1080
         TabIndex        =   19
         Top             =   220
         Width           =   1095
      End
      Begin VB.Label Label18 
         BackColor       =   &H80000009&
         BorderStyle     =   1  'Fixed Single
         ForeColor       =   &H00000000&
         Height          =   240
         Left            =   1080
         TabIndex        =   18
         Top             =   533
         Width           =   1095
      End
      Begin VB.Label Label19 
         BackColor       =   &H80000009&
         BorderStyle     =   1  'Fixed Single
         ForeColor       =   &H00000000&
         Height          =   240
         Left            =   1080
         TabIndex        =   17
         Top             =   846
         Width           =   1095
      End
      Begin VB.Label Label20 
         BackColor       =   &H80000009&
         BorderStyle     =   1  'Fixed Single
         ForeColor       =   &H000000FF&
         Height          =   240

⌨️ 快捷键说明

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