frmKnp.frm
资源名称:lx.rar [点击查看]
上传用户:sdxhx123
上传日期:2022-08-06
资源大小:3453k
文件大小:2k
源码类别:
数值算法/人工智能
开发平台:
Visual Basic
- VERSION 5.00
- Begin VB.Form frmKnp
- Caption = "背包问题简介"
- ClientHeight = 8070
- ClientLeft = 60
- ClientTop = 450
- ClientWidth = 9195
- Icon = "frmKnp.frx":0000
- LinkTopic = "Form1"
- Picture = "frmKnp.frx":030A
- ScaleHeight = 8070
- ScaleWidth = 9195
- StartUpPosition = 2 '屏幕中心
- Begin VB.CommandButton Command1
- Caption = "确定"
- BeginProperty Font
- Name = "隶书"
- Size = 24
- Charset = 134
- Weight = 700
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 855
- Left = 3600
- Picture = "frmKnp.frx":D8EA
- TabIndex = 1
- Top = 6240
- Width = 1335
- End
- Begin VB.Line Line2
- X1 = 240
- X2 = 8280
- Y1 = 5520
- Y2 = 5520
- End
- Begin VB.Line Line1
- X1 = 600
- X2 = 600
- Y1 = 840
- Y2 = 6480
- End
- Begin VB.Label Label1
- BackStyle = 0 'Transparent
- Caption = $"frmKnp.frx":1AECA
- BeginProperty Font
- Name = "隶书"
- Size = 18
- Charset = 134
- Weight = 700
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 3855
- Left = 960
- TabIndex = 0
- Top = 1320
- Width = 6975
- End
- End
- Attribute VB_Name = "frmknp"
- 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