FormDesigner.Demo icon indicating copy to clipboard operation
FormDesigner.Demo copied to clipboard

How do I change the name of the pointer?

Open KneXDD opened this issue 2 years ago • 7 comments

hh Good day, I would like to change the name of this item but not very sure how to do it. Can you help?

KneXDD avatar Sep 09 '22 14:09 KneXDD

I released Smart.FormDesigner version 1.4.0 on nuget. You can now set the PointerItemText property of the Toolbox to specify that Pointers display text.

this.Toolbox.PointerItemText = "Pointer";
this.Toolbox.AddToolboxItems("公共控件", new Type[] {
    typeof(Button),
    typeof(CheckBox),
    typeof(CheckedListBox), 
    typeof(ComboBox), 
    typeof(DateTimePicker),
    typeof(Label), 
});

SmallAnts avatar Sep 11 '22 06:09 SmallAnts

Thank you very much

KneXDD avatar Sep 11 '22 08:09 KneXDD

V1.4.0 has some bugs and can be updated to V1.4.2.

SmallAnts avatar Sep 16 '22 08:09 SmallAnts

V1.4.0 has some bugs and can be updated to V1.4.2.

请问新版本更新那些东西?

496407151 avatar Sep 24 '22 03:09 496407151

is it possible to replace the code of the form using c # instead of XML?

KneXDD avatar Sep 27 '22 10:09 KneXDD

This does not implement code, you can refer to https://learn.microsoft.com/en-us/archive/msdn-magazine/2006/march/create-and-host-custom-designers-with-t He-net-framework -2-0 Implements a form designer by itself.

SmallAnts avatar Oct 05 '22 04:10 SmallAnts

V1.4.0 has some bugs and can be updated to V1.4.2.

请问新版本更新那些东西?

源码已经提交至 https://github.com/SmallAnts/FormDesigner

SmallAnts avatar Oct 05 '22 04:10 SmallAnts