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

📄 frmjhd.frm

📁 送水管理系统 运用VISUAL BASIC言自制系统
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "Msadodc.OCX"
Begin VB.Form FRMJHD 
   BackColor       =   &H80000004&
   Caption         =   "进货单"
   ClientHeight    =   7365
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   10020
   LinkTopic       =   "Form1"
   Picture         =   "FRMJHD.frx":0000
   ScaleHeight     =   7365
   ScaleWidth      =   10020
   StartUpPosition =   2  '屏幕中心
   Begin MSDataGridLib.DataGrid msglist 
      Bindings        =   "FRMJHD.frx":803B
      Height          =   2055
      Left            =   120
      TabIndex        =   16
      Top             =   4920
      Width           =   9855
      _ExtentX        =   17383
      _ExtentY        =   3625
      _Version        =   393216
      BackColor       =   16744576
      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 MSAdodcLib.Adodc Adodc1 
      Height          =   375
      Left            =   2400
      Top             =   7440
      Visible         =   0   'False
      Width           =   3855
      _ExtentX        =   6800
      _ExtentY        =   661
      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         =   "Provider=MSDASQL.1;Password=515515;Persist Security Info=True;User ID=sa;Data Source=login"
      OLEDBString     =   "Provider=MSDASQL.1;Password=515515;Persist Security Info=True;User ID=sa;Data Source=login"
      OLEDBFile       =   ""
      DataSourceName  =   ""
      OtherAttributes =   ""
      UserName        =   ""
      Password        =   ""
      RecordSource    =   "select * from jhd"
      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.ComboBox Combo3 
      DataField       =   "进货时间"
      DataSource      =   "Adodc1"
      Enabled         =   0   'False
      Height          =   300
      Left            =   7200
      TabIndex        =   21
      Text            =   "Combo3"
      Top             =   840
      Width           =   1335
   End
   Begin VB.Frame Frame2 
      BackColor       =   &H00FF8080&
      Caption         =   "商品信息"
      Height          =   2415
      Left            =   120
      TabIndex        =   7
      Top             =   2400
      Width           =   9855
      Begin VB.ComboBox Combo4 
         DataField       =   "单位"
         DataSource      =   "Adodc1"
         Height          =   300
         Left            =   4800
         TabIndex        =   24
         Text            =   "Combo4"
         Top             =   600
         Width           =   1335
      End
      Begin VB.TextBox Text4 
         DataField       =   "备注"
         DataSource      =   "Adodc1"
         Height          =   495
         Left            =   1560
         TabIndex        =   23
         Text            =   "Text4"
         Top             =   1800
         Width           =   7575
      End
      Begin VB.TextBox Text3 
         DataField       =   "金额"
         DataSource      =   "Adodc1"
         Height          =   375
         Left            =   4800
         TabIndex        =   19
         Text            =   "Text3"
         Top             =   1200
         Width           =   1335
      End
      Begin VB.TextBox Text2 
         DataField       =   "数量"
         DataSource      =   "Adodc1"
         Height          =   375
         Left            =   1560
         TabIndex        =   18
         Text            =   "Text2"
         Top             =   1080
         Width           =   1215
      End
      Begin VB.ComboBox Combo1 
         DataField       =   "商品名称"
         DataSource      =   "Adodc1"
         Height          =   300
         Left            =   1560
         TabIndex        =   9
         Text            =   "Combo1"
         Top             =   480
         Width           =   1215
      End
      Begin VB.ComboBox Combo2 
         DataField       =   "开票人"
         DataSource      =   "Adodc1"
         Height          =   300
         Left            =   7560
         TabIndex        =   8
         Text            =   "Combo2"
         Top             =   600
         Width           =   1455
      End
      Begin VB.Label Label4 
         BackStyle       =   0  'Transparent
         Caption         =   "备    注:"
         ForeColor       =   &H00800000&
         Height          =   375
         Left            =   480
         TabIndex        =   22
         Top             =   1800
         Width           =   855
      End
      Begin VB.Label label2 
         BackStyle       =   0  'Transparent
         Caption         =   "Label2"
         DataField       =   "总金额"
         DataSource      =   "Adodc1"
         Height          =   375
         Index           =   3
         Left            =   7680
         TabIndex        =   17
         Top             =   1320
         Width           =   1575
      End
      Begin VB.Label Label1 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "总金额 "
         ForeColor       =   &H00800000&
         Height          =   180
         Index           =   10
         Left            =   6720
         TabIndex        =   15
         Top             =   1320
         Width           =   630
      End
      Begin VB.Label Label1 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "商品单价"
         ForeColor       =   &H00800000&
         Height          =   180
         Index           =   9
         Left            =   3720
         TabIndex        =   14
         Top             =   1320
         Width           =   720
      End
      Begin VB.Label Label1 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "商品数量"
         ForeColor       =   &H00800000&
         Height          =   180
         Index           =   8
         Left            =   480
         TabIndex        =   13
         Top             =   1200
         Width           =   720
      End
      Begin VB.Label Label1 

⌨️ 快捷键说明

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