edit_ware.frm

来自「一个企业生产管理系统」· FRM 代码 · 共 90 行

FRM
90
字号
VERSION 5.00
Begin VB.Form edit_ware 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "Form1"
   ClientHeight    =   5685
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   6045
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MDIChild        =   -1  'True
   MinButton       =   0   'False
   ScaleHeight     =   5685
   ScaleWidth      =   6045
   ShowInTaskbar   =   0   'False
   Begin VB.PictureBox Picture1 
      BackColor       =   &H80000001&
      Height          =   375
      Left            =   3480
      Picture         =   "edit_ware.frx":0000
      ScaleHeight     =   315
      ScaleWidth      =   195
      TabIndex        =   7
      Top             =   1320
      Width           =   255
   End
   Begin VB.CommandButton b 
      Caption         =   "b"
      Height          =   375
      Left            =   3480
      Picture         =   "edit_ware.frx":0152
      TabIndex        =   6
      Top             =   600
      Width           =   255
   End
   Begin VB.TextBox Text3 
      Height          =   375
      Left            =   1800
      TabIndex        =   5
      Top             =   2040
      Width           =   1935
   End
   Begin VB.TextBox Text2 
      Height          =   375
      Left            =   1800
      TabIndex        =   1
      Top             =   1320
      Width           =   1935
   End
   Begin VB.TextBox Text1 
      Height          =   375
      Left            =   1800
      TabIndex        =   0
      Top             =   600
      Width           =   1935
   End
   Begin VB.Label Label3 
      Caption         =   "包含数量"
      Height          =   255
      Left            =   720
      TabIndex        =   4
      Top             =   2040
      Width           =   855
   End
   Begin VB.Label Label2 
      Caption         =   "零件名称"
      Height          =   255
      Left            =   720
      TabIndex        =   3
      Top             =   1320
      Width           =   855
   End
   Begin VB.Label Label1 
      Caption         =   "零件编号"
      Height          =   255
      Left            =   720
      TabIndex        =   2
      Top             =   600
      Width           =   855
   End
End
Attribute VB_Name = "edit_ware"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Picture1_Click()
wareinfo.Show
End Sub

⌨️ 快捷键说明

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