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

📄

📁 VB开发的ERP系统
💻
📖 第 1 页 / 共 4 页
字号:
VERSION 5.00
Object = "{BEEECC20-4D5F-4F8B-BFDC-5D9B6FBDE09D}#1.0#0"; "vsflex8.ocx"
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Object = "{BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0"; "TABCTL32.OCX"
Begin VB.Form Formula_Create_Frm 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "公式定义"
   ClientHeight    =   8040
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   11010
   HelpContextID   =   2212013
   Icon            =   "建立公式.frx":0000
   KeyPreview      =   -1  'True
   LinkTopic       =   "Form2"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   8040
   ScaleWidth      =   11010
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  '屏幕中心
   Begin VB.Frame Frame2 
      Height          =   645
      Left            =   90
      TabIndex        =   45
      Top             =   600
      Width           =   5010
      Begin MSComctlLib.ImageCombo ImgCmb_Sort 
         Height          =   315
         Left            =   1020
         TabIndex        =   46
         Top             =   210
         Width           =   3825
         _ExtentX        =   6747
         _ExtentY        =   556
         _Version        =   393216
         ForeColor       =   -2147483640
         BackColor       =   -2147483643
         Locked          =   -1  'True
      End
      Begin VB.Label Lab_Mark 
         AutoSize        =   -1  'True
         Caption         =   "工资类别:"
         Height          =   180
         Index           =   5
         Left            =   135
         TabIndex        =   47
         Top             =   270
         Width           =   810
      End
   End
   Begin TabDlg.SSTab SSTab_Formula 
      Height          =   6630
      Left            =   45
      TabIndex        =   11
      Top             =   1350
      Width           =   10935
      _ExtentX        =   19288
      _ExtentY        =   11695
      _Version        =   393216
      Style           =   1
      Tabs            =   2
      TabsPerRow      =   2
      TabHeight       =   520
      TabCaption(0)   =   "列表视图"
      TabPicture(0)   =   "建立公式.frx":1042
      Tab(0).ControlEnabled=   -1  'True
      Tab(0).Control(0)=   "vsFG_Formula"
      Tab(0).Control(0).Enabled=   0   'False
      Tab(0).Control(1)=   "Cmd_Up"
      Tab(0).Control(1).Enabled=   0   'False
      Tab(0).Control(2)=   "Cmd_Down"
      Tab(0).Control(2).Enabled=   0   'False
      Tab(0).Control(3)=   "Cmd_Save"
      Tab(0).Control(3).Enabled=   0   'False
      Tab(0).ControlCount=   4
      TabCaption(1)   =   "单张视图"
      TabPicture(1)   =   "建立公式.frx":105E
      Tab(1).ControlEnabled=   0   'False
      Tab(1).Control(0)=   "Fm_Declare"
      Tab(1).ControlCount=   1
      Begin VB.CommandButton Cmd_Save 
         Caption         =   "保存"
         Height          =   1120
         Left            =   150
         Picture         =   "建立公式.frx":107A
         Style           =   1  'Graphical
         TabIndex        =   34
         TabStop         =   0   'False
         ToolTipText     =   "保存项目顺序,项目顺序与它在网格中的顺序一致"
         Top             =   3660
         Width           =   300
      End
      Begin VB.CommandButton Cmd_Down 
         Height          =   1120
         Left            =   150
         Picture         =   "建立公式.frx":1404
         Style           =   1  'Graphical
         TabIndex        =   33
         TabStop         =   0   'False
         Top             =   2430
         Width           =   300
      End
      Begin VB.CommandButton Cmd_Up 
         Height          =   1120
         Left            =   150
         Picture         =   "建立公式.frx":1A48
         Style           =   1  'Graphical
         TabIndex        =   32
         TabStop         =   0   'False
         Top             =   1215
         Width           =   300
      End
      Begin VB.Frame Fm_Declare 
         Height          =   6135
         Left            =   -74880
         TabIndex        =   13
         Top             =   345
         Width           =   10680
         Begin VB.Frame Frame1 
            Height          =   2565
            Left            =   150
            TabIndex        =   38
            Top             =   210
            Width           =   10410
            Begin VB.Frame Fm_AddType 
               Height          =   795
               Left            =   120
               TabIndex        =   41
               Top             =   510
               Width           =   2040
               Begin VB.OptionButton Opt_AddType 
                  Caption         =   "加到公式内容"
                  Height          =   255
                  Index           =   0
                  Left            =   210
                  TabIndex        =   1
                  Top             =   150
                  Value           =   -1  'True
                  Width           =   1399
               End
               Begin VB.OptionButton Opt_AddType 
                  Caption         =   "加到限定条件"
                  Height          =   255
                  Index           =   1
                  Left            =   210
                  TabIndex        =   2
                  Top             =   450
                  Width           =   1429
               End
            End
            Begin VB.TextBox Txt_FContent 
               Height          =   2025
               Left            =   2265
               MultiLine       =   -1  'True
               ScrollBars      =   2  'Vertical
               TabIndex        =   3
               Top             =   450
               Width           =   3855
            End
            Begin VB.TextBox Txt_FLimit 
               Height          =   2025
               Left            =   6255
               MultiLine       =   -1  'True
               ScrollBars      =   2  'Vertical
               TabIndex        =   4
               Top             =   450
               Width           =   3975
            End
            Begin VB.CheckBox Chk_Valid 
               Caption         =   "有效"
               ForeColor       =   &H80000007&
               Height          =   345
               Left            =   135
               TabIndex        =   40
               Top             =   1380
               Value           =   1  'Checked
               Width           =   917
            End
            Begin VB.TextBox Txt_Field 
               Height          =   300
               Left            =   480
               TabIndex        =   0
               Top             =   210
               Width           =   1380
            End
            Begin VB.CommandButton Cmd_SelectField 
               Height          =   300
               Left            =   1845
               Picture         =   "建立公式.frx":208C
               Style           =   1  'Graphical
               TabIndex        =   39
               Top             =   210
               Width           =   300
            End
            Begin VB.Label Lab_Mark 
               AutoSize        =   -1  'True
               Caption         =   "公式内容:"
               Height          =   180
               Index           =   1
               Left            =   2295
               TabIndex        =   44
               Top             =   210
               Width           =   810
            End
            Begin VB.Label Lab_Mark 
               AutoSize        =   -1  'True
               Caption         =   "限定条件:"
               Height          =   180
               Index           =   2
               Left            =   6285
               TabIndex        =   43
               Top             =   210
               Width           =   810
            End
            Begin VB.Label Lab_Mark 
               AutoSize        =   -1  'True
               Caption         =   "项目:"
               Height          =   180
               Index           =   0
               Left            =   90
               TabIndex        =   42
               Top             =   255
               Width           =   450
            End
         End
         Begin MSComctlLib.ProgressBar PB_CheckStatus 
            Height          =   420
            Left            =   2055
            TabIndex        =   36
            Top             =   930
            Visible         =   0   'False
            Width           =   7635
            _ExtentX        =   13467
            _ExtentY        =   741
            _Version        =   393216
            BorderStyle     =   1
            Appearance      =   1
            Scrolling       =   1
         End
         Begin VB.CommandButton Cmd_Cancel 
            Cancel          =   -1  'True
            Caption         =   "取消(&C)"
            Height          =   300
            Left            =   9240
            TabIndex        =   10
            Top             =   5715
            Width           =   1304
         End
         Begin VB.Frame Frame3 
            Caption         =   "公式输入参照:"
            Height          =   2790
            Left            =   150
            TabIndex        =   14
            Top             =   2850
            Width           =   10410
            Begin VB.Frame Fm_Number 
               Caption         =   "数字符号:"
               Height          =   2370
               Left            =   135
               TabIndex        =   15
               Top             =   285
               Width           =   2016
               Begin VB.CommandButton Cmd_Number 
                  Caption         =   " LIKE"
                  Height          =   300
                  Index           =   13
                  Left            =   1037
                  TabIndex        =   37
                  TabStop         =   0   'False
                  Top             =   1617
                  Width           =   872
               End
               Begin VB.CommandButton Cmd_Guide 
                  Caption         =   "函数向导"
                  Height          =   300
                  Left            =   90
                  TabIndex        =   35
                  TabStop         =   0   'False
                  Top             =   1965
                  Width           =   1821
               End
               Begin VB.CommandButton Cmd_Number 
                  Caption         =   " AND "
                  Height          =   300
                  Index           =   12
                  Left            =   75
                  TabIndex        =   29
                  TabStop         =   0   'False
                  Top             =   1626
                  Width           =   902
               End
               Begin VB.CommandButton Cmd_Number 
                  Caption         =   "1"
                  Height          =   315
                  Index           =   0
                  Left            =   90
                  TabIndex        =   28
                  TabStop         =   0   'False
                  Top             =   564
                  Width           =   422
               End
               Begin VB.CommandButton Cmd_Number 
                  Caption         =   "2"
                  Height          =   315
                  Index           =   1
                  Left            =   557
                  TabIndex        =   27
                  TabStop         =   0   'False
                  Top             =   564
                  Width           =   422
               End
               Begin VB.CommandButton Cmd_Number 
                  Caption         =   "3"
                  Height          =   300
                  Index           =   2
                  Left            =   1037
                  TabIndex        =   26
                  TabStop         =   0   'False
                  Top             =   573
                  Width           =   422
               End
               Begin VB.CommandButton Cmd_Number 
                  Caption         =   "4"
                  Height          =   300
                  Index           =   3
                  Left            =   1504
                  TabIndex        =   25
                  TabStop         =   0   'False
                  Top             =   585
                  Width           =   422
               End
               Begin VB.CommandButton Cmd_Number 
                  Caption         =   "5"
                  Height          =   315
                  Index           =   4
                  Left            =   90
                  TabIndex        =   24
                  TabStop         =   0   'False
                  Top             =   918
                  Width           =   422
               End
               Begin VB.CommandButton Cmd_Number 
                  Caption         =   "6"
                  Height          =   315
                  Index           =   5
                  Left            =   557
                  TabIndex        =   23
                  TabStop         =   0   'False
                  Top             =   918
                  Width           =   422
               End
               Begin VB.CommandButton Cmd_Number 
                  Caption         =   "7"
                  Height          =   300
                  Index           =   6
                  Left            =   1037
                  TabIndex        =   22
                  TabStop         =   0   'False
                  Top             =   921
                  Width           =   422
               End
               Begin VB.CommandButton Cmd_Number 
                  Caption         =   "8"
                  Height          =   300
                  Index           =   7
                  Left            =   1504
                  TabIndex        =   21
                  TabStop         =   0   'False
                  Top             =   930
                  Width           =   422
               End
               Begin VB.CommandButton Cmd_Number 
                  Caption         =   "9"
                  Height          =   315
                  Index           =   8
                  Left            =   90
                  TabIndex        =   20
                  TabStop         =   0   'False
                  Top             =   1272
                  Width           =   422
               End
               Begin VB.CommandButton Cmd_Number 
                  Caption         =   "0"
                  Height          =   315
                  Index           =   9
                  Left            =   557

⌨️ 快捷键说明

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