📄 gmth_rd.h
字号:
//---------------------------------------------------------------------------
#ifndef Gmth_RdH
#define Gmth_RdH
//---------------------------------------------------------------------------
#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"
#include "StdBaseForm.h"
#include "ClientDcom.h"
//#include "ClientComm.h"
//---------------------------------------------------------------------------
class PACKAGE TfrmGmth_Rd;
class TfrmGmth_Rd : public TStdBaseForm
{
__published: // IDE-managed Components
TSDGrid *sgGmth_Rd;
TFloatPanel *FloatPanel3;
TBitBtn *btnOK;
TBitBtn *btnCancel;
TLabel *Label3;
TSDEdit *seGmthWo;
TBitBtn *bbAll;
TBitBtn *bbNone;
TLabel *Label6;
TLabel *Label5;
void __fastcall btnOKClick(TObject *Sender);
void __fastcall btnCancelClick(TObject *Sender);
void __fastcall FormShow(TObject *Sender);
void __fastcall sgGmth_RdDblClick(TObject *Sender);
void __fastcall bbAllClick(TObject *Sender);
void __fastcall bbNoneClick(TObject *Sender);
private: // User declarations
TComServer *comServer;
void __fastcall SetDetailValue(int Index, AnsiString Value);
AnsiString __fastcall GetDetailValue(int Index);
AnsiString __fastcall GetHeadValue(int Index);
public: // User declarations
void __fastcall MiddleForm();
void __fastcall InitControlGroup();
void __fastcall FillGridWithData();
__fastcall TfrmGmth_Rd(TComponent* Owner,HWND chWnd, AnsiString MidCode,AnsiString WhereStr);
__fastcall TfrmGmth_Rd(TComponent* Owner, HWND chWnd, AnsiString MidCode,AnsiString WhereStr,TComServer *FComServer);
};
//---------------------------------------------------------------------------
//extern PACKAGE TForm1 *Form1;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -