Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
frmBat.frm
Package: lx.rar [view]
Upload User: sdxhx123
Upload Date: 2022-08-06
Package Size: 3453k
Code Size: 2k
Category:
Mathimatics-Numerical algorithms
Development Platform:
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