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

📄 frmconsignment_main.frm

📁 英文版Access数据库编程
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form frmConsignment_Main 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "Consignment Contracts"
   ClientHeight    =   5280
   ClientLeft      =   45
   ClientTop       =   435
   ClientWidth     =   9105
   ControlBox      =   0   'False
   BeginProperty Font 
      Name            =   "Tahoma"
      Size            =   8.25
      Charset         =   0
      Weight          =   400
      Underline       =   0   'False
      Italic          =   0   'False
      Strikethrough   =   0   'False
   EndProperty
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   5280
   ScaleWidth      =   9105
   StartUpPosition =   1  'CenterOwner
   Begin VB.CommandButton cmdDelete 
      Caption         =   "&Delete"
      BeginProperty Font 
         Name            =   "Tahoma"
         Size            =   8.25
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   7800
      TabIndex        =   7
      ToolTipText     =   "Click here to delete the selected consignment contract."
      Top             =   4320
      Width           =   1095
   End
   Begin VB.CommandButton cmdEdit 
      Caption         =   "&Edit"
      BeginProperty Font 
         Name            =   "Tahoma"
         Size            =   8.25
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   7800
      TabIndex        =   6
      ToolTipText     =   "Click here to edit the selected contract."
      Top             =   3840
      Width           =   1095
   End
   Begin VB.CommandButton cmdNew 
      Caption         =   "&New"
      BeginProperty Font 
         Name            =   "Tahoma"
         Size            =   8.25
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   7800
      TabIndex        =   5
      ToolTipText     =   "Click here to create a new consignment contract."
      Top             =   3360
      Width           =   1095
   End
   Begin VB.CommandButton cmdClose 
      Caption         =   "&Close"
      BeginProperty Font 
         Name            =   "Tahoma"
         Size            =   8.25
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   7800
      TabIndex        =   8
      ToolTipText     =   "Click here to close this window."
      Top             =   4800
      Width           =   1095
   End
   Begin MSComctlLib.ListView lvContracts 
      Height          =   2295
      Left            =   120
      TabIndex        =   0
      Top             =   960
      Width           =   8895
      _ExtentX        =   15690
      _ExtentY        =   4048
      View            =   3
      LabelEdit       =   1
      LabelWrap       =   -1  'True
      HideSelection   =   -1  'True
      FullRowSelect   =   -1  'True
      _Version        =   393217
      ForeColor       =   -2147483640
      BackColor       =   -2147483643
      Appearance      =   1
      NumItems        =   0
   End
   Begin VB.TextBox txtContract 
      Height          =   285
      Left            =   1920
      MaxLength       =   10
      TabIndex        =   1
      Top             =   3360
      Width           =   1455
   End
   Begin VB.TextBox txtEnd 
      Height          =   285
      Left            =   1920
      MaxLength       =   10
      TabIndex        =   4
      Top             =   4800
      Width           =   1335
   End
   Begin VB.TextBox txtStart 
      Height          =   285
      Left            =   1920
      MaxLength       =   10
      TabIndex        =   3
      Top             =   4320
      Width           =   1335
   End
   Begin VB.ComboBox cmbCustomer 
      Height          =   315
      ItemData        =   "frmConsignment_Main.frx":0000
      Left            =   1920
      List            =   "frmConsignment_Main.frx":0002
      Style           =   2  'Dropdown List
      TabIndex        =   2
      Top             =   3840
      Width           =   2775
   End
   Begin VB.CommandButton cmdSave 
      Caption         =   "&Save"
      BeginProperty Font 
         Name            =   "Tahoma"
         Size            =   8.25
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   7800
      TabIndex        =   9
      Top             =   4320
      Width           =   1095
   End
   Begin VB.CommandButton cmdCancel 
      Caption         =   "&Cancel"
      BeginProperty Font 
         Name            =   "Tahoma"
         Size            =   8.25
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   7800
      TabIndex        =   10
      Top             =   4800
      Width           =   1095
   End
   Begin VB.Label lblHidden 
      Height          =   255
      Left            =   3480
      TabIndex        =   17
      Top             =   3360
      Visible         =   0   'False
      Width           =   1215
   End
   Begin VB.Label Label5 
      Caption         =   "(Leave blank if no expiry.)"
      Height          =   255
      Left            =   3360
      TabIndex        =   16
      Top             =   4800
      Width           =   1935
   End
   Begin VB.Label Label4 
      Caption         =   "Expiry Date:"
      Height          =   255
      Left            =   120
      TabIndex        =   15
      Top             =   4800
      Width           =   1695
   End
   Begin VB.Label Label3 
      Caption         =   "Commencement Date:"
      Height          =   255
      Left            =   120
      TabIndex        =   14
      Top             =   4320
      Width           =   1695
   End
   Begin VB.Label Label2 
      Caption         =   "Contract No:"
      Height          =   255
      Left            =   120
      TabIndex        =   13
      Top             =   3360
      Width           =   1095
   End
   Begin VB.Label Label1 
      Caption         =   "Customer ID:"
      Height          =   255
      Left            =   120
      TabIndex        =   12
      Top             =   3840
      Width           =   1095
   End
   Begin VB.Image Image1 
      Height          =   480
      Left            =   120
      Picture         =   "frmConsignment_Main.frx":0004
      Top             =   120
      Width           =   480
   End
   Begin VB.Label lblNotes 
      BackStyle       =   0  'Transparent
      ForeColor       =   &H00FFFFFF&
      Height          =   615
      Left            =   840
      TabIndex        =   11
      Top             =   120
      Width           =   8175
   End
   Begin VB.Shape Shape1 
      BackColor       =   &H00FF8080&
      BackStyle       =   1  'Opaque
      BorderStyle     =   0  'Transparent
      Height          =   855
      Left            =   0
      Top             =   0
      Width           =   9135
   End
End
Attribute VB_Name = "frmConsignment_Main"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Type TContract
    contractNo As String
    customerID As String
    startDate As String
    endDate As String
End Type

⌨️ 快捷键说明

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