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

📄 cx.frm

📁 电子衡自动计量系统.能对电子汽车衡进行自动计量.完成车皮存储,重车自动除皮等功能.
💻 FRM
字号:
VERSION 5.00
Begin VB.Form cxxt 
   Caption         =   "重车计量查询系统"
   ClientHeight    =   8100
   ClientLeft      =   60
   ClientTop       =   360
   ClientWidth     =   11880
   Icon            =   "cx.frx":0000
   LinkTopic       =   "Form1"
   Picture         =   "cx.frx":0442
   ScaleHeight     =   8100
   ScaleWidth      =   11880
   StartUpPosition =   2  '屏幕中心
   WindowState     =   2  'Maximized
   Begin VB.PictureBox Picture3 
      Align           =   4  'Align Right
      Height          =   6765
      Left            =   8745
      Picture         =   "cx.frx":53F1
      ScaleHeight     =   6705
      ScaleWidth      =   3075
      TabIndex        =   1
      Top             =   1335
      Width           =   3135
   End
   Begin VB.PictureBox Picture4 
      Align           =   1  'Align Top
      BackColor       =   &H00FFFFFF&
      Height          =   1335
      Left            =   0
      Picture         =   "cx.frx":245435
      ScaleHeight     =   1275
      ScaleWidth      =   11820
      TabIndex        =   4
      Top             =   0
      Width           =   11880
      Begin VB.Label Label2 
         Alignment       =   2  'Center
         BackStyle       =   0  'Transparent
         Caption         =   "销售计量查询系统"
         BeginProperty Font 
            Name            =   "华文行楷"
            Size            =   26.25
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00FF0000&
         Height          =   495
         Left            =   2520
         TabIndex        =   5
         Top             =   240
         Width           =   6135
      End
   End
   Begin VB.PictureBox Picture1 
      Height          =   6855
      Left            =   2520
      Picture         =   "cx.frx":2512DB
      ScaleHeight     =   6795
      ScaleWidth      =   6495
      TabIndex        =   2
      Top             =   1320
      Width           =   6555
      Begin VB.Frame Frame3 
         Caption         =   "发运票号查询"
         Height          =   975
         Left            =   960
         TabIndex        =   15
         Top             =   3120
         Width           =   4455
         Begin VB.CommandButton Command8 
            Caption         =   "开始查询"
            Height          =   375
            Left            =   720
            TabIndex        =   16
            Top             =   360
            Width           =   3255
         End
      End
      Begin VB.CommandButton Command4 
         Caption         =   "退出"
         Height          =   495
         Left            =   2280
         TabIndex        =   14
         Top             =   4440
         Width           =   1935
      End
      Begin VB.Frame Frame2 
         Height          =   2055
         Left            =   3480
         TabIndex        =   10
         Top             =   720
         Width           =   1935
         Begin VB.CommandButton Command7 
            Caption         =   "车皮变化曲线"
            Height          =   375
            Left            =   240
            TabIndex        =   13
            Top             =   1440
            Width           =   1335
         End
         Begin VB.CommandButton Command6 
            Caption         =   "历史车皮纪录"
            Height          =   375
            Left            =   240
            TabIndex        =   12
            Top             =   900
            Width           =   1335
         End
         Begin VB.CommandButton Command5 
            Caption         =   "使用车皮库"
            Height          =   375
            Left            =   240
            TabIndex        =   11
            Top             =   360
            Width           =   1335
         End
      End
      Begin VB.Frame Frame1 
         Height          =   2055
         Left            =   960
         TabIndex        =   6
         Top             =   720
         Width           =   1935
         Begin VB.CommandButton Command1 
            Appearance      =   0  'Flat
            Caption         =   "重车流水"
            Height          =   375
            Left            =   360
            TabIndex        =   9
            Top             =   360
            Width           =   1295
         End
         Begin VB.CommandButton Command2 
            Caption         =   "销售日报表"
            Height          =   375
            Left            =   360
            TabIndex        =   8
            Top             =   900
            Width           =   1295
         End
         Begin VB.CommandButton Command3 
            Caption         =   "销售月报表"
            Height          =   375
            Left            =   360
            TabIndex        =   7
            Top             =   1440
            Width           =   1295
         End
      End
   End
   Begin VB.PictureBox Picture2 
      Align           =   3  'Align Left
      Height          =   6765
      Left            =   0
      Picture         =   "cx.frx":25D181
      ScaleHeight     =   6705
      ScaleWidth      =   2475
      TabIndex        =   0
      Top             =   1335
      Width           =   2535
      Begin VB.Label Label1 
         BackStyle       =   0  'Transparent
         Height          =   6375
         Left            =   120
         TabIndex        =   3
         Top             =   600
         Width           =   2055
      End
   End
End
Attribute VB_Name = "cxxt"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
'CODE Manger By BcodeXRose
'##################################################################
'## 过程名称:Command1_Click
'## 参数: 无
'##################################################################
Private Sub Command1_Click()
    frmcx.Show 1
End Sub
    
'##################################################################
'## 过程名称:Command2_Click
'## 参数: 无
'##################################################################
Private Sub Command2_Click()
    rtjb.Show 1
End Sub
    
'##################################################################
'## 过程名称:Command3_Click
'## 参数: 无
'##################################################################
Private Sub Command3_Click()
    tjb.Show 1
End Sub
    
'##################################################################
'## 过程名称:Command4_Click
'## 参数: 无
'##################################################################
Private Sub Command4_Click()
    Unload Me
End Sub
    
'##################################################################
'## 过程名称:Command5_Click
'## 参数: 无
'##################################################################
Private Sub Command5_Click()
    cxsyk.Show 1
End Sub
    
'##################################################################
'## 过程名称:Command6_Click
'## 参数: 无
'##################################################################
Private Sub Command6_Click()
    Form2.Show 1
End Sub
    
'##################################################################
'## 过程名称:Command7_Click
'## 参数: 无
'##################################################################
Private Sub Command7_Click()
    qx.Show 1
End Sub

Private Sub Command8_Click()
frmhtk.Show 1
End Sub

⌨️ 快捷键说明

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