This commit is contained in:
parent
de75d6a9c2
commit
1479746212
@ -38,6 +38,7 @@ namespace Volian.Controls.Library
|
|||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
btnOpenLibDoc.Enabled = false;
|
btnOpenLibDoc.Enabled = false;
|
||||||
btnDelLibDoc.Enabled = false;
|
btnDelLibDoc.Enabled = false;
|
||||||
|
btnPrint.Enabled = false;
|
||||||
saveGroupPanelUsages = groupPanelUsages.Style.BackColor;
|
saveGroupPanelUsages = groupPanelUsages.Style.BackColor;
|
||||||
}
|
}
|
||||||
DisplayTabControl _DisplayTabControl;
|
DisplayTabControl _DisplayTabControl;
|
||||||
@ -115,6 +116,7 @@ namespace Volian.Controls.Library
|
|||||||
{
|
{
|
||||||
listBoxUsages.Items.Add(ii.MyProcedure.ToString() + " - " + ii.MyContent.Number + " " + ii.MyContent.Text);
|
listBoxUsages.Items.Add(ii.MyProcedure.ToString() + " - " + ii.MyContent.Number + " " + ii.MyContent.Text);
|
||||||
}
|
}
|
||||||
|
btnPrint.Enabled = listBoxUsages.Items.Count > 0 ? true : false;
|
||||||
}
|
}
|
||||||
private void btnDelLibDoc_Click(object sender, EventArgs e)
|
private void btnDelLibDoc_Click(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user