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

📄 frmmain.frm

📁 社保卡信息读取 使用读卡器对社保卡信息读取,联通公司使用的代码,对硬件控制学习有所帮助吧
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmmain 
   BackColor       =   &H00FFFFFF&
   BorderStyle     =   0  'None
   Caption         =   "Form1"
   ClientHeight    =   10335
   ClientLeft      =   0
   ClientTop       =   0
   ClientWidth     =   13395
   LinkTopic       =   "Form1"
   Picture         =   "frmmain.frx":0000
   ScaleHeight     =   10335
   ScaleWidth      =   13395
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  'CenterScreen
   WindowState     =   2  'Maximized
   Begin VB.PictureBox Picture2 
      Appearance      =   0  'Flat
      AutoSize        =   -1  'True
      BackColor       =   &H80000005&
      BorderStyle     =   0  'None
      DrawStyle       =   2  'Dot
      DrawWidth       =   16975
      ForeColor       =   &H80000008&
      Height          =   660
      Left            =   9525
      MouseIcon       =   "frmmain.frx":1AFEF
      MousePointer    =   99  'Custom
      Picture         =   "frmmain.frx":1B2F9
      ScaleHeight     =   660
      ScaleWidth      =   2745
      TabIndex        =   2
      Top             =   6510
      Width           =   2745
   End
   Begin VB.PictureBox Picture3 
      Appearance      =   0  'Flat
      AutoSize        =   -1  'True
      BackColor       =   &H80000005&
      BorderStyle     =   0  'None
      ForeColor       =   &H80000008&
      Height          =   660
      Left            =   9525
      MouseIcon       =   "frmmain.frx":1C226
      MousePointer    =   99  'Custom
      Picture         =   "frmmain.frx":1C530
      ScaleHeight     =   660
      ScaleWidth      =   2745
      TabIndex        =   1
      Top             =   5040
      Width           =   2745
   End
   Begin VB.PictureBox Picture1 
      Appearance      =   0  'Flat
      AutoSize        =   -1  'True
      BackColor       =   &H80000005&
      BorderStyle     =   0  'None
      ForeColor       =   &H80000008&
      Height          =   660
      Left            =   9525
      MouseIcon       =   "frmmain.frx":1D573
      MousePointer    =   99  'Custom
      Picture         =   "frmmain.frx":1D87D
      ScaleHeight     =   660
      ScaleWidth      =   2745
      TabIndex        =   0
      Top             =   3630
      Width           =   2745
   End
End
Attribute VB_Name = "frmmain"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

Private Sub Picture1_Click()
FrmOK.Show
End Sub

Private Sub Picture2_Click()
Frmin.Show
End Sub

Private Sub Picture3_Click()
Shell "c:\vb_yibaonew\ybcx.exe", vbNormalFocus
End Sub

⌨️ 快捷键说明

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