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
MAIN.PRG
Package: 人事管理系统(VFP版).rar [view]
Upload User: yemin30
Upload Date: 2013-02-28
Package Size: 507k
Code Size: 0k
Category:
ERP-EIP-OA-Portal
Development Platform:
VFP
- * main.prg
- *主程序
- set sysmenu to default
- set sysmenu on
- set talk off
- set safety off
- set status off
- set status bar off
- set bell on
- set delete on
- set echo off
- set cent on
- set esca off
- set classlib to myown指针
- do setting
- with _screen
- .windowstate=2
- .caption="人事管理系统"
- .visible=.t.
- .closable=.f.
- .controlbox=.t.
- .maxbutton=.t.
- .minbutton=.t.
- .movable=.t.
- .top=0
- .left=0
- endwith
- do form start
- close all
- read events
- do clearup