?? frmoperationcontractorder.frm
字號:
VERSION 5.00
Object = "{4932CEF1-2CAA-11D2-A165-0060081C43D9}#2.0#0"; "Actbar2.OCX"
Begin VB.Form frmOperationContractOrder
Caption = "合約及跟單表"
ClientHeight = 9630
ClientLeft = 60
ClientTop = 450
ClientWidth = 15180
LinkTopic = "Form1"
MDIChild = -1 'True
ScaleHeight = 9630
ScaleWidth = 15180
Begin ActiveBar2LibraryCtl.ActiveBar2 ActiveBar21
Height = 9630
Left = 0
TabIndex = 0
Top = 0
Width = 15180
_LayoutVersion = 1
_ExtentX = 26776
_ExtentY = 16986
_DataPath = ""
Bands = "frmOperationContractOrder.frx":0000
Begin VB.Frame Frame1
Height = 8475
Left = 60
TabIndex = 1
Top = 420
Width = 15015
Begin VB.PictureBox TDBGrid1
Height = 8175
Left = 120
ScaleHeight = 8115
ScaleWidth = 14715
TabIndex = 2
Top = 180
Width = 14775
End
End
End
End
Attribute VB_Name = "frmOperationContractOrder"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub ActiveBar21_ToolClick(ByVal Tool As ActiveBar2LibraryCtl.Tool)
Select Case Tool.Name
Case "cmdAdd":
frmOrder.Show vbModal
Case "cmdEdit":
frmContract.Show vbModal
Case "cmdCancel":
Unload Me
End Select
End Sub
Private Sub Form_Load()
'設(shè)置窗口大小
FormInit Me, True
End Sub
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -