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

📄 frmaltercost.frm

📁 < 飞鸿商品>>零售是基于VB+SQL2000开的商品零售管理系统. 开发的很好.可以一看
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "msflxgrd.ocx"
Begin VB.Form frmAlterCost 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "修改商品成本"
   ClientHeight    =   6330
   ClientLeft      =   45
   ClientTop       =   435
   ClientWidth     =   9075
   BeginProperty Font 
      Name            =   "宋体"
      Size            =   10.5
      Charset         =   134
      Weight          =   400
      Underline       =   0   'False
      Italic          =   0   'False
      Strikethrough   =   0   'False
   EndProperty
   Icon            =   "frmAlterCost.frx":0000
   LockControls    =   -1  'True
   MDIChild        =   -1  'True
   ScaleHeight     =   6330
   ScaleWidth      =   9075
   Begin VB.PictureBox pic 
      Appearance      =   0  'Flat
      BackColor       =   &H80000005&
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H80000008&
      Height          =   1785
      Left            =   2760
      ScaleHeight     =   1755
      ScaleWidth      =   6225
      TabIndex        =   13
      Top             =   3720
      Width           =   6255
      Begin VB.TextBox txtNum 
         Appearance      =   0  'Flat
         Height          =   345
         Left            =   4260
         TabIndex        =   14
         Top             =   720
         Width           =   1815
      End
      Begin Manage.xpcmdbutton cmdSave 
         Height          =   375
         Left            =   2280
         TabIndex        =   15
         Top             =   1260
         Width           =   1035
         _ExtentX        =   1826
         _ExtentY        =   661
         Caption         =   "保  存"
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
      End
      Begin Manage.xpcmdbutton cmdCancel 
         Height          =   375
         Left            =   4260
         TabIndex        =   16
         Top             =   1260
         Width           =   1035
         _ExtentX        =   1826
         _ExtentY        =   661
         Caption         =   "取  消"
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
      End
      Begin VB.Label Label1 
         BackStyle       =   0  'Transparent
         Caption         =   "商品编码"
         Height          =   210
         Index           =   0
         Left            =   150
         TabIndex        =   23
         Top             =   240
         Width           =   840
      End
      Begin VB.Label lblID 
         Appearance      =   0  'Flat
         BackColor       =   &H80000005&
         BorderStyle     =   1  'Fixed Single
         ForeColor       =   &H80000008&
         Height          =   345
         Left            =   1140
         TabIndex        =   22
         Top             =   210
         Width           =   1815
      End
      Begin VB.Label Label1 
         BackStyle       =   0  'Transparent
         Caption         =   "成    本"
         Height          =   210
         Index           =   19
         Left            =   3300
         TabIndex        =   21
         Top             =   810
         Width           =   840
      End
      Begin VB.Label Label1 
         BackStyle       =   0  'Transparent
         Caption         =   "商品名称"
         Height          =   210
         Index           =   1
         Left            =   3270
         TabIndex        =   20
         Top             =   240
         Width           =   840
      End
      Begin VB.Label lblName 
         Appearance      =   0  'Flat
         BackColor       =   &H80000005&
         BorderStyle     =   1  'Fixed Single
         ForeColor       =   &H80000008&
         Height          =   345
         Left            =   4260
         TabIndex        =   19
         Top             =   210
         Width           =   1815
      End
      Begin VB.Label Label1 
         BackStyle       =   0  'Transparent
         Caption         =   "单   位"
         Height          =   210
         Index           =   2
         Left            =   210
         TabIndex        =   18
         Top             =   810
         Width           =   750
      End
      Begin VB.Label lblUnit 
         Appearance      =   0  'Flat
         BackColor       =   &H80000005&
         BorderStyle     =   1  'Fixed Single
         ForeColor       =   &H80000008&
         Height          =   345
         Left            =   1140
         TabIndex        =   17
         Top             =   750
         Width           =   1845
      End
   End
   Begin VB.PictureBox picQuery 
      Appearance      =   0  'Flat
      BackColor       =   &H80000005&
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H80000008&
      Height          =   1785
      Left            =   2760
      ScaleHeight     =   1755
      ScaleWidth      =   6225
      TabIndex        =   0
      Top             =   3720
      Width           =   6255
      Begin VB.ComboBox cobObject 
         Height          =   330
         Left            =   1650
         Style           =   2  'Dropdown List
         TabIndex        =   3
         Top             =   450
         Width           =   1755
      End
      Begin VB.ComboBox cobOper 
         Height          =   330
         Left            =   4290
         Style           =   2  'Dropdown List
         TabIndex        =   2
         Top             =   450
         Width           =   1605
      End
      Begin VB.TextBox txt 
         Appearance      =   0  'Flat
         Height          =   315
         Left            =   1620
         TabIndex        =   1
         Top             =   870
         Width           =   4275
      End
      Begin Manage.xpcmdbutton cmdExit 
         Height          =   345
         Left            =   4320
         TabIndex        =   4
         Top             =   1290
         Width           =   1005
         _ExtentX        =   1773
         _ExtentY        =   609
         Caption         =   "取  消"
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
      End
      Begin Manage.xpcmdbutton cmdExec 
         Height          =   345
         Left            =   2130
         TabIndex        =   5
         Top             =   1290
         Width           =   1005
         _ExtentX        =   1773
         _ExtentY        =   609
         Caption         =   "执  行"
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
      End
      Begin VB.Label Label1 
         BackStyle       =   0  'Transparent
         Caption         =   "请指定查询条件"
         Height          =   210
         Index           =   3
         Left            =   180
         TabIndex        =   9
         Top             =   120
         Width           =   1470
      End
      Begin VB.Label Label1 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "查询对象"
         Height          =   210
         Index           =   4
         Left            =   660
         TabIndex        =   8
         Top             =   480
         Width           =   840
      End
      Begin VB.Label Label1 
         BackStyle       =   0  'Transparent
         Caption         =   "运算符"
         Height          =   210
         Index           =   5
         Left            =   3600
         TabIndex        =   7
         Top             =   540
         Width           =   630
      End
      Begin VB.Label Label1 
         BackStyle       =   0  'Transparent
         Caption         =   "值"
         Height          =   210
         Index           =   6
         Left            =   1170
         TabIndex        =   6
         Top             =   990
         Width           =   210
      End
   End
   Begin Manage.xpcmdbutton cmdClose 
      Height          =   435
      Left            =   7020
      TabIndex        =   10
      Top             =   5700
      Width           =   1185
      _ExtentX        =   2090
      _ExtentY        =   767
      Caption         =   "关  闭"
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
   End
   Begin Manage.xpcmdbutton cmdAlter 
      Height          =   465
      Left            =   3480

⌨️ 快捷键说明

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