main_kcgl_kcpd_pd.frm

来自「完整的物资管理系统源码」· FRM 代码 · 共 41 行

FRM
41
字号
VERSION 5.00
Begin VB.Form main_kcgl_kcpd_pd 
   Caption         =   "Form1"
   ClientHeight    =   1515
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   5085
   LinkTopic       =   "Form1"
   ScaleHeight     =   1515
   ScaleWidth      =   5085
   StartUpPosition =   3  '窗口缺省
   Begin VB.Frame Frame1 
      Height          =   1260
      Left            =   90
      TabIndex        =   0
      Top             =   60
      Width           =   4920
      Begin VB.TextBox Text1 
         Height          =   345
         Left            =   1950
         TabIndex        =   2
         Text            =   "Text1"
         Top             =   435
         Width           =   2580
      End
      Begin VB.Label Label1 
         Caption         =   "请输入盘点数量:"
         Height          =   270
         Left            =   375
         TabIndex        =   1
         Top             =   525
         Width           =   2025
      End
   End
End
Attribute VB_Name = "main_kcgl_kcpd_pd"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

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