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

📄 frmtable.frm

📁 金算盘软件代码
💻 FRM
📖 第 1 页 / 共 3 页
字号:
VERSION 5.00
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "MSFLXGRD.OCX"
Object = "{0D452EE1-E08F-101A-852E-02608C4D0BB4}#2.0#0"; "FM20.DLL"
Object = "{BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0"; "TABCTL32.OCX"
Object = "{F42BDC2B-FC9B-11D1-9ABD-444553540000}#3.2#0"; "ATLEDIT.OCX"
Object = "{6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.2#0"; "COMCTL32.OCX"
Object = "{E0B099CD-729C-11D2-840D-444553540000}#2.0#0"; "LISTTEXT.OCX"
Object = "{D252F124-F62C-11D1-9ABD-444553540000}#1.0#0"; "CALENDAR.DLL"
Begin VB.Form frmTable 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "列表查询向导"
   ClientHeight    =   4740
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   7470
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   5000
   ScaleMode       =   0  'User
   ScaleWidth      =   7500
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  '屏幕中心
   Begin VB.PictureBox picWizard 
      Height          =   3165
      Left            =   360
      ScaleHeight     =   3105
      ScaleWidth      =   1485
      TabIndex        =   10
      Top             =   660
      Width           =   1545
   End
   Begin VB.CommandButton CmdReset 
      Height          =   315
      Left            =   1260
      Style           =   1  'Graphical
      TabIndex        =   1
      Top             =   4380
      UseMaskColor    =   -1  'True
      Width           =   1110
   End
   Begin VB.CommandButton cmdCancel 
      Cancel          =   -1  'True
      Height          =   315
      Left            =   2460
      Style           =   1  'Graphical
      TabIndex        =   2
      Top             =   4380
      UseMaskColor    =   -1  'True
      Width           =   1110
   End
   Begin VB.CommandButton cmdNext 
      Height          =   315
      Left            =   4860
      Style           =   1  'Graphical
      TabIndex        =   4
      Top             =   4380
      UseMaskColor    =   -1  'True
      Width           =   1110
   End
   Begin VB.CommandButton CmdPrevious 
      Height          =   315
      Left            =   3660
      Style           =   1  'Graphical
      TabIndex        =   3
      Top             =   4380
      UseMaskColor    =   -1  'True
      Width           =   1110
   End
   Begin VB.CommandButton cmdComplete 
      Default         =   -1  'True
      Height          =   315
      Left            =   6120
      Style           =   1  'Graphical
      TabIndex        =   5
      Top             =   4380
      UseMaskColor    =   -1  'True
      Width           =   1110
   End
   Begin TabDlg.SSTab sstTable 
      Height          =   4155
      Left            =   90
      TabIndex        =   0
      Top             =   60
      Width           =   7305
      _ExtentX        =   12885
      _ExtentY        =   7329
      _Version        =   327681
      Style           =   1
      Tab             =   1
      TabsPerRow      =   6
      TabHeight       =   520
      TabCaption(0)   =   "名称(&N)"
      TabPicture(0)   =   "frmTable.frx":0000
      Tab(0).ControlEnabled=   0   'False
      Tab(0).Control(0)=   "txtName"
      Tab(0).Control(1)=   "Frame5"
      Tab(0).Control(2)=   "LblName"
      Tab(0).ControlCount=   3
      TabCaption(1)   =   "查询项目(&Q)"
      TabPicture(1)   =   "frmTable.frx":001C
      Tab(1).ControlEnabled=   -1  'True
      Tab(1).Control(0)=   "LblData"
      Tab(1).Control(0).Enabled=   0   'False
      Tab(1).Control(1)=   "LblReport(0)"
      Tab(1).Control(1).Enabled=   0   'False
      Tab(1).Control(2)=   "LblList"
      Tab(1).Control(2).Enabled=   0   'False
      Tab(1).Control(3)=   "cmdUpDown(0)"
      Tab(1).Control(3).Enabled=   0   'False
      Tab(1).Control(4)=   "cmdUpDown(1)"
      Tab(1).Control(4).Enabled=   0   'False
      Tab(1).Control(5)=   "cmdArrow(3)"
      Tab(1).Control(5).Enabled=   0   'False
      Tab(1).Control(6)=   "cmdArrow(2)"
      Tab(1).Control(6).Enabled=   0   'False
      Tab(1).Control(7)=   "cmdArrow(1)"
      Tab(1).Control(7).Enabled=   0   'False
      Tab(1).Control(8)=   "cmdArrow(0)"
      Tab(1).Control(8).Enabled=   0   'False
      Tab(1).Control(9)=   "LstDataField"
      Tab(1).Control(9).Enabled=   0   'False
      Tab(1).Control(10)=   "LstReport"
      Tab(1).Control(10).Enabled=   0   'False
      Tab(1).Control(11)=   "cmdBrowse"
      Tab(1).Control(11).Enabled=   0   'False
      Tab(1).Control(12)=   "txtList"
      Tab(1).Control(12).Enabled=   0   'False
      Tab(1).Control(13)=   "cmdHeadTail"
      Tab(1).Control(13).Enabled=   0   'False
      Tab(1).ControlCount=   14
      TabCaption(2)   =   "查询条件(&C)"
      TabPicture(2)   =   "frmTable.frx":0038
      Tab(2).ControlEnabled=   0   'False
      Tab(2).Control(0)=   "Frame6"
      Tab(2).Control(1)=   "Frame2"
      Tab(2).Control(2)=   "Frame1"
      Tab(2).ControlCount=   3
      Begin VB.CommandButton cmdHeadTail 
         Caption         =   "表头表尾(&D)......"
         Height          =   315
         Left            =   4860
         TabIndex        =   24
         Top             =   3720
         UseMaskColor    =   -1  'True
         Width           =   1875
      End
      Begin VB.TextBox txtList 
         Height          =   315
         Left            =   4860
         TabIndex        =   23
         Top             =   3300
         Width           =   1875
      End
      Begin VB.Frame Frame6 
         Caption         =   "条件设置"
         Height          =   1365
         Left            =   -71850
         TabIndex        =   29
         Top             =   600
         Width           =   3765
         Begin VB.PictureBox picDate 
            BorderStyle     =   0  'None
            Height          =   1035
            Left            =   120
            ScaleHeight     =   1035
            ScaleWidth      =   3405
            TabIndex        =   30
            Top             =   180
            Width           =   3405
            Begin GACALENDARLibCtl.Calendar DateOne 
               Height          =   300
               Left            =   120
               OleObjectBlob   =   "frmTable.frx":0054
               TabIndex        =   43
               Top             =   240
               Width           =   1305
            End
            Begin GACALENDARLibCtl.Calendar DateFrom 
               Height          =   300
               Left            =   1980
               OleObjectBlob   =   "frmTable.frx":00D9
               TabIndex        =   42
               Top             =   240
               Width           =   1300
            End
            Begin GACALENDARLibCtl.Calendar DateTo 
               Height          =   300
               Left            =   1980
               OleObjectBlob   =   "frmTable.frx":015E
               TabIndex        =   41
               Top             =   720
               Width           =   1305
            End
            Begin ListRefer.ListText ReferText2 
               Height          =   300
               Left            =   120
               TabIndex        =   33
               Top             =   240
               Width           =   1300
               _ExtentX        =   2302
               _ExtentY        =   529
               BackColor       =   -2147483643
               BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
                  Name            =   "宋体"
                  Size            =   9
                  Charset         =   134
                  Weight          =   400
                  Underline       =   0   'False
                  Italic          =   0   'False
                  Strikethrough   =   0   'False
               EndProperty
            End
            Begin VB.Label LblTerm 
               Caption         =   "可选期间"
               Height          =   270
               Left            =   120
               TabIndex        =   32
               Top             =   30
               Width           =   1815
            End
            Begin VB.Label lblFrom 
               AutoSize        =   -1  'True
               Caption         =   "从"
               Height          =   180
               Left            =   1770
               TabIndex        =   35
               Top             =   300
               Width           =   180
            End
            Begin VB.Label lblTo 
               AutoSize        =   -1  'True
               Caption         =   "到"
               Height          =   180
               Left            =   1770
               TabIndex        =   37
               Top             =   780
               Width           =   180
            End
         End
         Begin VB.PictureBox picAccount 
            BorderStyle     =   0  'None
            Height          =   1155
            Left            =   120
            ScaleHeight     =   1155
            ScaleWidth      =   3615
            TabIndex        =   31
            Top             =   180
            Width           =   3615
            Begin ListRefer.ListText ReferText1 
               Height          =   300
               Left            =   120
               TabIndex        =   34
               Top             =   270
               Width           =   1300
               _ExtentX        =   2302
               _ExtentY        =   529
               BackColor       =   -2147483639
               BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
                  Name            =   "宋体"
                  Size            =   9
                  Charset         =   134
                  Weight          =   400
                  Underline       =   0   'False
                  Italic          =   0   'False
                  Strikethrough   =   0   'False
               EndProperty
            End
            Begin AtlEdit.TEdit TxtTo 
               Height          =   300
               Left            =   1980
               TabIndex        =   38
               Top             =   720
               Width           =   1300
               _ExtentX        =   2302
               _ExtentY        =   529
               BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
                  Name            =   "宋体"
                  Size            =   9
                  Charset         =   134
                  Weight          =   400
                  Underline       =   0   'False
                  Italic          =   0   'False
                  Strikethrough   =   0   'False
               EndProperty
               Text            =   ""
            End
            Begin AtlEdit.TEdit TxtFrom 
               Height          =   300
               Left            =   1980
               TabIndex        =   39
               Top             =   270
               Width           =   1300
               _ExtentX        =   2302
               _ExtentY        =   529
               BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
                  Name            =   "宋体"
                  Size            =   9
                  Charset         =   134
                  Weight          =   400
                  Underline       =   0   'False
                  Italic          =   0   'False
                  Strikethrough   =   0   'False
               EndProperty
               Text            =   ""
            End
            Begin VB.Label Lblsel 
               AutoSize        =   -1  'True
               Caption         =   "科目"
               Height          =   180
               Left            =   120
               TabIndex        =   40
               Top             =   30
               Width           =   360
            End
         End
         Begin VB.Label Label1 
            Caption         =   "Label1"
            Height          =   285
            Left            =   540
            TabIndex        =   36
            Top             =   240
            Width           =   1725
         End
      End
      Begin VB.Frame Frame2 
         Caption         =   "已选条件"
         Height          =   1815
         Left            =   -71850
         TabIndex        =   27
         Top             =   2040
         Width           =   3765
         Begin MSFlexGridLib.MSFlexGrid MsgFilter 
            Height          =   1515
            Left            =   90
            TabIndex        =   28
            Top             =   210
            Width           =   3405
            _ExtentX        =   6006
            _ExtentY        =   2672
            _Version        =   65541
            FixedCols       =   0
            FocusRect       =   0
            ScrollBars      =   2
            SelectionMode   =   1
         End
      End
      Begin VB.Frame Frame1 
         Caption         =   "可选项目"
         Height          =   3255
         Left            =   -74700
         TabIndex        =   25
         Top             =   600
         Width           =   2505
         Begin ComctlLib.TreeView tvwFilter 
            Height          =   2865
            Left            =   120
            TabIndex        =   26
            Top             =   240
            Width           =   2265
            _ExtentX        =   3995
            _ExtentY        =   5054
            _Version        =   327682
            HideSelection   =   0   'False
            Indentation     =   529
            LineStyle       =   1
            Style           =   7
            ImageList       =   "ImageList1"
            BorderStyle     =   1
            Appearance      =   1
         End
      End
      Begin VB.CommandButton cmdBrowse 
         Caption         =   "数据浏览(&B)"
         Enabled         =   0   'False
         Height          =   315
         Left            =   2340
         TabIndex        =   15
         Top             =   3300
         UseMaskColor    =   -1  'True
         Width           =   1215
      End
      Begin VB.ListBox LstReport 
         Height          =   2220
         Left            =   4860
         MultiSelect     =   2  'Extended
         TabIndex        =   14
         Top             =   900
         Width           =   1875
      End
      Begin VB.ListBox LstDataField 
         Height          =   2220
         Left            =   2340
         MultiSelect     =   2  'Extended
         TabIndex        =   12
         Top             =   900
         Width           =   1875
      End
      Begin VB.CommandButton cmdArrow 
         Caption         =   ">"
         Enabled         =   0   'False
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   9.75
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   336
         Index           =   0
         Left            =   4320
         TabIndex        =   16
         Top             =   1260
         UseMaskColor    =   -1  'True

⌨️ 快捷键说明

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