📄 vw_wod.h
字号:
//---------------------------------------------------------------------------
#ifndef VW_WodH
#define VW_WodH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
#include "DateEdit.hpp"
#include "SDComboBox.h"
#include "SDEdit.h"
#include <Mask.hpp>
#include "gVar.h"
#include "CommFunction.h"
#include "StdBaseForm.h"
//---------------------------------------------------------------------------
class TfrmVW_Wod : public TStdBaseForm
{
__published: // IDE-managed Components
TPanel *PanelWo;
TLabel *Label1;
TLabel *Label2;
TLabel *Label3;
TLabel *Label4;
TLabel *Label5;
TLabel *Label6;
TLabel *Label7;
TLabel *Label9;
TLabel *Label10;
TLabel *Label24;
TLabel *Label26;
TLabel *Label8;
TLabel *Label12;
TLabel *Label11;
TSDEdit *seWoCode;
TSDComboBox *scWoStatus;
TSDComboBox *scWoType;
TSDComboBox *scWoConsume;
TSDComboBox *scWoTrace;
TSDEdit *seWoGoods;
TSDEdit *seWoGoodsName;
TSDComboBox *scWoSodLine;
TSDComboBox *scWoProducter;
TSDComboBox *scWoRoute;
TSDComboBox *scWoFrom;
TSDComboBox *scWoUnit;
TSDComboBox *scWoBatch;
TSDEdit *seWoSoCode;
TGroupBox *GroupBox3;
TLabel *Label43;
TLabel *Label44;
TLabel *Label45;
TLabel *Label46;
TLabel *Label47;
TLabel *Label48;
TSDEdit *seWoQty;
TGroupBox *GroupBox4;
TLabel *Label49;
TLabel *Label50;
TLabel *Label51;
TLabel *Label52;
TDateEdit *deWoDate;
TDateEdit *deWoRdate;
TDateEdit *deWoSdate;
TGroupBox *GroupBox2;
TLabel *Label18;
TLabel *labCheckDate;
TLabel *labCloseDate;
TLabel *Label21;
TCheckBox *cheWoCheck;
TCheckBox *cheWoClose;
TSDEdit *seWoCqty;
TSDEdit *seWoEqty;
TSDEdit *seWoWqty;
TSDEdit *seWoRqty;
TSDEdit *seWoSqty;
TDateEdit *deWoMdate;
TLabel *Label13;
TSDEdit *seWoChecker;
void __fastcall FormShow(TObject *Sender);
void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
private: // User declarations
AnsiString FWoCode;
AnsiString __fastcall GetDetailQueryStr();
void __fastcall ClearControl();
void __fastcall InitEditControl();
void __fastcall FillControlWithData();
public: // User declarations
__fastcall TfrmVW_Wod(TComponent* Owner);
__property AnsiString WoCode={read=FWoCode, write=FWoCode };
};
//---------------------------------------------------------------------------
extern PACKAGE TfrmVW_Wod *frmVW_Wod;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -