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

📄 frmtakeoutedit.frm

📁 本系统为汽车销售系统
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Begin VB.Form frmtakeoutedit 
   Caption         =   "Form1"
   ClientHeight    =   7605
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   10605
   LinkTopic       =   "Form1"
   ScaleHeight     =   7605
   ScaleWidth      =   10605
   StartUpPosition =   2  '屏幕中心
   Begin MSAdodcLib.Adodc Adodc3 
      Height          =   495
      Left            =   8160
      Top             =   6960
      Visible         =   0   'False
      Width           =   1455
      _ExtentX        =   2566
      _ExtentY        =   873
      ConnectMode     =   0
      CursorLocation  =   3
      IsolationLevel  =   -1
      ConnectionTimeout=   15
      CommandTimeout  =   30
      CursorType      =   3
      LockType        =   3
      CommandType     =   8
      CursorOptions   =   0
      CacheSize       =   50
      MaxRecords      =   0
      BOFAction       =   0
      EOFAction       =   0
      ConnectStringType=   1
      Appearance      =   1
      BackColor       =   -2147483643
      ForeColor       =   -2147483640
      Orientation     =   0
      Enabled         =   -1
      Connect         =   "dsn=wangliang"
      OLEDBString     =   "dsn=wangliang"
      OLEDBFile       =   ""
      DataSourceName  =   ""
      OtherAttributes =   ""
      UserName        =   ""
      Password        =   ""
      RecordSource    =   "select storename from storehouse"
      Caption         =   "Adodc3"
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      _Version        =   393216
   End
   Begin MSAdodcLib.Adodc Adodc2 
      Height          =   495
      Left            =   4320
      Top             =   7080
      Visible         =   0   'False
      Width           =   1335
      _ExtentX        =   2355
      _ExtentY        =   873
      ConnectMode     =   0
      CursorLocation  =   3
      IsolationLevel  =   -1
      ConnectionTimeout=   15
      CommandTimeout  =   30
      CursorType      =   3
      LockType        =   3
      CommandType     =   8
      CursorOptions   =   0
      CacheSize       =   50
      MaxRecords      =   0
      BOFAction       =   0
      EOFAction       =   0
      ConnectStringType=   1
      Appearance      =   1
      BackColor       =   -2147483643
      ForeColor       =   -2147483640
      Orientation     =   0
      Enabled         =   -1
      Connect         =   "dsn=wangliang"
      OLEDBString     =   "dsn=wangliang"
      OLEDBFile       =   ""
      DataSourceName  =   ""
      OtherAttributes =   ""
      UserName        =   ""
      Password        =   ""
      RecordSource    =   "select proname from product"
      Caption         =   "Adodc2"
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      _Version        =   393216
   End
   Begin MSAdodcLib.Adodc Adodc1 
      Height          =   495
      Left            =   480
      Top             =   6720
      Visible         =   0   'False
      Width           =   1455
      _ExtentX        =   2566
      _ExtentY        =   873
      ConnectMode     =   0
      CursorLocation  =   3
      IsolationLevel  =   -1
      ConnectionTimeout=   15
      CommandTimeout  =   30
      CursorType      =   3
      LockType        =   3
      CommandType     =   8
      CursorOptions   =   0
      CacheSize       =   50
      MaxRecords      =   0
      BOFAction       =   0
      EOFAction       =   0
      ConnectStringType=   1
      Appearance      =   1
      BackColor       =   -2147483643
      ForeColor       =   -2147483640
      Orientation     =   0
      Enabled         =   -1
      Connect         =   "dsn=wangliang"
      OLEDBString     =   "dsn=wangliang"
      OLEDBFile       =   ""
      DataSourceName  =   ""
      OtherAttributes =   ""
      UserName        =   ""
      Password        =   ""
      RecordSource    =   "select clientname from client"
      Caption         =   "Adodc1"
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      _Version        =   393216
   End
   Begin VB.CommandButton cmd_cancel 
      Caption         =   "取    消"
      Height          =   615
      Left            =   5640
      TabIndex        =   28
      Top             =   6480
      Width           =   1815
   End
   Begin VB.CommandButton cmd_ok 
      Caption         =   "确    定"
      Height          =   615
      Left            =   2400
      TabIndex        =   27
      Top             =   6480
      Width           =   1815
   End
   Begin VB.Frame Frame3 
      Caption         =   "出库信息"
      Height          =   1695
      Left            =   240
      TabIndex        =   18
      Top             =   4200
      Width           =   10335
      Begin VB.ComboBox Combostore 
         DataField       =   "storename"
         DataSource      =   "Adodc3"
         Height          =   300
         Left            =   960
         TabIndex        =   26
         Top             =   1080
         Width           =   2055
      End
      Begin VB.TextBox txtAmount 
         Height          =   375
         Left            =   7800
         TabIndex        =   24
         Text            =   " "
         Top             =   360
         Width           =   2295
      End
      Begin VB.TextBox txtnum 
         Height          =   375
         Left            =   4440
         TabIndex        =   22
         Text            =   " "
         Top             =   360
         Width           =   2055
      End
      Begin VB.TextBox txtprice1 
         Height          =   375
         Left            =   960
         TabIndex        =   20
         Text            =   " "
         Top             =   360
         Width           =   2055
      End
      Begin VB.Label Label12 
         Caption         =   "选择仓库"
         Height          =   375
         Left            =   120
         TabIndex        =   25
         Top             =   1080
         Width           =   855
      End
      Begin VB.Label Label11 
         Caption         =   "总金额"
         Height          =   495
         Left            =   6840
         TabIndex        =   23
         Top             =   480
         Width           =   1575
      End
      Begin VB.Label Label10 
         Caption         =   "产品数量"
         Height          =   375
         Left            =   3360
         TabIndex        =   21
         Top             =   480
         Width           =   1575
      End
      Begin VB.Label Label9 
         Caption         =   "产品单价"
         Height          =   375
         Left            =   120
         TabIndex        =   19
         Top             =   480
         Width           =   1215
      End
   End
   Begin VB.Frame Frame2 
      Caption         =   "产品信息"
      Height          =   3135
      Left            =   5400
      TabIndex        =   11
      Top             =   840
      Width           =   5175
      Begin VB.TextBox txtprice 
         Height          =   495
         Left            =   960
         TabIndex        =   17
         Text            =   " "
         Top             =   1920
         Width           =   1935
      End
      Begin VB.TextBox txtunit 
         Height          =   375
         Left            =   960
         TabIndex        =   15
         Text            =   " "
         Top             =   1080
         Width           =   1935
      End
      Begin VB.ComboBox Combopro 
         DataField       =   "proname"
         DataSource      =   "Adodc2"
         Height          =   300
         Left            =   960
         TabIndex        =   13
         Top             =   360
         Width           =   3975
      End
      Begin VB.Label Label8 
         Caption         =   "参与价格"
         Height          =   375
         Left            =   120
         TabIndex        =   16
         Top             =   2040
         Width           =   975
      End
      Begin VB.Label Label7 
         Caption         =   "计量单位"
         Height          =   375
         Left            =   120
         TabIndex        =   14
         Top             =   1200
         Width           =   975
      End
      Begin VB.Label Label6 
         Caption         =   "产品名称"
         Height          =   495
         Left            =   120
         TabIndex        =   12
         Top             =   480
         Width           =   1575
      End
   End
   Begin VB.Frame Frame1 
      Caption         =   "客户消息"
      Height          =   3135
      Left            =   240
      TabIndex        =   0
      Top             =   840
      Width           =   5175
      Begin VB.TextBox txtphone 
         Height          =   375
         Left            =   960
         TabIndex        =   10
         Text            =   " "
         Top             =   960
         Width           =   1575
      End
      Begin VB.TextBox txtaddr 
         Height          =   375
         Left            =   960
         TabIndex        =   8

⌨️ 快捷键说明

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