📄 ydywsl.h
字号:
//---------------------------------------------------------------------------
#ifndef YDywslH
#define YDywslH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Buttons.hpp>
#include <DBCtrls.hpp>
#include <ExtCtrls.hpp>
#include <Mask.hpp>
#include <DBGrids.hpp>
#include <Grids.hpp>
//---------------------------------------------------------------------------
class TFywsl : public TForm
{
__published: // IDE-managed Components
TPanel *Panel1;
TPanel *Panel4;
TDBGrid *DBGrid1;
TLabel *Label24;
TSpeedButton *SpeedButton1;
TSpeedButton *SpeedButton2;
TSpeedButton *SpeedButton3;
TSpeedButton *SpeedButton4;
TSpeedButton *SpeedButton5;
TSpeedButton *SpeedButton6;
TSpeedButton *SpeedButton7;
TSpeedButton *SpeedButton8;
TSpeedButton *SpeedButton9;
TSpeedButton *SpeedButton10;
TSpeedButton *SpeedButton11;
TSpeedButton *SpeedButton12;
TSpeedButton *SpeedButton13;
TSpeedButton *SpeedButton14;
TPanel *Panel5;
TLabel *Label25;
TSpeedButton *SpeedButton15;
TSpeedButton *SpeedButton16;
TSpeedButton *SpeedButton17;
TDBGrid *DBGrid2;
TPanel *Panel2;
TPanel *Panel3;
TLabel *Label5;
TLabel *Label6;
TLabel *Label7;
TLabel *Label8;
TLabel *Label9;
TLabel *Label10;
TLabel *Label11;
TLabel *Label12;
TLabel *Label13;
TLabel *Label16;
TLabel *Label17;
TLabel *Label18;
TLabel *Label19;
TLabel *Label20;
TLabel *Label21;
TLabel *Label22;
TLabel *Label3;
TDBComboBox *DBComboBox2;
TDBComboBox *DBComboBox3;
TDBComboBox *DBComboBox4;
TDBComboBox *DBComboBox5;
TDBComboBox *DBComboBox6;
TDBComboBox *DBComboBox7;
TDBEdit *DBEdit3;
TDBEdit *DBEdit4;
TDBComboBox *DBComboBox8;
TDBEdit *DBEdit7;
TDBEdit *DBEdit8;
TDBComboBox *DBComboBox9;
TDBComboBox *DBComboBox10;
TDBComboBox *DBComboBox11;
TDBEdit *DBEdit9;
TDBComboBox *DBComboBox12;
TDBComboBox *DBComboBox1;
TLabel *Label1;
TLabel *Label2;
TLabel *Label26;
TDBEdit *DBEdit1;
TDBEdit *DBEdit2;
TDBEdit *DBEdit10;
TLabel *Label4;
TLabel *Label23;
TDBEdit *DBEdit11;
TDBEdit *DBEdit12;
TSpeedButton *SpeedButton18;
TSpeedButton *SpeedButton19;
void __fastcall FormCreate(TObject *Sender);
void __fastcall SpeedButton10Click(TObject *Sender);
void __fastcall SpeedButton2Click(TObject *Sender);
void __fastcall SpeedButton1Click(TObject *Sender);
void __fastcall SpeedButton3Click(TObject *Sender);
void __fastcall SpeedButton4Click(TObject *Sender);
void __fastcall SpeedButton5Click(TObject *Sender);
void __fastcall SpeedButton6Click(TObject *Sender);
void __fastcall SpeedButton7Click(TObject *Sender);
void __fastcall SpeedButton8Click(TObject *Sender);
void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
void __fastcall SpeedButton12Click(TObject *Sender);
void __fastcall SpeedButton18Click(TObject *Sender);
void __fastcall FormKeyPress(TObject *Sender, char &Key);
void __fastcall DBComboBox11DblClick(TObject *Sender);
void __fastcall SpeedButton11Click(TObject *Sender);
void __fastcall SpeedButton13Click(TObject *Sender);
void __fastcall SpeedButton14Click(TObject *Sender);
void __fastcall SpeedButton15Click(TObject *Sender);
void __fastcall SpeedButton16Click(TObject *Sender);
void __fastcall SpeedButton17Click(TObject *Sender);
void __fastcall DBComboBox4Change(TObject *Sender);
void __fastcall DBComboBox6Change(TObject *Sender);
void __fastcall SpeedButton19Click(TObject *Sender);
void __fastcall DBComboBox10Enter(TObject *Sender);
void __fastcall DBComboBox12Enter(TObject *Sender);
private: // User declarations
void Narefresh();
void Modify();
void Browse();
public: // User declarations
bool add;
bool edit;
bool brow;
__fastcall TFywsl(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TFywsl *Fywsl;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -