📄 onejsd.h
字号:
//---------------------------------------------------------------------------
#ifndef oneJSDH
#define oneJSDH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <DBCtrls.hpp>
#include <ExtCtrls.hpp>
#include <Mask.hpp>
#include <Buttons.hpp>
//---------------------------------------------------------------------------
class ToneJSForm : public TForm
{
__published: // IDE-managed Components
TRadioGroup *RadioGroup1;
TGroupBox *GroupBox1;
TLabel *Label1;
TLabel *Label2;
TLabel *Label3;
TPanel *Panel1;
TLabel *Label4;
TLabel *Label5;
TEdit *KHname;
TShape *Shape1;
TShape *Shape2;
TShape *Shape3;
TShape *Shape4;
TLabel *Label6;
TLabel *Label7;
TLabel *Label8;
TLabel *Label9;
TEdit *Money;
TEdit *Edit3;
TEdit *KHqm;
TLabel *Label10;
TEdit *Edit5;
TBitBtn *postBtn;
TBitBtn *printBtn;
TBitBtn *closeBtn;
TEdit *Dnum;
TEdit *noSum;
TEdit *Ysum;
void __fastcall RadioGroup1Click(TObject *Sender);
void __fastcall postBtnClick(TObject *Sender);
void __fastcall MoneyChange(TObject *Sender);
void __fastcall printBtnClick(TObject *Sender);
void __fastcall closeBtnClick(TObject *Sender);
private: // User declarations
public: // User declarations
__fastcall ToneJSForm(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE ToneJSForm *oneJSForm;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -