?? frmabout.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 + -