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

📄 options.frm

📁 MapX控件与VB的二次开发。主要功能由TAB文件的新建
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Options 
   Caption         =   "Options"
   ClientHeight    =   4230
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   5235
   LinkTopic       =   "Form1"
   ScaleHeight     =   4230
   ScaleWidth      =   5235
   StartUpPosition =   3  '窗口缺省
   Begin VB.Frame Frame1 
      Caption         =   "Ruler Options"
      Height          =   1575
      Left            =   240
      TabIndex        =   12
      Top             =   240
      Width           =   3135
      Begin VB.OptionButton LineOption 
         Caption         =   "Line Style Ruler (Two Points)"
         Height          =   375
         Left            =   120
         TabIndex        =   15
         Top             =   240
         Width           =   2655
      End
      Begin VB.OptionButton PolyOption 
         Caption         =   "Polygon Style Ruler (Many Points)"
         Height          =   375
         Left            =   120
         TabIndex        =   14
         Top             =   600
         Width           =   3015
      End
      Begin VB.ComboBox UnitCombo 
         Height          =   300
         ItemData        =   "Options.frx":0000
         Left            =   600
         List            =   "Options.frx":002E
         Style           =   2  'Dropdown List
         TabIndex        =   13
         Top             =   1080
         Width           =   2295
      End
      Begin VB.Label Label1 
         Caption         =   "Units:"
         Height          =   255
         Left            =   120
         TabIndex        =   16
         Top             =   1080
         Width           =   495
      End
   End
   Begin VB.Frame Frame2 
      Caption         =   "Printing and Exporting Options"
      Height          =   1575
      Left            =   480
      TabIndex        =   3
      Top             =   2280
      Width           =   4335
      Begin VB.TextBox HeightText 
         Height          =   285
         Left            =   1320
         TabIndex        =   6
         Top             =   240
         Width           =   1695
      End
      Begin VB.TextBox WidthText 
         Height          =   285
         Left            =   1320
         TabIndex        =   5
         Top             =   600
         Width           =   1695
      End
      Begin VB.ComboBox FormatCombo 
         Height          =   300
         ItemData        =   "Options.frx":00B8
         Left            =   1320
         List            =   "Options.frx":00D1
         Style           =   2  'Dropdown List
         TabIndex        =   4
         Top             =   1080
         Width           =   2895
      End
      Begin VB.Label Label3 
         Caption         =   "Width:"
         Height          =   255
         Left            =   120
         TabIndex        =   11
         Top             =   645
         Width           =   735
      End
      Begin VB.Label Label4 
         Caption         =   "Height:"
         Height          =   255
         Left            =   120
         TabIndex        =   10
         Top             =   270
         Width           =   855
      End
      Begin VB.Label Label5 
         Caption         =   "Export Format:"
         Height          =   375
         Left            =   120
         TabIndex        =   9
         Top             =   1005
         Width           =   1095
      End
      Begin VB.Label Label6 
         Caption         =   "inches"
         Height          =   255
         Left            =   3120
         TabIndex        =   8
         Top             =   240
         Width           =   495
      End
      Begin VB.Label Label7 
         Caption         =   "inches"
         Height          =   255
         Left            =   3120
         TabIndex        =   7
         Top             =   600
         Width           =   495
      End
   End
   Begin VB.CommandButton OKButton 
      Caption         =   "OK"
      Default         =   -1  'True
      Height          =   375
      Left            =   3600
      TabIndex        =   2
      Top             =   240
      Width           =   1215
   End
   Begin VB.CommandButton cmdCancel 
      Cancel          =   -1  'True
      Caption         =   "Cancel"
      Height          =   375
      Left            =   3600
      TabIndex        =   1
      Top             =   840
      Width           =   1215
   End
   Begin VB.CommandButton btnDefaults 
      Caption         =   "Defaults"
      Height          =   375
      Left            =   3600
      TabIndex        =   0
      Top             =   1440
      Width           =   1215
   End
End
Attribute VB_Name = "Options"
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 + -