form1.frm

来自「erp采购系统,采用vb编写的erp采购系统」· FRM 代码 · 共 79 行

FRM
79
字号
VERSION 5.00
Begin VB.Form Form1 
   Caption         =   "login"
   ClientHeight    =   6615
   ClientLeft      =   60
   ClientTop       =   435
   ClientWidth     =   8100
   LinkTopic       =   "Form1"
   ScaleHeight     =   6615
   ScaleWidth      =   8100
   StartUpPosition =   3  '窗口缺省
   Begin VB.CommandButton Command5 
      Caption         =   "采购查询"
      Height          =   495
      Left            =   5400
      TabIndex        =   5
      Top             =   4200
      Width           =   1335
   End
   Begin VB.CommandButton Command4 
      Caption         =   "采购付款"
      Height          =   495
      Left            =   3480
      TabIndex        =   4
      Top             =   4200
      Width           =   1455
   End
   Begin VB.CommandButton Command3 
      Caption         =   "采购收货"
      Height          =   495
      Left            =   1440
      TabIndex        =   3
      Top             =   4200
      Width           =   1335
   End
   Begin VB.CommandButton Command2 
      Caption         =   "采购订单"
      Height          =   495
      Left            =   5280
      TabIndex        =   2
      Top             =   3000
      Width           =   1455
   End
   Begin VB.CommandButton Command1 
      Caption         =   "询价单"
      Height          =   495
      Left            =   1440
      TabIndex        =   1
      Top             =   3000
      Width           =   1335
   End
   Begin VB.Label Label1 
      Caption         =   "欢迎使用采购管理系统"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   26.25
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   -1  'True
         Strikethrough   =   0   'False
      EndProperty
      Height          =   735
      Left            =   1080
      TabIndex        =   0
      Top             =   840
      Width           =   5655
   End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Me.Hide
Form2.Show
End Sub

⌨️ 快捷键说明

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