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

企业管理

开发平台:

Visual Basic

  1. VERSION 5.00
  2. Object = "{BEEECC20-4D5F-4F8B-BFDC-5D9B6FBDE09D}#1.0#0"; "vsflex8.ocx"
  3. Begin VB.Form AutoTran_NoSaveList 
  4.    Caption         =   "未保存的转帐凭证列表"
  5.    ClientHeight    =   2475
  6.    ClientLeft      =   4260
  7.    ClientTop       =   2580
  8.    ClientWidth     =   3900
  9.    Icon            =   "自动转帐凭证_未保存凭证列表.frx":0000
  10.    LinkTopic       =   "Form1"
  11.    MaxButton       =   0   'False
  12.    MinButton       =   0   'False
  13.    ScaleHeight     =   2475
  14.    ScaleWidth      =   3900
  15.    Begin VB.CommandButton cmd_Exit 
  16.       Appearance      =   0  'Flat
  17.       Caption         =   "退出(&E)"
  18.       Height          =   300
  19.       Left            =   2760
  20.       TabIndex        =   0
  21.       Top             =   2100
  22.       Width           =   1005
  23.    End
  24.    Begin VSFlex8Ctl.VSFlexGrid vsflex1 
  25.       Height          =   1890
  26.       Left            =   120
  27.       TabIndex        =   1
  28.       Top             =   150
  29.       Width           =   3680
  30.       _cx             =   5080
  31.       _cy             =   5080
  32.       Appearance      =   0
  33.       BorderStyle     =   1
  34.       Enabled         =   -1  'True
  35.       BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  36.          Name            =   "宋体"
  37.          Size            =   9
  38.          Charset         =   134
  39.          Weight          =   400
  40.          Underline       =   0   'False
  41.          Italic          =   0   'False
  42.          Strikethrough   =   0   'False
  43.       EndProperty
  44.       MousePointer    =   0
  45.       BackColor       =   -2147483643
  46.       ForeColor       =   0
  47.       BackColorFixed  =   -2147483633
  48.       ForeColorFixed  =   -2147483630
  49.       BackColorSel    =   16711680
  50.       ForeColorSel    =   -2147483639
  51.       BackColorBkg    =   8421504
  52.       BackColorAlternate=   -2147483643
  53.       GridColor       =   -2147483633
  54.       GridColorFixed  =   -2147483632
  55.       TreeColor       =   -2147483630
  56.       FloodColor      =   0
  57.       SheetBorder     =   -2147483630
  58.       FocusRect       =   1
  59.       HighLight       =   1
  60.       AllowSelection  =   0   'False
  61.       AllowBigSelection=   0   'False
  62.       AllowUserResizing=   1
  63.       SelectionMode   =   0
  64.       GridLines       =   1
  65.       GridLinesFixed  =   2
  66.       GridLineWidth   =   1
  67.       Rows            =   8
  68.       Cols            =   3
  69.       FixedRows       =   1
  70.       FixedCols       =   0
  71.       RowHeightMin    =   0
  72.       RowHeightMax    =   0
  73.       ColWidthMin     =   0
  74.       ColWidthMax     =   0
  75.       ExtendLastCol   =   0   'False
  76.       FormatString    =   ""
  77.       ScrollTrack     =   0   'False
  78.       ScrollBars      =   3
  79.       ScrollTips      =   0   'False
  80.       MergeCells      =   0
  81.       MergeCompare    =   0
  82.       AutoResize      =   -1  'True
  83.       AutoSizeMode    =   0
  84.       AutoSearch      =   0
  85.       AutoSearchDelay =   2
  86.       MultiTotals     =   -1  'True
  87.       SubtotalPosition=   1
  88.       OutlineBar      =   0
  89.       OutlineCol      =   0
  90.       Ellipsis        =   0
  91.       ExplorerBar     =   0
  92.       PicturesOver    =   0   'False
  93.       FillStyle       =   0
  94.       RightToLeft     =   0   'False
  95.       PictureType     =   0
  96.       TabBehavior     =   0
  97.       OwnerDraw       =   0
  98.       Editable        =   0
  99.       ShowComboButton =   1
  100.       WordWrap        =   0   'False
  101.       TextStyle       =   0
  102.       TextStyleFixed  =   0
  103.       OleDragMode     =   0
  104.       OleDropMode     =   0
  105.       DataMode        =   0
  106.       VirtualData     =   -1  'True
  107.       DataMember      =   ""
  108.       ComboSearch     =   3
  109.       AutoSizeMouse   =   -1  'True
  110.       FrozenRows      =   0
  111.       FrozenCols      =   0
  112.       AllowUserFreezing=   0
  113.       BackColorFrozen =   0
  114.       ForeColorFrozen =   0
  115.       WallPaperAlignment=   9
  116.       AccessibleName  =   ""
  117.       AccessibleDescription=   ""
  118.       AccessibleValue =   ""
  119.       AccessibleRole  =   24
  120.    End
  121. End
  122. Attribute VB_Name = "AutoTran_NoSaveList"
  123. Attribute VB_GlobalNameSpace = False
  124. Attribute VB_Creatable = False
  125. Attribute VB_PredeclaredId = True
  126. Attribute VB_Exposed = False
  127. '*********************************************************************************************************
  128. '*    模 块 名 称 :未存盘转帐凭证列表
  129. '*    功 能 描 述 :本次转帐未保存的凭证
  130. '*    程序员姓名  : 姜冬梅
  131. '*    最后修改人  : 姜冬梅
  132. '*    开始设计时间:
  133. '*    最后修改时间:2001/4/29
  134. '*    备        注:程序中所有依实际情况自定义部分均用[>>  <<]括起
  135. '*
  136. '*    1.每次调入外部功能窗体,均要加锁ChangeLock=True,窗体关闭后解锁ChangeLock=false
  137. '*
  138. '*
  139. '*********************************************************************************************************
  140. Dim jsq As Long         '临时计数器
  141. Dim SjhHeight As Long   '数据行高度
  142. Private Sub cmd_exit_Click()
  143.     Unload Me
  144. End Sub
  145. Private Sub Form_Load()
  146.     Me.Left = (Screen.Width - Me.Width) / 2
  147.     Me.Top = (Screen.Height - Me.Height) / 2
  148.     With vsflex1
  149.         .Rows = 7
  150.         .Cols = 3
  151.         .ScrollBars = flexScrollBarVertical
  152.         .TextMatrix(0, 0) = "凭证来源"
  153.         .TextMatrix(0, 1) = "制单日期"
  154.         .TextMatrix(0, 2) = "转帐编码"
  155.         SjhHeight = 250
  156.         .Width = 0
  157.         For jsq = 0 To .Cols - 1
  158.             .ColAlignment(jsq) = flexAlignCenterCenter
  159.             .ColWidth(jsq) = 1200
  160.             .Width = .Width + .ColWidth(jsq)
  161.         Next jsq
  162.         .Height = 0
  163.         For jsq = 0 To .Rows - 1
  164.             .RowHeight(jsq) = SjhHeight
  165.             .Height = .Height + .RowHeight(jsq)
  166.         Next jsq
  167.         .Height = .Height + 8
  168.     End With
  169.     Call NoSaveList
  170. End Sub
  171. Private Sub NoSaveList()
  172.     Dim RecTemp As New ADODB.Recordset
  173.     Sqlstr = "Select * from Cwzz_AccVouchMainTemp Where VouchNo is Null and OperationNo='" & Trim(AutoTran_PzFrm.Lab_OperNum.Caption) & "' order by VouchId"
  174.     Set RecTemp = Cw_DataEnvi.DataConnect.Execute(Sqlstr)
  175.     jsq = 1
  176.     Do While RecTemp.EOF = False
  177.         With vsflex1
  178.             If jsq > .Rows - 1 Then
  179.                 .AddItem ""
  180.                 .RowHeight(jsq) = SjhHeight
  181.             End If
  182.             vsflex1.TextMatrix(jsq, 0) = Trim(RecTemp.Fields("VouchSource") & "")
  183.             vsflex1.TextMatrix(jsq, 1) = Format(Trim(RecTemp.Fields("Ddate") & ""), "yyyy-mm-dd")
  184.             vsflex1.TextMatrix(jsq, 2) = Trim(RecTemp.Fields("BillNo") & "")
  185.         End With
  186.         RecTemp.MoveNext
  187.         jsq = jsq + 1
  188.         vsflex1.BackColorSel = &HFFFFFF
  189.         vsflex1.ForeColorSel = &H0&
  190.     Loop
  191. End Sub