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

📄 form2.frm

📁 坐标转换程序
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Object = "{0ECD9B60-23AA-11D0-B351-00A0C9055D8E}#6.0#0"; "MSHFLXGD.OCX"
Object = "{BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0"; "tabctl32.ocx"
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "comdlg32.ocx"
Begin VB.Form Form2 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "中桩坐标计算--直线"
   ClientHeight    =   5460
   ClientLeft      =   4110
   ClientTop       =   3270
   ClientWidth     =   8205
   DrawStyle       =   4  'Dash-Dot-Dot
   Icon            =   "Form2.frx":0000
   LinkTopic       =   "Form2"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   5460
   ScaleWidth      =   8205
   Visible         =   0   'False
   WhatsThisHelp   =   -1  'True
   Begin VB.CommandButton Command1 
      Caption         =   "计算"
      Default         =   -1  'True
      Height          =   375
      Left            =   120
      TabIndex        =   38
      Top             =   5040
      Width           =   735
   End
   Begin TabDlg.SSTab SSTab1 
      Height          =   2895
      Left            =   3000
      TabIndex        =   35
      Top             =   1320
      Width           =   4935
      _ExtentX        =   8705
      _ExtentY        =   5106
      _Version        =   393216
      Tabs            =   2
      TabHeight       =   520
      TabCaption(0)   =   "中 桩 坐 标"
      TabPicture(0)   =   "Form2.frx":F84A
      Tab(0).ControlEnabled=   -1  'True
      Tab(0).Control(0)=   "MSHFlexGrid1"
      Tab(0).Control(0).Enabled=   0   'False
      Tab(0).ControlCount=   1
      TabCaption(1)   =   "边 桩 坐 标"
      TabPicture(1)   =   "Form2.frx":F866
      Tab(1).ControlEnabled=   0   'False
      Tab(1).Control(0)=   "MSHFlexGrid2"
      Tab(1).ControlCount=   1
      Begin MSHierarchicalFlexGridLib.MSHFlexGrid MSHFlexGrid1 
         Height          =   2175
         Left            =   240
         TabIndex        =   37
         Top             =   480
         Width           =   4455
         _ExtentX        =   7858
         _ExtentY        =   3836
         _Version        =   393216
         Rows            =   6
         Cols            =   5
         RowHeightMin    =   300
         AllowUserResizing=   3
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "Times New Roman TUR"
            Size            =   9.75
            Charset         =   162
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         _NumberOfBands  =   1
         _Band(0).Cols   =   5
      End
      Begin MSHierarchicalFlexGridLib.MSHFlexGrid MSHFlexGrid2 
         Height          =   2175
         Left            =   -74760
         TabIndex        =   36
         Top             =   480
         Width           =   4455
         _ExtentX        =   7858
         _ExtentY        =   3836
         _Version        =   393216
         Rows            =   5
         Cols            =   5
         RowHeightMin    =   300
         AllowUserResizing=   3
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "Times New Roman Greek"
            Size            =   9.75
            Charset         =   161
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         _NumberOfBands  =   1
         _Band(0).Cols   =   5
      End
   End
   Begin VB.Frame Frame5 
      Height          =   855
      Left            =   120
      TabIndex        =   32
      Top             =   4080
      Width           =   1335
      Begin VB.TextBox Text3 
         Height          =   270
         Left            =   120
         TabIndex        =   34
         Top             =   480
         Width           =   975
      End
      Begin VB.CheckBox Check1 
         Caption         =   "计算边桩"
         Height          =   180
         Left            =   120
         TabIndex        =   33
         Top             =   240
         Width           =   1095
      End
   End
   Begin VB.PictureBox Picture2 
      BackColor       =   &H80000000&
      BeginProperty DataFormat 
         Type            =   0
         Format          =   ""
         HaveTrueFalseNull=   0
         FirstDayOfWeek  =   0
         FirstWeekOfYear =   0
         LCID            =   2052
         SubFormatType   =   0
      EndProperty
      Height          =   975
      Left            =   3000
      ScaleHeight     =   915
      ScaleWidth      =   4875
      TabIndex        =   28
      Top             =   4440
      Width           =   4935
      Begin MSComDlg.CommonDialog CommonDialog1 
         Left            =   4680
         Top             =   480
         _ExtentX        =   847
         _ExtentY        =   847
         _Version        =   393216
      End
      Begin VB.Label Label3 
         BackStyle       =   0  'Transparent
         Caption         =   "小提示"
         Height          =   255
         Left            =   480
         TabIndex        =   31
         Top             =   120
         Width           =   2175
      End
      Begin VB.Label Label2 
         BackStyle       =   0  'Transparent
         Height          =   495
         Left            =   480
         TabIndex        =   29
         Top             =   360
         Width           =   3615
      End
   End
   Begin VB.PictureBox Picture1 
      Height          =   1215
      Left            =   3000
      Picture         =   "Form2.frx":F882
      ScaleHeight     =   1155
      ScaleWidth      =   4875
      TabIndex        =   27
      Top             =   120
      Width           =   4935
   End
   Begin VB.Frame Frame4 
      Caption         =   "已知条件"
      Height          =   495
      Left            =   120
      TabIndex        =   0
      Top             =   120
      Width           =   2535
      Begin VB.OptionButton Option3 
         Caption         =   "一点及方位角"
         Height          =   180
         Index           =   1
         Left            =   960
         TabIndex        =   26
         Top             =   240
         Width           =   1455
      End
      Begin VB.OptionButton Option3 
         Caption         =   "两点"
         Height          =   180
         Index           =   0
         Left            =   120
         TabIndex        =   9
         Top             =   240
         Width           =   735
      End
   End
   Begin VB.CommandButton Command4 
      Caption         =   "退出"
      Height          =   375
      Left            =   2280
      TabIndex        =   25
      Top             =   5040
      Width           =   735
   End
   Begin VB.CommandButton Command3 
      Caption         =   "清除"
      Height          =   375
      Left            =   1560
      TabIndex        =   24
      Top             =   5040
      Width           =   735
   End
   Begin VB.CommandButton Command2 
      Caption         =   "保存"
      Height          =   375
      Left            =   840
      TabIndex        =   23
      Top             =   5040
      Width           =   735
   End
   Begin VB.Frame Frame3 
      Caption         =   "计算间隔"
      Height          =   1335
      Left            =   1560
      TabIndex        =   8
      Top             =   3240
      Width           =   1095
      Begin VB.TextBox Text2 
         Height          =   270
         Left            =   120
         TabIndex        =   22
         Text            =   "10"
         Top             =   960
         Width           =   855
      End
      Begin VB.OptionButton Option2 
         Caption         =   "自定义"
         Height          =   180
         Index           =   2
         Left            =   120
         TabIndex        =   21
         Top             =   720
         Width           =   855
      End
      Begin VB.OptionButton Option2 
         Caption         =   "25m"
         Height          =   180
         Index           =   1
         Left            =   120
         TabIndex        =   20
         Top             =   480
         Width           =   735
      End
      Begin VB.OptionButton Option2 
         Caption         =   "20m"
         Height          =   180
         Index           =   0
         Left            =   120
         TabIndex        =   19
         Top             =   240
         Width           =   735
      End
   End
   Begin VB.Frame Frame2 
      Caption         =   "计算式样"
      Height          =   735
      Left            =   120
      TabIndex        =   7
      Top             =   3240
      Width           =   1335
      Begin VB.OptionButton Option1 
         Caption         =   "间隔"
         Height          =   180
         Index           =   1
         Left            =   120
         TabIndex        =   18
         Top             =   480
         Width           =   735
      End
      Begin VB.OptionButton Option1 
         Caption         =   "整桩"
         Height          =   180
         Index           =   0
         Left            =   120
         TabIndex        =   17
         Top             =   240
         Width           =   735
      End
   End
   Begin VB.Frame Frame1 
      Caption         =   "已知数据"
      Height          =   2415
      Left            =   120
      TabIndex        =   10
      Top             =   720
      Width           =   2535
      Begin VB.TextBox Text1 
         BeginProperty Font 
            Name            =   "Times New Roman"
            Size            =   9
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   300
         Index           =   5
         Left            =   1080
         TabIndex        =   6
         Top             =   2040
         Width           =   1335
      End
      Begin VB.TextBox Text1 
         BeginProperty Font 
            Name            =   "Times New Roman"
            Size            =   9
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00404040&
         Height          =   300
         Index           =   4
         Left            =   1080
         TabIndex        =   5
         Top             =   1680
         Width           =   1335
      End
      Begin VB.TextBox Text1 
         BeginProperty Font 
            Name            =   "Times New Roman"
            Size            =   9
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   300
         Index           =   3
         Left            =   1080
         TabIndex        =   4
         Top             =   1320
         Width           =   1335
      End
      Begin VB.TextBox Text1 
         BeginProperty Font 
            Name            =   "Times New Roman"
            Size            =   9
            Charset         =   0

⌨️ 快捷键说明

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