wrgcopy.h

来自「一个以前收集的基于C/S架构的ERP客户端源代码」· C头文件 代码 · 共 93 行

H
93
字号
//---------------------------------------------------------------------------
#ifndef WrgCopyH
#define WrgCopyH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "fpanel.h"
#include "SDComboBox.h"
#include "SDEdit.h"
#include "SDGrid.h"
#include <Buttons.hpp>
#include <ExtCtrls.hpp>
#include <Grids.hpp>
#include "DateEdit.hpp"
#include <Mask.hpp>
#include "StdBaseForm.h"

class PACKAGE TfrmWrgCopy;
//---------------------------------------------------------------------------
class TfrmWrgCopy : public TStdBaseForm
{
__published:	// IDE-managed Components
    TFloatPanel *FloatPanel1;
    TLabel *Label1;
    TLabel *Label2;
    TBitBtn *btnCancel;
    TBitBtn *btnOK;
    TSDGrid *sgWrg;
    TPanel *Panel1;
    TPanel *Panel2;
    TRadioButton *rbtRouted;
    TRadioButton *rbtWrg;
    TSDComboBox *scWrgRoute;
    TSDComboBox *scWrgWoF;
    TLabel *Label10;
    TSDEdit *seWrgWo;
    TLabel *Label3;
    TSDComboBox *scWrgWc;
    TSDComboBox *scWrgLoc;
    TLabel *Label4;
    TLabel *Label5;
    TLabel *Label6;
    TDateEdit *deWrgIdate;
    TDateEdit *deWrgEdate;
    TLabel *Label7;
    TSDComboBox *scWrgType;
    TSDComboBox *scWrgState;
    TLabel *Label8;
    TLabel *Label25;
    TLabel *Label26;
    TLabel *Label27;
    TSDEdit *seWrgRlt;
    TSDEdit *seWrgSlt;
    TSDEdit *seWrgQlt;
    TLabel *Label28;
    TSDEdit *seWrgWlt;
    TSDEdit *seWrgMlt;
    TLabel *Label29;
    TLabel *Label11;
    TSDEdit *seWrgPQty;
    TCheckBox *cheChkFlg;
    TCheckBox *cheWxFlg;
    TLabel *Label12;
    TSDEdit *seWrgWxAmt;
    void __fastcall sgWrgSelectCell(TObject *Sender, int ACol, int ARow,
          bool &CanSelect);
    void __fastcall btnCancelClick(TObject *Sender);
    void __fastcall FormShow(TObject *Sender);
    void __fastcall btnOKClick(TObject *Sender);
    void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
    void __fastcall scWrgRouteClick(TObject *Sender);
    void __fastcall scWrgWoFClick(TObject *Sender);
    void __fastcall rbtWrgClick(TObject *Sender);
    void __fastcall rbtRoutedClick(TObject *Sender);
private:	// User declarations
    long ComErrNum;
    TComResultSet *Rst;
    void __fastcall InitEditControl();
    void __fastcall SetValueToControl();
    void __fastcall FillGridWithData(AnsiString s_Code);
public:		// User declarations
    AnsiString FWrgCopyWo;
    void __fastcall SetcomServer(TComServer *value);
    AnsiString __property WrgWoCode={read=FWrgCopyWo,write=FWrgCopyWo};
    __fastcall TfrmWrgCopy(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TfrmWrgCopy *frmWrgCopy;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?