frminstoragetype1.frm

来自「通用书店管理系统」· FRM 代码 · 共 74 行

FRM
74
字号
VERSION 5.00
Begin VB.Form frmInStorageType 
   BackColor       =   &H00E0E0E0&
   BorderStyle     =   1  'Fixed Single
   Caption         =   "入库类型管理"
   ClientHeight    =   3000
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   3810
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   3000
   ScaleWidth      =   3810
   StartUpPosition =   3  '窗口缺省
   Begin VB.CommandButton cmdExit 
      Height          =   435
      Left            =   2040
      Picture         =   "frmInStorageType1.frx":0000
      Style           =   1  'Graphical
      TabIndex        =   5
      Top             =   2160
      Width           =   960
   End
   Begin VB.CommandButton cmdSave 
      Height          =   435
      Left            =   720
      Picture         =   "frmInStorageType1.frx":14E4
      Style           =   1  'Graphical
      TabIndex        =   4
      Top             =   2160
      Width           =   945
   End
   Begin VB.TextBox TxtFields 
      Height          =   375
      Index           =   1
      Left            =   1560
      TabIndex        =   1
      Top             =   1080
      Width           =   1815
   End
   Begin VB.TextBox TxtFields 
      Height          =   375
      Index           =   0
      Left            =   1560
      TabIndex        =   0
      Top             =   480
      Width           =   1815
   End
   Begin VB.Label Label2 
      BackColor       =   &H00E0E0E0&
      Caption         =   "入库类型"
      Height          =   255
      Left            =   360
      TabIndex        =   3
      Top             =   1200
      Width           =   975
   End
   Begin VB.Label Label1 
      BackColor       =   &H00E0E0E0&
      Caption         =   "入库类型编号"
      Height          =   255
      Left            =   240
      TabIndex        =   2
      Top             =   600
      Width           =   1215
   End
End
Attribute VB_Name = "frmInStorageType"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

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