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

📄 frmoperationcontractorder.frm

📁 企业ERP系统 采用VB+SQL2000实现。 有客户合约
💻 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()
'设置窗口大小
    FormInit Me, True
End Sub

⌨️ 快捷键说明

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