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

📄 frmsalaryfunction.frm

📁 金算盘软件代码
💻 FRM
📖 第 1 页 / 共 3 页
字号:
VERSION 5.00
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "MSFLXGRD.OCX"
Object = "{81110CCB-022B-11D3-A348-0080C89152FF}#1.3#0"; "ORAGLIST.OCX"
Begin VB.Form frmSalaryFunction 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "计算函数"
   ClientHeight    =   4590
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   7155
   HelpContextID   =   10227
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   4590
   ScaleWidth      =   7155
   ShowInTaskbar   =   0   'False
   StartUpPosition =   3  '窗口缺省
   Begin VB.ComboBox cobEdit 
      Height          =   300
      ItemData        =   "frmSalaryFunction.frx":0000
      Left            =   4155
      List            =   "frmSalaryFunction.frx":0013
      Style           =   2  'Dropdown List
      TabIndex        =   6
      Top             =   675
      Width           =   1620
   End
   Begin VB.CommandButton cmdButton 
      Height          =   375
      Index           =   1
      Left            =   5985
      Style           =   1  'Graphical
      TabIndex        =   30
      Tag             =   "1002"
      Top             =   540
      UseMaskColor    =   -1  'True
      Width           =   1095
   End
   Begin VB.CommandButton cmdButton 
      Height          =   375
      Index           =   0
      Left            =   5985
      Style           =   1  'Graphical
      TabIndex        =   29
      Tag             =   "1001"
      Top             =   135
      UseMaskColor    =   -1  'True
      Width           =   1095
   End
   Begin VB.Frame fra 
      Caption         =   "函数"
      Height          =   1095
      Index           =   1
      Left            =   75
      TabIndex        =   0
      Top             =   45
      Width           =   5820
      Begin ListRefer.ListText litEdit 
         Height          =   285
         Index           =   0
         Left            =   1140
         TabIndex        =   2
         Top             =   255
         Width           =   4560
         _ExtentX        =   8043
         _ExtentY        =   503
         AutoPop         =   0   'False
         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 ListRefer.ListText litEdit 
         Height          =   285
         Index           =   1
         Left            =   1140
         TabIndex        =   4
         Top             =   630
         Width           =   1860
         _ExtentX        =   3281
         _ExtentY        =   503
         AutoPop         =   0   'False
         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 lblCaption 
         BackStyle       =   0  'Transparent
         Caption         =   "函数类型(&F)"
         Height          =   255
         Index           =   0
         Left            =   3075
         TabIndex        =   5
         Top             =   675
         Width           =   1110
      End
      Begin VB.Label lblCaption 
         BackStyle       =   0  'Transparent
         Caption         =   "计算项目(&I)"
         Height          =   255
         Index           =   1
         Left            =   105
         TabIndex        =   3
         Top             =   675
         Width           =   1170
      End
      Begin VB.Label lblCaption 
         BackStyle       =   0  'Transparent
         Caption         =   "工资表(&G)"
         Height          =   255
         Index           =   3
         Left            =   105
         TabIndex        =   1
         Top             =   300
         Width           =   1035
      End
   End
   Begin VB.Frame fra 
      Caption         =   "条件"
      Height          =   3330
      Index           =   0
      Left            =   60
      TabIndex        =   7
      Top             =   1170
      Width           =   5850
      Begin VB.TextBox txtEdit 
         Height          =   870
         HideSelection   =   0   'False
         Left            =   105
         MultiLine       =   -1  'True
         ScrollBars      =   2  'Vertical
         TabIndex        =   9
         Top             =   465
         Width           =   5625
      End
      Begin VB.Frame frmWizard 
         Height          =   1725
         Index           =   1
         Left            =   90
         TabIndex        =   10
         Top             =   1500
         Width           =   1335
         Begin VB.CommandButton cmdOperator 
            Caption         =   "并且"
            Height          =   285
            Index           =   12
            Left            =   130
            TabIndex        =   23
            Top             =   1320
            Width           =   540
         End
         Begin VB.CommandButton cmdOperator 
            Caption         =   "或者"
            Height          =   285
            Index           =   13
            Left            =   680
            TabIndex        =   24
            Top             =   1320
            Width           =   540
         End
         Begin VB.CommandButton cmdOperator 
            Caption         =   "+"
            Height          =   225
            Index           =   0
            Left            =   130
            TabIndex        =   11
            Top             =   210
            Width           =   315
         End
         Begin VB.CommandButton cmdOperator 
            Caption         =   "-"
            Height          =   225
            Index           =   1
            Left            =   130
            TabIndex        =   14
            Top             =   480
            Width           =   315
         End
         Begin VB.CommandButton cmdOperator 
            Caption         =   "×"
            Height          =   225
            Index           =   2
            Left            =   130
            TabIndex        =   17
            Top             =   750
            Width           =   315
         End
         Begin VB.CommandButton cmdOperator 
            Caption         =   "÷"
            Height          =   225
            Index           =   3
            Left            =   130
            TabIndex        =   20
            Top             =   1020
            Width           =   315
         End
         Begin VB.CommandButton cmdOperator 
            Caption         =   "="
            Height          =   225
            Index           =   4
            Left            =   510
            TabIndex        =   12
            Top             =   210
            Width           =   315
         End
         Begin VB.CommandButton cmdOperator 
            Caption         =   "<"
            Height          =   225
            Index           =   5
            Left            =   510
            TabIndex        =   15
            Top             =   480
            Width           =   315
         End
         Begin VB.CommandButton cmdOperator 
            Caption         =   ">"
            Height          =   225
            Index           =   6
            Left            =   510
            TabIndex        =   18
            Top             =   750
            Width           =   315
         End
         Begin VB.CommandButton cmdOperator 
            Caption         =   "("
            Height          =   225
            Index           =   7
            Left            =   510
            TabIndex        =   21
            Top             =   1020
            Width           =   315
         End
         Begin VB.CommandButton cmdOperator 
            Caption         =   "<>"
            Height          =   225
            Index           =   8
            Left            =   890
            TabIndex        =   13
            Top             =   210
            Width           =   315
         End
         Begin VB.CommandButton cmdOperator 
            Caption         =   "<="
            Height          =   225
            Index           =   9
            Left            =   890
            TabIndex        =   16
            Top             =   480
            Width           =   315
         End
         Begin VB.CommandButton cmdOperator 
            Caption         =   ">="
            Height          =   225
            Index           =   10
            Left            =   890
            TabIndex        =   19
            Top             =   750
            Width           =   315
         End
         Begin VB.CommandButton cmdOperator 
            Caption         =   ")"
            Height          =   225
            Index           =   11
            Left            =   890
            TabIndex        =   22
            Top             =   1020
            Width           =   315
         End
      End
      Begin VB.ListBox lstList 
         Appearance      =   0  'Flat
         Height          =   1650
         ItemData        =   "frmSalaryFunction.frx":003F
         Left            =   4110
         List            =   "frmSalaryFunction.frx":0041
         TabIndex        =   28
         Top             =   1590
         Width           =   1605
      End
      Begin MSFlexGridLib.MSFlexGrid msgGrid 
         Height          =   1605
         Left            =   1500
         TabIndex        =   26
         Top             =   1620
         Width           =   2505
         _ExtentX        =   4419
         _ExtentY        =   2831
         _Version        =   393216
         Rows            =   1
         Cols            =   5
         FixedRows       =   0
         FixedCols       =   0
         BackColorBkg    =   -2147483643
         GridColor       =   16777215
         GridColorFixed  =   16777215

⌨️ 快捷键说明

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