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

企业管理

开发平台:

Visual Basic

  1. VERSION 5.00
  2. Object = "{BEEECC20-4D5F-4F8B-BFDC-5D9B6FBDE09D}#1.0#0"; "vsflex8.ocx"
  3. Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
  4. Begin VB.Form Dev_AccidentListForm 
  5.    Caption         =   "设备事故单列表"
  6.    ClientHeight    =   8595
  7.    ClientLeft      =   315
  8.    ClientTop       =   390
  9.    ClientWidth     =   11820
  10.    HelpContextID   =   2505004
  11.    Icon            =   "设备运行_设备事故显示.frx":0000
  12.    KeyPreview      =   -1  'True
  13.    LinkTopic       =   "Form1"
  14.    MDIChild        =   -1  'True
  15.    ScaleHeight     =   8595
  16.    ScaleWidth      =   11820
  17.    WindowState     =   2  'Maximized
  18.    Begin MSComctlLib.Toolbar GsToolbar 
  19.       Height          =   525
  20.       Left            =   9330
  21.       TabIndex        =   3
  22.       Top             =   30
  23.       Width           =   2475
  24.       _ExtentX        =   4366
  25.       _ExtentY        =   926
  26.       ButtonWidth     =   1455
  27.       ButtonHeight    =   926
  28.       Appearance      =   1
  29.       Style           =   1
  30.       ImageList       =   "ImageList2"
  31.       _Version        =   393216
  32.       BeginProperty Buttons {66833FE8-8583-11D1-B16A-00C0F0283628} 
  33.          NumButtons      =   3
  34.          BeginProperty Button1 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  35.             Caption         =   "保存格式"
  36.             Key             =   "bcgs"
  37.             ImageKey        =   "bcgs"
  38.          EndProperty
  39.          BeginProperty Button2 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  40.             Caption         =   "默认列宽"
  41.             Key             =   "hfmrgs"
  42.             ImageKey        =   "mrlk"
  43.          EndProperty
  44.          BeginProperty Button3 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  45.             Caption         =   "显示项目"
  46.             Key             =   "szxsxm"
  47.             ImageKey        =   "xsxm"
  48.          EndProperty
  49.       EndProperty
  50.    End
  51.    Begin VB.PictureBox Pic_Title 
  52.       BackColor       =   &H00FFFFFF&
  53.       Height          =   825
  54.       Left            =   0
  55.       Picture         =   "设备运行_设备事故显示.frx":1042
  56.       ScaleHeight     =   765
  57.       ScaleWidth      =   11715
  58.       TabIndex        =   1
  59.       Top             =   570
  60.       Width           =   11775
  61.       Begin VB.Label Lab_Title 
  62.          BackColor       =   &H80000018&
  63.          BackStyle       =   0  'Transparent
  64.          Caption         =   "设备事故单列表"
  65.          BeginProperty Font 
  66.             Name            =   "宋体"
  67.             Size            =   12
  68.             Charset         =   134
  69.             Weight          =   700
  70.             Underline       =   0   'False
  71.             Italic          =   0   'False
  72.             Strikethrough   =   0   'False
  73.          EndProperty
  74.          ForeColor       =   &H00000000&
  75.          Height          =   300
  76.          Index           =   4
  77.          Left            =   510
  78.          TabIndex        =   2
  79.          Top             =   210
  80.          Width           =   1875
  81.       End
  82.    End
  83.    Begin VB.Timer Timer1 
  84.       Enabled         =   0   'False
  85.       Interval        =   1
  86.       Left            =   7620
  87.       Top             =   90
  88.    End
  89.    Begin VSFlex8Ctl.VSFlexGrid CxbbGrid 
  90.       Height          =   7545
  91.       Left            =   30
  92.       TabIndex        =   0
  93.       Top             =   1470
  94.       Width           =   11775
  95.       _cx             =   5080
  96.       _cy             =   5080
  97.       Appearance      =   1
  98.       BorderStyle     =   1
  99.       Enabled         =   -1  'True
  100.       BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  101.          Name            =   "宋体"
  102.          Size            =   9
  103.          Charset         =   134
  104.          Weight          =   400
  105.          Underline       =   0   'False
  106.          Italic          =   0   'False
  107.          Strikethrough   =   0   'False
  108.       EndProperty
  109.       MousePointer    =   0
  110.       BackColor       =   16777215
  111.       ForeColor       =   -2147483640
  112.       BackColorFixed  =   13826538
  113.       ForeColorFixed  =   -2147483630
  114.       BackColorSel    =   -2147483635
  115.       ForeColorSel    =   -2147483634
  116.       BackColorBkg    =   -2147483636
  117.       BackColorAlternate=   16777215
  118.       GridColor       =   -2147483633
  119.       GridColorFixed  =   -2147483632
  120.       TreeColor       =   -2147483632
  121.       FloodColor      =   192
  122.       SheetBorder     =   -2147483642
  123.       FocusRect       =   1
  124.       HighLight       =   1
  125.       AllowSelection  =   -1  'True
  126.       AllowBigSelection=   -1  'True
  127.       AllowUserResizing=   0
  128.       SelectionMode   =   0
  129.       GridLines       =   1
  130.       GridLinesFixed  =   2
  131.       GridLineWidth   =   1
  132.       Rows            =   50
  133.       Cols            =   10
  134.       FixedRows       =   1
  135.       FixedCols       =   1
  136.       RowHeightMin    =   0
  137.       RowHeightMax    =   0
  138.       ColWidthMin     =   0
  139.       ColWidthMax     =   0
  140.       ExtendLastCol   =   0   'False
  141.       FormatString    =   ""
  142.       ScrollTrack     =   0   'False
  143.       ScrollBars      =   3
  144.       ScrollTips      =   0   'False
  145.       MergeCells      =   0
  146.       MergeCompare    =   0
  147.       AutoResize      =   -1  'True
  148.       AutoSizeMode    =   0
  149.       AutoSearch      =   0
  150.       AutoSearchDelay =   2
  151.       MultiTotals     =   -1  'True
  152.       SubtotalPosition=   1
  153.       OutlineBar      =   0
  154.       OutlineCol      =   0
  155.       Ellipsis        =   0
  156.       ExplorerBar     =   0
  157.       PicturesOver    =   0   'False
  158.       FillStyle       =   0
  159.       RightToLeft     =   0   'False
  160.       PictureType     =   0
  161.       TabBehavior     =   0
  162.       OwnerDraw       =   0
  163.       Editable        =   0
  164.       ShowComboButton =   1
  165.       WordWrap        =   0   'False
  166.       TextStyle       =   0
  167.       TextStyleFixed  =   0
  168.       OleDragMode     =   0
  169.       OleDropMode     =   0
  170.       DataMode        =   0
  171.       VirtualData     =   -1  'True
  172.       DataMember      =   ""
  173.       ComboSearch     =   3
  174.       AutoSizeMouse   =   -1  'True
  175.       FrozenRows      =   0
  176.       FrozenCols      =   0
  177.       AllowUserFreezing=   0
  178.       BackColorFrozen =   0
  179.       ForeColorFrozen =   0
  180.       WallPaperAlignment=   9
  181.       AccessibleName  =   ""
  182.       AccessibleDescription=   ""
  183.       AccessibleValue =   ""
  184.       AccessibleRole  =   24
  185.       Begin MSComctlLib.ImageList ImageList2 
  186.          Left            =   0
  187.          Top             =   0
  188.          _ExtentX        =   1005
  189.          _ExtentY        =   1005
  190.          BackColor       =   -2147483643
  191.          ImageWidth      =   16
  192.          ImageHeight     =   16
  193.          MaskColor       =   12632256
  194.          _Version        =   393216
  195.          BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628} 
  196.             NumListImages   =   40
  197.             BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  198.                Picture         =   "设备运行_设备事故显示.frx":1DF82
  199.                Key             =   "sz"
  200.             EndProperty
  201.             BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  202.                Picture         =   "设备运行_设备事故显示.frx":1E31C
  203.                Key             =   "dy"
  204.             EndProperty
  205.             BeginProperty ListImage3 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  206.                Picture         =   "设备运行_设备事故显示.frx":1E6B6
  207.                Key             =   "yl"
  208.             EndProperty
  209.             BeginProperty ListImage4 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  210.                Picture         =   "设备运行_设备事故显示.frx":1EA50
  211.                Key             =   "xg"
  212.             EndProperty
  213.             BeginProperty ListImage5 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  214.                Picture         =   "设备运行_设备事故显示.frx":1EDEA
  215.                Key             =   "zh"
  216.             EndProperty
  217.             BeginProperty ListImage6 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  218.                Picture         =   "设备运行_设备事故显示.frx":1F184
  219.                Key             =   "sh"
  220.             EndProperty
  221.             BeginProperty ListImage7 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  222.                Picture         =   "设备运行_设备事故显示.frx":1F51E
  223.                Key             =   "bc"
  224.             EndProperty
  225.             BeginProperty ListImage8 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  226.                Picture         =   "设备运行_设备事故显示.frx":1F8B8
  227.                Key             =   "fq"
  228.             EndProperty
  229.             BeginProperty ListImage9 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  230.                Picture         =   "设备运行_设备事故显示.frx":1FC52
  231.                Key             =   "bz"
  232.             EndProperty
  233.             BeginProperty ListImage10 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  234.                Picture         =   "设备运行_设备事故显示.frx":1FFEC
  235.                Key             =   "tc"
  236.             EndProperty
  237.             BeginProperty ListImage11 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  238.                Picture         =   "设备运行_设备事故显示.frx":20386
  239.                Key             =   "bcgs"
  240.             EndProperty
  241.             BeginProperty ListImage12 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  242.                Picture         =   "设备运行_设备事故显示.frx":20720
  243.                Key             =   "mrlk"
  244.             EndProperty
  245.             BeginProperty ListImage13 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  246.                Picture         =   "设备运行_设备事故显示.frx":20ABA
  247.                Key             =   "xsxm"
  248.             EndProperty
  249.             BeginProperty ListImage14 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  250.                Picture         =   "设备运行_设备事故显示.frx":20E54
  251.                Key             =   "first"
  252.             EndProperty
  253.             BeginProperty ListImage15 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  254.                Picture         =   "设备运行_设备事故显示.frx":211EE
  255.                Key             =   "prev"
  256.             EndProperty
  257.             BeginProperty ListImage16 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  258.                Picture         =   "设备运行_设备事故显示.frx":21588
  259.                Key             =   "next"
  260.             EndProperty
  261.             BeginProperty ListImage17 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  262.                Picture         =   "设备运行_设备事故显示.frx":21922
  263.                Key             =   "last"
  264.             EndProperty
  265.             BeginProperty ListImage18 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  266.                Picture         =   "设备运行_设备事故显示.frx":21CBC
  267.                Key             =   "xx"
  268.             EndProperty
  269.             BeginProperty ListImage19 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  270.                Picture         =   "设备运行_设备事故显示.frx":22056
  271.                Key             =   "define"
  272.             EndProperty
  273.             BeginProperty ListImage20 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  274.                Picture         =   "设备运行_设备事故显示.frx":223F0
  275.                Key             =   "exec"
  276.             EndProperty
  277.             BeginProperty ListImage21 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  278.                Picture         =   "设备运行_设备事故显示.frx":2278A
  279.                Key             =   "xz"
  280.             EndProperty
  281.             BeginProperty ListImage22 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  282.                Picture         =   "设备运行_设备事故显示.frx":22B24
  283.                Key             =   "sc"
  284.             EndProperty
  285.             BeginProperty ListImage23 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  286.                Picture         =   "设备运行_设备事故显示.frx":22EBE
  287.                Key             =   "sx"
  288.             EndProperty
  289.             BeginProperty ListImage24 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  290.                Picture         =   "设备运行_设备事故显示.frx":23258
  291.                Key             =   "cx"
  292.             EndProperty
  293.             BeginProperty ListImage25 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  294.                Picture         =   "设备运行_设备事故显示.frx":235F2
  295.                Key             =   "zd"
  296.             EndProperty
  297.             BeginProperty ListImage26 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  298.                Picture         =   "设备运行_设备事故显示.frx":2398C
  299.                Key             =   "dz"
  300.             EndProperty
  301.             BeginProperty ListImage27 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  302.                Picture         =   "设备运行_设备事故显示.frx":23D26
  303.                Key             =   "ph"
  304.             EndProperty
  305.             BeginProperty ListImage28 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  306.                Picture         =   "设备运行_设备事故显示.frx":240C0
  307.                Key             =   "fz"
  308.             EndProperty
  309.             BeginProperty ListImage29 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  310.                Picture         =   "设备运行_设备事故显示.frx":2445A
  311.                Key             =   "dw"
  312.             EndProperty
  313.             BeginProperty ListImage30 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  314.                Picture         =   "设备运行_设备事故显示.frx":247F4
  315.                Key             =   "hf"
  316.             EndProperty
  317.             BeginProperty ListImage31 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  318.                Picture         =   "设备运行_设备事故显示.frx":24B8E
  319.                Key             =   "pz"
  320.             EndProperty
  321.             BeginProperty ListImage32 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  322.                Picture         =   "设备运行_设备事故显示.frx":24F28
  323.                Key             =   "check"
  324.             EndProperty
  325.             BeginProperty ListImage33 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  326.                Picture         =   "设备运行_设备事故显示.frx":252C2
  327.                Key             =   "qs"
  328.             EndProperty
  329.             BeginProperty ListImage34 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  330.                Picture         =   "设备运行_设备事故显示.frx":2565C
  331.                Key             =   "fullcheck"
  332.             EndProperty
  333.             BeginProperty ListImage35 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  334.                Picture         =   "设备运行_设备事故显示.frx":259F6
  335.                Key             =   "qq"
  336.             EndProperty
  337.             BeginProperty ListImage36 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  338.                Picture         =   "设备运行_设备事故显示.frx":25D90
  339.                Key             =   "bcw"
  340.             EndProperty
  341.             BeginProperty ListImage37 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  342.                Picture         =   "设备运行_设备事故显示.frx":2612A
  343.                Key             =   "ye"
  344.             EndProperty
  345.             BeginProperty ListImage38 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  346.                Picture         =   "设备运行_设备事故显示.frx":264C4
  347.                Key             =   ""
  348.             EndProperty
  349.             BeginProperty ListImage39 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  350.                Picture         =   "设备运行_设备事故显示.frx":2685E
  351.                Key             =   "frist"
  352.             EndProperty
  353.             BeginProperty ListImage40 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  354.                Picture         =   "设备运行_设备事故显示.frx":26BF8
  355.                Key             =   "dj"
  356.             EndProperty
  357.          EndProperty
  358.       End
  359.    End
  360.    Begin MSComctlLib.Toolbar SzToolbar 
  361.       Align           =   1  'Align Top
  362.       Height          =   555
  363.       Left            =   0
  364.       TabIndex        =   4
  365.       Top             =   0
  366.       Width           =   11820
  367.       _ExtentX        =   20849
  368.       _ExtentY        =   979
  369.       ButtonWidth     =   820
  370.       ButtonHeight    =   926
  371.       AllowCustomize  =   0   'False
  372.       Appearance      =   1
  373.       Style           =   1
  374.       ImageList       =   "ImageList1"
  375.       _Version        =   393216
  376.       BeginProperty Buttons {66833FE8-8583-11D1-B16A-00C0F0283628} 
  377.          NumButtons      =   12
  378.          BeginProperty Button1 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  379.             Caption         =   "设置"
  380.             Key             =   "ymsz"
  381.             ImageKey        =   "sz"
  382.          EndProperty
  383.          BeginProperty Button2 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  384.             Caption         =   "打印"
  385.             Key             =   "dy"
  386.             ImageKey        =   "dy"
  387.          EndProperty
  388.          BeginProperty Button3 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  389.             Caption         =   "预览"
  390.             Key             =   "yl"
  391.             ImageKey        =   "yl"
  392.          EndProperty
  393.          BeginProperty Button4 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  394.             Style           =   3
  395.          EndProperty
  396.          BeginProperty Button5 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  397.             Caption         =   "查询"
  398.             Key             =   "cx"
  399.             ImageKey        =   "cx"
  400.          EndProperty
  401.          BeginProperty Button6 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  402.             Caption         =   "单据"
  403.             Key             =   "Bill"
  404.             ImageKey        =   "pz"
  405.          EndProperty
  406.          BeginProperty Button7 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  407.             Style           =   3
  408.          EndProperty
  409.          BeginProperty Button8 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  410.             Caption         =   "新增"
  411.             Key             =   "xz"
  412.             ImageKey        =   "xz"
  413.          EndProperty
  414.          BeginProperty Button9 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  415.             Caption         =   "删除"
  416.             Key             =   "sc"
  417.             ImageKey        =   "sc"
  418.          EndProperty
  419.          BeginProperty Button10 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  420.             Style           =   3
  421.          EndProperty
  422.          BeginProperty Button11 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  423.             Caption         =   "帮助"
  424.             Key             =   "bz"
  425.             ImageKey        =   "bz"
  426.          EndProperty
  427.          BeginProperty Button12 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  428.             Caption         =   "退出"
  429.             Key             =   "fh"
  430.             ImageKey        =   "tc"
  431.          EndProperty
  432.       EndProperty
  433.       BorderStyle     =   1
  434.       Begin MSComctlLib.ImageList ImageList1 
  435.          Left            =   6990
  436.          Top             =   30
  437.          _ExtentX        =   1005
  438.          _ExtentY        =   1005
  439.          BackColor       =   -2147483643
  440.          ImageWidth      =   16
  441.          ImageHeight     =   16
  442.          MaskColor       =   12632256
  443.          _Version        =   393216
  444.          BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628} 
  445.             NumListImages   =   32
  446.             BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  447.                Picture         =   "设备运行_设备事故显示.frx":26F92
  448.                Key             =   "sz"
  449.             EndProperty
  450.             BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  451.                Picture         =   "设备运行_设备事故显示.frx":2732C
  452.                Key             =   "dy"
  453.             EndProperty
  454.             BeginProperty ListImage3 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  455.                Picture         =   "设备运行_设备事故显示.frx":276C6
  456.                Key             =   "yl"
  457.             EndProperty
  458.             BeginProperty ListImage4 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  459.                Picture         =   "设备运行_设备事故显示.frx":27A60
  460.                Key             =   "xg"
  461.             EndProperty
  462.             BeginProperty ListImage5 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  463.                Picture         =   "设备运行_设备事故显示.frx":27DFA
  464.                Key             =   "zh"
  465.             EndProperty
  466.             BeginProperty ListImage6 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  467.                Picture         =   "设备运行_设备事故显示.frx":28194
  468.                Key             =   "sh"
  469.             EndProperty
  470.             BeginProperty ListImage7 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  471.                Picture         =   "设备运行_设备事故显示.frx":2852E
  472.                Key             =   "bc"
  473.             EndProperty
  474.             BeginProperty ListImage8 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  475.                Picture         =   "设备运行_设备事故显示.frx":288C8
  476.                Key             =   "fq"
  477.             EndProperty
  478.             BeginProperty ListImage9 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  479.                Picture         =   "设备运行_设备事故显示.frx":28C62
  480.                Key             =   "bz"
  481.             EndProperty
  482.             BeginProperty ListImage10 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  483.                Picture         =   "设备运行_设备事故显示.frx":28FFC
  484.                Key             =   "tc"
  485.             EndProperty
  486.             BeginProperty ListImage11 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  487.                Picture         =   "设备运行_设备事故显示.frx":29396
  488.                Key             =   "bcgs"
  489.             EndProperty
  490.             BeginProperty ListImage12 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  491.                Picture         =   "设备运行_设备事故显示.frx":29730
  492.                Key             =   "mrlk"
  493.             EndProperty
  494.             BeginProperty ListImage13 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  495.                Picture         =   "设备运行_设备事故显示.frx":29ACA
  496.                Key             =   "xsxm"
  497.             EndProperty
  498.             BeginProperty ListImage14 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  499.                Picture         =   "设备运行_设备事故显示.frx":29E64
  500.                Key             =   "first"
  501.             EndProperty
  502.             BeginProperty ListImage15 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  503.                Picture         =   "设备运行_设备事故显示.frx":2A1FE
  504.                Key             =   "prev"
  505.             EndProperty
  506.             BeginProperty ListImage16 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  507.                Picture         =   "设备运行_设备事故显示.frx":2A598
  508.                Key             =   "next"
  509.             EndProperty
  510.             BeginProperty ListImage17 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  511.                Picture         =   "设备运行_设备事故显示.frx":2A932
  512.                Key             =   "last"
  513.             EndProperty
  514.             BeginProperty ListImage18 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  515.                Picture         =   "设备运行_设备事故显示.frx":2ACCC
  516.                Key             =   "xx"
  517.             EndProperty
  518.             BeginProperty ListImage19 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  519.                Picture         =   "设备运行_设备事故显示.frx":2B066
  520.                Key             =   "define"
  521.             EndProperty
  522.             BeginProperty ListImage20 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  523.                Picture         =   "设备运行_设备事故显示.frx":2B400
  524.                Key             =   "exec"
  525.             EndProperty
  526.             BeginProperty ListImage21 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  527.                Picture         =   "设备运行_设备事故显示.frx":2B79A
  528.                Key             =   "xz"
  529.             EndProperty
  530.             BeginProperty ListImage22 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  531.                Picture         =   "设备运行_设备事故显示.frx":2BB34
  532.                Key             =   "sc"
  533.             EndProperty
  534.             BeginProperty ListImage23 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  535.                Picture         =   "设备运行_设备事故显示.frx":2BECE
  536.                Key             =   "sx"
  537.             EndProperty
  538.             BeginProperty ListImage24 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  539.                Picture         =   "设备运行_设备事故显示.frx":2C268
  540.                Key             =   "cx"
  541.             EndProperty
  542.             BeginProperty ListImage25 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  543.                Picture         =   "设备运行_设备事故显示.frx":2C602
  544.                Key             =   "zd"
  545.             EndProperty
  546.             BeginProperty ListImage26 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  547.                Picture         =   "设备运行_设备事故显示.frx":2C99C
  548.                Key             =   "dz"
  549.             EndProperty
  550.             BeginProperty ListImage27 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  551.                Picture         =   "设备运行_设备事故显示.frx":2CD36
  552.                Key             =   "ph"
  553.             EndProperty
  554.             BeginProperty ListImage28 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  555.                Picture         =   "设备运行_设备事故显示.frx":2D0D0
  556.                Key             =   "fz"
  557.             EndProperty
  558.             BeginProperty ListImage29 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  559.                Picture         =   "设备运行_设备事故显示.frx":2D46A
  560.                Key             =   "dw"
  561.             EndProperty
  562.             BeginProperty ListImage30 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  563.                Picture         =   "设备运行_设备事故显示.frx":2D804
  564.                Key             =   "hf"
  565.             EndProperty
  566.             BeginProperty ListImage31 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  567.                Picture         =   "设备运行_设备事故显示.frx":2DB9E
  568.                Key             =   "pz"
  569.             EndProperty
  570.             BeginProperty ListImage32 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  571.                Picture         =   "设备运行_设备事故显示.frx":2DF38
  572.                Key             =   "check"
  573.             EndProperty
  574.          EndProperty
  575.       End
  576.    End
  577. End
  578. Attribute VB_Name = "Dev_AccidentListForm"
  579. Attribute VB_GlobalNameSpace = False
  580. Attribute VB_Creatable = False
  581. Attribute VB_PredeclaredId = True
  582. Attribute VB_Exposed = False
  583. '**************************************************************************
  584. '*    模 块 名 称 :设备事故列表
  585. '*    功 能 描 述 :
  586. '*    程序员姓名  :王哲
  587. '*    最后修改人  :王哲
  588. '*    最后修改时间:2001/12/25
  589. '*    备        注:程序中所有依实际情况自定义部分均用[>>  <<]括起
  590. '**************************************************************************
  591. Dim ReportTitle As String                '报表主标题
  592. Dim Str_QueryCondi As String             '用户录入查询条件
  593. Dim Rec_BillID As New ADODB.Recordset    '用户查询单据ID动态集
  594. '以下为固定使用变量
  595. Dim Dyymctbl As New DY_Dyymsz            '打印页面窗体变量
  596. Dim GridCode As String                   '显示网格网格代码
  597. Dim GridInf() As Variant                 '整个网格设置信息
  598. Dim Tsxx As String                       '系统提示信息
  599. Dim Qslz As Long                         '网格隐藏(非操作显示)列数
  600. Dim Sjhgd As Double                      '网格数据行高度
  601. Dim Sfxshjwg As Boolean                  '是否显示合计网格
  602. Dim GridBoolean() As Boolean             '网格列信息(布尔型)
  603. Dim GridStr()  As String                 '网格列信息(字符型)
  604. Dim GridInt() As Integer                 '网格列信息(整型)
  605. Dim Szzls As Integer                     '数组总列数(网格列数-1)
  606. Private Sub Form_Resize()                '根据窗体大小来调整网格,标题栏大小(Fixed)
  607.     
  608.     On Error Resume Next
  609.     
  610.     With CxbbGrid
  611.         .Width = Me.Width - 160
  612.         .Height = Me.Height - .Top - 400
  613.     End With
  614.     
  615.     With Pic_Title
  616.         .Width = Me.Width - 160
  617.     End With
  618.     
  619.     GsToolbar.Left = Me.Width - GsToolbar.Width - 140
  620. End Sub
  621. Private Sub Form_Load()                                                   '窗体装入
  622.   
  623.     '调入打印页面设置窗体
  624.     ReportTitle = "设备事故单列表"
  625.     XtReportCode = "Dev_AccidentList"
  626.     Load Dyymctbl
  627.   
  628.     '调整标题栏及网格、格式工具条位置(Fixed)
  629.     Pic_Title.Left = 40
  630.     Pic_Title.Top = SzToolbar.Top + SzToolbar.Height - 10
  631.     CxbbGrid.Left = Pic_Title.Left
  632.     CxbbGrid.Top = Pic_Title.Top + Pic_Title.Height + 20
  633.  
  634.     '调 入 网 格(Fixed)
  635.     GridCode = "Dev_AccidentList"
  636.     Call BzWgcsh(CxbbGrid, GridCode, GridInf(), GridBoolean(), GridInt(), GridStr())
  637.   
  638.     Qslz = GridInf(1)
  639.     Sjhgd = GridInf(2)
  640.     Sfxshjwg = GridInf(7)
  641.     Szzls = CxbbGrid.Cols - 1
  642. End Sub
  643. Private Sub Form_Unload(Cancel As Integer)                                  '窗体卸载
  644.     '卸载条件窗体
  645.     Dev_AccidentFindForm.UnloadCheck.Value = 1
  646.     Unload Dev_AccidentFindForm
  647.     
  648.     Security_Log "Dev_Accident", Xtczybm, 2, False  '用户退出时写上机日志
  649.     
  650.     '卸载打印页面设置窗体
  651.     Unload Dyymctbl
  652. End Sub
  653. Private Sub CxbbGrid_BeforeMoveColumn(ByVal Col As Long, Position As Long)           '网格列发生移动时自动交换网格索引信息
  654.     Call FnBln_RefreshArray(Col, Position, GridStr(), GridInf())
  655. End Sub
  656. Private Sub GsToolbar_ButtonClick(ByVal Button As MSComctlLib.Button)       '网格格式调整(Fixed)
  657.     
  658.     Select Case Button.Key
  659.         Case "bcgs"                                          '保存表格格式
  660.             Call Bcwggs(CxbbGrid, GridCode, GridStr())
  661.         Case "hfmrgs"                                        '恢复默认格式
  662.             Call Hfmrgs(CxbbGrid, GridCode, GridStr())
  663.         Case "szxsxm"                                        '设置显示项目
  664.             Call Szxsxm(CxbbGrid, GridCode)
  665.     End Select
  666. End Sub
  667. Private Sub SzToolbar_ButtonClick(ByVal Button As MSComctlLib.Button)
  668.     
  669.     Select Case Button.Key
  670.         Case "ymsz"                                          '页面设置
  671.             Dyymctbl.Show 1
  672.         Case "yl"                                            '预 览
  673.             Call bbyl(True)
  674.         Case "dy"                                            '打 印
  675.             Call bbyl(False)
  676.         Case "cx"                                            '查 询
  677.             Dev_AccidentFindForm.Show 1
  678.         Case "Bill"                                          '单 据
  679.             Call CxbbGrid_DblClick
  680.         Case "xz"                                            '新 增
  681.             If Not Security_Log("Dev_AccidentEdit", Xtczybm, 1, True) Then
  682.                 Exit Sub
  683.             End If
  684.             Call Sub_AddBill
  685.         Case "sc"                                            '删 除
  686.             If Not Security_Log("Dev_AccidentEdit", Xtczybm, 1, True) Then
  687.                 Exit Sub
  688.             End If
  689.             Call Sub_DeleteBill
  690.         Case "bz"                                            '帮 助
  691.             Call F1bz
  692.         Case "fh"                                            '退 出
  693.             Unload Me
  694.     End Select
  695. End Sub
  696. Private Sub Timer1_Timer()                                 '在窗体激活后调入查询程序
  697.     
  698.     Timer1.Enabled = False
  699.     Xt_Wait.Show
  700.     Xt_Wait.Refresh
  701.    
  702.     '加快显示速度
  703.     CxbbGrid.Redraw = False
  704.  
  705.     '生成查询结果
  706.     Call Sub_Query(0)
  707.    
  708.     CxbbGrid.Redraw = True
  709.     
  710.     Xt_Wait.Hide
  711. End Sub
  712. Private Sub Sub_Query(Int_QueryType As Integer)                                     '生成查询结果(Define)
  713.     
  714.     '过程参数:Int_QueryType 0-"点确定按钮"查询  1-"刷新"查询
  715.     Dim Rec_Query As New ADODB.Recordset        '查询结果动态集
  716.     Dim Coljsq As Long                          '网格列计数器
  717.     Dim jsqte As Integer                        '临时动态计数器
  718.     '以下为自定义部分[
  719.  
  720.     If Int_QueryType = 0 Then   '0-"点确定按钮"查询
  721.         With Dev_AccidentFindForm
  722.          
  723.             '生成查询条件
  724.             Str_QueryCondi = " where 1=1 "
  725.          
  726.             For jsqte = 1 To 6
  727.                 Select Case jsqte
  728.                     Case 1
  729.                         If Trim(.LrText(0).Text) <> "" Then
  730.                             Str_QueryCondi = Str_QueryCondi & " And Dev_V_Accident.AccCode>='" & Trim(.LrText(0).Text) & "'"
  731.                         End If
  732.                     Case 2
  733.                         If Trim(.LrText(1).Text) <> "" Then
  734.                             Str_QueryCondi = Str_QueryCondi & " And Dev_V_Accident.AccCode<= '" & Trim(.LrText(1).Text) & "'"
  735.                         End If
  736.                     Case 3
  737.                         If Trim(.LrText(2).Text) <> "" Then
  738.                             Str_QueryCondi = Str_QueryCondi & " And Dev_V_Accident.TransactDate >= '" & Format(.LrText(2).Text, "yyyy-mm-dd") & "'"
  739.                         End If
  740.                     Case 4
  741.                         If Trim(.LrText(3).Text) <> "" Then
  742.                             Str_QueryCondi = Str_QueryCondi & " and Dev_V_Accident.TransactDate <= '" & Format(.LrText(3).Text, "yyyy-mm-dd") & "'"
  743.                         End If
  744.                     Case 5
  745.                         If Trim(.LrText(4).Text) <> "" Then
  746.                             Str_QueryCondi = Str_QueryCondi & " and Dev_V_Accident.DeptCode = '" & (.LrText(4).Tag) & "'"
  747.                         End If
  748.                     Case 6
  749.                         If Not .Opt_Check(0).Value Then
  750.                             If .Opt_Check(1).Value Then
  751.                                 Str_QueryCondi = Str_QueryCondi & " and  Dev_V_Accident.Checker='' "
  752.                             Else
  753.                                 Str_QueryCondi = Str_QueryCondi & " and  Dev_V_Accident.Checker<>'' "
  754.                             End If
  755.                         End If
  756.                 End Select
  757.             Next jsqte
  758.         End With
  759.     Else
  760.         '1-"刷新"查询
  761.         If Str_QueryCondi = "" Then
  762.             Str_QueryCondi = " where 1=2 "
  763.         End If
  764.     End If
  765.      
  766.     Sqlstr = "select Dev_V_Accident.* from Dev_V_Accident" & _
  767.             Str_QueryCondi
  768.     Set Rec_Query = Cw_DataEnvi.DataConnect.Execute(Sqlstr)
  769.     With Rec_Query
  770.         CxbbGrid.Rows = CxbbGrid.FixedRows
  771.         jsqte = CxbbGrid.FixedRows
  772.         Do While Not .EOF
  773.             CxbbGrid.AddItem ""
  774.             
  775.             '[>>自定义填充内容
  776.             CxbbGrid.TextMatrix(jsqte, 0) = .Fields("AccidentID")                                                       '事故ID
  777.             CxbbGrid.TextMatrix(jsqte, Sydz("001", GridStr(), Szzls)) = Trim(.Fields("AccCode"))                        '事故编号
  778.             CxbbGrid.TextMatrix(jsqte, Sydz("002", GridStr(), Szzls)) = Trim(.Fields("DEVID") & "")                     '设备编号
  779.             CxbbGrid.TextMatrix(jsqte, Sydz("003", GridStr(), Szzls)) = Trim(.Fields("Dname") & "")                     '设备名称
  780.             CxbbGrid.TextMatrix(jsqte, Sydz("004", GridStr(), Szzls)) = Trim(.Fields("Model") & "")                     '规格型号
  781.             CxbbGrid.TextMatrix(jsqte, Sydz("005", GridStr(), Szzls)) = Trim(.Fields("DeptName") & "")                  '所属部门
  782.             CxbbGrid.TextMatrix(jsqte, Sydz("006", GridStr(), Szzls)) = Format(.Fields("ArisesDate"), "yyyy-mm-dd")     '发生日期
  783.             CxbbGrid.TextMatrix(jsqte, Sydz("007", GridStr(), Szzls)) = Format(.Fields("TransactDate"), "yyyy-mm-dd")   '处理日期
  784.             CxbbGrid.TextMatrix(jsqte, Sydz("008", GridStr(), Szzls)) = Trim(.Fields("AccType") & "")                   '事故类型
  785.             CxbbGrid.TextMatrix(jsqte, Sydz("009", GridStr(), Szzls)) = Trim(.Fields("StopTime") & "")                  '停机台时
  786.             CxbbGrid.TextMatrix(jsqte, Sydz("010", GridStr(), Szzls)) = Trim(.Fields("AccPersonname") & "")             '责任人
  787.             CxbbGrid.TextMatrix(jsqte, Sydz("011", GridStr(), Szzls)) = Trim(.Fields("RepPersonname") & "")             '报告人
  788.             CxbbGrid.TextMatrix(jsqte, Sydz("012", GridStr(), Szzls)) = Trim(.Fields("AccCause") & "")                  '事故原因
  789.             CxbbGrid.TextMatrix(jsqte, Sydz("013", GridStr(), Szzls)) = Trim(.Fields("StopLoss") & "")                  '停机损失
  790.             CxbbGrid.TextMatrix(jsqte, Sydz("014", GridStr(), Szzls)) = Trim(.Fields("RepCharge") & "")                 '维修费用
  791.             CxbbGrid.TextMatrix(jsqte, Sydz("015", GridStr(), Szzls)) = Trim(.Fields("AccLoss") & "")                   '事故损失
  792.             CxbbGrid.TextMatrix(jsqte, Sydz("016", GridStr(), Szzls)) = Trim(.Fields("RepairTime") & "")                '维修工时
  793.             CxbbGrid.TextMatrix(jsqte, Sydz("017", GridStr(), Szzls)) = Trim(.Fields("ClampTime") & "")                 '钳工工时
  794.             CxbbGrid.TextMatrix(jsqte, Sydz("018", GridStr(), Szzls)) = Trim(.Fields("RepTime") & "")                   '机修工时
  795.             CxbbGrid.TextMatrix(jsqte, Sydz("019", GridStr(), Szzls)) = Trim(.Fields("ElecTime") & "")                  '电工工时
  796.             CxbbGrid.TextMatrix(jsqte, Sydz("020", GridStr(), Szzls)) = Trim(.Fields("CouWgState") & "")                '经过及损坏状况
  797.             CxbbGrid.TextMatrix(jsqte, Sydz("021", GridStr(), Szzls)) = Trim(.Fields("CauseAna") & "")                  '原因分析
  798.             CxbbGrid.TextMatrix(jsqte, Sydz("022", GridStr(), Szzls)) = Trim(.Fields("DefTranIdea") & "")               '预防措施及处理意见
  799.             CxbbGrid.TextMatrix(jsqte, Sydz("023", GridStr(), Szzls)) = Trim(.Fields("Idea") & "")                      '领导及各部门意见
  800.             CxbbGrid.TextMatrix(jsqte, Sydz("024", GridStr(), Szzls)) = Trim(.Fields("Maker") & "")                     '制表人
  801.             CxbbGrid.TextMatrix(jsqte, Sydz("025", GridStr(), Szzls)) = Format(.Fields("MakerDate"), "yyyy-mm-dd")      '制表日期
  802.             CxbbGrid.TextMatrix(jsqte, Sydz("026", GridStr(), Szzls)) = Trim(.Fields("Checker") & "")                   '审核人
  803.             '<<]
  804.      
  805.             '设置数据行高度(Fixed)
  806.             CxbbGrid.RowHeight(jsqte) = Sjhgd
  807.             
  808.             '动态集指针加1,同时将计数器加1(Fixed)
  809.             .MoveNext
  810.             jsqte = jsqte + 1
  811.         Loop
  812.     End With
  813.     ']以上为用户自定义部分
  814. End Sub
  815. Private Sub CxbbGrid_DblClick()                                              '用户双击网格调入相应单据
  816.     Dim RecTemp As New ADODB.Recordset               '临时使用动态集
  817.     '非数据行退出
  818.     If CxbbGrid.Rows = CxbbGrid.FixedRows Then Exit Sub
  819.     If CxbbGrid.Row < CxbbGrid.FixedRows Or Val(CxbbGrid.TextMatrix(CxbbGrid.Row, 0)) = 0 Then
  820.         Exit Sub
  821.     End If
  822.     Sqlstr = "SELECT AccidentID From Dev_V_Accident Where AccidentID=" & Val(CxbbGrid.TextMatrix(CxbbGrid.Row, 0))
  823.     Set RecTemp = Cw_DataEnvi.DataConnect.Execute(Sqlstr)
  824.     With RecTemp
  825.         If .EOF Then
  826.             Tsxx = "此事故单已被其他用户删除!"
  827.             Call Xtxxts(Tsxx, 0, 4)
  828.             Exit Sub
  829.         Else
  830.             '调入单据处理窗体
  831.             With Dev_AccidentEditForm
  832.                 
  833.                 '填充查询单据标识
  834.                 XT_BillID = CxbbGrid.TextMatrix(CxbbGrid.Row, 0)
  835.                 Xtcdcsfz = Str_QueryCondi
  836.                 
  837.                 '设置单据处理为列表查询(修改)状态
  838.                 Xtcdcs = "2"
  839.                 .Show 1
  840.             End With
  841.             
  842.             If Xtfhcs = "1" Then
  843.                 Tsxx = "事故单发生变化,是否刷新事故单列表?"
  844.                 Yhanswer = Xtxxts(Tsxx, 2, 2)
  845.                 If Yhanswer = 1 Then
  846.                     Xt_Wait.Show
  847.                     Xt_Wait.Refresh
  848.                     
  849.                     '加快显示速度
  850.                     CxbbGrid.Redraw = False
  851.                     '生成查询结果
  852.                     Call Sub_Query(1)
  853.    
  854.                     CxbbGrid.Redraw = True
  855.     
  856.                     Xt_Wait.Hide
  857.                 End If
  858.             End If
  859.         End If
  860.     End With
  861. End Sub
  862. Private Sub Sub_AddBill()                                              '新增单据
  863.     
  864.     With Dev_AccidentEditForm
  865.        
  866.         '设置单据处理为填制单据状态
  867.         Xtcdcs = "1"
  868.          
  869.         .Show 1
  870.     End With
  871.        
  872.     If Xtfhcs = "1" Then
  873.         Tsxx = "事故单发生变化,是否刷新事故单列表?"
  874.         Yhanswer = Xtxxts(Tsxx, 2, 2)
  875.         
  876.         If Yhanswer = 1 Then
  877.             Xt_Wait.Show
  878.             Xt_Wait.Refresh
  879.             
  880.             '加快显示速度
  881.             CxbbGrid.Redraw = False
  882.             
  883.             '生成查询结果
  884.             Call Sub_Query(1)
  885.             
  886.             CxbbGrid.Redraw = True
  887.             Xt_Wait.Hide
  888.         End If
  889.     End If
  890.    
  891. End Sub
  892. Private Sub Sub_DeleteBill()                                            '删除选中当前单据
  893.     
  894.     Dim YAnswer As Integer
  895.     Dim Lng_BillID As Long           '单据标识
  896.   
  897.     '非数据行退出
  898.     If CxbbGrid.Row < CxbbGrid.FixedRows Or Val(CxbbGrid.TextMatrix(CxbbGrid.Row, 0)) = 0 Then
  899.         Exit Sub
  900.     End If
  901.   
  902.     Tsxx = "请确认是否删除当前单据?"
  903.     Yhanswer = Xtxxts(Tsxx, 2, 2)
  904.   
  905.     If Yhanswer = 1 Then
  906.   
  907.         '1.判断当前单据是否允许删除
  908.         If Not Fun_AllowDelete Then
  909.             Exit Sub
  910.         End If
  911.   
  912.         '2.删除单据所有内容
  913.         Lng_BillID = Val(CxbbGrid.TextMatrix(CxbbGrid.Row, 0))
  914.       
  915.         On Error GoTo Swcwcl
  916.     
  917.         Cw_DataEnvi.DataConnect.BeginTrans
  918.         Cw_DataEnvi.DataConnect.Execute ("Delete Dev_Accident Where AccidentID=" & Lng_BillID)        '删除单据内容
  919.         Cw_DataEnvi.DataConnect.CommitTrans
  920.       
  921.         '删除网格中单据数据
  922.         CxbbGrid.RemoveItem (CxbbGrid.Row)
  923.     Else
  924.         Exit Sub
  925.     End If
  926.   
  927.     Exit Sub
  928. Swcwcl:
  929.     Cw_DataEnvi.DataConnect.RollbackTrans
  930.     Tsxx = "删除单据过程中出现未知错误,程序自动恢复删除前状态!"
  931.     Call Xtxxts(Tsxx, 0, 1)
  932.     Exit Sub
  933.   
  934. End Sub
  935. Private Function Fun_AllowDelete() As Boolean                                        '判断当前单据是否允许删除
  936.   
  937.     Dim RecTemp As New ADODB.Recordset     '临时使用动态集
  938.     Dim Sqlstr As String                   '查询字符串
  939.     Dim Lng_BillID As Long                 '单据ID
  940.   
  941.     Lng_BillID = Val(CxbbGrid.TextMatrix(CxbbGrid.Row, 0))
  942.     Sqlstr = "Select Checker From Dev_Accident Where AccidentID=" & Lng_BillID
  943.     Set RecTemp = Cw_DataEnvi.DataConnect.Execute(Sqlstr)
  944.     With RecTemp
  945.         If Not .EOF Then
  946.             If Trim(.Fields("Checker") & "") <> "" Then
  947.                 Tsxx = "该事故单已审核确认,不能删除!"
  948.                 Call Xtxxts(Tsxx, 0, 4)
  949.                 Exit Function
  950.             End If
  951.             End If
  952.     End With
  953.     Fun_AllowDelete = True
  954.   
  955. End Function
  956. Private Sub bbyl(bbylte As Boolean)                    '报表打印预览
  957.     
  958.     Dim Bbzbt$, Bbxbt() As String, bbxbtzzxs() As Integer, Bbxbtgs As Integer
  959.     Dim Bbbwh() As String, Bbbwhzzxs() As Integer, Bbbwhgs As Integer
  960.     Bbxbtgs = 1                                          '报 表 小 标 题 行 数
  961.     Bbbwhgs = 0                                          '报 表 表 尾 行 数
  962.     
  963.     ReDim Bbxbt(1 To Bbxbtgs)
  964.     ReDim bbxbtzzxs(1 To Bbxbtgs)
  965.     If Bbbwhgs <> 0 Then
  966.         ReDim Bbbwh(1 To Bbbwhgs)
  967.         ReDim Bbbwhzzxs(1 To Bbbwhgs)
  968.     End If
  969.     
  970.     Bbzbt = ReportTitle
  971.     Bbxbt(1) = ""
  972.     bbxbtzzxs(1) = 0                                     '报表行组织形式(0-居左 1-居中 2-居右)
  973.     Call Scyxsjb(CxbbGrid)                               '生成报表数据
  974.     Call Scdybb(Dyymctbl, Bbzbt, Bbxbt(), bbxbtzzxs(), Bbxbtgs, Bbbwh(), Bbbwhzzxs(), Bbbwhgs, bbylte)
  975.     If Not bbylte Then
  976.         Unload DY_Tybbyldy
  977.     End If
  978. End Sub