summaryrefslogtreecommitdiff
path: root/examples/apps/uidesigner/vfdresizer.pas
diff options
context:
space:
mode:
authorgraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2007-09-19 14:02:24 +0000
committergraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2007-09-19 14:02:24 +0000
commitc4c280141a787c832c5c9ad3a0f5e0efeb57e5a4 (patch)
tree5b6321ce2c70ba55a9dc8c258427f528672a4561 /examples/apps/uidesigner/vfdresizer.pas
parente879ec3c3c1e91e6d99582cf26a7f2f0ebe45bfd (diff)
downloadfpGUI-c4c280141a787c832c5c9ad3a0f5e0efeb57e5a4.tar.xz
* GUI: All CustomGrid and StringGrid properties using a Column Index is now
1-based. So to access the first column the Index will be 1. * GUI Designer: Added a StringGrid Columns property editor. * GUI Designer: When saving files that are now also added to the MRU menu.
Diffstat (limited to 'examples/apps/uidesigner/vfdresizer.pas')
-rw-r--r--examples/apps/uidesigner/vfdresizer.pas1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/apps/uidesigner/vfdresizer.pas b/examples/apps/uidesigner/vfdresizer.pas
index 2faccfe8..a599b89f 100644
--- a/examples/apps/uidesigner/vfdresizer.pas
+++ b/examples/apps/uidesigner/vfdresizer.pas
@@ -49,7 +49,6 @@ implementation
uses
vfddesigner,
- vfdforms,
vfdmain;
{ TwgResizer }