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

📄 frmsetup.frm

📁 一个交通专用的gis-T系统
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmnetworksetup 
   Caption         =   "Data Format Setup"
   ClientHeight    =   2685
   ClientLeft      =   6285
   ClientTop       =   5700
   ClientWidth     =   4395
   Icon            =   "frmsetup.frx":0000
   LinkTopic       =   "Form2"
   ScaleHeight     =   2685
   ScaleWidth      =   4395
   Begin VB.Frame Frame1 
      Caption         =   "Network File Format Setup"
      Height          =   2175
      Left            =   0
      TabIndex        =   3
      Top             =   0
      Width           =   4335
      Begin VB.TextBox Text1 
         Height          =   1815
         Left            =   120
         MultiLine       =   -1  'True
         TabIndex        =   4
         Text            =   "frmsetup.frx":0442
         Top             =   240
         Width           =   4095
      End
   End
   Begin VB.CommandButton Command3 
      Caption         =   "Help"
      Height          =   375
      Left            =   120
      TabIndex        =   2
      Top             =   2280
      Width           =   735
   End
   Begin VB.CommandButton Command2 
      Caption         =   "Cancel"
      Height          =   375
      Left            =   3600
      TabIndex        =   1
      Top             =   2280
      Width           =   735
   End
   Begin VB.CommandButton Command1 
      Caption         =   "Save"
      Height          =   375
      Left            =   2640
      TabIndex        =   0
      Top             =   2280
      Width           =   855
   End
End
Attribute VB_Name = "frmnetworksetup"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command2_Click()
Unload Me
End Sub

⌨️ 快捷键说明

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