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
Stype.h
Package: 科思ERP部分源码及控件 [view]
Upload User: xgxgxg8
Upload Date: 2007-02-22
Package Size: 6882k
Code Size: 2k
Category:
ERP-EIP-OA-Portal
Development Platform:
Delphi
- //---------------------------------------------------------------------------
- #ifndef StypeH
- #define StypeH
- //---------------------------------------------------------------------------
- #include <Classes.hpp>
- #include <Controls.hpp>
- #include <StdCtrls.hpp>
- #include <Forms.hpp>
- #include "fpanel.h"
- #include "RecBaseForm.h"
- #include "SDEdit.h"
- #include "SDGrid.h"
- #include <ComCtrls.hpp>
- #include <Grids.hpp>
- #include <ImgList.hpp>
- #include <Menus.hpp>
- #include <ToolWin.hpp>
- #include <Dialogs.hpp>
- //---------------------------------------------------------------------------
- class PACKAGE TfrmStype;
- class TfrmStype : public TRecBaseForm
- {
- __published: // IDE-managed Components
- TSDGrid *sgStype;
- TFloatPanel *FloatPanel1;
- TSDEdit *seStypeCode;
- TSDEdit *seStypeName;
- TSDEdit *seStypeDesc;
- TLabel *Label1;
- TLabel *Label2;
- TLabel *Label3;
- void __fastcall FormShow(TObject *Sender);
- void __fastcall sgStypeClick(TObject *Sender);
- private: // User declarations
- void __fastcall ClearControl(bool BringToNext);
- void __fastcall GetDataFromComObject();
- void __fastcall SendDataToComObject();
- void __fastcall WaitUserInput();
- AnsiString __fastcall GetDataToGrid();
- void __fastcall RefreshGridData(int mAction);
- void __fastcall FillGridWithData();
- void __fastcall InitEditControl();
- public: // User declarations
- __fastcall TfrmStype(TComponent* Owner, HWND chWnd, AnsiString MidCode,AnsiString WhereStr);
- };
- //---------------------------------------------------------------------------
- extern PACKAGE TfrmStype *frmStype;
- //---------------------------------------------------------------------------
- #endif