Code changes
This commit is contained in:
4
HidSliders.Gui/Form1.Designer.cs
generated
4
HidSliders.Gui/Form1.Designer.cs
generated
@@ -202,6 +202,7 @@
|
||||
autoConnectCheckBox.TabIndex = 71;
|
||||
autoConnectCheckBox.Text = "Auto-connect on start";
|
||||
autoConnectCheckBox.UseVisualStyleBackColor = true;
|
||||
autoConnectCheckBox.CheckedChanged += autoConnectCheckBox_CheckedChanged;
|
||||
//
|
||||
// button1
|
||||
//
|
||||
@@ -967,6 +968,7 @@
|
||||
mixerAutoConnectCheckbox.TabIndex = 8;
|
||||
mixerAutoConnectCheckbox.Text = "Auto-connect on start";
|
||||
mixerAutoConnectCheckbox.UseVisualStyleBackColor = true;
|
||||
mixerAutoConnectCheckbox.CheckedChanged += checkBox43_CheckedChanged;
|
||||
//
|
||||
// mixerLabel
|
||||
//
|
||||
@@ -982,6 +984,7 @@
|
||||
notifyIcon1.Icon = (Icon)resources.GetObject("notifyIcon1.Icon");
|
||||
notifyIcon1.Text = "notifyIcon1";
|
||||
notifyIcon1.Visible = true;
|
||||
notifyIcon1.Click += notifyIcon1_Click;
|
||||
//
|
||||
// Form1
|
||||
//
|
||||
@@ -1058,6 +1061,7 @@
|
||||
Name = "Form1";
|
||||
Text = "Form1";
|
||||
FormClosing += Form1_FormClosing;
|
||||
Resize += Form1_Resize;
|
||||
groupBox1.ResumeLayout(false);
|
||||
groupBox1.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)trackBar1).EndInit();
|
||||
|
||||
Reference in New Issue
Block a user