frmTeach.frm
资源名称:lx.rar [点击查看]
上传用户:sdxhx123
上传日期:2022-08-06
资源大小:3453k
文件大小:3k
源码类别:
数值算法/人工智能
开发平台:
Visual Basic
- VERSION 5.00
- Begin VB.Form frmTeach
- BorderStyle = 3 'Fixed Dialog
- Caption = "课题讲解"
- ClientHeight = 9255
- ClientLeft = 45
- ClientTop = 435
- ClientWidth = 13335
- Icon = "frmTeach.frx":0000
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- Picture = "frmTeach.frx":030A
- ScaleHeight = 9255
- ScaleWidth = 13335
- ShowInTaskbar = 0 'False
- StartUpPosition = 1 '所有者中心
- Begin VB.CommandButton Command3
- Caption = "VB工程演示"
- BeginProperty Font
- Name = "隶书"
- Size = 15.75
- Charset = 134
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 1695
- Left = 240
- TabIndex = 2
- Top = 5520
- Width = 2175
- End
- Begin VB.CommandButton Command2
- Caption = "回溯法"
- BeginProperty Font
- Name = "隶书"
- Size = 15.75
- Charset = 134
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 1695
- Left = 240
- TabIndex = 1
- Top = 2880
- Width = 2175
- End
- Begin VB.CommandButton Command1
- Caption = "背包问题"
- BeginProperty Font
- Name = "隶书"
- Size = 15.75
- Charset = 134
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 1575
- Left = 240
- Picture = "frmTeach.frx":D8EA
- TabIndex = 0
- Top = 480
- Width = 2175
- End
- Begin VB.Line Line1
- X1 = 2880
- X2 = 2880
- Y1 = 240
- Y2 = 8160
- End
- End
- Attribute VB_Name = "FrmTeach"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Option Explicit
- Private Sub Command1_Click()
- frmknp.Show
- End Sub
- Private Sub Command2_Click()
- frmBat.Show
- End Sub
- Private Sub Command3_Click()
- frmVB.Show
- End Sub