⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 issuelistschedule.h

📁 DevExpress ExpressQuantumGrid Suite v5.9 Full Source
💻 H
字号:
//---------------------------------------------------------------------------

#ifndef IssueListScheduleH
#define IssueListScheduleH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "IssueListForm.h"
#include <DBCtrls.hpp>
#include <ExtCtrls.hpp>
#include "cxContainer.hpp"
#include "cxControls.hpp"
#include "cxDBEdit.hpp"
#include "cxEdit.hpp"
#include "cxTextEdit.hpp"
//---------------------------------------------------------------------------
class TfrmSchedule : public TfrmBasic
{
__published:	// IDE-managed Components
  TLabel *Label5;
  TcxDBTextEdit *cxDBTextEdit1;
  TLabel *Label9;
  TcxDBTextEdit *cxDBTextEdit2;
  TLabel *Label2;
  TcxDBTextEdit *cxDBTextEdit3;
  TLabel *Label3;
  TcxDBTextEdit *cxDBTextEdit4;
  TLabel *Label6;
  TcxDBTextEdit *cxDBTextEdit5;
  TLabel *Label7;
  TcxDBTextEdit *cxDBTextEdit6;
  TLabel *Label8;
  TcxDBTextEdit *cxDBTextEdit7;
  TLabel *Label1;
  TcxDBTextEdit *cxDBTextEdit8;
  TLabel *Label4;
  TcxDBTextEdit *cxDBTextEdit9;
  TScrollBox *ScrollBox;
private:	// User declarations
public:		// User declarations
  __fastcall TfrmSchedule(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TfrmSchedule *frmSchedule;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -