Добавил изображения
This commit is contained in:
parent
2a17a4b4cb
commit
54cd89c694
@ -51,6 +51,7 @@
|
|||||||
// buttonUpd
|
// buttonUpd
|
||||||
//
|
//
|
||||||
buttonUpd.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
buttonUpd.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
||||||
|
buttonUpd.BackgroundImage = Properties.Resources.kisspng_computer_icons_transparency_image_editing_symbol_manage_svg_png_icon_free_download_171_77_onli_5d28d47b0152b7_3749987215629569230054;
|
||||||
buttonUpd.BackgroundImageLayout = ImageLayout.Stretch;
|
buttonUpd.BackgroundImageLayout = ImageLayout.Stretch;
|
||||||
buttonUpd.Location = new Point(31, 282);
|
buttonUpd.Location = new Point(31, 282);
|
||||||
buttonUpd.Name = "buttonUpd";
|
buttonUpd.Name = "buttonUpd";
|
||||||
@ -62,6 +63,7 @@
|
|||||||
// buttonDel
|
// buttonDel
|
||||||
//
|
//
|
||||||
buttonDel.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
buttonDel.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
||||||
|
buttonDel.BackgroundImage = Properties.Resources.trash_bin_circle_background_icon_free_vector;
|
||||||
buttonDel.BackgroundImageLayout = ImageLayout.Stretch;
|
buttonDel.BackgroundImageLayout = ImageLayout.Stretch;
|
||||||
buttonDel.Location = new Point(31, 151);
|
buttonDel.Location = new Point(31, 151);
|
||||||
buttonDel.Name = "buttonDel";
|
buttonDel.Name = "buttonDel";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user