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

📄 frmioorder.frm

📁 这个是VB环境开发的,我也是转载的把原来的Access数据库改成了SQl Server数据库.希望大家可以借鉴
💻 FRM
📖 第 1 页 / 共 5 页
字号:
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 = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Object = "{F0D2F211-CCB0-11D0-A316-00AA00688B10}#1.0#0"; "MSDATLST.OCX"
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Begin VB.Form frmioorder 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "入 库 单"
   ClientHeight    =   6165
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   8805
   BeginProperty Font 
      Name            =   "宋体"
      Size            =   10.5
      Charset         =   134
      Weight          =   400
      Underline       =   0   'False
      Italic          =   0   'False
      Strikethrough   =   0   'False
   EndProperty
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MDIChild        =   -1  'True
   MinButton       =   0   'False
   ScaleHeight     =   6165
   ScaleWidth      =   8805
   ShowInTaskbar   =   0   'False
   Begin VB.PictureBox Picture1 
      BorderStyle     =   0  'None
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Left            =   0
      Picture         =   "FrmIOorder.frx":0000
      ScaleHeight     =   495
      ScaleWidth      =   8775
      TabIndex        =   1
      Top             =   600
      Width           =   8775
      Begin VB.Label Label1 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "入 库 单"
         BeginProperty Font 
            Name            =   "隶书"
            Size            =   15
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H0080C0FF&
         Height          =   300
         Left            =   480
         TabIndex        =   2
         Top             =   120
         Width           =   1290
      End
   End
   Begin VB.ComboBox cmbPT 
      Appearance      =   0  'Flat
      Height          =   312
      ItemData        =   "FrmIOorder.frx":3F60
      Left            =   6480
      List            =   "FrmIOorder.frx":3F62
      TabIndex        =   32
      Top             =   2280
      Width           =   1335
   End
   Begin MSComDlg.CommonDialog dlg 
      Left            =   7080
      Top             =   120
      _ExtentX        =   847
      _ExtentY        =   847
      _Version        =   393216
   End
   Begin VB.Frame Frame1 
      BackColor       =   &H00E0E0E0&
      Height          =   1092
      Left            =   0
      TabIndex        =   20
      Top             =   1080
      Width           =   8775
      Begin VB.CommandButton Command4 
         Appearance      =   0  'Flat
         BackColor       =   &H00E0E0E0&
         Caption         =   "导入历史数据"
         Enabled         =   0   'False
         Height          =   255
         Left            =   7080
         Style           =   1  'Graphical
         TabIndex        =   36
         Top             =   720
         Width           =   1572
      End
      Begin VB.CommandButton ccmdinput 
         Appearance      =   0  'Flat
         BackColor       =   &H00E0E0E0&
         Caption         =   "导入数据"
         Enabled         =   0   'False
         Height          =   255
         Left            =   5280
         Style           =   1  'Graphical
         TabIndex        =   29
         Top             =   720
         Width           =   1575
      End
      Begin VB.TextBox txtid 
         Appearance      =   0  'Flat
         BackColor       =   &H00E0E0E0&
         Enabled         =   0   'False
         Height          =   315
         Left            =   1080
         TabIndex        =   24
         Top             =   250
         Width           =   1575
      End
      Begin VB.TextBox txtmemo 
         Appearance      =   0  'Flat
         Height          =   255
         Left            =   1080
         TabIndex        =   21
         Top             =   720
         Width           =   3975
      End
      Begin MSDataListLib.DataCombo dtcmb 
         Height          =   360
         Left            =   6480
         TabIndex        =   22
         Top             =   240
         Width           =   1575
         _ExtentX        =   2778
         _ExtentY        =   635
         _Version        =   393216
         Appearance      =   0
         Text            =   ""
      End
      Begin MSComCtl2.DTPicker dtptime 
         Height          =   330
         Left            =   3480
         TabIndex        =   23
         Top             =   240
         Width           =   1575
         _ExtentX        =   2778
         _ExtentY        =   582
         _Version        =   393216
         CalendarTitleBackColor=   14737632
         Format          =   30081025
         CurrentDate     =   37511
      End
      Begin VB.Label lbl1 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "入库单号:"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   195
         Left            =   120
         TabIndex        =   28
         Top             =   240
         Width           =   900
      End
      Begin VB.Label lbl2 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "经办人:"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   180
         Left            =   5520
         TabIndex        =   27
         Top             =   240
         Width           =   720
      End
      Begin VB.Label Label2 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "日 期:"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   180
         Left            =   2880
         TabIndex        =   26
         Top             =   240
         Width           =   630
      End
      Begin VB.Label Label6 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "备注:"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   180
         Left            =   120
         TabIndex        =   25
         Top             =   720
         Width           =   540
      End
   End
   Begin VB.Frame frmio 
      BackColor       =   &H00E0E0E0&
      Enabled         =   0   'False
      ForeColor       =   &H00808080&
      Height          =   975
      Left            =   0
      TabIndex        =   3
      Top             =   2040
      Width           =   8775
      Begin VB.CommandButton Command2 
         BackColor       =   &H00E0E0E0&
         Caption         =   "查找"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   2640
         Style           =   1  'Graphical
         TabIndex        =   9
         Top             =   240
         Width           =   615
      End
      Begin VB.TextBox txttype 
         Appearance      =   0  'Flat
         BackColor       =   &H00E0E0E0&
         Enabled         =   0   'False
         Height          =   276
         Left            =   960
         TabIndex        =   34
         Top             =   600
         Width           =   2292
      End
      Begin VB.CommandButton CMDADDDTL 
         BackColor       =   &H00E0E0E0&
         Caption         =   "添加"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   7920
         Style           =   1  'Graphical
         TabIndex        =   19
         Top             =   240
         Width           =   732
      End
      Begin VB.CommandButton Command3 
         BackColor       =   &H00E0E0E0&
         Caption         =   "修改"
         Enabled         =   0   'False
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   7920
         Style           =   1  'Graphical
         TabIndex        =   18
         Top             =   600
         Width           =   732
      End
      Begin VB.TextBox txtamount 
         Appearance      =   0  'Flat
         Height          =   276
         Left            =   3840
         TabIndex        =   16
         Top             =   600
         Width           =   1572
      End
      Begin VB.TextBox txtPrice 
         Appearance      =   0  'Flat
         Height          =   276
         Left            =   3840
         TabIndex        =   14
         Top             =   240
         Width           =   1572
      End
      Begin VB.TextBox txtProd 
         Appearance      =   0  'Flat
         BackColor       =   &H00E0E0E0&
         Enabled         =   0   'False
         Height          =   276
         Left            =   960
         TabIndex        =   10
         Top             =   240
         Width           =   1680
      End
      Begin VB.TextBox txtcompname 
         Appearance      =   0  'Flat
         BackColor       =   &H00FFFFFF&
         Height          =   276
         Left            =   6120
         TabIndex        =   4
         Top             =   600
         Width           =   1692
      End
      Begin VB.CommandButton Command1 
         BackColor       =   &H00E0E0E0&
         Caption         =   "查找"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   4440
         Style           =   1  'Graphical
         TabIndex        =   6
         Top             =   600
         Visible         =   0   'False
         Width           =   615

⌨️ 快捷键说明

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