Visual Designer:
* Can now add multiple tabs when dragging objects onto the designer * Object properties are shown in the propertygrid when tabs are swapped. * Dragging an object onto any tab will create a new tab for that object.
This commit is contained in:
parent
8fde0bcc43
commit
d6a999c729
2 changed files with 12 additions and 0 deletions
1
VisualDesigner/frmDesigner.Designer.cs
generated
1
VisualDesigner/frmDesigner.Designer.cs
generated
|
@ -133,6 +133,7 @@
|
|||
this.tabControl1.SelectedIndex = 0;
|
||||
this.tabControl1.Size = new System.Drawing.Size(659, 568);
|
||||
this.tabControl1.TabIndex = 0;
|
||||
this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
|
||||
//
|
||||
// page1
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue