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

📄 frmjxjd.frm

📁 gps控制网设计 gps控制网设计 gps控制网设计
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmjxjd 
   HelpContextID   =  350
   BorderStyle     =   3  'Fixed Dialog
   ClientHeight    =   2715
   ClientLeft      =   255
   ClientTop       =   1410
   ClientWidth     =   3825
   ClipControls    =   0   'False
   ControlBox      =   0   'False
   Icon            =   "frmjxjd.frx":0000
   KeyPreview      =   -1  'True
   LinkTopic       =   "Form2"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   2715
   ScaleWidth      =   3825
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  'CenterScreen
   Begin VB.Frame Frame1 
      WhatsThisHelpID =  350  'WhatsThisHelpID for: Frame1                                                                                                                           *** HelpWriter *** 
      Height          =   2730
      Left            =   -15
      TabIndex        =   0
      Top             =   -45
      Width           =   3825
      Begin VB.CommandButton Command1 
         WhatsThisHelpID =  350  'WhatsThisHelpID for: Command1                                                                                                                         *** HelpWriter *** 
         Caption         =   "确  定"
         Height          =   285
         Left            =   1215
         TabIndex        =   1
         Top             =   2340
         Width           =   900
      End
      Begin VB.Label Labelfwj 
         WhatsThisHelpID =  350  'WhatsThisHelpID for: Labelfwj                                                                                                                         *** HelpWriter *** 
         AutoSize        =   -1  'True
         Caption         =   "Label1"
         Height          =   180
         Left            =   660
         TabIndex        =   7
         Top             =   1275
         Width           =   540
      End
      Begin VB.Label Labelbc 
         WhatsThisHelpID =  350  'WhatsThisHelpID for: Labelbc                                                                                                                          *** HelpWriter *** 
         AutoSize        =   -1  'True
         Caption         =   "Label1"
         Height          =   180
         Left            =   660
         TabIndex        =   6
         Top             =   930
         Width           =   540
      End
      Begin VB.Label Labelddh1 
         WhatsThisHelpID =  350  'WhatsThisHelpID for: Labelddh1                                                                                                                        *** HelpWriter *** 
         AutoSize        =   -1  'True
         Caption         =   "Label1"
         Height          =   180
         Left            =   660
         TabIndex        =   5
         Top             =   600
         Width           =   540
      End
      Begin VB.Label Labelmt 
         WhatsThisHelpID =  350  'WhatsThisHelpID for: Labelmt                                                                                                                          *** HelpWriter *** 
         AutoSize        =   -1  'True
         Caption         =   "Label1"
         Height          =   180
         Left            =   660
         TabIndex        =   4
         Top             =   1935
         Width           =   540
      End
      Begin VB.Label Labelms 
         WhatsThisHelpID =  350  'WhatsThisHelpID for: Labelms                                                                                                                          *** HelpWriter *** 
         AutoSize        =   -1  'True
         Caption         =   "Label1"
         Height          =   180
         Left            =   660
         TabIndex        =   3
         Top             =   1605
         Width           =   540
      End
      Begin VB.Label Labelddh 
         WhatsThisHelpID =  350  'WhatsThisHelpID for: Labelddh                                                                                                                         *** HelpWriter *** 
         AutoSize        =   -1  'True
         Caption         =   "Label1"
         Height          =   180
         Left            =   660
         TabIndex        =   2
         Top             =   270
         Width           =   540
      End
   End
End
Attribute VB_Name = "frmjxjd"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

Option Explicit

Private Sub Command1_Click()
Unload Me
End Sub

⌨️ 快捷键说明

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