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

📄 frmorder.frm

📁 简单邮电信息管理
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Begin VB.Form frmOrder 
   BackColor       =   &H80000001&
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "订单管理"
   ClientHeight    =   7410
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   11280
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MDIChild        =   -1  'True
   MinButton       =   0   'False
   ScaleHeight     =   7410
   ScaleWidth      =   11280
   ShowInTaskbar   =   0   'False
   Begin VB.CommandButton Cmd_Save 
      Caption         =   "保存"
      Height          =   495
      Left            =   6360
      TabIndex        =   38
      Top             =   2880
      Width           =   1095
   End
   Begin VB.Frame Frame3 
      BackColor       =   &H80000001&
      Caption         =   "订单信息查询"
      Height          =   855
      Left            =   240
      TabIndex        =   31
      Top             =   6120
      Width           =   10815
      Begin VB.TextBox Text15 
         Appearance      =   0  'Flat
         Height          =   270
         Left            =   4920
         TabIndex        =   36
         Top             =   360
         Width           =   1815
      End
      Begin VB.CommandButton Cmd_Search 
         BackColor       =   &H00C0C0C0&
         Caption         =   "开始查询"
         Height          =   495
         Left            =   7440
         Style           =   1  'Graphical
         TabIndex        =   34
         Top             =   240
         Width           =   1455
      End
      Begin VB.TextBox Text14 
         Appearance      =   0  'Flat
         Height          =   285
         Left            =   1440
         TabIndex        =   33
         Top             =   360
         Width           =   1815
      End
      Begin VB.Label Label19 
         BackStyle       =   0  'Transparent
         Caption         =   "顾客姓名:"
         Height          =   255
         Left            =   3960
         TabIndex        =   35
         Top             =   360
         Width           =   1215
      End
      Begin VB.Label Label17 
         BackStyle       =   0  'Transparent
         Caption         =   "订单编号:"
         Height          =   375
         Left            =   480
         TabIndex        =   32
         Top             =   360
         Width           =   1095
      End
   End
   Begin VB.CommandButton Cmd_Exit 
      Caption         =   "退出"
      Height          =   495
      Left            =   7440
      TabIndex        =   30
      Top             =   2880
      Width           =   1095
   End
   Begin VB.CommandButton Cmd_Del 
      Caption         =   "删除"
      Height          =   495
      Left            =   5280
      TabIndex        =   29
      Top             =   2880
      Width           =   1095
   End
   Begin VB.CommandButton Cmd_Update 
      Caption         =   "修改"
      Height          =   495
      Left            =   4200
      TabIndex        =   28
      Top             =   2880
      Width           =   1095
   End
   Begin VB.CommandButton Cmd_Addnew 
      Caption         =   "增加"
      Height          =   495
      Left            =   3120
      TabIndex        =   13
      Top             =   2880
      Width           =   1095
   End
   Begin VB.Frame Frame2 
      BackColor       =   &H80000001&
      Caption         =   "订单信息列表"
      Height          =   2655
      Left            =   240
      TabIndex        =   14
      Top             =   3360
      Width           =   10815
      Begin MSDataGridLib.DataGrid DataGrid1 
         Bindings        =   "frmOrder.frx":0000
         Height          =   1935
         Left            =   120
         TabIndex        =   15
         Top             =   600
         Width           =   10575
         _ExtentX        =   18653
         _ExtentY        =   3413
         _Version        =   393216
         AllowUpdate     =   0   'False
         Appearance      =   0
         BackColor       =   -2147483647
         HeadLines       =   1
         RowHeight       =   15
         RowDividerStyle =   1
         FormatLocked    =   -1  'True
         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
         Caption         =   "订单表"
         ColumnCount     =   12
         BeginProperty Column00 
            DataField       =   "ID"
            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       =   "Cust_Name"
            Caption         =   "顾客姓名"
            BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
               Type            =   0
               Format          =   ""
               HaveTrueFalseNull=   0
               FirstDayOfWeek  =   0
               FirstWeekOfYear =   0
               LCID            =   2052
               SubFormatType   =   0
            EndProperty
         EndProperty
         BeginProperty Column02 
            DataField       =   "O_Date"
            Caption         =   "订单收到时间"
            BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
               Type            =   0
               Format          =   ""
               HaveTrueFalseNull=   0
               FirstDayOfWeek  =   0
               FirstWeekOfYear =   0
               LCID            =   2052
               SubFormatType   =   0
            EndProperty
         EndProperty
         BeginProperty Column03 
            DataField       =   "Order_M"
            Caption         =   "收到金额"
            BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
               Type            =   0
               Format          =   ""
               HaveTrueFalseNull=   0
               FirstDayOfWeek  =   0
               FirstWeekOfYear =   0
               LCID            =   2052
               SubFormatType   =   0
            EndProperty
         EndProperty
         BeginProperty Column04 
            DataField       =   "Post_Price"
            Caption         =   "收到邮费"
            BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
               Type            =   0
               Format          =   ""
               HaveTrueFalseNull=   0
               FirstDayOfWeek  =   0
               FirstWeekOfYear =   0
               LCID            =   2052
               SubFormatType   =   0
            EndProperty
         EndProperty
         BeginProperty Column05 
            DataField       =   "Should_M"
            Caption         =   "应收金额"
            BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
               Type            =   0
               Format          =   ""
               HaveTrueFalseNull=   0
               FirstDayOfWeek  =   0
               FirstWeekOfYear =   0
               LCID            =   2052
               SubFormatType   =   0
            EndProperty
         EndProperty
         BeginProperty Column06 
            DataField       =   "Diff"
            Caption         =   "差额"
            BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
               Type            =   0
               Format          =   ""
               HaveTrueFalseNull=   0
               FirstDayOfWeek  =   0
               FirstWeekOfYear =   0
               LCID            =   2052
               SubFormatType   =   0
            EndProperty
         EndProperty
         BeginProperty Column07 
            DataField       =   "Finish"
            Caption         =   "收单完成"
            BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
               Type            =   0
               Format          =   ""
               HaveTrueFalseNull=   0
               FirstDayOfWeek  =   0
               FirstWeekOfYear =   0
               LCID            =   2052
               SubFormatType   =   0
            EndProperty
         EndProperty
         BeginProperty Column08 
            DataField       =   "Stor_ID"
            Caption         =   "商品编号"
            BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
               Type            =   0
               Format          =   ""
               HaveTrueFalseNull=   0
               FirstDayOfWeek  =   0
               FirstWeekOfYear =   0
               LCID            =   2052
               SubFormatType   =   0
            EndProperty
         EndProperty
         BeginProperty Column09 
            DataField       =   "S_Size"
            Caption         =   "商品尺码"
            BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
               Type            =   0
               Format          =   ""
               HaveTrueFalseNull=   0
               FirstDayOfWeek  =   0
               FirstWeekOfYear =   0
               LCID            =   2052
               SubFormatType   =   0
            EndProperty
         EndProperty
         BeginProperty Column10 
            DataField       =   "Num"
            Caption         =   "商品数量"
            BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
               Type            =   0
               Format          =   ""
               HaveTrueFalseNull=   0
               FirstDayOfWeek  =   0
               FirstWeekOfYear =   0
               LCID            =   2052
               SubFormatType   =   0
            EndProperty
         EndProperty
         BeginProperty Column11 
            DataField       =   "Pri_O"
            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
            BeginProperty Column02 
            EndProperty
            BeginProperty Column03 
            EndProperty
            BeginProperty Column04 
            EndProperty
            BeginProperty Column05 
            EndProperty
            BeginProperty Column06 
            EndProperty
            BeginProperty Column07 
            EndProperty
            BeginProperty Column08 
            EndProperty
            BeginProperty Column09 
            EndProperty
            BeginProperty Column10 
            EndProperty
            BeginProperty Column11 
            EndProperty
         EndProperty
      End
   End
   Begin VB.Frame Frame1 
      BackColor       =   &H80000001&
      Caption         =   "订单信息维护"
      Enabled         =   0   'False
      Height          =   2175
      Left            =   240
      TabIndex        =   0
      Top             =   240
      Width           =   10815
      Begin VB.TextBox Text16 
         Appearance      =   0  'Flat
         DataField       =   "Order_ID"
         DataSource      =   "AdoOrder"
         Height          =   270
         Left            =   10200
         TabIndex        =   37
         Top             =   1320
         Visible         =   0   'False
         Width           =   495
      End
      Begin VB.TextBox Text10 
         Appearance      =   0  'Flat
         DataField       =   "Pri_O"
         DataSource      =   "AdoOrder"
         Height          =   270
         Left            =   6480
         TabIndex        =   11
         Top             =   1560
         Width           =   1095
      End
      Begin VB.TextBox Text9 
         Appearance      =   0  'Flat
         DataField       =   "Num"
         DataSource      =   "AdoOrder"
         Height          =   270
         Left            =   3960
         TabIndex        =   10
         Top             =   1560
         Width           =   1095
      End
      Begin VB.ComboBox Combo2 
         Appearance      =   0  'Flat
         DataField       =   "S_Size"
         DataSource      =   "AdoOrder"
         Height          =   300

⌨️ 快捷键说明

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