上传用户:zhpu1995
上传日期:2013-09-06
资源大小:61151k
文件大小:60k
源码类别:

企业管理

开发平台:

Visual Basic

  1. VERSION 5.00
  2. Object = "{BEEECC20-4D5F-4F8B-BFDC-5D9B6FBDE09D}#1.0#0"; "vsflex8.ocx"
  3. Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
  4. Object = "{BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0"; "TABCTL32.OCX"
  5. Begin VB.Form Gy_Department 
  6.    Caption         =   "部门设置"
  7.    ClientHeight    =   7140
  8.    ClientLeft      =   60
  9.    ClientTop       =   345
  10.    ClientWidth     =   10395
  11.    HelpContextID   =   2001
  12.    Icon            =   "公用_部门设置.frx":0000
  13.    KeyPreview      =   -1  'True
  14.    LinkTopic       =   "Form2"
  15.    ScaleHeight     =   7140
  16.    ScaleWidth      =   10395
  17.    StartUpPosition =   1  '所有者中心
  18.    Begin MSComctlLib.ImageList ImageList2 
  19.       Left            =   780
  20.       Top             =   750
  21.       _ExtentX        =   1005
  22.       _ExtentY        =   1005
  23.       BackColor       =   -2147483643
  24.       ImageWidth      =   16
  25.       ImageHeight     =   16
  26.       MaskColor       =   12632256
  27.       _Version        =   393216
  28.       BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628} 
  29.          NumListImages   =   4
  30.          BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  31.             Picture         =   "公用_部门设置.frx":1042
  32.             Key             =   "T"
  33.          EndProperty
  34.          BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  35.             Picture         =   "公用_部门设置.frx":191C
  36.             Key             =   "C"
  37.          EndProperty
  38.          BeginProperty ListImage3 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  39.             Picture         =   "公用_部门设置.frx":21F6
  40.             Key             =   "Cl"
  41.          EndProperty
  42.          BeginProperty ListImage4 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  43.             Picture         =   "公用_部门设置.frx":3248
  44.             Key             =   "O"
  45.          EndProperty
  46.       EndProperty
  47.    End
  48.    Begin VB.PictureBox picSplitter 
  49.       BackColor       =   &H00C0C0C0&
  50.       BorderStyle     =   0  'None
  51.       FillColor       =   &H00808080&
  52.       Height          =   6270
  53.       Left            =   2850
  54.       ScaleHeight     =   2730.227
  55.       ScaleMode       =   0  'User
  56.       ScaleWidth      =   468
  57.       TabIndex        =   5
  58.       Top             =   750
  59.       Visible         =   0   'False
  60.       Width           =   45
  61.    End
  62.    Begin MSComctlLib.TreeView TreeView 
  63.       Height          =   6435
  64.       Left            =   30
  65.       TabIndex        =   4
  66.       Top             =   660
  67.       Width           =   2775
  68.       _ExtentX        =   4895
  69.       _ExtentY        =   11351
  70.       _Version        =   393217
  71.       Indentation     =   617
  72.       LabelEdit       =   1
  73.       Style           =   7
  74.       ImageList       =   "ImageList2"
  75.       Appearance      =   1
  76.       BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  77.          Name            =   "宋体"
  78.          Size            =   9
  79.          Charset         =   134
  80.          Weight          =   400
  81.          Underline       =   0   'False
  82.          Italic          =   0   'False
  83.          Strikethrough   =   0   'False
  84.       EndProperty
  85.    End
  86.    Begin TabDlg.SSTab StTab 
  87.       Height          =   6435
  88.       Left            =   3000
  89.       TabIndex        =   1
  90.       Top             =   675
  91.       Width           =   7380
  92.       _ExtentX        =   13018
  93.       _ExtentY        =   11351
  94.       _Version        =   393216
  95.       Style           =   1
  96.       Tabs            =   2
  97.       TabHeight       =   520
  98.       TabCaption(0)   =   "列表视图"
  99.       TabPicture(0)   =   "公用_部门设置.frx":35E2
  100.       Tab(0).ControlEnabled=   -1  'True
  101.       Tab(0).Control(0)=   "CzxsGrid"
  102.       Tab(0).Control(0).Enabled=   0   'False
  103.       Tab(0).ControlCount=   1
  104.       TabCaption(1)   =   "单张视图"
  105.       TabPicture(1)   =   "公用_部门设置.frx":35FE
  106.       Tab(1).ControlEnabled=   0   'False
  107.       Tab(1).Control(0)=   "Frame1"
  108.       Tab(1).ControlCount=   1
  109.       Begin VB.Frame Frame1 
  110.          Height          =   5985
  111.          Left            =   -74880
  112.          TabIndex        =   6
  113.          Top             =   330
  114.          Width           =   7155
  115.          Begin VB.TextBox LrText 
  116.             Height          =   300
  117.             Index           =   0
  118.             Left            =   1200
  119.             TabIndex        =   14
  120.             Text            =   "0"
  121.             Top             =   270
  122.             Width           =   2100
  123.          End
  124.          Begin VB.TextBox LrText 
  125.             Height          =   300
  126.             Index           =   1
  127.             Left            =   1200
  128.             TabIndex        =   13
  129.             Text            =   "1"
  130.             Top             =   675
  131.             Width           =   3135
  132.          End
  133.          Begin VB.CommandButton BcCommand 
  134.             Caption         =   "保存(&S)"
  135.             Height          =   300
  136.             Left            =   2010
  137.             TabIndex        =   12
  138.             Top             =   2700
  139.             Width           =   1120
  140.          End
  141.          Begin VB.CommandButton Ydcommand1 
  142.             Height          =   300
  143.             Index           =   0
  144.             Left            =   3495
  145.             Picture         =   "公用_部门设置.frx":361A
  146.             Style           =   1  'Graphical
  147.             TabIndex        =   11
  148.             Top             =   3030
  149.             Visible         =   0   'False
  150.             Width           =   300
  151.          End
  152.          Begin VB.TextBox LrText 
  153.             Height          =   300
  154.             Index           =   2
  155.             Left            =   1200
  156.             TabIndex        =   10
  157.             Text            =   "2"
  158.             Top             =   1500
  159.             Width           =   3135
  160.          End
  161.          Begin VB.ComboBox Combo1 
  162.             Height          =   300
  163.             ItemData        =   "公用_部门设置.frx":39A4
  164.             Left            =   1200
  165.             List            =   "公用_部门设置.frx":39A6
  166.             Style           =   2  'Dropdown List
  167.             TabIndex        =   9
  168.             Top             =   1080
  169.             Width           =   3135
  170.          End
  171.          Begin VB.TextBox LrText 
  172.             Height          =   300
  173.             Index           =   3
  174.             Left            =   1200
  175.             TabIndex        =   8
  176.             Text            =   "3"
  177.             Top             =   1905
  178.             Width           =   3135
  179.          End
  180.          Begin VB.CommandButton QxCommand 
  181.             Cancel          =   -1  'True
  182.             Caption         =   "取消(&C)"
  183.             Height          =   300
  184.             Left            =   3210
  185.             TabIndex        =   7
  186.             Top             =   2700
  187.             Width           =   1120
  188.          End
  189.          Begin VB.Label Label1 
  190.             AutoSize        =   -1  'True
  191.             Caption         =   "编码方案:"
  192.             Height          =   180
  193.             Left            =   360
  194.             TabIndex        =   21
  195.             Top             =   2340
  196.             Width           =   810
  197.          End
  198.          Begin VB.Label Lbl_codescheme 
  199.             AutoSize        =   -1  'True
  200.             Height          =   180
  201.             Left            =   1200
  202.             TabIndex        =   20
  203.             Top             =   2340
  204.             Width           =   810
  205.          End
  206.          Begin VB.Label TsLabel 
  207.             AutoSize        =   -1  'True
  208.             Caption         =   "部门编码:"
  209.             Height          =   180
  210.             Index           =   0
  211.             Left            =   360
  212.             TabIndex        =   19
  213.             Top             =   345
  214.             Width           =   810
  215.          End
  216.          Begin VB.Label TsLabel 
  217.             AutoSize        =   -1  'True
  218.             Caption         =   "部门名称:"
  219.             Height          =   180
  220.             Index           =   1
  221.             Left            =   360
  222.             TabIndex        =   18
  223.             Top             =   750
  224.             Width           =   810
  225.          End
  226.          Begin VB.Label TsLabel 
  227.             AutoSize        =   -1  'True
  228.             Caption         =   "负责人:"
  229.             Height          =   180
  230.             Index           =   2
  231.             Left            =   360
  232.             TabIndex        =   17
  233.             Top             =   1530
  234.             Width           =   630
  235.          End
  236.          Begin VB.Label TsLabel 
  237.             AutoSize        =   -1  'True
  238.             Caption         =   "电话:"
  239.             Height          =   180
  240.             Index           =   3
  241.             Left            =   360
  242.             TabIndex        =   16
  243.             Top             =   1920
  244.             Width           =   450
  245.          End
  246.          Begin VB.Label Label2 
  247.             AutoSize        =   -1  'True
  248.             Caption         =   "部门属性:"
  249.             Height          =   180
  250.             Left            =   360
  251.             TabIndex        =   15
  252.             Top             =   1155
  253.             Width           =   810
  254.          End
  255.       End
  256.       Begin VSFlex8Ctl.VSFlexGrid CzxsGrid 
  257.          Height          =   5925
  258.          Left            =   90
  259.          TabIndex        =   0
  260.          Top             =   420
  261.          Width           =   7185
  262.          _cx             =   5080
  263.          _cy             =   5080
  264.          Appearance      =   1
  265.          BorderStyle     =   1
  266.          Enabled         =   -1  'True
  267.          BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  268.             Name            =   "宋体"
  269.             Size            =   9
  270.             Charset         =   134
  271.             Weight          =   400
  272.             Underline       =   0   'False
  273.             Italic          =   0   'False
  274.             Strikethrough   =   0   'False
  275.          EndProperty
  276.          MousePointer    =   0
  277.          BackColor       =   -2147483643
  278.          ForeColor       =   -2147483640
  279.          BackColorFixed  =   -2147483633
  280.          ForeColorFixed  =   -2147483630
  281.          BackColorSel    =   -2147483635
  282.          ForeColorSel    =   -2147483634
  283.          BackColorBkg    =   8421504
  284.          BackColorAlternate=   -2147483643
  285.          GridColor       =   -2147483633
  286.          GridColorFixed  =   -2147483632
  287.          TreeColor       =   -2147483632
  288.          FloodColor      =   192
  289.          SheetBorder     =   -2147483642
  290.          FocusRect       =   1
  291.          HighLight       =   1
  292.          AllowSelection  =   -1  'True
  293.          AllowBigSelection=   -1  'True
  294.          AllowUserResizing=   0
  295.          SelectionMode   =   0
  296.          GridLines       =   1
  297.          GridLinesFixed  =   2
  298.          GridLineWidth   =   1
  299.          Rows            =   5000
  300.          Cols            =   10
  301.          FixedRows       =   1
  302.          FixedCols       =   0
  303.          RowHeightMin    =   0
  304.          RowHeightMax    =   0
  305.          ColWidthMin     =   0
  306.          ColWidthMax     =   0
  307.          ExtendLastCol   =   0   'False
  308.          FormatString    =   ""
  309.          ScrollTrack     =   0   'False
  310.          ScrollBars      =   3
  311.          ScrollTips      =   0   'False
  312.          MergeCells      =   0
  313.          MergeCompare    =   0
  314.          AutoResize      =   -1  'True
  315.          AutoSizeMode    =   0
  316.          AutoSearch      =   0
  317.          AutoSearchDelay =   2
  318.          MultiTotals     =   -1  'True
  319.          SubtotalPosition=   1
  320.          OutlineBar      =   0
  321.          OutlineCol      =   0
  322.          Ellipsis        =   0
  323.          ExplorerBar     =   0
  324.          PicturesOver    =   0   'False
  325.          FillStyle       =   0
  326.          RightToLeft     =   0   'False
  327.          PictureType     =   0
  328.          TabBehavior     =   0
  329.          OwnerDraw       =   0
  330.          Editable        =   0
  331.          ShowComboButton =   1
  332.          WordWrap        =   0   'False
  333.          TextStyle       =   0
  334.          TextStyleFixed  =   0
  335.          OleDragMode     =   0
  336.          OleDropMode     =   0
  337.          DataMode        =   0
  338.          VirtualData     =   -1  'True
  339.          DataMember      =   ""
  340.          ComboSearch     =   3
  341.          AutoSizeMouse   =   -1  'True
  342.          FrozenRows      =   0
  343.          FrozenCols      =   0
  344.          AllowUserFreezing=   0
  345.          BackColorFrozen =   0
  346.          ForeColorFrozen =   0
  347.          WallPaperAlignment=   9
  348.          AccessibleName  =   ""
  349.          AccessibleDescription=   ""
  350.          AccessibleValue =   ""
  351.          AccessibleRole  =   24
  352.       End
  353.    End
  354.    Begin MSComctlLib.Toolbar SzToolbar 
  355.       Align           =   1  'Align Top
  356.       Height          =   555
  357.       Left            =   0
  358.       TabIndex        =   2
  359.       Top             =   0
  360.       Width           =   10395
  361.       _ExtentX        =   18336
  362.       _ExtentY        =   979
  363.       ButtonWidth     =   820
  364.       ButtonHeight    =   926
  365.       AllowCustomize  =   0   'False
  366.       Appearance      =   1
  367.       Style           =   1
  368.       ImageList       =   "ImageList1"
  369.       _Version        =   393216
  370.       BeginProperty Buttons {66833FE8-8583-11D1-B16A-00C0F0283628} 
  371.          NumButtons      =   14
  372.          BeginProperty Button1 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  373.             Caption         =   "设置"
  374.             Key             =   "ymsz"
  375.             ImageKey        =   "sz"
  376.          EndProperty
  377.          BeginProperty Button2 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  378.             Caption         =   "打印"
  379.             Key             =   "dy"
  380.             Object.ToolTipText     =   "点击或按Ctrl+P打印表格"
  381.             ImageKey        =   "dy"
  382.          EndProperty
  383.          BeginProperty Button3 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  384.             Caption         =   "预览"
  385.             Key             =   "yl"
  386.             ImageKey        =   "yl"
  387.          EndProperty
  388.          BeginProperty Button4 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  389.             Style           =   3
  390.          EndProperty
  391.          BeginProperty Button5 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  392.             Caption         =   "增加"
  393.             Key             =   "zj"
  394.             Object.ToolTipText     =   "点击或按Ctrl+A增加记录"
  395.             ImageKey        =   "xz"
  396.          EndProperty
  397.          BeginProperty Button6 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  398.             Caption         =   "修改"
  399.             Key             =   "xg"
  400.             ImageKey        =   "xg"
  401.          EndProperty
  402.          BeginProperty Button7 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  403.             Caption         =   "删除"
  404.             Key             =   "sc"
  405.             Object.ToolTipText     =   "点击或按Ctrl+D删除当前记录"
  406.             ImageKey        =   "sc"
  407.          EndProperty
  408.          BeginProperty Button8 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  409.             Style           =   3
  410.          EndProperty
  411.          BeginProperty Button9 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  412.             Caption         =   "刷新"
  413.             Key             =   "sx"
  414.             ImageKey        =   "sx"
  415.          EndProperty
  416.          BeginProperty Button10 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  417.             Style           =   3
  418.          EndProperty
  419.          BeginProperty Button11 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  420.             Object.Visible         =   0   'False
  421.             Caption         =   "分配"
  422.             Key             =   "fp"
  423.             Object.ToolTipText     =   "分配部门"
  424.             ImageKey        =   "dz"
  425.          EndProperty
  426.          BeginProperty Button12 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  427.             Object.Visible         =   0   'False
  428.             Style           =   3
  429.          EndProperty
  430.          BeginProperty Button13 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  431.             Caption         =   "帮助"
  432.             Key             =   "bz"
  433.             ImageKey        =   "bz"
  434.          EndProperty
  435.          BeginProperty Button14 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  436.             Caption         =   "退出"
  437.             Key             =   "fh"
  438.             ImageKey        =   "tc"
  439.          EndProperty
  440.       EndProperty
  441.       BorderStyle     =   1
  442.       Begin MSComctlLib.Toolbar GsToolbar 
  443.          Height          =   525
  444.          Left            =   7890
  445.          TabIndex        =   3
  446.          Top             =   0
  447.          Width           =   2475
  448.          _ExtentX        =   4366
  449.          _ExtentY        =   926
  450.          ButtonWidth     =   1455
  451.          ButtonHeight    =   926
  452.          AllowCustomize  =   0   'False
  453.          Appearance      =   1
  454.          Style           =   1
  455.          ImageList       =   "ImageList1"
  456.          _Version        =   393216
  457.          BeginProperty Buttons {66833FE8-8583-11D1-B16A-00C0F0283628} 
  458.             NumButtons      =   3
  459.             BeginProperty Button1 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  460.                Caption         =   "保存格式"
  461.                Key             =   "bcgs"
  462.                ImageKey        =   "bcgs"
  463.             EndProperty
  464.             BeginProperty Button2 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  465.                Caption         =   "默认列宽"
  466.                Key             =   "hfmrgs"
  467.                ImageKey        =   "mrlk"
  468.             EndProperty
  469.             BeginProperty Button3 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  470.                Caption         =   "显示项目"
  471.                Key             =   "szxsxm"
  472.                ImageKey        =   "xsxm"
  473.             EndProperty
  474.          EndProperty
  475.       End
  476.    End
  477.    Begin MSComctlLib.ImageList ImageList1 
  478.       Left            =   2070
  479.       Top             =   480
  480.       _ExtentX        =   1005
  481.       _ExtentY        =   1005
  482.       BackColor       =   -2147483643
  483.       ImageWidth      =   16
  484.       ImageHeight     =   16
  485.       MaskColor       =   12632256
  486.       _Version        =   393216
  487.       BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628} 
  488.          NumListImages   =   29
  489.          BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  490.             Picture         =   "公用_部门设置.frx":39A8
  491.             Key             =   "sz"
  492.          EndProperty
  493.          BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  494.             Picture         =   "公用_部门设置.frx":3D42
  495.             Key             =   "dy"
  496.          EndProperty
  497.          BeginProperty ListImage3 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  498.             Picture         =   "公用_部门设置.frx":40DC
  499.             Key             =   "yl"
  500.          EndProperty
  501.          BeginProperty ListImage4 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  502.             Picture         =   "公用_部门设置.frx":4476
  503.             Key             =   "xg"
  504.          EndProperty
  505.          BeginProperty ListImage5 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  506.             Picture         =   "公用_部门设置.frx":4810
  507.             Key             =   "zh"
  508.          EndProperty
  509.          BeginProperty ListImage6 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  510.             Picture         =   "公用_部门设置.frx":4BAA
  511.             Key             =   "sh"
  512.          EndProperty
  513.          BeginProperty ListImage7 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  514.             Picture         =   "公用_部门设置.frx":4F44
  515.             Key             =   "bc"
  516.          EndProperty
  517.          BeginProperty ListImage8 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  518.             Picture         =   "公用_部门设置.frx":52DE
  519.             Key             =   "fq"
  520.          EndProperty
  521.          BeginProperty ListImage9 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  522.             Picture         =   "公用_部门设置.frx":5678
  523.             Key             =   "bz"
  524.          EndProperty
  525.          BeginProperty ListImage10 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  526.             Picture         =   "公用_部门设置.frx":5A12
  527.             Key             =   "tc"
  528.          EndProperty
  529.          BeginProperty ListImage11 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  530.             Picture         =   "公用_部门设置.frx":5DAC
  531.             Key             =   "bcgs"
  532.          EndProperty
  533.          BeginProperty ListImage12 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  534.             Picture         =   "公用_部门设置.frx":6146
  535.             Key             =   "mrlk"
  536.          EndProperty
  537.          BeginProperty ListImage13 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  538.             Picture         =   "公用_部门设置.frx":64E0
  539.             Key             =   "xsxm"
  540.          EndProperty
  541.          BeginProperty ListImage14 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  542.             Picture         =   "公用_部门设置.frx":687A
  543.             Key             =   "first"
  544.          EndProperty
  545.          BeginProperty ListImage15 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  546.             Picture         =   "公用_部门设置.frx":6C14
  547.             Key             =   "prev"
  548.          EndProperty
  549.          BeginProperty ListImage16 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  550.             Picture         =   "公用_部门设置.frx":6FAE
  551.             Key             =   "next"
  552.          EndProperty
  553.          BeginProperty ListImage17 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  554.             Picture         =   "公用_部门设置.frx":7348
  555.             Key             =   "last"
  556.          EndProperty
  557.          BeginProperty ListImage18 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  558.             Picture         =   "公用_部门设置.frx":76E2
  559.             Key             =   "xx"
  560.          EndProperty
  561.          BeginProperty ListImage19 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  562.             Picture         =   "公用_部门设置.frx":7A7C
  563.             Key             =   "define"
  564.          EndProperty
  565.          BeginProperty ListImage20 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  566.             Picture         =   "公用_部门设置.frx":7E16
  567.             Key             =   "exec"
  568.          EndProperty
  569.          BeginProperty ListImage21 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  570.             Picture         =   "公用_部门设置.frx":81B0
  571.             Key             =   "xz"
  572.          EndProperty
  573.          BeginProperty ListImage22 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  574.             Picture         =   "公用_部门设置.frx":854A
  575.             Key             =   "sc"
  576.          EndProperty
  577.          BeginProperty ListImage23 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  578.             Picture         =   "公用_部门设置.frx":88E4
  579.             Key             =   "sx"
  580.          EndProperty
  581.          BeginProperty ListImage24 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  582.             Picture         =   "公用_部门设置.frx":8C7E
  583.             Key             =   "cx"
  584.          EndProperty
  585.          BeginProperty ListImage25 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  586.             Picture         =   "公用_部门设置.frx":9018
  587.             Key             =   "zd"
  588.          EndProperty
  589.          BeginProperty ListImage26 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  590.             Picture         =   "公用_部门设置.frx":93B2
  591.             Key             =   "dz"
  592.          EndProperty
  593.          BeginProperty ListImage27 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  594.             Picture         =   "公用_部门设置.frx":974C
  595.             Key             =   "ph"
  596.          EndProperty
  597.          BeginProperty ListImage28 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  598.             Picture         =   "公用_部门设置.frx":9AE6
  599.             Key             =   "fz"
  600.          EndProperty
  601.          BeginProperty ListImage29 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  602.             Picture         =   "公用_部门设置.frx":9E80
  603.             Key             =   "dw"
  604.          EndProperty
  605.       EndProperty
  606.    End
  607.    Begin VB.Image imgSplitter 
  608.       Height          =   6315
  609.       Left            =   2820
  610.       MousePointer    =   9  'Size W E
  611.       Top             =   750
  612.       Width           =   90
  613.    End
  614. End
  615. Attribute VB_Name = "Gy_Department"
  616. Attribute VB_GlobalNameSpace = False
  617. Attribute VB_Creatable = False
  618. Attribute VB_PredeclaredId = True
  619. Attribute VB_Exposed = False
  620. '*******************************************************
  621. '*    模 块 名 称 :部门设置
  622. '*    功 能 描 述 :分级设置
  623. '*    程序员姓名  :徐强
  624. '*    最后修改人  :徐强
  625. '*    最后修改时间:2001/10/15
  626. '*    备        注:
  627. '*******************************************************
  628. Dim mbMoving As Boolean
  629. Const sglSplitLimit = 1000
  630. Dim Rec_CodeSet As New ADODB.Recordset   '编码设置表
  631. Dim jdzygs As Integer                    '控件焦点转移个数
  632. Dim Lrzt As Integer                      '录入状态标志(0-非录入状态 1-增加 2-修改)
  633. Dim ReportTitle As String                '报表主标题
  634. Dim Str_RightEdit As String              '编辑(新增、修改、删除)权限索引
  635. '以下为固定使用变量(网格)
  636. Dim Cxnrrec As New ADODB.Recordset       '显示查询内容动态集
  637. Dim Dyymctbl As New DY_Dyymsz            '打印页面窗体变量
  638. Dim GridCode As String                   '显示网格网格代码
  639. Dim GridInf() As Variant                 '整个网格设置信息
  640. Dim Tsxx As String                       '系统提示信息
  641. Dim Qslz As Long                         '网格隐藏(非操作显示)列数
  642. Dim Sjhgd As Double                      '网格数据行高度
  643. Dim GridBoolean() As Boolean             '网格列信息(布尔型)
  644. Dim GridStr()  As String                 '网格列信息(字符型)
  645. Dim GridInt() As Integer                 '网格列信息(整型)
  646. Dim Szzls As Integer                     '数组总列数(网格列数-1)
  647. '以下为固定使用变量(文本框)
  648. Dim Textvar() As Variant                 '存储变体型文本框信息
  649. Dim Textboolean() As Boolean             '存储布尔型文本框信息
  650. Dim Textint() As Integer                 '存储整型文本框信息
  651. Dim Textstr() As String                  '存储字符型文本框信息
  652. Dim Max_Text_Index As Integer            '最大录入文本框索引值
  653. Dim TextGroupCode As String              '文本框录入分组编码
  654. Dim TextValiLock As Boolean              '文本框失去焦点是否进行有效性控制判断
  655. Dim TextValiJudgeLock() As Boolean       '文本框录入有效性判断控制锁
  656. Dim CurTextIndex As Integer              '当前文本框索引值
  657. Dim TextChangeLock As Boolean            '文本框内容变换控制锁
  658. Dim Bln_Cancel As Boolean                '取消按钮信息传递
  659. Dim nodX As Node
  660. Dim CodSchemeIndex As String             '编码方案编码
  661. Dim CodScheme As String                  '编码方案
  662. Dim ParentCode As String                 '上级编码
  663. Dim CodeLevel As Integer                 '编码级次
  664. Private Sub CzxsGrid_Click()
  665.     
  666.     Dim count As Integer
  667.     With CzxsGrid
  668.         If Trim(.TextMatrix(.Row, Sydz("001", GridStr(), Szzls))) <> "" And .Rows <> .FixedRows Then
  669.             TreeView.Nodes("T" & Trim(.TextMatrix(.Row, Sydz("001", GridStr(), Szzls)))).Selected = True
  670.             TreeView.SetFocus
  671.         End If
  672.     End With
  673. End Sub
  674. Private Sub Form_KeyPress(KeyAscii As Integer)   '控 制 焦 点 转 移
  675.    '[<<
  676.     jdzygs = 12
  677.    '>>]
  678.     Select Case KeyAscii
  679.         Case vbKeyReturn
  680.             If Kjjdzy(jdzygs) Then
  681.                 KeyAscii = 0
  682.             End If
  683.         Case 39           '屏蔽"'"
  684.             KeyAscii = 0
  685.     End Select
  686. End Sub
  687. Private Sub Form_Load()
  688.     
  689.     FillCombo Combo1, "DeptProp", 0, 0
  690.     SizeControls imgSplitter.Left
  691.   
  692.     CodSchemeIndex = "Gy_Depar"
  693.     Add_Tree
  694.     Text_CodScheme
  695.   
  696.     '打印报表标题信息
  697.     ReportTitle = "部 门 设 置"
  698.    
  699.     '调入打印页面设置窗体
  700.     XtReportCode = "Gy_Department"
  701.     Load Dyymctbl
  702.   
  703.     '以下为文本框处理程序(读入文本框录入信息)
  704.     TextGroupCode = "Gy_Department"
  705.     Call Drwbkxx(TextGroupCode, Textvar(), Textboolean(), Textint(), Textstr())
  706.     Call Wbkcsh
  707.     '调入网格设置信息
  708.     GridCode = "Gy_Department"
  709.     Call BzWgcsh(CzxsGrid, GridCode, GridInf(), GridBoolean(), GridInt(), GridStr())
  710.     Qslz = GridInf(1)
  711.     Sjhgd = GridInf(2)
  712.     Szzls = CzxsGrid.Cols - 1
  713.       
  714.     '填 充 网 格
  715.     Call Cxnrtcwg
  716.        
  717.     '初始化toolbar,tab卡状态
  718.     StTab.Tab = 0
  719.     StTab.TabEnabled(1) = False
  720.    
  721.     '设置为非录入状态
  722.     Lrzt = 0
  723.     '编辑(新增、修改、删除)权限索引
  724.     Str_RightEdit = "Gy_Department_Edit"
  725. End Sub
  726. Private Sub Cxnrtcwg()                               '查询内容填充网格
  727.   
  728.     Dim Sqlstr As String              '查询连接串
  729.     Dim Jsqte As Long                '查询临时使用变量
  730.   
  731.     '为加快显示速度,将网格刷新动作冻结
  732.     CzxsGrid.Redraw = False
  733.       
  734.     '[>>查询连接串
  735.     Sqlstr = "SELECT * FROM Gy_Department order by DeptCode"
  736.   
  737.     '<<]
  738.       
  739.     Set Cxnrrec = Cw_DataEnvi.DataConnect.Execute(Sqlstr)
  740.     With Cxnrrec
  741.         CzxsGrid.Rows = CzxsGrid.FixedRows
  742.         If .EOF And .BOF Then
  743.             CzxsGrid.Redraw = True
  744.             Exit Sub
  745.         End If
  746.         Jsqte = CzxsGrid.FixedRows
  747.         Do While Not .EOF
  748.             CzxsGrid.AddItem ""
  749.             Call Jltcwg(Cxnrrec, Jsqte)                              '调入填充网格子过程
  750.             CzxsGrid.RowHeight(Jsqte) = Sjhgd                           '设置网格高度
  751.             .MoveNext
  752.             Jsqte = Jsqte + 1
  753.         Loop
  754.     End With
  755.   
  756.     '将网格刷新动作解冻
  757.     CzxsGrid.Redraw = True
  758. End Sub
  759. Private Sub Jltcwg(Jlbrec As ADODB.Recordset, Rowjsq As Long)           '记录内容填充网格
  760.     
  761.     '[>>以下为自定义部分
  762.     With Jlbrec
  763.         CzxsGrid.TextMatrix(Rowjsq, Sydz("001", GridStr(), Szzls)) = Trim(.Fields("DeptCode") & "")             '客户编码
  764.         CzxsGrid.TextMatrix(Rowjsq, Sydz("002", GridStr(), Szzls)) = Trim(.Fields("DeptName") & "")             '客户名称
  765.         CzxsGrid.TextMatrix(Rowjsq, Sydz("003", GridStr(), Szzls)) = Trim(.Fields("CodeLevel") & "")            '级次
  766.         CzxsGrid.TextMatrix(Rowjsq, Sydz("004", GridStr(), Szzls)) = Trim(.Fields("DeptProp") & "")             '部门属性
  767.         CzxsGrid.TextMatrix(Rowjsq, Sydz("005", GridStr(), Szzls)) = Trim(.Fields("Principal") & "")            '负责人
  768.         CzxsGrid.TextMatrix(Rowjsq, Sydz("006", GridStr(), Szzls)) = Trim(.Fields("Telephone") & "")            '电话
  769.         CzxsGrid.TextMatrix(Rowjsq, Sydz("007", GridStr(), Szzls)) = .Fields("CwzzFlag")                        '财务
  770.         CzxsGrid.TextMatrix(Rowjsq, Sydz("008", GridStr(), Szzls)) = .Fields("RsPmFlag")                        '人事
  771.         CzxsGrid.TextMatrix(Rowjsq, Sydz("009", GridStr(), Szzls)) = .Fields("CgFlag")                          '采购
  772.         CzxsGrid.TextMatrix(Rowjsq, Sydz("010", GridStr(), Szzls)) = .Fields("XsFlag")                          '销售
  773.         CzxsGrid.TextMatrix(Rowjsq, Sydz("011", GridStr(), Szzls)) = .Fields("KfFlag")                          '库房
  774.     End With
  775.     '以上为自定义部分<<]
  776. End Sub
  777. Private Sub Form_Resize()
  778.     
  779.     On Error Resume Next
  780.     
  781.     Dim St_tab As Integer
  782.     If Me.Height < 7000 Then Me.Height = 7000
  783.     If Me.Width < 10000 Then Me.Width = 10000
  784.     StTab.Width = Me.Width - (TreeView.Width + 300)
  785.     StTab.Height = Me.Height - (StTab.Top + 400)
  786.     TreeView.Height = Me.Height - (TreeView.Top + 400)
  787.     imgSplitter.Height = TreeView.Height
  788.     St_tab = StTab.Tab
  789.     StTab.Tab = 0
  790.     CzxsGrid.Width = StTab.Width - CzxsGrid.Left * 2
  791.     CzxsGrid.Height = StTab.Height - 500
  792.     StTab.Tab = St_tab
  793.     GsToolbar.Left = Me.Width - GsToolbar.Width - 140
  794. End Sub
  795. Private Sub Form_Unload(Cancel As Integer)             '窗体卸载
  796.     
  797.     Set Cxnrrec = Nothing
  798.     Set Rec_CodeSet = Nothing
  799.     Unload Dyymctbl
  800.     
  801. End Sub
  802. Private Function Bclrsj() As Boolean                   '判断录入数据有效性,并保存数据
  803.   
  804.     Dim Jsqte As Integer
  805.   
  806.     '对文本框录入内容进行为零和为空判断(固定不变)
  807.     With Rec_CodeSet
  808.         For Jsqte = 0 To Max_Text_Index
  809.             If Textint(Jsqte, 8) = 1 Then     '字段不能为空
  810.                 If Len(Trim(LrText(Jsqte).Text)) = 0 Then
  811.                     Tsxx = Textstr(Jsqte, 7) & "不能为空!"
  812.                     Call Xtxxts(Tsxx, 0, 1)
  813.                     LrText(Jsqte).SetFocus
  814.                     Bclrsj = False
  815.                     Exit Function
  816.                 End If
  817.             Else
  818.                 If Textint(Jsqte, 8) = 2 Then   '字段不能为零
  819.                     If Val(Trim(LrText(Jsqte).Text)) = 0 Then
  820.                         Tsxx = Textstr(Jsqte, 7) & "不能为零!"
  821.                         Call Xtxxts(Tsxx, 0, 1)
  822.                         LrText(Jsqte).SetFocus
  823.                         Bclrsj = False
  824.                         Exit Function
  825.                     End If
  826.                 End If
  827.             End If
  828.         Next Jsqte
  829.         
  830.         '对需要进行事后判断的文本框录入内容进行有效性判断 (固定不变)
  831.         For Jsqte = 0 To Max_Text_Index
  832.             If Textint(Jsqte, 9) = 0 Or Textint(Jsqte, 9) = 2 Then
  833.                 If Not TextYxxpd(Jsqte) Then
  834.                     Exit Function
  835.                 End If
  836.             End If
  837.         Next Jsqte
  838.    
  839.         If Lrzt = 1 Then  '增 加
  840.             
  841.             '[>>判断编码是否重复
  842.             If .State = 1 Then .Close
  843.             .Open "SELECT * FROM Gy_Department WHERE DeptCode= '" + Trim(LrText(0).Text) + "'", Cw_DataEnvi.DataConnect, adOpenDynamic, adLockOptimistic
  844.             If Not .EOF Then
  845.                 Tsxx = "部门编码重复!"
  846.                 Call Xtxxts(Tsxx, 0, 1)
  847.                 LrText(0).SetFocus
  848.                 Bclrsj = False
  849.                 Exit Function
  850.             End If
  851.             
  852.             '判断名称是否重复
  853.             If .State = 1 Then .Close
  854.             .Open "SELECT * FROM Gy_Department WHERE DeptName= '" + Trim(LrText(1).Text) + "'", Cw_DataEnvi.DataConnect, adOpenDynamic, adLockOptimistic
  855.             If Not .EOF Then
  856.                 Tsxx = "部门名称重复!"
  857.                 Call Xtxxts(Tsxx, 0, 1)
  858.                 LrText(1).SetFocus
  859.                 
  860.                 Bclrsj = False
  861.                 Exit Function
  862.             End If
  863.             '判断记录内容无误后,将记录内容写入数据表
  864.             On Error GoTo Swcwcl
  865.     
  866.             Cw_DataEnvi.DataConnect.BeginTrans
  867.  
  868.             .AddNew
  869.             .Fields("DeptCode") = Trim(LrText(0).Text)    '客户编码
  870.             .Fields("DeptName") = Trim(LrText(1).Text)    '客户名称
  871.             .Fields("ParentCode") = ParentCode            '上级编码
  872.             .Fields("CodeLevel") = CodeLevel              '编码级次
  873.             .Fields("Principal") = Trim(LrText(2).Text)   '负责人
  874.             .Fields("Telephone") = Trim(LrText(3).Text)   '电话
  875.             .Fields("DeptProp") = Trim(Combo1.Text)       '部门属性
  876.             .Update
  877.     
  878.             Cw_DataEnvi.DataConnect.CommitTrans
  879.             If CodeLevel <> 1 Then
  880.                 Set nodX = TreeView.Nodes.Add("T" & ParentCode, 4, "T" & LrText(0).Text, "(" & Trim(LrText(0).Text) & ")" & Trim(LrText(1).Text), "C")
  881.                 nodX.EnsureVisible
  882.             Else
  883.                 Set nodX = TreeView.Nodes.Add("T", 4, "T" & LrText(0).Text, "(" & Trim(LrText(0).Text) & ")" & Trim(LrText(1).Text), "C")
  884.             End If
  885.             ParentCode = "": CodeLevel = 0
  886.    
  887.             '将记录加入网格
  888.             Call Cxnrtcwg
  889.             Tsxx = "保存完毕!"
  890.             Call Xtxxts(Tsxx, 0, 4)
  891.             Call Cshlrxx(1)
  892.             LrText(0).SetFocus
  893.             '将网格按编码排序
  894.             With CzxsGrid
  895.                 .Col = Sydz("001", GridStr(), Szzls)
  896.                 CzxsGrid.Sort = flexSortStringAscending
  897.             End With
  898.             '<<]
  899.     
  900.         Else  '否则为修改记录
  901.  
  902.             If .State = 1 Then .Close
  903.             .Open "SELECT * FROM Gy_Department WHERE DeptName= '" + Trim(LrText(1).Text) + "' and DeptCode<>'" & Trim(LrText(0).Text) & "'", Cw_DataEnvi.DataConnect, adOpenDynamic, adLockOptimistic
  904.             If Not .EOF Then
  905.                 Tsxx = "部门名称重复!"
  906.                 Call Xtxxts(Tsxx, 0, 1)
  907.                 LrText(1).SetFocus
  908.                 Bclrsj = False
  909.                 Exit Function
  910.             End If
  911.             On Error GoTo Swcwcl
  912.             Cw_DataEnvi.DataConnect.BeginTrans
  913.             If .State = 1 Then .Close
  914.             .Open "SELECT * FROM Gy_Department WHERE DeptCode= '" + Trim(LrText(0).Text) + "'", Cw_DataEnvi.DataConnect, adOpenDynamic, adLockOptimistic
  915.             If Not .EOF Then
  916.                 .Fields("DeptName") = Trim(LrText(1).Text)      '客户名称
  917.                 .Fields("Principal") = Trim(LrText(2).Text)     '负责人
  918.                 .Fields("Telephone") = Trim(LrText(3).Text)     '电话
  919.                 .Fields("DeptProp") = Trim(Combo1.Text)         '部门属性
  920.                 .Update
  921.             End If
  922.             TreeView.Nodes("T" & Trim(CzxsGrid.TextMatrix(CzxsGrid.Row, Sydz("001", GridStr(), Szzls)))).Text = "(" & Trim(LrText(0).Text) & ")" & Trim(LrText(1).Text)
  923.             Cw_DataEnvi.DataConnect.CommitTrans
  924.        
  925.             '刷新当前网格
  926.             Sqlstr = "SELECT * FROM Gy_Department WHERE DeptCode= '" + Trim(LrText(0).Text) + "'"
  927.             Set Cxnrrec = Cw_DataEnvi.DataConnect.Execute(Sqlstr)
  928.             With CzxsGrid
  929.                 Call Jltcwg(Cxnrrec, .Row)
  930.             End With
  931.    
  932.         End If
  933.      
  934.         '保存记录成功,函数返回真值
  935.         Bclrsj = True
  936.         Exit Function
  937.     End With
  938.  
  939. Swcwcl:
  940.     Cw_DataEnvi.DataConnect.RollbackTrans
  941.     Tsxx = "存盘过程中出现错误,程序自动恢复保存前状态!"
  942.     Call Xtxxts(Tsxx, 0, 1)
  943.     Exit Function
  944. End Function
  945. Private Function Cshlrxx(lrztxx As Integer) As Boolean              '初始化录入字段信息
  946.  
  947.     TextChangeLock = True       '关闭文本框Chang事件
  948.     
  949.     If lrztxx = 1 Then
  950.         
  951.         '增加新记录时将文本框清空
  952.         For Jsqte = 0 To Max_Text_Index
  953.             If Len(Trim(Textstr(Jsqte, 1))) <> 0 Then
  954.                 LrText(Jsqte).Text = ""
  955.                 LrText(Jsqte).Tag = ""
  956.             End If
  957.             TextValiJudgeLock(Jsqte) = True
  958.         Next Jsqte
  959.        
  960.         '[>>
  961.         '在此处可添加新增记录时初始化设置
  962.         '<<]
  963.     Else
  964.         '修改记录时根据记录关键字(编码)从数据表中读入其他字段内容
  965.         With RecTemp
  966.             Sqlstr = "SELECT * FROM Gy_Department Where DeptCode='" & Trim(CzxsGrid.TextMatrix(CzxsGrid.Row, Sydz("001", GridStr(), Szzls))) & "'"
  967.             Set RecTemp = Cw_DataEnvi.DataConnect.Execute(Sqlstr)
  968.             '记录如存在则读入其内容,否则提示记录已被其他人删除
  969.             If Not RecTemp.EOF Then
  970.                 LrText(0).Text = Trim(.Fields("DeptCode") & "")            '部门编码
  971.                 LrText(1).Text = Trim(.Fields("DeptName") & "")            '部门名称
  972.                 LrText(2).Text = Trim(.Fields("Principal") & "")           '负责人
  973.                 LrText(3).Text = Trim(.Fields("Telephone") & "")           '电话
  974.                 Dim I As Integer
  975.                 For I = 0 To Combo1.ListCount - 1
  976.                     Combo1.ListIndex = I
  977.                     If Combo1.Text = Trim(.Fields("DeptProp") & "") Then Exit For
  978.                 Next
  979.             Else
  980.                 Tsxx = "该记录已经被其他人删除,请刷新当前数据!"
  981.                 Call Xtxxts(Tsxx, 0, 4)
  982.                 Call Cancel
  983.                 TextChangeLock = False
  984.                 Exit Function
  985.             End If
  986.         End With
  987.     End If
  988.     Cshlrxx = True
  989.     TextChangeLock = False
  990. End Function
  991. Private Sub Scdqjl()                 '删 除 当 前 记 录
  992.     
  993.     Dim Yhanswer As Integer
  994.     Dim aDo_Rec As New Recordset
  995.     
  996.     '判断用户是否有此功能执行权限,如有则写上机日志(进入)
  997.     If Not Security_Log(Str_RightEdit, Xtczybm, 1, True) Then
  998.         Exit Sub
  999.     End If
  1000.             
  1001.     '非数据行不能删除
  1002.     If CzxsGrid.Row < CzxsGrid.FixedRows Then
  1003.         Exit Sub
  1004.     End If
  1005.   
  1006.     '用户确认是否删除记录
  1007.     Tsxx = "请确认是否删除当前记录?"
  1008.     Yhanswer = Xtxxts(Tsxx, 2, 2)
  1009.     If Yhanswer = 2 Then
  1010.         Exit Sub
  1011.     End If
  1012.     Set aDo_Rec = Cw_DataEnvi.DataConnect.Execute("select * from Gy_Department where ParentCode='" & Trim(CzxsGrid.TextMatrix(CzxsGrid.Row, Sydz("001", GridStr(), Szzls))) & "'")
  1013.     If aDo_Rec.RecordCount > 0 Then
  1014.         aDo_Rec.Close
  1015.         Tsxx = "该项有下级,不能删除!"
  1016.         Call Xtxxts(Tsxx, 0, 1)
  1017.         Exit Sub
  1018.     End If
  1019.     aDo_Rec.Close
  1020.   
  1021.     On Error GoTo Cwcl
  1022.       
  1023.     Cw_DataEnvi.DataConnect.BeginTrans
  1024.  
  1025.     '[>>以下需自定义部分
  1026.     Cw_DataEnvi.DataConnect.Execute "delete Gy_Department where DeptCode = '" + Trim(CzxsGrid.TextMatrix(CzxsGrid.Row, Sydz("001", GridStr(), Szzls))) + "'"
  1027.   
  1028.     Add_Tree
  1029.     '以上为自定义部分<<]
  1030.   
  1031.     Cw_DataEnvi.DataConnect.CommitTrans
  1032.   
  1033.     CzxsGrid.RemoveItem CzxsGrid.Row
  1034.     Exit Sub
  1035. Cwcl:
  1036.     Cw_DataEnvi.DataConnect.RollbackTrans
  1037.     If Err.Number = -2147217873 Then                '(-2147217873 为SQL Server 2000通过建立外键产生的错误号)
  1038.         Tsxx = "此部门已经被使用,不能删除!"
  1039.         Call Xtxxts(Tsxx, 0, 1)
  1040.         Exit Sub
  1041.     Else
  1042.         Tsxx = "出现未知情况,此部门不能被删除!"
  1043.         Call Xtxxts(Tsxx, 0, 1)
  1044.         Exit Sub
  1045.     End If
  1046. End Sub
  1047. '*******************以下区域为编写自定义过程区域**********************
  1048. '*******************以上区域为编写自定义过程区域**********************
  1049. '******************以下为基本处理程序(固定不变)************************'
  1050. Private Sub Form_KeyUp(KeyCode As Integer, Shift As Integer)        '支持热键操作
  1051.     
  1052.     If Shift = 2 Then
  1053.         Select Case UCase(Chr(KeyCode))
  1054.             Case "P"                                                                          'Ctrl+P 打印
  1055.                 If SzToolbar.Buttons("dy").Visible And SzToolbar.Buttons("dy").Enabled Then
  1056.                     Call bbyl(False)
  1057.                 End If
  1058.             Case "A"                                                                          'Ctrl+A 增加
  1059.                 '判断用户是否有此功能执行权限,如有则写上机日志(进入)
  1060.                 If Not Security_Log(Str_RightEdit, Xtczybm, 1, True) Then
  1061.                     Exit Sub
  1062.                 End If
  1063.                 If SzToolbar.Buttons("zj").Visible And SzToolbar.Buttons("zj").Enabled Then
  1064.                     Call Toolbjzt
  1065.                     Lrzt = 1
  1066.                     Call Cshlrxx(Lrzt)
  1067.                     LrText(0).Enabled = True
  1068.                     LrText(0).SetFocus
  1069.                 End If
  1070.             Case "D"                                                                          'Ctrl+D 删除
  1071.                 If SzToolbar.Buttons("sc").Visible And SzToolbar.Buttons("sc").Enabled Then
  1072.                     Call Scdqjl
  1073.                 End If
  1074.         End Select
  1075.     End If
  1076. End Sub
  1077. Private Sub imgSplitter_MouseDown(Button As Integer, Shift As Integer, x As Single, y As Single)
  1078.     
  1079.     With imgSplitter
  1080.         picSplitter.Move .Left, .Top, .Width  2, .Height - 20
  1081.     End With
  1082.     picSplitter.Visible = True
  1083.     mbMoving = True
  1084. End Sub
  1085. Private Sub imgSplitter_MouseMove(Button As Integer, Shift As Integer, x As Single, y As Single)
  1086.     
  1087.     Dim sglPos As Single
  1088.     If mbMoving Then
  1089.         sglPos = x + imgSplitter.Left
  1090.         If sglPos < sglSplitLimit Then
  1091.             picSplitter.Left = sglSplitLimit
  1092.         ElseIf sglPos > Me.Width - sglSplitLimit Then
  1093.             picSplitter.Left = Me.Width - sglSplitLimit
  1094.         Else
  1095.             picSplitter.Left = sglPos
  1096.         End If
  1097.     End If
  1098. End Sub
  1099. Private Sub imgSplitter_MouseUp(Button As Integer, Shift As Integer, x As Single, y As Single)
  1100.     
  1101.     SizeControls picSplitter.Left
  1102.     picSplitter.Visible = False
  1103.     mbMoving = False
  1104. End Sub
  1105. Sub SizeControls(x As Single)
  1106.     
  1107.     On Error Resume Next
  1108.     '设置 Width 属性
  1109.     If x < 2000 Then x = 2000
  1110.     If x > (Me.Width - 5000) Then x = Me.Width - 5000
  1111.     TreeView.Width = x - 100
  1112.     imgSplitter.Left = x
  1113.     StTab.Left = x + 40
  1114.     StTab.Width = Me.Width - (TreeView.Width + 300)
  1115.     '设置 Top 属性
  1116.     StTab.Top = TreeView.Top
  1117.     Dim St_tab As Integer
  1118.     St_tab = StTab.Tab
  1119.     StTab.Tab = 0
  1120.     CzxsGrid.Width = StTab.Width - CzxsGrid.Left * 2
  1121.     StTab.Tab = St_tab
  1122.     imgSplitter.Top = TreeView.Top
  1123.     imgSplitter.Height = TreeView.Height
  1124. End Sub
  1125. Private Sub SzToolbar_ButtonClick(ByVal Button As MSComctlLib.Button)
  1126.     
  1127.     Select Case Button.Key
  1128.         Case "ymsz"                                          '页面设置
  1129.             Dyymctbl.Show 1
  1130.         Case "yl"                                            '预 览
  1131.             Call bbyl(True)
  1132.         Case "dy"                                            '打 印
  1133.             Call bbyl(False)
  1134.         Case "zj"                                            '增 加
  1135.             '判断用户是否有此功能执行权限,如有则写上机日志(进入)
  1136.             If Not Security_Log(Str_RightEdit, Xtczybm, 1, True) Then
  1137.                 Exit Sub
  1138.             End If
  1139.             Call Toolbjzt
  1140.             Lrzt = 1
  1141.             Call Cshlrxx(Lrzt)
  1142.             
  1143.             LrText(0).Enabled = True
  1144.             LrText(0).SetFocus
  1145.         Case "xg"                                            '修 改
  1146.             Call Xgdqjl
  1147.         Case "sc"                                            '删 除
  1148.             Call Scdqjl
  1149.         Case "sx"                                            '刷 新
  1150.             Call Cxnrtcwg
  1151.         Case "bz"                                            '帮 助
  1152.             Call F1bz
  1153.         Case "fp"                                            '分配
  1154.             '判断用户是否有此功能执行权限,如有则写上机日志(进入)
  1155.             If Not Security_Log("Gy_Department_Allot", Xtczybm, 1, True) Then
  1156.                 Exit Sub
  1157.             End If
  1158.             Gy_DeptAllot.HelpContextID = 331200101
  1159.             Gy_DeptAllot.Show 1
  1160.             Call Cxnrtcwg
  1161.         Case "fh"                                            '退 出
  1162.             Unload Me
  1163.     End Select
  1164. End Sub
  1165. Private Sub CzxsGrid_DblClick()                            '修改当前编码记录
  1166.     Call Xgdqjl
  1167. End Sub
  1168. Private Sub Xgdqjl()                                       '修改当前编码记录
  1169.     
  1170.     '判断用户是否有此功能执行权限,如有则写上机日志(进入)
  1171.     If Not Security_Log(Str_RightEdit, Xtczybm, 1, True, False) Then
  1172.         BcCommand.Enabled = False
  1173.     End If
  1174.     
  1175.     If CzxsGrid.Row < CzxsGrid.FixedRows Then
  1176.         Exit Sub
  1177.     End If
  1178.     Call Toolbjzt
  1179.     Lrzt = 2
  1180.     If Cshlrxx(Lrzt) Then
  1181.         LrText(1).SetFocus
  1182.         LrText(0).Enabled = False
  1183.     End If
  1184. End Sub
  1185. Private Sub Toolbjzt()                                     'Toolbar状态(编辑状态)
  1186.     
  1187.     StTab.TabEnabled(1) = True
  1188.     StTab.Tab = 1
  1189.     StTab.TabEnabled(0) = False
  1190.     CzxsGrid.Enabled = False
  1191.     With SzToolbar
  1192.         .Buttons("ymsz").Enabled = False
  1193.         .Buttons("dy").Enabled = False
  1194.         .Buttons("yl").Enabled = False
  1195.         .Buttons("zj").Enabled = False
  1196.         .Buttons("xg").Enabled = False
  1197.         .Buttons("sc").Enabled = False
  1198.         .Buttons("sx").Enabled = False
  1199.         .Buttons("fp").Enabled = False
  1200.     End With
  1201.     TreeView.Enabled = False
  1202. End Sub
  1203. Private Sub Toolfbjzt()                                    'Toolbar状态(非编辑状态)
  1204.     
  1205.     StTab.TabEnabled(0) = True
  1206.     StTab.Tab = 0
  1207.     CzxsGrid.Enabled = True
  1208.     StTab.TabEnabled(1) = False
  1209.     Lrzt = 0
  1210.     With SzToolbar
  1211.         .Buttons("ymsz").Enabled = True
  1212.         .Buttons("dy").Enabled = True
  1213.         .Buttons("yl").Enabled = True
  1214.         .Buttons("zj").Enabled = True
  1215.         .Buttons("xg").Enabled = True
  1216.         .Buttons("sc").Enabled = True
  1217.         .Buttons("sx").Enabled = True
  1218.         .Buttons("fp").Enabled = True
  1219.     End With
  1220.     TreeView.Enabled = True
  1221. End Sub
  1222. Private Sub BcCommand_Click()                                           '保 存
  1223.   
  1224.     If Not Bclrsj Then
  1225.         Exit Sub
  1226.     End If
  1227.     If Lrzt = 2 Then
  1228.         Call Toolfbjzt
  1229.     End If
  1230. End Sub
  1231. Private Sub QxCommand_MouseDown(Button As Integer, Shift As Integer, x As Single, y As Single)       '取消
  1232.     
  1233.     '避免执行Click程序
  1234.     Bln_Cancel = True
  1235.   
  1236.     Call Cancel
  1237. End Sub
  1238. Private Sub QxCommand_Click()                                                                         '取消
  1239.     
  1240.     If Bln_Cancel Then
  1241.         Bln_Cancel = False
  1242.         Exit Sub
  1243.     End If
  1244.  
  1245.     Call Cancel
  1246. End Sub
  1247. Private Sub Cancel()                                                                                  '取消
  1248.     
  1249.     '文本框加锁
  1250.     For Jsqte = 0 To Max_Text_Index
  1251.         TextValiJudgeLock(Jsqte) = True
  1252.     Next Jsqte
  1253.   
  1254.     Call Toolfbjzt
  1255. End Sub
  1256. Private Sub CzxsGrid_AfterMoveColumn(ByVal Col As Long, Position As Long)           '网格列发生移动时自动交换网格索引信息
  1257.     FnBln_RefreshArray Col, Position, GridStr(), GridInf()
  1258. End Sub
  1259. Private Sub GsToolbar_ButtonClick(ByVal Button As MSComctlLib.Button)   '表格格式设置(通用)
  1260.     
  1261.     Select Case Button.Key
  1262.         Case "bcgs"                                       '保存表格格式
  1263.             Call Bcwggs(CzxsGrid, GridCode, GridStr())
  1264.         Case "hfmrgs"                                     '恢复默认格式
  1265.             Call Hfmrgs(CzxsGrid, GridCode, GridStr())
  1266.         Case "szxsxm"                                     '设置显示项目
  1267.             Call Szxsxm(CzxsGrid, GridCode)
  1268.     End Select
  1269. End Sub
  1270. Private Sub bbyl(bbylte As Boolean)                    '报表打印预览
  1271.   
  1272.     Dim Bbzbt$, Bbxbt() As String, bbxbtzzxs() As Integer, Bbxbtgs As Integer
  1273.     Dim Bbbwh() As String, Bbbwhzzxs() As Integer, Bbbwhgs As Integer
  1274.     Bbxbtgs = 1                                          '报 表 小 标 题 行 数
  1275.     Bbbwhgs = 0                                          '报 表 表 尾 行 数
  1276.     ReDim Bbxbt(1 To Bbxbtgs)
  1277.     ReDim bbxbtzzxs(1 To Bbxbtgs)
  1278.     If Bbbwhgs <> 0 Then
  1279.         ReDim Bbbwh(1 To Bbbwhgs)
  1280.         ReDim Bbbwhzzxs(1 To Bbbwhgs)
  1281.     End If
  1282.     Bbzbt = ReportTitle
  1283.     Bbxbt(1) = " "
  1284.     bbxbtzzxs(1) = 0                                     '报表行组织形式(0-居左 1-居中 2-居右)
  1285.     Call Scyxsjb(CzxsGrid)                               '生成报表数据
  1286.     Call Scdybb(Dyymctbl, Bbzbt, Bbxbt(), bbxbtzzxs(), Bbxbtgs, Bbbwh(), Bbbwhzzxs(), Bbbwhgs, bbylte)
  1287.     If Not bbylte Then
  1288.         Unload DY_Tybbyldy
  1289.     End If
  1290. End Sub
  1291. '************以下为文本框录入处理程序(固定不变部分)*************'
  1292. Private Sub Wbklrwbcl(Index As Integer)    '文本框录入事后处理程序
  1293.     
  1294.     '以下为依据实际情况自定义部分[
  1295.     
  1296.     '在此填写文本框录入事后处理程序
  1297.     
  1298.     ']以上为依据实际情况自定义部分
  1299. End Sub
  1300. Private Sub LrText_Change(Index As Integer)
  1301.     '屏蔽程序改变控制
  1302.     If TextChangeLock Then
  1303.         Exit Sub
  1304.     End If
  1305.     
  1306.     TextValiJudgeLock(Index) = False    '打开有效性判断锁
  1307.     
  1308.     '限制字段录入长度
  1309.     TextChangeLock = True  '加锁(防止执行Lrtext_Change)
  1310.     Call TextChangeLimit(LrText(Index), Textint(Index, 1))  '去掉无效字符
  1311.     Select Case Textint(Index, 1)
  1312.         Case 8, 11      '金额型
  1313.             Call Sjgskz(LrText(Index), Xtjezws - Xtjexsws - 1, Xtjexsws)
  1314.         Case 9, 12      '数量型
  1315.             Call Sjgskz(LrText(Index), Xtslzws - Xtslxsws - 1, Xtslxsws)
  1316.         Case 10          '单价型
  1317.             Call Sjgskz(LrText(Index), Xtdjzws - Xtdjxsws - 1, Xtdjxsws)
  1318.         Case Else        '其他小数类型控制
  1319.             If Textint(Index, 6) <> 0 Or Textint(Index, 7) <> 0 Then
  1320.                 Call Sjgskz(LrText(Index), Textint(Index, 6), Textint(Index, 7))
  1321.             End If
  1322.     End Select
  1323.         
  1324.     TextChangeLock = False '解锁
  1325. End Sub
  1326. Private Sub LrText_GotFocus(Index As Integer)                                                 '文本框得到焦点,显示相应信息
  1327.     
  1328.     Call TextShow(Index)
  1329.     CurTextIndex = Index
  1330.     LrText(Index).SelStart = Len(LrText(Index))
  1331. End Sub
  1332. Private Sub LrText_KeyDown(Index As Integer, KeyCode As Integer, Shift As Integer)            '字段按F2键提供帮助
  1333.     
  1334.     Select Case KeyCode
  1335.         Case vbKeyF2
  1336.             Call Text_Help(Index)
  1337.     End Select
  1338. End Sub
  1339. Private Sub LrText_KeyPress(Index As Integer, KeyAscii As Integer)                            '文本框录入事中控制
  1340.     Call InputFieldLimit(LrText(Index), Textint(Index, 1), KeyAscii)
  1341. End Sub
  1342. Private Sub LrText_LostFocus(Index As Integer)                                                '文本框失去焦点
  1343.     '显示相应信息但不能进行有效性判断
  1344.   
  1345. End Sub
  1346. Private Sub TreeView_Collapse(ByVal Node As MSComctlLib.Node)
  1347.     
  1348.     If Node.Index <> 1 And Node.Key <> "T" Then
  1349.         Node.Image = "Cl"
  1350.     End If
  1351. End Sub
  1352. Private Sub TreeView_Expand(ByVal Node As MSComctlLib.Node)
  1353.     
  1354.     If Node.Index <> 1 And Node.Key <> "T" Then
  1355.         Node.Image = "O"
  1356.     End If
  1357. End Sub
  1358. Private Sub TreeView_NodeClick(ByVal Node As MSComctlLib.Node)
  1359.     
  1360.     Dim code_row As Integer
  1361.     With CzxsGrid
  1362.         code_row = .FindRow(Trim(Mid(TreeView.SelectedItem.Key, 2)), , Sydz("001", GridStr(), Szzls))
  1363.         If code_row <> -1 Then
  1364.             .Select code_row, 0
  1365.         End If
  1366.     End With
  1367. End Sub
  1368. Private Sub Ydcommand1_MouseDown(Index As Integer, Button As Integer, Shift As Integer, x As Single, y As Single)     '按钮提供帮助
  1369.     Call Text_Help(Index)
  1370. End Sub
  1371. Private Sub Text_Help(Index As Integer)                                                       '录入字段帮助
  1372.     
  1373.     If Not Textboolean(Index, 1) Then
  1374.         Exit Sub
  1375.     End If
  1376.    
  1377.     '调用帮助
  1378.     Call Drbmhelp(Textint(Index, 2), Textstr(Index, 4), Trim(LrText(Index).Text))
  1379.   
  1380.     '根据设置选择显示编码和名称,并进行存储
  1381.     If Len(Xtfhcs) <> 0 Then
  1382.         If Textint(Index, 3) = 1 Then
  1383.             LrText(Index).Text = Xtfhcsfz
  1384.             LrText(Index).Tag = Xtfhcs
  1385.         Else
  1386.             LrText(Index).Text = Xtfhcs
  1387.             LrText(Index).Tag = Xtfhcsfz
  1388.         End If
  1389.     End If
  1390.    
  1391.     LrText(Index).SetFocus
  1392. End Sub
  1393. Private Sub TextShow(Index As Integer)        '文本框得到焦点,显示相应信息
  1394.     
  1395.     '填写文本框得到焦点,进行相应信息处理程序
  1396.    
  1397. End Sub
  1398. Private Sub Wbkcsh()                          '录入文本框初始化
  1399.     
  1400.     Dim Jsqte As Integer
  1401.   
  1402.     '最大录入文本框索引值
  1403.     Max_Text_Index = Textvar(1)
  1404.   
  1405.     ReDim TextValiJudgeLock(Max_Text_Index)
  1406.     For Jsqte = 0 To Max_Text_Index
  1407.         If Len(Trim(Textstr(Jsqte, 1))) <> 0 Then
  1408.             If Textboolean(Jsqte, 1) Then
  1409.                 If Jsqte <> 0 And Not Textboolean(Jsqte, 3) Then
  1410.                     Load Ydcommand1(Jsqte)
  1411.                 End If
  1412.                 Ydcommand1(Jsqte).Visible = True
  1413.                 Ydcommand1(Jsqte).Move LrText(Jsqte).Left + LrText(Jsqte).Width, LrText(Jsqte).Top
  1414.             End If
  1415.             TextChangeLock = True
  1416.             LrText(Jsqte).Text = ""
  1417.             LrText(Jsqte).Tag = ""
  1418.             If Textint(Jsqte, 5) <> 0 Then
  1419.                 LrText(Jsqte).MaxLength = Textint(Jsqte, 5)
  1420.             End If
  1421.             TextChangeLock = False
  1422.         End If
  1423.         TextValiJudgeLock(Jsqte) = True
  1424.     Next Jsqte
  1425. End Sub
  1426. Private Function TextYxxpd(Index As Integer) As Boolean           '文本框有效性判断
  1427.   
  1428.     Dim Sqlstr As String
  1429.     Dim Findrec As ADODB.Recordset
  1430.   
  1431.     '文本框内容未曾改变不进行有效性判断
  1432.     If TextValiJudgeLock(Index) Then
  1433.         TextYxxpd = True
  1434.         Exit Function
  1435.     End If
  1436.   
  1437.     '文本框内容为空认为有效,并清空其Tag值
  1438.     If Trim(LrText(Index)) = "" Then
  1439.         LrText(Index).Tag = ""
  1440.         Call Wbklrwbcl(Index)
  1441.         TextValiJudgeLock(Index) = True
  1442.         TextYxxpd = True
  1443.         Exit Function
  1444.     End If
  1445.   
  1446.     '可在此加入不做有效性判断的理由
  1447.     Select Case Textint(Index, 4)
  1448.         Case 1      '编码型
  1449.             Sqlstr = Trim(Textstr(Index, 5))
  1450.             Sqlstr = Replace(Sqlstr, "@", "'" + Trim(LrText(Index).Text) + "'")
  1451.             Set Findrec = Cw_DataEnvi.DataConnect.Execute(Sqlstr)
  1452.             If Findrec.EOF Then
  1453.                 Call Xtxxts(Trim(Textstr(Index, 6)), 0, 1)
  1454.                 LrText(Index).SetFocus
  1455.                 Exit Function
  1456.             Else
  1457.                 Select Case Textint(Index, 3)
  1458.                     Case 0
  1459.                         If Len(Trim(Textstr(Index, 2))) <> 0 Then
  1460.                             LrText(Index).Text = Trim(Findrec.Fields(Trim(Textstr(Index, 2))))
  1461.                         End If
  1462.                         If Len(Trim(Textstr(Index, 3) & "")) <> 0 Then
  1463.                             LrText(Index).Tag = Trim(Findrec.Fields(Trim(Textstr(Index, 3))))
  1464.                         End If
  1465.                     Case 1
  1466.                         If Len(Trim(Textstr(Index, 3) & "")) <> 0 Then
  1467.                             LrText(Index).Text = Trim(Findrec.Fields(Trim(Textstr(Index, 3))))
  1468.                         End If
  1469.                         If Len(Trim(Textstr(Index, 2))) <> 0 Then
  1470.                             LrText(Index).Tag = Trim(Findrec.Fields(Trim(Textstr(Index, 2))))
  1471.                         End If
  1472.                 End Select
  1473.             End If
  1474.         Case 2      '日期型
  1475.             If IsDate(LrText(Index).Text) Then
  1476.                 LrText(Index).Text = Format(LrText(Index).Text, "yyyy-mm-dd")
  1477.                 If Val(Mid(LrText(Index), 1, 4)) < 1900 Then
  1478.                     LrText(Index).Text = "1900" + Mid(LrText(Index), 5, 6)
  1479.                 End If
  1480.             Else
  1481.                 Tsxx = "非法公历日期!(格式:" + Format(Date, "yyyy-mm-dd") + ")"
  1482.                 Call Xtxxts(Tsxx, 0, 1)
  1483.                 LrText(Index).SetFocus
  1484.                 Exit Function
  1485.             End If
  1486.         Case 3      '其他类型
  1487.             If Index = 0 Then
  1488.                 Dim I As Integer, LevelLeng As Integer, tf As Boolean
  1489.                 For I = 1 To Len(CodScheme)
  1490.                     LevelLeng = LevelLeng + Val(Mid(CodScheme, I, 1))
  1491.                     If Len(Trim(LrText(0))) = LevelLeng Then
  1492.                         tf = True: Exit For
  1493.                     Else
  1494.                         tf = False
  1495.                     End If
  1496.                 Next I
  1497.                 '--------------
  1498.                 If tf = False Then
  1499.                     Tsxx = "非法编码方式!  "
  1500.                     Call Xtxxts(Tsxx, 0, 1)
  1501.                     LrText(Index).SetFocus
  1502.                     Exit Function
  1503.                 End If
  1504.                 '---------------
  1505.                 If Len(Trim(LrText(0))) <> Val(Mid(CodScheme, 1, 1)) Then
  1506.                     With CzxsGrid
  1507.                         ParentCode = Mid(Trim(LrText(0)), 1, LevelLeng - Val(Mid(CodScheme, I, 1)))
  1508.                         code_row = .FindRow(ParentCode, , Sydz("001", GridStr(), Szzls))
  1509.                         If code_row = -1 Then
  1510.                             ParentCode = ""
  1511.                             Tsxx = "没有上级编码!  "
  1512.                             Call Xtxxts(Tsxx, 0, 1)
  1513.                             LrText(Index).SetFocus
  1514.                             Exit Function
  1515.                         End If
  1516.                     End With
  1517.                 End If
  1518.                 CodeLevel = I
  1519.             End If
  1520.     End Select
  1521.     '如果有效则加锁,用户不改变内容则不再进行有效性判断
  1522.     TextValiJudgeLock(Index) = True
  1523.     
  1524.     '调用文本框事后处理程序
  1525.     Call Wbklrwbcl(Index)
  1526.     
  1527.     '有效性判断通过则返回True
  1528.     TextYxxpd = True
  1529.    
  1530. End Function
  1531. Sub Add_Tree() '添加树项
  1532.     
  1533.     Dim aDo_Sort As New Recordset
  1534.     TreeView.Nodes.Clear
  1535.     TreeView.Nodes.Add , 4, "T", "部门", "T"
  1536.     
  1537.     Set aDo_Sort = Cw_DataEnvi.DataConnect.Execute("select a.*,mj=(select count(*) from Gy_Department where Gy_Department.ParentCode=a.deptCode) from Gy_Department a order by a.deptCode")
  1538.     With aDo_Sort
  1539.         Do While Not .EOF
  1540.             If Trim("" & aDo_Sort!ParentCode) = "" Then
  1541.                 If !mj < 1 Then
  1542.                     Set nodX = TreeView.Nodes.Add("T", 4, "T" & Trim(.Fields("deptcode")), "(" & Trim(.Fields("deptcode")) & ")" & Trim(.Fields("deptname")), "C")
  1543.                 Else
  1544.                     Set nodX = TreeView.Nodes.Add("T", 4, "T" & Trim(.Fields("deptcode")), "(" & Trim(.Fields("deptcode")) & ")" & Trim(.Fields("deptname")), "Cl")
  1545.                 End If
  1546.                 nodX.EnsureVisible
  1547.             Else
  1548.                 If !mj < 1 Then
  1549.                     Set nodX = TreeView.Nodes.Add("T" & Trim(!ParentCode), 4, "T" & Trim(.Fields("deptcode")), "(" & Trim(.Fields("deptcode")) & ")" & Trim(.Fields("deptname")), "C")
  1550.                 Else
  1551.                     Set nodX = TreeView.Nodes.Add("T" & Trim(!ParentCode), 4, "T" & Trim(.Fields("deptcode")), "(" & Trim(.Fields("deptcode")) & ")" & Trim(.Fields("deptname")), "Cl")
  1552.                 End If
  1553.             End If
  1554.             .MoveNext
  1555.         Loop
  1556.     End With
  1557. End Sub
  1558.  
  1559. '编码方案
  1560. Sub Text_CodScheme()
  1561.     
  1562.     Dim aDo_Sort As New Recordset
  1563.     Dim I As Integer, h As Integer
  1564.     Set aDo_Sort = Cw_DataEnvi.DataConnect.Execute("select * from Gy_CodeScheme where ItemCode='" & Trim(CodSchemeIndex) & "'")
  1565.     CodScheme = Trim(aDo_Sort!codescheme)
  1566.     aDo_Sort.Close
  1567.     '-------------
  1568.     StTab.Tab = 1
  1569.     Lbl_codescheme.Caption = ""
  1570.     For I = 1 To Len(CodScheme)
  1571.         For h = 1 To Val(Mid(CodScheme, I, 1))
  1572.             Lbl_codescheme = Lbl_codescheme & "*"
  1573.         Next
  1574.         Lbl_codescheme = Lbl_codescheme & " "
  1575.     Next I
  1576.     Lbl_codescheme = Trim(Lbl_codescheme)
  1577. End Sub