1.1 --- a/Server/FormMain.Designer.cs Tue Aug 16 12:25:20 2016 +0200
1.2 +++ b/Server/FormMain.Designer.cs Tue Aug 16 12:59:32 2016 +0200
1.3 @@ -297,13 +297,15 @@
1.4 //
1.5 this.iCheckBoxStartIdleClient.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
1.6 this.iCheckBoxStartIdleClient.AutoSize = true;
1.7 + this.iCheckBoxStartIdleClient.Checked = global::SharpDisplayManager.Properties.Settings.Default.StartIdleClient;
1.8 + this.iCheckBoxStartIdleClient.CheckState = System.Windows.Forms.CheckState.Checked;
1.9 + this.iCheckBoxStartIdleClient.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::SharpDisplayManager.Properties.Settings.Default, "StartIdleClient", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
1.10 this.iCheckBoxStartIdleClient.Location = new System.Drawing.Point(108, 340);
1.11 this.iCheckBoxStartIdleClient.Name = "iCheckBoxStartIdleClient";
1.12 this.iCheckBoxStartIdleClient.Size = new System.Drawing.Size(145, 17);
1.13 this.iCheckBoxStartIdleClient.TabIndex = 22;
1.14 this.iCheckBoxStartIdleClient.Text = "Start idle client on startup";
1.15 this.iCheckBoxStartIdleClient.UseVisualStyleBackColor = true;
1.16 - this.iCheckBoxStartIdleClient.CheckedChanged += new System.EventHandler(this.checkBoxStartIdleClient_CheckedChanged);
1.17 //
1.18 // iButtonStartIdleClient
1.19 //
1.20 @@ -456,13 +458,14 @@
1.21 //
1.22 this.checkBoxConnectOnStartup.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
1.23 this.checkBoxConnectOnStartup.AutoSize = true;
1.24 + this.checkBoxConnectOnStartup.Checked = global::SharpDisplayManager.Properties.Settings.Default.DisplayConnectOnStartup;
1.25 + this.checkBoxConnectOnStartup.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::SharpDisplayManager.Properties.Settings.Default, "DisplayConnectOnStartup", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
1.26 this.checkBoxConnectOnStartup.Location = new System.Drawing.Point(113, 350);
1.27 this.checkBoxConnectOnStartup.Name = "checkBoxConnectOnStartup";
1.28 this.checkBoxConnectOnStartup.Size = new System.Drawing.Size(119, 17);
1.29 this.checkBoxConnectOnStartup.TabIndex = 13;
1.30 this.checkBoxConnectOnStartup.Text = "Connect on stratup ";
1.31 this.checkBoxConnectOnStartup.UseVisualStyleBackColor = true;
1.32 - this.checkBoxConnectOnStartup.CheckedChanged += new System.EventHandler(this.checkBoxConnectOnStartup_CheckedChanged);
1.33 //
1.34 // trackBarBrightness
1.35 //
1.36 @@ -950,6 +953,8 @@
1.37 // checkBoxCecEnabled
1.38 //
1.39 this.checkBoxCecEnabled.AutoSize = true;
1.40 + this.checkBoxCecEnabled.Checked = global::SharpDisplayManager.Properties.Settings.Default.CecEnabled;
1.41 + this.checkBoxCecEnabled.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::SharpDisplayManager.Properties.Settings.Default, "CecEnabled", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
1.42 this.checkBoxCecEnabled.Location = new System.Drawing.Point(6, 6);
1.43 this.checkBoxCecEnabled.Name = "checkBoxCecEnabled";
1.44 this.checkBoxCecEnabled.Size = new System.Drawing.Size(83, 17);
1.45 @@ -1009,13 +1014,14 @@
1.46 // iCheckBoxHarmonyEnabled
1.47 //
1.48 this.iCheckBoxHarmonyEnabled.AutoSize = true;
1.49 + this.iCheckBoxHarmonyEnabled.Checked = global::SharpDisplayManager.Properties.Settings.Default.HarmonyEnabled;
1.50 + this.iCheckBoxHarmonyEnabled.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::SharpDisplayManager.Properties.Settings.Default, "HarmonyEnabled", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
1.51 this.iCheckBoxHarmonyEnabled.Location = new System.Drawing.Point(6, 6);
1.52 this.iCheckBoxHarmonyEnabled.Name = "iCheckBoxHarmonyEnabled";
1.53 this.iCheckBoxHarmonyEnabled.Size = new System.Drawing.Size(104, 17);
1.54 this.iCheckBoxHarmonyEnabled.TabIndex = 22;
1.55 this.iCheckBoxHarmonyEnabled.Text = "Enable Harmony";
1.56 this.iCheckBoxHarmonyEnabled.UseVisualStyleBackColor = true;
1.57 - this.iCheckBoxHarmonyEnabled.CheckedChanged += new System.EventHandler(this.iCheckBoxHarmonyEnabled_CheckedChanged);
1.58 //
1.59 // iTreeViewHarmony
1.60 //
1.61 @@ -1255,25 +1261,27 @@
1.62 //
1.63 this.checkBoxStartMinimized.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
1.64 this.checkBoxStartMinimized.AutoSize = true;
1.65 + this.checkBoxStartMinimized.Checked = global::SharpDisplayManager.Properties.Settings.Default.StartMinimized;
1.66 + this.checkBoxStartMinimized.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::SharpDisplayManager.Properties.Settings.Default, "StartMinimized", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
1.67 this.checkBoxStartMinimized.Location = new System.Drawing.Point(6, 285);
1.68 this.checkBoxStartMinimized.Name = "checkBoxStartMinimized";
1.69 this.checkBoxStartMinimized.Size = new System.Drawing.Size(96, 17);
1.70 this.checkBoxStartMinimized.TabIndex = 16;
1.71 this.checkBoxStartMinimized.Text = "Start minimized";
1.72 this.checkBoxStartMinimized.UseVisualStyleBackColor = true;
1.73 - this.checkBoxStartMinimized.CheckedChanged += new System.EventHandler(this.checkBoxStartMinimized_CheckedChanged);
1.74 //
1.75 // checkBoxMinimizeToTray
1.76 //
1.77 this.checkBoxMinimizeToTray.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
1.78 this.checkBoxMinimizeToTray.AutoSize = true;
1.79 + this.checkBoxMinimizeToTray.Checked = global::SharpDisplayManager.Properties.Settings.Default.MinimizeToTray;
1.80 + this.checkBoxMinimizeToTray.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::SharpDisplayManager.Properties.Settings.Default, "MinimizeToTray", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
1.81 this.checkBoxMinimizeToTray.Location = new System.Drawing.Point(6, 308);
1.82 this.checkBoxMinimizeToTray.Name = "checkBoxMinimizeToTray";
1.83 this.checkBoxMinimizeToTray.Size = new System.Drawing.Size(133, 17);
1.84 this.checkBoxMinimizeToTray.TabIndex = 15;
1.85 this.checkBoxMinimizeToTray.Text = "Minimize to system tray";
1.86 this.checkBoxMinimizeToTray.UseVisualStyleBackColor = true;
1.87 - this.checkBoxMinimizeToTray.CheckedChanged += new System.EventHandler(this.checkBoxMinimizeToTray_CheckedChanged);
1.88 //
1.89 // checkBoxAutoStart
1.90 //