File: vdkb_tabledlg_gui.h

package info (click to toggle)
vdkbuilder2 2.4.0-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 5,680 kB
  • ctags: 4,989
  • sloc: cpp: 40,647; sh: 10,346; ansic: 2,718; makefile: 710; sed: 93
file content (18 lines) | stat: -rw-r--r-- 378 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
vdkb_tabledlg gui header
*/
protected:
VDKBox*  Hbox9;
VDKLabel*  Label2;
VDKEntry*  rows;
VDKBox*  Hbox11;
VDKLabel*  Label3;
VDKEntry*  columns;
VDKBox*  Hbox13;
VDKCustomButton*  ok;
VDKCustomButton*  cancel;
public:
DECLARE_SIGNAL_MAP(Vdkb_tabledlgForm);
bool OnokClick(VDKObject* sender);
bool OncancelClick(VDKObject* sender);
//DECLARE_SIGNAL_LIST(Vdkb_tabledlgForm);