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

📄 frm_main

📁 基于VB6的财政局触摸屏查询系统,源码
💻
字号:
VERSION 5.00
Begin VB.Form frm_main 
   BorderStyle     =   0  'None
   Caption         =   "Form1"
   ClientHeight    =   8175
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   11040
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   Picture         =   "frm_main.frx":0000
   ScaleHeight     =   8175
   ScaleWidth      =   11040
   ShowInTaskbar   =   0   'False
   StartUpPosition =   3  '窗口缺省
   WindowState     =   2  'Maximized
   Begin VB.CommandButton Command5 
      Height          =   615
      Left            =   360
      Picture         =   "frm_main.frx":29732
      Style           =   1  'Graphical
      TabIndex        =   4
      Top             =   7080
      Width           =   2175
   End
   Begin VB.CommandButton Command4 
      Height          =   615
      Left            =   360
      Picture         =   "frm_main.frx":2C960
      Style           =   1  'Graphical
      TabIndex        =   3
      Top             =   6120
      Width           =   2175
   End
   Begin VB.CommandButton Command3 
      Height          =   615
      Left            =   360
      Picture         =   "frm_main.frx":2FBE8
      Style           =   1  'Graphical
      TabIndex        =   2
      Top             =   5160
      Width           =   2175
   End
   Begin VB.CommandButton Command2 
      Height          =   615
      Left            =   360
      Picture         =   "frm_main.frx":32CE8
      Style           =   1  'Graphical
      TabIndex        =   1
      Top             =   4200
      Width           =   2175
   End
   Begin VB.CommandButton Command1 
      Height          =   615
      Left            =   360
      Picture         =   "frm_main.frx":35EC9
      Style           =   1  'Graphical
      TabIndex        =   0
      Top             =   3240
      Width           =   2175
   End
End
Attribute VB_Name = "frm_main"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()     '控制组织结构图窗体
   frm_zzjgt.Show
   Unload Me
End Sub

Private Sub Command2_Click()     '控制主要职责窗体
   frm_zyzz.Show
   Unload Me
End Sub

Private Sub Command3_Click()     '控制局长分工窗体
   frm_jzfg.Show
   Unload Me
   jzs = 0
End Sub

Private Sub Command4_Click()    '控制处室职能窗体
   frm_cszn.Show
   Unload Me
End Sub

Private Sub Command5_Click()    '控制政务公开窗体
   frm_zwgk.Show
   Unload Me
End Sub

Private Sub Command6_Click()
End
End Sub

⌨️ 快捷键说明

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