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

📄 matrixop_tranfer.h

📁 这是一个求解线性规划问题的程序
💻 H
字号:
//---------------------------------------------------------------------------
#ifndef MatrixOp_TranferH
#define MatrixOp_TranferH
//---------------------------------------------------------------------------
#include <vcl\Classes.hpp>
#include <vcl\Controls.hpp>
#include <vcl\StdCtrls.hpp>
#include <vcl\Forms.hpp>
#include <vcl\Buttons.hpp>
//---------------------------------------------------------------------------
class Tfrm_MatrixOp_Tranfer : public TForm
{
__published:	// IDE-managed Components
	TBitBtn *btn_cancel;
	TBitBtn *btn_ok;
	TGroupBox *GB1;
	TRadioButton *RB1;
	TComboBox *CB1;
	TLabel *Label1;
	TEdit *edt_timesnum;
	TLabel *Label2;
	TLabel *Label3;
	TGroupBox *GroupBox2;
	TRadioButton *rb_row;
	TRadioButton *rb_col;
	TGroupBox *GB3;
	TLabel *Label4;
	TLabel *Label5;
	TLabel *Label6;
	TComboBox *CB4;
	TEdit *edt_plusnum;
	TRadioButton *RB3;
	TLabel *Label7;
	TLabel *Label8;
	TComboBox *CB5;
	TLabel *Label9;
	TGroupBox *GB2;
	TLabel *Label10;
	TLabel *Label11;
	TLabel *Label12;
	TLabel *Label13;
	TLabel *Label14;
	TComboBox *CB2;
	TComboBox *CB3;
	TRadioButton *RB2;
	void __fastcall btn_okClick(TObject *Sender);
	void __fastcall btn_cancelClick(TObject *Sender);
	
	void __fastcall rb_rowClick(TObject *Sender);

	void __fastcall RB1Click(TObject *Sender);
private:	// User declarations
public:		// User declarations
    int fPlusNum,fTimesNum;
    unsigned int Count;
	__fastcall Tfrm_MatrixOp_Tranfer(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern Tfrm_MatrixOp_Tranfer* frm_MatrixOp_Tranfer;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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