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

📄 +

📁 VB开发的ERP系统
💻
📖 第 1 页 / 共 5 页
字号:
VERSION 5.00
Object = "{65A39231-6133-11D1-BAA2-444553540000}#1.0#0"; "vslight6.OCX"
Object = "{D76D7128-4A96-11D3-BD95-D296DC2DD072}#1.0#0"; "VSOCX7.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 Bank_FrmColSet 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "代发栏目设置"
   ClientHeight    =   7110
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   9450
   HelpContextID   =   2212010
   Icon            =   "基础设置_代发栏目设置.frx":0000
   KeyPreview      =   -1  'True
   LinkTopic       =   "Form2"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   7110
   ScaleWidth      =   9450
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  '屏幕中心
   Begin MSComctlLib.ImageCombo ImgCbo_Bank 
      Height          =   315
      Left            =   5880
      TabIndex        =   23
      Top             =   630
      Width           =   3495
      _ExtentX        =   6165
      _ExtentY        =   556
      _Version        =   393216
      ForeColor       =   -2147483640
      BackColor       =   -2147483643
      Text            =   "ImageCombo2"
   End
   Begin MSComctlLib.ImageCombo ImgCbo_Sort 
      Height          =   315
      Left            =   1080
      TabIndex        =   21
      Top             =   630
      Width           =   3765
      _ExtentX        =   6641
      _ExtentY        =   556
      _Version        =   393216
      ForeColor       =   -2147483640
      BackColor       =   -2147483643
      Text            =   "ImageCombo1"
   End
   Begin TabDlg.SSTab StTab 
      Height          =   6090
      Left            =   15
      TabIndex        =   10
      Top             =   1020
      Width           =   9420
      _ExtentX        =   16616
      _ExtentY        =   10742
      _Version        =   393216
      Style           =   1
      Tabs            =   2
      TabHeight       =   520
      TabCaption(0)   =   "列表视图"
      TabPicture(0)   =   "基础设置_代发栏目设置.frx":1042
      Tab(0).ControlEnabled=   -1  'True
      Tab(0).Control(0)=   "CzxsGrid"
      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)=   "Frame1"
      Tab(1).ControlCount=   1
      Begin VB.CommandButton Cmd_Save 
         Caption         =   "保存"
         Height          =   1120
         Left            =   105
         Picture         =   "基础设置_代发栏目设置.frx":107A
         Style           =   1  'Graphical
         TabIndex        =   19
         Top             =   3360
         Width           =   300
      End
      Begin VB.CommandButton Cmd_Down 
         Height          =   1120
         Left            =   105
         Picture         =   "基础设置_代发栏目设置.frx":1404
         Style           =   1  'Graphical
         TabIndex        =   18
         Top             =   2152
         Width           =   300
      End
      Begin VB.CommandButton Cmd_Up 
         Height          =   1120
         Left            =   105
         Picture         =   "基础设置_代发栏目设置.frx":1A48
         Style           =   1  'Graphical
         TabIndex        =   17
         Top             =   945
         Width           =   300
      End
      Begin VB.Frame Frame1 
         Height          =   5655
         Left            =   -74910
         TabIndex        =   13
         Top             =   330
         Width           =   9225
         Begin VB.CommandButton Cmd_Help 
            Height          =   285
            Left            =   2940
            Picture         =   "基础设置_代发栏目设置.frx":208C
            Style           =   1  'Graphical
            TabIndex        =   28
            Top             =   780
            Width           =   285
         End
         Begin VB.ComboBox Cbo_DataType 
            Height          =   300
            Left            =   1560
            Style           =   2  'Dropdown List
            TabIndex        =   3
            Top             =   1206
            Width           =   1665
         End
         Begin VB.TextBox lrText 
            Height          =   315
            Index           =   2
            Left            =   1560
            TabIndex        =   4
            Text            =   "2"
            ToolTipText     =   "数据长度包含小数点的长度"
            Top             =   1614
            Width           =   1665
         End
         Begin VB.TextBox lrText 
            Height          =   315
            Index           =   4
            Left            =   1560
            TabIndex        =   6
            Text            =   "4"
            ToolTipText     =   "不能录入中文状态下的符号"
            Top             =   2460
            Width           =   1665
         End
         Begin VB.TextBox lrText 
            Height          =   315
            Index           =   3
            Left            =   1560
            TabIndex        =   5
            Text            =   "3"
            ToolTipText     =   "小数位数为空时,默认为零。"
            Top             =   2037
            Width           =   1665
         End
         Begin VB.CheckBox Chk_Add 
            Caption         =   "自动加1"
            Height          =   285
            Left            =   540
            TabIndex        =   7
            Top             =   2925
            Width           =   1335
         End
         Begin VB.TextBox lrText 
            Height          =   315
            Index           =   0
            Left            =   1560
            TabIndex        =   1
            Text            =   "0"
            Top             =   360
            Width           =   1665
         End
         Begin VB.TextBox lrText 
            Height          =   315
            Index           =   1
            Left            =   1560
            TabIndex        =   2
            Text            =   "1"
            Top             =   783
            Width           =   1395
         End
         Begin VB.CommandButton QxCommand 
            Cancel          =   -1  'True
            Caption         =   "取消(&C)"
            Height          =   300
            Left            =   2100
            TabIndex        =   9
            Top             =   3375
            Width           =   1120
         End
         Begin VB.CommandButton BcCommand 
            Caption         =   "保存(&S)"
            Height          =   300
            Left            =   900
            TabIndex        =   8
            Top             =   3375
            Width           =   1120
         End
         Begin VB.CommandButton Ydcommand1 
            Height          =   300
            Index           =   0
            Left            =   6630
            Picture         =   "基础设置_代发栏目设置.frx":2416
            Style           =   1  'Graphical
            TabIndex        =   14
            Top             =   1770
            Visible         =   0   'False
            Width           =   300
         End
         Begin VB.Label Label6 
            AutoSize        =   -1  'True
            BackStyle       =   0  'Transparent
            Caption         =   "括栏目符号:"
            Height          =   180
            Left            =   540
            TabIndex        =   27
            Top             =   2520
            Width           =   990
         End
         Begin VB.Label Label5 
            AutoSize        =   -1  'True
            BackStyle       =   0  'Transparent
            Caption         =   "小数位数:"
            Height          =   180
            Left            =   540
            TabIndex        =   26
            Top             =   2100
            Width           =   810
         End
         Begin VB.Label Label4 
            AutoSize        =   -1  'True
            BackStyle       =   0  'Transparent
            Caption         =   "数据长度:"
            Height          =   180
            Left            =   540
            TabIndex        =   25
            Top             =   1680
            Width           =   810
         End
         Begin VB.Label Label3 
            AutoSize        =   -1  'True
            BackStyle       =   0  'Transparent
            Caption         =   "数据类型:"
            Height          =   180
            Left            =   540
            TabIndex        =   24
            Top             =   1260
            Width           =   810
         End
         Begin VB.Label TsLabel 
            AutoSize        =   -1  'True
            Caption         =   "栏目名称:"
            Height          =   180
            Index           =   0
            Left            =   540
            TabIndex        =   16
            Top             =   420
            Width           =   810
         End
         Begin VB.Label TsLabel 
            AutoSize        =   -1  'True
            Caption         =   "数据内容:"
            Height          =   180
            Index           =   1
            Left            =   540
            TabIndex        =   15
            Top             =   840
            Width           =   810
         End
      End
      Begin VSFlex8Ctl.VSFlexGrid CzxsGrid 
         Height          =   5550
         Left            =   510
         TabIndex        =   0
         Top             =   420
         Width           =   8805
         _ExtentX        =   15531
         _ExtentY        =   9790
         Appearance      =   1
         BorderStyle     =   1
         Enabled         =   -1  'True
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         MousePointer    =   0
         BackColor       =   -2147483643
         ForeColor       =   -2147483640
         BackColorFixed  =   -2147483633
         ForeColorFixed  =   -2147483630
         BackColorSel    =   -2147483635
         ForeColorSel    =   -2147483634
         BackColorBkg    =   8421504
         BackColorAlternate=   -2147483643
         GridColor       =   -2147483633
         GridColorFixed  =   -2147483632
         TreeColor       =   -2147483632
         FloodColor      =   192
         SheetBorder     =   -2147483642
         FocusRect       =   1
         HighLight       =   1
         AllowSelection  =   -1  'True
         AllowBigSelection=   -1  'True
         AllowUserResizing=   0
         SelectionMode   =   0
         GridLines       =   1
         GridLinesFixed  =   2
         GridLineWidth   =   1
         Rows            =   5000
         Cols            =   10
         FixedRows       =   1
         FixedCols       =   0
         RowHeightMin    =   0
         RowHeightMax    =   0
         ColWidthMin     =   0
         ColWidthMax     =   0
         ExtendLastCol   =   0   'False
         FormatString    =   ""
         ScrollTrack     =   0   'False
         ScrollBars      =   3
         ScrollTips      =   0   'False
         MergeCells      =   0
         MergeCompare    =   0
         AutoResize      =   -1  'True
         AutoSizeMode    =   0
         AutoSearch      =   0
         MultiTotals     =   -1  'True
         SubtotalPosition=   1
         OutlineBar      =   0
         OutlineCol      =   0
         Ellipsis        =   0
         ExplorerBar     =   0
         PicturesOver    =   0   'False
         FillStyle       =   0
         RightToLeft     =   0   'False
         PictureType     =   0
         TabBehavior     =   0
         OwnerDraw       =   0

⌨️ 快捷键说明

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