postype.h
来自「一个以前收集的基于C/S架构的ERP客户端源代码」· C头文件 代码 · 共 61 行
H
61 行
//---------------------------------------------------------------------------
#ifndef PosTypeH
#define PosTypeH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "fpanel.h"
#include "RecBaseForm.h"
#include "SDComboBox.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 TfrmPosType ;
class TfrmPosType : public TRecBaseForm
{
__published: // IDE-managed Components
TSDGrid *sgPosType;
TFloatPanel *FloatPanel1;
TLabel *Label1;
TLabel *Label2;
TLabel *Label3;
TLabel *Label4;
TSDEdit *sePosTypeCode;
TSDEdit *sePosTypeName;
TGroupBox *GroupBox1;
TRadioButton *optPosTypeInc;
TRadioButton *optPosTypeDec;
TSDComboBox *scPosTypeFlg;
TRadioButton *optPosTypeNone;
TMemo *memPosTypeDesc;
void __fastcall FormShow(TObject *Sender);
void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
void __fastcall FormCreate(TObject *Sender);
void __fastcall sgPosTypeClick(TObject *Sender);
void __fastcall sePosTypeCodeExit(TObject *Sender);
private: // User declarations
AnsiString __fastcall GetDataToGrid();
void __fastcall ClearControl(bool BringToNext);
void __fastcall GetDataFromComObject();
void __fastcall SendDataToComObject();
void __fastcall WaitUserInput();
void __fastcall RefreshGridData(int mAction);
void __fastcall FillGridWithData();
void __fastcall InitEditControl();
public: // User declarations
__fastcall TfrmPosType(TComponent* Owner, HWND chWnd, AnsiString MidCode,AnsiString WhereStr);
};
//---------------------------------------------------------------------------
extern PACKAGE TfrmPosType *frmPosType;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?