szrdview.h
来自「一个以前收集的基于C/S架构的ERP客户端源代码」· C头文件 代码 · 共 57 行
H
57 行
//---------------------------------------------------------------------------
#ifndef SzrdViewH
#define SzrdViewH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "DateEdit.hpp"
#include "fpanel.h"
#include "ListBaseForm.h"
#include "SDComboBox.h"
#include "SDEdit.h"
#include "SDGrid.h"
#include <Buttons.hpp>
#include <Grids.hpp>
#include <Mask.hpp>
#include <ComCtrls.hpp>
//---------------------------------------------------------------------------
class PACKAGE TfrmSzrdView;
class TfrmSzrdView : public TListBaseForm
{
__published: // IDE-managed Components
TFloatPanel *FloatPanel1;
TLabel *Label4;
TBitBtn *BitBtn1;
TLabel *Label5;
TSDEdit *seSzrhCode;
TLabel *Label1;
TSDGrid *sgSzrd;
TSDEdit *scSzrhCurrency;
TSDEdit *scSzrhClient;
void __fastcall FormShow(TObject *Sender);
void __fastcall btnOKClick(TObject *Sender);
private: // User declarations
public: // User declarations
AnsiString FormIniFile;
__fastcall TfrmSzrdView(TComponent* Owner, HWND chWnd, AnsiString MidCode,AnsiString WhereStr);
__fastcall TfrmSzrdView(TComponent* Owner);
void __fastcall InitEditControl();
void __fastcall ClearControl();
void __fastcall GetDataFromComObject(int Section);
void __fastcall SendDataToComObject(int Section);
void __fastcall WaitUserInput(int Section);
void __fastcall RefreshGridData(int mAction);
void __fastcall DisplayBill();
void __fastcall GetBill(AnsiString BillID);
void __fastcall FillGridWithData();
void __fastcall ChangeToBrowseState(bool Browse);
};
//---------------------------------------------------------------------------
extern PACKAGE TfrmSzrdView *frmSzrdView;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?