Server/FormMain.Designer.cs
changeset 251 f60cfcb98c9a
parent 245 448e6a616c22
child 252 59ea5cb46258
     1.1 --- a/Server/FormMain.Designer.cs	Sun Aug 21 18:35:58 2016 +0200
     1.2 +++ b/Server/FormMain.Designer.cs	Sun Aug 21 19:31:08 2016 +0200
     1.3 @@ -51,7 +51,6 @@
     1.4              this.toolStripStatusLabelPower = new System.Windows.Forms.ToolStripStatusLabel();
     1.5              this.toolStripStatusLabelFps = new System.Windows.Forms.ToolStripStatusLabel();
     1.6              this.tabPageClients = new System.Windows.Forms.TabPage();
     1.7 -            this.iCheckBoxStartIdleClient = new System.Windows.Forms.CheckBox();
     1.8              this.iButtonStartIdleClient = new System.Windows.Forms.Button();
     1.9              this.buttonCloseClients = new System.Windows.Forms.Button();
    1.10              this.buttonStartClient = new System.Windows.Forms.Button();
    1.11 @@ -65,7 +64,6 @@
    1.12              this.maskedTextBoxTimerInterval = new System.Windows.Forms.MaskedTextBox();
    1.13              this.comboBoxDisplayType = new System.Windows.Forms.ComboBox();
    1.14              this.buttonSuspend = new System.Windows.Forms.Button();
    1.15 -            this.checkBoxConnectOnStartup = new System.Windows.Forms.CheckBox();
    1.16              this.trackBarBrightness = new System.Windows.Forms.TrackBar();
    1.17              this.buttonFill = new System.Windows.Forms.Button();
    1.18              this.buttonClear = new System.Windows.Forms.Button();
    1.19 @@ -100,11 +98,9 @@
    1.20              this.checkBoxCecLogNotice = new System.Windows.Forms.CheckBox();
    1.21              this.checkBoxCecLogError = new System.Windows.Forms.CheckBox();
    1.22              this.checkBoxCecLogWarning = new System.Windows.Forms.CheckBox();
    1.23 -            this.checkBoxCecEnabled = new System.Windows.Forms.CheckBox();
    1.24              this.labelHdmiPort = new System.Windows.Forms.Label();
    1.25              this.comboBoxHdmiPort = new System.Windows.Forms.ComboBox();
    1.26              this.tabPageHarmony = new System.Windows.Forms.TabPage();
    1.27 -            this.iCheckBoxHarmonyEnabled = new System.Windows.Forms.CheckBox();
    1.28              this.iTreeViewHarmony = new System.Windows.Forms.TreeView();
    1.29              this.iButtonHarmonyConnect = new System.Windows.Forms.Button();
    1.30              this.label2 = new System.Windows.Forms.Label();
    1.31 @@ -126,8 +122,6 @@
    1.32              this.buttonActionAdd = new System.Windows.Forms.Button();
    1.33              this.iTreeViewEvents = new System.Windows.Forms.TreeView();
    1.34              this.tabPageApp = new System.Windows.Forms.TabPage();
    1.35 -            this.checkBoxStartMinimized = new System.Windows.Forms.CheckBox();
    1.36 -            this.checkBoxMinimizeToTray = new System.Windows.Forms.CheckBox();
    1.37              this.checkBoxAutoStart = new System.Windows.Forms.CheckBox();
    1.38              this.buttonUpdate = new System.Windows.Forms.Button();
    1.39              this.tabPageLogs = new System.Windows.Forms.TabPage();
    1.40 @@ -137,6 +131,12 @@
    1.41              this.labelFontHeight = new System.Windows.Forms.Label();
    1.42              this.toolTip = new System.Windows.Forms.ToolTip(this.components);
    1.43              this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
    1.44 +            this.checkBoxConnectOnStartup = new System.Windows.Forms.CheckBox();
    1.45 +            this.iCheckBoxStartIdleClient = new System.Windows.Forms.CheckBox();
    1.46 +            this.checkBoxCecEnabled = new System.Windows.Forms.CheckBox();
    1.47 +            this.iCheckBoxHarmonyEnabled = new System.Windows.Forms.CheckBox();
    1.48 +            this.checkBoxStartMinimized = new System.Windows.Forms.CheckBox();
    1.49 +            this.checkBoxMinimizeToTray = new System.Windows.Forms.CheckBox();
    1.50              this.panelDisplay.SuspendLayout();
    1.51              this.iTableLayoutPanel.SuspendLayout();
    1.52              this.statusStrip.SuspendLayout();
    1.53 @@ -285,20 +285,6 @@
    1.54              this.tabPageClients.Text = "Clients";
    1.55              this.tabPageClients.UseVisualStyleBackColor = true;
    1.56              // 
    1.57 -            // iCheckBoxStartIdleClient
    1.58 -            // 
    1.59 -            this.iCheckBoxStartIdleClient.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    1.60 -            this.iCheckBoxStartIdleClient.AutoSize = true;
    1.61 -            this.iCheckBoxStartIdleClient.Checked = global::SharpDisplayManager.Properties.Settings.Default.StartIdleClient;
    1.62 -            this.iCheckBoxStartIdleClient.CheckState = System.Windows.Forms.CheckState.Checked;
    1.63 -            this.iCheckBoxStartIdleClient.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::SharpDisplayManager.Properties.Settings.Default, "StartIdleClient", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
    1.64 -            this.iCheckBoxStartIdleClient.Location = new System.Drawing.Point(108, 340);
    1.65 -            this.iCheckBoxStartIdleClient.Name = "iCheckBoxStartIdleClient";
    1.66 -            this.iCheckBoxStartIdleClient.Size = new System.Drawing.Size(145, 17);
    1.67 -            this.iCheckBoxStartIdleClient.TabIndex = 22;
    1.68 -            this.iCheckBoxStartIdleClient.Text = "Start idle client on startup";
    1.69 -            this.iCheckBoxStartIdleClient.UseVisualStyleBackColor = true;
    1.70 -            // 
    1.71              // iButtonStartIdleClient
    1.72              // 
    1.73              this.iButtonStartIdleClient.Location = new System.Drawing.Point(6, 35);
    1.74 @@ -446,19 +432,6 @@
    1.75              this.buttonSuspend.UseVisualStyleBackColor = true;
    1.76              this.buttonSuspend.Click += new System.EventHandler(this.buttonSuspend_Click);
    1.77              // 
    1.78 -            // checkBoxConnectOnStartup
    1.79 -            // 
    1.80 -            this.checkBoxConnectOnStartup.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    1.81 -            this.checkBoxConnectOnStartup.AutoSize = true;
    1.82 -            this.checkBoxConnectOnStartup.Checked = global::SharpDisplayManager.Properties.Settings.Default.DisplayConnectOnStartup;
    1.83 -            this.checkBoxConnectOnStartup.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::SharpDisplayManager.Properties.Settings.Default, "DisplayConnectOnStartup", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
    1.84 -            this.checkBoxConnectOnStartup.Location = new System.Drawing.Point(113, 350);
    1.85 -            this.checkBoxConnectOnStartup.Name = "checkBoxConnectOnStartup";
    1.86 -            this.checkBoxConnectOnStartup.Size = new System.Drawing.Size(119, 17);
    1.87 -            this.checkBoxConnectOnStartup.TabIndex = 13;
    1.88 -            this.checkBoxConnectOnStartup.Text = "Connect on stratup ";
    1.89 -            this.checkBoxConnectOnStartup.UseVisualStyleBackColor = true;
    1.90 -            // 
    1.91              // trackBarBrightness
    1.92              // 
    1.93              this.trackBarBrightness.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    1.94 @@ -777,9 +750,9 @@
    1.95              // tabPageCec
    1.96              // 
    1.97              this.tabPageCec.Controls.Add(this.groupBoxCecLogOptions);
    1.98 -            this.tabPageCec.Controls.Add(this.checkBoxCecEnabled);
    1.99              this.tabPageCec.Controls.Add(this.labelHdmiPort);
   1.100              this.tabPageCec.Controls.Add(this.comboBoxHdmiPort);
   1.101 +            this.tabPageCec.Controls.Add(this.checkBoxCecEnabled);
   1.102              this.tabPageCec.Location = new System.Drawing.Point(4, 22);
   1.103              this.tabPageCec.Name = "tabPageCec";
   1.104              this.tabPageCec.Padding = new System.Windows.Forms.Padding(3);
   1.105 @@ -878,19 +851,6 @@
   1.106              this.checkBoxCecLogWarning.UseVisualStyleBackColor = true;
   1.107              this.checkBoxCecLogWarning.CheckedChanged += new System.EventHandler(this.checkBoxCecLogs_CheckedChanged);
   1.108              // 
   1.109 -            // checkBoxCecEnabled
   1.110 -            // 
   1.111 -            this.checkBoxCecEnabled.AutoSize = true;
   1.112 -            this.checkBoxCecEnabled.Checked = global::SharpDisplayManager.Properties.Settings.Default.CecEnabled;
   1.113 -            this.checkBoxCecEnabled.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::SharpDisplayManager.Properties.Settings.Default, "CecEnabled", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
   1.114 -            this.checkBoxCecEnabled.Location = new System.Drawing.Point(6, 6);
   1.115 -            this.checkBoxCecEnabled.Name = "checkBoxCecEnabled";
   1.116 -            this.checkBoxCecEnabled.Size = new System.Drawing.Size(83, 17);
   1.117 -            this.checkBoxCecEnabled.TabIndex = 21;
   1.118 -            this.checkBoxCecEnabled.Text = "Enable CEC";
   1.119 -            this.checkBoxCecEnabled.UseVisualStyleBackColor = true;
   1.120 -            this.checkBoxCecEnabled.CheckedChanged += new System.EventHandler(this.checkBoxCecEnabled_CheckedChanged);
   1.121 -            // 
   1.122              // labelHdmiPort
   1.123              // 
   1.124              this.labelHdmiPort.AutoSize = true;
   1.125 @@ -939,18 +899,6 @@
   1.126              this.tabPageHarmony.Text = "Harmony";
   1.127              this.tabPageHarmony.UseVisualStyleBackColor = true;
   1.128              // 
   1.129 -            // iCheckBoxHarmonyEnabled
   1.130 -            // 
   1.131 -            this.iCheckBoxHarmonyEnabled.AutoSize = true;
   1.132 -            this.iCheckBoxHarmonyEnabled.Checked = global::SharpDisplayManager.Properties.Settings.Default.HarmonyEnabled;
   1.133 -            this.iCheckBoxHarmonyEnabled.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::SharpDisplayManager.Properties.Settings.Default, "HarmonyEnabled", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
   1.134 -            this.iCheckBoxHarmonyEnabled.Location = new System.Drawing.Point(6, 6);
   1.135 -            this.iCheckBoxHarmonyEnabled.Name = "iCheckBoxHarmonyEnabled";
   1.136 -            this.iCheckBoxHarmonyEnabled.Size = new System.Drawing.Size(104, 17);
   1.137 -            this.iCheckBoxHarmonyEnabled.TabIndex = 22;
   1.138 -            this.iCheckBoxHarmonyEnabled.Text = "Enable Harmony";
   1.139 -            this.iCheckBoxHarmonyEnabled.UseVisualStyleBackColor = true;
   1.140 -            // 
   1.141              // iTreeViewHarmony
   1.142              // 
   1.143              this.iTreeViewHarmony.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
   1.144 @@ -1004,10 +952,12 @@
   1.145              // iTextBoxLogitechUserName
   1.146              // 
   1.147              this.iTextBoxLogitechUserName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
   1.148 +            this.iTextBoxLogitechUserName.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::SharpDisplayManager.Properties.Settings.Default, "LogitechUserName", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
   1.149              this.iTextBoxLogitechUserName.Location = new System.Drawing.Point(436, 23);
   1.150              this.iTextBoxLogitechUserName.Name = "iTextBoxLogitechUserName";
   1.151              this.iTextBoxLogitechUserName.Size = new System.Drawing.Size(134, 20);
   1.152              this.iTextBoxLogitechUserName.TabIndex = 10;
   1.153 +            this.iTextBoxLogitechUserName.Text = global::SharpDisplayManager.Properties.Settings.Default.LogitechUserName;
   1.154              // 
   1.155              // label1
   1.156              // 
   1.157 @@ -1185,32 +1135,6 @@
   1.158              this.tabPageApp.Text = "Application";
   1.159              this.tabPageApp.UseVisualStyleBackColor = true;
   1.160              // 
   1.161 -            // checkBoxStartMinimized
   1.162 -            // 
   1.163 -            this.checkBoxStartMinimized.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
   1.164 -            this.checkBoxStartMinimized.AutoSize = true;
   1.165 -            this.checkBoxStartMinimized.Checked = global::SharpDisplayManager.Properties.Settings.Default.StartMinimized;
   1.166 -            this.checkBoxStartMinimized.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::SharpDisplayManager.Properties.Settings.Default, "StartMinimized", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
   1.167 -            this.checkBoxStartMinimized.Location = new System.Drawing.Point(6, 285);
   1.168 -            this.checkBoxStartMinimized.Name = "checkBoxStartMinimized";
   1.169 -            this.checkBoxStartMinimized.Size = new System.Drawing.Size(96, 17);
   1.170 -            this.checkBoxStartMinimized.TabIndex = 16;
   1.171 -            this.checkBoxStartMinimized.Text = "Start minimized";
   1.172 -            this.checkBoxStartMinimized.UseVisualStyleBackColor = true;
   1.173 -            // 
   1.174 -            // checkBoxMinimizeToTray
   1.175 -            // 
   1.176 -            this.checkBoxMinimizeToTray.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
   1.177 -            this.checkBoxMinimizeToTray.AutoSize = true;
   1.178 -            this.checkBoxMinimizeToTray.Checked = global::SharpDisplayManager.Properties.Settings.Default.MinimizeToTray;
   1.179 -            this.checkBoxMinimizeToTray.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::SharpDisplayManager.Properties.Settings.Default, "MinimizeToTray", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
   1.180 -            this.checkBoxMinimizeToTray.Location = new System.Drawing.Point(6, 308);
   1.181 -            this.checkBoxMinimizeToTray.Name = "checkBoxMinimizeToTray";
   1.182 -            this.checkBoxMinimizeToTray.Size = new System.Drawing.Size(133, 17);
   1.183 -            this.checkBoxMinimizeToTray.TabIndex = 15;
   1.184 -            this.checkBoxMinimizeToTray.Text = "Minimize to system tray";
   1.185 -            this.checkBoxMinimizeToTray.UseVisualStyleBackColor = true;
   1.186 -            // 
   1.187              // checkBoxAutoStart
   1.188              // 
   1.189              this.checkBoxAutoStart.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
   1.190 @@ -1294,6 +1218,84 @@
   1.191              // 
   1.192              this.openFileDialog.Filter = "EXE files (*.exe)|*.exe|All files (*.*)|*.*";
   1.193              // 
   1.194 +            // checkBoxConnectOnStartup
   1.195 +            // 
   1.196 +            this.checkBoxConnectOnStartup.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
   1.197 +            this.checkBoxConnectOnStartup.AutoSize = true;
   1.198 +            this.checkBoxConnectOnStartup.Checked = global::SharpDisplayManager.Properties.Settings.Default.DisplayConnectOnStartup;
   1.199 +            this.checkBoxConnectOnStartup.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::SharpDisplayManager.Properties.Settings.Default, "DisplayConnectOnStartup", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
   1.200 +            this.checkBoxConnectOnStartup.Location = new System.Drawing.Point(113, 350);
   1.201 +            this.checkBoxConnectOnStartup.Name = "checkBoxConnectOnStartup";
   1.202 +            this.checkBoxConnectOnStartup.Size = new System.Drawing.Size(119, 17);
   1.203 +            this.checkBoxConnectOnStartup.TabIndex = 13;
   1.204 +            this.checkBoxConnectOnStartup.Text = "Connect on stratup ";
   1.205 +            this.checkBoxConnectOnStartup.UseVisualStyleBackColor = true;
   1.206 +            // 
   1.207 +            // iCheckBoxStartIdleClient
   1.208 +            // 
   1.209 +            this.iCheckBoxStartIdleClient.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
   1.210 +            this.iCheckBoxStartIdleClient.AutoSize = true;
   1.211 +            this.iCheckBoxStartIdleClient.Checked = global::SharpDisplayManager.Properties.Settings.Default.StartIdleClient;
   1.212 +            this.iCheckBoxStartIdleClient.CheckState = System.Windows.Forms.CheckState.Checked;
   1.213 +            this.iCheckBoxStartIdleClient.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::SharpDisplayManager.Properties.Settings.Default, "StartIdleClient", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
   1.214 +            this.iCheckBoxStartIdleClient.Location = new System.Drawing.Point(108, 340);
   1.215 +            this.iCheckBoxStartIdleClient.Name = "iCheckBoxStartIdleClient";
   1.216 +            this.iCheckBoxStartIdleClient.Size = new System.Drawing.Size(145, 17);
   1.217 +            this.iCheckBoxStartIdleClient.TabIndex = 22;
   1.218 +            this.iCheckBoxStartIdleClient.Text = "Start idle client on startup";
   1.219 +            this.iCheckBoxStartIdleClient.UseVisualStyleBackColor = true;
   1.220 +            // 
   1.221 +            // checkBoxCecEnabled
   1.222 +            // 
   1.223 +            this.checkBoxCecEnabled.AutoSize = true;
   1.224 +            this.checkBoxCecEnabled.Checked = global::SharpDisplayManager.Properties.Settings.Default.CecEnabled;
   1.225 +            this.checkBoxCecEnabled.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::SharpDisplayManager.Properties.Settings.Default, "CecEnabled", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
   1.226 +            this.checkBoxCecEnabled.Location = new System.Drawing.Point(6, 6);
   1.227 +            this.checkBoxCecEnabled.Name = "checkBoxCecEnabled";
   1.228 +            this.checkBoxCecEnabled.Size = new System.Drawing.Size(83, 17);
   1.229 +            this.checkBoxCecEnabled.TabIndex = 21;
   1.230 +            this.checkBoxCecEnabled.Text = "Enable CEC";
   1.231 +            this.checkBoxCecEnabled.UseVisualStyleBackColor = true;
   1.232 +            this.checkBoxCecEnabled.CheckedChanged += new System.EventHandler(this.checkBoxCecEnabled_CheckedChanged);
   1.233 +            // 
   1.234 +            // iCheckBoxHarmonyEnabled
   1.235 +            // 
   1.236 +            this.iCheckBoxHarmonyEnabled.AutoSize = true;
   1.237 +            this.iCheckBoxHarmonyEnabled.Checked = global::SharpDisplayManager.Properties.Settings.Default.HarmonyEnabled;
   1.238 +            this.iCheckBoxHarmonyEnabled.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::SharpDisplayManager.Properties.Settings.Default, "HarmonyEnabled", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
   1.239 +            this.iCheckBoxHarmonyEnabled.Location = new System.Drawing.Point(6, 6);
   1.240 +            this.iCheckBoxHarmonyEnabled.Name = "iCheckBoxHarmonyEnabled";
   1.241 +            this.iCheckBoxHarmonyEnabled.Size = new System.Drawing.Size(104, 17);
   1.242 +            this.iCheckBoxHarmonyEnabled.TabIndex = 22;
   1.243 +            this.iCheckBoxHarmonyEnabled.Text = "Enable Harmony";
   1.244 +            this.iCheckBoxHarmonyEnabled.UseVisualStyleBackColor = true;
   1.245 +            // 
   1.246 +            // checkBoxStartMinimized
   1.247 +            // 
   1.248 +            this.checkBoxStartMinimized.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
   1.249 +            this.checkBoxStartMinimized.AutoSize = true;
   1.250 +            this.checkBoxStartMinimized.Checked = global::SharpDisplayManager.Properties.Settings.Default.StartMinimized;
   1.251 +            this.checkBoxStartMinimized.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::SharpDisplayManager.Properties.Settings.Default, "StartMinimized", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
   1.252 +            this.checkBoxStartMinimized.Location = new System.Drawing.Point(6, 285);
   1.253 +            this.checkBoxStartMinimized.Name = "checkBoxStartMinimized";
   1.254 +            this.checkBoxStartMinimized.Size = new System.Drawing.Size(96, 17);
   1.255 +            this.checkBoxStartMinimized.TabIndex = 16;
   1.256 +            this.checkBoxStartMinimized.Text = "Start minimized";
   1.257 +            this.checkBoxStartMinimized.UseVisualStyleBackColor = true;
   1.258 +            // 
   1.259 +            // checkBoxMinimizeToTray
   1.260 +            // 
   1.261 +            this.checkBoxMinimizeToTray.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
   1.262 +            this.checkBoxMinimizeToTray.AutoSize = true;
   1.263 +            this.checkBoxMinimizeToTray.Checked = global::SharpDisplayManager.Properties.Settings.Default.MinimizeToTray;
   1.264 +            this.checkBoxMinimizeToTray.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::SharpDisplayManager.Properties.Settings.Default, "MinimizeToTray", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
   1.265 +            this.checkBoxMinimizeToTray.Location = new System.Drawing.Point(6, 308);
   1.266 +            this.checkBoxMinimizeToTray.Name = "checkBoxMinimizeToTray";
   1.267 +            this.checkBoxMinimizeToTray.Size = new System.Drawing.Size(133, 17);
   1.268 +            this.checkBoxMinimizeToTray.TabIndex = 15;
   1.269 +            this.checkBoxMinimizeToTray.Text = "Minimize to system tray";
   1.270 +            this.checkBoxMinimizeToTray.UseVisualStyleBackColor = true;
   1.271 +            // 
   1.272              // FormMain
   1.273              // 
   1.274              this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);