mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Clasmshell tooltip https://github.com/seerge/g-helper/issues/1207
This commit is contained in:
3
app/Extra.Designer.cs
generated
3
app/Extra.Designer.cs
generated
@@ -31,6 +31,7 @@ namespace GHelper
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
components = new System.ComponentModel.Container();
|
||||
panelServices = new Panel();
|
||||
pictureService = new PictureBox();
|
||||
labelServices = new Label();
|
||||
@@ -113,6 +114,7 @@ namespace GHelper
|
||||
numericHibernateAfter = new NumericUpDown();
|
||||
labelHibernateAfter = new Label();
|
||||
pictureHibernate = new PictureBox();
|
||||
toolTip = new ToolTip(components);
|
||||
panelServices.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)pictureService).BeginInit();
|
||||
panelBindingsHeader.SuspendLayout();
|
||||
@@ -1353,5 +1355,6 @@ namespace GHelper
|
||||
private Label labelHibernateAfter;
|
||||
private NumericUpDown numericHibernateAfter;
|
||||
private CheckBox checkGPUFix;
|
||||
private ToolTip toolTip;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user