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

📄 frm调进价单.frm

📁 服装销售系统,VB开发.没有解压密码
💻 FRM
📖 第 1 页 / 共 4 页
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Object = "{0BA686C6-F7D3-101A-993E-0000C0EF6F5E}#2.0#0"; "THREED20.OCX"
Object = "{8D650141-6025-11D1-BC40-0000C042AEC0}#3.0#0"; "SSDW3B32.OCX"
Object = "{91E890FC-2FB5-11D3-A9A7-00A0C948B182}#1.4#0"; "签名.OCX"
Object = "{41DD03E6-23F3-11D3-BB92-0080C893BF3A}#24.0#0"; "日期控件.OCX"
Begin VB.Form frm调进价单 
   BackColor       =   &H00808080&
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "代销进价调整单"
   ClientHeight    =   6180
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   9540
   Icon            =   "frm调进价单.frx":0000
   KeyPreview      =   -1  'True
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MDIChild        =   -1  'True
   MinButton       =   0   'False
   ScaleHeight     =   6180
   ScaleWidth      =   9540
   ShowInTaskbar   =   0   'False
   Begin VB.PictureBox Picture1 
      Appearance      =   0  'Flat
      BackColor       =   &H80000018&
      FillColor       =   &H00404040&
      ForeColor       =   &H80000008&
      Height          =   4980
      Left            =   48
      ScaleHeight     =   4950
      ScaleWidth      =   9360
      TabIndex        =   5
      Top             =   648
      Width           =   9396
      Begin VB.TextBox txtGrpName 
         Appearance      =   0  'Flat
         Height          =   270
         Left            =   1680
         Locked          =   -1  'True
         TabIndex        =   26
         TabStop         =   0   'False
         Top             =   495
         Width           =   1800
      End
      Begin 日期控件.ChooseDate txtPurdate 
         Height          =   270
         Left            =   4785
         TabIndex        =   2
         Top             =   555
         Width           =   1395
         _ExtentX        =   2461
         _ExtentY        =   476
      End
      Begin VB.TextBox txtIamt 
         Appearance      =   0  'Flat
         BackColor       =   &H80000018&
         Height          =   264
         Left            =   7500
         Locked          =   -1  'True
         TabIndex        =   6
         TabStop         =   0   'False
         Top             =   3585
         Width           =   1092
      End
      Begin VB.TextBox txtPurcode 
         Appearance      =   0  'Flat
         Height          =   264
         Left            =   8205
         MaxLength       =   7
         TabIndex        =   0
         Top             =   60
         Width           =   915
      End
      Begin SSDataWidgets_B.SSDBGrid grdDET 
         Height          =   2580
         Left            =   75
         TabIndex        =   4
         Top             =   930
         Width           =   9150
         ScrollBars      =   3
         _Version        =   196614
         DataMode        =   2
         Col.Count       =   7
         BevelColorHighlight=   16777215
         BevelColorShadow=   16777215
         BevelColorFace  =   12648384
         AllowAddNew     =   -1  'True
         AllowDelete     =   -1  'True
         AllowRowSizing  =   0   'False
         AllowGroupSizing=   0   'False
         AllowColumnSizing=   0   'False
         AllowGroupMoving=   0   'False
         AllowColumnMoving=   2
         AllowGroupSwapping=   0   'False
         AllowColumnSwapping=   0
         AllowGroupShrinking=   0   'False
         AllowColumnShrinking=   0   'False
         AllowDragDrop   =   0   'False
         ForeColorEven   =   0
         BackColorOdd    =   16777215
         RowHeight       =   450
         Columns.Count   =   7
         Columns(0).Width=   2328
         Columns(0).Caption=   "商品编码"
         Columns(0).Name =   "商品编码"
         Columns(0).CaptionAlignment=   2
         Columns(0).DataField=   "Column 0"
         Columns(0).DataType=   8
         Columns(0).FieldLen=   9
         Columns(1).Width=   2566
         Columns(1).Caption=   "品名"
         Columns(1).Name =   "品名"
         Columns(1).CaptionAlignment=   2
         Columns(1).DataField=   "Column 1"
         Columns(1).DataType=   8
         Columns(1).FieldLen=   256
         Columns(1).Locked=   -1  'True
         Columns(1).HasBackColor=   -1  'True
         Columns(1).BackColor=   16776960
         Columns(2).Width=   1588
         Columns(2).Caption=   "单位"
         Columns(2).Name =   "单位"
         Columns(2).CaptionAlignment=   2
         Columns(2).DataField=   "Column 2"
         Columns(2).DataType=   8
         Columns(2).FieldLen=   256
         Columns(2).Locked=   -1  'True
         Columns(2).HasBackColor=   -1  'True
         Columns(2).BackColor=   16776960
         Columns(3).Width=   2090
         Columns(3).Caption=   "数量"
         Columns(3).Name =   "数量"
         Columns(3).Alignment=   1
         Columns(3).CaptionAlignment=   2
         Columns(3).DataField=   "Column 3"
         Columns(3).DataType=   4
         Columns(3).NumberFormat=   "#.00"
         Columns(3).FieldLen=   256
         Columns(4).Width=   2434
         Columns(4).Caption=   "原进价"
         Columns(4).Name =   "原进价"
         Columns(4).Alignment=   1
         Columns(4).CaptionAlignment=   2
         Columns(4).DataField=   "Column 4"
         Columns(4).DataType=   4
         Columns(4).NumberFormat=   "#.00"
         Columns(4).FieldLen=   256
         Columns(5).Width=   2434
         Columns(5).Caption=   "现进价"
         Columns(5).Name =   "现进价"
         Columns(5).Alignment=   1
         Columns(5).CaptionAlignment=   2
         Columns(5).DataField=   "Column 5"
         Columns(5).DataType=   4
         Columns(5).NumberFormat=   "#.00"
         Columns(5).FieldLen=   256
         Columns(5).HasBackColor=   -1  'True
         Columns(5).BackColor=   16777215
         Columns(6).Width=   1879
         Columns(6).Caption=   "进价差额"
         Columns(6).Name =   "进价差额"
         Columns(6).Alignment=   1
         Columns(6).CaptionAlignment=   2
         Columns(6).DataField=   "Column 6"
         Columns(6).DataType=   4
         Columns(6).FieldLen=   256
         Columns(6).HasBackColor=   -1  'True
         Columns(6).BackColor=   16776960
         _ExtentX        =   16140
         _ExtentY        =   4551
         _StockProps     =   79
         BackColor       =   -2147483624
      End
      Begin 签名.Sign txtIptno 
         Height          =   585
         Left            =   7935
         TabIndex        =   3
         Top             =   4035
         Width           =   600
         _ExtentX        =   1058
         _ExtentY        =   1032
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         BackColor       =   -2147483624
         TableName       =   "职员信息"
         CodeField       =   "编码"
         NameField       =   "姓名"
         MaxLength       =   5
         NameLen         =   600
         CodeLen         =   600
      End
      Begin SSDataWidgets_B.SSDBCombo cmbProvider 
         Height          =   270
         Left            =   975
         TabIndex        =   1
         ToolTipText     =   "选择供应商"
         Top             =   495
         Width           =   735
         DataFieldList   =   "Column 0"
         AllowInput      =   0   'False
         _Version        =   196614
         DataMode        =   2
         RowHeight       =   423
         Columns.Count   =   2
         Columns(0).Width=   1931
         Columns(0).Caption=   "厂商编码"
         Columns(0).Name =   "厂商编码"
         Columns(0).CaptionAlignment=   2
         Columns(0).DataField=   "Column 0"
         Columns(0).DataType=   8
         Columns(0).FieldLen=   256
         Columns(1).Width=   2672
         Columns(1).Caption=   "厂商名称"
         Columns(1).Name =   "厂商名称"
         Columns(1).CaptionAlignment=   2
         Columns(1).DataField=   "Column 1"
         Columns(1).DataType=   8
         Columns(1).FieldLen=   256
         _ExtentX        =   1296
         _ExtentY        =   476
         _StockProps     =   93
         BackColor       =   -2147483643
      End
      Begin VB.Label Label22 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "供应商"
         Height          =   180
         Left            =   285
         TabIndex        =   25
         Top             =   555
         Width           =   540
      End
      Begin VB.Label Lb 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "日  期:"
         Height          =   180
         Index           =   15
         Left            =   4020
         TabIndex        =   12
         Top             =   615
         Width           =   645
      End
      Begin VB.Label Lb 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "姓  名:"
         Height          =   180
         Index           =   10
         Left            =   7260
         TabIndex        =   11
         Top             =   4425
         Width           =   645
      End
      Begin VB.Label Lb 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "录入员:"
         Height          =   180
         Index           =   13
         Left            =   7260
         TabIndex        =   10
         Top             =   4095
         Width           =   630
      End
      Begin VB.Label Lb 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "进价增减额:"
         Height          =   180
         Index           =   5
         Left            =   6480
         TabIndex        =   9
         Top             =   3645
         Width           =   990
      End
      Begin VB.Label Lb 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "NO."
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   210
         Index           =   1
         Left            =   7815
         TabIndex        =   8
         Top             =   105
         Width           =   375
      End
      Begin VB.Label Lb 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "代销进价调整单"
         BeginProperty Font 
            Name            =   "楷体_GB2312"
            Size            =   17.25
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   345
         Index           =   0
         Left            =   3945
         TabIndex        =   7
         Top             =   45
         Width           =   2640
      End
   End
   Begin MSComctlLib.StatusBar stbData 
      Align           =   2  'Align Bottom
      Height          =   375
      Left            =   0
      TabIndex        =   14
      Top             =   5805
      Width           =   9540
      _ExtentX        =   16828
      _ExtentY        =   661
      _Version        =   393216
      BeginProperty Panels {8E3867A5-8586-11D1-B16A-00C0F0283628} 
         NumPanels       =   2

⌨️ 快捷键说明

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