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

📄 form1.frm

📁 自动回传考勤数据程序,小程序!大作用!可供大家参考一下!
💻 FRM
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form Form1 
   Caption         =   "Form1"
   ClientHeight    =   7080
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   9315
   LinkTopic       =   "Form1"
   ScaleHeight     =   7080
   ScaleWidth      =   9315
   StartUpPosition =   3  '窗口缺省
   Begin VB.PictureBox PicTab 
      Height          =   5685
      Index           =   12
      Left            =   0
      ScaleHeight     =   5625
      ScaleWidth      =   8055
      TabIndex        =   0
      Top             =   0
      Width           =   8115
      Begin VB.CommandButton cmdSetBlock 
         Caption         =   "设置"
         Height          =   330
         Left            =   6750
         TabIndex        =   5
         Top             =   540
         Width           =   1140
      End
      Begin VB.ComboBox cobBlock 
         Height          =   300
         Left            =   1035
         TabIndex        =   2
         Top             =   495
         Width           =   1635
      End
      Begin VB.CommandButton cmdGetMacInf 
         Caption         =   "取机器信息"
         Height          =   285
         Left            =   2790
         TabIndex        =   1
         Top             =   495
         Width           =   1230
      End
      Begin MSComctlLib.ListView ListView1 
         Height          =   4605
         Left            =   135
         TabIndex        =   4
         Top             =   900
         Width           =   7800
         _ExtentX        =   13758
         _ExtentY        =   8123
         LabelWrap       =   -1  'True
         HideSelection   =   -1  'True
         _Version        =   393217
         ForeColor       =   -2147483640
         BackColor       =   -2147483643
         BorderStyle     =   1
         Appearance      =   1
         NumItems        =   0
      End
      Begin VB.Label Label5 
         AutoSize        =   -1  'True
         Caption         =   "请选择块:"
         Height          =   180
         Left            =   180
         TabIndex        =   3
         Top             =   540
         Width           =   810
      End
   End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

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