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

📄 dialog1.frm

📁 主要是实现超市管理系统中条形码的串口编程
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Dialog1 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "对话框标题"
   ClientHeight    =   4995
   ClientLeft      =   2760
   ClientTop       =   3750
   ClientWidth     =   5955
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   4995
   ScaleWidth      =   5955
   ShowInTaskbar   =   0   'False
   Begin VB.Frame Frame1 
      Height          =   3615
      Left            =   0
      TabIndex        =   2
      Top             =   0
      Width           =   4215
      Begin VB.ListBox List1 
         BackColor       =   &H80000018&
         Height          =   600
         ItemData        =   "Dialog1.frx":0000
         Left            =   960
         List            =   "Dialog1.frx":000D
         TabIndex        =   7
         Top             =   480
         Width           =   1095
      End
      Begin VB.ListBox List2 
         BackColor       =   &H80000018&
         Height          =   600
         ItemData        =   "Dialog1.frx":0029
         Left            =   960
         List            =   "Dialog1.frx":0036
         TabIndex        =   6
         Top             =   1560
         Width           =   1095
      End
      Begin VB.ListBox List3 
         BackColor       =   &H80000018&
         Height          =   600
         ItemData        =   "Dialog1.frx":0058
         Left            =   960
         List            =   "Dialog1.frx":0065
         TabIndex        =   5
         Top             =   2640
         Width           =   1095
      End
      Begin VB.ListBox List4 
         BackColor       =   &H80000018&
         Height          =   600
         ItemData        =   "Dialog1.frx":007D
         Left            =   3600
         List            =   "Dialog1.frx":008A
         TabIndex        =   4
         Top             =   480
         Width           =   1095
      End
      Begin VB.ListBox List5 
         BackColor       =   &H80000018&
         Height          =   600
         ItemData        =   "Dialog1.frx":00A6
         Left            =   3600
         List            =   "Dialog1.frx":00B3
         TabIndex        =   3
         Top             =   1560
         Width           =   1095
      End
      Begin VB.Label Label1 
         Caption         =   "串 口"
         Height          =   375
         Left            =   120
         TabIndex        =   12
         Top             =   360
         Width           =   615
      End
      Begin VB.Label Label2 
         Caption         =   "波特率"
         Height          =   375
         Left            =   2760
         TabIndex        =   11
         Top             =   360
         Width           =   615
      End
      Begin VB.Label Label3 
         Caption         =   "校 验"
         Height          =   255
         Left            =   120
         TabIndex        =   10
         Top             =   1440
         Width           =   735
      End
      Begin VB.Label Label4 
         Caption         =   "数据位"
         Height          =   255
         Left            =   2760
         TabIndex        =   9
         Top             =   1320
         Width           =   615
      End
      Begin VB.Label Label5 
         Caption         =   "停止位"
         Height          =   375
         Left            =   120
         TabIndex        =   8
         Top             =   2400
         Width           =   735
      End
   End
   Begin VB.CommandButton CancelButton 
      Caption         =   "取消"
      Height          =   375
      Left            =   4680
      TabIndex        =   1
      Top             =   600
      Width           =   1215
   End
   Begin VB.CommandButton OKButton 
      Caption         =   "确定"
      Height          =   375
      Left            =   4680
      TabIndex        =   0
      Top             =   120
      Width           =   1215
   End
End
Attribute VB_Name = "Dialog1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

Option Explicit

Private Sub OKButton_Click()

End Sub

⌨️ 快捷键说明

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