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

📄 options.h

📁 著名的基因芯片表达数据聚类软件。esein编写
💻 H
字号:
//---------------------------------------------------------------------------
#ifndef OptionsH
#define OptionsH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ComCtrls.hpp>
#include <Dialogs.hpp>
#include <ExtCtrls.hpp>
//---------------------------------------------------------------------------
class TOptionsForm : public TForm
{
__published:	// IDE-managed Components
    TPageControl *PageControl1;
    TTabSheet *PixelSheet;
    TButton *Button1;
    TGroupBox *ThumbnailPixels;
    TLabel *Label5;
    TLabel *Label6;
    TEdit *ThumbXPixelEdit;
    TEdit *ThumbYPixelEdit;
    TGroupBox *ZoomPixels;
    TLabel *Label1;
    TLabel *Label2;
    TEdit *ZoomXPixelEdit;
    TEdit *ZoomYPixelEdit;
    TTabSheet *TreeBrowsePage;
    TEdit *CorrSelectCutoffEdit;
    TLabel *Label3;
    TGroupBox *ContrastGroupBox;
    TEdit *ImageContrastEdit;
    TLabel *Label4;
    TButton *Button2;
    TButton *Button3;
    TColorDialog *NegativeColorDialog;
    TColorDialog *ZeroColorDialog;
    TColorDialog *PositiveColorDialog;
    TShape *NegativeShape;
    TLabel *Label7;
    TLabel *Label8;
    TLabel *Label9;
    TShape *ZeroShape;
    TShape *PositiveShape;
    TColorDialog *MissingColorDialog;
    TLabel *Label10;
    TShape *MissingShape;
        TButton *Button4;
        TButton *Button5;
        TOpenDialog *OpenColorDialog1;
        TSaveDialog *SaveColorDialog1;
        TLabel *MaskValLabel;
        TEdit *MaskValEdit;
    void __fastcall FormShow(TObject *Sender);
    void __fastcall Button2Click(TObject *Sender);
    void __fastcall NegativeShapeMouseDown(TObject *Sender,
          TMouseButton Button, TShiftState Shift, int X, int Y);
    void __fastcall ZeroShapeMouseDown(TObject *Sender,
          TMouseButton Button, TShiftState Shift, int X, int Y);
    void __fastcall PositiveShapeMouseDown(TObject *Sender,
          TMouseButton Button, TShiftState Shift, int X, int Y);
    void __fastcall MissingShapeMouseDown(TObject *Sender, TMouseButton Button,
          TShiftState Shift, int X, int Y);
    void __fastcall Button3Click(TObject *Sender);
        void __fastcall Button4Click(TObject *Sender);
        void __fastcall Button5Click(TObject *Sender);
private:	// User declarations
public:		// User declarations
    __fastcall TOptionsForm(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TOptionsForm *OptionsForm;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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