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

📄 changepart.frm

📁 计算机CAD图纸管理和预览
💻 FRM
字号:
VERSION 5.00
Begin VB.Form changepart 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "部品修改"
   ClientHeight    =   5430
   ClientLeft      =   3585
   ClientTop       =   3150
   ClientWidth     =   8310
   Icon            =   "changepart.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   5430
   ScaleWidth      =   8310
   ShowInTaskbar   =   0   'False
   Begin VB.TextBox Text1 
      BackColor       =   &H00C0FFFF&
      Height          =   300
      Index           =   7
      Left            =   1320
      TabIndex        =   20
      Top             =   2160
      Width           =   2655
   End
   Begin VB.TextBox Text1 
      BackColor       =   &H00C0FFFF&
      Height          =   300
      Index           =   6
      Left            =   5280
      TabIndex        =   18
      Top             =   1560
      Width           =   2655
   End
   Begin VB.CommandButton cmdNext 
      Caption         =   "下一个"
      Height          =   375
      Left            =   1680
      TabIndex        =   17
      Top             =   4920
      Width           =   1215
   End
   Begin VB.CommandButton cmdPrevious 
      Caption         =   "上一个"
      Height          =   375
      Left            =   240
      TabIndex        =   16
      Top             =   4920
      Width           =   1215
   End
   Begin VB.TextBox Text1 
      BackColor       =   &H00C0FFFF&
      Height          =   1260
      Index           =   5
      Left            =   360
      TabIndex        =   15
      Top             =   3240
      Width           =   7575
   End
   Begin VB.TextBox Text1 
      BackColor       =   &H00C0FFFF&
      Height          =   300
      Index           =   4
      Left            =   5280
      TabIndex        =   14
      Top             =   1005
      Width           =   2655
   End
   Begin VB.TextBox Text1 
      BackColor       =   &H00C0FFFF&
      Height          =   300
      Index           =   3
      Left            =   5280
      TabIndex        =   13
      Top             =   430
      Width           =   2655
   End
   Begin VB.TextBox Text1 
      BackColor       =   &H00C0FFFF&
      Height          =   300
      Index           =   2
      Left            =   1320
      TabIndex        =   12
      Top             =   1600
      Width           =   2655
   End
   Begin VB.TextBox Text1 
      BackColor       =   &H00C0FFFF&
      Height          =   300
      Index           =   1
      Left            =   1320
      TabIndex        =   11
      Top             =   1005
      Width           =   2655
   End
   Begin VB.TextBox Text1 
      BackColor       =   &H00C0FFFF&
      Height          =   300
      Index           =   0
      Left            =   1320
      TabIndex        =   2
      Top             =   430
      Width           =   2655
   End
   Begin VB.CommandButton CancelButton 
      Cancel          =   -1  'True
      Caption         =   "退出"
      Height          =   375
      Left            =   6480
      TabIndex        =   1
      Top             =   4920
      Width           =   1215
   End
   Begin VB.CommandButton SAVEButton 
      Caption         =   "修改"
      Default         =   -1  'True
      Height          =   375
      Left            =   5040
      TabIndex        =   0
      Top             =   4920
      Width           =   1215
   End
   Begin VB.Frame Frame1 
      Height          =   4575
      Left            =   120
      TabIndex        =   3
      Top             =   120
      Width           =   8055
      Begin VB.Label Label8 
         Caption         =   "数量"
         Height          =   255
         Left            =   240
         TabIndex        =   19
         Top             =   2150
         Width           =   855
      End
      Begin VB.Label Label7 
         Caption         =   "备注"
         Height          =   375
         Left            =   240
         TabIndex        =   10
         Top             =   2760
         Width           =   975
      End
      Begin VB.Label Label6 
         Caption         =   "单位"
         Height          =   375
         Left            =   4200
         TabIndex        =   9
         Top             =   1560
         Width           =   1575
      End
      Begin VB.Label Label5 
         Caption         =   "规格"
         Height          =   375
         Left            =   4200
         TabIndex        =   8
         Top             =   960
         Width           =   1455
      End
      Begin VB.Label Label4 
         Caption         =   "图号"
         Height          =   375
         Left            =   4200
         TabIndex        =   7
         Top             =   360
         Width           =   1695
      End
      Begin VB.Label Label3 
         Caption         =   "部品名称"
         Height          =   375
         Left            =   240
         TabIndex        =   6
         Top             =   1560
         Width           =   855
      End
      Begin VB.Label Label2 
         Caption         =   "部品番号"
         Height          =   255
         Left            =   240
         TabIndex        =   5
         Top             =   960
         Width           =   855
      End
      Begin VB.Label Label1 
         Caption         =   "阶层"
         Height          =   375
         Left            =   240
         TabIndex        =   4
         Top             =   360
         Width           =   975
      End
   End
End
Attribute VB_Name = "changepart"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False



Private Sub Form_Load()
    MakeCenter changepart
    
End Sub




⌨️ 快捷键说明

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