frmKnp.frm
上传用户:sdxhx123
上传日期:2022-08-06
资源大小:3453k
文件大小:2k
开发平台:

Visual Basic

  1. VERSION 5.00
  2. Begin VB.Form frmKnp 
  3.    Caption         =   "背包问题简介"
  4.    ClientHeight    =   8070
  5.    ClientLeft      =   60
  6.    ClientTop       =   450
  7.    ClientWidth     =   9195
  8.    Icon            =   "frmKnp.frx":0000
  9.    LinkTopic       =   "Form1"
  10.    Picture         =   "frmKnp.frx":030A
  11.    ScaleHeight     =   8070
  12.    ScaleWidth      =   9195
  13.    StartUpPosition =   2  '屏幕中心
  14.    Begin VB.CommandButton Command1 
  15.       Caption         =   "确定"
  16.       BeginProperty Font 
  17.          Name            =   "隶书"
  18.          Size            =   24
  19.          Charset         =   134
  20.          Weight          =   700
  21.          Underline       =   0   'False
  22.          Italic          =   0   'False
  23.          Strikethrough   =   0   'False
  24.       EndProperty
  25.       Height          =   855
  26.       Left            =   3600
  27.       Picture         =   "frmKnp.frx":D8EA
  28.       TabIndex        =   1
  29.       Top             =   6240
  30.       Width           =   1335
  31.    End
  32.    Begin VB.Line Line2 
  33.       X1              =   240
  34.       X2              =   8280
  35.       Y1              =   5520
  36.       Y2              =   5520
  37.    End
  38.    Begin VB.Line Line1 
  39.       X1              =   600
  40.       X2              =   600
  41.       Y1              =   840
  42.       Y2              =   6480
  43.    End
  44.    Begin VB.Label Label1 
  45.       BackStyle       =   0  'Transparent
  46.       Caption         =   $"frmKnp.frx":1AECA
  47.       BeginProperty Font 
  48.          Name            =   "隶书"
  49.          Size            =   18
  50.          Charset         =   134
  51.          Weight          =   700
  52.          Underline       =   0   'False
  53.          Italic          =   0   'False
  54.          Strikethrough   =   0   'False
  55.       EndProperty
  56.       Height          =   3855
  57.       Left            =   960
  58.       TabIndex        =   0
  59.       Top             =   1320
  60.       Width           =   6975
  61.    End
  62. End
  63. Attribute VB_Name = "frmknp"
  64. Attribute VB_GlobalNameSpace = False
  65. Attribute VB_Creatable = False
  66. Attribute VB_PredeclaredId = True
  67. Attribute VB_Exposed = False
  68. Option Explicit
  69. Private Sub Command1_Click()
  70.     Unload Me
  71. End Sub