📄 pod.h
字号:
//---------------------------------------------------------------------------
#ifndef PodH
#define PodH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "fpanel.h"
#include "SDEdit.h"
#include "SDGrid.h"
#include <Buttons.hpp>
#include <Grids.hpp>
#include "GenBaseForm.h"
#include "SDComboBox.h"
#include "sdappserver_tlb.h"
#include "sdenumType.h"
#include "gvar.h"
#include "StdBaseForm.h"
//---------------------------------------------------------------------------
class PACKAGE TfrmPod;
class TfrmPod : public TStdBaseForm
{
__published: // IDE-managed Components
TSDGrid *sgPod;
TFloatPanel *FloatPanel3;
TLabel *Label36;
TLabel *Label7;
TSDEdit *sePohSupply;
TFloatPanel *FloatPanel1;
TBitBtn *btnOK;
TBitBtn *btnCancel;
TBitBtn *bbSelAll;
TBitBtn *bbSelNone;
TSDEdit *seRpohCode;
void __fastcall btnOKClick(TObject *Sender);
void __fastcall btnCancelClick(TObject *Sender);
void __fastcall sgPodDblClick(TObject *Sender);
void __fastcall bbSelAllClick(TObject *Sender);
void __fastcall bbSelNoneClick(TObject *Sender);
void __fastcall seRpohCodeButtonClick(TObject *Sender);
void __fastcall sgPodSelectCell(TObject *Sender, int ACol,
int ARow, bool &CanSelect);
private: // User declarations
TComServer *comServer;
void __fastcall SetDetailValue(int Index, AnsiString Value);
AnsiString __fastcall GetDetailValue(int Index);
AnsiString FSupplyCode;
public: // User declarations
void __fastcall InitControlGroup();
void __fastcall FillGridWithData();
void __fastcall GetComObject(TComServer *comServer);
__fastcall TfrmPod(TComponent* Owner);
};
//---------------------------------------------------------------------------
//extern PACKAGE TForm1 *Form1;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -