📄 pmu.h
字号:
//---------------------------------------------------------------------------
#ifndef PmuH
#define PmuH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "DateEdit.hpp"
#include "SDComboBox.h"
#include "SDEdit.h"
#include "SDGrid.h"
#include "StdBaseForm.h"
#include <ExtCtrls.hpp>
#include <Grids.hpp>
#include <Mask.hpp>
#include <Buttons.hpp>
#include <Graphics.hpp>
//---------------------------------------------------------------------------
class PACKAGE TfrmPmu;
class TfrmPmu : public TStdBaseForm
{
__published: // IDE-managed Components
TSDGrid *sgPmu;
TGroupBox *GroupBox1;
TLabel *Label5;
TSDEdit *sePmuWoCode;
TPanel *Panel1;
TBitBtn *bbOK;
TBitBtn *bbCancel;
TLabel *Label1;
TLabel *Label2;
TSDEdit *sePmuWepCode;
TSDEdit *sePmuWepdLine;
TLabel *Label3;
TStaticText *stPmuCheck;
void __fastcall sgPmuDblClick(TObject *Sender);
void __fastcall bbOKClick(TObject *Sender);
void __fastcall bbCancelClick(TObject *Sender);
private: // User declarations
AnsiString FPmuWoCode;
AnsiString FPmuWepCode;
int FPmuWepdLine;
int FChecked;
public: // User declarations
__fastcall TfrmPmu(TComponent* Owner);
__fastcall TfrmPmu(TComponent* Owner,int Checked,AnsiString WepCode,int WepdLine,AnsiString PmuWo);
};
//---------------------------------------------------------------------------
extern PACKAGE TfrmPmu *frmPmu;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -