mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
34 lines
395 B
Text
34 lines
395 B
Text
description "Application for testing GridCtrl control\377";
|
|
|
|
charset "windows-1250";
|
|
|
|
uses
|
|
CtrlLib,
|
|
GridCtrl;
|
|
|
|
library
|
|
;
|
|
|
|
options
|
|
;
|
|
|
|
file
|
|
GridCtrlTest.h,
|
|
GridCtrlTest.cpp charset "UTF-8",
|
|
GridCtrlTest.lay,
|
|
TestMain.cpp,
|
|
TestExcelGrid.cpp,
|
|
TestPropertyGrid.cpp,
|
|
TestArrayCtrl.cpp,
|
|
TestFocusLost.cpp,
|
|
Panel.h,
|
|
Panel.cpp,
|
|
Panel.lay;
|
|
|
|
mainconfig
|
|
"" = "GUI";
|
|
|
|
custom() "",
|
|
"",
|
|
"";
|
|
|