frmfind.frm
资源名称:yf.rar [点击查看]
上传用户:laihaixin
上传日期:2013-01-26
资源大小:1169k
文件大小:4k
源码类别:
医药行业
开发平台:
Visual Basic
- VERSION 5.00
- Begin VB.Form frmfind
- BackColor = &H00404040&
- BorderStyle = 3 'Fixed Dialog
- Caption = "定位查找库存药品记录"
- ClientHeight = 1290
- ClientLeft = 45
- ClientTop = 330
- ClientWidth = 6000
- LinkTopic = "Form1"
- LockControls = -1 'True
- MaxButton = 0 'False
- MDIChild = -1 'True
- MinButton = 0 'False
- Picture = "frmfind.frx":0000
- ScaleHeight = 1290
- ScaleWidth = 6000
- ShowInTaskbar = 0 'False
- Begin VB.CommandButton Command2
- Caption = "关闭&(C)"
- Height = 320
- Left = 4800
- TabIndex = 10
- Top = 720
- Width = 1000
- End
- Begin VB.TextBox Text2
- BackColor = &H00C0E0FF&
- Height = 300
- Left = 2880
- TabIndex = 9
- Top = 820
- Width = 1600
- End
- Begin VB.ComboBox Combo4
- BackColor = &H00C0E0FF&
- Height = 300
- Left = 1800
- TabIndex = 8
- Top = 820
- Width = 1000
- End
- Begin VB.PictureBox Picture1
- Appearance = 0 'Flat
- BackColor = &H00C0E0FF&
- ForeColor = &H80000008&
- Height = 300
- Left = 240
- ScaleHeight = 270
- ScaleWidth = 4230
- TabIndex = 5
- Top = 480
- Width = 4265
- Begin VB.OptionButton Option2
- BackColor = &H00C0E0FF&
- Caption = "与"
- ForeColor = &H000000FF&
- Height = 180
- Left = 3480
- TabIndex = 7
- Top = 40
- Width = 615
- End
- Begin VB.OptionButton Option1
- BackColor = &H00C0E0FF&
- Caption = "或"
- ForeColor = &H000000FF&
- Height = 180
- Left = 240
- TabIndex = 6
- Top = 40
- Width = 735
- End
- End
- Begin VB.ComboBox Combo3
- BackColor = &H00C0E0FF&
- Height = 300
- Left = 240
- TabIndex = 4
- Top = 820
- Width = 1500
- End
- Begin VB.CommandButton Command1
- Caption = "查找&(O)"
- Height = 320
- Left = 4800
- TabIndex = 3
- Top = 285
- Width = 1000
- End
- Begin VB.TextBox Text1
- BackColor = &H00C0E0FF&
- Height = 300
- Left = 2880
- TabIndex = 2
- Top = 120
- Width = 1600
- End
- Begin VB.ComboBox Combo2
- BackColor = &H00C0E0FF&
- Height = 300
- Left = 1800
- TabIndex = 1
- Top = 120
- Width = 1000
- End
- Begin VB.ComboBox Combo1
- BackColor = &H00C0E0FF&
- Height = 300
- ItemData = "frmfind.frx":56EF
- Left = 240
- List = "frmfind.frx":56F1
- TabIndex = 0
- Top = 120
- Width = 1500
- End
- End
- Attribute VB_Name = "frmfind"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Private Sub Form_Unload(Cancel As Integer)
- frmmain.StatusBar1.Panels(2) = "目前没有窗口被激活"
- End Sub
- Private Sub Form_Activate()
- frmmain.StatusBar1.Panels(2) = "活动窗口:" & frmfind.Caption
- End Sub