frmAbout.frm
上传用户:ykswallow
上传日期:2009-12-30
资源大小:1107k
文件大小:4k
源码类别:

其他行业

开发平台:

Visual Basic

  1. VERSION 5.00
  2. Begin VB.Form frmAbout 
  3.    BorderStyle     =   3  'Fixed Dialog
  4.    Caption         =   "关于“仓库物流管理”"
  5.    ClientHeight    =   2925
  6.    ClientLeft      =   45
  7.    ClientTop       =   330
  8.    ClientWidth     =   5160
  9.    ClipControls    =   0   'False
  10.    Icon            =   "frmAbout.frx":0000
  11.    LinkTopic       =   "Form1"
  12.    MaxButton       =   0   'False
  13.    MinButton       =   0   'False
  14.    ScaleHeight     =   2925
  15.    ScaleWidth      =   5160
  16.    ShowInTaskbar   =   0   'False
  17.    StartUpPosition =   1  '所有者中心
  18.    Tag             =   "关于 Project1"
  19.    Begin VB.PictureBox picIcon 
  20.       AutoSize        =   -1  'True
  21.       BackColor       =   &H00C0C0C0&
  22.       ClipControls    =   0   'False
  23.       Height          =   1740
  24.       Left            =   240
  25.       Picture         =   "frmAbout.frx":000C
  26.       ScaleHeight     =   1680
  27.       ScaleMode       =   0  'User
  28.       ScaleWidth      =   1680
  29.       TabIndex        =   1
  30.       TabStop         =   0   'False
  31.       Top             =   240
  32.       Width           =   1740
  33.    End
  34.    Begin VB.CommandButton cmdOK 
  35.       Cancel          =   -1  'True
  36.       Caption         =   "确定"
  37.       Default         =   -1  'True
  38.       Height          =   345
  39.       Left            =   3240
  40.       TabIndex        =   0
  41.       Tag             =   "确定"
  42.       Top             =   2400
  43.       Width           =   1260
  44.    End
  45.    Begin VB.Label Label1 
  46.       Caption         =   "曾强聪"
  47.       Height          =   255
  48.       Left            =   3480
  49.       TabIndex        =   4
  50.       Top             =   1320
  51.       Width           =   735
  52.    End
  53.    Begin VB.Line Line1 
  54.       BorderColor     =   &H00808080&
  55.       BorderStyle     =   6  'Inside Solid
  56.       Index           =   1
  57.       X1              =   120
  58.       X2              =   4935
  59.       Y1              =   2160
  60.       Y2              =   2160
  61.    End
  62.    Begin VB.Label Label2 
  63.       Caption         =   "该应用程序仅限于教学。"
  64.       Height          =   345
  65.       Left            =   2280
  66.       TabIndex        =   3
  67.       Tag             =   "版本"
  68.       Top             =   840
  69.       Width           =   2445
  70.    End
  71.    Begin VB.Label lblTitle 
  72.       AutoSize        =   -1  'True
  73.       Caption         =   "仓库物流管理"
  74.       BeginProperty Font 
  75.          Name            =   "宋体"
  76.          Size            =   15
  77.          Charset         =   134
  78.          Weight          =   700
  79.          Underline       =   0   'False
  80.          Italic          =   0   'False
  81.          Strikethrough   =   0   'False
  82.       EndProperty
  83.       ForeColor       =   &H00000000&
  84.       Height          =   300
  85.       Left            =   2280
  86.       TabIndex        =   2
  87.       Tag             =   "应用程序标题"
  88.       Top             =   360
  89.       Width           =   1905
  90.    End
  91.    Begin VB.Line Line1 
  92.       BorderColor     =   &H00FFFFFF&
  93.       BorderWidth     =   2
  94.       Index           =   0
  95.       X1              =   120
  96.       X2              =   4920
  97.       Y1              =   2160
  98.       Y2              =   2160
  99.    End
  100.    Begin VB.Label Label3 
  101.       Caption         =   "2003年2月"
  102.       Height          =   255
  103.       Left            =   3360
  104.       TabIndex        =   5
  105.       Top             =   1680
  106.       Width           =   1215
  107.    End
  108. End
  109. Attribute VB_Name = "frmAbout"
  110. Attribute VB_GlobalNameSpace = False
  111. Attribute VB_Creatable = False
  112. Attribute VB_PredeclaredId = True
  113. Attribute VB_Exposed = False
  114. Option Explicit
  115. Private Sub cmdOK_Click()
  116.     Unload Me  '释放窗体
  117. End Sub