arrih.h
来自「科思ERP部分源码及控件」· C头文件 代码 · 共 84 行
H
84 行
//---------------------------------------------------------------------------
#ifndef ArrihH
#define ArrihH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "GenBaseForm.h"
#include "DateEdit.hpp"
#include "fpanel.h"
#include "SDComboBox.h"
#include "SDEdit.h"
#include "SDGrid.h"
#include <Buttons.hpp>
#include <ComCtrls.hpp>
#include <Grids.hpp>
#include <ImgList.hpp>
#include <Mask.hpp>
#include <Menus.hpp>
#include <ToolWin.hpp>
#include <Dialogs.hpp>
//---------------------------------------------------------------------------
class PACKAGE TfrmArrih;
class TfrmArrih : public TGenBaseForm
{
__published: // IDE-managed Components
TFloatPanel *FloatPanel1;
TFloatPanel *FloatPanel2;
TFloatPanel *FloatPanel3;
TBitBtn *btnOK;
TBitBtn *btnCancel;
TSDEdit *seArrihCode;
TDateEdit *deArrihDate;
TSDEdit *seArridLine;
TSDGrid *sgArrid;
TCheckBox *chkArrihCheck;
TLabel *Label1;
TLabel *Label2;
TLabel *Label3;
TMemo *memArrihDesc;
TMemo *memArridDesc;
TLabel *lblArrihChecker;
TLabel *lblArrihCheckDate;
TLabel *lblArrihUser;
TSDEdit *seArridAriCode;
TSDEdit *seArridAriLine;
TSDEdit *seArridAmt;
TLabel *Label5;
TSDEdit *seArridCavCode;
TLabel *Label6;
TSDEdit *seArridCavLine;
void __fastcall sgArridSelectCell(TObject *Sender, int ACol, int ARow,
bool &CanSelect);
void __fastcall sgArridDblClick(TObject *Sender);
void __fastcall btnOKClick(TObject *Sender);
void __fastcall btnCancelClick(TObject *Sender);
void __fastcall FormShow(TObject *Sender);
void __fastcall seArrihCodeExit(TObject *Sender);
private: // User declarations
void __fastcall RefreshUpdateData(int MsgSrc,int MsgType);
AnsiString __fastcall GetItemStringToGrid();
public: // User declarations
AnsiString FormIniFile;
void __fastcall InitEditControl();
void __fastcall ClearControl(int Section,bool BringToNext);
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 GenrateBill();
void __fastcall ChangeToBrowseState(bool Browse);
bool __fastcall BeforeCheck();
bool __fastcall BeforeUnCheck();
__fastcall TfrmArrih(TComponent* Owner, HWND chWnd, AnsiString MidCode,AnsiString WhereStr);
};
//---------------------------------------------------------------------------
extern PACKAGE TfrmArrih *frmArrih;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?