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

📄 frmsearch.frm

📁 用于电子行业打印复杂报表格式和不干胶标签
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Begin VB.Form frmSearch 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "根据条件查找记录"
   ClientHeight    =   4320
   ClientLeft      =   3195
   ClientTop       =   1125
   ClientWidth     =   6870
   Icon            =   "frmSearch.frx":0000
   LinkTopic       =   "Form2"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   4320
   ScaleWidth      =   6870
   StartUpPosition =   2  '屏幕中心
   Begin VB.CommandButton CmdAll 
      Caption         =   "全部"
      Default         =   -1  'True
      Height          =   510
      Left            =   6000
      Picture         =   "frmSearch.frx":0442
      TabIndex        =   34
      Top             =   1905
      Width           =   765
   End
   Begin VB.TextBox Text1 
      Height          =   300
      Left            =   5970
      TabIndex        =   8
      Text            =   "Text1"
      Top             =   3510
      Visible         =   0   'False
      Width           =   765
   End
   Begin VB.CommandButton CmdCancel 
      Caption         =   "关闭"
      Height          =   510
      Left            =   6000
      Picture         =   "frmSearch.frx":0756
      Style           =   1  'Graphical
      TabIndex        =   5
      Top             =   2610
      Width           =   765
   End
   Begin VB.CommandButton CmdOk 
      Caption         =   "搜索"
      Height          =   510
      Left            =   6000
      Picture         =   "frmSearch.frx":0A6A
      Style           =   1  'Graphical
      TabIndex        =   4
      Top             =   1200
      Width           =   765
   End
   Begin VB.Frame Frame1 
      Caption         =   "条件选择"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H000000C0&
      Height          =   4005
      Left            =   135
      TabIndex        =   0
      Top             =   150
      Width           =   5745
      Begin VB.ComboBox Cmbzd4 
         Height          =   300
         Left            =   180
         TabIndex        =   33
         Text            =   "Cmbzd4"
         Top             =   2790
         Width           =   1500
      End
      Begin VB.ComboBox Cmbgx4 
         Height          =   300
         ItemData        =   "frmSearch.frx":0D7E
         Left            =   2370
         List            =   "frmSearch.frx":0D94
         TabIndex        =   32
         Text            =   "Cmbgx4"
         Top             =   2790
         Width           =   1000
      End
      Begin VB.ComboBox Cmbbjz4 
         Height          =   300
         Left            =   4080
         TabIndex        =   31
         Text            =   "Cmbbjz4"
         Top             =   2790
         Width           =   1500
      End
      Begin VB.Frame Frame5 
         Height          =   405
         Left            =   180
         TabIndex        =   28
         Top             =   2310
         Width           =   1815
         Begin VB.OptionButton OptAnd3 
            Caption         =   "并且"
            Height          =   180
            Left            =   120
            TabIndex        =   30
            Top             =   150
            Width           =   675
         End
         Begin VB.OptionButton OptOr3 
            Caption         =   "或者"
            Height          =   180
            Left            =   1050
            TabIndex        =   29
            Top             =   165
            Width           =   675
         End
      End
      Begin VB.ComboBox Cmbbjz5 
         Height          =   300
         Left            =   4080
         TabIndex        =   27
         Text            =   "Cmbbjz5"
         Top             =   3570
         Width           =   1500
      End
      Begin VB.ComboBox Cmbgx5 
         Height          =   300
         ItemData        =   "frmSearch.frx":0DAF
         Left            =   2370
         List            =   "frmSearch.frx":0DC5
         TabIndex        =   26
         Text            =   "Cmbgx4"
         Top             =   3570
         Width           =   1000
      End
      Begin VB.ComboBox Cmbzd5 
         Height          =   300
         Left            =   180
         TabIndex        =   25
         Text            =   "Cmbzd5"
         Top             =   3570
         Width           =   1500
      End
      Begin VB.Frame Frame4 
         Height          =   405
         Left            =   180
         TabIndex        =   22
         Top             =   3090
         Width           =   1815
         Begin VB.OptionButton OptOr4 
            Caption         =   "或者"
            Height          =   180
            Left            =   1050
            TabIndex        =   24
            Top             =   165
            Width           =   675
         End
         Begin VB.OptionButton OptAnd4 
            Caption         =   "并且"
            Height          =   180
            Left            =   120
            TabIndex        =   23
            Top             =   165
            Width           =   675
         End
      End
      Begin VB.ComboBox Cmbgx1 
         Height          =   300
         ItemData        =   "frmSearch.frx":0DE0
         Left            =   2370
         List            =   "frmSearch.frx":0DF6
         TabIndex        =   21
         Text            =   "Cmbgx1"
         Top             =   450
         Width           =   1000
      End
      Begin VB.Frame Frame3 
         Height          =   405
         Left            =   180
         TabIndex        =   18
         Top             =   1530
         Width           =   1815
         Begin VB.OptionButton OptAnd2 
            Caption         =   "并且"
            Height          =   180
            Left            =   120
            TabIndex        =   20
            Top             =   165
            Width           =   675
         End
         Begin VB.OptionButton OptOr2 
            Caption         =   "或者"
            Height          =   180
            Left            =   1050
            TabIndex        =   19
            Top             =   165
            Width           =   675
         End
      End
      Begin VB.ComboBox Cmbzd3 
         Height          =   300
         Left            =   180
         TabIndex        =   17
         Text            =   "Cmbzd3"
         Top             =   2010
         Width           =   1500
      End
      Begin VB.ComboBox Cmbgx3 
         Height          =   300
         ItemData        =   "frmSearch.frx":0E11
         Left            =   2370
         List            =   "frmSearch.frx":0E27
         TabIndex        =   16
         Text            =   "Cmbgx3"
         Top             =   2010
         Width           =   1000
      End
      Begin VB.ComboBox Cmbbjz3 
         Height          =   300
         Left            =   4080
         TabIndex        =   15
         Text            =   "Cmbbjz3"
         Top             =   2010
         Width           =   1500
      End
      Begin VB.Frame Frame2 
         Height          =   405
         Left            =   180
         TabIndex        =   12
         Top             =   750
         Width           =   1815
         Begin VB.OptionButton OptOr1 
            Caption         =   "或者"
            Height          =   180
            Left            =   1050
            TabIndex        =   14
            Top             =   165
            Width           =   675
         End
         Begin VB.OptionButton OptAnd1 
            Caption         =   "并且"
            Height          =   180
            Left            =   120
            TabIndex        =   13
            Top             =   165
            Width           =   675
         End
      End
      Begin VB.ComboBox Cmbbjz2 
         Height          =   300
         Left            =   4080
         TabIndex        =   11
         Text            =   "Cmbbjz2"
         Top             =   1230
         Width           =   1500
      End
      Begin VB.ComboBox Cmbgx2 
         Height          =   300
         ItemData        =   "frmSearch.frx":0E42
         Left            =   2370
         List            =   "frmSearch.frx":0E58
         TabIndex        =   10
         Text            =   "Cmbgx2"
         Top             =   1230
         Width           =   1000
      End

⌨️ 快捷键说明

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