frmMatrix.Designer.cs
1 using System.Windows.Forms; 2 using System.Collections.Generic; 3 using System.Drawing; 4 using Windows.UI.Notifications; 5 6 namespace MouseWithoutBorders 7 { 8 partial class FrmMatrix 9 { 10 /// <summary> 11 /// Required designer variable. 12 /// </summary> 13 private System.ComponentModel.IContainer components = null; 14 15 /// <summary> 16 /// Clean up any resources being used. 17 /// </summary> 18 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> 19 protected override void Dispose(bool disposing) 20 { 21 if (disposing && (components != null)) 22 { 23 components.Dispose(); 24 } 25 base.Dispose(disposing); 26 } 27 28 #region Windows Form Designer generated code 29 30 /// <summary> 31 /// Required method for Designer support - do not modify 32 /// the contents of this method with the code editor. 33 /// </summary> 34 private void InitializeComponent() 35 { 36 this.components = new System.ComponentModel.Container(); 37 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMatrix)); 38 this.pictureBoxMouseWithoutBorders0 = new System.Windows.Forms.PictureBox(); 39 this.toolTip = new System.Windows.Forms.ToolTip(this.components); 40 this.comboBoxLockMachine = new System.Windows.Forms.ComboBox(); 41 this.comboBoxSwitchToAllPC = new System.Windows.Forms.ComboBox(); 42 this.comboBoxReconnect = new System.Windows.Forms.ComboBox(); 43 this.checkBoxTwoRow = new System.Windows.Forms.CheckBox(); 44 this.comboBoxEasyMouse = new System.Windows.Forms.ComboBox(); 45 this.checkBoxDrawMouse = new System.Windows.Forms.CheckBox(); 46 this.checkBoxMouseMoveRelatively = new System.Windows.Forms.CheckBox(); 47 this.checkBoxHideMouse = new System.Windows.Forms.CheckBox(); 48 this.checkBoxBlockMouseAtCorners = new System.Windows.Forms.CheckBox(); 49 this.checkBoxCircle = new System.Windows.Forms.CheckBox(); 50 this.checkBoxBlockScreenSaver = new System.Windows.Forms.CheckBox(); 51 this.checkBoxHideLogo = new System.Windows.Forms.CheckBox(); 52 this.checkBoxShareClipboard = new System.Windows.Forms.CheckBox(); 53 this.checkBoxDisableCAD = new System.Windows.Forms.CheckBox(); 54 this.buttonOK = new System.Windows.Forms.Button(); 55 this.checkBoxReverseLookup = new System.Windows.Forms.CheckBox(); 56 this.checkBoxVKMap = new System.Windows.Forms.CheckBox(); 57 this.comboBoxScreenCapture = new System.Windows.Forms.ComboBox(); 58 this.checkBoxSameSubNet = new System.Windows.Forms.CheckBox(); 59 this.checkBoxClipNetStatus = new System.Windows.Forms.CheckBox(); 60 this.checkBoxSendLog = new System.Windows.Forms.CheckBox(); 61 this.groupBoxKeySetup = new System.Windows.Forms.GroupBox(); 62 this.buttonNewKey = new System.Windows.Forms.Button(); 63 this.textBoxEnc = new System.Windows.Forms.TextBox(); 64 this.LabelEnc = new System.Windows.Forms.Label(); 65 this.checkBoxShowKey = new System.Windows.Forms.CheckBox(); 66 this.labelEasyMouse = new System.Windows.Forms.Label(); 67 this.comboBoxEasyMouseOption = new System.Windows.Forms.ComboBox(); 68 this.checkBoxTransferFile = new System.Windows.Forms.CheckBox(); 69 this.toolTipManual = new System.Windows.Forms.ToolTip(this.components); 70 this.tabPageOther = new System.Windows.Forms.TabPage(); 71 this.groupBoxOtherOptions = new System.Windows.Forms.GroupBox(); 72 this.groupBoxShortcuts = new System.Windows.Forms.GroupBox(); 73 this.labelScreenCapture = new System.Windows.Forms.Label(); 74 this.LabelToggleEasyMouse = new System.Windows.Forms.Label(); 75 this.comboBoxExitMM = new System.Windows.Forms.ComboBox(); 76 this.comboBoxShowSettings = new System.Windows.Forms.ComboBox(); 77 this.labelReconnect = new System.Windows.Forms.Label(); 78 this.labelSwitch2AllPCMode = new System.Windows.Forms.Label(); 79 this.radioButtonDisable = new System.Windows.Forms.RadioButton(); 80 this.radioButtonNum = new System.Windows.Forms.RadioButton(); 81 this.radioButtonF1 = new System.Windows.Forms.RadioButton(); 82 this.labelLockMachine = new System.Windows.Forms.Label(); 83 this.labelExitMM = new System.Windows.Forms.Label(); 84 this.labelShowSettings = new System.Windows.Forms.Label(); 85 this.labelSwitchBetweenMachine = new System.Windows.Forms.Label(); 86 this.tabPageMain = new System.Windows.Forms.TabPage(); 87 this.buttonCancel = new System.Windows.Forms.Button(); 88 this.groupBoxMachineMatrix = new System.Windows.Forms.GroupBox(); 89 this.linkLabelReConfigure = new System.Windows.Forms.LinkLabel(); 90 this.tabControlSetting = new System.Windows.Forms.TabControl(); 91 this.tabPageAdvancedSettings = new System.Windows.Forms.TabPage(); 92 this.groupBoxName2IPPolicyList = new System.Windows.Forms.GroupBox(); 93 this.textBoxMachineName2IPPolicyList = new System.Windows.Forms.TextBox(); 94 this.pictureBoxMouseWithoutBorders = new System.Windows.Forms.PictureBox(); 95 this.groupBoxDNS = new System.Windows.Forms.GroupBox(); 96 this.textBoxMachineName2IP = new System.Windows.Forms.TextBox(); 97 this.textBoxDNS = new System.Windows.Forms.TextBox(); 98 this.linkLabelHelp = new System.Windows.Forms.LinkLabel(); 99 this.linkLabelMiniLog = new System.Windows.Forms.LinkLabel(); 100 ((System.ComponentModel.ISupportInitialize)(this.pictureBoxMouseWithoutBorders0)).BeginInit(); 101 this.groupBoxKeySetup.SuspendLayout(); 102 this.tabPageOther.SuspendLayout(); 103 this.groupBoxOtherOptions.SuspendLayout(); 104 this.groupBoxShortcuts.SuspendLayout(); 105 this.tabPageMain.SuspendLayout(); 106 this.groupBoxMachineMatrix.SuspendLayout(); 107 this.tabControlSetting.SuspendLayout(); 108 this.tabPageAdvancedSettings.SuspendLayout(); 109 this.groupBoxName2IPPolicyList.SuspendLayout(); 110 ((System.ComponentModel.ISupportInitialize)(this.pictureBoxMouseWithoutBorders)).BeginInit(); 111 this.groupBoxDNS.SuspendLayout(); 112 this.SuspendLayout(); 113 // 114 // pictureBoxMouseWithoutBorders0 115 // 116 this.pictureBoxMouseWithoutBorders0.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBoxMouseWithoutBorders0.BackgroundImage"))); 117 this.pictureBoxMouseWithoutBorders0.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; 118 this.pictureBoxMouseWithoutBorders0.Location = new System.Drawing.Point(590, 271); 119 this.pictureBoxMouseWithoutBorders0.Name = "pictureBoxMouseWithoutBorders0"; 120 this.pictureBoxMouseWithoutBorders0.Size = new System.Drawing.Size(190, 54); 121 this.pictureBoxMouseWithoutBorders0.TabIndex = 16; 122 this.pictureBoxMouseWithoutBorders0.TabStop = false; 123 this.pictureBoxMouseWithoutBorders0.Visible = false; 124 // 125 // toolTip 126 // 127 this.toolTip.AutomaticDelay = 100; 128 this.toolTip.AutoPopDelay = 5000; 129 this.toolTip.InitialDelay = 100; 130 this.toolTip.ReshowDelay = 20; 131 this.toolTip.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info; 132 this.toolTip.ToolTipTitle = "Microsoft® Visual Studio® 2010"; 133 // 134 // comboBoxLockMachine 135 // 136 this.comboBoxLockMachine.Enabled = true; 137 this.comboBoxLockMachine.FormattingEnabled = true; 138 this.comboBoxLockMachine.Items.AddRange(new object[] { 139 "A", 140 "B", 141 "C", 142 "D", 143 "E", 144 "F", 145 "G", 146 "H", 147 "I", 148 "J", 149 "K", 150 "L", 151 "M", 152 "N", 153 "O", 154 "P", 155 "Q", 156 "R", 157 "S", 158 "T", 159 "U", 160 "V", 161 "W", 162 "X", 163 "Y", 164 "Z", 165 "Disable"}); 166 this.comboBoxLockMachine.Location = new System.Drawing.Point(230, 68); 167 this.comboBoxLockMachine.Name = "comboBoxLockMachine"; 168 this.comboBoxLockMachine.Size = new System.Drawing.Size(54, 21); 169 this.comboBoxLockMachine.TabIndex = 205; 170 this.comboBoxLockMachine.Text = "L"; 171 this.toolTip.SetToolTip(this.comboBoxLockMachine, "Hit this hotkey twice to lock all machines."); 172 this.comboBoxLockMachine.TextChanged += new System.EventHandler(this.ComboBoxLockMachine_TextChanged); 173 // 174 // comboBoxSwitchToAllPC 175 // 176 this.comboBoxSwitchToAllPC.Enabled = true; 177 this.comboBoxSwitchToAllPC.FormattingEnabled = true; 178 this.comboBoxSwitchToAllPC.Items.AddRange(new object[] { 179 "Ctrl*3", 180 "A", 181 "B", 182 "C", 183 "D", 184 "E", 185 "F", 186 "G", 187 "H", 188 "I", 189 "J", 190 "K", 191 "L", 192 "M", 193 "N", 194 "O", 195 "P", 196 "Q", 197 "R", 198 "S", 199 "T", 200 "U", 201 "V", 202 "W", 203 "X", 204 "Y", 205 "Z", 206 "Disable"}); 207 this.comboBoxSwitchToAllPC.Location = new System.Drawing.Point(490, 68); 208 this.comboBoxSwitchToAllPC.Name = "comboBoxSwitchToAllPC"; 209 this.comboBoxSwitchToAllPC.Size = new System.Drawing.Size(56, 21); 210 this.comboBoxSwitchToAllPC.TabIndex = 206; 211 this.comboBoxSwitchToAllPC.Text = "Disabled"; 212 this.toolTip.SetToolTip(this.comboBoxSwitchToAllPC, "Press Ctrl key three times fast or use Ctrl+Alt+[?]"); 213 this.comboBoxSwitchToAllPC.TextChanged += new System.EventHandler(this.ComboBoxSwitchToAllPC_TextChanged); 214 // 215 // comboBoxReconnect 216 // 217 this.comboBoxReconnect.Enabled = true; 218 this.comboBoxReconnect.FormattingEnabled = true; 219 this.comboBoxReconnect.Items.AddRange(new object[] { 220 "A", 221 "B", 222 "C", 223 "D", 224 "E", 225 "F", 226 "G", 227 "H", 228 "I", 229 "J", 230 "K", 231 "L", 232 "M", 233 "N", 234 "O", 235 "P", 236 "Q", 237 "R", 238 "S", 239 "T", 240 "U", 241 "V", 242 "W", 243 "X", 244 "Y", 245 "Z", 246 "Disable"}); 247 this.comboBoxReconnect.Location = new System.Drawing.Point(230, 95); 248 this.comboBoxReconnect.Name = "comboBoxReconnect"; 249 this.comboBoxReconnect.Size = new System.Drawing.Size(54, 21); 250 this.comboBoxReconnect.TabIndex = 207; 251 this.comboBoxReconnect.Text = "R"; 252 this.toolTip.SetToolTip(this.comboBoxReconnect, "Just in case the connection is lost for any reason."); 253 this.comboBoxReconnect.TextChanged += new System.EventHandler(this.ComboBoxReconnect_TextChanged); 254 // 255 // checkBoxTwoRow 256 // 257 this.checkBoxTwoRow.AutoSize = true; 258 this.checkBoxTwoRow.Location = new System.Drawing.Point(9, 205); 259 this.checkBoxTwoRow.Name = "checkBoxTwoRow"; 260 this.checkBoxTwoRow.Size = new System.Drawing.Size(72, 17); 261 this.checkBoxTwoRow.TabIndex = 6; 262 this.checkBoxTwoRow.Text = "Two &Row"; 263 this.toolTip.SetToolTip(this.checkBoxTwoRow, "Check this if you have machines above or below of each other so you can move mous" + 264 "e up and down to switch machine."); 265 this.checkBoxTwoRow.UseVisualStyleBackColor = true; 266 this.checkBoxTwoRow.CheckedChanged += new System.EventHandler(this.CheckBoxTwoRow_CheckedChanged); 267 // 268 // comboBoxEasyMouse 269 // 270 this.comboBoxEasyMouse.Enabled = true; 271 this.comboBoxEasyMouse.FormattingEnabled = true; 272 this.comboBoxEasyMouse.Items.AddRange(new object[] { 273 "A", 274 "B", 275 "C", 276 "D", 277 "E", 278 "F", 279 "G", 280 "H", 281 "I", 282 "J", 283 "K", 284 "L", 285 "M", 286 "N", 287 "O", 288 "P", 289 "Q", 290 "R", 291 "S", 292 "T", 293 "U", 294 "V", 295 "W", 296 "X", 297 "Y", 298 "Z", 299 "Disable"}); 300 this.comboBoxEasyMouse.Location = new System.Drawing.Point(490, 122); 301 this.comboBoxEasyMouse.Name = "comboBoxEasyMouse"; 302 this.comboBoxEasyMouse.Size = new System.Drawing.Size(56, 21); 303 this.comboBoxEasyMouse.TabIndex = 208; 304 this.comboBoxEasyMouse.Text = "E"; 305 this.toolTip.SetToolTip(this.comboBoxEasyMouse, "Toggle Enable or Disable easy mouse. (Only works when Easy Mouse option is set to" + 306 " Enable or Disable)"); 307 this.comboBoxEasyMouse.TextChanged += new System.EventHandler(this.ComboBoxEasyMouse_TextChanged); 308 // 309 // checkBoxDrawMouse 310 // 311 this.checkBoxDrawMouse.AutoSize = true; 312 this.checkBoxDrawMouse.Checked = true; 313 this.checkBoxDrawMouse.CheckState = System.Windows.Forms.CheckState.Checked; 314 this.checkBoxDrawMouse.Location = new System.Drawing.Point(9, 118); 315 this.checkBoxDrawMouse.Name = "checkBoxDrawMouse"; 316 this.checkBoxDrawMouse.Size = new System.Drawing.Size(117, 17); 317 this.checkBoxDrawMouse.TabIndex = 171; 318 this.checkBoxDrawMouse.Text = "&Draw mouse cursor"; 319 this.toolTip.SetToolTip(this.checkBoxDrawMouse, "Mouse cursor may not be visible in Windows 10 and later versions of Windows when t" + 320 "here is no physical mouse attached."); 321 this.checkBoxDrawMouse.UseVisualStyleBackColor = true; 322 this.checkBoxDrawMouse.CheckedChanged += new System.EventHandler(this.CheckBoxDrawMouse_CheckedChanged); 323 // 324 // checkBoxMouseMoveRelatively 325 // 326 this.checkBoxMouseMoveRelatively.AutoSize = true; 327 this.checkBoxMouseMoveRelatively.Checked = true; 328 this.checkBoxMouseMoveRelatively.CheckState = System.Windows.Forms.CheckState.Checked; 329 this.checkBoxMouseMoveRelatively.Location = new System.Drawing.Point(268, 53); 330 this.checkBoxMouseMoveRelatively.Name = "checkBoxMouseMoveRelatively"; 331 this.checkBoxMouseMoveRelatively.Size = new System.Drawing.Size(131, 17); 332 this.checkBoxMouseMoveRelatively.TabIndex = 170; 333 this.checkBoxMouseMoveRelatively.Text = "&Move mouse relatively"; 334 this.toolTip.SetToolTip(this.checkBoxMouseMoveRelatively, "Use this option when remote machine\'s monitor settings are different, or remote m" + 335 "achine has multiple monitors."); 336 this.checkBoxMouseMoveRelatively.UseVisualStyleBackColor = true; 337 this.checkBoxMouseMoveRelatively.CheckedChanged += new System.EventHandler(this.CheckBoxMouseMoveRelatively_CheckedChanged); 338 // 339 // checkBoxHideMouse 340 // 341 this.checkBoxHideMouse.AutoSize = true; 342 this.checkBoxHideMouse.Checked = true; 343 this.checkBoxHideMouse.CheckState = System.Windows.Forms.CheckState.Checked; 344 this.checkBoxHideMouse.Location = new System.Drawing.Point(9, 96); 345 this.checkBoxHideMouse.Name = "checkBoxHideMouse"; 346 this.checkBoxHideMouse.Size = new System.Drawing.Size(156, 17); 347 this.checkBoxHideMouse.TabIndex = 169; 348 this.checkBoxHideMouse.Text = "&Hide mouse at screen edge"; 349 this.toolTip.SetToolTip(this.checkBoxHideMouse, "Hide the mouse cursor at the top edge of the screen when switching to other machi" + 350 "ne. This option also steals the focus from any full-screen app to ensure the key" + 351 "board input is redirected."); 352 this.checkBoxHideMouse.UseVisualStyleBackColor = true; 353 this.checkBoxHideMouse.CheckedChanged += new System.EventHandler(this.CheckBoxHideMouse_CheckedChanged); 354 // 355 // checkBoxBlockMouseAtCorners 356 // 357 this.checkBoxBlockMouseAtCorners.AutoSize = true; 358 this.checkBoxBlockMouseAtCorners.Location = new System.Drawing.Point(268, 75); 359 this.checkBoxBlockMouseAtCorners.Name = "checkBoxBlockMouseAtCorners"; 360 this.checkBoxBlockMouseAtCorners.Size = new System.Drawing.Size(172, 17); 361 this.checkBoxBlockMouseAtCorners.TabIndex = 172; 362 this.checkBoxBlockMouseAtCorners.Text = "Block mouse at screen corners"; 363 this.toolTip.SetToolTip(this.checkBoxBlockMouseAtCorners, "To avoid accident machine-switch at screen corners."); 364 this.checkBoxBlockMouseAtCorners.UseVisualStyleBackColor = true; 365 this.checkBoxBlockMouseAtCorners.CheckedChanged += new System.EventHandler(this.CheckBoxBlockMouseAtCorners_CheckedChanged); 366 // 367 // checkBoxCircle 368 // 369 this.checkBoxCircle.AutoSize = true; 370 this.checkBoxCircle.Location = new System.Drawing.Point(9, 11); 371 this.checkBoxCircle.Name = "checkBoxCircle"; 372 this.checkBoxCircle.Size = new System.Drawing.Size(87, 17); 373 this.checkBoxCircle.TabIndex = 163; 374 this.checkBoxCircle.Text = "&Wrap Mouse"; 375 this.toolTip.SetToolTip(this.checkBoxCircle, "Move control back to the first machine when mouse moves passing the last one"); 376 this.checkBoxCircle.UseVisualStyleBackColor = true; 377 this.checkBoxCircle.CheckedChanged += new System.EventHandler(this.CheckBoxCircle_CheckedChanged); 378 // 379 // checkBoxBlockScreenSaver 380 // 381 this.checkBoxBlockScreenSaver.AutoSize = true; 382 this.checkBoxBlockScreenSaver.Checked = true; 383 this.checkBoxBlockScreenSaver.CheckState = System.Windows.Forms.CheckState.Checked; 384 this.checkBoxBlockScreenSaver.Location = new System.Drawing.Point(268, 32); 385 this.checkBoxBlockScreenSaver.Name = "checkBoxBlockScreenSaver"; 386 this.checkBoxBlockScreenSaver.Size = new System.Drawing.Size(211, 17); 387 this.checkBoxBlockScreenSaver.TabIndex = 168; 388 this.checkBoxBlockScreenSaver.Text = "&Block Screen Saver on other machines"; 389 this.toolTip.SetToolTip(this.checkBoxBlockScreenSaver, "Prevent screen saver from starting on other machines when user is actively workin" + 390 "g on this machine."); 391 this.checkBoxBlockScreenSaver.UseVisualStyleBackColor = true; 392 this.checkBoxBlockScreenSaver.CheckedChanged += new System.EventHandler(this.CheckBoxBlockScreenSaver_CheckedChanged); 393 // 394 // checkBoxHideLogo 395 // 396 this.checkBoxHideLogo.AutoSize = true; 397 this.checkBoxHideLogo.Location = new System.Drawing.Point(9, 75); 398 this.checkBoxHideLogo.Name = "checkBoxHideLogo"; 399 this.checkBoxHideLogo.Size = new System.Drawing.Size(164, 17); 400 this.checkBoxHideLogo.TabIndex = 167; 401 this.checkBoxHideLogo.Text = "Hide &logo from Logon Screen"; 402 this.toolTip.SetToolTip(this.checkBoxHideLogo, "Hide the \"MouseWithoutBorders\" text from the logon desktop"); 403 this.checkBoxHideLogo.UseVisualStyleBackColor = true; 404 this.checkBoxHideLogo.CheckedChanged += new System.EventHandler(this.CheckBoxHideLogo_CheckedChanged); 405 // 406 // checkBoxShareClipboard 407 // 408 this.checkBoxShareClipboard.AutoSize = true; 409 this.checkBoxShareClipboard.Checked = true; 410 this.checkBoxShareClipboard.CheckState = System.Windows.Forms.CheckState.Checked; 411 this.checkBoxShareClipboard.Location = new System.Drawing.Point(9, 32); 412 this.checkBoxShareClipboard.Name = "checkBoxShareClipboard"; 413 this.checkBoxShareClipboard.Size = new System.Drawing.Size(101, 17); 414 this.checkBoxShareClipboard.TabIndex = 165; 415 this.checkBoxShareClipboard.Text = "&Share Clipboard"; 416 this.toolTip.SetToolTip(this.checkBoxShareClipboard, "If share clipboard stops working, Ctrl+Alt+Del then Esc may solve the problem."); 417 this.checkBoxShareClipboard.UseVisualStyleBackColor = true; 418 this.checkBoxShareClipboard.CheckedChanged += new System.EventHandler(this.CheckBoxShareClipboard_CheckedChanged); 419 // 420 // checkBoxDisableCAD 421 // 422 this.checkBoxDisableCAD.AutoSize = true; 423 this.checkBoxDisableCAD.Checked = true; 424 this.checkBoxDisableCAD.CheckState = System.Windows.Forms.CheckState.Checked; 425 this.checkBoxDisableCAD.Location = new System.Drawing.Point(268, 11); 426 this.checkBoxDisableCAD.Name = "checkBoxDisableCAD"; 427 this.checkBoxDisableCAD.Size = new System.Drawing.Size(86, 17); 428 this.checkBoxDisableCAD.TabIndex = 166; 429 this.checkBoxDisableCAD.Text = "Disable &CAD"; 430 this.toolTip.SetToolTip(this.checkBoxDisableCAD, "Ctrl+Alt+Del not required on Logon screen"); 431 this.checkBoxDisableCAD.UseVisualStyleBackColor = true; 432 this.checkBoxDisableCAD.CheckedChanged += new System.EventHandler(this.CheckBoxDisableCAD_CheckedChanged); 433 // 434 // buttonOK 435 // 436 this.buttonOK.Location = new System.Drawing.Point(187, 328); 437 this.buttonOK.Name = "buttonOK"; 438 this.buttonOK.Size = new System.Drawing.Size(75, 23); 439 this.buttonOK.TabIndex = 20; 440 this.buttonOK.Text = "&Apply"; 441 this.toolTip.SetToolTip(this.buttonOK, "Save changes and reconnect to the machines in the matrix."); 442 this.buttonOK.UseVisualStyleBackColor = true; 443 this.buttonOK.Click += new System.EventHandler(this.ButtonOK_Click); 444 // 445 // checkBoxReverseLookup 446 // 447 this.checkBoxReverseLookup.AutoSize = true; 448 this.checkBoxReverseLookup.Location = new System.Drawing.Point(9, 141); 449 this.checkBoxReverseLookup.Name = "checkBoxReverseLookup"; 450 this.checkBoxReverseLookup.Size = new System.Drawing.Size(196, 17); 451 this.checkBoxReverseLookup.TabIndex = 173; 452 this.checkBoxReverseLookup.Text = "&Validate remote machine IP Address"; 453 this.toolTip.SetToolTip(this.checkBoxReverseLookup, "Reverse DNS lookup to validate machine IP Address (Advanced option, click Help fo" + 454 "r any question)"); 455 this.checkBoxReverseLookup.UseVisualStyleBackColor = true; 456 this.checkBoxReverseLookup.CheckedChanged += new System.EventHandler(this.CheckBoxReverseLookup_CheckedChanged); 457 // 458 // checkBoxVKMap 459 // 460 this.checkBoxVKMap.Enabled = false; 461 this.checkBoxVKMap.AutoSize = true; 462 this.checkBoxVKMap.Location = new System.Drawing.Point(268, 98); 463 this.checkBoxVKMap.Name = "checkBoxVKMap"; 464 this.checkBoxVKMap.Size = new System.Drawing.Size(115, 17); 465 this.checkBoxVKMap.TabIndex = 174; 466 this.checkBoxVKMap.Text = "&Use Key Mappings"; 467 this.toolTip.SetToolTip(this.checkBoxVKMap, "Use key mappings to translate your key presses. See http://aka.ms/mm for help."); 468 this.checkBoxVKMap.UseVisualStyleBackColor = true; 469 this.checkBoxVKMap.CheckedChanged += new System.EventHandler(this.CheckBoxVKMap_CheckedChanged); 470 // 471 // comboBoxScreenCapture 472 // 473 this.comboBoxScreenCapture.Enabled = false; 474 this.comboBoxScreenCapture.FormattingEnabled = true; 475 this.comboBoxScreenCapture.Items.AddRange(new object[] { 476 "A", 477 "B", 478 "C", 479 "D", 480 "E", 481 "F", 482 "G", 483 "H", 484 "I", 485 "J", 486 "K", 487 "L", 488 "M", 489 "N", 490 "O", 491 "P", 492 "Q", 493 "R", 494 "S", 495 "T", 496 "U", 497 "V", 498 "W", 499 "X", 500 "Y", 501 "Z", 502 "Disable"}); 503 this.comboBoxScreenCapture.Location = new System.Drawing.Point(230, 121); 504 this.comboBoxScreenCapture.Name = "comboBoxScreenCapture"; 505 this.comboBoxScreenCapture.Size = new System.Drawing.Size(54, 21); 506 this.comboBoxScreenCapture.TabIndex = 210; 507 this.comboBoxScreenCapture.Text = "S"; 508 this.toolTip.SetToolTip(this.comboBoxScreenCapture, "Capture a selected area on the screen. Press this hotkey then hold left mouse but" + 509 "ton down and drag to select a screen area."); 510 this.comboBoxScreenCapture.TextChanged += new System.EventHandler(this.ComboBoxScreenCapture_TextChanged); 511 // 512 // checkBoxSameSubNet 513 // 514 this.checkBoxSameSubNet.AutoSize = true; 515 this.checkBoxSameSubNet.Location = new System.Drawing.Point(9, 162); 516 this.checkBoxSameSubNet.Name = "checkBoxSameSubNet"; 517 this.checkBoxSameSubNet.Size = new System.Drawing.Size(114, 18); 518 this.checkBoxSameSubNet.TabIndex = 175; 519 this.checkBoxSameSubNet.Text = "Same subnet only"; 520 this.toolTip.SetToolTip(this.checkBoxSameSubNet, "Only connect to machines in the same intranet NNN.NNN.*.* (only works when both m" + 521 "achines have IPv4 enabled)"); 522 this.checkBoxSameSubNet.UseCompatibleTextRendering = true; 523 this.checkBoxSameSubNet.UseVisualStyleBackColor = true; 524 this.checkBoxSameSubNet.CheckedChanged += new System.EventHandler(this.CheckBoxSameSubNet_CheckedChanged); 525 // 526 // checkBoxClipNetStatus 527 // 528 this.checkBoxClipNetStatus.AutoSize = true; 529 this.checkBoxClipNetStatus.Location = new System.Drawing.Point(268, 119); 530 this.checkBoxClipNetStatus.Name = "checkBoxClipNetStatus"; 531 this.checkBoxClipNetStatus.Size = new System.Drawing.Size(231, 18); 532 this.checkBoxClipNetStatus.TabIndex = 176; 533 this.checkBoxClipNetStatus.Text = "Show clipboard/&network status messages"; 534 this.toolTip.SetToolTip(this.checkBoxClipNetStatus, "Show clipboard activities and network status in system tray notifications"); 535 this.checkBoxClipNetStatus.UseCompatibleTextRendering = true; 536 this.checkBoxClipNetStatus.UseVisualStyleBackColor = true; 537 this.checkBoxClipNetStatus.CheckedChanged += new System.EventHandler(this.CheckBoxClipNetStatus_CheckedChanged); 538 // 539 // checkBoxSendLog 540 // 541 this.checkBoxSendLog.AutoSize = true; 542 this.checkBoxSendLog.Location = new System.Drawing.Point(268, 142); 543 this.checkBoxSendLog.Name = "checkBoxSendLog"; 544 this.checkBoxSendLog.Size = new System.Drawing.Size(95, 18); 545 this.checkBoxSendLog.TabIndex = 177; 546 this.checkBoxSendLog.Text = "Send &error log"; 547 this.toolTip.SetToolTip(this.checkBoxSendLog, "Send anonymous error log to Microsoft Garage to help improve the app."); 548 this.checkBoxSendLog.UseCompatibleTextRendering = true; 549 this.checkBoxSendLog.UseVisualStyleBackColor = true; 550 this.checkBoxSendLog.Visible = false; 551 this.checkBoxSendLog.CheckedChanged += new System.EventHandler(this.CheckBoxSendLog_CheckedChanged); 552 // 553 // groupBoxKeySetup 554 // 555 this.groupBoxKeySetup.Controls.Add(this.buttonNewKey); 556 this.groupBoxKeySetup.Controls.Add(this.textBoxEnc); 557 this.groupBoxKeySetup.Controls.Add(this.LabelEnc); 558 this.groupBoxKeySetup.Controls.Add(this.checkBoxShowKey); 559 this.groupBoxKeySetup.Location = new System.Drawing.Point(3, 6); 560 this.groupBoxKeySetup.Name = "groupBoxKeySetup"; 561 this.groupBoxKeySetup.Size = new System.Drawing.Size(558, 66); 562 this.groupBoxKeySetup.TabIndex = 0; 563 this.groupBoxKeySetup.TabStop = false; 564 this.groupBoxKeySetup.Text = " &Shared encryption key"; 565 this.toolTip.SetToolTip(this.groupBoxKeySetup, "Data sent/received is encrypted/decrypted using this key."); 566 // 567 // buttonNewKey 568 // 569 this.buttonNewKey.Location = new System.Drawing.Point(471, 19); 570 this.buttonNewKey.Name = "buttonNewKey"; 571 this.buttonNewKey.Size = new System.Drawing.Size(75, 23); 572 this.buttonNewKey.TabIndex = 22; 573 this.buttonNewKey.Text = "New &Key"; 574 this.buttonNewKey.UseVisualStyleBackColor = true; 575 this.buttonNewKey.Click += new System.EventHandler(this.ButtonNewKey_Click); 576 // 577 // textBoxEnc 578 // 579 this.textBoxEnc.Location = new System.Drawing.Point(86, 19); 580 this.textBoxEnc.MaxLength = 22; 581 this.textBoxEnc.Name = "textBoxEnc"; 582 this.textBoxEnc.PasswordChar = '*'; 583 this.textBoxEnc.Size = new System.Drawing.Size(304, 20); 584 this.textBoxEnc.TabIndex = 3; 585 this.toolTip.SetToolTip(this.textBoxEnc, "The key must be auto generated in one machine by clicking on New Key, then typed in " + 586 "other machines."); 587 // 588 // LabelEnc 589 // 590 this.LabelEnc.AutoSize = true; 591 this.LabelEnc.Location = new System.Drawing.Point(7, 25); 592 this.LabelEnc.Name = "LabelEnc"; 593 this.LabelEnc.Size = new System.Drawing.Size(69, 13); 594 this.LabelEnc.TabIndex = 19; 595 this.LabelEnc.Text = "Security Key:"; 596 // 597 // checkBoxShowKey 598 // 599 this.checkBoxShowKey.AutoSize = true; 600 this.checkBoxShowKey.Location = new System.Drawing.Point(396, 21); 601 this.checkBoxShowKey.Name = "checkBoxShowKey"; 602 this.checkBoxShowKey.Size = new System.Drawing.Size(73, 17); 603 this.checkBoxShowKey.TabIndex = 4; 604 this.checkBoxShowKey.Text = "&Show text"; 605 this.checkBoxShowKey.UseVisualStyleBackColor = true; 606 this.checkBoxShowKey.CheckedChanged += new System.EventHandler(this.CheckBoxShowKey_CheckedChanged); 607 // 608 // labelEasyMouse 609 // 610 this.labelEasyMouse.AutoSize = true; 611 this.labelEasyMouse.Location = new System.Drawing.Point(309, 98); 612 this.labelEasyMouse.Name = "labelEasyMouse"; 613 this.labelEasyMouse.Size = new System.Drawing.Size(68, 13); 614 this.labelEasyMouse.TabIndex = 211; 615 this.labelEasyMouse.Text = "Easy Mouse:"; 616 this.toolTip.SetToolTip(this.labelEasyMouse, "If easy mouse is not enabled, you can select to hold down Ctrl or Shift key to sw" + 617 "itch to other machines by mouse move."); 618 // 619 // comboBoxEasyMouseOption 620 // 621 this.comboBoxEasyMouseOption.Enabled = true; 622 this.comboBoxEasyMouseOption.FormattingEnabled = true; 623 this.comboBoxEasyMouseOption.Items.AddRange(new object[] { 624 "Enable", 625 "Ctrl", 626 "Shift", 627 "Disable"}); 628 this.comboBoxEasyMouseOption.Location = new System.Drawing.Point(490, 94); 629 this.comboBoxEasyMouseOption.Name = "comboBoxEasyMouseOption"; 630 this.comboBoxEasyMouseOption.Size = new System.Drawing.Size(56, 21); 631 this.comboBoxEasyMouseOption.TabIndex = 212; 632 this.comboBoxEasyMouseOption.Text = "Enable"; 633 this.toolTip.SetToolTip(this.comboBoxEasyMouseOption, "Enable or disable easy machine switch by moving mouse passing the screen edge."); 634 this.comboBoxEasyMouseOption.TextChanged += new System.EventHandler(this.ComboBoxEasyMouseOption_TextChanged); 635 // 636 // checkBoxTransferFile 637 // 638 this.checkBoxTransferFile.AutoSize = true; 639 this.checkBoxTransferFile.Checked = true; 640 this.checkBoxTransferFile.CheckState = System.Windows.Forms.CheckState.Checked; 641 this.checkBoxTransferFile.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 642 this.checkBoxTransferFile.Location = new System.Drawing.Point(26, 51); 643 this.checkBoxTransferFile.Name = "checkBoxTransferFile"; 644 this.checkBoxTransferFile.Size = new System.Drawing.Size(81, 17); 645 this.checkBoxTransferFile.TabIndex = 178; 646 this.checkBoxTransferFile.Text = "&Transfer file"; 647 this.toolTip.SetToolTip(this.checkBoxTransferFile, "If a file (<100MB) is copied, it will be transferred to the remote machine clipbo" + 648 "ard."); 649 this.checkBoxTransferFile.UseVisualStyleBackColor = true; 650 this.checkBoxTransferFile.CheckedChanged += new System.EventHandler(this.CheckBoxTransferFile_CheckedChanged); 651 // 652 // toolTipManual 653 // 654 this.toolTipManual.ToolTipTitle = "Microsoft® Visual Studio® 2010"; 655 // 656 // tabPageOther 657 // 658 this.tabPageOther.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(245)))), ((int)(((byte)(242))))); 659 this.tabPageOther.Controls.Add(this.groupBoxOtherOptions); 660 this.tabPageOther.Controls.Add(this.groupBoxShortcuts); 661 this.tabPageOther.Location = new System.Drawing.Point(4, 25); 662 this.tabPageOther.Name = "tabPageOther"; 663 this.tabPageOther.Padding = new System.Windows.Forms.Padding(3); 664 this.tabPageOther.Size = new System.Drawing.Size(563, 362); 665 this.tabPageOther.TabIndex = 1; 666 this.tabPageOther.Text = "Other Options"; 667 // 668 // groupBoxOtherOptions 669 // 670 this.groupBoxOtherOptions.Controls.Add(this.checkBoxTransferFile); 671 this.groupBoxOtherOptions.Controls.Add(this.checkBoxSendLog); 672 this.groupBoxOtherOptions.Controls.Add(this.checkBoxClipNetStatus); 673 this.groupBoxOtherOptions.Controls.Add(this.checkBoxSameSubNet); 674 this.groupBoxOtherOptions.Controls.Add(this.checkBoxVKMap); 675 this.groupBoxOtherOptions.Controls.Add(this.checkBoxReverseLookup); 676 this.groupBoxOtherOptions.Controls.Add(this.checkBoxDrawMouse); 677 this.groupBoxOtherOptions.Controls.Add(this.checkBoxMouseMoveRelatively); 678 this.groupBoxOtherOptions.Controls.Add(this.checkBoxHideMouse); 679 this.groupBoxOtherOptions.Controls.Add(this.checkBoxBlockMouseAtCorners); 680 this.groupBoxOtherOptions.Controls.Add(this.checkBoxCircle); 681 this.groupBoxOtherOptions.Controls.Add(this.checkBoxBlockScreenSaver); 682 this.groupBoxOtherOptions.Controls.Add(this.checkBoxHideLogo); 683 this.groupBoxOtherOptions.Controls.Add(this.checkBoxShareClipboard); 684 this.groupBoxOtherOptions.Controls.Add(this.checkBoxDisableCAD); 685 this.groupBoxOtherOptions.Dock = System.Windows.Forms.DockStyle.Top; 686 this.groupBoxOtherOptions.Location = new System.Drawing.Point(3, 3); 687 this.groupBoxOtherOptions.Name = "groupBoxOtherOptions"; 688 this.groupBoxOtherOptions.Size = new System.Drawing.Size(557, 189); 689 this.groupBoxOtherOptions.TabIndex = 163; 690 this.groupBoxOtherOptions.TabStop = false; 691 // 692 // groupBoxShortcuts 693 // 694 this.groupBoxShortcuts.Controls.Add(this.comboBoxEasyMouseOption); 695 this.groupBoxShortcuts.Controls.Add(this.labelEasyMouse); 696 this.groupBoxShortcuts.Controls.Add(this.comboBoxScreenCapture); 697 this.groupBoxShortcuts.Controls.Add(this.labelScreenCapture); 698 this.groupBoxShortcuts.Controls.Add(this.comboBoxEasyMouse); 699 this.groupBoxShortcuts.Controls.Add(this.LabelToggleEasyMouse); 700 this.groupBoxShortcuts.Controls.Add(this.comboBoxReconnect); 701 this.groupBoxShortcuts.Controls.Add(this.comboBoxSwitchToAllPC); 702 this.groupBoxShortcuts.Controls.Add(this.comboBoxExitMM); 703 this.groupBoxShortcuts.Controls.Add(this.comboBoxLockMachine); 704 this.groupBoxShortcuts.Controls.Add(this.comboBoxShowSettings); 705 this.groupBoxShortcuts.Controls.Add(this.labelReconnect); 706 this.groupBoxShortcuts.Controls.Add(this.labelSwitch2AllPCMode); 707 this.groupBoxShortcuts.Controls.Add(this.radioButtonDisable); 708 this.groupBoxShortcuts.Controls.Add(this.radioButtonNum); 709 this.groupBoxShortcuts.Controls.Add(this.radioButtonF1); 710 this.groupBoxShortcuts.Controls.Add(this.labelLockMachine); 711 this.groupBoxShortcuts.Controls.Add(this.labelExitMM); 712 this.groupBoxShortcuts.Controls.Add(this.labelShowSettings); 713 this.groupBoxShortcuts.Controls.Add(this.labelSwitchBetweenMachine); 714 this.groupBoxShortcuts.Dock = System.Windows.Forms.DockStyle.Bottom; 715 this.groupBoxShortcuts.Location = new System.Drawing.Point(3, 198); 716 this.groupBoxShortcuts.Name = "groupBoxShortcuts"; 717 this.groupBoxShortcuts.Size = new System.Drawing.Size(557, 161); 718 this.groupBoxShortcuts.TabIndex = 200; 719 this.groupBoxShortcuts.TabStop = false; 720 this.groupBoxShortcuts.Text = " &Keyboard Shortcuts "; 721 722 723 ToolTip groupBoxToolTip = new ToolTip(); 724 groupBoxToolTip.SetToolTip(this.groupBoxShortcuts, "These settings are controlled by the PowerToys.Settings application."); 725 726 foreach (Control control in this.groupBoxShortcuts.Controls) 727 { 728 control.Enabled = false; 729 } 730 731 // 732 // labelScreenCapture 733 // 734 this.labelScreenCapture.AutoSize = true; 735 this.labelScreenCapture.Location = new System.Drawing.Point(6, 124); 736 this.labelScreenCapture.Name = "labelScreenCapture"; 737 this.labelScreenCapture.Size = new System.Drawing.Size(173, 13); 738 this.labelScreenCapture.TabIndex = 209; 739 this.labelScreenCapture.Text = "Custom screen capture, Ctrl+Shift+:"; 740 // 741 // LabelToggleEasyMouse 742 // 743 this.LabelToggleEasyMouse.AutoSize = true; 744 this.LabelToggleEasyMouse.Location = new System.Drawing.Point(309, 125); 745 this.LabelToggleEasyMouse.Name = "LabelToggleEasyMouse"; 746 this.LabelToggleEasyMouse.Size = new System.Drawing.Size(149, 13); 747 this.LabelToggleEasyMouse.TabIndex = 114; 748 this.LabelToggleEasyMouse.Text = "Toggle Easy Mouse, Ctrl+Alt+:"; 749 // 750 // comboBoxExitMM 751 // 752 this.comboBoxExitMM.Enabled = false; 753 this.comboBoxExitMM.FormattingEnabled = true; 754 this.comboBoxExitMM.Items.AddRange(new object[] { 755 "A", 756 "B", 757 "C", 758 "D", 759 "E", 760 "F", 761 "G", 762 "H", 763 "I", 764 "J", 765 "K", 766 "L", 767 "M", 768 "N", 769 "O", 770 "P", 771 "Q", 772 "R", 773 "S", 774 "T", 775 "U", 776 "V", 777 "W", 778 "X", 779 "Y", 780 "Z", 781 "Disable"}); 782 this.comboBoxExitMM.Location = new System.Drawing.Point(490, 41); 783 this.comboBoxExitMM.Name = "comboBoxExitMM"; 784 this.comboBoxExitMM.Size = new System.Drawing.Size(56, 21); 785 this.comboBoxExitMM.TabIndex = 204; 786 this.comboBoxExitMM.Text = "Q"; 787 this.comboBoxExitMM.TextChanged += new System.EventHandler(this.ComboBoxExitMM_TextChanged); 788 // 789 // comboBoxShowSettings 790 // 791 this.comboBoxShowSettings.Enabled = false; 792 this.comboBoxShowSettings.FormattingEnabled = true; 793 this.comboBoxShowSettings.Items.AddRange(new object[] { 794 "A", 795 "B", 796 "C", 797 "D", 798 "E", 799 "F", 800 "G", 801 "H", 802 "I", 803 "J", 804 "K", 805 "L", 806 "M", 807 "N", 808 "O", 809 "P", 810 "Q", 811 "R", 812 "S", 813 "T", 814 "U", 815 "V", 816 "W", 817 "X", 818 "Y", 819 "Z", 820 "Disable"}); 821 this.comboBoxShowSettings.Location = new System.Drawing.Point(230, 41); 822 this.comboBoxShowSettings.Name = "comboBoxShowSettings"; 823 this.comboBoxShowSettings.Size = new System.Drawing.Size(54, 21); 824 this.comboBoxShowSettings.TabIndex = 203; 825 this.comboBoxShowSettings.Text = "M"; 826 this.comboBoxShowSettings.TextChanged += new System.EventHandler(this.ComboBoxShowSettings_TextChanged); 827 // 828 // labelReconnect 829 // 830 this.labelReconnect.AutoSize = true; 831 this.labelReconnect.Location = new System.Drawing.Point(6, 98); 832 this.labelReconnect.Name = "labelReconnect"; 833 this.labelReconnect.Size = new System.Drawing.Size(195, 13); 834 this.labelReconnect.TabIndex = 59; 835 this.labelReconnect.Text = "Reconnect to other machines, Ctrl+Alt+:"; 836 // 837 // labelSwitch2AllPCMode 838 // 839 this.labelSwitch2AllPCMode.AutoSize = true; 840 this.labelSwitch2AllPCMode.Location = new System.Drawing.Point(309, 71); 841 this.labelSwitch2AllPCMode.Name = "labelSwitch2AllPCMode"; 842 this.labelSwitch2AllPCMode.Size = new System.Drawing.Size(122, 13); 843 this.labelSwitch2AllPCMode.TabIndex = 33; 844 this.labelSwitch2AllPCMode.Text = "Switch to ALL PC mode:"; 845 // 846 // radioButtonDisable 847 // 848 this.radioButtonDisable.AutoSize = true; 849 this.radioButtonDisable.Location = new System.Drawing.Point(434, 14); 850 this.radioButtonDisable.Name = "radioButtonDisable"; 851 this.radioButtonDisable.Size = new System.Drawing.Size(60, 17); 852 this.radioButtonDisable.TabIndex = 202; 853 this.radioButtonDisable.TabStop = true; 854 this.radioButtonDisable.Text = "&Disable"; 855 this.radioButtonDisable.UseVisualStyleBackColor = true; 856 this.radioButtonDisable.CheckedChanged += new System.EventHandler(this.RadioButton_CheckedChanged); 857 // 858 // radioButtonNum 859 // 860 this.radioButtonNum.AutoSize = true; 861 this.radioButtonNum.Location = new System.Drawing.Point(346, 15); 862 this.radioButtonNum.Name = "radioButtonNum"; 863 this.radioButtonNum.Size = new System.Drawing.Size(67, 17); 864 this.radioButtonNum.TabIndex = 201; 865 this.radioButtonNum.TabStop = true; 866 this.radioButtonNum.Text = "&1, 2, 3, 4"; 867 this.radioButtonNum.UseVisualStyleBackColor = true; 868 this.radioButtonNum.CheckedChanged += new System.EventHandler(this.RadioButton_CheckedChanged); 869 // 870 // radioButtonF1 871 // 872 this.radioButtonF1.AutoSize = true; 873 this.radioButtonF1.Location = new System.Drawing.Point(230, 14); 874 this.radioButtonF1.Name = "radioButtonF1"; 875 this.radioButtonF1.Size = new System.Drawing.Size(91, 17); 876 this.radioButtonF1.TabIndex = 200; 877 this.radioButtonF1.TabStop = true; 878 this.radioButtonF1.Text = "&F1, F2, F3, F4"; 879 this.radioButtonF1.UseVisualStyleBackColor = true; 880 this.radioButtonF1.CheckedChanged += new System.EventHandler(this.RadioButton_CheckedChanged); 881 // 882 // labelLockMachine 883 // 884 this.labelLockMachine.AutoSize = true; 885 this.labelLockMachine.Location = new System.Drawing.Point(6, 71); 886 this.labelLockMachine.Name = "labelLockMachine"; 887 this.labelLockMachine.Size = new System.Drawing.Size(133, 13); 888 this.labelLockMachine.TabIndex = 31; 889 this.labelLockMachine.Text = "Lock machine(s), Ctrl+Alt+:"; 890 // 891 // labelExitMM 892 // 893 this.labelExitMM.AutoSize = true; 894 this.labelExitMM.Location = new System.Drawing.Point(309, 44); 895 this.labelExitMM.Name = "labelExitMM"; 896 this.labelExitMM.Size = new System.Drawing.Size(138, 13); 897 this.labelExitMM.TabIndex = 29; 898 this.labelExitMM.Text = "Exit the app, Ctrl+Alt+Shift+:"; 899 // 900 // labelShowSettings 901 // 902 this.labelShowSettings.AutoSize = true; 903 this.labelShowSettings.Location = new System.Drawing.Point(6, 44); 904 this.labelShowSettings.Name = "labelShowSettings"; 905 this.labelShowSettings.Size = new System.Drawing.Size(149, 13); 906 this.labelShowSettings.TabIndex = 27; 907 this.labelShowSettings.Text = "Show Settings Form, Ctrl+Alt+:"; 908 // 909 // labelSwitchBetweenMachine 910 // 911 this.labelSwitchBetweenMachine.AutoSize = true; 912 this.labelSwitchBetweenMachine.Location = new System.Drawing.Point(6, 18); 913 this.labelSwitchBetweenMachine.Name = "labelSwitchBetweenMachine"; 914 this.labelSwitchBetweenMachine.Size = new System.Drawing.Size(179, 13); 915 this.labelSwitchBetweenMachine.TabIndex = 24; 916 this.labelSwitchBetweenMachine.Text = "Switch between machines, Ctrl+Alt+:"; 917 // 918 // tabPageMain 919 // 920 this.tabPageMain.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(245)))), ((int)(((byte)(242))))); 921 this.tabPageMain.Controls.Add(this.buttonCancel); 922 this.tabPageMain.Controls.Add(this.groupBoxMachineMatrix); 923 this.tabPageMain.Controls.Add(this.groupBoxKeySetup); 924 this.tabPageMain.Controls.Add(this.buttonOK); 925 this.tabPageMain.Location = new System.Drawing.Point(4, 25); 926 this.tabPageMain.Name = "tabPageMain"; 927 this.tabPageMain.Padding = new System.Windows.Forms.Padding(3); 928 this.tabPageMain.Size = new System.Drawing.Size(563, 362); 929 this.tabPageMain.TabIndex = 0; 930 this.tabPageMain.Text = "Machine Setup"; 931 // 932 // buttonCancel 933 // 934 this.buttonCancel.Location = new System.Drawing.Point(290, 328); 935 this.buttonCancel.Name = "buttonCancel"; 936 this.buttonCancel.Size = new System.Drawing.Size(75, 23); 937 this.buttonCancel.TabIndex = 21; 938 this.buttonCancel.Text = "&Close"; 939 this.buttonCancel.UseVisualStyleBackColor = true; 940 this.buttonCancel.Click += new System.EventHandler(this.ButtonCancel_Click); 941 // 942 // groupBoxMachineMatrix 943 // 944 this.groupBoxMachineMatrix.BackColor = System.Drawing.Color.Transparent; 945 this.groupBoxMachineMatrix.Controls.Add(this.checkBoxTwoRow); 946 this.groupBoxMachineMatrix.Controls.Add(this.linkLabelReConfigure); 947 this.groupBoxMachineMatrix.Location = new System.Drawing.Point(3, 78); 948 this.groupBoxMachineMatrix.Name = "groupBoxMachineMatrix"; 949 this.groupBoxMachineMatrix.Size = new System.Drawing.Size(558, 244); 950 this.groupBoxMachineMatrix.TabIndex = 5; 951 this.groupBoxMachineMatrix.TabStop = false; 952 this.groupBoxMachineMatrix.Text = " Computer &Matrix - Drag and drop computer thumbnails below to match computer ph" + 953 "ysical layout. Check the box next to each computer thumbnail to type in computer" + 954 " name. "; 955 // 956 // linkLabelReConfigure 957 // 958 this.linkLabelReConfigure.Dock = System.Windows.Forms.DockStyle.Bottom; 959 this.linkLabelReConfigure.Location = new System.Drawing.Point(3, 221); 960 this.linkLabelReConfigure.Name = "linkLabelReConfigure"; 961 this.linkLabelReConfigure.Size = new System.Drawing.Size(552, 20); 962 this.linkLabelReConfigure.TabIndex = 304; 963 this.linkLabelReConfigure.TabStop = true; 964 this.linkLabelReConfigure.Text = "Go through the setup experience"; 965 this.linkLabelReConfigure.TextAlign = System.Drawing.ContentAlignment.MiddleRight; 966 this.linkLabelReConfigure.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinkLabelReConfigure_LinkClicked); 967 // 968 // tabControlSetting 969 // 970 this.tabControlSetting.Appearance = System.Windows.Forms.TabAppearance.FlatButtons; 971 this.tabControlSetting.Controls.Add(this.tabPageMain); 972 this.tabControlSetting.Controls.Add(this.tabPageOther); 973 this.tabControlSetting.Controls.Add(this.tabPageAdvancedSettings); 974 this.tabControlSetting.Dock = System.Windows.Forms.DockStyle.Fill; 975 this.tabControlSetting.Location = new System.Drawing.Point(0, 0); 976 this.tabControlSetting.Name = "tabControlSetting"; 977 this.tabControlSetting.SelectedIndex = 0; 978 this.tabControlSetting.Size = new System.Drawing.Size(571, 391); 979 this.tabControlSetting.TabIndex = 20; 980 // 981 // tabPageAdvancedSettings 982 // 983 this.tabPageAdvancedSettings.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(245)))), ((int)(((byte)(242))))); 984 this.tabPageAdvancedSettings.Controls.Add(this.groupBoxName2IPPolicyList); 985 this.tabPageAdvancedSettings.Controls.Add(this.pictureBoxMouseWithoutBorders); 986 this.tabPageAdvancedSettings.Controls.Add(this.groupBoxDNS); 987 this.tabPageAdvancedSettings.Controls.Add(this.textBoxDNS); 988 this.tabPageAdvancedSettings.Location = new System.Drawing.Point(4, 25); 989 this.tabPageAdvancedSettings.Name = "tabPageAdvancedSettings"; 990 this.tabPageAdvancedSettings.Padding = new System.Windows.Forms.Padding(3); 991 this.tabPageAdvancedSettings.Size = new System.Drawing.Size(563, 362); 992 this.tabPageAdvancedSettings.TabIndex = 2; 993 this.tabPageAdvancedSettings.Text = "IP Mappings"; 994 // 995 // groupBoxName2IPPolicyList 996 // 997 this.groupBoxName2IPPolicyList.Controls.Add(this.textBoxMachineName2IPPolicyList); 998 this.groupBoxName2IPPolicyList.Dock = System.Windows.Forms.DockStyle.Top; 999 this.groupBoxName2IPPolicyList.Location = new System.Drawing.Point(3, 241); 1000 this.groupBoxName2IPPolicyList.Name = "groupBoxName2IPPolicyList"; 1001 this.groupBoxName2IPPolicyList.Size = new System.Drawing.Size(357, 150); 1002 this.groupBoxName2IPPolicyList.TabIndex = 1; 1003 this.groupBoxName2IPPolicyList.TabStop = false; 1004 this.groupBoxName2IPPolicyList.Text = " Policy defined machine name to IP address mappings [Managed]"; 1005 this.groupBoxName2IPPolicyList.ForeColor = Color.DimGray; 1006 this.groupBoxName2IPPolicyList.Visible = false; 1007 // 1008 // textBoxMachineName2IPPolicyList 1009 // 1010 this.textBoxMachineName2IPPolicyList.Dock = System.Windows.Forms.DockStyle.Fill; 1011 this.textBoxMachineName2IPPolicyList.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 1012 this.textBoxMachineName2IPPolicyList.Location = new System.Drawing.Point(3, 172); // 3,172 1013 this.textBoxMachineName2IPPolicyList.MaxLength = 1024; 1014 this.textBoxMachineName2IPPolicyList.Multiline = true; 1015 this.textBoxMachineName2IPPolicyList.Name = "textBoxMachineName2IPPolicyList"; 1016 this.textBoxMachineName2IPPolicyList.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; 1017 this.textBoxMachineName2IPPolicyList.Size = new System.Drawing.Size(351, 131); 1018 this.textBoxMachineName2IPPolicyList.TabIndex = 1; 1019 this.textBoxMachineName2IPPolicyList.ReadOnly = true; 1020 this.textBoxMachineName2IPPolicyList.Visible = false; 1021 // 1022 // pictureBoxMouseWithoutBorders 1023 // 1024 this.pictureBoxMouseWithoutBorders.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; 1025 this.pictureBoxMouseWithoutBorders.Dock = System.Windows.Forms.DockStyle.Bottom; 1026 this.pictureBoxMouseWithoutBorders.Location = new System.Drawing.Point(3, 241); 1027 this.pictureBoxMouseWithoutBorders.Name = "pictureBoxMouseWithoutBorders"; 1028 this.pictureBoxMouseWithoutBorders.Size = new System.Drawing.Size(557, 118); 1029 this.pictureBoxMouseWithoutBorders.TabIndex = 16; 1030 this.pictureBoxMouseWithoutBorders.TabStop = false; 1031 // 1032 // groupBoxDNS 1033 // 1034 this.groupBoxDNS.Controls.Add(this.textBoxMachineName2IP); 1035 this.groupBoxDNS.Dock = System.Windows.Forms.DockStyle.Top; 1036 this.groupBoxDNS.Location = new System.Drawing.Point(3, 85); 1037 this.groupBoxDNS.Name = "groupBoxDNS"; 1038 this.groupBoxDNS.Size = new System.Drawing.Size(557, 150); 1039 this.groupBoxDNS.TabIndex = 0; 1040 this.groupBoxDNS.TabStop = false; 1041 this.groupBoxDNS.Text = " Machine name to IP address mappings "; 1042 // 1043 // textBoxMachineName2IP 1044 // 1045 this.textBoxMachineName2IP.Dock = System.Windows.Forms.DockStyle.Fill; 1046 this.textBoxMachineName2IP.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 1047 this.textBoxMachineName2IP.Location = new System.Drawing.Point(3, 16); 1048 this.textBoxMachineName2IP.MaxLength = 1024; 1049 this.textBoxMachineName2IP.Multiline = true; 1050 this.textBoxMachineName2IP.Name = "textBoxMachineName2IP"; 1051 this.textBoxMachineName2IP.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; 1052 this.textBoxMachineName2IP.Size = new System.Drawing.Size(551, 131); 1053 this.textBoxMachineName2IP.TabIndex = 0; 1054 // 1055 // textBoxDNS 1056 // 1057 this.textBoxDNS.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(245)))), ((int)(((byte)(242))))); 1058 this.textBoxDNS.BorderStyle = System.Windows.Forms.BorderStyle.None; 1059 this.textBoxDNS.Dock = System.Windows.Forms.DockStyle.Top; 1060 this.textBoxDNS.Location = new System.Drawing.Point(3, 3); 1061 this.textBoxDNS.Multiline = true; 1062 this.textBoxDNS.Name = "textBoxDNS"; 1063 this.textBoxDNS.ReadOnly = true; 1064 this.textBoxDNS.Size = new System.Drawing.Size(557, 82); 1065 this.textBoxDNS.TabIndex = 0; 1066 this.textBoxDNS.TabStop = false; 1067 this.textBoxDNS.Text = resources.GetString("textBoxDNS.Text"); 1068 // 1069 // linkLabelHelp 1070 // 1071 this.linkLabelHelp.AutoSize = true; 1072 this.linkLabelHelp.Dock = System.Windows.Forms.DockStyle.Right; 1073 this.linkLabelHelp.Location = new System.Drawing.Point(400, 0); 1074 this.linkLabelHelp.Name = "linkLabelHelp"; 1075 this.linkLabelHelp.Size = new System.Drawing.Size(124, 13); 1076 this.linkLabelHelp.TabIndex = 300; 1077 this.linkLabelHelp.TabStop = true; 1078 this.linkLabelHelp.Text = "&Help - http://aka.ms/mm"; 1079 this.linkLabelHelp.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinkLabelHelp_LinkClicked); 1080 // 1081 // linkLabelMiniLog 1082 // 1083 this.linkLabelMiniLog.AutoSize = true; 1084 this.linkLabelMiniLog.Dock = System.Windows.Forms.DockStyle.Right; 1085 this.linkLabelMiniLog.Location = new System.Drawing.Point(524, 0); 1086 this.linkLabelMiniLog.Name = "linkLabelMiniLog"; 1087 this.linkLabelMiniLog.Size = new System.Drawing.Size(47, 13); 1088 this.linkLabelMiniLog.TabIndex = 301; 1089 this.linkLabelMiniLog.TabStop = true; 1090 this.linkLabelMiniLog.Text = "Mini Log"; 1091 this.linkLabelMiniLog.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinkLabelMiniLog_LinkClicked); 1092 // 1093 // frmMatrix 1094 // 1095 this.AllowDrop = true; 1096 this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); 1097 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; 1098 this.BackColor = System.Drawing.SystemColors.Control; 1099 this.ClientSize = new System.Drawing.Size(571, 391); 1100 this.Controls.Add(this.linkLabelHelp); 1101 this.Controls.Add(this.linkLabelMiniLog); 1102 this.Controls.Add(this.tabControlSetting); 1103 this.Controls.Add(this.pictureBoxMouseWithoutBorders0); 1104 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; 1105 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); 1106 this.MaximizeBox = false; 1107 this.Name = "frmMatrix"; 1108 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; 1109 this.Text = "Mouse Without Borders - Settings"; 1110 this.TopMost = true; 1111 this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmMatrix_FormClosed); 1112 this.Load += new System.EventHandler(this.FrmMatrix_Load); 1113 this.Shown += new System.EventHandler(this.FrmMatrix_Shown); 1114 this.DragDrop += new System.Windows.Forms.DragEventHandler(this.Form_DragDrop); 1115 this.DragEnter += new System.Windows.Forms.DragEventHandler(this.Form_DragEnter); 1116 this.DragOver += new System.Windows.Forms.DragEventHandler(this.Form_DragOver); 1117 this.DragLeave += new System.EventHandler(this.FrmMatrix_DragLeave); 1118 this.Resize += new System.EventHandler(this.FrmMatrix_Resize); 1119 ((System.ComponentModel.ISupportInitialize)(this.pictureBoxMouseWithoutBorders0)).EndInit(); 1120 this.groupBoxKeySetup.ResumeLayout(false); 1121 this.groupBoxKeySetup.PerformLayout(); 1122 this.tabPageOther.ResumeLayout(false); 1123 this.groupBoxOtherOptions.ResumeLayout(false); 1124 this.groupBoxOtherOptions.PerformLayout(); 1125 this.groupBoxShortcuts.ResumeLayout(false); 1126 this.groupBoxShortcuts.PerformLayout(); 1127 this.tabPageMain.ResumeLayout(false); 1128 this.groupBoxMachineMatrix.ResumeLayout(false); 1129 this.groupBoxMachineMatrix.PerformLayout(); 1130 this.tabControlSetting.ResumeLayout(false); 1131 this.tabPageAdvancedSettings.ResumeLayout(false); 1132 this.tabPageAdvancedSettings.PerformLayout(); 1133 this.groupBoxName2IPPolicyList.ResumeLayout(false); 1134 this.groupBoxName2IPPolicyList.PerformLayout(); 1135 ((System.ComponentModel.ISupportInitialize)(this.pictureBoxMouseWithoutBorders)).EndInit(); 1136 this.groupBoxDNS.ResumeLayout(false); 1137 this.groupBoxDNS.PerformLayout(); 1138 this.ResumeLayout(false); 1139 this.PerformLayout(); 1140 } 1141 1142 #endregion 1143 1144 private PictureBox pictureBoxMouseWithoutBorders0; 1145 private ToolTip toolTip; 1146 private ToolTip toolTipManual; 1147 private TabPage tabPageOther; 1148 private GroupBox groupBoxShortcuts; 1149 private ComboBox comboBoxReconnect; 1150 private ComboBox comboBoxSwitchToAllPC; 1151 private ComboBox comboBoxExitMM; 1152 private ComboBox comboBoxLockMachine; 1153 private ComboBox comboBoxShowSettings; 1154 private Label labelReconnect; 1155 private Label labelSwitch2AllPCMode; 1156 private RadioButton radioButtonDisable; 1157 private RadioButton radioButtonNum; 1158 private RadioButton radioButtonF1; 1159 private Label labelLockMachine; 1160 private Label labelExitMM; 1161 private Label labelShowSettings; 1162 private Label labelSwitchBetweenMachine; 1163 private TabPage tabPageMain; 1164 private Button buttonCancel; 1165 private GroupBox groupBoxMachineMatrix; 1166 private CheckBox checkBoxTwoRow; 1167 private Button buttonOK; 1168 private TabControl tabControlSetting; 1169 private ComboBox comboBoxEasyMouse; 1170 private Label LabelToggleEasyMouse; 1171 private LinkLabel linkLabelHelp; 1172 private TabPage tabPageAdvancedSettings; 1173 private GroupBox groupBoxDNS; 1174 private TextBox textBoxDNS; 1175 private TextBox textBoxMachineName2IP; 1176 private GroupBox groupBoxName2IPPolicyList; 1177 private TextBox textBoxMachineName2IPPolicyList; 1178 private PictureBox pictureBoxMouseWithoutBorders; 1179 private GroupBox groupBoxOtherOptions; 1180 private CheckBox checkBoxDrawMouse; 1181 private CheckBox checkBoxMouseMoveRelatively; 1182 private CheckBox checkBoxHideMouse; 1183 private CheckBox checkBoxBlockMouseAtCorners; 1184 private CheckBox checkBoxCircle; 1185 private CheckBox checkBoxBlockScreenSaver; 1186 private CheckBox checkBoxHideLogo; 1187 private CheckBox checkBoxShareClipboard; 1188 private CheckBox checkBoxDisableCAD; 1189 private CheckBox checkBoxReverseLookup; 1190 private CheckBox checkBoxVKMap; 1191 private LinkLabel linkLabelMiniLog; 1192 private ComboBox comboBoxScreenCapture; 1193 private Label labelScreenCapture; 1194 private LinkLabel linkLabelReConfigure; 1195 private CheckBox checkBoxSameSubNet; 1196 private CheckBox checkBoxClipNetStatus; 1197 private CheckBox checkBoxSendLog; 1198 private GroupBox groupBoxKeySetup; 1199 private Button buttonNewKey; 1200 private TextBox textBoxEnc; 1201 private Label LabelEnc; 1202 private CheckBox checkBoxShowKey; 1203 private ComboBox comboBoxEasyMouseOption; 1204 private Label labelEasyMouse; 1205 private CheckBox checkBoxTransferFile; 1206 } 1207 }