Disable the text element toolbar by default
This commit is contained in:
parent
538dbe1707
commit
4767aae217
@ -77,6 +77,7 @@
|
|||||||
//
|
//
|
||||||
// buttonAdd
|
// buttonAdd
|
||||||
//
|
//
|
||||||
|
this.buttonAdd.Enabled = false;
|
||||||
this.buttonAdd.FlatAppearance.BorderSize = 0;
|
this.buttonAdd.FlatAppearance.BorderSize = 0;
|
||||||
this.buttonAdd.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.buttonAdd.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.buttonAdd.Image = global::UI_WinForms.Resources.Icons.icons8_add_tag_512;
|
this.buttonAdd.Image = global::UI_WinForms.Resources.Icons.icons8_add_tag_512;
|
||||||
@ -89,6 +90,7 @@
|
|||||||
//
|
//
|
||||||
// buttonRemove
|
// buttonRemove
|
||||||
//
|
//
|
||||||
|
this.buttonRemove.Enabled = false;
|
||||||
this.buttonRemove.FlatAppearance.BorderSize = 0;
|
this.buttonRemove.FlatAppearance.BorderSize = 0;
|
||||||
this.buttonRemove.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.buttonRemove.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.buttonRemove.Image = global::UI_WinForms.Resources.Icons.icons8_remove_tag_512;
|
this.buttonRemove.Image = global::UI_WinForms.Resources.Icons.icons8_remove_tag_512;
|
||||||
@ -101,6 +103,7 @@
|
|||||||
//
|
//
|
||||||
// buttonRename
|
// buttonRename
|
||||||
//
|
//
|
||||||
|
this.buttonRename.Enabled = false;
|
||||||
this.buttonRename.FlatAppearance.BorderSize = 0;
|
this.buttonRename.FlatAppearance.BorderSize = 0;
|
||||||
this.buttonRename.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.buttonRename.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.buttonRename.Image = global::UI_WinForms.Resources.Icons.icons8_rename_512;
|
this.buttonRename.Image = global::UI_WinForms.Resources.Icons.icons8_rename_512;
|
||||||
|
Loading…
Reference in New Issue
Block a user