www.pudn.com > Genecircus20070919.rar > ParamentDialog.h


#pragma once 
#include "wx_pch.h" 
#include "myCanvas_1.h" 
#include "wx/grid.h" 
 
enum CtrlID1 
{ 
	wxID_SIM_GENE_P_T,wxID_SIM_GENE_M_RNA_T,wxID_SIM_GENE_M_RNA,wxID_SIM_GENE_P,wxID_SIM_SHUFFLE_DIRECT,wxID_SIM_GENE_D,wxID_ANY_DRAW1,wxID_SIM_GENE_NAME_T,wxID_SIM_GENE_D_T, 
	wxID_OK1, 
	wxID_SIM_GENE_M_RNA_T1, 
	wxID_SIM_GENE_M_RNA1, 
	wxID_SIM_GENE_P_T1, 
	wxID_SIM_GENE_P1, 
	wxID_SIM_GENE_D_T1, 
	wxID_SIM_GENE_D1, 
	wxID_SIM_GENE_D_T2, 
	wxID_SIM_GENE_D2, 
	wxID_SIM_GENE_P_T3, 
	wxID_SIM_GENE_P3, 
	wxID_SIM_GENE_CT, 
	wxID_SIM_GENE_D_CT, 
	wxID_SIM_LINE_CT, 
	wxID_SIM_LINE_D_CT, 
	wxID_SIM_LINE_FUN_CT, 
	wxID_SIM_LINE_FUN, 
	wxID_SIM_NAME_CT, 
	wxID_SIM_NAME, 
}; 
typedef std::vectorcontrol1; 
 
class ParamentDialog :public wxDialog 
{ 
    public: 
      ParamentDialog(void); 
      ParamentDialog(wxWindow* parent,wxWindowID id,int type1,int index1); 
    public: 
	  ~ParamentDialog(void); 
	void OnOK(wxCommandEvent& event); 
	int type; 
	int index; 
	control1 gene; 
	control1 ct; 
	control1 line; 
	control1 otf; 
	wxGrid * grid; 
	DECLARE_DYNAMIC_CLASS(ParamentDialog) 
    DECLARE_EVENT_TABLE() 
};