?? resultgraphic.h
字號:
//---------------------------------------------------------------------------
#ifndef ResultGraphicH
#define ResultGraphicH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Dialogs.hpp>
#include <ExtDlgs.hpp>
#include <ExtCtrls.hpp>
#include <jpeg.hpp>
#include "SearchMap.h"
#include <ADODB.hpp>
#include <DB.hpp>
//---------------------------------------------------------------------------
class TTResultGraphic : public TForm
{
__published: // IDE-managed Components
TButton *Save;
TButton *Cancel;
TSavePictureDialog *SaveDialog;
TScrollBox *Back;
TButton *Da;
TButton *Xiao;
TImage *Image;
TADOTable *ADOResult;
TADOTable *ADOWell;
void __fastcall SaveClick(TObject *Sender);
void __fastcall CancelClick(TObject *Sender);
void __fastcall FormResize(TObject *Sender);
void __fastcall DaClick(TObject *Sender);
void __fastcall XiaoClick(TObject *Sender);
void __fastcall FormShow(TObject *Sender);
private: // User declarations
double Scale,x_min,y_min,x_max,y_max;
WellHead *Head;
void Draw();
public:
int Selected; // User declarations
bool Modal;
__fastcall TTResultGraphic(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TTResultGraphic *TResultGraphic;
//---------------------------------------------------------------------------
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -