⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frmabout.frm

📁 多方讨价还价系统
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmabout 
   Caption         =   "关于现代物流谈判原型系统"
   ClientHeight    =   3855
   ClientLeft      =   5295
   ClientTop       =   4155
   ClientWidth     =   5700
   LinkTopic       =   "Form1"
   ScaleHeight     =   3855
   ScaleWidth      =   5700
   Begin VB.CommandButton Cmd 
      Caption         =   "退出"
      Height          =   375
      Left            =   4320
      TabIndex        =   8
      Top             =   3360
      Width           =   975
   End
   Begin VB.Frame Frame1 
      Caption         =   "软件简介"
      Height          =   1215
      Left            =   240
      TabIndex        =   4
      Top             =   1920
      Width           =   5295
      Begin VB.Label Label4 
         Caption         =   "本系统是模拟多Agent谈判中最核心的价格问题进行谈判。采用多个评判指数进行综合评价,并对谈判结果进行合理排列,方便决策者进行参考。"
         Height          =   735
         Left            =   360
         TabIndex        =   5
         Top             =   360
         Width           =   4455
      End
   End
   Begin VB.PictureBox Picture1 
      Height          =   1575
      Left            =   0
      Picture         =   "frmabout.frx":0000
      ScaleHeight     =   1515
      ScaleWidth      =   2235
      TabIndex        =   1
      Top             =   0
      Width           =   2295
   End
   Begin VB.Label Label6 
      Caption         =   "JQL:GraduateDesign"
      Height          =   375
      Left            =   1560
      TabIndex        =   7
      Top             =   3360
      Width           =   1815
   End
   Begin VB.Label Label5 
      Caption         =   "版本1.0"
      Height          =   495
      Left            =   240
      TabIndex        =   6
      Top             =   3360
      Width           =   735
   End
   Begin VB.Label Label3 
      Caption         =   "版权所有者:靳巧乐(JQL)  2008-6"
      Height          =   255
      Left            =   2400
      TabIndex        =   3
      Top             =   1320
      Width           =   3135
   End
   Begin VB.Label Label2 
      Caption         =   "现代物流谈判原型系统(Modern Ciulation of materrials Negotiation Prototype System)"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   975
      Left            =   2520
      TabIndex        =   2
      Top             =   240
      Width           =   2655
   End
   Begin VB.Label Label1 
      Caption         =   "Label1"
      Height          =   3855
      Left            =   0
      TabIndex        =   0
      Top             =   0
      Width           =   5775
   End
End
Attribute VB_Name = "frmabout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

Private Sub Cmd_Click()
    Unload Me
End Sub

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -