Свойство | Тип | Описание | |
---|---|---|---|
Cg | configurationGrid | ||
Drawfont | |||
IconBrush | Brush | ||
IconBrushActive | Brush | ||
Iconfont | Font | ||
Lgb | Brush | ||
OverlayBrush | Brush | ||
RecordBrush | Brush |
Свойство | Тип | Описание | |
---|---|---|---|
ClearControls | void | ||
DoPaint | void | ||
DrawButton | void | ||
GetArea | |||
GetButtonByIndex | Rectangle | ||
GetButtonIndexByLocation | int | ||
GetInfoByLocation | void | ||
InitializeComponent | void | ||
List | void |
Метод | Описание | |
---|---|---|
AddItems ( ) : void | ||
GridView ( MainForm main, configurationGrid &cg, iSpyApplication owner ) : System | ||
HandlerApplicationLoopDoWork ( object sender, EventArgs e ) : void | ||
Init ( ) : void | ||
QuickSelect ( Point p ) : void | ||
TmrUpdateLayoutElapsed ( object sender, System e ) : void |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void | ||
OnMouseDoubleClick ( MouseEventArgs e ) : void | ||
OnMouseDown ( MouseEventArgs e ) : void | ||
OnMouseLeave ( EventArgs e ) : void | ||
OnMouseMove ( MouseEventArgs e ) : void | ||
OnMouseWheel ( MouseEventArgs e ) : void | ||
OnPaint ( PaintEventArgs pe ) : void |
Метод | Описание | |
---|---|---|
ClearControls ( ) : void | ||
DoPaint ( PaintEventArgs pe ) : void | ||
DrawButton ( |
||
GetArea ( int x, int y, int contW, int contH, int imageW, int imageH ) : |
||
GetButtonByIndex ( int buttonIndex, ISpyControl ctrl, int modeIndex, GridViewConfig gvc, Rectangle &destRect ) : Rectangle | ||
GetButtonIndexByLocation ( Point xy ) : int | ||
GetInfoByLocation ( Point p, GridViewConfig &cgv, int &bpi, int &io ) : void | ||
InitializeComponent ( ) : void | ||
List ( GridViewConfig cgv, int io ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public GridView ( MainForm main, configurationGrid &cg, iSpyApplication owner ) : System | ||
main | MainForm | |
cg | configurationGrid | |
owner | iSpyApplication | |
Результат | System |
public HandlerApplicationLoopDoWork ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
Результат | void |
protected OnMouseDoubleClick ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
Результат | void |
protected OnMouseDown ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
Результат | void |
protected OnMouseLeave ( EventArgs e ) : void | ||
e | EventArgs | |
Результат | void |
protected OnMouseMove ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
Результат | void |
protected OnMouseWheel ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
Результат | void |
protected OnPaint ( PaintEventArgs pe ) : void | ||
pe | PaintEventArgs | |
Результат | void |
public TmrUpdateLayoutElapsed ( object sender, System e ) : void | ||
sender | object | |
e | System | |
Результат | void |