📄 datashowmain.h
字号:
//---------------------------------------------------------------------------
#ifndef DataShowMainH
#define DataShowMainH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Menus.hpp>
#include <ActnList.hpp>
#include <StdActns.hpp>
#include "DataShowChild.h"
#include <ComCtrls.hpp>
#include <ExtCtrls.hpp>
#include <ImgList.hpp>
#include <ToolWin.hpp>
#include <Dialogs.hpp>
//---------------------------------------------------------------------------
class TFormDataShowMain : public TForm
{
__published: // IDE-managed Components
TMainMenu *MainMenu;
TMenuItem *N_File;
TMenuItem *N_Window;
TMenuItem *N_Connection;
TMenuItem *N_Print;
TMenuItem *N_Option;
TMenuItem *N_Help;
TActionList *ActionList;
TAction *ActFileOpen;
TAction *ActFileSave;
TAction *ActFileSaveAs;
TAction *ActQuit;
TWindowCascade *WindowCascade;
TWindowTileHorizontal *WindowTileHorizontal;
TWindowTileVertical *WindowTileVertical;
TMenuItem *NFileOpen;
TMenuItem *NFileSave;
TMenuItem *NFileSaveAs;
TMenuItem *N4;
TMenuItem *NQuit;
TMenuItem *Cascade1;
TMenuItem *TileHorizontally1;
TMenuItem *TileVertically1;
TAction *ActConnection;
TAction *ActPrintOption;
TAction *ActPrintPrint;
TMenuItem *N6;
TMenuItem *N7;
TMenuItem *N8;
TMenuItem *N1;
TAction *ActUp;
TAction *ActDown;
TAction *ActAverage;
TAction *ActPress;
TMenuItem *N2;
TMenuItem *N3;
TMenuItem *N5;
TMenuItem *N9;
TControlBar *ControlBar1;
TPanel *Panel1;
TPanel *Panel2;
TPanel *Panel3;
TEdit *Edit1;
TEdit *Edit2;
TEdit *Edit3;
TEdit *Edit4;
TEdit *Edit5;
TEdit *Edit6;
TLabel *Label1;
TLabel *Label2;
TLabel *Label3;
TLabel *Label4;
TLabel *Label5;
TLabel *Label6;
TLabel *Label7;
TLabel *Label8;
TOpenDialog *OpenDialog;
TSaveDialog *SaveDialog;
TPrintDialog *PrintDialog;
TPrinterSetupDialog *PrinterSetupDialog;
void __fastcall ActConnectionExecute(TObject *Sender);
void __fastcall ActFileOpenExecute(TObject *Sender);
void __fastcall ActFileSaveExecute(TObject *Sender);
void __fastcall ActFileSaveAsExecute(TObject *Sender);
void __fastcall ActQuitExecute(TObject *Sender);
void __fastcall ActPrintOptionExecute(TObject *Sender);
void __fastcall ActPrintPrintExecute(TObject *Sender);
void __fastcall ActUpExecute(TObject *Sender);
void __fastcall ActDownExecute(TObject *Sender);
void __fastcall ActAverageExecute(TObject *Sender);
void __fastcall FormShow(TObject *Sender);
void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
void __fastcall ActPressExecute(TObject *Sender);
private: // User declarations
void __fastcall FormDataShowChildInit(TFormDataShowChild ** pForm,char ctype);
void __fastcall FormDataShowChildDele(TFormDataShowChild ** pForm);
void __fastcall WinShowOrHide(TAction * pAction);
public: // User declarations
__fastcall TFormDataShowMain(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TFormDataShowMain *FormDataShowMain;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -