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

企业管理

开发平台:

Visual Basic

  1. VERSION 5.00
  2. Begin VB.Form Dev_SparePartFindForm 
  3.    BorderStyle     =   3  'Fixed Dialog
  4.    Caption         =   "备品备件库存查询条件"
  5.    ClientHeight    =   1920
  6.    ClientLeft      =   45
  7.    ClientTop       =   330
  8.    ClientWidth     =   4140
  9.    HelpContextID   =   2508001
  10.    Icon            =   "备品备件_库存查询条件.frx":0000
  11.    KeyPreview      =   -1  'True
  12.    LinkTopic       =   "Form1"
  13.    MaxButton       =   0   'False
  14.    MinButton       =   0   'False
  15.    ScaleHeight     =   1920
  16.    ScaleWidth      =   4140
  17.    ShowInTaskbar   =   0   'False
  18.    StartUpPosition =   1  '所有者中心
  19.    Begin VB.CommandButton Cmd_Clear 
  20.       Caption         =   "全清"
  21.       Height          =   300
  22.       Left            =   60
  23.       TabIndex        =   5
  24.       Top             =   1530
  25.       Width           =   1120
  26.    End
  27.    Begin VB.Frame Frame1 
  28.       Height          =   1395
  29.       Left            =   60
  30.       TabIndex        =   7
  31.       Top             =   30
  32.       Width           =   4005
  33.       Begin VB.CommandButton Ydcommand1 
  34.          Height          =   300
  35.          Index           =   1
  36.          Left            =   3600
  37.          Picture         =   "备品备件_库存查询条件.frx":1042
  38.          Style           =   1  'Graphical
  39.          TabIndex        =   13
  40.          TabStop         =   0   'False
  41.          Top             =   570
  42.          Visible         =   0   'False
  43.          Width           =   300
  44.       End
  45.       Begin VB.CommandButton Ydcommand1 
  46.          Height          =   300
  47.          Index           =   0
  48.          Left            =   3600
  49.          Picture         =   "备品备件_库存查询条件.frx":13CC
  50.          Style           =   1  'Graphical
  51.          TabIndex        =   12
  52.          TabStop         =   0   'False
  53.          Top             =   210
  54.          Visible         =   0   'False
  55.          Width           =   300
  56.       End
  57.       Begin VB.CommandButton Ydcommand1 
  58.          Height          =   300
  59.          Index           =   2
  60.          Left            =   3600
  61.          Picture         =   "备品备件_库存查询条件.frx":1756
  62.          Style           =   1  'Graphical
  63.          TabIndex        =   11
  64.          TabStop         =   0   'False
  65.          Top             =   930
  66.          Visible         =   0   'False
  67.          Width           =   300
  68.       End
  69.       Begin VB.TextBox LrText 
  70.          Height          =   300
  71.          Index           =   1
  72.          Left            =   990
  73.          TabIndex        =   1
  74.          Text            =   "1"
  75.          Top             =   570
  76.          Width           =   2595
  77.       End
  78.       Begin VB.TextBox LrText 
  79.          Height          =   300
  80.          Index           =   0
  81.          Left            =   990
  82.          TabIndex        =   0
  83.          Text            =   "0"
  84.          Top             =   210
  85.          Width           =   2625
  86.       End
  87.       Begin VB.TextBox LrText 
  88.          Height          =   300
  89.          Index           =   2
  90.          Left            =   990
  91.          TabIndex        =   2
  92.          Text            =   "2"
  93.          Top             =   930
  94.          Width           =   2595
  95.       End
  96.       Begin VB.Label Label1 
  97.          Caption         =   "设备编号:"
  98.          Height          =   255
  99.          Index           =   2
  100.          Left            =   150
  101.          TabIndex        =   10
  102.          Top             =   233
  103.          Width           =   915
  104.       End
  105.       Begin VB.Label Label1 
  106.          AutoSize        =   -1  'True
  107.          Caption         =   "备件名称:"
  108.          Height          =   180
  109.          Index           =   11
  110.          Left            =   150
  111.          TabIndex        =   9
  112.          Top             =   990
  113.          Width           =   810
  114.       End
  115.       Begin VB.Label Label1 
  116.          AutoSize        =   -1  'True
  117.          Caption         =   "备件编号:"
  118.          Height          =   180
  119.          Index           =   0
  120.          Left            =   150
  121.          TabIndex        =   8
  122.          Top             =   630
  123.          Width           =   810
  124.       End
  125.    End
  126.    Begin VB.CommandButton QxCommand 
  127.       Caption         =   "取消(&C)"
  128.       Height          =   300
  129.       Left            =   2945
  130.       TabIndex        =   4
  131.       Top             =   1530
  132.       Width           =   1120
  133.    End
  134.    Begin VB.CommandButton QdCommand 
  135.       Caption         =   "确定(&O)"
  136.       Height          =   300
  137.       Left            =   1740
  138.       TabIndex        =   3
  139.       Top             =   1530
  140.       Width           =   1120
  141.    End
  142.    Begin VB.CheckBox UnloadCheck 
  143.       Caption         =   "卸载窗体"
  144.       Height          =   615
  145.       Left            =   5160
  146.       TabIndex        =   6
  147.       Top             =   1110
  148.       Width           =   825
  149.    End
  150. End
  151. Attribute VB_Name = "Dev_SparePartFindForm"
  152. Attribute VB_GlobalNameSpace = False
  153. Attribute VB_Creatable = False
  154. Attribute VB_PredeclaredId = True
  155. Attribute VB_Exposed = False
  156. '******************************************************************
  157. '*    模 块 名 称 :备件库存量查询条件
  158. '*    功 能 描 述 :
  159. '*    程序员姓名  :王哲
  160. '*    最后修改人  :王哲
  161. '*    最后修改时间:2001/12/25
  162. '*    备        注:程序中所有依实际情况自定义部分均用[>>  <<]括起
  163. '******************************************************************
  164. Dim Tsxx As String                       '系统信息提示
  165. '以下为固定使用变量(文本框)
  166. Dim Textvar() As Variant                 '存储变体型文本框信息
  167. Dim Textboolean() As Boolean             '存储布尔型文本框信息
  168. Dim Textint() As Integer                 '存储整型文本框信息
  169. Dim Textstr() As String                  '存储字符型文本框信息
  170. Dim Max_Text_Index As Integer            '最大录入文本框索引值
  171. Dim TextGroupCode As String              '文本框录入分组编码
  172. Dim TextValiLock As Boolean              '文本框失去焦点是否进行有效性控制判断
  173. Dim TextValiJudgeLock() As Boolean       '文本框录入有效性判断控制锁
  174. Dim CurTextIndex As Integer              '当前文本框索引值
  175. Dim TextChangeLock As Boolean            '文本框内容变换控制锁
  176. Dim Bln_Cancel As Boolean                '取消按钮信息传递
  177. Private Sub Form_KeyPress(KeyAscii As Integer)   '控 制 焦 点 转 移(Fixed)
  178.     
  179.     Dim jdzygs As Integer                         '控件焦点转移个数
  180.     jdzygs = 30
  181.     Select Case KeyAscii
  182.         Case vbKeyReturn
  183.             If Kjjdzy(jdzygs) Then
  184.                 KeyAscii = 0
  185.             End If
  186.         Case 39           '屏蔽"'"
  187.             KeyAscii = 0
  188.     End Select
  189. End Sub
  190. Private Sub Form_Load()
  191.    
  192.     '以下为文本框处理程序(Fixed)
  193.     TextGroupCode = "Dev_SparePartFind"
  194.     Call Drwbkxx(TextGroupCode, Textvar(), Textboolean(), Textint(), Textstr())  '读入文本框录入信息
  195.     Call Wbkcsh
  196.    
  197.     '[>>初始化查询条件默认值
  198.     '<<]
  199.    
  200. End Sub
  201. Private Sub Form_QueryUnload(Cancel As Integer, UnloadMode As Integer)          '查询条件窗体卸载
  202.     '查询条件窗体卸载时判断是否因为结果窗体卸载,如是则卸载,否则隐藏
  203.     If UnloadCheck.Value <> 1 Then
  204.         Cancel = 1
  205.         Me.Hide
  206.     End If
  207. End Sub
  208. Private Sub QdCommand_Click()                                   '确 定
  209.     '录入条件有效性判断(Fixed)
  210.     If Not Lrtjyxxpd Then
  211.         Exit Sub
  212.     End If
  213.     Me.Hide
  214.         
  215.     '[>>激活查询过程结果窗体
  216.     Dev_SparePartListForm.Timer1.Enabled = True
  217.     Dev_SparePartListForm.SetFocus
  218.     '<<]
  219. End Sub
  220. Private Sub QxCommand_Click()                                    '取消(Fixed)
  221.     Me.Hide
  222. End Sub
  223. Private Function Lrtjyxxpd() As Boolean                          '用户录入条件有效性判断
  224.  
  225.     Dim jsqte As Integer
  226.     Lrtjyxxpd = False
  227.  
  228.     '对需要进行事后判断的文本框录入内容进行有效性判断 (Fixed)
  229.     For jsqte = 0 To Max_Text_Index
  230.         If Textint(jsqte, 9) = 0 Or Textint(jsqte, 9) = 2 Then
  231.             If Not TextYxxpd(jsqte) Then
  232.                 Exit Function
  233.             End If
  234.         End If
  235.     Next jsqte
  236.    
  237.     '[>>以下为依据实际情况自定义部分
  238.  
  239.     '查询日期范围应由小到大
  240. '    If LrText(0).Text > LrText(1).Text And Trim(LrText(1).Text) <> "" Then
  241. '        Tsxx = "查询订单日期范围应由小到大!"
  242. '        Call Xtxxts(Tsxx, 0, 4)
  243. '        LrText(0).SetFocus
  244. '        Exit Function
  245. '    End If
  246.   
  247.     '<<]以上为依据实际情况自定义部分
  248.  
  249.     Lrtjyxxpd = True
  250. End Function
  251. Private Sub Cmd_Clear_MouseDown(Button As Integer, Shift As Integer, x As Single, y As Single)    '将用户输入条件全部清除(可选)
  252.     '清除文本框(Fixed)
  253.     For jsqte = 0 To Max_Text_Index
  254.         LrText(jsqte).Tag = ""
  255.         LrText(jsqte).Text = ""
  256.     Next jsqte
  257.   
  258.     '[>>
  259.       
  260.     '此处可以写入其他清除条件程序
  261.   
  262.     '<<]
  263.   
  264. End Sub
  265. '*************以下为文本框录入处理程序(固定不变部分)*************'
  266. Private Sub Wbklrwbcl(Index As Integer)    '文本框录入事后处理程序
  267.   
  268.     '以下为依据实际情况自定义部分[
  269.   
  270.     '在此填写文本框录入事后处理程序
  271.    
  272.     ']以上为依据实际情况自定义部分
  273.   
  274. End Sub
  275. Private Sub LrText_Change(Index As Integer)
  276.     
  277.     '屏蔽程序改变控制
  278.     If TextChangeLock Then
  279.         Exit Sub
  280.     End If
  281.     
  282.     TextValiJudgeLock(Index) = False    '打开有效性判断锁
  283.     
  284.     '限制字段录入长度
  285.           
  286.     TextChangeLock = True  '加锁(防止执行Lrtext_Change)
  287.     Call TextChangeLimit(LrText(Index), Textint(Index, 1))  '去掉无效字符
  288.     Select Case Textint(Index, 1)
  289.         Case 8, 11      '金额型
  290.             Call Sjgskz(LrText(Index), Xtjezws - Xtjexsws - 1, Xtjexsws)
  291.         Case 9, 12      '数量型
  292.             Call Sjgskz(LrText(Index), Xtslzws - Xtslxsws - 1, Xtslxsws)
  293.         Case 10          '单价型
  294.             Call Sjgskz(LrText(Index), Xtdjzws - Xtdjxsws - 1, Xtdjxsws)
  295.         Case Else        '其他小数类型控制
  296.             If Textint(Index, 6) <> 0 Or Textint(Index, 7) <> 0 Then
  297.                 Call Sjgskz(LrText(Index), Textint(Index, 6), Textint(Index, 7))
  298.             End If
  299.     End Select
  300.         
  301.     TextChangeLock = False '解锁
  302. End Sub
  303. Private Sub LrText_GotFocus(Index As Integer)                                                 '文本框得到焦点,显示相应信息
  304.     
  305.     Call TextShow(Index)
  306.     CurTextIndex = Index
  307.     LrText(Index).SelStart = Len(LrText(Index))
  308. End Sub
  309. Private Sub LrText_KeyDown(Index As Integer, KeyCode As Integer, Shift As Integer)            '字段按F2键提供帮助
  310.     
  311.     Select Case KeyCode
  312.         Case vbKeyF2
  313.             Call Text_Help(Index)
  314.     End Select
  315. End Sub
  316. Private Sub LrText_KeyPress(Index As Integer, KeyAscii As Integer)                            '文本框录入事中控制
  317.     Call InputFieldLimit(LrText(Index), Textint(Index, 1), KeyAscii)
  318. End Sub
  319. Private Sub LrText_LostFocus(Index As Integer)                                                '文本框失去焦点
  320.   '显示相应信息但不能进行有效性判断
  321.   
  322. End Sub
  323. Private Sub Ydcommand1_MouseDown(Index As Integer, Button As Integer, Shift As Integer, x As Single, y As Single)     '按钮提供帮助
  324.     Call Text_Help(Index)
  325. End Sub
  326. Private Sub Text_Help(Index As Integer)                                                       '录入字段帮助
  327.     If Not Textboolean(Index, 1) Then
  328.         Exit Sub
  329.     End If
  330.      
  331.     '调用帮助
  332.     Call Drbmhelp(Textint(Index, 2), Textstr(Index, 4), Trim(LrText(Index).Text))
  333.   
  334.     '根据设置选择显示编码和名称,并进行存储
  335.     If Len(Xtfhcs) <> 0 Then
  336.         If Textint(Index, 3) = 1 Then
  337.             LrText(Index).Text = Xtfhcsfz
  338.             LrText(Index).Tag = Xtfhcs
  339.         Else
  340.             LrText(Index).Text = Xtfhcs
  341.             LrText(Index).Tag = Xtfhcsfz
  342.         End If
  343.     End If
  344.    
  345.     LrText(Index).SetFocus
  346. End Sub
  347. Private Sub TextShow(Index As Integer)        '文本框得到焦点,显示相应信息
  348.   '填写文本框得到焦点,进行相应信息处理程序
  349.    
  350. End Sub
  351. Private Sub Wbkcsh()                          '录入文本框初始化
  352.   
  353.     Dim jsqte As Integer
  354.   
  355.     '最大录入文本框索引值
  356.     Max_Text_Index = Textvar(1)
  357.   
  358.     ReDim TextValiJudgeLock(Max_Text_Index)
  359.     For jsqte = 0 To Max_Text_Index
  360.          
  361.         If Len(Trim(Textstr(jsqte, 1))) <> 0 Then
  362.             If Textboolean(jsqte, 1) Then
  363.                 If jsqte <> 0 And Not Textboolean(jsqte, 3) Then
  364.                     Load Ydcommand1(jsqte)
  365.                 End If
  366.                 Ydcommand1(jsqte).Visible = True
  367.                 Ydcommand1(jsqte).Move LrText(jsqte).Left + LrText(jsqte).Width, LrText(jsqte).Top
  368.             End If
  369.             TextChangeLock = True
  370.             LrText(jsqte).Text = ""
  371.             LrText(jsqte).Tag = ""
  372.             If Textint(jsqte, 5) <> 0 Then
  373.                 LrText(jsqte).MaxLength = Textint(jsqte, 5)
  374.             End If
  375.             TextChangeLock = False
  376.         End If
  377.      
  378.         TextValiJudgeLock(jsqte) = True
  379.     Next jsqte
  380. End Sub
  381. Private Function TextYxxpd(Index As Integer) As Boolean           '文本框有效性判断
  382.     Dim Sqlstr As String
  383.     Dim Findrec As ADODB.Recordset
  384.   
  385.     '文本框内容未曾改变不进行有效性判断
  386.     If TextValiJudgeLock(Index) Then
  387.         TextYxxpd = True
  388.         Exit Function
  389.     End If
  390.   
  391.     '文本框内容为空认为有效,并清空其Tag值
  392.     If Trim(LrText(Index)) = "" Then
  393.         LrText(Index).Tag = ""
  394.         Call Wbklrwbcl(Index)
  395.         TextValiJudgeLock(Index) = True
  396.         TextYxxpd = True
  397.         Exit Function
  398.     End If
  399.   
  400.     '可在此加入不做有效性判断的理由
  401.   
  402.     Select Case Textint(Index, 4)
  403.         Case 1      '编码型
  404.             Sqlstr = Trim(Textstr(Index, 5))
  405.             Sqlstr = Replace(Sqlstr, "@", "'" + Trim(LrText(Index).Text) + "'")
  406.             Set Findrec = Cw_DataEnvi.DataConnect.Execute(Sqlstr)
  407.             If Findrec.EOF Then
  408.                 Call Xtxxts(Trim(Textstr(Index, 6)), 0, 1)
  409.                 LrText(Index).SetFocus
  410.                 Exit Function
  411.             Else
  412.                 Select Case Textint(Index, 3)
  413.                     Case 0
  414.                         If Len(Trim(Textstr(Index, 2))) <> 0 Then
  415.                             LrText(Index).Text = Trim(Findrec.Fields(Trim(Textstr(Index, 2))))
  416.                         End If
  417.                         If Len(Trim(Textstr(Index, 3) & "")) <> 0 Then
  418.                             LrText(Index).Tag = Trim(Findrec.Fields(Trim(Textstr(Index, 3))))
  419.                         End If
  420.                     Case 1
  421.                         If Len(Trim(Textstr(Index, 3) & "")) <> 0 Then
  422.                             LrText(Index).Text = Trim(Findrec.Fields(Trim(Textstr(Index, 3))))
  423.                         End If
  424.                         If Len(Trim(Textstr(Index, 2))) <> 0 Then
  425.                             LrText(Index).Tag = Trim(Findrec.Fields(Trim(Textstr(Index, 2))))
  426.                         End If
  427.                 End Select
  428.             End If
  429.         Case 2      '日期型
  430.             If IsDate(LrText(Index).Text) Then
  431.                 LrText(Index).Text = Format(LrText(Index).Text, "yyyy-mm-dd")
  432.                 If Val(Mid(LrText(Index), 1, 4)) < 1900 Then
  433.                     LrText(Index).Text = "1900" + Mid(LrText(Index), 5, 6)
  434.                 End If
  435.             Else
  436.                 Tsxx = "非法公历日期!(格式:" + Format(Date, "yyyy-mm-dd") + ")"
  437.                 Call Xtxxts(Tsxx, 0, 1)
  438.                 LrText(Index).SetFocus
  439.                 Exit Function
  440.             End If
  441.         Case 3      '其他类型
  442.     End Select
  443.     
  444.     '如果有效则加锁,用户不改变内容则不再进行有效性判断
  445.     TextValiJudgeLock(Index) = True
  446.     '调用文本框事后处理程序
  447.     Call Wbklrwbcl(Index)
  448.   
  449.     '有效性判断通过则返回True
  450.     TextYxxpd = True
  451.    
  452. End Function