Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
QueryEvent2.frm
Package: financial_manage.rar [view]
Upload User: cntx88
Upload Date: 2022-08-07
Package Size: 169k
Code Size: 1k
Category:
ERP-EIP-OA-Portal
Development Platform:
Visual Basic
- VERSION 5.00
- Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "Msflxgrd.ocx"
- Begin VB.Form QueryEvent2
- Caption = "搜索结果"
- ClientHeight = 6840
- ClientLeft = 60
- ClientTop = 450
- ClientWidth = 8715
- LinkTopic = "Form1"
- ScaleHeight = 6840
- ScaleWidth = 8715
- StartUpPosition = 3 'Windows Default
- Begin VB.CommandButton Command1
- Caption = "返回"
- Default = -1 'True
- Height = 495
- Left = 120
- TabIndex = 1
- Top = 6120
- Width = 8415
- End
- Begin MSFlexGridLib.MSFlexGrid MSFlexGrid1
- Height = 5775
- Left = 120
- TabIndex = 0
- Top = 120
- Width = 8415
- _ExtentX = 14843
- _ExtentY = 10186
- _Version = 393216
- Cols = 5
- FixedCols = 0
- FillStyle = 1
- End
- End
- Attribute VB_Name = "QueryEvent2"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Option Explicit
- Private Sub Command1_Click()
- Me.Hide '返回主窗体
- End Sub
- Private Sub Form_Load()
- Me.Left = (Screen.Width - Me.ScaleWidth) / 2 '窗体居中显示
- Me.Top = (Screen.Height - Me.ScaleHeight) / 2
- End Sub