frmBat.frm
资源名称:lx.rar [点击查看]
上传用户:sdxhx123
上传日期:2022-08-06
资源大小:3453k
文件大小:2k
源码类别:
数值算法/人工智能
开发平台:
Visual Basic
- VERSION 5.00
- Begin VB.Form frmBat
- Caption = "回溯法讲解"
- ClientHeight = 8265
- ClientLeft = 60
- ClientTop = 450
- ClientWidth = 9975
- Icon = "frmBat.frx":0000
- LinkTopic = "Form1"
- Picture = "frmBat.frx":030A
- ScaleHeight = 8265
- ScaleWidth = 9975
- StartUpPosition = 2 '屏幕中心
- Begin VB.CommandButton Command1
- Caption = "确定"
- BeginProperty Font
- Name = "隶书"
- Size = 24
- Charset = 134
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 855
- Left = 8280
- TabIndex = 1
- Top = 6120
- Width = 1575
- End
- Begin VB.Line Line2
- X1 = 120
- X2 = 7800
- Y1 = 7320
- Y2 = 7320
- End
- Begin VB.Line Line1
- X1 = 720
- X2 = 720
- Y1 = 360
- Y2 = 7920
- End
- Begin VB.Label Label1
- BackStyle = 0 'Transparent
- Caption = $"frmBat.frx":D8EA
- BeginProperty Font
- Name = "楷体_GB2312"
- Size = 15.75
- Charset = 134
- Weight = 700
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 6615
- Left = 960
- TabIndex = 0
- Top = 480
- Width = 6855
- End
- End
- Attribute VB_Name = "frmBat"
- 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