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

📄 sjwfrom2.frm

📁 VB建立三角形网
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Form2 
   BackColor       =   &H00C0C0C0&
   BorderStyle     =   1  'Fixed Single
   Caption         =   "数据的输出"
   ClientHeight    =   6450
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   9255
   Icon            =   "sjwfrom2.frx":0000
   LinkTopic       =   "Form2"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   6450
   ScaleMode       =   0  'User
   ScaleWidth      =   9255
   Begin VB.ListBox List3 
      BackColor       =   &H00C0C0C0&
      Height          =   960
      ItemData        =   "sjwfrom2.frx":0442
      Left            =   480
      List            =   "sjwfrom2.frx":0444
      TabIndex        =   13
      Top             =   5400
      Width           =   4815
   End
   Begin VB.ListBox List2 
      BackColor       =   &H00C0C0C0&
      Height          =   2040
      ItemData        =   "sjwfrom2.frx":0446
      Left            =   480
      List            =   "sjwfrom2.frx":0448
      TabIndex        =   5
      Top             =   2760
      Width           =   8535
   End
   Begin VB.ListBox List1 
      BackColor       =   &H00C0C0C0&
      Height          =   1500
      ItemData        =   "sjwfrom2.frx":044A
      Left            =   500
      List            =   "sjwfrom2.frx":044C
      TabIndex        =   4
      Top             =   500
      Width           =   5130
   End
   Begin VB.CommandButton Command1 
      Caption         =   "返回"
      Height          =   495
      Left            =   7920
      TabIndex        =   0
      ToolTipText     =   "返回主窗口"
      Top             =   5640
      Width           =   855
   End
   Begin VB.Label Label13 
      Height          =   735
      Left            =   5520
      TabIndex        =   16
      Top             =   5520
      Width           =   2055
   End
   Begin VB.Label Label12 
      Height          =   255
      Left            =   6960
      TabIndex        =   15
      Top             =   5040
      Width           =   1335
   End
   Begin VB.Label Label11 
      Caption         =   "平均面积:"
      Height          =   255
      Left            =   5760
      TabIndex        =   14
      Top             =   5040
      Width           =   975
   End
   Begin VB.Label Label10 
      Caption         =   "编号:         Y :              X:"
      Height          =   375
      Left            =   480
      TabIndex        =   12
      Top             =   5160
      Width           =   4695
   End
   Begin VB.Label Label9 
      Caption         =   "零线放样坐标:"
      Height          =   255
      Left            =   480
      TabIndex        =   11
      Top             =   4920
      Width           =   1695
   End
   Begin VB.Label Label8 
      Height          =   495
      Left            =   7200
      TabIndex        =   10
      Top             =   840
      Width           =   1695
   End
   Begin VB.Label Label7 
      Caption         =   "平均边长:"
      Height          =   495
      Left            =   6000
      TabIndex        =   9
      Top             =   840
      Width           =   975
   End
   Begin VB.Label Label6 
      Caption         =   "毫米"
      Height          =   255
      Left            =   8520
      TabIndex        =   8
      Top             =   2160
      Width           =   495
   End
   Begin VB.Label Label5 
      Height          =   255
      Left            =   7080
      TabIndex        =   7
      Top             =   2160
      Width           =   1215
   End
   Begin VB.Label Label4 
      Caption         =   "设计高程为:"
      Height          =   255
      Left            =   5520
      TabIndex        =   6
      Top             =   2160
      Width           =   1215
   End
   Begin VB.Label Label3 
      Caption         =   "三角形号        一号边           二号边          三号边       面积(平方米)    填(-)挖(+)量"
      Height          =   375
      Left            =   240
      TabIndex        =   3
      Top             =   2520
      Width           =   8775
   End
   Begin VB.Label Label2 
      Caption         =   "三角形表:"
      Height          =   255
      Left            =   120
      TabIndex        =   2
      Top             =   2160
      Width           =   1095
   End
   Begin VB.Label Label1 
      Caption         =   "边表:边号        起点        终点         边长(米)   "
      Height          =   255
      Left            =   480
      TabIndex        =   1
      Top             =   240
      Width           =   4815
   End
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Form2
Form2.Visible = False
End Sub

Private Sub Form_Load()
Form2.Left = 0
Form2.Top = 0
Form2.Width = Screen.Width
Form2.height = Screen.height
End Sub

⌨️ 快捷键说明

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