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

企业管理

开发平台:

Visual Basic

  1. VERSION 5.00
  2. Object = "{D76D7128-4A96-11D3-BD95-D296DC2DD072}#1.0#0"; "VSOCX7.OCX"
  3. Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
  4. Begin VB.Form Kf_IssueDetail 
  5.    BackColor       =   &H00E9F4FA&
  6.    BorderStyle     =   3  'Fixed Dialog
  7.    Caption         =   "领料申请单"
  8.    ClientHeight    =   5730
  9.    ClientLeft      =   45
  10.    ClientTop       =   330
  11.    ClientWidth     =   11385
  12.    Icon            =   "库房管理_领料单明细.frx":0000
  13.    KeyPreview      =   -1  'True
  14.    LinkTopic       =   "Form1"
  15.    MaxButton       =   0   'False
  16.    MinButton       =   0   'False
  17.    ScaleHeight     =   5730
  18.    ScaleWidth      =   11385
  19.    ShowInTaskbar   =   0   'False
  20.    StartUpPosition =   2  '屏幕中心
  21.    Begin VB.TextBox LrText 
  22.       ForeColor       =   &H00000000&
  23.       Height          =   300
  24.       Index           =   0
  25.       Left            =   1020
  26.       TabIndex        =   4
  27.       Text            =   "0"
  28.       Top             =   1140
  29.       Width           =   1650
  30.    End
  31.    Begin VB.CommandButton Ydcommand 
  32.       Height          =   300
  33.       Left            =   10680
  34.       Picture         =   "库房管理_领料单明细.frx":1042
  35.       Style           =   1  'Graphical
  36.       TabIndex        =   3
  37.       TabStop         =   0   'False
  38.       Top             =   990
  39.       Visible         =   0   'False
  40.       Width           =   300
  41.    End
  42.    Begin VB.TextBox Ydtext 
  43.       BackColor       =   &H80000018&
  44.       BorderStyle     =   0  'None
  45.       Height          =   330
  46.       Left            =   7710
  47.       MultiLine       =   -1  'True
  48.       TabIndex        =   2
  49.       Top             =   960
  50.       Visible         =   0   'False
  51.       Width           =   1185
  52.    End
  53.    Begin VB.CommandButton Ydcommand1 
  54.       Height          =   300
  55.       Left            =   10680
  56.       Picture         =   "库房管理_领料单明细.frx":13CC
  57.       Style           =   1  'Graphical
  58.       TabIndex        =   1
  59.       TabStop         =   0   'False
  60.       Top             =   600
  61.       Visible         =   0   'False
  62.       Width           =   300
  63.    End
  64.    Begin VB.ComboBox YdCombo 
  65.       Height          =   300
  66.       Left            =   9000
  67.       Style           =   2  'Dropdown List
  68.       TabIndex        =   0
  69.       Top             =   960
  70.       Visible         =   0   'False
  71.       Width           =   1155
  72.    End
  73.    Begin MSComctlLib.Toolbar Tlb_Action 
  74.       Align           =   1  'Align Top
  75.       Height          =   555
  76.       Left            =   0
  77.       TabIndex        =   5
  78.       Top             =   0
  79.       Width           =   11385
  80.       _ExtentX        =   20082
  81.       _ExtentY        =   979
  82.       ButtonWidth     =   820
  83.       ButtonHeight    =   926
  84.       AllowCustomize  =   0   'False
  85.       Wrappable       =   0   'False
  86.       Appearance      =   1
  87.       Style           =   1
  88.       ImageList       =   "ImageList1"
  89.       _Version        =   393216
  90.       BeginProperty Buttons {66833FE8-8583-11D1-B16A-00C0F0283628} 
  91.          NumButtons      =   27
  92.          BeginProperty Button1 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  93.             Caption         =   "打印"
  94.             Key             =   "dy"
  95.             Object.ToolTipText     =   "打印当前单据或Ctrl+P"
  96.             ImageKey        =   "dy"
  97.          EndProperty
  98.          BeginProperty Button2 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  99.             Caption         =   "预览"
  100.             Key             =   "yl"
  101.             ImageKey        =   "yl"
  102.          EndProperty
  103.          BeginProperty Button3 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  104.             Key             =   "fgh0"
  105.             Style           =   3
  106.          EndProperty
  107.          BeginProperty Button4 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  108.             Caption         =   "新增"
  109.             Key             =   "xz"
  110.             Object.ToolTipText     =   "新增加一张单据或F5"
  111.             ImageKey        =   "xz"
  112.          EndProperty
  113.          BeginProperty Button5 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  114.             Caption         =   "修改"
  115.             Key             =   "xg"
  116.             Object.ToolTipText     =   "修改当前单据或F3"
  117.             ImageKey        =   "xg"
  118.          EndProperty
  119.          BeginProperty Button6 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  120.             Caption         =   "删除"
  121.             Key             =   "sc"
  122.             Object.ToolTipText     =   "删除当前单据"
  123.             ImageKey        =   "sc"
  124.          EndProperty
  125.          BeginProperty Button7 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  126.             Key             =   "fgh1"
  127.             Style           =   3
  128.          EndProperty
  129.          BeginProperty Button8 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  130.             Enabled         =   0   'False
  131.             Object.Visible         =   0   'False
  132.             Caption         =   "增行"
  133.             Key             =   "zh"
  134.             Object.ToolTipText     =   "插入一行或Insert"
  135.             ImageKey        =   "zh"
  136.          EndProperty
  137.          BeginProperty Button9 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  138.             Enabled         =   0   'False
  139.             Object.Visible         =   0   'False
  140.             Caption         =   "删行"
  141.             Key             =   "sh"
  142.             Object.ToolTipText     =   "删除当前记录行或Delete"
  143.             ImageKey        =   "sh"
  144.          EndProperty
  145.          BeginProperty Button10 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  146.             Key             =   "fgh2"
  147.             Style           =   3
  148.          EndProperty
  149.          BeginProperty Button11 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  150.             Caption         =   "保存"
  151.             Key             =   "bc"
  152.             Object.ToolTipText     =   "保存单据或F6"
  153.             ImageKey        =   "bc"
  154.          EndProperty
  155.          BeginProperty Button12 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  156.             Caption         =   "放弃"
  157.             Key             =   "fq"
  158.             Object.ToolTipText     =   "放弃此次操作"
  159.             ImageKey        =   "fq"
  160.          EndProperty
  161.          BeginProperty Button13 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  162.             Key             =   "fgh3"
  163.             Style           =   3
  164.          EndProperty
  165.          BeginProperty Button14 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  166.             Caption         =   "审核"
  167.             Key             =   "shsh"
  168.             ImageKey        =   "check"
  169.          EndProperty
  170.          BeginProperty Button15 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  171.             Caption         =   "弃审"
  172.             Key             =   "shqs"
  173.             ImageKey        =   "qs"
  174.          EndProperty
  175.          BeginProperty Button16 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  176.             Caption         =   "全审"
  177.             Key             =   "qsh"
  178.             ImageKey        =   "fullcheck"
  179.          EndProperty
  180.          BeginProperty Button17 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  181.             Caption         =   "全弃"
  182.             Key             =   "qq"
  183.             ImageKey        =   "qq"
  184.          EndProperty
  185.          BeginProperty Button18 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  186.             Caption         =   "完成"
  187.             Key             =   "Finish"
  188.             ImageKey        =   "xsxm"
  189.          EndProperty
  190.          BeginProperty Button19 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  191.             Caption         =   "弃完"
  192.             Key             =   "AbandonFinish"
  193.             ImageKey        =   "fq"
  194.          EndProperty
  195.          BeginProperty Button20 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  196.             Key             =   "fgh4"
  197.             Style           =   3
  198.          EndProperty
  199.          BeginProperty Button21 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  200.             Caption         =   "首张"
  201.             Key             =   "first"
  202.             ImageKey        =   "first"
  203.          EndProperty
  204.          BeginProperty Button22 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  205.             Caption         =   "上张"
  206.             Key             =   "prev"
  207.             ImageKey        =   "prev"
  208.          EndProperty
  209.          BeginProperty Button23 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  210.             Caption         =   "下张"
  211.             Key             =   "next"
  212.             ImageKey        =   "next"
  213.          EndProperty
  214.          BeginProperty Button24 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  215.             Caption         =   "末张"
  216.             Key             =   "last"
  217.             ImageKey        =   "last"
  218.          EndProperty
  219.          BeginProperty Button25 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  220.             Key             =   "fgh5"
  221.             Style           =   3
  222.          EndProperty
  223.          BeginProperty Button26 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  224.             Caption         =   "帮助"
  225.             Key             =   "bz"
  226.             ImageKey        =   "bz"
  227.          EndProperty
  228.          BeginProperty Button27 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  229.             Caption         =   "退出"
  230.             Key             =   "fh"
  231.             ImageKey        =   "tc"
  232.          EndProperty
  233.       EndProperty
  234.       BorderStyle     =   1
  235.    End
  236.    Begin MSComctlLib.ImageList ImageList1 
  237.       Left            =   10410
  238.       Top             =   1350
  239.       _ExtentX        =   1005
  240.       _ExtentY        =   1005
  241.       BackColor       =   -2147483643
  242.       ImageWidth      =   16
  243.       ImageHeight     =   16
  244.       MaskColor       =   12632256
  245.       _Version        =   393216
  246.       BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628} 
  247.          NumListImages   =   37
  248.          BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  249.             Picture         =   "库房管理_领料单明细.frx":1756
  250.             Key             =   "sz"
  251.          EndProperty
  252.          BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  253.             Picture         =   "库房管理_领料单明细.frx":1AF0
  254.             Key             =   "dy"
  255.          EndProperty
  256.          BeginProperty ListImage3 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  257.             Picture         =   "库房管理_领料单明细.frx":1E8A
  258.             Key             =   "yl"
  259.          EndProperty
  260.          BeginProperty ListImage4 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  261.             Picture         =   "库房管理_领料单明细.frx":2224
  262.             Key             =   "xg"
  263.          EndProperty
  264.          BeginProperty ListImage5 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  265.             Picture         =   "库房管理_领料单明细.frx":25BE
  266.             Key             =   "zh"
  267.          EndProperty
  268.          BeginProperty ListImage6 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  269.             Picture         =   "库房管理_领料单明细.frx":2958
  270.             Key             =   "sh"
  271.          EndProperty
  272.          BeginProperty ListImage7 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  273.             Picture         =   "库房管理_领料单明细.frx":2CF2
  274.             Key             =   "bc"
  275.          EndProperty
  276.          BeginProperty ListImage8 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  277.             Picture         =   "库房管理_领料单明细.frx":308C
  278.             Key             =   "fq"
  279.          EndProperty
  280.          BeginProperty ListImage9 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  281.             Picture         =   "库房管理_领料单明细.frx":3426
  282.             Key             =   "bz"
  283.          EndProperty
  284.          BeginProperty ListImage10 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  285.             Picture         =   "库房管理_领料单明细.frx":37C0
  286.             Key             =   "tc"
  287.          EndProperty
  288.          BeginProperty ListImage11 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  289.             Picture         =   "库房管理_领料单明细.frx":3B5A
  290.             Key             =   "bcgs"
  291.          EndProperty
  292.          BeginProperty ListImage12 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  293.             Picture         =   "库房管理_领料单明细.frx":3EF4
  294.             Key             =   "mrlk"
  295.          EndProperty
  296.          BeginProperty ListImage13 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  297.             Picture         =   "库房管理_领料单明细.frx":428E
  298.             Key             =   "xsxm"
  299.          EndProperty
  300.          BeginProperty ListImage14 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  301.             Picture         =   "库房管理_领料单明细.frx":4628
  302.             Key             =   "first"
  303.          EndProperty
  304.          BeginProperty ListImage15 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  305.             Picture         =   "库房管理_领料单明细.frx":49C2
  306.             Key             =   "prev"
  307.          EndProperty
  308.          BeginProperty ListImage16 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  309.             Picture         =   "库房管理_领料单明细.frx":4D5C
  310.             Key             =   "next"
  311.          EndProperty
  312.          BeginProperty ListImage17 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  313.             Picture         =   "库房管理_领料单明细.frx":50F6
  314.             Key             =   "last"
  315.          EndProperty
  316.          BeginProperty ListImage18 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  317.             Picture         =   "库房管理_领料单明细.frx":5490
  318.             Key             =   "xx"
  319.          EndProperty
  320.          BeginProperty ListImage19 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  321.             Picture         =   "库房管理_领料单明细.frx":582A
  322.             Key             =   "define"
  323.          EndProperty
  324.          BeginProperty ListImage20 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  325.             Picture         =   "库房管理_领料单明细.frx":5BC4
  326.             Key             =   "exec"
  327.          EndProperty
  328.          BeginProperty ListImage21 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  329.             Picture         =   "库房管理_领料单明细.frx":5F5E
  330.             Key             =   "xz"
  331.          EndProperty
  332.          BeginProperty ListImage22 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  333.             Picture         =   "库房管理_领料单明细.frx":62F8
  334.             Key             =   "sc"
  335.          EndProperty
  336.          BeginProperty ListImage23 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  337.             Picture         =   "库房管理_领料单明细.frx":6692
  338.             Key             =   "sx"
  339.          EndProperty
  340.          BeginProperty ListImage24 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  341.             Picture         =   "库房管理_领料单明细.frx":6A2C
  342.             Key             =   "cx"
  343.          EndProperty
  344.          BeginProperty ListImage25 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  345.             Picture         =   "库房管理_领料单明细.frx":6DC6
  346.             Key             =   "zd"
  347.          EndProperty
  348.          BeginProperty ListImage26 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  349.             Picture         =   "库房管理_领料单明细.frx":7160
  350.             Key             =   "dz"
  351.          EndProperty
  352.          BeginProperty ListImage27 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  353.             Picture         =   "库房管理_领料单明细.frx":74FA
  354.             Key             =   "ph"
  355.          EndProperty
  356.          BeginProperty ListImage28 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  357.             Picture         =   "库房管理_领料单明细.frx":7894
  358.             Key             =   "fz"
  359.          EndProperty
  360.          BeginProperty ListImage29 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  361.             Picture         =   "库房管理_领料单明细.frx":7C2E
  362.             Key             =   "dw"
  363.          EndProperty
  364.          BeginProperty ListImage30 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  365.             Picture         =   "库房管理_领料单明细.frx":7FC8
  366.             Key             =   "hf"
  367.          EndProperty
  368.          BeginProperty ListImage31 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  369.             Picture         =   "库房管理_领料单明细.frx":8362
  370.             Key             =   "pz"
  371.          EndProperty
  372.          BeginProperty ListImage32 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  373.             Picture         =   "库房管理_领料单明细.frx":86FC
  374.             Key             =   "check"
  375.          EndProperty
  376.          BeginProperty ListImage33 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  377.             Picture         =   "库房管理_领料单明细.frx":8A96
  378.             Key             =   "qs"
  379.          EndProperty
  380.          BeginProperty ListImage34 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  381.             Picture         =   "库房管理_领料单明细.frx":8E30
  382.             Key             =   "fullcheck"
  383.          EndProperty
  384.          BeginProperty ListImage35 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  385.             Picture         =   "库房管理_领料单明细.frx":91CA
  386.             Key             =   "qq"
  387.          EndProperty
  388.          BeginProperty ListImage36 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  389.             Picture         =   "库房管理_领料单明细.frx":9564
  390.             Key             =   "bcw"
  391.          EndProperty
  392.          BeginProperty ListImage37 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  393.             Picture         =   "库房管理_领料单明细.frx":98FE
  394.             Key             =   "ye"
  395.          EndProperty
  396.       EndProperty
  397.    End
  398.    Begin VSFlex8Ctl.VSFlexGrid WglrGrid 
  399.       Height          =   3345
  400.       Left            =   120
  401.       TabIndex        =   6
  402.       Top             =   1680
  403.       Width           =   10680
  404.       _ExtentX        =   18838
  405.       _ExtentY        =   5900
  406.       Appearance      =   1
  407.       BorderStyle     =   1
  408.       Enabled         =   -1  'True
  409.       BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  410.          Name            =   "宋体"
  411.          Size            =   9
  412.          Charset         =   134
  413.          Weight          =   400
  414.          Underline       =   0   'False
  415.          Italic          =   0   'False
  416.          Strikethrough   =   0   'False
  417.       EndProperty
  418.       MousePointer    =   0
  419.       BackColor       =   16777215
  420.       ForeColor       =   -2147483640
  421.       BackColorFixed  =   12640511
  422.       ForeColorFixed  =   -2147483630
  423.       BackColorSel    =   -2147483643
  424.       ForeColorSel    =   -2147483640
  425.       BackColorBkg    =   16777215
  426.       BackColorAlternate=   16777215
  427.       GridColor       =   -2147483633
  428.       GridColorFixed  =   -2147483632
  429.       TreeColor       =   -2147483632
  430.       FloodColor      =   192
  431.       SheetBorder     =   -2147483642
  432.       FocusRect       =   1
  433.       HighLight       =   1
  434.       AllowSelection  =   0   'False
  435.       AllowBigSelection=   0   'False
  436.       AllowUserResizing=   0
  437.       SelectionMode   =   0
  438.       GridLines       =   1
  439.       GridLinesFixed  =   2
  440.       GridLineWidth   =   1
  441.       Rows            =   5000
  442.       Cols            =   10
  443.       FixedRows       =   1
  444.       FixedCols       =   0
  445.       RowHeightMin    =   0
  446.       RowHeightMax    =   0
  447.       ColWidthMin     =   0
  448.       ColWidthMax     =   0
  449.       ExtendLastCol   =   0   'False
  450.       FormatString    =   ""
  451.       ScrollTrack     =   0   'False
  452.       ScrollBars      =   3
  453.       ScrollTips      =   0   'False
  454.       MergeCells      =   0
  455.       MergeCompare    =   0
  456.       AutoResize      =   -1  'True
  457.       AutoSizeMode    =   0
  458.       AutoSearch      =   0
  459.       MultiTotals     =   -1  'True
  460.       SubtotalPosition=   1
  461.       OutlineBar      =   0
  462.       OutlineCol      =   0
  463.       Ellipsis        =   0
  464.       ExplorerBar     =   0
  465.       PicturesOver    =   0   'False
  466.       FillStyle       =   0
  467.       RightToLeft     =   0   'False
  468.       PictureType     =   0
  469.       TabBehavior     =   0
  470.       OwnerDraw       =   0
  471.       Editable        =   0   'False
  472.       ShowComboButton =   -1  'True
  473.       WordWrap        =   -1  'True
  474.       TextStyle       =   0
  475.       TextStyleFixed  =   0
  476.       OleDragMode     =   0
  477.       OleDropMode     =   0
  478.       DataMode        =   0
  479.       VirtualData     =   -1  'True
  480.       Begin VSFlex8Ctl.VSFlexGrid HjGrid 
  481.          Height          =   885
  482.          Left            =   0
  483.          TabIndex        =   7
  484.          Top             =   2400
  485.          Width           =   7545
  486.          _ExtentX        =   13309
  487.          _ExtentY        =   1561
  488.          Appearance      =   1
  489.          BorderStyle     =   0
  490.          Enabled         =   -1  'True
  491.          BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  492.             Name            =   "宋体"
  493.             Size            =   9
  494.             Charset         =   134
  495.             Weight          =   400
  496.             Underline       =   0   'False
  497.             Italic          =   0   'False
  498.             Strikethrough   =   0   'False
  499.          EndProperty
  500.          MousePointer    =   0
  501.          BackColor       =   14671839
  502.          ForeColor       =   -2147483640
  503.          BackColorFixed  =   -2147483633
  504.          ForeColorFixed  =   -2147483630
  505.          BackColorSel    =   -2147483643
  506.          ForeColorSel    =   -2147483640
  507.          BackColorBkg    =   16777215
  508.          BackColorAlternate=   14671839
  509.          GridColor       =   -2147483633
  510.          GridColorFixed  =   -2147483632
  511.          TreeColor       =   -2147483632
  512.          FloodColor      =   192
  513.          SheetBorder     =   -2147483642
  514.          FocusRect       =   1
  515.          HighLight       =   1
  516.          AllowSelection  =   0   'False
  517.          AllowBigSelection=   0   'False
  518.          AllowUserResizing=   0
  519.          SelectionMode   =   0
  520.          GridLines       =   1
  521.          GridLinesFixed  =   2
  522.          GridLineWidth   =   1
  523.          Rows            =   5000
  524.          Cols            =   10
  525.          FixedRows       =   1
  526.          FixedCols       =   0
  527.          RowHeightMin    =   0
  528.          RowHeightMax    =   0
  529.          ColWidthMin     =   0
  530.          ColWidthMax     =   0
  531.          ExtendLastCol   =   0   'False
  532.          FormatString    =   ""
  533.          ScrollTrack     =   0   'False
  534.          ScrollBars      =   3
  535.          ScrollTips      =   0   'False
  536.          MergeCells      =   0
  537.          MergeCompare    =   0
  538.          AutoResize      =   -1  'True
  539.          AutoSizeMode    =   0
  540.          AutoSearch      =   0
  541.          MultiTotals     =   -1  'True
  542.          SubtotalPosition=   1
  543.          OutlineBar      =   0
  544.          OutlineCol      =   0
  545.          Ellipsis        =   0
  546.          ExplorerBar     =   0
  547.          PicturesOver    =   0   'False
  548.          FillStyle       =   0
  549.          RightToLeft     =   0   'False
  550.          PictureType     =   0
  551.          TabBehavior     =   0
  552.          OwnerDraw       =   0
  553.          Editable        =   0   'False
  554.          ShowComboButton =   -1  'True
  555.          WordWrap        =   -1  'True
  556.          TextStyle       =   0
  557.          TextStyleFixed  =   0
  558.          OleDragMode     =   0
  559.          OleDropMode     =   0
  560.          DataMode        =   0
  561.          VirtualData     =   -1  'True
  562.       End
  563.    End
  564.    Begin VB.Label Lab_Title 
  565.       AutoSize        =   -1  'True
  566.       BackColor       =   &H80000018&
  567.       BackStyle       =   0  'Transparent
  568.       Caption         =   "单据标题自动调整"
  569.       BeginProperty Font 
  570.          Name            =   "宋体"
  571.          Size            =   15
  572.          Charset         =   134
  573.          Weight          =   700
  574.          Underline       =   0   'False
  575.          Italic          =   0   'False
  576.          Strikethrough   =   0   'False
  577.       EndProperty
  578.       ForeColor       =   &H00000000&
  579.       Height          =   300
  580.       Left            =   4440
  581.       TabIndex        =   14
  582.       Top             =   840
  583.       Width           =   2520
  584.    End
  585.    Begin VB.Label Lab_BillId 
  586.       AutoSize        =   -1  'True
  587.       BackColor       =   &H0080C0FF&
  588.       Height          =   270
  589.       Left            =   7680
  590.       TabIndex        =   13
  591.       Top             =   600
  592.       Visible         =   0   'False
  593.       Width           =   2490
  594.    End
  595.    Begin VB.Label Lab_Djclzt 
  596.       BackColor       =   &H0000FFFF&
  597.       Caption         =   "1"
  598.       ForeColor       =   &H00808080&
  599.       Height          =   255
  600.       Left            =   10320
  601.       TabIndex        =   12
  602.       Top             =   600
  603.       Visible         =   0   'False
  604.       Width           =   285
  605.    End
  606.    Begin VB.Label Lab_OperStatus 
  607.       BackColor       =   &H000080FF&
  608.       Caption         =   "1"
  609.       Height          =   345
  610.       Left            =   10290
  611.       TabIndex        =   11
  612.       Top             =   960
  613.       Visible         =   0   'False
  614.       Width           =   345
  615.    End
  616.    Begin VB.Label Lab_Bill 
  617.       Appearance      =   0  'Flat
  618.       BackColor       =   &H80000005&
  619.       BackStyle       =   0  'Transparent
  620.       ForeColor       =   &H00000000&
  621.       Height          =   225
  622.       Left            =   9030
  623.       TabIndex        =   10
  624.       Top             =   6330
  625.       Width           =   735
  626.    End
  627.    Begin VB.Label Lab_Checker 
  628.       Appearance      =   0  'Flat
  629.       BackColor       =   &H80000005&
  630.       BackStyle       =   0  'Transparent
  631.       ForeColor       =   &H00000000&
  632.       Height          =   225
  633.       Left            =   7170
  634.       TabIndex        =   9
  635.       Top             =   6360
  636.       Width           =   735
  637.    End
  638.    Begin VB.Label TsLabel 
  639.       Alignment       =   1  'Right Justify
  640.       AutoSize        =   -1  'True
  641.       BackStyle       =   0  'Transparent
  642.       Caption         =   "单据号:"
  643.       Height          =   180
  644.       Index           =   0
  645.       Left            =   240
  646.       TabIndex        =   8
  647.       Top             =   1200
  648.       Width           =   765
  649.    End
  650. End
  651. Attribute VB_Name = "Kf_IssueDetail"
  652. Attribute VB_GlobalNameSpace = False
  653. Attribute VB_Creatable = False
  654. Attribute VB_PredeclaredId = True
  655. Attribute VB_Exposed = False
  656. '***********************************************************************************************************
  657. '*    模 块 名 称 :库房管理--领料申请单明细
  658. '*    功 能 描 述 :领料申请单明细
  659. '*    程序员姓名  :乔进
  660. '*    最后修改人  :乔进
  661. '*    最后修改时间:2001/12/24
  662. '*    备        注:程序中所有依实际情况自定义部分均用[>>  <<]括起
  663. '*
  664. '*    1.每次调入外部功能窗体,均要加锁ChangeLock=True,窗体关闭后解锁ChangeLock=false
  665. '*                                    TextValiLock=True             TextValiLock=false
  666. '*
  667. '*    2.Lab_OperStatus 用此标签来标识单据录入状态(默认值为1) "1"-浏览 "2"-新增 "3"-修改
  668. '*
  669. '*    3.Lab_Djclzt 用此标签来标识单据处理状态(默认值为1) "1"-填制单据  "2"-查询单据列表  "3"-明细帐联查单据
  670. '*
  671. '*    4.原则:只要单据能够存盘(无论修改或新增)则其必须接受完整性及有效性规则检查
  672. '***********************************************************************************************************
  673.  
  674. '[以下为根据实际情况设置变量
  675. Dim Bln_BillChange As Boolean                   '标识单据是否发生改动
  676. Dim Rec_Query As New ADODB.Recordset            '单据组查询结果动态集(保存当前单据组ID)
  677. Public Str_QueryCondi As String                 '单据组查询条件(接收单据列表传递查询条件)
  678. Dim RecTemp As New ADODB.Recordset
  679. ']
  680. '以下为固定使用变量(单据)
  681. Dim BillCode As String                          '单据设计编码(索引号)
  682. Dim Var_Bill() As Variant                       '用来返回单据设计信息
  683. Dim ReportTitle As String                       '报表主标题
  684. Dim Tsxx As String                              '系统提示信息
  685. '以下为固定使用变量(网格)
  686. Dim Cxnrrec As New ADODB.Recordset              '显示查询内容动态集
  687. Dim Dyymctbl As New DY_Dyymsz                   '打印页面窗体变量
  688. Dim GridCode As String                          '显示网格网格代码
  689. Dim GridInf() As Variant                        '整个网格设置信息
  690. Dim Pmbcsjhs As Long                            '屏幕网格保持数据行数(大于等于1)
  691. Dim Fzxwghs As Integer                          '辅助项网格行数(包括合计行)
  692. Dim Sfxshjwg As Boolean                         '是否显示合计网格
  693. Dim Qslz As Long                                '网格隐藏(非操作显示)列数
  694. Dim Sjhgd As Double                             '网格数据行高度
  695. Dim GridBoolean() As Boolean                    '网格列信息(布尔型)
  696. Dim GridStr()  As String                        '网格列信息(字符型)
  697. Dim GridInt() As Integer                        '网格列信息(整型)
  698. Dim Sfblbzkd As Boolean                         '是否保留帮助宽度(字段提供帮助时,是否为按钮保留空间)
  699. Dim Dqlrwgh As Long                             '当前录入数据网格行
  700. Dim Dqlrwgl As Long                             '当前录入数据网格列
  701. Dim Dqlkwgh As Long                             '刚刚离开网格行(不一定为录入行)
  702. Dim Dqlkwgl As Long                             '刚刚离开网格列
  703. Dim Dqtoprow As Long                            '当前录入状态时最上端可视行
  704. Dim Dqleftcol As Long                           '当前录入状态时最左端可视列
  705. Dim Zdlrqnr As String                           '字段录入修改前内容(用来判断内容是否修改)
  706. Dim Wbkbhlock As Boolean                        '文本框改变值锁
  707. Dim Changelock As Boolean                       '网格行列改变控制锁(用来区别用户改变.程序改变)
  708. Dim Gdtlock As Boolean                          '滚动条滚动控制(用来区别用户改变.程序改变)
  709. Dim Yxxpdlock As Boolean                        '字段有效性判断锁(内容不修改不需进行字段有效性判断)
  710. Dim Hyxxpdlock As Boolean                       '行有效性判断锁(字段内容不修改不需进行行有效性判断)
  711. Dim Valilock As Boolean                         '文本框失去焦点是否进行有效性控制(TRUE 为锁定*限用网格录入)
  712. Dim Shsfts As Boolean                           '删除记录行是否提示
  713. Dim Szzls As Integer                            '网格信息数组最大下标值(网格列数-1)
  714. '以下为固定使用变量(文本框)
  715. Dim Textvar() As Variant                        '存储变体型文本框信息
  716. Dim Textboolean() As Boolean                    '存储布尔型文本框信息
  717. Dim Textint() As Integer                        '存储整型文本框信息
  718. Dim Textstr() As String                         '存储字符型文本框信息
  719. Dim Max_Text_Index As Integer                   '最大录入文本框索引值
  720. Dim TextGroupCode As String                     '文本框录入分组编码
  721. Dim TextValiLock As Boolean                     '文本框失去焦点是否进行有效性控制判断
  722. Dim TextValiJudgeLock() As Boolean              '文本框录入有效性判断控制锁
  723. Dim TextChangeLock As Boolean                   '文本框内容变换控制锁
  724.     
  725.  
  726. Private Sub Form_KeyPress(KeyAscii As Integer)      '控 制 焦 点 转 移
  727.     
  728.     Dim jdzygs As Integer
  729.     jdzygs = Max_Text_Index                                     '在单据录入中,此焦点转移控制值一定小于等于文本框个数,否则网格回车键将不支持.
  730.     Select Case KeyAscii
  731.         Case vbKeyReturn
  732.             If Kjjdzy(jdzygs) Then
  733.                 KeyAscii = 0
  734.             End If
  735.         Case 39           '屏蔽字符"'"
  736.             KeyAscii = 0
  737.     End Select
  738. End Sub
  739. Private Sub Form_Load()                                                        '窗 体 装 入
  740.     '初始化各种锁值(Fixed)
  741.     Changelock = False             '网格行列改变控制锁
  742.     Gdtlock = False                '滚动条滚动控制
  743.     Yxxpdlock = True               '字段有效性判断锁
  744.     Hyxxpdlock = True              '行有效性判断锁
  745.     Wbkbhlock = False              '文本框内容改变锁
  746.     Screen.MousePointer = 11
  747.     '调入单据信息(需要修改BillCode)
  748.     BillCode = "1209"
  749.     Call Sub_ReadBillInfo(BillCode, Me, Var_Bill())
  750.     Lab_Title = Var_Bill(2)
  751.     Lab_Title.Move (Me.Width - Lab_Title.Width) / 2, 800
  752.     
  753.     '报表编码
  754.     XtReportCode = Var_Bill(5)
  755.     Load Dyymctbl
  756.   
  757.     '以下为文本框处理程序(Fixed)
  758.     TextGroupCode = Var_Bill(3)
  759.  
  760.     Call Drwbkxx(TextGroupCode, Textvar(), Textboolean(), Textint(), Textstr())  '读入文本框录入信息
  761.     Call Wbkcsh
  762.   
  763.     '调入网格并记录一些网格信息(Fixed)
  764.     GridCode = Var_Bill(4)         '网格属性编码
  765.     Call BzWgcsh(WglrGrid, GridCode, GridInf(), GridBoolean(), GridInt(), GridStr())
  766.       
  767.     Qslz = GridInf(1)
  768.     Sjhgd = GridInf(2)
  769.     Fzxwghs = GridInf(4)
  770.     Sfblbzkd = GridInf(5)
  771.     Shsfts = GridInf(6)
  772.     Sfxshjwg = GridInf(7)
  773.     Szzls = WglrGrid.Cols - 1
  774.     Pmbcsjhs = Int((WglrGrid.Height - WglrGrid.FixedRows * WglrGrid.RowHeight(0)) / Sjhgd) - Fzxwghs - 1
  775.       
  776.     For jsqte = WglrGrid.FixedRows To WglrGrid.Rows - 1
  777.         WglrGrid.RowHeight(jsqte) = Sjhgd
  778.     Next jsqte
  779.     
  780.     '初始化合计网格(Fixed)
  781.     Call Cshhjwg
  782.   
  783.     '单据变动置为False(Fixed)
  784.     Bln_BillChange = False
  785.     Lab_Djclzt.Caption = Xtcdcs
  786.     Call Sjcsh(Trim(Lab_Djclzt.Caption))
  787.     Screen.MousePointer = 0
  788.     
  789.     Me.HelpContextID = 2416005
  790. End Sub
  791. Private Sub Form_Unload(Cancel As Integer)           '窗体卸载
  792.     If Not Fun_Drfrmyxxpd Then
  793.        Cancel = True
  794.     End If
  795.     '卸载打印页面窗体
  796.     Unload Dyymctbl
  797.  
  798.     '判断单据是否发生变化,并返回相应标识
  799.     If Bln_BillChange Then
  800.         Xtfhcs = "1"
  801.     Else
  802.         Xtfhcs = "0"
  803.     End If
  804.    
  805. End Sub
  806. Private Sub GsToolbar_ButtonClick(ByVal Button As MSComctlLib.Button)                '网格格式调整(Fixed)
  807.   
  808.     Select Case Button.Key
  809.         Case "bcgs"                                          '保存表格格式
  810.             Call Bcwggs(WglrGrid, GridCode, GridStr())
  811.         Case "hfmrgs"                                        '恢复默认格式
  812.             Call Hfmrgs(WglrGrid, GridCode, GridStr())
  813.         Case "szxsxm"                                        '设置显示项目
  814.             Call Szxsxm(WglrGrid, GridCode)
  815.     End Select
  816. End Sub
  817. Private Sub Sjcsh(Str_Pzclzt As String)              '数据初始化模块(根据实际情况)
  818.     
  819.     Dim Sqlstr As String       '查询单据列表条件
  820.     '[>>根据实际情况初始化
  821.     Select Case Str_Pzclzt
  822.         Case "2"   '查询单据(单据列表)
  823.             '设置工具条显示
  824.             With Tlb_Action
  825.                 .Buttons("xz").Visible = False             '新增
  826.                 .Buttons("xg").Visible = False             '修改
  827.                 .Buttons("sc").Visible = False             '删除
  828.                 .Buttons("fgh0").Visible = False           '分隔行
  829.                 .Buttons("zh").Visible = False             '增行
  830.                 .Buttons("sh").Visible = False             '删行
  831.                 .Buttons("fgh1").Visible = False           '分隔行
  832.                 .Buttons("bc").Visible = False             '保存
  833.                 .Buttons("fq").Visible = False             '放弃
  834.                 .Buttons("shsh").Visible = False           '审核
  835.                 .Buttons("shqs").Visible = False           '弃审
  836.                 .Buttons("fgh2").Visible = False           '分隔行
  837.                 .Buttons("fgh4").Visible = False           '分隔行
  838.                 .Buttons("first").Visible = True          '首张
  839.                 .Buttons("prev").Visible = True           '上张
  840.                 .Buttons("next").Visible = True           '下张
  841.                 .Buttons("last").Visible = True           '末张
  842.                 .Buttons("fgh5").Visible = True           '分割行
  843.                 .Buttons("qsh").Visible = False           '全审
  844.                 .Buttons("qq").Visible = False            '全弃
  845.                 .Buttons("Finish").Visible = False           '完成
  846.                 .Buttons("AbandonFinish").Visible = False           '弃完
  847.             End With
  848.             Lab_BillId.Caption = XT_BillID
  849.             Str_QueryCondi = Xtcdcsfz
  850.             Call Sub_ShowBill
  851.             Call Sub_OperStatus("10")
  852.       
  853.             '调入用户查询结果动态集
  854.                         
  855.             Sqlstr = "Select Distinct IssueMainId From MRP_V_IssueApply a " & Str_QueryCondi & " Order by IssueMainId   "
  856.             Set Rec_Query = Cw_DataEnvi.DataConnect.Execute(Sqlstr)
  857.             Rec_Query.Find "IssueMainId=" & Val(Lab_BillId.Caption)
  858.     End Select
  859.   
  860.     '<<]
  861. End Sub
  862. Private Sub Sub_ShowBill()                                          '根据当前单据ID显示整张单据内容
  863.    
  864.     '过程默认参数为当前窗体中单据ID:Lab_BillID
  865.     Dim Sqlstr As String                           '临时使用字符串
  866.     Dim RecTemp As New ADODB.Recordset             '临时使用动态集
  867.     Dim jsqte As Long                              '临时计数器
  868.     Dim sChecker As String
  869.     Screen.MousePointer = 11
  870.     '禁止网格刷新动作,为加快网格显示速度(Fixed)
  871.     WglrGrid.Redraw = False
  872.     
  873.     '本张单据查询字符串
  874.     Sqlstr = "Select * From KF_V_IssueApply Where IssueMainId ='" & Trim(Lab_BillId.Caption) & "'  Order by IssueMainId ,IssueSubId"
  875.     Set RecTemp = Cw_DataEnvi.DataConnect.Execute(Sqlstr)
  876.       
  877.     With RecTemp
  878.         WglrGrid.Rows = WglrGrid.FixedRows
  879.         If .EOF Then
  880.             WglrGrid.Redraw = True
  881.             Exit Sub
  882.         Else
  883.             '[>>显示单据头
  884.             TextChangeLock = True     '文本框加锁
  885.             LrText(0).Text = Trim(.Fields("BillNum"))                                           '订单号
  886.             LrText(1).Text = Trim(.Fields("whname") & "")                                       '仓库名称
  887.             LrText(1).Tag = Trim(.Fields("whcode") & "")                                        '仓库代码
  888.             LrText(2).Text = Format(CDate(.Fields("billdate") & ""), "yyyy-mm-dd")              '制单日期                             '客户名称
  889.             LrText(3).Tag = Trim(.Fields("DeptCode") & "")                                      '部门编码
  890.             LrText(3).Text = Trim(.Fields("DeptName") & "")                                     '部门名称
  891.             LrText(4).Tag = Trim(.Fields("IssueUse") & "")                                      '用料用途编码
  892.             LrText(4).Text = Trim(.Fields("IssueUseName") & "")                                 '用料用途名称
  893.             LrText(5).Text = Trim(.Fields("remark") & "")                                       '备注
  894.             LrText(9).Tag = Trim(.Fields("PersonCode") & "")                                    '领料人编码
  895.             LrText(9).Text = Trim(.Fields("PersonName") & "")                                   '领料人名称
  896.             LrText(6).Text = Trim(.Fields("ChalkItupMan") & "")                                 '记帐人
  897.             LrText(7).Text = Trim(.Fields("checker") & "")                                      '审核人
  898.             LrText(8).Text = Trim(.Fields("maker") & "")                                        '制单人
  899.             TextChangeLock = False    '文本框解锁
  900.             '<<]
  901.             
  902.            
  903.         End If
  904.         
  905.         jsqte = WglrGrid.FixedRows
  906.         Do While Not .EOF
  907.             WglrGrid.AddItem ""
  908.             '[>>显示单据分录
  909.             WglrGrid.TextMatrix(jsqte, 0) = "*"                                                                     '数据有效行标识(必填)
  910.             WglrGrid.TextMatrix(jsqte, Sydz("001", GridStr(), Szzls)) = Trim(.Fields("MNumber") & "")               '物料编码
  911.             WglrGrid.TextMatrix(jsqte, Sydz("002", GridStr(), Szzls)) = Trim(.Fields("MName") & "")                 '物料名称
  912.             WglrGrid.TextMatrix(jsqte, Sydz("003", GridStr(), Szzls)) = Trim(.Fields("Model") & "")                 '规格型号
  913.             WglrGrid.TextMatrix(jsqte, Sydz("004", GridStr(), Szzls)) = Trim(.Fields("PrimaryUnitName") & "")
  914.                  
  915.             If .Fields("IssueQuan") <> 0 Then
  916.                 WglrGrid.TextMatrix(jsqte, Sydz("005", GridStr(), Szzls)) = .Fields("IssueQuan")                    '数量
  917.                  
  918.             End If
  919.             If .Fields("Price") <> 0 Then
  920.                 WglrGrid.TextMatrix(jsqte, Sydz("006", GridStr(), Szzls)) = .Fields("Price")                        '价格
  921.             End If
  922.             If .Fields("IssueMoney") <> 0 Then
  923.                 WglrGrid.TextMatrix(jsqte, Sydz("007", GridStr(), Szzls)) = .Fields("IssueMoney")                   '金额
  924.             End If
  925.             If Not IsNull(.Fields("ProjectName")) Then
  926.                 WglrGrid.TextMatrix(jsqte, Sydz("008", GridStr(), Szzls)) = .Fields("ProjectName")                  '工程
  927.             End If
  928.             
  929.             If Not IsNull(.Fields("CostobjectName")) Then
  930.                 WglrGrid.TextMatrix(jsqte, Sydz("009", GridStr(), Szzls)) = .Fields("CostobjectName")               '成本对象
  931.             End If
  932.             '<<]
  933.                    
  934.             WglrGrid.RowHeight(jsqte) = Sjhgd
  935.             .MoveNext
  936.             jsqte = jsqte + 1
  937.         Loop
  938.     End With
  939.        
  940.             
  941.     '调整网格(Fixed)
  942.     Call Sub_AdjustGrid
  943.       
  944.     '计算合计数据(Fixed)
  945.     For jsqte = Qslz To WglrGrid.Cols - 1
  946.         Call Sjhj(jsqte)
  947.     Next jsqte
  948.     
  949.     '将网格刷新解禁(Fixed)
  950.     WglrGrid.Redraw = True
  951.        
  952.        
  953.     Screen.MousePointer = 0
  954. End Sub
  955. Private Sub Tlb_Action_ButtonClick(ByVal Button As MSComctlLib.Button)             '用户点击工具条
  956.      
  957.     '屏蔽文本框,下拉组合框有效性判断
  958.     Valilock = True
  959.      
  960.     '屏蔽网格失去焦点产生的有效性判断
  961.     Changelock = True
  962.          
  963.     Select Case Button.Key
  964.         Case "yl"                                            '预 览
  965.             If Fun_Drfrmyxxpd Then
  966.                 BillGridPrint WglrGrid, LrText, GridStr(), Szzls, GridCode, TextGroupCode, XtReportCode, False, , False
  967.             End If
  968.         Case "dy"                                            '打 印
  969.             If Fun_Drfrmyxxpd Then
  970.                 Dim yhAnswer As Integer      '打印提示
  971.                 
  972.                 '用户确认是否打印单据
  973.                 Tsxx = "请确认是否打印当前单据?"
  974.                 yhAnswer = Xtxxts(Tsxx, 2, 2)
  975.                 If yhAnswer = 2 Then
  976.                     Exit Sub
  977.                 End If
  978.                 BillGridPrint WglrGrid, LrText, GridStr(), Szzls, GridCode, TextGroupCode, XtReportCode, True, , False
  979.             End If
  980.    
  981.         Case "first"                                         '首 张
  982.             Call Sub_First
  983.         Case "prev"                                          '上 张
  984.             Call Sub_Prev
  985.         Case "next"                                          '下 张
  986.             Call Sub_Next
  987.         Case "last"                                          '末 张
  988.             Call Sub_Last
  989.         Case "bz"                                            '帮 助
  990.             Call F1bz
  991.         Case "fh"                                            '退 出
  992.             If Fun_Drfrmyxxpd Then Unload Me
  993.     End Select
  994.        
  995.     '解 锁
  996.     Valilock = False
  997.     Changelock = False
  998.     TextChangeLock = False
  999.         
  1000. End Sub
  1001. Private Sub Form_KeyDown(KeyCode As Integer, Shift As Integer)     '支持热键操作
  1002. End Sub
  1003. Private Sub Sub_OperStatus(Str_Status As String)                 '工具条依据不同状态所进行的变化
  1004.     
  1005.     With Tlb_Action
  1006.         Select Case Str_Status
  1007.             Case "10"   '浏览((列表)调入单据处理时的进入状态、(列表)新增状态时放弃录入)
  1008.                 '工具条
  1009.                 .Buttons("dy").Enabled = True       '打印
  1010.                 .Buttons("yl").Enabled = True       '预览
  1011.                 .Buttons("xz").Enabled = True       '新增
  1012.                 .Buttons("xg").Enabled = True       '修改
  1013.                 .Buttons("sc").Enabled = True       '删除
  1014.                 .Buttons("zh").Enabled = False      '增行
  1015.                 .Buttons("sh").Enabled = False      '删行
  1016.                 .Buttons("bc").Enabled = False      '保存
  1017.                 .Buttons("fq").Enabled = False      '放弃
  1018.                 .Buttons("first").Enabled = True    '首张
  1019.                 .Buttons("prev").Enabled = True     '上张
  1020.                 .Buttons("next").Enabled = True     '下张
  1021.                 .Buttons("last").Enabled = True     '末张
  1022.                 .Buttons("bz").Enabled = True       '帮助
  1023.                 .Buttons("fh").Enabled = True       '退出
  1024.                 '设置文本框录入状态
  1025.                 Call Sub_LrtextStatus(False)
  1026.             Case "20"   '新增单据((录入)新增一张单据 、(列表)新增一张单据)
  1027.                 '工具条
  1028.                 .Buttons("dy").Enabled = False      '打印
  1029.                 .Buttons("yl").Enabled = False      '预览
  1030.                 .Buttons("xz").Enabled = False      '新增
  1031.                 .Buttons("xg").Enabled = False      '修改
  1032.                 .Buttons("sc").Enabled = False      '删除
  1033.                 .Buttons("zh").Enabled = True       '增行
  1034.                 .Buttons("sh").Enabled = True       '删行
  1035.                 .Buttons("bc").Enabled = True       '保存
  1036.                 .Buttons("fq").Enabled = True       '放弃
  1037.                 .Buttons("shsh").Enabled = False    '审核
  1038.                 .Buttons("shqs").Enabled = False    '弃审
  1039.                 .Buttons("first").Enabled = False   '首张
  1040.                 .Buttons("prev").Enabled = False    '上张
  1041.                 .Buttons("next").Enabled = False    '下张
  1042.                 .Buttons("last").Enabled = False    '末张
  1043.                 .Buttons("bz").Enabled = True       '帮助
  1044.                 .Buttons("fh").Enabled = True       '退出
  1045.                 '设置文本框录入状态
  1046.                 Call Sub_LrtextStatus(True)
  1047.             Case "30"   '修改((录入)调入修改功能、(列表)调入修改功能)
  1048.                 '工具条
  1049.                 .Buttons("dy").Enabled = False      '打印
  1050.                 .Buttons("yl").Enabled = False      '预览
  1051.                 .Buttons("xz").Enabled = False      '新增
  1052.                 .Buttons("xg").Enabled = False      '修改
  1053.                 .Buttons("sc").Enabled = False      '删除
  1054.                 .Buttons("zh").Enabled = True       '增行
  1055.                 .Buttons("sh").Enabled = True       '删行
  1056.                 .Buttons("bc").Enabled = True       '保存
  1057.                 .Buttons("fq").Enabled = True       '放弃
  1058.                 .Buttons("shsh").Enabled = False    '审核
  1059.                 .Buttons("shqs").Enabled = False    '弃审
  1060.                 .Buttons("first").Enabled = False   '首张
  1061.                 .Buttons("prev").Enabled = False    '上张
  1062.                 .Buttons("next").Enabled = False    '下张
  1063.                 .Buttons("last").Enabled = False    '末张
  1064.                 .Buttons("bz").Enabled = True       '帮助
  1065.                 .Buttons("fh").Enabled = True       '退出
  1066.                 .Buttons("qsh").Enabled = True      '全审
  1067.                 .Buttons("qq").Enabled = True       '全弃
  1068.                 
  1069.                 '设置文本框录入状态
  1070.                 Call Sub_LrtextStatus(True)
  1071.         End Select
  1072.     End With
  1073. End Sub
  1074. Private Sub Sub_LrtextStatus(TextEnabled As Boolean)                            '设置录入文本框状态
  1075.     '录入文本框状态设置
  1076.     If TextEnabled Then
  1077.         For jsqte = Max_Text_Index To 0 Step -1
  1078.             '判断文本框是否可编辑
  1079.             If Textboolean(jsqte, 5) Then
  1080.                 LrText(jsqte).Enabled = True
  1081.             Else
  1082.                 LrText(jsqte).Enabled = False
  1083.             End If
  1084.         Next jsqte
  1085.     Else
  1086.         For jsqte = Max_Text_Index To 0 Step -1
  1087.             LrText(jsqte).Enabled = False
  1088.         Next jsqte
  1089.     End If
  1090. End Sub
  1091. Private Sub Wbkcl()                                                 '文本框录入之前处理(根据实际情况)
  1092.     
  1093.     Dim xswbrr As String
  1094.     With WglrGrid
  1095.         Zdlrqnr = Trim(.Text)
  1096.         xswbrr = Trim(.Text)
  1097.         If GridBoolean(.Col, 3) Then   '列表框录入
  1098.             '填充列表框程序
  1099.             Call FillCombo(YdCombo, GridStr(.Col, 5), xswbrr, 0)
  1100.         Else
  1101.             Wbkbhlock = True
  1102.        
  1103.             '====以下为用户自定义
  1104.             Ydtext.Text = xswbrr
  1105.             '====以上为用户自定义
  1106.          
  1107.             Wbkbhlock = False
  1108.             Ydtext.SelStart = Len(Ydtext.Text)
  1109.         End If
  1110.     End With
  1111. End Sub
  1112. Private Function sjzdyxxpd(Dqpdwgh As Long, Dqpdwgl As Long) As Boolean       '录入数据字段有效性判断,同时进行字段录入事后处理
  1113.  
  1114.     '函数参数:Dqpdwgh, Dqpdwgl 当前要判断网格单元所处行列值
  1115.     Dim Str_JudgeText As String                 '临时有效性判断字段内容
  1116.     Dim Coljsq As Long                          '临时列计数器
  1117.     Dim RecTemp As New ADODB.Recordset          '临时使用动态集
  1118.     Dim Sqlstr As String                        '临时使用查询字符串
  1119.     With WglrGrid
  1120.         '非录入状态或非数据行则其有效性为合法
  1121.         If Yxxpdlock Or .Row < .FixedRows Then
  1122.             sjzdyxxpd = True
  1123.             Exit Function
  1124.         End If
  1125.         
  1126.         '取得当前要判断字段内容
  1127.         Str_JudgeText = Trim(.TextMatrix(Dqpdwgh, Dqpdwgl))
  1128.       
  1129.         '根据不同字段进行相应的处理(依据其逻辑编号)
  1130.         Select Case GridStr(Dqpdwgl, 1)
  1131.             '[>>以下为自定义部分
  1132.                 '2.放置字段事后处理程序
  1133.                 '2.放置字段事后处理程序
  1134.  
  1135.                 '<<以上为自定义部分]
  1136.         End Select
  1137.         
  1138.         '字段录入正确后为零字段清空(Fixed)
  1139.         Call Qkwlzd(Dqpdwgh, Dqpdwgl)
  1140.      
  1141.         '字段录入正确后进行数据合计(Fixed)
  1142.         For Coljsq = Qslz To .Cols - 1
  1143.             Call Sjhj(Coljsq)
  1144.         Next Coljsq
  1145.      
  1146.         '字段有效性判断通过,将字段有效性判断加锁直至再次改变(Fixed)
  1147.         sjzdyxxpd = True
  1148.         Yxxpdlock = True
  1149.         Exit Function
  1150.     End With
  1151.   
  1152. Lrcwcl:    '录入错误处理
  1153.     With WglrGrid
  1154.   
  1155.         '给出错误提示信息
  1156.         Call Xtxxts(Tsxx, 0, 1)
  1157.           
  1158.         '返回网格错误位置(ChangeLock避免再次引发RowColChange有效性判断),装入录入载体
  1159.         Changelock = True
  1160.         .Select Dqpdwgh, Dqpdwgl
  1161.         Changelock = False
  1162.         Call xswbk
  1163.           
  1164.         '函数返回False
  1165.         sjzdyxxpd = False
  1166.         Exit Function
  1167.     End With
  1168. End Function
  1169. Private Sub Sub_JoinCount(Lng_CountRow As Long, Lng_CountCol As Long)       '当网格列值发生改变时,处理网格列之间的关联计算(可选)
  1170.   
  1171.   '过程参数:Lng_CountRow,Lng_CountCol 网格改变内容所处行列值
  1172.    
  1173.     With WglrGrid
  1174.         Select Case GridStr(Lng_CountCol, 1)         '判断网格列对应逻辑编号
  1175.                
  1176.             '[>>以下为自定义部分
  1177.             '<<以上为自定义部分]
  1178.         End Select
  1179.     End With
  1180. End Sub
  1181. Private Function Sjhzyxxpd(ByVal Yxxpdh As Long) As Boolean                     '录入数据行有效性判断,同时进行行处理
  1182.  
  1183.     '函数参数:Yxxpdh 要进行有效性判断的网格数据行的行值
  1184.     Dim Lrywlz As Long                            '录入有误网格列值
  1185.     Dim RecTemp As New ADODB.Recordset            '临时使用动态集
  1186.     
  1187.     With WglrGrid
  1188.         '判断行为空(行中所有可编辑列数据均为空或为零)和无效数据行则清除当前行
  1189.         If .Rows <= .FixedRows Then Exit Function   ' 如果没有记录,则退出
  1190.         If .TextMatrix(Yxxpdh, 0) <> "*" Then
  1191.             Sjhzyxxpd = True
  1192.             Exit Function
  1193.         Else
  1194.             If pdhwk(Yxxpdh) And Yxxpdh + 1 <= .Rows - 1 Then
  1195.                 '当要判断行处于网格末行时才允许删行,否则要进行有效性判断
  1196.                 If .TextMatrix(Yxxpdh + 1, 0) <> "*" Then
  1197.                     Changelock = True
  1198.                     .RemoveItem Yxxpdh
  1199.                     If .Rows < Pmbcsjhs + .FixedRows + Fzxwghs + 1 Then
  1200.                         .AddItem ""
  1201.                         .RowHeight(.Rows - 1) = Sjhgd
  1202.                     End If
  1203.                     Changelock = False
  1204.                     Sjhzyxxpd = True
  1205.                     Exit Function
  1206.                 End If
  1207.             End If
  1208.         End If
  1209.   
  1210.         '行没有发生变化则不进行有效性判断
  1211.         If Hyxxpdlock Then
  1212.             Sjhzyxxpd = True
  1213.             Exit Function
  1214.         End If
  1215.   
  1216.         '[>>以下为自定义部分
  1217.     
  1218.         '1.放置行有效性判断程序
  1219.            
  1220.         '1.1首先进行单个不能为空或不能为零判断(Fixed)
  1221.         For jsqte = Qslz To .Cols - 1
  1222.             
  1223.             '字段不能为空
  1224.             If GridInt(jsqte, 5) = 1 Then
  1225.                 If Len(Trim(.TextMatrix(Yxxpdh, jsqte))) = 0 Then
  1226.                     Tsxx = GridStr(jsqte, 2)
  1227.                     Lrywlz = jsqte
  1228.                     GoTo Lrcwcl
  1229.                     Exit For
  1230.                 End If
  1231.             End If
  1232.             
  1233.             '字段不能为零
  1234.             If GridInt(jsqte, 5) = 2 Then
  1235.                 If Val(Trim(.TextMatrix(Yxxpdh, jsqte))) = 0 Then
  1236.                     Tsxx = GridStr(jsqte, 2)
  1237.                     Lrywlz = jsqte
  1238.                     GoTo Lrcwcl
  1239.                     Exit For
  1240.                 End If
  1241.             End If
  1242.         Next jsqte
  1243.         
  1244.         '1.2进行其他有效性判断,编写格式同1.1
  1245.         '2.放置行处理程序(当数据行通过有效性判断)
  1246.         
  1247.         '以上为自定义部分<<]
  1248.     End With    'WglrGrid
  1249.     '如果此行通过行有效性判断则加锁,直至此行数据再次发生变化
  1250.     Sjhzyxxpd = True
  1251.     Hyxxpdlock = True
  1252.     Exit Function
  1253. Lrcwcl:      '录入错误处理
  1254.     With WglrGrid
  1255.   
  1256.         '给出错误提示信息
  1257.         Call Xtxxts(Tsxx, 0, 1)
  1258.       
  1259.         '返回网格错误位置 (ChangeLock避免再次引发RowColChange有效性判断), 装入录入载体
  1260.         Changelock = True
  1261.         .Select Yxxpdh, Lrywlz
  1262.         Changelock = False
  1263.         Call xswbk
  1264.     
  1265.         '函数返回False
  1266.         Sjhzyxxpd = False
  1267.         Exit Function
  1268.     End With
  1269. End Function
  1270. Private Sub Sub_First()             '首 张
  1271.     
  1272.     With Rec_Query
  1273.         If .RecordCount = 0 Then
  1274.             Exit Sub
  1275.         End If
  1276.         .MoveFirst
  1277.         Lab_BillId.Caption = .Fields("IssueMainId")
  1278.         Call Sub_ShowBill
  1279.     End With
  1280. End Sub
  1281. Private Sub Sub_Prev()             '上 张
  1282.     
  1283.     With Rec_Query
  1284.         If .RecordCount = 0 Then
  1285.             Exit Sub
  1286.         End If
  1287.         If Not .BOF Then
  1288.             .MovePrevious
  1289.         End If
  1290.         If Not .BOF Then
  1291.             Lab_BillId.Caption = .Fields("IssueMainId")
  1292.         Else
  1293.             .MoveNext
  1294.         End If
  1295.         Call Sub_ShowBill
  1296.     End With
  1297. End Sub
  1298. Private Sub Sub_Next()             '下 张
  1299.     With Rec_Query
  1300.         If .RecordCount = 0 Then
  1301.             Exit Sub
  1302.         End If
  1303.         If Not .EOF Then
  1304.             .MoveNext
  1305.         End If
  1306.         If Not .EOF Then
  1307.             Lab_BillId.Caption = .Fields("IssueMainId")
  1308.         Else
  1309.             .MovePrevious
  1310.         End If
  1311.         Call Sub_ShowBill
  1312.     End With
  1313. End Sub
  1314. Private Sub Sub_Last()              '末 张
  1315.     
  1316.     With Rec_Query
  1317.         If .RecordCount = 0 Then
  1318.             Exit Sub
  1319.         End If
  1320.         .MoveLast
  1321.         Lab_BillId.Caption = .Fields("IssueMainId")
  1322.         Call Sub_ShowBill
  1323.     End With
  1324. End Sub
  1325.     
  1326. '[>>===================以下为根据实际业务需要自定义过程区域=============================<<]
  1327.  
  1328. '[>>===================以上为根据实际业务需要自定义过程区域=============================<<]
  1329. '===================以 下 程 序 为 通 用 部 分 ,一 般 不 需 更 改(程序动作部分)======================='
  1330. Private Sub Sub_AdjustGrid()
  1331.   
  1332.     '调 整 网 格
  1333.     With WglrGrid
  1334.         '加 1 保持一行录入行
  1335.         If .Rows < Pmbcsjhs + .FixedRows + Fzxwghs + 1 Then
  1336.             .Rows = Pmbcsjhs + .FixedRows + Fzxwghs + 1
  1337.             For jsqte = .FixedRows To .Rows - 1
  1338.                 .RowHeight(jsqte) = Sjhgd
  1339.             Next jsqte
  1340.         Else
  1341.             '判断是否有辅助行和录入行,如没有则加行
  1342.             Do While .TextMatrix(.Rows - 1 - Fzxwghs, 0) = "*"
  1343.                 .AddItem ""
  1344.                 .RowHeight(.Rows - 1) = Sjhgd
  1345.             Loop
  1346.         End If
  1347.     End With
  1348. End Sub
  1349. Private Sub Lrzdbz()                                                      '录入字段帮助
  1350.     
  1351.     If Not Ydcommand.Visible Then
  1352.         Exit Sub
  1353.     End If
  1354.    
  1355.     With WglrGrid
  1356.         Valilock = True
  1357.     
  1358.         '处理通用部分
  1359.         Changelock = True        '调入另外窗体必须加锁
  1360.         Call Drbmhelp(GridInt(.Col, 6), GridStr(.Col, 3), Trim(Ydtext.Text))
  1361.         Changelock = False
  1362.         
  1363.         If Len(Xtfhcs) <> 0 Then
  1364.             If GridInt(.Col, 7) = 0 Then
  1365.                 Ydtext.Text = Xtfhcs
  1366.             Else
  1367.                 Ydtext.Text = Xtfhcsfz
  1368.             End If
  1369.         End If
  1370.         
  1371.         Valilock = False
  1372.         If Ydtext.Visible Then
  1373.             Ydtext.SetFocus
  1374.         End If
  1375.     End With
  1376. End Sub
  1377. Private Sub Cshhjwg()                                                     '初始化合计网格(*对合计网格来说,录入网格为容器)
  1378.     
  1379.     With HjGrid
  1380.     
  1381.        '是否显示合计网格
  1382.        If Not Sfxshjwg Then
  1383.            .Visible = False
  1384.            Exit Sub
  1385.        Else
  1386.            .Visible = True
  1387.        End If
  1388.       
  1389.        '设置网格相关属性
  1390.        .Enabled = False
  1391.        .Appearance = flexFlat
  1392.        .BorderStyle = flexBorderNone
  1393.        .ScrollBars = flexScrollBarNone
  1394.        .Width = WglrGrid.Width
  1395.        .FixedRows = 0
  1396.        .Rows = 1
  1397.        .Cols = WglrGrid.Cols
  1398.        .LeftCol = WglrGrid.LeftCol
  1399.        .TextMatrix(0, Qslz) = "合  计"
  1400.        For jsqte = 0 To WglrGrid.Cols - 1
  1401.            .ColHidden(jsqte) = WglrGrid.ColHidden(jsqte)
  1402.            .ColWidth(jsqte) = WglrGrid.ColWidth(jsqte)
  1403.            .ColAlignment(jsqte) = WglrGrid.ColAlignment(jsqte)
  1404.            .ColFormat(jsqte) = WglrGrid.ColFormat(jsqte)
  1405.        Next jsqte
  1406.        .ColAlignment(Qslz) = flexAlignCenterTop
  1407.        For jsqte = .FixedRows To .Rows - 1
  1408.            .RowHeight(jsqte) = .Height / .Rows
  1409.        Next jsqte
  1410.        
  1411.       '程序自动调整网格高度(自动设置为网格剩余高度+辅助项网格行数(默认为1)*数据行高度)、并设置其位置信息
  1412.        .Height = Fzxwghs * Sjhgd + ((WglrGrid.Height - WglrGrid.FixedRows * WglrGrid.RowHeight(0)) Mod Sjhgd)
  1413.        .RowHeight(0) = .Height
  1414.        .Move 0, WglrGrid.Height - .Height, WglrGrid.Width, .Height
  1415.     End With
  1416. End Sub
  1417. Private Sub Form_Resize()                                                '窗体大小发生变化时,重新显示文本框
  1418.    Call Cxxswbk
  1419. End Sub
  1420. Private Function Fun_Drfrmyxxpd() As Boolean                             '调入其它窗体或功能产生的有效性判断(包括数据回写)
  1421.     Fun_Drfrmyxxpd = True
  1422.     With WglrGrid
  1423.    
  1424.         '如果当前网格处于编辑状态,则先进行数据回写再进行有效性判断
  1425.         If Ydtext.Visible Or YdCombo.Visible Then
  1426.             Call Lrsjhx
  1427.             If Not sjzdyxxpd(Dqlrwgh, Dqlrwgl) Then
  1428.                 Fun_Drfrmyxxpd = False
  1429.                 Exit Function
  1430.             End If
  1431.         End If
  1432.    
  1433.         '进行行有效性判断
  1434.         If Not Sjhzyxxpd(.Row) Then
  1435.             Fun_Drfrmyxxpd = False
  1436.             Exit Function
  1437.         End If
  1438.     End With
  1439. End Function
  1440. Private Sub WglrGrid_AfterUserResize(ByVal Row As Long, ByVal Col As Long)       '调整列宽
  1441.     
  1442.     If HjGrid.Visible Then
  1443.         With HjGrid
  1444.             .ColWidth(Col) = WglrGrid.ColWidth(Col)
  1445.         End With
  1446.     End If
  1447. End Sub
  1448. Private Sub WglrGrid_EnterCell()                                                 '显示当前数据行相关信息
  1449.     
  1450.     With WglrGrid
  1451.         If .Row >= .FixedRows Then
  1452.             '[>>
  1453.             '此处可以填写显示与此网格行相关信息
  1454.             '<<]
  1455.         End If
  1456.     End With
  1457. End Sub
  1458. Private Sub WglrGrid_GotFocus()                                     '网格得到焦点
  1459.     '网格得到焦点,如果当前选择行为非数据行
  1460.     '则调整当前焦点至有效数据行
  1461.     With WglrGrid
  1462.         If .Row < .FixedRows And .Rows > .FixedRows Then
  1463.             Changelock = True
  1464.             .Select .FixedRows, .Col
  1465.             Changelock = False
  1466.         End If
  1467.         If .Col < Qslz Then
  1468.             Changelock = True
  1469.             .Select .Row, Qslz
  1470.             Changelock = False
  1471.         End If
  1472.     End With
  1473. End Sub
  1474. Private Sub WglrGrid_LostFocus()                                    '录入网格失去焦点
  1475.     '用以屏蔽调用其它窗体时发生网格失去焦点事件
  1476.     If Changelock Then
  1477.         Exit Sub
  1478.     End If
  1479.     '引发网格RowcolChange事件
  1480.     With WglrGrid
  1481.         If Not (Ydtext.Visible Or YdCombo.Visible) Then
  1482.             .Select 0, 0
  1483.         End If
  1484.     End With
  1485. End Sub
  1486. Private Sub WglrGrid_AfterScroll(ByVal OldTopRow As Long, ByVal OldLeftCol As Long, ByVal NewTopRow As Long, ByVal NewLeftCol As Long)                                       '限制用户在录入过程中滚动鼠标
  1487.     If Gdtlock Then
  1488.         Exit Sub
  1489.     End If
  1490.  
  1491.     With WglrGrid
  1492.         If Ydtext.Visible Or YdCombo.Visible Then
  1493.             Gdtlock = True
  1494.             .TopRow = Dqtoprow
  1495.             .LeftCol = Dqleftcol
  1496.             Gdtlock = False
  1497.             Exit Sub
  1498.         End If
  1499.         HjGrid.LeftCol = .LeftCol
  1500.     End With
  1501. End Sub
  1502. Private Sub WglrGrid_LeaveCell()                                    '离开单元格
  1503.     
  1504.     If Changelock Then
  1505.         Exit Sub
  1506.     End If
  1507.     '记录刚刚离开网格单元的行列值
  1508.     Dqlkwgh = WglrGrid.Row
  1509.     Dqlkwgl = WglrGrid.Col
  1510.     '判断是否需要录入数据回写
  1511.     If Not (Ydtext.Visible Or YdCombo.Visible) Then
  1512.         Exit Sub
  1513.     End If
  1514.     Call Lrsjhx
  1515. End Sub
  1516. Private Sub WglrGrid_RowColChange()                                '网格录入行列发生变化时,进行有效性判断
  1517.     Valilock = True       '屏蔽文本框失去焦点进行有效性判断
  1518.     With WglrGrid
  1519.         If Changelock Then
  1520.             Exit Sub
  1521.         End If
  1522.         If Not sjzdyxxpd(Dqlrwgh, Dqlrwgl) Then
  1523.             Exit Sub
  1524.         End If
  1525.         If .Row <> Dqlkwgh Then
  1526.             If Not Sjhzyxxpd(Dqlkwgh) Then
  1527.                 Exit Sub
  1528.             End If
  1529.         End If
  1530.     End With
  1531.    
  1532.     Call fhyxh
  1533.     Call Xldql
  1534.    
  1535. End Sub
  1536. Private Sub WglrGrid_DblClick()          '鼠标双击网格显示文本框
  1537. '    If WglrGrid.Row < WglrGrid.FixedRows Then Exit Sub
  1538. '    If WglrGrid.TextMatrix(WglrGrid.Row, Sydz("000", GridStr(), Szzls)) <> "*" Then Exit Sub
  1539.     
  1540.     With WglrGrid
  1541.         Call xswbk
  1542.     End With
  1543. End Sub
  1544. Private Sub Ycwbk()                      '隐藏文本框,帮助按钮,列表组合框
  1545.     
  1546.     Valilock = True
  1547.     Ydtext.Visible = False
  1548.     YdCombo.Visible = False
  1549.     Ydcommand.Visible = False
  1550. End Sub
  1551. Private Sub YdCombo_KeyDown(KeyCode As Integer, Shift As Integer)        '列表框移动
  1552.     With WglrGrid
  1553.         Select Case KeyCode
  1554.             Case vbKeyEscape                'ESC 键放弃录入
  1555.                 Valilock = True
  1556.                 .SetFocus
  1557.                 Call Ycwbk
  1558.                 Valilock = False
  1559.             Case vbKeyReturn                '回 车 键 =13
  1560.                 KeyCode = 0
  1561.                 .SetFocus
  1562.                 Call Lrsjhx
  1563.                 Rowjsq = .Row
  1564.                 Coljsq = .Col + 1
  1565.                 If Coljsq > .Cols - 1 Then
  1566.                     If Rowjsq < .Rows - 1 Then
  1567.                         Rowjsq = Rowjsq + 1
  1568.                     End If
  1569.                     Coljsq = Qslz
  1570.                 End If
  1571.                 Do While Rowjsq <= .Rows - 1
  1572.                     If .ColHidden(Coljsq) Or (Not GridBoolean(Coljsq, 1)) Then
  1573.                         Coljsq = Coljsq + 1
  1574.                         If Coljsq > .Cols - 1 Then
  1575.                             Rowjsq = Rowjsq + 1
  1576.                             Coljsq = Qslz
  1577.                         End If
  1578.                     Else
  1579.                         Exit Do
  1580.                     End If
  1581.                 Loop
  1582.                 .Select Rowjsq, Coljsq
  1583.             Case vbKeyLeft                  '左 箭 头 =37
  1584.                 If .Col - 1 = Qslz Then
  1585.                     If .ColHidden(Qslz) Or (Not GridBoolean(Qslz, 1)) Then
  1586.                         GoTo jzzx
  1587.                     End If
  1588.                 End If
  1589.                 If .Col > Qslz Then
  1590.                     KeyCode = 0
  1591.                     .SetFocus
  1592.                     Call Lrsjhx
  1593.                     Coljsq = .Col - 1
  1594.                     Do While Coljsq > Qslz
  1595.                         If Coljsq - 1 = Qslz Then
  1596.                             If .ColHidden(Qslz) Or (Not GridBoolean(Qslz, 1)) Then
  1597.                                 GoTo jzzx
  1598.                             End If
  1599.                         End If
  1600.                         If .ColHidden(Coljsq) Or (Not GridBoolean(Coljsq, 1)) Then
  1601.                             Coljsq = Coljsq - 1
  1602.                         Else
  1603.                             Exit Do
  1604.                         End If
  1605.                     Loop
  1606.                     .Select .Row, Coljsq
  1607.                 End If
  1608.             Case vbKeyRight                 '右 箭 头 =39
  1609.                 KeyCode = 0
  1610.                 .SetFocus
  1611.                 Call Lrsjhx
  1612.                 Rowjsq = .Row
  1613.                 Coljsq = .Col + 1
  1614.                 If Coljsq > .Cols - 1 Then
  1615.                     If Rowjsq < .Rows - 1 Then
  1616.                         Rowjsq = Rowjsq + 1
  1617.                     End If
  1618.                     Coljsq = Qslz
  1619.                 End If
  1620.                 Do While Rowjsq <= .Rows - 1
  1621.                     If .ColHidden(Coljsq) Or (Not GridBoolean(Coljsq, 1)) Then
  1622.                         Coljsq = Coljsq + 1
  1623.                         If Coljsq > .Cols - 1 Then
  1624.                             Rowjsq = Rowjsq + 1
  1625.                             Coljsq = Qslz
  1626.                         End If
  1627.                     Else
  1628.                         Exit Do
  1629.                     End If
  1630.                 Loop
  1631.                 .Select Rowjsq, Coljsq
  1632.         Case Else
  1633.    End Select
  1634.    
  1635. jzzx:
  1636.    
  1637.     End With
  1638. End Sub
  1639. Private Sub YdCombo_LostFocus()
  1640.   
  1641.     With WglrGrid                                    '因为选中网格会先发生Rowcolchange事件置Valiock
  1642.         If Not Valilock Then                           '为TRUE
  1643.             Call Lrsjhx
  1644.             If Not Sjhzyxxpd(Dqlrwgh) Then
  1645.                 Exit Sub
  1646.             End If
  1647.         End If
  1648.     End With
  1649. End Sub
  1650. Private Sub Ydcommand_MouseDown(Button As Integer, Shift As Integer, x As Single, Y As Single)
  1651.     Call Lrzdbz
  1652. End Sub
  1653. Private Sub ydtext_KeyDown(KeyCode As Integer, Shift As Integer)
  1654.     Dim Rowjsq As Long, Coljsq As Long
  1655.     With WglrGrid
  1656.         Select Case KeyCode
  1657.             Case vbKeyF2
  1658.                 Call Lrzdbz
  1659.             Case vbKeyEscape                'ESC 键放弃录入
  1660.                 Valilock = True
  1661.                 Call Ycwbk
  1662.                 .SetFocus
  1663.             Case vbKeyReturn                '回 车 键 =13
  1664.                 KeyCode = 0
  1665.                 .SetFocus
  1666.                 Call Lrsjhx
  1667.                 Rowjsq = .Row
  1668.                 Coljsq = .Col + 1
  1669.                 If Coljsq > .Cols - 1 Then
  1670.                     If Rowjsq < .Rows - 1 Then
  1671.                         Rowjsq = Rowjsq + 1
  1672.                     End If
  1673.                     Coljsq = Qslz
  1674.                 End If
  1675.                 Do While Rowjsq <= .Rows - 1
  1676.                     If .ColHidden(Coljsq) Or (Not GridBoolean(Coljsq, 1)) Then
  1677.                         Coljsq = Coljsq + 1
  1678.                         If Coljsq > .Cols - 1 Then
  1679.                             Rowjsq = Rowjsq + 1
  1680.                             Coljsq = Qslz
  1681.                         End If
  1682.                     Else
  1683.                         Exit Do
  1684.                     End If
  1685.                 Loop
  1686.                 If Rowjsq <= .Rows - 1 Then
  1687.                     .Select Rowjsq, Coljsq
  1688.                 End If
  1689.             Case vbKeyUp                    '上 箭 头 =38
  1690.                 KeyCode = 0
  1691.                 .SetFocus
  1692.                 Call Lrsjhx
  1693.                 If .Row > .FixedRows Then
  1694.                     .Row = .Row - 1
  1695.                 End If
  1696.             Case vbKeyDown                  '下 箭 头 =40
  1697.                 KeyCode = 0
  1698.                 .SetFocus
  1699.                 Call Lrsjhx
  1700.                 If .Row < .Rows - 1 Then
  1701.                     .Row = .Row + 1
  1702.                 End If
  1703.             Case vbKeyLeft                  '左 箭 头 =37
  1704.                 If .Col - 1 = Qslz Then
  1705.                     If .ColHidden(Qslz) Or (Not GridBoolean(Qslz, 1)) Then
  1706.                         GoTo jzzx
  1707.                     End If
  1708.                 End If
  1709.                 If Ydtext.SelStart = 0 And .Col > Qslz Then
  1710.                     KeyCode = 0
  1711.                     .SetFocus
  1712.                     Call Lrsjhx
  1713.                     Coljsq = .Col - 1
  1714.                     Do While Coljsq > Qslz
  1715.                         If Coljsq - 1 = Qslz Then
  1716.                             If .ColHidden(Qslz) Or (Not GridBoolean(Qslz, 1)) Then
  1717.                                 GoTo jzzx
  1718.                             End If
  1719.                         End If
  1720.                         If .ColHidden(Coljsq) Or (Not GridBoolean(Coljsq, 1)) Then
  1721.                             Coljsq = Coljsq - 1
  1722.                         Else
  1723.                             Exit Do
  1724.                         End If
  1725.                     Loop
  1726.                     .Select .Row, Coljsq
  1727.                 End If
  1728. jzzx:
  1729.             Case vbKeyRight                 '右 箭 头 =39
  1730.                 wblong = Len(Ydtext.Text)
  1731.                 If (Ydtext.SelStart = wblong Or Ydtext.SelLength = wblong) Then
  1732.                     KeyCode = 0
  1733.                     .SetFocus
  1734.                     Call Lrsjhx
  1735.                     Rowjsq = .Row
  1736.                     Coljsq = .Col + 1
  1737.                     If Coljsq > .Cols - 1 Then
  1738.                         If Rowjsq < .Rows - 1 Then
  1739.                             Rowjsq = Rowjsq + 1
  1740.                         End If
  1741.                         Coljsq = Qslz
  1742.                     End If
  1743.                     Do While Rowjsq <= .Rows - 1
  1744.                         If .ColHidden(Coljsq) Or (Not GridBoolean(Coljsq, 1)) Then
  1745.                             Coljsq = Coljsq + 1
  1746.                             If Coljsq > .Cols - 1 Then
  1747.                                 Rowjsq = Rowjsq + 1
  1748.                                 Coljsq = Qslz
  1749.                             End If
  1750.                         Else
  1751.                             Exit Do
  1752.                         End If
  1753.                     Loop
  1754.                     .Select Rowjsq, Coljsq
  1755.                 End If
  1756.             Case Else
  1757.         End Select
  1758.     End With
  1759. End Sub
  1760. Private Sub ydtext_KeyPress(KeyAscii As Integer)         '录入字符事中控制
  1761.     
  1762.     Call InputFieldLimit(Ydtext, GridInt(WglrGrid.Col, 1), KeyAscii)
  1763.     If KeyAscii <> 0 Then
  1764.         Call Xyxhbz(Dqlrwgh)
  1765.     End If
  1766. End Sub
  1767. Private Sub ydtext_Change()                              '录入事中变化处理
  1768.     '防止程序改变但不进行处理
  1769.     If Wbkbhlock Then
  1770.         Exit Sub
  1771.     End If
  1772.     With WglrGrid
  1773.         '限制字段录入长度
  1774.         Wbkbhlock = True
  1775.         Select Case GridInt(.Col, 1)
  1776.             Case 8, 11   '金额型
  1777.                 Call Sjgskz(Ydtext, Xtjezws - Xtjexsws - 1, Xtjexsws)
  1778.             Case 9, 12   '数量型
  1779.                 Call Sjgskz(Ydtext, Xtslzws - Xtslxsws - 1, Xtslxsws)
  1780.             Case 10      '单价型
  1781.                 Call Sjgskz(Ydtext, Xtdjzws - Xtdjxsws - 1, Xtdjxsws)
  1782.             Case Else    '其他类型
  1783.                 If GridInt(.Col, 3) <> 0 Or GridInt(.Col, 4) <> 0 Then
  1784.                     Call Sjgskz(Ydtext, GridInt(.Col, 3), GridInt(.Col, 4))
  1785.                 End If
  1786.         End Select
  1787.         Wbkbhlock = False
  1788.     End With
  1789. End Sub
  1790. Private Sub ydtext_LostFocus()            '如果由于选中网格之外的控件而发生有效性判断(选中网格会先发生Rowcolchange事件置Valiock为TRUE)
  1791.   
  1792.     With WglrGrid
  1793.         If Not Valilock Then
  1794.             Call Lrsjhx
  1795.             If Not sjzdyxxpd(Dqlrwgh, Dqlrwgl) Then
  1796.                 Exit Sub
  1797.             End If
  1798.             If Not Sjhzyxxpd(Dqlrwgh) Then
  1799.                 Exit Sub
  1800.             End If
  1801.         End If
  1802.     End With
  1803. End Sub
  1804. Private Sub xswbk()                       '在当前选中单元显示文本框,列表框,帮助按钮(通用)
  1805.     
  1806.     Dim Wbkpy As Integer, Wbkpy1 As Integer '文本框偏移量
  1807.   
  1808.     '当某种条件成立时禁止文本框激活使单据处于录入状态
  1809.     If Not Fun_AllowInput Then
  1810.         Exit Sub
  1811.     End If
  1812.   
  1813.     '显示文本框前返回有效行列(解决滚动条问题)
  1814.     Call Xldqh
  1815.     Call Xldql
  1816.   
  1817.     '隐藏文本框,帮助按钮,列表组合框
  1818.     Call Ycwbk
  1819.   
  1820.     With WglrGrid
  1821.         Dqlrwgh = .Row
  1822.         Dqlrwgl = .Col
  1823.         If Not GridBoolean(.Col, 1) Or .Row < .FixedRows Then
  1824.             Exit Sub
  1825.         End If
  1826.      
  1827.         Wbkpy = 30
  1828.         Wbkpy1 = 15
  1829.         On Error Resume Next
  1830.         If GridBoolean(.Col, 3) Then
  1831.             YdCombo.Left = .CellLeft + .Left + Wbkpy
  1832.             YdCombo.Top = .CellTop + .Top + Wbkpy
  1833.             YdCombo.Width = .CellWidth - Wbkpy1
  1834.             Call Wbkcl
  1835.             YdCombo.Visible = True
  1836.             YdCombo.SetFocus
  1837.             Ydcommand.Visible = False
  1838.             Ydtext.Visible = False
  1839.         Else
  1840.             If GridBoolean(.Col, 2) Then
  1841.                 Ydcommand.Left = .Left + .CellLeft + .CellWidth - Ydcommand.Width + Wbkpy
  1842.                 Ydcommand.Top = .Top + .CellTop + .CellHeight - Ydcommand.Height + Wbkpy
  1843.                 Ydcommand.Visible = True
  1844.             Else
  1845.                 Ydcommand.Visible = False
  1846.             End If
  1847.              
  1848.             Ydtext.Left = .CellLeft + .Left + Wbkpy
  1849.             Ydtext.Top = .CellTop + .Top + Wbkpy
  1850.             If Ydcommand.Visible Then
  1851.                 If Sfblbzkd Then
  1852.                     Ydtext.Width = .CellWidth - Ydcommand.Width
  1853.                 Else
  1854.                     Ydtext.Width = .CellWidth - Wbkpy1
  1855.                 End If
  1856.             Else
  1857.                 Ydtext.Width = .CellWidth - Wbkpy1
  1858.             End If
  1859.             Ydtext.Height = .CellHeight - Wbkpy1
  1860.         
  1861.             If GridInt(.Col, 2) <> 0 Then
  1862.                 Ydtext.MaxLength = GridInt(.Col, 2)
  1863.             Else
  1864.                 Ydtext.MaxLength = 3000
  1865.             End If
  1866.       
  1867.             Call Wbkcl
  1868.       
  1869.             Ydtext.Visible = True
  1870.             Ydtext.SetFocus
  1871.         End If
  1872.         Dqtoprow = .TopRow
  1873.         Dqleftcol = .LeftCol
  1874.         
  1875.         '重置锁值
  1876.         Valilock = False
  1877.         Wbkbhlock = False
  1878.     End With
  1879. End Sub
  1880. Private Function Fun_AllowInput() As Boolean                           '当某种条件成立时禁止文本框激活使单据处于录入状态
  1881.    
  1882.     '如果单据操作状态为浏览状态则不能显示录入载体(通用)
  1883.     If Trim(Lab_OperStatus.Caption) = "1" Then
  1884.         Exit Function
  1885.     End If
  1886.    
  1887.     '[>>
  1888.     
  1889.     '此处可以填写禁止文本框激活使单据处于录入状态的理由
  1890.    
  1891.     '<<]
  1892.    
  1893.     Fun_AllowInput = True
  1894. End Function
  1895. Private Sub Cxxswbk()                                                  'Formresize中重新显示文本框,列表框,帮助按钮(通用)
  1896.                    
  1897.     Dim Wbkpy As Integer, Wbkpy1 As Integer
  1898.     Wbkpy = 30
  1899.     Wbkpy1 = 15
  1900.     With WglrGrid
  1901.         If YdCombo.Visible Then
  1902.             YdCombo.Left = .CellLeft + .Left + Wbkpy
  1903.             YdCombo.Top = .CellTop + .Top + Wbkpy
  1904.             YdCombo.Width = .CellWidth - Wbkpy1
  1905.         End If
  1906.         If Ydcommand.Visible Then
  1907.             Ydcommand.Left = .Left + .CellLeft + .CellWidth - Ydcommand.Width + Wbkpy
  1908.             Ydcommand.Top = .Top + .CellTop + .CellHeight - Ydcommand.Height + Wbkpy
  1909.         End If
  1910.         If Ydtext.Visible Then
  1911.             If Ydcommand.Visible Then
  1912.                 If Sfblbzkd Then
  1913.                     Ydtext.Width = .CellWidth - Ydcommand.Width
  1914.                 Else
  1915.                     Ydtext.Width = .CellWidth - Wbkpy1
  1916.                 End If
  1917.             Else
  1918.                 Ydtext.Width = .CellWidth - Wbkpy1
  1919.             End If
  1920.             Ydtext.Left = .CellLeft + .Left + Wbkpy
  1921.             Ydtext.Top = .CellTop + .Top + Wbkpy
  1922.             Ydtext.Height = .CellHeight - Wbkpy1
  1923.         End If
  1924.     End With
  1925. End Sub
  1926. Private Sub Lrsjhx()                                                   '文本框录入数据回写
  1927.     
  1928.     With WglrGrid
  1929.         If YdCombo.Visible Then
  1930.             .Text = Trim(YdCombo.Text)
  1931.         End If
  1932.         If Ydtext.Visible Then
  1933.             .Text = Trim(Ydtext.Text)
  1934.         End If
  1935.         
  1936.         '(如果字段录入内容发生变化,则打开有效性判断锁)
  1937.         If Zdlrqnr <> Trim(.Text) Then
  1938.             Yxxpdlock = False
  1939.             Hyxxpdlock = False
  1940.         End If
  1941.     
  1942.         '如果字段录入内容不为空则写数据行有效性标志
  1943.         If Len(Trim(.Text)) <> 0 Then
  1944.             Call Xyxhbz(.Row)
  1945.         End If
  1946.     
  1947.         '隐藏文本框,帮助按钮,列表组合框
  1948.         Call Ycwbk
  1949.     End With
  1950. End Sub
  1951. Private Sub WglrGrid_KeyDown(KeyCode As Integer, Shift As Integer)    '网格录入增行,删行快捷键
  1952.   
  1953.     '如果单据操作状态为浏览状态则不能显示录入载体
  1954.     If Trim(Lab_OperStatus.Caption) = "1" Then
  1955.         Exit Sub
  1956.     End If
  1957.     Select Case KeyCode
  1958.         Case vbKeyF2                   '按F2键参照
  1959.             Call xswbk
  1960.             Call Lrzdbz
  1961. '        Case vbKeyDelete               '删行
  1962. '            Call Scdqfl
  1963. '        Case vbKeyInsert               '增行
  1964. '            Call zjlrfl
  1965.     End Select
  1966. End Sub
  1967. Private Sub WglrGrid_KeyPress(KeyAscii As Integer)                             '网格接受键盘录入
  1968.     '当某种条件成立时禁止文本框激活使单据处于录入状态
  1969.     If Not Fun_AllowInput Then
  1970.         Exit Sub
  1971.     End If
  1972.   
  1973.     With WglrGrid
  1974.         '屏 蔽 回 车 键
  1975.         If KeyAscii = vbKeyReturn Then
  1976.             KeyAscii = 0
  1977.             Rowjsq = .Row
  1978.             Coljsq = .Col + 1
  1979.             If Coljsq > .Cols - 1 Then
  1980.                 If Rowjsq < .Rows - 1 Then
  1981.                     Rowjsq = Rowjsq + 1
  1982.                 End If
  1983.                 Coljsq = Qslz
  1984.             End If
  1985.             Do While Rowjsq <= .Rows - 1
  1986.                 If .ColHidden(Coljsq) Or (Not GridBoolean(Coljsq, 1)) Then
  1987.                     Coljsq = Coljsq + 1
  1988.                     If Coljsq > .Cols - 1 Then
  1989.                         Rowjsq = Rowjsq + 1
  1990.                         Coljsq = Qslz
  1991.                     End If
  1992.                 Else
  1993.                     Exit Do
  1994.                 End If
  1995.             Loop
  1996.             If Rowjsq <= .Rows - 1 Then
  1997.                 .Select Rowjsq, Coljsq
  1998.             End If
  1999.             Exit Sub
  2000.         End If
  2001.      
  2002.         '接受用户录入
  2003.         Select Case KeyAscii
  2004.             Case 0 To 32             '用户输入KeyAscii为0-32的键 如空格
  2005.                 '显示录入载体
  2006.                 Call xswbk
  2007.             Case Else
  2008.                 '防止非编辑字段SendKeys()出现死循环
  2009.                 If Not GridBoolean(.Col, 1) Or .Row < .FixedRows Then
  2010.                     Exit Sub
  2011.                 End If
  2012.                 '如果此字段为列表框录入则调入相应列表框
  2013.                 If GridBoolean(.Col, 3) Then
  2014.                     '列表框录入
  2015.                     Call xswbk
  2016.                 Else
  2017.                     Ydtext.Text = ""
  2018.                     '录入限制
  2019.                     Call InputFieldLimit(Ydtext, GridInt(WglrGrid.Col, 1), KeyAscii)
  2020.                     If KeyAscii = 0 Then
  2021.                         Exit Sub
  2022.                     End If
  2023.                     '如果录入字符有效则写有效行数据标志
  2024.                     Call Xyxhbz(.Row)
  2025.                     Call xswbk
  2026.                     Ydtext.Text = ""
  2027.                     Valilock = True
  2028.                     SendKeys Chr(KeyAscii), True
  2029.                     DoEvents
  2030.                     Valilock = False
  2031.                 End If
  2032.         End Select
  2033.     End With
  2034. End Sub
  2035. Private Sub zjlrfl()                                                    '增加录入分录
  2036.     
  2037.     With WglrGrid
  2038.         If Not (Ydtext.Visible Or YdCombo.Visible) Then
  2039.             If Not Fun_Drfrmyxxpd Then
  2040.                 Exit Sub
  2041.             End If
  2042.         Else
  2043.             Exit Sub
  2044.         End If
  2045.         If .Row < .FixedRows Then
  2046.             Exit Sub
  2047.         End If
  2048.         .AddItem "", .Row
  2049.         .RowHeight(.Row) = Sjhgd
  2050.         If .Row <> .Rows - 1 Then
  2051.             If .TextMatrix(.Row + 1, 0) = "*" Then
  2052.                 .TextMatrix(.Row, 0) = "*"
  2053.             Else
  2054.                 .RemoveItem .Rows - 1
  2055.             End If
  2056.         End If
  2057.         Call Xldqh
  2058.         Call Xldql
  2059.         Hyxxpdlock = False
  2060.     End With
  2061. End Sub
  2062. Private Sub Scdqfl()                                                    '删除当前分录
  2063.     Dim Answer As Integer, Scqwghz As Long, Scqwglz As Long, Hjlzte As Long, Sflrzt As Boolean
  2064.     With WglrGrid
  2065.         Scqwghz = .Row
  2066.         Scqwglz = .Col
  2067.         If .TextMatrix(.Row, 0) = "*" Then
  2068.             '判断是否为录入状态
  2069.             If Ydtext.Visible Or YdCombo.Visible Then
  2070.                 Sflrzt = True
  2071.                 Validate = True
  2072.                 Call Lrsjhx
  2073.                 Validate = False
  2074.             End If
  2075.             Call Xldqh
  2076.             Changelock = True
  2077.             .Select .Row, 0
  2078.             Changelock = False
  2079.             If Shsfts Then
  2080.                 .Cell(flexcpBackColor, .Row, Qslz, .Row, .Cols - 1) = QBColor(12)
  2081.                 Tsxx = "请确认是否删除当前记录?"
  2082.                 yhAnswer = Xtxxts(Tsxx, 2, 2)
  2083.                 If yhAnswer = 2 Then
  2084.                     .Cell(flexcpBackColor, .Row, Qslz, .Row, .Cols - 1) = &H80000005
  2085.                     Changelock = True
  2086.                     .Select Scqwghz, Scqwglz
  2087.                     Changelock = False
  2088.                     
  2089.                     '如为录入状态,则恢复录入
  2090.                     If Sflrzt Then
  2091.                         Call xswbk
  2092.                     End If
  2093.                     Exit Sub
  2094.                 End If
  2095.             End If
  2096.             .RemoveItem .Row
  2097.             If .Rows < Pmbcsjhs + .FixedRows + Fzxwghs + 1 Then
  2098.                 .AddItem ""
  2099.                 .RowHeight(.Rows - 1) = Sjhgd
  2100.             End If
  2101.             Changelock = True
  2102.             .Select .Row, Scqwglz
  2103.             Changelock = False
  2104.    
  2105.             '重新计算合计数据
  2106.             For Hjlzte = Qslz To .Cols - 1
  2107.                 Call Sjhj(Hjlzte)
  2108.             Next Hjlzte
  2109.         End If
  2110.     End With
  2111. End Sub
  2112. Private Sub Sjhj(Hjwgl As Long)                                         '网格列数据合计
  2113.     
  2114.     Dim Hjjg As Double
  2115.     If Not (GridBoolean(Hjwgl, 4) And HjGrid.Visible) Then
  2116.         Exit Sub
  2117.     End If
  2118.     With WglrGrid
  2119.         Hjjg = 0
  2120.         For jsqte = .FixedRows To .Rows - 1
  2121.             If .TextMatrix(jsqte, 0) = "*" Then
  2122.                 Hjjg = Hjjg + Val(.TextMatrix(jsqte, Hjwgl))
  2123.             End If
  2124.         Next jsqte
  2125.         If GridBoolean(Hjwgl, 5) And Hjjg = 0 Then
  2126.             HjGrid.TextMatrix(0, Hjwgl) = ""
  2127.         Else
  2128.             HjGrid.TextMatrix(0, Hjwgl) = Hjjg
  2129.         End If
  2130.     End With
  2131. End Sub
  2132. Private Sub Qkwlzd(sjh As Long, Sjl As Long)                            '清空为零字段
  2133.     
  2134.     If Not GridBoolean(Sjl, 5) Then
  2135.         Exit Sub
  2136.     End If
  2137.     With WglrGrid
  2138.         If Val(Trim(.TextMatrix(sjh, Sjl))) = 0 Then
  2139.             .TextMatrix(sjh, Sjl) = ""
  2140.         End If
  2141.     End With
  2142. End Sub
  2143. Private Sub fhyxh()                                                     '返回录入数据有效行,同时让得到焦点网格可见
  2144.     
  2145.     With WglrGrid
  2146.         If .Row >= .FixedRows Then
  2147.             If .TextMatrix(.Row, 0) <> "*" Then
  2148.                 For Rowjsq = .FixedRows To .Rows - 1
  2149.                     If .TextMatrix(Rowjsq, 0) <> "*" Then
  2150.                         Exit For
  2151.                     End If
  2152.                 Next Rowjsq
  2153.                 If Rowjsq <= .Rows - 1 Then
  2154.                     Changelock = True
  2155.                     .Select Rowjsq, .Col
  2156.                     Changelock = False
  2157.                 Else
  2158.                     Changelock = True
  2159.                     .Select .Rows - 1, .Col
  2160.                     Changelock = False
  2161.                 End If
  2162.             End If
  2163.             Call Xldqh
  2164.         End If
  2165.   End With
  2166.   
  2167. End Sub
  2168. Private Sub Xldqh()                                                      '显露当前行
  2169.   
  2170.     Dim Toprowte As Long
  2171.     With WglrGrid
  2172.         Toprowte = 0
  2173.         Do While .CellTop + .RowHeight(.Row) + Fzxwghs * Sjhgd > .Height And .TopRow <> Toprowte
  2174.             Toprowte = .TopRow
  2175.             .TopRow = .TopRow + 1
  2176.         Loop
  2177.         Toprowte = 0
  2178.         Do While .CellTop < .FixedRows * .RowHeight(0) And .TopRow <> Toprowte
  2179.             Toprowte = .TopRow
  2180.             If .TopRow > 1 Then
  2181.                 .TopRow = .TopRow - 1
  2182.             End If
  2183.         Loop
  2184.     End With
  2185. End Sub
  2186. Private Sub Xldql()                                                     '显露当前列
  2187.     
  2188.     Dim Leftcolte As Long
  2189.     With WglrGrid
  2190.         If .Col >= Qslz And .Col >= .FixedCols Then
  2191.             If .LeftCol > .Col Then
  2192.                 .LeftCol = .Col
  2193.             End If
  2194.             Leftcolte = 0
  2195.             Do While .CellLeft + .CellWidth > .Width And .LeftCol <> Leftcolte
  2196.                 Leftcolte = .LeftCol
  2197.                 .LeftCol = .LeftCol + 1
  2198.             Loop
  2199.         End If
  2200.     End With
  2201. End Sub
  2202. Private Function pdhwk(sjh As Long)                                     '判断网格行是否为空行(所有录入字段均为空*非录入字段除外)
  2203.     
  2204.     With WglrGrid
  2205.         For Coljsq = Qslz To .Cols - 1
  2206.             If Len(Trim(.TextMatrix(sjh, Coljsq))) <> 0 And GridBoolean(Coljsq, 1) Then
  2207.                 pdhwk = False
  2208.                 Exit Function
  2209.             End If
  2210.         Next Coljsq
  2211.         pdhwk = True
  2212.     End With
  2213. End Function
  2214. Private Sub Xyxhbz(sjh As Long)                                         '写行有效性标志,并判断是否增行
  2215.     
  2216.     With WglrGrid
  2217.         If .TextMatrix(sjh, 0) = "*" Then
  2218.             Exit Sub
  2219.         End If
  2220.         .TextMatrix(sjh, 0) = "*"
  2221.         If sjh >= .Rows - Fzxwghs - 1 Then
  2222.             .AddItem ""
  2223.             .RowHeight(.Rows - 1) = Sjhgd
  2224.         End If
  2225.     End With
  2226. End Sub
  2227. '*****************************以下为文本框录入处理程序(固定不变部分)*******************************'
  2228. Private Sub Wbklrwbcl(Index As Integer)    '文本框录入事后处理程序
  2229.     Dim Rect As New ADODB.Recordset
  2230.     '以下为依据实际情况自定义部分[
  2231.     
  2232.     '在此填写文本框录入事后处理程序
  2233.     Select Case Index
  2234.         Case 1                                  '产品物料编码
  2235.             Sqlstr = "Select * From Gy_Material Where MNumber='" & Trim(LrText(1)) & "'"
  2236.             Set Rect = Cw_DataEnvi.DataConnect.Execute(Sqlstr)
  2237.             If Not Rect.EOF Then
  2238.                 LrText(2).Text = Trim(Rect.Fields("MName") & "")
  2239.                 LrText(3).Text = Trim(Rect.Fields("Model") & "")
  2240.                 LrText(4).Text = Trim(Rect.Fields("PrimaryUnitName") & "")
  2241.             Else
  2242.                 LrText(2).Text = ""
  2243.                 LrText(3).Text = ""
  2244.                 LrText(4).Text = ""
  2245.             End If
  2246.             
  2247.     End Select
  2248.     ']以上为依据实际情况自定义部分
  2249. End Sub
  2250. Private Sub LrText_Change(Index As Integer)
  2251.     '屏蔽程序改变控制
  2252.     If TextChangeLock Then
  2253.         Exit Sub
  2254.     End If
  2255.    
  2256.     TextValiJudgeLock(Index) = False    '打开有效性判断锁
  2257.         
  2258.     '限制字段录入长度
  2259.           
  2260.     TextChangeLock = True  '加锁(防止执行Lrtext_Change)
  2261.         Select Case Textint(Index, 1)
  2262.             Case 8, 11       '金额型
  2263.                 Call Sjgskz(LrText(Index), Xtjezws - Xtjexsws - 1, Xtjexsws)
  2264.             Case 9, 12       '数量型
  2265.                 Call Sjgskz(LrText(Index), Xtslzws - Xtslxsws - 1, Xtslxsws)
  2266.             Case 10          '单价型
  2267.                 Call Sjgskz(LrText(Index), Xtdjzws - Xtdjxsws - 1, Xtdjxsws)
  2268.             Case Else        '其他小数类型控制
  2269.                 If Textint(Index, 6) <> 0 Or Textint(Index, 7) <> 0 Then
  2270.                     Call Sjgskz(LrText(Index), Textint(Index, 6), Textint(Index, 7))
  2271.                 End If
  2272.         End Select
  2273.         
  2274.         TextChangeLock = False '解锁
  2275.      
  2276. End Sub
  2277. Private Sub LrText_GotFocus(Index As Integer)                                                 '文本框得到焦点,显示相应信息
  2278.     Call TextShow(Index)
  2279. End Sub
  2280. Private Sub LrText_KeyDown(Index As Integer, KeyCode As Integer, Shift As Integer)            '字段按F2键提供帮助
  2281.     
  2282.     Select Case KeyCode
  2283.         Case vbKeyF2
  2284.             Call Text_Help(Index)
  2285.     End Select
  2286. End Sub
  2287. Private Sub LrText_KeyPress(Index As Integer, KeyAscii As Integer)                            '文本框录入事中控制
  2288.     Call InputFieldLimit(LrText(Index), Textint(Index, 1), KeyAscii)
  2289. End Sub
  2290. Private Sub LrText_LostFocus(Index As Integer)                                                '文本框失去焦点进行有效性判断及相应处理
  2291.     
  2292.     If Textint(Index, 9) = 0 Or Textint(Index, 9) = 1 Then '事中判断
  2293.         Call TextYxxpd(Index)
  2294.     End If
  2295. End Sub
  2296. Private Sub Ydcommand1_MouseDown(Button As Integer, Shift As Integer, x As Single, Y As Single) '点击按钮
  2297.     Call Text_Help(Ydcommand1.Tag)
  2298. End Sub
  2299. Private Sub Text_Help(Index As Integer)                                                       '录入字段帮助
  2300.     
  2301.     If Not Ydcommand1.Visible Then
  2302.         Exit Sub
  2303.     End If
  2304.     If LrText(Index).Enabled = False Then Exit Sub
  2305.     If LrText(Index).Locked = True Then Exit Sub
  2306.     TextValiLock = True
  2307.     Call Drbmhelp(Textint(Index, 2), Textstr(Index, 4), Trim(LrText(Index).Text))
  2308.     If Len(Xtfhcs) <> 0 Then
  2309.         If Textint(Index, 3) = 1 Then
  2310.             LrText(Index).Text = Xtfhcsfz
  2311.             LrText(Index).Tag = Xtfhcs
  2312.         Else
  2313.             LrText(Index).Text = Xtfhcs
  2314.             LrText(Index).Tag = Xtfhcsfz
  2315.         End If
  2316.     End If
  2317.     TextValiLock = False
  2318.     LrText(Index).SetFocus
  2319. End Sub
  2320. Private Sub TextShow(Index As Integer)        '文本框得到焦点,显示相应信息
  2321.     '如果文本框有帮助,则显示帮助按钮
  2322.     If LrText(Index).Enabled = False Or LrText(Index).Locked = True Then Exit Sub
  2323.     If Textboolean(Index, 1) Then
  2324.         Ydcommand1.Visible = True
  2325.         Ydcommand1.Move LrText(Index).Left + LrText(Index).Width, LrText(Index).Top
  2326.         Ydcommand1.Tag = Index
  2327.     Else
  2328.         Ydcommand1.Tag = ""
  2329.         Ydcommand1.Visible = False
  2330.     End If
  2331.     
  2332.     '[>>
  2333.     '可在此处定义其他处理动作
  2334.     '<<]
  2335. End Sub
  2336. Private Sub Wbkcsh()                          '录入文本框初始化
  2337.     Dim Int_TabIndex As Integer         'Tab焦点计数器
  2338.     '单据录入中文本框焦点由0开始
  2339.     LrText(0).TabIndex = 0
  2340.   
  2341.     '最大录入文本框索引值
  2342.     Max_Text_Index = Textvar(1)
  2343.   
  2344.     ReDim TextValiJudgeLock(Max_Text_Index)
  2345.     For jsqte = 0 To Max_Text_Index
  2346.         
  2347.         '判断此文本框录入索引号是否存在,如存在则对其进行初始化
  2348.         If Len(Trim(Textstr(jsqte, 1))) <> 0 Then
  2349.         
  2350.             '自动装入录入文本框和其解释标签
  2351.             If jsqte <> 0 Then
  2352.                 Load LrText(jsqte)
  2353.                 Load TsLabel(jsqte)
  2354.            
  2355.                 '判断录入文本框是否显示
  2356.                 If Textboolean(jsqte, 4) Then
  2357.                     LrText(jsqte).Visible = True
  2358.                     TsLabel(jsqte).Visible = True
  2359.                 Else
  2360.                     LrText(jsqte).Visible = False
  2361.                     TsLabel(jsqte).Visible = False
  2362.                 End If
  2363.             
  2364.                 '设置文本框焦点顺序值
  2365.                 LrText(jsqte).TabIndex = Textint(jsqte, 14)
  2366.            
  2367.                 '判断文本框是否可编辑
  2368.                 If Textboolean(jsqte, 5) Then
  2369.                     LrText(jsqte).Enabled = True
  2370.                 Else
  2371.                     LrText(jsqte).Enabled = False
  2372.                 End If
  2373.             End If
  2374.            
  2375.            '初始化其内容
  2376.             TextChangeLock = True
  2377.             LrText(jsqte).Text = ""
  2378.             LrText(jsqte).Tag = ""
  2379.             If Textint(jsqte, 5) <> 0 Then
  2380.                 LrText(jsqte).MaxLength = Textint(jsqte, 5)
  2381.             End If
  2382.             TextChangeLock = False
  2383.         
  2384.             '设置文本框位置及大小,并设置相应标签内容及其位置
  2385.             LrText(jsqte).Move Textint(jsqte, 13), Textint(jsqte, 12), Textint(jsqte, 11), Textint(jsqte, 10)
  2386.             TsLabel(jsqte).Caption = Textstr(jsqte, 7) & ":"
  2387.             TsLabel(jsqte).Move Textint(jsqte, 13) - TsLabel(jsqte).Width - 20, Textint(jsqte, 12) + (Textint(jsqte, 10) - TsLabel(jsqte).Height) / 2 - 30
  2388.             
  2389.         End If
  2390.      
  2391.         '将文本框有效性判断进行加锁,在文本框内容发生变化时将锁打开
  2392.         TextValiJudgeLock(jsqte) = True
  2393.       
  2394.     Next jsqte
  2395.     '设置文本框焦点转移顺序(前提文本焦点从0至Max_Text_Index)
  2396.     For Int_TabIndex = 0 To Max_Text_Index
  2397.         For jsqte = 0 To Max_Text_Index
  2398.             If Textint(jsqte, 14) = Int_TabIndex Then
  2399.                LrText(jsqte).TabIndex = Int_TabIndex
  2400.             End If
  2401.         Next jsqte
  2402.     Next Int_TabIndex
  2403. End Sub
  2404. Private Function TextYxxpd(Index As Integer) As Boolean           '文本框有效性判断
  2405.   
  2406.     Dim Sqlstr As String
  2407.     Dim Findrec As New ADODB.Recordset
  2408.   
  2409.     '按帮助不进行有效性判断
  2410.   
  2411.     If TextValiLock Then
  2412.         TextValiLock = False
  2413.         TextYxxpd = True
  2414.         Exit Function
  2415.     End If
  2416.   
  2417.     '文本框内容未曾改变不进行有效性判断
  2418.   
  2419.     If TextValiJudgeLock(Index) Then
  2420.         Ydcommand1.Visible = False
  2421.         TextYxxpd = True
  2422.         Exit Function
  2423.     End If
  2424.   
  2425.     '文本框内容为空认为有效,并清空其Tag值
  2426.   
  2427.     If Trim(LrText(Index)) = "" Then
  2428.         LrText(Index).Tag = ""
  2429.         Call Wbklrwbcl(Index)
  2430.         Ydcommand1.Visible = False
  2431.         TextValiJudgeLock(Index) = True
  2432.         TextYxxpd = True
  2433.         Exit Function
  2434.     End If
  2435.    
  2436.     '[>>
  2437.       
  2438.     '可在此加入不做有效性判断的理由(参照上面程序)
  2439.       
  2440.     '<<]
  2441.   
  2442.     Select Case Textint(Index, 4)
  2443.         Case 1      '编码型
  2444.             Sqlstr = Trim(Textstr(Index, 5))
  2445.             Sqlstr = Replace(Sqlstr, "@", "'" + Trim(LrText(Index).Text) + "'")
  2446.             Set Findrec = Cw_DataEnvi.DataConnect.Execute(Sqlstr)
  2447.             If Findrec.EOF Then
  2448.                 Call Xtxxts(Trim(Textstr(Index, 6)), 0, 1)
  2449.                 LrText(Index).SetFocus
  2450.                 Exit Function
  2451.             Else
  2452.                 Select Case Textint(Index, 3)
  2453.                     Case 0
  2454.                         If Len(Trim(Textstr(Index, 2))) <> 0 Then
  2455.                             LrText(Index).Text = Trim(Findrec.Fields(Trim(Textstr(Index, 2))))
  2456.                         End If
  2457.                         If Len(Trim(Textstr(Index, 3) & "")) <> 0 Then
  2458.                             LrText(Index).Tag = Trim(Findrec.Fields(Trim(Textstr(Index, 3))))
  2459.                         End If
  2460.                     Case 1
  2461.                         If Len(Trim(Textstr(Index, 3) & "")) <> 0 Then
  2462.                             LrText(Index).Text = Trim(Findrec.Fields(Trim(Textstr(Index, 3))))
  2463.                         End If
  2464.                         If Len(Trim(Textstr(Index, 2))) <> 0 Then
  2465.                             LrText(Index).Tag = Trim(Findrec.Fields(Trim(Textstr(Index, 2))))
  2466.                         End If
  2467.                 End Select
  2468.             End If
  2469.         Case 2      '日期型
  2470.             If IsDate(LrText(Index).Text) Then
  2471.                 LrText(Index).Text = Format(LrText(Index).Text, "yyyy-mm-dd")
  2472.                 If Val(Mid(LrText(Index), 1, 4)) < 1900 Then
  2473.                     LrText(Index).Text = "1900" + Mid(LrText(Index), 5, 6)
  2474.                 End If
  2475.             Else
  2476.                 Tsxx = "非法公历日期!(格式:" + Format(Date, "yyyy-mm-dd") + ")"
  2477.                 Call Xtxxts(Tsxx, 0, 1)
  2478.                 LrText(Index).SetFocus
  2479.                 Exit Function
  2480.             End If
  2481.         Case 3      '其他类型
  2482.     End Select
  2483.     
  2484.     '隐藏帮助按钮
  2485.     Ydcommand1.Visible = False
  2486.    
  2487.     '如果有效则加锁,用户不改变内容则不再进行有效性判断
  2488.     TextValiJudgeLock(Index) = True
  2489.     '调用文本框事后处理程序
  2490.     Call Wbklrwbcl(Index)
  2491.    
  2492.     '有效性判断通过则返回True
  2493.     TextYxxpd = True
  2494. End Function