📄 weeksql.~h
字号:
//---------------------------------------------------------------------------
#ifndef weeksqlH
#define weeksqlH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "SUIDBCtrls.hpp"
#include "SUIEdit.hpp"
#include "SUIForm.hpp"
#include <ComCtrls.hpp>
#include <DBCtrls.hpp>
#include <DBGrids.hpp>
#include <ExtCtrls.hpp>
#include <Grids.hpp>
#include "SUIButton.hpp"
#include "SUIStatusBar.hpp"
#include "SUIComboBox.hpp"
#include <Dialogs.hpp>
#include "SUIGroupBox.hpp"
#include "SUIImagePanel.hpp"
#include "SUIListBox.hpp"
//---------------------------------------------------------------------------
class Tsumm : public TForm
{
__published: // IDE-managed Components
TsuiForm *suiForm1;
TLabel *Label5;
TLabel *Label6;
TsuiEdit *suiEdit1;
TDateTimePicker *DateTimePicker2;
TsuiDBGrid *suiDBGrid1;
TsuiStatusBar *suiStatusBar1;
TLabel *Label1;
TLabel *Label2;
TsuiComboBox *suiDBComboBox1;
TsuiComboBox *suiDBComboBox2;
TsuiComboBox *suiDBComboBox3;
TLabel *Label3;
TLabel *Label4;
TSaveDialog *SaveDialog1;
TsuiComboBox *suiComboBox1;
TLabel *Label7;
TsuiGroupBox *suiGroupBox3;
TsuiButton *suiButton3;
TsuiListBox *suiListBox1;
TsuiCheckBox *suiCheckBox1;
TsuiGroupBox *suiGroupBox2;
TsuiButton *suiButton4;
TsuiRadioButton *suiRadioButton1;
TsuiRadioButton *suiRadioButton2;
TsuiGroupBox *suiGroupBox1;
TsuiButton *suiButton1;
TsuiButton *suiButton2;
TDateTimePicker *DateTimePicker1;
void __fastcall suiDBGrid1DblClick(TObject *Sender);
void __fastcall suiButton2Click(TObject *Sender);
void __fastcall suiButton1Click(TObject *Sender);
void __fastcall FormCreate(TObject *Sender);
void __fastcall suiButton3Click(TObject *Sender);
void __fastcall suiComboBox1DblClick(TObject *Sender);
void __fastcall suiDBComboBox1DblClick(TObject *Sender);
void __fastcall suiDBComboBox2DblClick(TObject *Sender);
void __fastcall suiDBComboBox3DblClick(TObject *Sender);
void __fastcall suiEdit1DblClick(TObject *Sender);
void __fastcall suiButton4Click(TObject *Sender);
void __fastcall suiListBox1DblClick(TObject *Sender);
private: // User declarations
public: // User declarations
__fastcall Tsumm(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE Tsumm *summ;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -