?? stocksmodify.h
字號(hào):
//---------------------------------------------------------------------------
#ifndef StocksModifyH
#define StocksModifyH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "cxSSCtrls.hpp"
#include <ExtCtrls.hpp>
//---------------------------------------------------------------------------
class TControlAccess : public TControl {
public:
__property Caption;
};
class TStocksModifyForm : public TForm
{
__published: // IDE-managed Components
TButton *btnOk;
TButton *btnCancel;
TPanel *gpPanel;
TRadioButton *rbShiftCol;
TRadioButton *rbShiftRw;
TRadioButton *rbRw;
TRadioButton *rbCol;
TcxLabelBevel *cxLB;
void __fastcall FormKeyPress(TObject *Sender, char &Key);
private: // User declarations
TcxSSCellsModify FModifySheet;
void __fastcall SetCaptions(AnsiString ACaptions[8]);
public: // User declarations
__fastcall TStocksModifyForm(TComponent* Owner);
bool __fastcall Execute(TcxSSModifyType AModifySheet);
__property TcxSSCellsModify Modify = {read = FModifySheet, write = FModifySheet};
};
//---------------------------------------------------------------------------
extern PACKAGE TStocksModifyForm *StocksModifyForm;
//---------------------------------------------------------------------------
#endif
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -