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

📄 frmchainstore.frm

📁 服装销售系统,VB开发.没有解压密码
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{8D650141-6025-11D1-BC40-0000C042AEC0}#3.0#0"; "ssdw3b32.ocx"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Object = "{4A4AA691-3E6F-11D2-822F-00104B9E07A1}#3.0#0"; "ssdw3bo.ocx"
Begin VB.Form frmChainStore 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "分店库存比较"
   ClientHeight    =   7770
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   10725
   Icon            =   "frmChainStore.frx":0000
   KeyPreview      =   -1  'True
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MDIChild        =   -1  'True
   MinButton       =   0   'False
   ScaleHeight     =   7770
   ScaleWidth      =   10725
   ShowInTaskbar   =   0   'False
   Begin VB.CommandButton Command5 
      Caption         =   "合计选择[&S]"
      Height          =   315
      Left            =   9255
      TabIndex        =   15
      Top             =   6060
      Width           =   1365
   End
   Begin VB.CommandButton Command4 
      Caption         =   "合计显示[&T]"
      Height          =   315
      Left            =   9270
      TabIndex        =   12
      Top             =   5730
      Width           =   1365
   End
   Begin VB.CommandButton Command3 
      Caption         =   "进货信息[&R]"
      Height          =   315
      Left            =   9270
      TabIndex        =   11
      Top             =   5385
      Width           =   1365
   End
   Begin VB.CommandButton Command2 
      Caption         =   "退出[&X]"
      Height          =   300
      Left            =   9330
      TabIndex        =   8
      Top             =   7410
      Width           =   1365
   End
   Begin VB.TextBox txtCode 
      Height          =   315
      Left            =   9495
      TabIndex        =   6
      Top             =   6735
      Width           =   1080
   End
   Begin VB.CommandButton Command1 
      Caption         =   "刷新[&S]"
      Height          =   300
      Left            =   9330
      TabIndex        =   5
      Top             =   7080
      Width           =   1365
   End
   Begin SSDataWidgets_B_OLEDB.SSOleDBGrid grdChainInfo 
      Height          =   2220
      Left            =   60
      TabIndex        =   4
      Top             =   5505
      Width           =   2130
      _Version        =   196617
      DataMode        =   2
      Col.Count       =   3
      AllowAddNew     =   -1  'True
      RowHeight       =   450
      Columns.Count   =   3
      Columns(0).Width=   1746
      Columns(0).Caption=   "选择标志"
      Columns(0).Name =   "选择标志"
      Columns(0).DataField=   "Column 0"
      Columns(0).DataType=   8
      Columns(0).FieldLen=   256
      Columns(0).Style=   2
      Columns(1).Width=   185
      Columns(1).Caption=   "分店编码"
      Columns(1).Name =   "分店编码"
      Columns(1).DataField=   "Column 1"
      Columns(1).DataType=   8
      Columns(1).FieldLen=   256
      Columns(2).Width=   3200
      Columns(2).Caption=   "分店名称"
      Columns(2).Name =   "分店名称"
      Columns(2).DataField=   "Column 2"
      Columns(2).DataType=   8
      Columns(2).FieldLen=   256
      _ExtentX        =   3757
      _ExtentY        =   3916
      _StockProps     =   79
      Caption         =   "分店信息"
      BeginProperty PageFooterFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      BeginProperty PageHeaderFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
   End
   Begin SSDataWidgets_B_OLEDB.SSOleDBGrid grdS 
      Height          =   1995
      Index           =   3
      Left            =   5625
      TabIndex        =   3
      Top             =   1815
      Width           =   5025
      _Version        =   196617
      DataMode        =   2
      Col.Count       =   0
      AllowAddNew     =   -1  'True
      RowHeight       =   450
      Columns(0).Width=   3200
      _ExtentX        =   8864
      _ExtentY        =   3519
      _StockProps     =   79
      Caption         =   "分店四"
   End
   Begin SSDataWidgets_B_OLEDB.SSOleDBGrid grdS 
      Height          =   2010
      Index           =   2
      Left            =   45
      TabIndex        =   2
      Top             =   1785
      Width           =   5580
      _Version        =   196617
      DataMode        =   2
      Col.Count       =   0
      AllowAddNew     =   -1  'True
      RowHeight       =   450
      Columns(0).Width=   3200
      _ExtentX        =   9842
      _ExtentY        =   3545
      _StockProps     =   79
      Caption         =   "分店三"
   End
   Begin SSDataWidgets_B_OLEDB.SSOleDBGrid grdS 
      Height          =   1815
      Index           =   1
      Left            =   5625
      TabIndex        =   1
      Top             =   0
      Width           =   5025
      _Version        =   196617
      DataMode        =   2
      Col.Count       =   0
      AllowAddNew     =   -1  'True
      RowHeight       =   450
      Columns(0).Width=   3200
      _ExtentX        =   8864
      _ExtentY        =   3201
      _StockProps     =   79
      Caption         =   "分店二"
   End
   Begin SSDataWidgets_B_OLEDB.SSOleDBGrid grdS 
      Height          =   1830
      Index           =   0
      Left            =   45
      TabIndex        =   0
      Top             =   -15
      Width           =   5505
      _Version        =   196617
      DataMode        =   2
      Col.Count       =   0
      AllowAddNew     =   -1  'True
      RowHeight       =   450
      Columns(0).Width=   3200
      _ExtentX        =   9710
      _ExtentY        =   3228
      _StockProps     =   79
      Caption         =   "分店一"
   End
   Begin MSDataGridLib.DataGrid DataGrid1 
      Height          =   1500
      Left            =   5625
      TabIndex        =   9
      Top             =   3855
      Width           =   5010
      _ExtentX        =   8837
      _ExtentY        =   2646
      _Version        =   393216
      HeadLines       =   1
      RowHeight       =   15
      BeginProperty HeadFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ColumnCount     =   2
      BeginProperty Column00 
         DataField       =   ""
         Caption         =   ""
         BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
            Type            =   0
            Format          =   ""
            HaveTrueFalseNull=   0
            FirstDayOfWeek  =   0
            FirstWeekOfYear =   0
            LCID            =   2052
            SubFormatType   =   0
         EndProperty
      EndProperty
      BeginProperty Column01 
         DataField       =   ""
         Caption         =   ""
         BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
            Type            =   0
            Format          =   ""
            HaveTrueFalseNull=   0
            FirstDayOfWeek  =   0
            FirstWeekOfYear =   0
            LCID            =   2052
            SubFormatType   =   0
         EndProperty
      EndProperty
      SplitCount      =   1
      BeginProperty Split0 
         BeginProperty Column00 
         EndProperty
         BeginProperty Column01 
         EndProperty
      EndProperty
   End
   Begin SSDataWidgets_B_OLEDB.SSOleDBGrid grdS 
      Height          =   1635
      Index           =   4
      Left            =   60
      TabIndex        =   10
      Top             =   3795
      Width           =   5460
      _Version        =   196617
      DataMode        =   2
      Col.Count       =   0
      AllowAddNew     =   -1  'True
      RowHeight       =   450
      Columns(0).Width=   3200
      _ExtentX        =   9631
      _ExtentY        =   2884
      _StockProps     =   79
      Caption         =   "分店三"
   End
   Begin SSDataWidgets_B_OLEDB.SSOleDBGrid grdS 
      Height          =   2250
      Index           =   5
      Left            =   2265
      TabIndex        =   13
      Top             =   5490
      Width           =   3345
      _Version        =   196617
      DataMode        =   2
      Col.Count       =   0
      AllowAddNew     =   -1  'True
      RowHeight       =   450

⌨️ 快捷键说明

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