示例#1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
   this.treeMapping = new System.Windows.Forms.TreeView();
   this.labelExpand = new MediaPortal.UserInterface.Controls.MPLabel();
   this.buttonDefault = new MediaPortal.UserInterface.Controls.MPButton();
   this.buttonRemove = new MediaPortal.UserInterface.Controls.MPButton();
   this.buttonDown = new MediaPortal.UserInterface.Controls.MPButton();
   this.buttonUp = new MediaPortal.UserInterface.Controls.MPButton();
   this.beveledLine1 = new MediaPortal.UserInterface.Controls.MPBeveledLine();
   this.buttonApply = new MediaPortal.UserInterface.Controls.MPButton();
   this.buttonOk = new MediaPortal.UserInterface.Controls.MPButton();
   this.buttonCancel = new MediaPortal.UserInterface.Controls.MPButton();
   this.headerLabel = new MediaPortal.UserInterface.Controls.MPGradientLabel();
   this.groupBoxAction = new MediaPortal.UserInterface.Controls.MPGroupBox();
   this.checkBoxGainFocus = new MediaPortal.UserInterface.Controls.MPCheckBox();
   this.textBoxKeyCode = new MediaPortal.UserInterface.Controls.MPTextBox();
   this.label1 = new MediaPortal.UserInterface.Controls.MPLabel();
   this.textBoxKeyChar = new MediaPortal.UserInterface.Controls.MPTextBox();
   this.radioButtonProcess = new MediaPortal.UserInterface.Controls.MPRadioButton();
   this.labelSound = new MediaPortal.UserInterface.Controls.MPLabel();
   this.comboBoxSound = new MediaPortal.UserInterface.Controls.MPComboBox();
   this.radioButtonAction = new MediaPortal.UserInterface.Controls.MPRadioButton();
   this.radioButtonActWindow = new MediaPortal.UserInterface.Controls.MPRadioButton();
   this.radioButtonToggle = new MediaPortal.UserInterface.Controls.MPRadioButton();
   this.radioButtonPower = new MediaPortal.UserInterface.Controls.MPRadioButton();
   this.comboBoxCmdProperty = new MediaPortal.UserInterface.Controls.MPComboBox();
   this.groupBoxCondition = new MediaPortal.UserInterface.Controls.MPGroupBox();
   this.radioButtonWindow = new MediaPortal.UserInterface.Controls.MPRadioButton();
   this.radioButtonFullscreen = new MediaPortal.UserInterface.Controls.MPRadioButton();
   this.radioButtonPlaying = new MediaPortal.UserInterface.Controls.MPRadioButton();
   this.radioButtonNoCondition = new MediaPortal.UserInterface.Controls.MPRadioButton();
   this.comboBoxCondProperty = new MediaPortal.UserInterface.Controls.MPComboBox();
   this.groupBoxLayer = new MediaPortal.UserInterface.Controls.MPGroupBox();
   this.comboBoxLayer = new MediaPortal.UserInterface.Controls.MPComboBox();
   this.labelLayer = new MediaPortal.UserInterface.Controls.MPLabel();
   this.buttonNew = new MediaPortal.UserInterface.Controls.MPButton();
   this.groupBoxAction.SuspendLayout();
   this.groupBoxCondition.SuspendLayout();
   this.groupBoxLayer.SuspendLayout();
   this.SuspendLayout();
   // 
   // treeMapping
   // 
   this.treeMapping.AllowDrop = true;
   this.treeMapping.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      ((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
         | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
   this.treeMapping.FullRowSelect = true;
   this.treeMapping.HideSelection = false;
   this.treeMapping.Location = new System.Drawing.Point(16, 56);
   this.treeMapping.Name = "treeMapping";
   this.treeMapping.Size = new System.Drawing.Size(312, 335);
   this.treeMapping.TabIndex = 1;
   this.treeMapping.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeMapping_AfterSelect);
   // 
   // labelExpand
   // 
   this.labelExpand.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
   this.labelExpand.AutoSize = true;
   this.labelExpand.Location = new System.Drawing.Point(328, 374);
   this.labelExpand.Name = "labelExpand";
   this.labelExpand.Size = new System.Drawing.Size(13, 13);
   this.labelExpand.TabIndex = 29;
   this.labelExpand.Text = "+";
   this.labelExpand.Click += new System.EventHandler(this.labelExpand_Click);
   // 
   // buttonDefault
   // 
   this.buttonDefault.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
   this.buttonDefault.Location = new System.Drawing.Point(262, 442);
   this.buttonDefault.Name = "buttonDefault";
   this.buttonDefault.Size = new System.Drawing.Size(75, 23);
   this.buttonDefault.TabIndex = 28;
   this.buttonDefault.Text = "Reset";
   this.buttonDefault.UseVisualStyleBackColor = true;
   this.buttonDefault.Click += new System.EventHandler(this.buttonDefault_Click);
   // 
   // buttonRemove
   // 
   this.buttonRemove.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
   this.buttonRemove.Location = new System.Drawing.Point(272, 397);
   this.buttonRemove.Name = "buttonRemove";
   this.buttonRemove.Size = new System.Drawing.Size(56, 20);
   this.buttonRemove.TabIndex = 27;
   this.buttonRemove.Text = "Remove";
   this.buttonRemove.UseVisualStyleBackColor = true;
   this.buttonRemove.Click += new System.EventHandler(this.buttonRemove_Click);
   // 
   // buttonDown
   // 
   this.buttonDown.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
   this.buttonDown.Location = new System.Drawing.Point(97, 397);
   this.buttonDown.Name = "buttonDown";
   this.buttonDown.Size = new System.Drawing.Size(56, 20);
   this.buttonDown.TabIndex = 24;
   this.buttonDown.Text = "Down";
   this.buttonDown.UseVisualStyleBackColor = true;
   this.buttonDown.Click += new System.EventHandler(this.buttonDown_Click);
   // 
   // buttonUp
   // 
   this.buttonUp.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
   this.buttonUp.Location = new System.Drawing.Point(16, 397);
   this.buttonUp.Name = "buttonUp";
   this.buttonUp.Size = new System.Drawing.Size(56, 20);
   this.buttonUp.TabIndex = 23;
   this.buttonUp.Text = "Up";
   this.buttonUp.UseVisualStyleBackColor = true;
   this.buttonUp.Click += new System.EventHandler(this.buttonUp_Click);
   // 
   // beveledLine1
   // 
   this.beveledLine1.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      (((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
   this.beveledLine1.Location = new System.Drawing.Point(8, 432);
   this.beveledLine1.Name = "beveledLine1";
   this.beveledLine1.Size = new System.Drawing.Size(572, 2);
   this.beveledLine1.TabIndex = 21;
   // 
   // buttonApply
   // 
   this.buttonApply.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
   this.buttonApply.DialogResult = System.Windows.Forms.DialogResult.Cancel;
   this.buttonApply.Location = new System.Drawing.Point(343, 442);
   this.buttonApply.Name = "buttonApply";
   this.buttonApply.Size = new System.Drawing.Size(75, 23);
   this.buttonApply.TabIndex = 20;
   this.buttonApply.Text = "Apply";
   this.buttonApply.UseVisualStyleBackColor = true;
   this.buttonApply.Click += new System.EventHandler(this.buttonApply_Click);
   // 
   // buttonOk
   // 
   this.buttonOk.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
   this.buttonOk.Location = new System.Drawing.Point(424, 442);
   this.buttonOk.Name = "buttonOk";
   this.buttonOk.Size = new System.Drawing.Size(75, 23);
   this.buttonOk.TabIndex = 19;
   this.buttonOk.Text = "OK";
   this.buttonOk.UseVisualStyleBackColor = true;
   this.buttonOk.Click += new System.EventHandler(this.buttonOk_Click);
   // 
   // buttonCancel
   // 
   this.buttonCancel.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
   this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
   this.buttonCancel.Location = new System.Drawing.Point(505, 442);
   this.buttonCancel.Name = "buttonCancel";
   this.buttonCancel.Size = new System.Drawing.Size(75, 23);
   this.buttonCancel.TabIndex = 18;
   this.buttonCancel.Text = "Cancel";
   this.buttonCancel.UseVisualStyleBackColor = true;
   // 
   // headerLabel
   // 
   this.headerLabel.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
   this.headerLabel.Caption = "";
   this.headerLabel.FirstColor = System.Drawing.SystemColors.InactiveCaption;
   this.headerLabel.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular,
                                                   System.Drawing.GraphicsUnit.Point, ((byte)(0)));
   this.headerLabel.LastColor = System.Drawing.Color.WhiteSmoke;
   this.headerLabel.Location = new System.Drawing.Point(16, 16);
   this.headerLabel.Name = "headerLabel";
   this.headerLabel.PaddingLeft = 2;
   this.headerLabel.Size = new System.Drawing.Size(558, 24);
   this.headerLabel.TabIndex = 17;
   this.headerLabel.TextColor = System.Drawing.Color.WhiteSmoke;
   this.headerLabel.TextFont = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular,
                                                       System.Drawing.GraphicsUnit.Point, ((byte)(0)));
   // 
   // groupBoxAction
   // 
   this.groupBoxAction.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
   this.groupBoxAction.Controls.Add(this.checkBoxGainFocus);
   this.groupBoxAction.Controls.Add(this.textBoxKeyCode);
   this.groupBoxAction.Controls.Add(this.label1);
   this.groupBoxAction.Controls.Add(this.textBoxKeyChar);
   this.groupBoxAction.Controls.Add(this.radioButtonProcess);
   this.groupBoxAction.Controls.Add(this.labelSound);
   this.groupBoxAction.Controls.Add(this.comboBoxSound);
   this.groupBoxAction.Controls.Add(this.radioButtonAction);
   this.groupBoxAction.Controls.Add(this.radioButtonActWindow);
   this.groupBoxAction.Controls.Add(this.radioButtonToggle);
   this.groupBoxAction.Controls.Add(this.radioButtonPower);
   this.groupBoxAction.Controls.Add(this.comboBoxCmdProperty);
   this.groupBoxAction.Enabled = false;
   this.groupBoxAction.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.groupBoxAction.Location = new System.Drawing.Point(350, 221);
   this.groupBoxAction.Name = "groupBoxAction";
   this.groupBoxAction.Size = new System.Drawing.Size(224, 192);
   this.groupBoxAction.TabIndex = 16;
   this.groupBoxAction.TabStop = false;
   this.groupBoxAction.Text = "Action";
   // 
   // checkBoxGainFocus
   // 
   this.checkBoxGainFocus.AutoSize = true;
   this.checkBoxGainFocus.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.checkBoxGainFocus.Location = new System.Drawing.Point(112, 68);
   this.checkBoxGainFocus.Name = "checkBoxGainFocus";
   this.checkBoxGainFocus.Size = new System.Drawing.Size(78, 17);
   this.checkBoxGainFocus.TabIndex = 25;
   this.checkBoxGainFocus.Text = "Gain Focus";
   this.checkBoxGainFocus.UseVisualStyleBackColor = true;
   this.checkBoxGainFocus.CheckedChanged += new System.EventHandler(this.checkBoxGainFocus_CheckedChanged);
   // 
   // textBoxKeyCode
   // 
   this.textBoxKeyCode.BorderColor = System.Drawing.Color.Empty;
   this.textBoxKeyCode.Enabled = false;
   this.textBoxKeyCode.Location = new System.Drawing.Point(152, 124);
   this.textBoxKeyCode.MaxLength = 3;
   this.textBoxKeyCode.Name = "textBoxKeyCode";
   this.textBoxKeyCode.Size = new System.Drawing.Size(48, 20);
   this.textBoxKeyCode.TabIndex = 24;
   this.textBoxKeyCode.KeyUp += new System.Windows.Forms.KeyEventHandler(this.textBoxKeyCode_KeyUp);
   this.textBoxKeyCode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxKeyCode_KeyPress);
   // 
   // label1
   // 
   this.label1.AutoSize = true;
   this.label1.Location = new System.Drawing.Point(24, 128);
   this.label1.Name = "label1";
   this.label1.Size = new System.Drawing.Size(28, 13);
   this.label1.TabIndex = 23;
   this.label1.Text = "Key:";
   // 
   // textBoxKeyChar
   // 
   this.textBoxKeyChar.BorderColor = System.Drawing.Color.Empty;
   this.textBoxKeyChar.Enabled = false;
   this.textBoxKeyChar.Location = new System.Drawing.Point(72, 124);
   this.textBoxKeyChar.MaxLength = 3;
   this.textBoxKeyChar.Name = "textBoxKeyChar";
   this.textBoxKeyChar.Size = new System.Drawing.Size(80, 20);
   this.textBoxKeyChar.TabIndex = 22;
   this.textBoxKeyChar.KeyUp += new System.Windows.Forms.KeyEventHandler(this.textBoxKeyChar_KeyUp);
   this.textBoxKeyChar.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxKeyChar_KeyPress);
   // 
   // radioButtonProcess
   // 
   this.radioButtonProcess.AutoSize = true;
   this.radioButtonProcess.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.radioButtonProcess.Location = new System.Drawing.Point(24, 68);
   this.radioButtonProcess.Name = "radioButtonProcess";
   this.radioButtonProcess.Size = new System.Drawing.Size(62, 17);
   this.radioButtonProcess.TabIndex = 21;
   this.radioButtonProcess.Text = "Process";
   this.radioButtonProcess.UseVisualStyleBackColor = true;
   this.radioButtonProcess.Click += new System.EventHandler(this.radioButtonProcess_Click);
   // 
   // labelSound
   // 
   this.labelSound.AutoSize = true;
   this.labelSound.Location = new System.Drawing.Point(24, 156);
   this.labelSound.Name = "labelSound";
   this.labelSound.Size = new System.Drawing.Size(41, 13);
   this.labelSound.TabIndex = 20;
   this.labelSound.Text = "Sound:";
   // 
   // comboBoxSound
   // 
   this.comboBoxSound.BorderColor = System.Drawing.Color.Empty;
   this.comboBoxSound.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
   this.comboBoxSound.ForeColor = System.Drawing.Color.DarkRed;
   this.comboBoxSound.Location = new System.Drawing.Point(72, 153);
   this.comboBoxSound.Name = "comboBoxSound";
   this.comboBoxSound.Size = new System.Drawing.Size(128, 21);
   this.comboBoxSound.TabIndex = 19;
   this.comboBoxSound.SelectionChangeCommitted += new System.EventHandler(this.comboBoxSound_SelectionChangeCommitted);
   // 
   // radioButtonAction
   // 
   this.radioButtonAction.AutoSize = true;
   this.radioButtonAction.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.radioButtonAction.Location = new System.Drawing.Point(24, 20);
   this.radioButtonAction.Name = "radioButtonAction";
   this.radioButtonAction.Size = new System.Drawing.Size(54, 17);
   this.radioButtonAction.TabIndex = 14;
   this.radioButtonAction.Text = "Action";
   this.radioButtonAction.UseVisualStyleBackColor = true;
   this.radioButtonAction.Click += new System.EventHandler(this.radioButtonAction_Click);
   // 
   // radioButtonActWindow
   // 
   this.radioButtonActWindow.AutoSize = true;
   this.radioButtonActWindow.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.radioButtonActWindow.Location = new System.Drawing.Point(112, 20);
   this.radioButtonActWindow.Name = "radioButtonActWindow";
   this.radioButtonActWindow.Size = new System.Drawing.Size(63, 17);
   this.radioButtonActWindow.TabIndex = 14;
   this.radioButtonActWindow.Text = "Window";
   this.radioButtonActWindow.UseVisualStyleBackColor = true;
   this.radioButtonActWindow.Click += new System.EventHandler(this.radioButtonActWindow_Click);
   // 
   // radioButtonToggle
   // 
   this.radioButtonToggle.AutoSize = true;
   this.radioButtonToggle.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.radioButtonToggle.Location = new System.Drawing.Point(112, 44);
   this.radioButtonToggle.Name = "radioButtonToggle";
   this.radioButtonToggle.Size = new System.Drawing.Size(86, 17);
   this.radioButtonToggle.TabIndex = 17;
   this.radioButtonToggle.Text = "Toggle Layer";
   this.radioButtonToggle.UseVisualStyleBackColor = true;
   this.radioButtonToggle.Click += new System.EventHandler(this.radioButtonToggle_Click);
   // 
   // radioButtonPower
   // 
   this.radioButtonPower.AutoSize = true;
   this.radioButtonPower.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.radioButtonPower.Location = new System.Drawing.Point(24, 44);
   this.radioButtonPower.Name = "radioButtonPower";
   this.radioButtonPower.Size = new System.Drawing.Size(80, 17);
   this.radioButtonPower.TabIndex = 18;
   this.radioButtonPower.Text = "Powerdown";
   this.radioButtonPower.UseVisualStyleBackColor = true;
   this.radioButtonPower.Click += new System.EventHandler(this.radioButtonPower_Click);
   // 
   // comboBoxCmdProperty
   // 
   this.comboBoxCmdProperty.BorderColor = System.Drawing.Color.Empty;
   this.comboBoxCmdProperty.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
   this.comboBoxCmdProperty.ForeColor = System.Drawing.Color.DarkGreen;
   this.comboBoxCmdProperty.Location = new System.Drawing.Point(24, 92);
   this.comboBoxCmdProperty.Name = "comboBoxCmdProperty";
   this.comboBoxCmdProperty.Size = new System.Drawing.Size(176, 21);
   this.comboBoxCmdProperty.Sorted = true;
   this.comboBoxCmdProperty.TabIndex = 14;
   this.comboBoxCmdProperty.SelectionChangeCommitted +=
     new System.EventHandler(this.comboBoxCmdProperty_SelectionChangeCommitted);
   // 
   // groupBoxCondition
   // 
   this.groupBoxCondition.Anchor = System.Windows.Forms.AnchorStyles.Right;
   this.groupBoxCondition.Controls.Add(this.radioButtonWindow);
   this.groupBoxCondition.Controls.Add(this.radioButtonFullscreen);
   this.groupBoxCondition.Controls.Add(this.radioButtonPlaying);
   this.groupBoxCondition.Controls.Add(this.radioButtonNoCondition);
   this.groupBoxCondition.Controls.Add(this.comboBoxCondProperty);
   this.groupBoxCondition.Enabled = false;
   this.groupBoxCondition.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.groupBoxCondition.Location = new System.Drawing.Point(350, 110);
   this.groupBoxCondition.Name = "groupBoxCondition";
   this.groupBoxCondition.Size = new System.Drawing.Size(224, 100);
   this.groupBoxCondition.TabIndex = 15;
   this.groupBoxCondition.TabStop = false;
   this.groupBoxCondition.Text = "Condition";
   // 
   // radioButtonWindow
   // 
   this.radioButtonWindow.AutoSize = true;
   this.radioButtonWindow.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.radioButtonWindow.Location = new System.Drawing.Point(24, 20);
   this.radioButtonWindow.Name = "radioButtonWindow";
   this.radioButtonWindow.Size = new System.Drawing.Size(63, 17);
   this.radioButtonWindow.TabIndex = 9;
   this.radioButtonWindow.Text = "Window";
   this.radioButtonWindow.UseVisualStyleBackColor = true;
   this.radioButtonWindow.Click += new System.EventHandler(this.radioButtonWindow_Click);
   // 
   // radioButtonFullscreen
   // 
   this.radioButtonFullscreen.AutoSize = true;
   this.radioButtonFullscreen.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.radioButtonFullscreen.Location = new System.Drawing.Point(112, 20);
   this.radioButtonFullscreen.Name = "radioButtonFullscreen";
   this.radioButtonFullscreen.Size = new System.Drawing.Size(72, 17);
   this.radioButtonFullscreen.TabIndex = 10;
   this.radioButtonFullscreen.Text = "Fullscreen";
   this.radioButtonFullscreen.UseVisualStyleBackColor = true;
   this.radioButtonFullscreen.Click += new System.EventHandler(this.radioButtonFullscreen_Click);
   // 
   // radioButtonPlaying
   // 
   this.radioButtonPlaying.AutoSize = true;
   this.radioButtonPlaying.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.radioButtonPlaying.Location = new System.Drawing.Point(24, 44);
   this.radioButtonPlaying.Name = "radioButtonPlaying";
   this.radioButtonPlaying.Size = new System.Drawing.Size(58, 17);
   this.radioButtonPlaying.TabIndex = 11;
   this.radioButtonPlaying.Text = "Playing";
   this.radioButtonPlaying.UseVisualStyleBackColor = true;
   this.radioButtonPlaying.Click += new System.EventHandler(this.radioButtonPlaying_Click);
   // 
   // radioButtonNoCondition
   // 
   this.radioButtonNoCondition.AutoSize = true;
   this.radioButtonNoCondition.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.radioButtonNoCondition.Location = new System.Drawing.Point(112, 44);
   this.radioButtonNoCondition.Name = "radioButtonNoCondition";
   this.radioButtonNoCondition.Size = new System.Drawing.Size(85, 17);
   this.radioButtonNoCondition.TabIndex = 12;
   this.radioButtonNoCondition.Text = "No Condition";
   this.radioButtonNoCondition.UseVisualStyleBackColor = true;
   this.radioButtonNoCondition.Click += new System.EventHandler(this.radioButtonNoCondition_Click);
   // 
   // comboBoxCondProperty
   // 
   this.comboBoxCondProperty.BorderColor = System.Drawing.Color.Empty;
   this.comboBoxCondProperty.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
   this.comboBoxCondProperty.ForeColor = System.Drawing.Color.Blue;
   this.comboBoxCondProperty.Location = new System.Drawing.Point(24, 68);
   this.comboBoxCondProperty.Name = "comboBoxCondProperty";
   this.comboBoxCondProperty.Size = new System.Drawing.Size(176, 21);
   this.comboBoxCondProperty.Sorted = true;
   this.comboBoxCondProperty.TabIndex = 13;
   this.comboBoxCondProperty.SelectionChangeCommitted +=
     new System.EventHandler(this.comboBoxCondProperty_SelectionChangeCommitted);
   // 
   // groupBoxLayer
   // 
   this.groupBoxLayer.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
   this.groupBoxLayer.Controls.Add(this.comboBoxLayer);
   this.groupBoxLayer.Controls.Add(this.labelLayer);
   this.groupBoxLayer.Enabled = false;
   this.groupBoxLayer.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.groupBoxLayer.Location = new System.Drawing.Point(350, 48);
   this.groupBoxLayer.Name = "groupBoxLayer";
   this.groupBoxLayer.Size = new System.Drawing.Size(224, 52);
   this.groupBoxLayer.TabIndex = 22;
   this.groupBoxLayer.TabStop = false;
   this.groupBoxLayer.Text = "Layer";
   // 
   // comboBoxLayer
   // 
   this.comboBoxLayer.BorderColor = System.Drawing.Color.Empty;
   this.comboBoxLayer.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
   this.comboBoxLayer.ForeColor = System.Drawing.Color.DimGray;
   this.comboBoxLayer.Location = new System.Drawing.Point(80, 20);
   this.comboBoxLayer.Name = "comboBoxLayer";
   this.comboBoxLayer.Size = new System.Drawing.Size(121, 21);
   this.comboBoxLayer.TabIndex = 25;
   this.comboBoxLayer.SelectionChangeCommitted += new System.EventHandler(this.comboBoxLayer_SelectionChangeCommitted);
   // 
   // labelLayer
   // 
   this.labelLayer.AutoSize = true;
   this.labelLayer.Location = new System.Drawing.Point(24, 23);
   this.labelLayer.Name = "labelLayer";
   this.labelLayer.Size = new System.Drawing.Size(36, 13);
   this.labelLayer.TabIndex = 16;
   this.labelLayer.Text = "Layer:";
   // 
   // buttonNew
   // 
   this.buttonNew.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
   this.buttonNew.Location = new System.Drawing.Point(189, 397);
   this.buttonNew.Name = "buttonNew";
   this.buttonNew.Size = new System.Drawing.Size(56, 20);
   this.buttonNew.TabIndex = 26;
   this.buttonNew.Text = "New";
   this.buttonNew.UseVisualStyleBackColor = true;
   this.buttonNew.Click += new System.EventHandler(this.buttonNew_Click);
   // 
   // InputMappingForm
   // 
   this.AcceptButton = this.buttonOk;
   this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
   this.AutoScroll = true;
   this.CancelButton = this.buttonCancel;
   this.ClientSize = new System.Drawing.Size(590, 475);
   this.Controls.Add(this.labelExpand);
   this.Controls.Add(this.treeMapping);
   this.Controls.Add(this.buttonDefault);
   this.Controls.Add(this.buttonRemove);
   this.Controls.Add(this.buttonNew);
   this.Controls.Add(this.buttonDown);
   this.Controls.Add(this.buttonUp);
   this.Controls.Add(this.beveledLine1);
   this.Controls.Add(this.buttonApply);
   this.Controls.Add(this.buttonOk);
   this.Controls.Add(this.buttonCancel);
   this.Controls.Add(this.headerLabel);
   this.Controls.Add(this.groupBoxAction);
   this.Controls.Add(this.groupBoxCondition);
   this.Controls.Add(this.groupBoxLayer);
   this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
   this.Name = "InputMappingForm";
   this.ShowInTaskbar = false;
   this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
   this.Text = "MediaPortal - Setup";
   this.groupBoxAction.ResumeLayout(false);
   this.groupBoxAction.PerformLayout();
   this.groupBoxCondition.ResumeLayout(false);
   this.groupBoxCondition.PerformLayout();
   this.groupBoxLayer.ResumeLayout(false);
   this.groupBoxLayer.PerformLayout();
   this.ResumeLayout(false);
   this.PerformLayout();
 }
    /// <summary>
    /// Required method for Designer support - do not modify
    /// the contents of this method with the code editor.
    /// </summary>
    private void InitializeComponent()
    {
      this.tabControlSkinSettings = new MediaPortal.UserInterface.Controls.MPTabControl();
      this.tabPageGeneral = new System.Windows.Forms.TabPage();
      this.groupBoxTheme = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.panelFitImage = new System.Windows.Forms.Panel();
      this.previewPictureBox = new System.Windows.Forms.PictureBox();
      this.listViewAvailableThemes = new System.Windows.Forms.ListView();
      this.colName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
      this.colVersion = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
      this.tabPageTVGuideSettings = new System.Windows.Forms.TabPage();
      this.tabControlTvGuideSettings = new MediaPortal.UserInterface.Controls.MPTabControl();
      this.tabPageTvGuideGeneral = new System.Windows.Forms.TabPage();
      this.labelTVPluginNotInstalled = new System.Windows.Forms.Label();
      this.gbGenreSettings = new System.Windows.Forms.GroupBox();
      this.cbColoredGuide = new System.Windows.Forms.CheckBox();
      this.cbBorderHighlight = new System.Windows.Forms.CheckBox();
      this.cbGenreColorKey = new System.Windows.Forms.CheckBox();
      this.cbGenreColoring = new System.Windows.Forms.CheckBox();
      this.tabPageTvGuideColors = new MediaPortal.UserInterface.Controls.MPTabPage();
      this.groupGenreColors = new MediaPortal.UserInterface.Controls.MPGroupBox();
      this.labelNoConnectionToServer = new System.Windows.Forms.Label();
      this.listViewGuideGenres = new MediaPortal.UserInterface.Controls.MPListView();
      this.columnHeader9 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
      this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
      this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
      this.mpButtonOnLaterColor = new MediaPortal.UserInterface.Controls.MPButton();
      this.mpButtonOnNowColor = new MediaPortal.UserInterface.Controls.MPButton();
      this.groupGroupColor = new System.Windows.Forms.GroupBox();
      this.mpLabel11 = new MediaPortal.UserInterface.Controls.MPLabel();
      this.colorComboBoxGroupSel = new MediaPortal.WinCustomControls.ColorComboBox();
      this.mpLabel12 = new MediaPortal.UserInterface.Controls.MPLabel();
      this.colorComboBoxGroup = new MediaPortal.WinCustomControls.ColorComboBox();
      this.groupChannelColors = new System.Windows.Forms.GroupBox();
      this.mpLabel9 = new MediaPortal.UserInterface.Controls.MPLabel();
      this.colorComboBoxChannelSel = new MediaPortal.WinCustomControls.ColorComboBox();
      this.mpLabel10 = new MediaPortal.UserInterface.Controls.MPLabel();
      this.colorComboBoxChannel = new MediaPortal.WinCustomControls.ColorComboBox();
      this.groupDefaultColors = new System.Windows.Forms.GroupBox();
      this.mpLabel14 = new MediaPortal.UserInterface.Controls.MPLabel();
      this.colorComboBoxPgmOnLater = new MediaPortal.WinCustomControls.ColorComboBox();
      this.mpLabel15 = new MediaPortal.UserInterface.Controls.MPLabel();
      this.colorComboBoxPgmOnNow = new MediaPortal.WinCustomControls.ColorComboBox();
      this.mpLabel13 = new MediaPortal.UserInterface.Controls.MPLabel();
      this.colorComboBoxPgmBorder = new MediaPortal.WinCustomControls.ColorComboBox();
      this.mpLabel8 = new MediaPortal.UserInterface.Controls.MPLabel();
      this.colorComboBoxPgmSel = new MediaPortal.WinCustomControls.ColorComboBox();
      this.mpLabel4 = new MediaPortal.UserInterface.Controls.MPLabel();
      this.colorComboBoxPgmEnded = new MediaPortal.WinCustomControls.ColorComboBox();
      this.mpButtonOk = new System.Windows.Forms.Button();
      this.mpButtonCancel = new System.Windows.Forms.Button();
      this.beveledLine1 = new MediaPortal.UserInterface.Controls.MPBeveledLine();
      this.headerLabel = new MediaPortal.UserInterface.Controls.MPGradientLabel();
      this.tabControlSkinSettings.SuspendLayout();
      this.tabPageGeneral.SuspendLayout();
      this.groupBoxTheme.SuspendLayout();
      this.panelFitImage.SuspendLayout();
      ((System.ComponentModel.ISupportInitialize)(this.previewPictureBox)).BeginInit();
      this.tabPageTVGuideSettings.SuspendLayout();
      this.tabControlTvGuideSettings.SuspendLayout();
      this.tabPageTvGuideGeneral.SuspendLayout();
      this.gbGenreSettings.SuspendLayout();
      this.tabPageTvGuideColors.SuspendLayout();
      this.groupGenreColors.SuspendLayout();
      this.groupGroupColor.SuspendLayout();
      this.groupChannelColors.SuspendLayout();
      this.groupDefaultColors.SuspendLayout();
      this.SuspendLayout();
      // 
      // tabControlSkinSettings
      // 
      this.tabControlSkinSettings.Controls.Add(this.tabPageGeneral);
      this.tabControlSkinSettings.Controls.Add(this.tabPageTVGuideSettings);
      this.tabControlSkinSettings.Location = new System.Drawing.Point(17, 42);
      this.tabControlSkinSettings.Name = "tabControlSkinSettings";
      this.tabControlSkinSettings.SelectedIndex = 0;
      this.tabControlSkinSettings.Size = new System.Drawing.Size(472, 479);
      this.tabControlSkinSettings.TabIndex = 12;
      // 
      // tabPageGeneral
      // 
      this.tabPageGeneral.Controls.Add(this.groupBoxTheme);
      this.tabPageGeneral.Location = new System.Drawing.Point(4, 22);
      this.tabPageGeneral.Name = "tabPageGeneral";
      this.tabPageGeneral.Padding = new System.Windows.Forms.Padding(3);
      this.tabPageGeneral.Size = new System.Drawing.Size(464, 453);
      this.tabPageGeneral.TabIndex = 6;
      this.tabPageGeneral.Text = "General";
      this.tabPageGeneral.UseVisualStyleBackColor = true;
      // 
      // groupBoxTheme
      // 
      this.groupBoxTheme.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.groupBoxTheme.Controls.Add(this.panelFitImage);
      this.groupBoxTheme.Controls.Add(this.listViewAvailableThemes);
      this.groupBoxTheme.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.groupBoxTheme.Location = new System.Drawing.Point(6, 5);
      this.groupBoxTheme.Name = "groupBoxTheme";
      this.groupBoxTheme.Size = new System.Drawing.Size(452, 442);
      this.groupBoxTheme.TabIndex = 5;
      this.groupBoxTheme.TabStop = false;
      this.groupBoxTheme.Text = "Theme selection";
      // 
      // panelFitImage
      // 
      this.panelFitImage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.panelFitImage.Controls.Add(this.previewPictureBox);
      this.panelFitImage.Location = new System.Drawing.Point(12, 22);
      this.panelFitImage.Name = "panelFitImage";
      this.panelFitImage.Size = new System.Drawing.Size(430, 222);
      this.panelFitImage.TabIndex = 5;
      // 
      // previewPictureBox
      // 
      this.previewPictureBox.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
      this.previewPictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
      this.previewPictureBox.Image = global::MediaPortal.Configuration.Properties.Resources.mplogo;
      this.previewPictureBox.Location = new System.Drawing.Point(0, 0);
      this.previewPictureBox.Name = "previewPictureBox";
      this.previewPictureBox.Size = new System.Drawing.Size(430, 222);
      this.previewPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
      this.previewPictureBox.TabIndex = 5;
      this.previewPictureBox.TabStop = false;
      // 
      // listViewAvailableThemes
      // 
      this.listViewAvailableThemes.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.listViewAvailableThemes.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.colName,
            this.colVersion});
      this.listViewAvailableThemes.FullRowSelect = true;
      this.listViewAvailableThemes.HideSelection = false;
      this.listViewAvailableThemes.Location = new System.Drawing.Point(11, 262);
      this.listViewAvailableThemes.MultiSelect = false;
      this.listViewAvailableThemes.Name = "listViewAvailableThemes";
      this.listViewAvailableThemes.Size = new System.Drawing.Size(430, 168);
      this.listViewAvailableThemes.TabIndex = 3;
      this.listViewAvailableThemes.UseCompatibleStateImageBehavior = false;
      this.listViewAvailableThemes.View = System.Windows.Forms.View.Details;
      this.listViewAvailableThemes.SelectedIndexChanged += new System.EventHandler(this.listViewAvailableThemes_SelectedIndexChanged);
      // 
      // colName
      // 
      this.colName.Text = "Name";
      this.colName.Width = 329;
      // 
      // colVersion
      // 
      this.colVersion.Text = "Version";
      this.colVersion.Width = 86;
      // 
      // tabPageTVGuideSettings
      // 
      this.tabPageTVGuideSettings.Controls.Add(this.tabControlTvGuideSettings);
      this.tabPageTVGuideSettings.Location = new System.Drawing.Point(4, 22);
      this.tabPageTVGuideSettings.Name = "tabPageTVGuideSettings";
      this.tabPageTVGuideSettings.Padding = new System.Windows.Forms.Padding(3);
      this.tabPageTVGuideSettings.Size = new System.Drawing.Size(464, 453);
      this.tabPageTVGuideSettings.TabIndex = 5;
      this.tabPageTVGuideSettings.Text = "TV guide";
      this.tabPageTVGuideSettings.UseVisualStyleBackColor = true;
      // 
      // tabControlTvGuideSettings
      // 
      this.tabControlTvGuideSettings.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.tabControlTvGuideSettings.Controls.Add(this.tabPageTvGuideGeneral);
      this.tabControlTvGuideSettings.Controls.Add(this.tabPageTvGuideColors);
      this.tabControlTvGuideSettings.HotTrack = true;
      this.tabControlTvGuideSettings.Location = new System.Drawing.Point(6, 6);
      this.tabControlTvGuideSettings.Name = "tabControlTvGuideSettings";
      this.tabControlTvGuideSettings.SelectedIndex = 0;
      this.tabControlTvGuideSettings.Size = new System.Drawing.Size(452, 441);
      this.tabControlTvGuideSettings.TabIndex = 1;
      // 
      // tabPageTvGuideGeneral
      // 
      this.tabPageTvGuideGeneral.Controls.Add(this.labelTVPluginNotInstalled);
      this.tabPageTvGuideGeneral.Controls.Add(this.gbGenreSettings);
      this.tabPageTvGuideGeneral.Location = new System.Drawing.Point(4, 22);
      this.tabPageTvGuideGeneral.Name = "tabPageTvGuideGeneral";
      this.tabPageTvGuideGeneral.Padding = new System.Windows.Forms.Padding(3);
      this.tabPageTvGuideGeneral.Size = new System.Drawing.Size(444, 415);
      this.tabPageTvGuideGeneral.TabIndex = 2;
      this.tabPageTvGuideGeneral.Text = "Settings";
      this.tabPageTvGuideGeneral.UseVisualStyleBackColor = true;
      // 
      // labelTVPluginNotInstalled
      // 
      this.labelTVPluginNotInstalled.AutoSize = true;
      this.labelTVPluginNotInstalled.ForeColor = System.Drawing.SystemColors.ControlText;
      this.labelTVPluginNotInstalled.Location = new System.Drawing.Point(6, 28);
      this.labelTVPluginNotInstalled.Name = "labelTVPluginNotInstalled";
      this.labelTVPluginNotInstalled.Size = new System.Drawing.Size(128, 13);
      this.labelTVPluginNotInstalled.TabIndex = 1;
      this.labelTVPluginNotInstalled.Text = "labelTVPluginNotInstalled";
      // 
      // gbGenreSettings
      // 
      this.gbGenreSettings.Controls.Add(this.cbColoredGuide);
      this.gbGenreSettings.Controls.Add(this.cbBorderHighlight);
      this.gbGenreSettings.Controls.Add(this.cbGenreColorKey);
      this.gbGenreSettings.Controls.Add(this.cbGenreColoring);
      this.gbGenreSettings.Location = new System.Drawing.Point(6, 6);
      this.gbGenreSettings.Name = "gbGenreSettings";
      this.gbGenreSettings.Size = new System.Drawing.Size(432, 117);
      this.gbGenreSettings.TabIndex = 0;
      this.gbGenreSettings.TabStop = false;
      this.gbGenreSettings.Text = "Program color settings";
      // 
      // cbColoredGuide
      // 
      this.cbColoredGuide.AutoSize = true;
      this.cbColoredGuide.Location = new System.Drawing.Point(10, 21);
      this.cbColoredGuide.Name = "cbColoredGuide";
      this.cbColoredGuide.Size = new System.Drawing.Size(247, 17);
      this.cbColoredGuide.TabIndex = 3;
      this.cbColoredGuide.Text = "Enable guide coloring (set colors on Colors tab)";
      this.cbColoredGuide.UseVisualStyleBackColor = true;
      this.cbColoredGuide.CheckedChanged += new System.EventHandler(this.cbColoredGuide_CheckedChanged);
      // 
      // cbBorderHighlight
      // 
      this.cbBorderHighlight.AutoSize = true;
      this.cbBorderHighlight.Location = new System.Drawing.Point(10, 90);
      this.cbBorderHighlight.Name = "cbBorderHighlight";
      this.cbBorderHighlight.Size = new System.Drawing.Size(201, 17);
      this.cbBorderHighlight.TabIndex = 2;
      this.cbBorderHighlight.Text = "Border highlight the selected program";
      this.cbBorderHighlight.UseVisualStyleBackColor = true;
      // 
      // cbGenreColorKey
      // 
      this.cbGenreColorKey.AutoSize = true;
      this.cbGenreColorKey.Location = new System.Drawing.Point(33, 67);
      this.cbGenreColorKey.Name = "cbGenreColorKey";
      this.cbGenreColorKey.Size = new System.Drawing.Size(136, 17);
      this.cbGenreColorKey.TabIndex = 1;
      this.cbGenreColorKey.Text = "Display genre color key";
      this.cbGenreColorKey.UseVisualStyleBackColor = true;
      // 
      // cbGenreColoring
      // 
      this.cbGenreColoring.AutoSize = true;
      this.cbGenreColoring.Location = new System.Drawing.Point(22, 44);
      this.cbGenreColoring.Name = "cbGenreColoring";
      this.cbGenreColoring.Size = new System.Drawing.Size(170, 17);
      this.cbGenreColoring.TabIndex = 0;
      this.cbGenreColoring.Text = "Enable program genre coloring";
      this.cbGenreColoring.UseVisualStyleBackColor = true;
      this.cbGenreColoring.CheckedChanged += new System.EventHandler(this.cbGenreColoring_CheckedChanged);
      // 
      // tabPageTvGuideColors
      // 
      this.tabPageTvGuideColors.Controls.Add(this.groupGenreColors);
      this.tabPageTvGuideColors.Controls.Add(this.groupGroupColor);
      this.tabPageTvGuideColors.Controls.Add(this.groupChannelColors);
      this.tabPageTvGuideColors.Controls.Add(this.groupDefaultColors);
      this.tabPageTvGuideColors.Location = new System.Drawing.Point(4, 22);
      this.tabPageTvGuideColors.Name = "tabPageTvGuideColors";
      this.tabPageTvGuideColors.Size = new System.Drawing.Size(444, 415);
      this.tabPageTvGuideColors.TabIndex = 1;
      this.tabPageTvGuideColors.Text = "Colors";
      this.tabPageTvGuideColors.UseVisualStyleBackColor = true;
      // 
      // groupGenreColors
      // 
      this.groupGenreColors.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.groupGenreColors.Controls.Add(this.labelNoConnectionToServer);
      this.groupGenreColors.Controls.Add(this.listViewGuideGenres);
      this.groupGenreColors.Controls.Add(this.mpButtonOnLaterColor);
      this.groupGenreColors.Controls.Add(this.mpButtonOnNowColor);
      this.groupGenreColors.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
      this.groupGenreColors.Location = new System.Drawing.Point(6, 3);
      this.groupGenreColors.Name = "groupGenreColors";
      this.groupGenreColors.Size = new System.Drawing.Size(432, 178);
      this.groupGenreColors.TabIndex = 0;
      this.groupGenreColors.TabStop = false;
      this.groupGenreColors.Text = "Program genre colors";
      // 
      // labelNoConnectionToServer
      // 
      this.labelNoConnectionToServer.AutoSize = true;
      this.labelNoConnectionToServer.Location = new System.Drawing.Point(15, 53);
      this.labelNoConnectionToServer.Name = "labelNoConnectionToServer";
      this.labelNoConnectionToServer.Size = new System.Drawing.Size(320, 13);
      this.labelNoConnectionToServer.TabIndex = 15;
      this.labelNoConnectionToServer.Text = "The program genre colors could not be loaded from the TV Server.";
      // 
      // listViewGuideGenres
      // 
      this.listViewGuideGenres.AllowDrop = true;
      this.listViewGuideGenres.AllowRowReorder = true;
      this.listViewGuideGenres.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
      this.listViewGuideGenres.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader9,
            this.columnHeader1,
            this.columnHeader2});
      this.listViewGuideGenres.HideSelection = false;
      this.listViewGuideGenres.Location = new System.Drawing.Point(6, 19);
      this.listViewGuideGenres.Name = "listViewGuideGenres";
      this.listViewGuideGenres.Size = new System.Drawing.Size(420, 123);
      this.listViewGuideGenres.Sorting = System.Windows.Forms.SortOrder.Ascending;
      this.listViewGuideGenres.TabIndex = 14;
      this.listViewGuideGenres.UseCompatibleStateImageBehavior = false;
      this.listViewGuideGenres.View = System.Windows.Forms.View.Details;
      // 
      // columnHeader9
      // 
      this.columnHeader9.Text = "MediaPortal Genre";
      this.columnHeader9.Width = 190;
      // 
      // columnHeader1
      // 
      this.columnHeader1.Text = "On Now Color";
      this.columnHeader1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
      this.columnHeader1.Width = 100;
      // 
      // columnHeader2
      // 
      this.columnHeader2.Text = "On Later Color";
      this.columnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
      this.columnHeader2.Width = 100;
      // 
      // mpButtonOnLaterColor
      // 
      this.mpButtonOnLaterColor.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
      this.mpButtonOnLaterColor.Location = new System.Drawing.Point(102, 150);
      this.mpButtonOnLaterColor.Name = "mpButtonOnLaterColor";
      this.mpButtonOnLaterColor.Size = new System.Drawing.Size(90, 22);
      this.mpButtonOnLaterColor.TabIndex = 11;
      this.mpButtonOnLaterColor.Text = "On Later Color";
      this.mpButtonOnLaterColor.UseVisualStyleBackColor = true;
      this.mpButtonOnLaterColor.Click += new System.EventHandler(this.mpButtonOnLaterColor_Click);
      // 
      // mpButtonOnNowColor
      // 
      this.mpButtonOnNowColor.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
      this.mpButtonOnNowColor.Location = new System.Drawing.Point(6, 150);
      this.mpButtonOnNowColor.Name = "mpButtonOnNowColor";
      this.mpButtonOnNowColor.Size = new System.Drawing.Size(90, 22);
      this.mpButtonOnNowColor.TabIndex = 10;
      this.mpButtonOnNowColor.Text = "On Now Color";
      this.mpButtonOnNowColor.UseVisualStyleBackColor = true;
      this.mpButtonOnNowColor.Click += new System.EventHandler(this.mpButtonOnNowColor_Click);
      // 
      // groupGroupColor
      // 
      this.groupGroupColor.Controls.Add(this.mpLabel11);
      this.groupGroupColor.Controls.Add(this.colorComboBoxGroupSel);
      this.groupGroupColor.Controls.Add(this.mpLabel12);
      this.groupGroupColor.Controls.Add(this.colorComboBoxGroup);
      this.groupGroupColor.Location = new System.Drawing.Point(6, 359);
      this.groupGroupColor.Name = "groupGroupColor";
      this.groupGroupColor.Size = new System.Drawing.Size(432, 50);
      this.groupGroupColor.TabIndex = 12;
      this.groupGroupColor.TabStop = false;
      this.groupGroupColor.Text = "Channel group select colors";
      // 
      // mpLabel11
      // 
      this.mpLabel11.AutoSize = true;
      this.mpLabel11.Location = new System.Drawing.Point(214, 22);
      this.mpLabel11.Name = "mpLabel11";
      this.mpLabel11.Size = new System.Drawing.Size(52, 13);
      this.mpLabel11.TabIndex = 11;
      this.mpLabel11.Text = "Selected:";
      // 
      // colorComboBoxGroupSel
      // 
      this.colorComboBoxGroupSel.Extended = false;
      this.colorComboBoxGroupSel.Location = new System.Drawing.Point(274, 17);
      this.colorComboBoxGroupSel.Name = "colorComboBoxGroupSel";
      this.colorComboBoxGroupSel.SelectedColor = System.Drawing.Color.Black;
      this.colorComboBoxGroupSel.Size = new System.Drawing.Size(103, 23);
      this.colorComboBoxGroupSel.TabIndex = 10;
      this.colorComboBoxGroupSel.ColorChanged += new MediaPortal.WinCustomControls.ColorChangedHandler(this.OnGroupSelColorChanged);
      this.colorComboBoxGroupSel.Load += new System.EventHandler(this.colorComboBoxGroupSel_Load);
      // 
      // mpLabel12
      // 
      this.mpLabel12.AutoSize = true;
      this.mpLabel12.Location = new System.Drawing.Point(45, 22);
      this.mpLabel12.Name = "mpLabel12";
      this.mpLabel12.Size = new System.Drawing.Size(43, 13);
      this.mpLabel12.TabIndex = 9;
      this.mpLabel12.Text = "Normal:";
      // 
      // colorComboBoxGroup
      // 
      this.colorComboBoxGroup.Extended = false;
      this.colorComboBoxGroup.Location = new System.Drawing.Point(97, 17);
      this.colorComboBoxGroup.Name = "colorComboBoxGroup";
      this.colorComboBoxGroup.SelectedColor = System.Drawing.Color.Black;
      this.colorComboBoxGroup.Size = new System.Drawing.Size(103, 23);
      this.colorComboBoxGroup.TabIndex = 0;
      this.colorComboBoxGroup.ColorChanged += new MediaPortal.WinCustomControls.ColorChangedHandler(this.OnGroupColorChanged);
      this.colorComboBoxGroup.Load += new System.EventHandler(this.colorComboBoxGroup_Load);
      // 
      // groupChannelColors
      // 
      this.groupChannelColors.Controls.Add(this.mpLabel9);
      this.groupChannelColors.Controls.Add(this.colorComboBoxChannelSel);
      this.groupChannelColors.Controls.Add(this.mpLabel10);
      this.groupChannelColors.Controls.Add(this.colorComboBoxChannel);
      this.groupChannelColors.Location = new System.Drawing.Point(6, 303);
      this.groupChannelColors.Name = "groupChannelColors";
      this.groupChannelColors.Size = new System.Drawing.Size(432, 50);
      this.groupChannelColors.TabIndex = 12;
      this.groupChannelColors.TabStop = false;
      this.groupChannelColors.Text = "Channel colors";
      // 
      // mpLabel9
      // 
      this.mpLabel9.AutoSize = true;
      this.mpLabel9.Location = new System.Drawing.Point(214, 22);
      this.mpLabel9.Name = "mpLabel9";
      this.mpLabel9.Size = new System.Drawing.Size(52, 13);
      this.mpLabel9.TabIndex = 11;
      this.mpLabel9.Text = "Selected:";
      // 
      // colorComboBoxChannelSel
      // 
      this.colorComboBoxChannelSel.Extended = false;
      this.colorComboBoxChannelSel.Location = new System.Drawing.Point(274, 17);
      this.colorComboBoxChannelSel.Name = "colorComboBoxChannelSel";
      this.colorComboBoxChannelSel.SelectedColor = System.Drawing.Color.Black;
      this.colorComboBoxChannelSel.Size = new System.Drawing.Size(103, 23);
      this.colorComboBoxChannelSel.TabIndex = 10;
      this.colorComboBoxChannelSel.ColorChanged += new MediaPortal.WinCustomControls.ColorChangedHandler(this.OnChannelSelColorChanged);
      this.colorComboBoxChannelSel.Load += new System.EventHandler(this.colorComboBoxChannelSel_Load);
      // 
      // mpLabel10
      // 
      this.mpLabel10.AutoSize = true;
      this.mpLabel10.Location = new System.Drawing.Point(45, 22);
      this.mpLabel10.Name = "mpLabel10";
      this.mpLabel10.Size = new System.Drawing.Size(43, 13);
      this.mpLabel10.TabIndex = 9;
      this.mpLabel10.Text = "Normal:";
      // 
      // colorComboBoxChannel
      // 
      this.colorComboBoxChannel.Extended = false;
      this.colorComboBoxChannel.Location = new System.Drawing.Point(97, 17);
      this.colorComboBoxChannel.Name = "colorComboBoxChannel";
      this.colorComboBoxChannel.SelectedColor = System.Drawing.Color.Black;
      this.colorComboBoxChannel.Size = new System.Drawing.Size(103, 23);
      this.colorComboBoxChannel.TabIndex = 0;
      this.colorComboBoxChannel.ColorChanged += new MediaPortal.WinCustomControls.ColorChangedHandler(this.OnChannelColorChanged);
      this.colorComboBoxChannel.Load += new System.EventHandler(this.colorComboBoxChannel_Load);
      // 
      // groupDefaultColors
      // 
      this.groupDefaultColors.Controls.Add(this.mpLabel14);
      this.groupDefaultColors.Controls.Add(this.colorComboBoxPgmOnLater);
      this.groupDefaultColors.Controls.Add(this.mpLabel15);
      this.groupDefaultColors.Controls.Add(this.colorComboBoxPgmOnNow);
      this.groupDefaultColors.Controls.Add(this.mpLabel13);
      this.groupDefaultColors.Controls.Add(this.colorComboBoxPgmBorder);
      this.groupDefaultColors.Controls.Add(this.mpLabel8);
      this.groupDefaultColors.Controls.Add(this.colorComboBoxPgmSel);
      this.groupDefaultColors.Controls.Add(this.mpLabel4);
      this.groupDefaultColors.Controls.Add(this.colorComboBoxPgmEnded);
      this.groupDefaultColors.Location = new System.Drawing.Point(6, 187);
      this.groupDefaultColors.Name = "groupDefaultColors";
      this.groupDefaultColors.Size = new System.Drawing.Size(432, 110);
      this.groupDefaultColors.TabIndex = 0;
      this.groupDefaultColors.TabStop = false;
      this.groupDefaultColors.Text = "Program default colors";
      // 
      // mpLabel14
      // 
      this.mpLabel14.AutoSize = true;
      this.mpLabel14.Location = new System.Drawing.Point(219, 25);
      this.mpLabel14.Name = "mpLabel14";
      this.mpLabel14.Size = new System.Drawing.Size(47, 13);
      this.mpLabel14.TabIndex = 17;
      this.mpLabel14.Text = "On later:";
      // 
      // colorComboBoxPgmOnLater
      // 
      this.colorComboBoxPgmOnLater.Extended = false;
      this.colorComboBoxPgmOnLater.Location = new System.Drawing.Point(274, 20);
      this.colorComboBoxPgmOnLater.Name = "colorComboBoxPgmOnLater";
      this.colorComboBoxPgmOnLater.SelectedColor = System.Drawing.Color.Black;
      this.colorComboBoxPgmOnLater.Size = new System.Drawing.Size(103, 23);
      this.colorComboBoxPgmOnLater.TabIndex = 16;
      this.colorComboBoxPgmOnLater.ColorChanged += new MediaPortal.WinCustomControls.ColorChangedHandler(this.OnPgmOnLaterColorChanged);
      this.colorComboBoxPgmOnLater.Load += new System.EventHandler(this.colorComboBoxPgmOnLater_Load);
      // 
      // mpLabel15
      // 
      this.mpLabel15.AutoSize = true;
      this.mpLabel15.Location = new System.Drawing.Point(41, 25);
      this.mpLabel15.Name = "mpLabel15";
      this.mpLabel15.Size = new System.Drawing.Size(47, 13);
      this.mpLabel15.TabIndex = 15;
      this.mpLabel15.Text = "On now:";
      // 
      // colorComboBoxPgmOnNow
      // 
      this.colorComboBoxPgmOnNow.Extended = false;
      this.colorComboBoxPgmOnNow.Location = new System.Drawing.Point(97, 20);
      this.colorComboBoxPgmOnNow.Name = "colorComboBoxPgmOnNow";
      this.colorComboBoxPgmOnNow.SelectedColor = System.Drawing.Color.Black;
      this.colorComboBoxPgmOnNow.Size = new System.Drawing.Size(103, 23);
      this.colorComboBoxPgmOnNow.TabIndex = 14;
      this.colorComboBoxPgmOnNow.ColorChanged += new MediaPortal.WinCustomControls.ColorChangedHandler(this.OnPgmOnNowColorChanged);
      this.colorComboBoxPgmOnNow.Load += new System.EventHandler(this.colorComboBoxPgmOnNow_Load);
      // 
      // mpLabel13
      // 
      this.mpLabel13.AutoSize = true;
      this.mpLabel13.Location = new System.Drawing.Point(5, 83);
      this.mpLabel13.Name = "mpLabel13";
      this.mpLabel13.Size = new System.Drawing.Size(83, 13);
      this.mpLabel13.TabIndex = 13;
      this.mpLabel13.Text = "Border highlight:";
      // 
      // colorComboBoxPgmBorder
      // 
      this.colorComboBoxPgmBorder.Extended = false;
      this.colorComboBoxPgmBorder.Location = new System.Drawing.Point(97, 78);
      this.colorComboBoxPgmBorder.Name = "colorComboBoxPgmBorder";
      this.colorComboBoxPgmBorder.SelectedColor = System.Drawing.Color.Black;
      this.colorComboBoxPgmBorder.Size = new System.Drawing.Size(103, 23);
      this.colorComboBoxPgmBorder.TabIndex = 12;
      this.colorComboBoxPgmBorder.ColorChanged += new MediaPortal.WinCustomControls.ColorChangedHandler(this.OnPgmBorderColorChanged);
      this.colorComboBoxPgmBorder.Load += new System.EventHandler(this.colorComboBoxPgmBorder_Load);
      // 
      // mpLabel8
      // 
      this.mpLabel8.AutoSize = true;
      this.mpLabel8.Location = new System.Drawing.Point(214, 54);
      this.mpLabel8.Name = "mpLabel8";
      this.mpLabel8.Size = new System.Drawing.Size(52, 13);
      this.mpLabel8.TabIndex = 11;
      this.mpLabel8.Text = "Selected:";
      // 
      // colorComboBoxPgmSel
      // 
      this.colorComboBoxPgmSel.Extended = false;
      this.colorComboBoxPgmSel.Location = new System.Drawing.Point(274, 49);
      this.colorComboBoxPgmSel.Name = "colorComboBoxPgmSel";
      this.colorComboBoxPgmSel.SelectedColor = System.Drawing.Color.Black;
      this.colorComboBoxPgmSel.Size = new System.Drawing.Size(103, 23);
      this.colorComboBoxPgmSel.TabIndex = 10;
      this.colorComboBoxPgmSel.ColorChanged += new MediaPortal.WinCustomControls.ColorChangedHandler(this.OnPgmSelColorChanged);
      this.colorComboBoxPgmSel.Load += new System.EventHandler(this.colorComboBoxPgmSel_Load);
      // 
      // mpLabel4
      // 
      this.mpLabel4.AutoSize = true;
      this.mpLabel4.Location = new System.Drawing.Point(47, 54);
      this.mpLabel4.Name = "mpLabel4";
      this.mpLabel4.Size = new System.Drawing.Size(41, 13);
      this.mpLabel4.TabIndex = 9;
      this.mpLabel4.Text = "Ended:";
      // 
      // colorComboBoxPgmEnded
      // 
      this.colorComboBoxPgmEnded.Extended = false;
      this.colorComboBoxPgmEnded.Location = new System.Drawing.Point(97, 49);
      this.colorComboBoxPgmEnded.Name = "colorComboBoxPgmEnded";
      this.colorComboBoxPgmEnded.SelectedColor = System.Drawing.Color.Black;
      this.colorComboBoxPgmEnded.Size = new System.Drawing.Size(103, 23);
      this.colorComboBoxPgmEnded.TabIndex = 0;
      this.colorComboBoxPgmEnded.ColorChanged += new MediaPortal.WinCustomControls.ColorChangedHandler(this.OnPgmEndedColorChanged);
      this.colorComboBoxPgmEnded.Load += new System.EventHandler(this.colorComboBoxPgmEnded_Load);
      // 
      // mpButtonOk
      // 
      this.mpButtonOk.Location = new System.Drawing.Point(327, 537);
      this.mpButtonOk.Name = "mpButtonOk";
      this.mpButtonOk.Size = new System.Drawing.Size(75, 23);
      this.mpButtonOk.TabIndex = 13;
      this.mpButtonOk.Text = "OK";
      this.mpButtonOk.UseVisualStyleBackColor = true;
      this.mpButtonOk.Click += new System.EventHandler(this.mpButtonOk_Click);
      // 
      // mpButtonCancel
      // 
      this.mpButtonCancel.Location = new System.Drawing.Point(410, 537);
      this.mpButtonCancel.Name = "mpButtonCancel";
      this.mpButtonCancel.Size = new System.Drawing.Size(75, 23);
      this.mpButtonCancel.TabIndex = 14;
      this.mpButtonCancel.Text = "Cancel";
      this.mpButtonCancel.UseVisualStyleBackColor = true;
      this.mpButtonCancel.Click += new System.EventHandler(this.mpButtonCancel_Click);
      // 
      // beveledLine1
      // 
      this.beveledLine1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.beveledLine1.Location = new System.Drawing.Point(9, 527);
      this.beveledLine1.Name = "beveledLine1";
      this.beveledLine1.Size = new System.Drawing.Size(488, 2);
      this.beveledLine1.TabIndex = 18;
      this.beveledLine1.TabStop = false;
      // 
      // headerLabel
      // 
      this.headerLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.headerLabel.Caption = "";
      this.headerLabel.FirstColor = System.Drawing.SystemColors.InactiveCaption;
      this.headerLabel.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
      this.headerLabel.LastColor = System.Drawing.Color.WhiteSmoke;
      this.headerLabel.Location = new System.Drawing.Point(17, 3);
      this.headerLabel.Name = "headerLabel";
      this.headerLabel.PaddingLeft = 2;
      this.headerLabel.Size = new System.Drawing.Size(472, 24);
      this.headerLabel.TabIndex = 19;
      this.headerLabel.TabStop = false;
      this.headerLabel.TextColor = System.Drawing.Color.WhiteSmoke;
      this.headerLabel.TextFont = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
      // 
      // DlgSkinSettings
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.ClientSize = new System.Drawing.Size(506, 570);
      this.Controls.Add(this.headerLabel);
      this.Controls.Add(this.beveledLine1);
      this.Controls.Add(this.mpButtonCancel);
      this.Controls.Add(this.mpButtonOk);
      this.Controls.Add(this.tabControlSkinSettings);
      this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
      this.Name = "DlgSkinSettings";
      this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
      this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
      this.Text = "MediaPortal Skin Settings";
      this.tabControlSkinSettings.ResumeLayout(false);
      this.tabPageGeneral.ResumeLayout(false);
      this.groupBoxTheme.ResumeLayout(false);
      this.panelFitImage.ResumeLayout(false);
      ((System.ComponentModel.ISupportInitialize)(this.previewPictureBox)).EndInit();
      this.tabPageTVGuideSettings.ResumeLayout(false);
      this.tabControlTvGuideSettings.ResumeLayout(false);
      this.tabPageTvGuideGeneral.ResumeLayout(false);
      this.tabPageTvGuideGeneral.PerformLayout();
      this.gbGenreSettings.ResumeLayout(false);
      this.gbGenreSettings.PerformLayout();
      this.tabPageTvGuideColors.ResumeLayout(false);
      this.groupGenreColors.ResumeLayout(false);
      this.groupGenreColors.PerformLayout();
      this.groupGroupColor.ResumeLayout(false);
      this.groupGroupColor.PerformLayout();
      this.groupChannelColors.ResumeLayout(false);
      this.groupChannelColors.PerformLayout();
      this.groupDefaultColors.ResumeLayout(false);
      this.groupDefaultColors.PerformLayout();
      this.ResumeLayout(false);

    }
 private void InitializeComponent()
 {
   this.treeMapping = new System.Windows.Forms.TreeView();
   this.labelExpand = new MediaPortal.UserInterface.Controls.MPLabel();
   this.buttonDefault = new MediaPortal.UserInterface.Controls.MPButton();
   this.buttonRemove = new MediaPortal.UserInterface.Controls.MPButton();
   this.buttonDown = new MediaPortal.UserInterface.Controls.MPButton();
   this.buttonUp = new MediaPortal.UserInterface.Controls.MPButton();
   this.beveledLine1 = new MediaPortal.UserInterface.Controls.MPBeveledLine();
   this.buttonOk = new MediaPortal.UserInterface.Controls.MPButton();
   this.buttonCancel = new MediaPortal.UserInterface.Controls.MPButton();
   this.headerLabel = new MediaPortal.UserInterface.Controls.MPGradientLabel();
   this.buttonNew = new MediaPortal.UserInterface.Controls.MPButton();
   this.groupBoxMessageEdit = new System.Windows.Forms.GroupBox();
   this.groupBoxProcess = new MediaPortal.UserInterface.Controls.MPGroupBox();
   this.groupBoxTextProgressBar = new MediaPortal.UserInterface.Controls.MPGroupBox();
   this.mpTPBlength = new MediaPortal.UserInterface.Controls.MPTextBox();
   this.mpLabel12 = new MediaPortal.UserInterface.Controls.MPLabel();
   this.mpTPBFillChar = new MediaPortal.UserInterface.Controls.MPTextBox();
   this.mpLabel10 = new MediaPortal.UserInterface.Controls.MPLabel();
   this.mpTPBValueChar = new MediaPortal.UserInterface.Controls.MPTextBox();
   this.mpLabel11 = new MediaPortal.UserInterface.Controls.MPLabel();
   this.mpTPBEndChar = new MediaPortal.UserInterface.Controls.MPTextBox();
   this.mpLabel9 = new MediaPortal.UserInterface.Controls.MPLabel();
   this.mpTPBStartChar = new MediaPortal.UserInterface.Controls.MPTextBox();
   this.mpLabel8 = new MediaPortal.UserInterface.Controls.MPLabel();
   this.mpTextBoxValueProperty = new MediaPortal.UserInterface.Controls.MPTextBox();
   this.mpLabel6 = new MediaPortal.UserInterface.Controls.MPLabel();
   this.mpLabel7 = new MediaPortal.UserInterface.Controls.MPLabel();
   this.mpTextBoxTargetProperty = new MediaPortal.UserInterface.Controls.MPTextBox();
   this.GroupBoxCondition = new MediaPortal.UserInterface.Controls.MPGroupBox();
   this.mpLabel2 = new MediaPortal.UserInterface.Controls.MPLabel();
   this.mpLabel3 = new MediaPortal.UserInterface.Controls.MPLabel();
   this.textBoxCondValue = new MediaPortal.UserInterface.Controls.MPTextBox();
   this.ComboBoxCondType = new MediaPortal.UserInterface.Controls.MPComboBox();
   this.mpLabel1 = new MediaPortal.UserInterface.Controls.MPLabel();
   this.label1 = new MediaPortal.UserInterface.Controls.MPLabel();
   this.textBoxProcessValue = new MediaPortal.UserInterface.Controls.MPTextBox();
   this.comboBoxProcessType = new MediaPortal.UserInterface.Controls.MPComboBox();
   this.groupBoxMessageType = new MediaPortal.UserInterface.Controls.MPGroupBox();
   this.comboBoxMessageType = new MediaPortal.UserInterface.Controls.MPComboBox();
   this.mpLabel13 = new MediaPortal.UserInterface.Controls.MPLabel();
   this.groupBoxStatus = new MediaPortal.UserInterface.Controls.MPGroupBox();
   this.ComboBoxStatusProperty = new MediaPortal.UserInterface.Controls.MPComboBox();
   this.groupBoxWindow = new MediaPortal.UserInterface.Controls.MPGroupBox();
   this.comboBoxWindowProperty = new MediaPortal.UserInterface.Controls.MPComboBox();
   this.groupBoxLine = new MediaPortal.UserInterface.Controls.MPGroupBox();
   this.comboBoxAlignment = new MediaPortal.UserInterface.Controls.MPComboBox();
   this.labelLine = new MediaPortal.UserInterface.Controls.MPLabel();
   this.groupboxCharacterEdit = new System.Windows.Forms.GroupBox();
   this.cbR7B0 = new System.Windows.Forms.CheckBox();
   this.cbR7B1 = new System.Windows.Forms.CheckBox();
   this.cbR7B2 = new System.Windows.Forms.CheckBox();
   this.cbR7B3 = new System.Windows.Forms.CheckBox();
   this.cbR7B4 = new System.Windows.Forms.CheckBox();
   this.cbR7B5 = new System.Windows.Forms.CheckBox();
   this.cbR7B6 = new System.Windows.Forms.CheckBox();
   this.cbR7B7 = new System.Windows.Forms.CheckBox();
   this.cbR6B0 = new System.Windows.Forms.CheckBox();
   this.cbR6B1 = new System.Windows.Forms.CheckBox();
   this.cbR6B2 = new System.Windows.Forms.CheckBox();
   this.cbR6B3 = new System.Windows.Forms.CheckBox();
   this.cbR6B4 = new System.Windows.Forms.CheckBox();
   this.cbR6B5 = new System.Windows.Forms.CheckBox();
   this.cbR6B6 = new System.Windows.Forms.CheckBox();
   this.cbR6B7 = new System.Windows.Forms.CheckBox();
   this.cbR5B0 = new System.Windows.Forms.CheckBox();
   this.cbR5B1 = new System.Windows.Forms.CheckBox();
   this.cbR5B2 = new System.Windows.Forms.CheckBox();
   this.cbR5B3 = new System.Windows.Forms.CheckBox();
   this.cbR5B4 = new System.Windows.Forms.CheckBox();
   this.cbR5B5 = new System.Windows.Forms.CheckBox();
   this.cbR5B6 = new System.Windows.Forms.CheckBox();
   this.cbR5B7 = new System.Windows.Forms.CheckBox();
   this.cbR4B0 = new System.Windows.Forms.CheckBox();
   this.cbR4B1 = new System.Windows.Forms.CheckBox();
   this.cbR4B2 = new System.Windows.Forms.CheckBox();
   this.cbR4B3 = new System.Windows.Forms.CheckBox();
   this.cbR4B4 = new System.Windows.Forms.CheckBox();
   this.cbR4B5 = new System.Windows.Forms.CheckBox();
   this.cbR4B6 = new System.Windows.Forms.CheckBox();
   this.cbR4B7 = new System.Windows.Forms.CheckBox();
   this.cbR3B0 = new System.Windows.Forms.CheckBox();
   this.cbR3B1 = new System.Windows.Forms.CheckBox();
   this.cbR3B2 = new System.Windows.Forms.CheckBox();
   this.cbR3B3 = new System.Windows.Forms.CheckBox();
   this.cbR3B4 = new System.Windows.Forms.CheckBox();
   this.cbR3B5 = new System.Windows.Forms.CheckBox();
   this.cbR3B6 = new System.Windows.Forms.CheckBox();
   this.cbR3B7 = new System.Windows.Forms.CheckBox();
   this.cbR2B0 = new System.Windows.Forms.CheckBox();
   this.cbR2B1 = new System.Windows.Forms.CheckBox();
   this.cbR2B2 = new System.Windows.Forms.CheckBox();
   this.cbR2B3 = new System.Windows.Forms.CheckBox();
   this.cbR2B4 = new System.Windows.Forms.CheckBox();
   this.cbR2B5 = new System.Windows.Forms.CheckBox();
   this.cbR2B6 = new System.Windows.Forms.CheckBox();
   this.cbR2B7 = new System.Windows.Forms.CheckBox();
   this.cbR1B0 = new System.Windows.Forms.CheckBox();
   this.cbR1B1 = new System.Windows.Forms.CheckBox();
   this.cbR1B2 = new System.Windows.Forms.CheckBox();
   this.cbR1B3 = new System.Windows.Forms.CheckBox();
   this.cbR1B4 = new System.Windows.Forms.CheckBox();
   this.cbR1B5 = new System.Windows.Forms.CheckBox();
   this.cbR1B6 = new System.Windows.Forms.CheckBox();
   this.cbR1B7 = new System.Windows.Forms.CheckBox();
   this.cbR0B0 = new System.Windows.Forms.CheckBox();
   this.cbR0B1 = new System.Windows.Forms.CheckBox();
   this.cbR0B2 = new System.Windows.Forms.CheckBox();
   this.cbR0B3 = new System.Windows.Forms.CheckBox();
   this.cbR0B4 = new System.Windows.Forms.CheckBox();
   this.cbR0B5 = new System.Windows.Forms.CheckBox();
   this.cbR0B6 = new System.Windows.Forms.CheckBox();
   this.cbR0B7 = new System.Windows.Forms.CheckBox();
   this.groupboxTranslationEdit = new System.Windows.Forms.GroupBox();
   this.mpLabel5 = new MediaPortal.UserInterface.Controls.MPLabel();
   this.TextBoxTranslateTo = new MediaPortal.UserInterface.Controls.MPTextBox();
   this.mpLabel4 = new MediaPortal.UserInterface.Controls.MPLabel();
   this.TextBoxTranslateFrom = new MediaPortal.UserInterface.Controls.MPTextBox();
   this.groupBoxMessageEdit.SuspendLayout();
   this.groupBoxProcess.SuspendLayout();
   this.groupBoxTextProgressBar.SuspendLayout();
   this.GroupBoxCondition.SuspendLayout();
   this.groupBoxMessageType.SuspendLayout();
   this.groupBoxStatus.SuspendLayout();
   this.groupBoxWindow.SuspendLayout();
   this.groupBoxLine.SuspendLayout();
   this.groupboxCharacterEdit.SuspendLayout();
   this.groupboxTranslationEdit.SuspendLayout();
   this.SuspendLayout();
   // 
   // treeMapping
   // 
   this.treeMapping.AllowDrop = true;
   this.treeMapping.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
        | System.Windows.Forms.AnchorStyles.Left)));
   this.treeMapping.FullRowSelect = true;
   this.treeMapping.HideSelection = false;
   this.treeMapping.Location = new System.Drawing.Point(16, 56);
   this.treeMapping.Name = "treeMapping";
   this.treeMapping.Size = new System.Drawing.Size(312, 335);
   this.treeMapping.TabIndex = 1;
   this.treeMapping.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeMapping_AfterSelect);
   // 
   // labelExpand
   // 
   this.labelExpand.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
   this.labelExpand.AutoSize = true;
   this.labelExpand.Location = new System.Drawing.Point(328, 374);
   this.labelExpand.Name = "labelExpand";
   this.labelExpand.Size = new System.Drawing.Size(13, 13);
   this.labelExpand.TabIndex = 29;
   this.labelExpand.Text = "+";
   this.labelExpand.Click += new System.EventHandler(this.labelExpand_Click);
   // 
   // buttonDefault
   // 
   this.buttonDefault.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
   this.buttonDefault.Location = new System.Drawing.Point(345, 442);
   this.buttonDefault.Name = "buttonDefault";
   this.buttonDefault.Size = new System.Drawing.Size(75, 23);
   this.buttonDefault.TabIndex = 28;
   this.buttonDefault.Text = "Reset";
   this.buttonDefault.UseVisualStyleBackColor = true;
   this.buttonDefault.Click += new System.EventHandler(this.buttonDefault_Click);
   // 
   // buttonRemove
   // 
   this.buttonRemove.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
   this.buttonRemove.Enabled = false;
   this.buttonRemove.Location = new System.Drawing.Point(272, 397);
   this.buttonRemove.Name = "buttonRemove";
   this.buttonRemove.Size = new System.Drawing.Size(56, 20);
   this.buttonRemove.TabIndex = 27;
   this.buttonRemove.Text = "Remove";
   this.buttonRemove.UseVisualStyleBackColor = true;
   this.buttonRemove.Click += new System.EventHandler(this.buttonRemove_Click);
   // 
   // buttonDown
   // 
   this.buttonDown.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
   this.buttonDown.Enabled = false;
   this.buttonDown.Location = new System.Drawing.Point(97, 397);
   this.buttonDown.Name = "buttonDown";
   this.buttonDown.Size = new System.Drawing.Size(56, 20);
   this.buttonDown.TabIndex = 24;
   this.buttonDown.Text = "Down";
   this.buttonDown.UseVisualStyleBackColor = true;
   this.buttonDown.Click += new System.EventHandler(this.buttonDown_Click);
   // 
   // buttonUp
   // 
   this.buttonUp.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
   this.buttonUp.Enabled = false;
   this.buttonUp.Location = new System.Drawing.Point(16, 397);
   this.buttonUp.Name = "buttonUp";
   this.buttonUp.Size = new System.Drawing.Size(56, 20);
   this.buttonUp.TabIndex = 23;
   this.buttonUp.Text = "Up";
   this.buttonUp.UseVisualStyleBackColor = true;
   this.buttonUp.Click += new System.EventHandler(this.buttonUp_Click);
   // 
   // beveledLine1
   // 
   this.beveledLine1.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      (((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
   this.beveledLine1.Location = new System.Drawing.Point(8, 432);
   this.beveledLine1.Name = "beveledLine1";
   this.beveledLine1.Size = new System.Drawing.Size(572, 2);
   this.beveledLine1.TabIndex = 21;
   // 
   // buttonOk
   // 
   this.buttonOk.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
   this.buttonOk.Location = new System.Drawing.Point(426, 442);
   this.buttonOk.Name = "buttonOk";
   this.buttonOk.Size = new System.Drawing.Size(75, 23);
   this.buttonOk.TabIndex = 19;
   this.buttonOk.Text = "OK";
   this.buttonOk.UseVisualStyleBackColor = true;
   this.buttonOk.Click += new System.EventHandler(this.buttonOk_Click);
   // 
   // buttonCancel
   // 
   this.buttonCancel.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
   this.buttonCancel.Location = new System.Drawing.Point(505, 442);
   this.buttonCancel.Name = "buttonCancel";
   this.buttonCancel.Size = new System.Drawing.Size(75, 23);
   this.buttonCancel.TabIndex = 18;
   this.buttonCancel.Text = "Cancel";
   this.buttonCancel.UseVisualStyleBackColor = true;
   this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
   // 
   // headerLabel
   // 
   this.headerLabel.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
   this.headerLabel.Caption = "MiniDisplay.xml";
   this.headerLabel.FirstColor = System.Drawing.SystemColors.InactiveCaption;
   this.headerLabel.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular,
                                                   System.Drawing.GraphicsUnit.Point, ((byte)(0)));
   this.headerLabel.LastColor = System.Drawing.Color.WhiteSmoke;
   this.headerLabel.Location = new System.Drawing.Point(16, 16);
   this.headerLabel.Name = "headerLabel";
   this.headerLabel.PaddingLeft = 2;
   this.headerLabel.Size = new System.Drawing.Size(558, 24);
   this.headerLabel.TabIndex = 17;
   this.headerLabel.TextColor = System.Drawing.Color.WhiteSmoke;
   this.headerLabel.TextFont = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular,
                                                       System.Drawing.GraphicsUnit.Point, ((byte)(0)));
   // 
   // buttonNew
   // 
   this.buttonNew.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
   this.buttonNew.Enabled = false;
   this.buttonNew.Location = new System.Drawing.Point(189, 397);
   this.buttonNew.Name = "buttonNew";
   this.buttonNew.Size = new System.Drawing.Size(56, 20);
   this.buttonNew.TabIndex = 26;
   this.buttonNew.Text = "New";
   this.buttonNew.UseVisualStyleBackColor = true;
   this.buttonNew.Click += new System.EventHandler(this.buttonNew_Click);
   // 
   // groupBoxMessageEdit
   // 
   this.groupBoxMessageEdit.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      ((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
         | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
   this.groupBoxMessageEdit.Controls.Add(this.groupBoxProcess);
   this.groupBoxMessageEdit.Controls.Add(this.groupBoxMessageType);
   this.groupBoxMessageEdit.Controls.Add(this.groupBoxStatus);
   this.groupBoxMessageEdit.Controls.Add(this.groupBoxWindow);
   this.groupBoxMessageEdit.Controls.Add(this.groupBoxLine);
   this.groupBoxMessageEdit.Location = new System.Drawing.Point(344, 46);
   this.groupBoxMessageEdit.Name = "groupBoxMessageEdit";
   this.groupBoxMessageEdit.Size = new System.Drawing.Size(239, 380);
   this.groupBoxMessageEdit.TabIndex = 31;
   this.groupBoxMessageEdit.TabStop = false;
   this.groupBoxMessageEdit.Text = "Message Editor";
   this.groupBoxMessageEdit.Visible = false;
   // 
   // groupBoxProcess
   // 
   this.groupBoxProcess.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      ((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
         | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
   this.groupBoxProcess.Controls.Add(this.groupBoxTextProgressBar);
   this.groupBoxProcess.Controls.Add(this.GroupBoxCondition);
   this.groupBoxProcess.Controls.Add(this.mpLabel1);
   this.groupBoxProcess.Controls.Add(this.label1);
   this.groupBoxProcess.Controls.Add(this.textBoxProcessValue);
   this.groupBoxProcess.Controls.Add(this.comboBoxProcessType);
   this.groupBoxProcess.Enabled = false;
   this.groupBoxProcess.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.groupBoxProcess.Location = new System.Drawing.Point(7, 192);
   this.groupBoxProcess.Name = "groupBoxProcess";
   this.groupBoxProcess.Size = new System.Drawing.Size(223, 184);
   this.groupBoxProcess.TabIndex = 32;
   this.groupBoxProcess.TabStop = false;
   this.groupBoxProcess.Text = "Process";
   // 
   // groupBoxTextProgressBar
   // 
   this.groupBoxTextProgressBar.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      ((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
         | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
   this.groupBoxTextProgressBar.Controls.Add(this.mpTPBlength);
   this.groupBoxTextProgressBar.Controls.Add(this.mpLabel12);
   this.groupBoxTextProgressBar.Controls.Add(this.mpTPBFillChar);
   this.groupBoxTextProgressBar.Controls.Add(this.mpLabel10);
   this.groupBoxTextProgressBar.Controls.Add(this.mpTPBValueChar);
   this.groupBoxTextProgressBar.Controls.Add(this.mpLabel11);
   this.groupBoxTextProgressBar.Controls.Add(this.mpTPBEndChar);
   this.groupBoxTextProgressBar.Controls.Add(this.mpLabel9);
   this.groupBoxTextProgressBar.Controls.Add(this.mpTPBStartChar);
   this.groupBoxTextProgressBar.Controls.Add(this.mpLabel8);
   this.groupBoxTextProgressBar.Controls.Add(this.mpTextBoxValueProperty);
   this.groupBoxTextProgressBar.Controls.Add(this.mpLabel6);
   this.groupBoxTextProgressBar.Controls.Add(this.mpLabel7);
   this.groupBoxTextProgressBar.Controls.Add(this.mpTextBoxTargetProperty);
   this.groupBoxTextProgressBar.Enabled = false;
   this.groupBoxTextProgressBar.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.groupBoxTextProgressBar.Location = new System.Drawing.Point(11, 47);
   this.groupBoxTextProgressBar.Name = "groupBoxTextProgressBar";
   this.groupBoxTextProgressBar.Size = new System.Drawing.Size(201, 131);
   this.groupBoxTextProgressBar.TabIndex = 33;
   this.groupBoxTextProgressBar.TabStop = false;
   this.groupBoxTextProgressBar.Text = "TextProgressBar Parameters";
   this.groupBoxTextProgressBar.Visible = false;
   // 
   // mpTPBlength
   // 
   this.mpTPBlength.BorderColor = System.Drawing.Color.Empty;
   this.mpTPBlength.Location = new System.Drawing.Point(69, 62);
   this.mpTPBlength.MaxLength = 2;
   this.mpTPBlength.Name = "mpTPBlength";
   this.mpTPBlength.Size = new System.Drawing.Size(23, 20);
   this.mpTPBlength.TabIndex = 36;
   this.mpTPBlength.TextChanged += new System.EventHandler(this.TextProgressBar_LostFocus);
   // 
   // mpLabel12
   // 
   this.mpLabel12.AutoSize = true;
   this.mpLabel12.Location = new System.Drawing.Point(6, 65);
   this.mpLabel12.Name = "mpLabel12";
   this.mpLabel12.Size = new System.Drawing.Size(62, 13);
   this.mpLabel12.TabIndex = 35;
   this.mpLabel12.Text = "Bar Length:";
   // 
   // mpTPBFillChar
   // 
   this.mpTPBFillChar.BorderColor = System.Drawing.Color.Empty;
   this.mpTPBFillChar.Location = new System.Drawing.Point(167, 39);
   this.mpTPBFillChar.MaxLength = 1;
   this.mpTPBFillChar.Name = "mpTPBFillChar";
   this.mpTPBFillChar.Size = new System.Drawing.Size(23, 20);
   this.mpTPBFillChar.TabIndex = 34;
   this.mpTPBFillChar.LostFocus += new System.EventHandler(this.TextProgressBar_LostFocus);
   // 
   // mpLabel10
   // 
   this.mpLabel10.AutoSize = true;
   this.mpLabel10.Location = new System.Drawing.Point(104, 42);
   this.mpLabel10.Name = "mpLabel10";
   this.mpLabel10.Size = new System.Drawing.Size(47, 13);
   this.mpLabel10.TabIndex = 33;
   this.mpLabel10.Text = "Fill Char:";
   // 
   // mpTPBValueChar
   // 
   this.mpTPBValueChar.BorderColor = System.Drawing.Color.Empty;
   this.mpTPBValueChar.Location = new System.Drawing.Point(69, 39);
   this.mpTPBValueChar.MaxLength = 1;
   this.mpTPBValueChar.Name = "mpTPBValueChar";
   this.mpTPBValueChar.Size = new System.Drawing.Size(23, 20);
   this.mpTPBValueChar.TabIndex = 32;
   this.mpTPBValueChar.LostFocus += new System.EventHandler(this.TextProgressBar_LostFocus);
   // 
   // mpLabel11
   // 
   this.mpLabel11.AutoSize = true;
   this.mpLabel11.Location = new System.Drawing.Point(6, 42);
   this.mpLabel11.Name = "mpLabel11";
   this.mpLabel11.Size = new System.Drawing.Size(62, 13);
   this.mpLabel11.TabIndex = 31;
   this.mpLabel11.Text = "Value Char:";
   // 
   // mpTPBEndChar
   // 
   this.mpTPBEndChar.BorderColor = System.Drawing.Color.Empty;
   this.mpTPBEndChar.Location = new System.Drawing.Point(167, 17);
   this.mpTPBEndChar.MaxLength = 1;
   this.mpTPBEndChar.Name = "mpTPBEndChar";
   this.mpTPBEndChar.Size = new System.Drawing.Size(23, 20);
   this.mpTPBEndChar.TabIndex = 30;
   this.mpTPBEndChar.LostFocus += new System.EventHandler(this.TextProgressBar_LostFocus);
   // 
   // mpLabel9
   // 
   this.mpLabel9.AutoSize = true;
   this.mpLabel9.Location = new System.Drawing.Point(104, 20);
   this.mpLabel9.Name = "mpLabel9";
   this.mpLabel9.Size = new System.Drawing.Size(54, 13);
   this.mpLabel9.TabIndex = 29;
   this.mpLabel9.Text = "End Char:";
   // 
   // mpTPBStartChar
   // 
   this.mpTPBStartChar.BorderColor = System.Drawing.Color.Empty;
   this.mpTPBStartChar.Location = new System.Drawing.Point(69, 17);
   this.mpTPBStartChar.MaxLength = 1;
   this.mpTPBStartChar.Name = "mpTPBStartChar";
   this.mpTPBStartChar.Size = new System.Drawing.Size(23, 20);
   this.mpTPBStartChar.TabIndex = 28;
   this.mpTPBStartChar.LostFocus += new System.EventHandler(this.TextProgressBar_LostFocus);
   // 
   // mpLabel8
   // 
   this.mpLabel8.AutoSize = true;
   this.mpLabel8.Location = new System.Drawing.Point(6, 20);
   this.mpLabel8.Name = "mpLabel8";
   this.mpLabel8.Size = new System.Drawing.Size(57, 13);
   this.mpLabel8.TabIndex = 27;
   this.mpLabel8.Text = "Start Char:";
   // 
   // mpTextBoxValueProperty
   // 
   this.mpTextBoxValueProperty.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
   this.mpTextBoxValueProperty.BorderColor = System.Drawing.Color.Empty;
   this.mpTextBoxValueProperty.Location = new System.Drawing.Point(92, 85);
   this.mpTextBoxValueProperty.MaxLength = 100;
   this.mpTextBoxValueProperty.Name = "mpTextBoxValueProperty";
   this.mpTextBoxValueProperty.Size = new System.Drawing.Size(97, 20);
   this.mpTextBoxValueProperty.TabIndex = 26;
   this.mpTextBoxValueProperty.LostFocus += new System.EventHandler(this.TextProgressBar_LostFocus);
   // 
   // mpLabel6
   // 
   this.mpLabel6.AutoSize = true;
   this.mpLabel6.Location = new System.Drawing.Point(6, 88);
   this.mpLabel6.Name = "mpLabel6";
   this.mpLabel6.Size = new System.Drawing.Size(79, 13);
   this.mpLabel6.TabIndex = 25;
   this.mpLabel6.Text = "Value Property:";
   // 
   // mpLabel7
   // 
   this.mpLabel7.AutoSize = true;
   this.mpLabel7.Location = new System.Drawing.Point(6, 112);
   this.mpLabel7.Name = "mpLabel7";
   this.mpLabel7.Size = new System.Drawing.Size(83, 13);
   this.mpLabel7.TabIndex = 23;
   this.mpLabel7.Text = "Target Property:";
   // 
   // mpTextBoxTargetProperty
   // 
   this.mpTextBoxTargetProperty.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
   this.mpTextBoxTargetProperty.BorderColor = System.Drawing.Color.Empty;
   this.mpTextBoxTargetProperty.Location = new System.Drawing.Point(92, 108);
   this.mpTextBoxTargetProperty.MaxLength = 100;
   this.mpTextBoxTargetProperty.Name = "mpTextBoxTargetProperty";
   this.mpTextBoxTargetProperty.Size = new System.Drawing.Size(97, 20);
   this.mpTextBoxTargetProperty.TabIndex = 22;
   this.mpTextBoxTargetProperty.LostFocus += new System.EventHandler(this.TextProgressBar_LostFocus);
   // 
   // GroupBoxCondition
   // 
   this.GroupBoxCondition.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      ((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
         | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
   this.GroupBoxCondition.Controls.Add(this.mpLabel2);
   this.GroupBoxCondition.Controls.Add(this.mpLabel3);
   this.GroupBoxCondition.Controls.Add(this.textBoxCondValue);
   this.GroupBoxCondition.Controls.Add(this.ComboBoxCondType);
   this.GroupBoxCondition.Enabled = false;
   this.GroupBoxCondition.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.GroupBoxCondition.Location = new System.Drawing.Point(11, 78);
   this.GroupBoxCondition.Name = "GroupBoxCondition";
   this.GroupBoxCondition.Size = new System.Drawing.Size(201, 80);
   this.GroupBoxCondition.TabIndex = 32;
   this.GroupBoxCondition.TabStop = false;
   this.GroupBoxCondition.Text = "Condition";
   // 
   // mpLabel2
   // 
   this.mpLabel2.AutoSize = true;
   this.mpLabel2.Location = new System.Drawing.Point(13, 23);
   this.mpLabel2.Name = "mpLabel2";
   this.mpLabel2.Size = new System.Drawing.Size(34, 13);
   this.mpLabel2.TabIndex = 25;
   this.mpLabel2.Text = "Type:";
   // 
   // mpLabel3
   // 
   this.mpLabel3.AutoSize = true;
   this.mpLabel3.Location = new System.Drawing.Point(13, 56);
   this.mpLabel3.Name = "mpLabel3";
   this.mpLabel3.Size = new System.Drawing.Size(37, 13);
   this.mpLabel3.TabIndex = 23;
   this.mpLabel3.Text = "Value:";
   // 
   // textBoxCondValue
   // 
   this.textBoxCondValue.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
   this.textBoxCondValue.BorderColor = System.Drawing.Color.Empty;
   this.textBoxCondValue.Enabled = false;
   this.textBoxCondValue.Location = new System.Drawing.Point(56, 52);
   this.textBoxCondValue.MaxLength = 100;
   this.textBoxCondValue.Name = "textBoxCondValue";
   this.textBoxCondValue.Size = new System.Drawing.Size(133, 20);
   this.textBoxCondValue.TabIndex = 22;
   this.textBoxCondValue.LostFocus += new System.EventHandler(this.textBoxCondValue_LostFocus);
   // 
   // ComboBoxCondType
   // 
   this.ComboBoxCondType.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
   this.ComboBoxCondType.BorderColor = System.Drawing.Color.Empty;
   this.ComboBoxCondType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
   this.ComboBoxCondType.ForeColor = System.Drawing.Color.DarkGreen;
   this.ComboBoxCondType.Location = new System.Drawing.Point(53, 20);
   this.ComboBoxCondType.Name = "ComboBoxCondType";
   this.ComboBoxCondType.Size = new System.Drawing.Size(136, 21);
   this.ComboBoxCondType.Sorted = true;
   this.ComboBoxCondType.TabIndex = 14;
   this.ComboBoxCondType.SelectionChangeCommitted +=
     new System.EventHandler(this.ComboBoxCondType_SelectionChangeCommitted);
   // 
   // mpLabel1
   // 
   this.mpLabel1.AutoSize = true;
   this.mpLabel1.Location = new System.Drawing.Point(24, 23);
   this.mpLabel1.Name = "mpLabel1";
   this.mpLabel1.Size = new System.Drawing.Size(34, 13);
   this.mpLabel1.TabIndex = 25;
   this.mpLabel1.Text = "Type:";
   // 
   // label1
   // 
   this.label1.AutoSize = true;
   this.label1.Location = new System.Drawing.Point(24, 56);
   this.label1.Name = "label1";
   this.label1.Size = new System.Drawing.Size(37, 13);
   this.label1.TabIndex = 23;
   this.label1.Text = "Value:";
   // 
   // textBoxProcessValue
   // 
   this.textBoxProcessValue.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
   this.textBoxProcessValue.BorderColor = System.Drawing.Color.Empty;
   this.textBoxProcessValue.Enabled = false;
   this.textBoxProcessValue.Location = new System.Drawing.Point(67, 52);
   this.textBoxProcessValue.MaxLength = 100;
   this.textBoxProcessValue.Name = "textBoxProcessValue";
   this.textBoxProcessValue.Size = new System.Drawing.Size(133, 20);
   this.textBoxProcessValue.TabIndex = 22;
   this.textBoxProcessValue.LostFocus += new System.EventHandler(this.textBoxProcessValue_LostFocus);
   // 
   // comboBoxProcessType
   // 
   this.comboBoxProcessType.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
   this.comboBoxProcessType.BorderColor = System.Drawing.Color.Empty;
   this.comboBoxProcessType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
   this.comboBoxProcessType.ForeColor = System.Drawing.Color.DarkGreen;
   this.comboBoxProcessType.Location = new System.Drawing.Point(64, 20);
   this.comboBoxProcessType.Name = "comboBoxProcessType";
   this.comboBoxProcessType.Size = new System.Drawing.Size(136, 21);
   this.comboBoxProcessType.Sorted = true;
   this.comboBoxProcessType.TabIndex = 14;
   this.comboBoxProcessType.SelectionChangeCommitted +=
     new System.EventHandler(this.comboBoxProcessType_SelectionChangeCommitted);
   // 
   // groupBoxMessageType
   // 
   this.groupBoxMessageType.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
   this.groupBoxMessageType.Controls.Add(this.comboBoxMessageType);
   this.groupBoxMessageType.Controls.Add(this.mpLabel13);
   this.groupBoxMessageType.Enabled = false;
   this.groupBoxMessageType.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.groupBoxMessageType.Location = new System.Drawing.Point(7, 105);
   this.groupBoxMessageType.Name = "groupBoxMessageType";
   this.groupBoxMessageType.Size = new System.Drawing.Size(224, 40);
   this.groupBoxMessageType.TabIndex = 35;
   this.groupBoxMessageType.TabStop = false;
   this.groupBoxMessageType.Text = "Message ";
   // 
   // comboBoxMessageType
   // 
   this.comboBoxMessageType.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
   this.comboBoxMessageType.BorderColor = System.Drawing.Color.Empty;
   this.comboBoxMessageType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
   this.comboBoxMessageType.Location = new System.Drawing.Point(80, 13);
   this.comboBoxMessageType.Name = "comboBoxMessageType";
   this.comboBoxMessageType.Size = new System.Drawing.Size(121, 21);
   this.comboBoxMessageType.TabIndex = 25;
   this.comboBoxMessageType.SelectedIndexChanged +=
     new System.EventHandler(this.comboBoxMessageType_SelectedIndexChanged);
   // 
   // mpLabel13
   // 
   this.mpLabel13.AutoSize = true;
   this.mpLabel13.Location = new System.Drawing.Point(24, 16);
   this.mpLabel13.Name = "mpLabel13";
   this.mpLabel13.Size = new System.Drawing.Size(34, 13);
   this.mpLabel13.TabIndex = 16;
   this.mpLabel13.Text = "Type:";
   // 
   // groupBoxStatus
   // 
   this.groupBoxStatus.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
   this.groupBoxStatus.Controls.Add(this.ComboBoxStatusProperty);
   this.groupBoxStatus.Enabled = false;
   this.groupBoxStatus.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.groupBoxStatus.Location = new System.Drawing.Point(7, 13);
   this.groupBoxStatus.Name = "groupBoxStatus";
   this.groupBoxStatus.Size = new System.Drawing.Size(224, 42);
   this.groupBoxStatus.TabIndex = 34;
   this.groupBoxStatus.TabStop = false;
   this.groupBoxStatus.Text = " Status ";
   // 
   // ComboBoxStatusProperty
   // 
   this.ComboBoxStatusProperty.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
   this.ComboBoxStatusProperty.BorderColor = System.Drawing.Color.Empty;
   this.ComboBoxStatusProperty.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
   this.ComboBoxStatusProperty.Location = new System.Drawing.Point(24, 15);
   this.ComboBoxStatusProperty.Name = "ComboBoxStatusProperty";
   this.ComboBoxStatusProperty.Size = new System.Drawing.Size(176, 21);
   this.ComboBoxStatusProperty.TabIndex = 25;
   this.ComboBoxStatusProperty.SelectionChangeCommitted +=
     new System.EventHandler(this.ComboBoxStatusProperty_SelectionChangeCommitted);
   // 
   // groupBoxWindow
   // 
   this.groupBoxWindow.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
   this.groupBoxWindow.Controls.Add(this.comboBoxWindowProperty);
   this.groupBoxWindow.Enabled = false;
   this.groupBoxWindow.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.groupBoxWindow.Location = new System.Drawing.Point(7, 59);
   this.groupBoxWindow.Name = "groupBoxWindow";
   this.groupBoxWindow.Size = new System.Drawing.Size(224, 42);
   this.groupBoxWindow.TabIndex = 31;
   this.groupBoxWindow.TabStop = false;
   this.groupBoxWindow.Text = " Window ";
   // 
   // comboBoxWindowProperty
   // 
   this.comboBoxWindowProperty.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
   this.comboBoxWindowProperty.BorderColor = System.Drawing.Color.Empty;
   this.comboBoxWindowProperty.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
   this.comboBoxWindowProperty.ForeColor = System.Drawing.Color.Blue;
   this.comboBoxWindowProperty.Location = new System.Drawing.Point(24, 15);
   this.comboBoxWindowProperty.Name = "comboBoxWindowProperty";
   this.comboBoxWindowProperty.Size = new System.Drawing.Size(176, 21);
   this.comboBoxWindowProperty.Sorted = true;
   this.comboBoxWindowProperty.TabIndex = 13;
   this.comboBoxWindowProperty.SelectionChangeCommitted +=
     new System.EventHandler(this.comboBoxWindowProperty_SelectionChangeCommitted);
   // 
   // groupBoxLine
   // 
   this.groupBoxLine.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
   this.groupBoxLine.Controls.Add(this.comboBoxAlignment);
   this.groupBoxLine.Controls.Add(this.labelLine);
   this.groupBoxLine.Enabled = false;
   this.groupBoxLine.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
   this.groupBoxLine.Location = new System.Drawing.Point(7, 149);
   this.groupBoxLine.Name = "groupBoxLine";
   this.groupBoxLine.Size = new System.Drawing.Size(224, 40);
   this.groupBoxLine.TabIndex = 33;
   this.groupBoxLine.TabStop = false;
   this.groupBoxLine.Text = "Line";
   // 
   // comboBoxAlignment
   // 
   this.comboBoxAlignment.Anchor =
     ((System.Windows.Forms.AnchorStyles)
      (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
        | System.Windows.Forms.AnchorStyles.Right)));
   this.comboBoxAlignment.BorderColor = System.Drawing.Color.Empty;
   this.comboBoxAlignment.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
   this.comboBoxAlignment.Location = new System.Drawing.Point(80, 13);
   this.comboBoxAlignment.Name = "comboBoxAlignment";
   this.comboBoxAlignment.Size = new System.Drawing.Size(121, 21);
   this.comboBoxAlignment.TabIndex = 25;
   this.comboBoxAlignment.SelectionChangeCommitted +=
     new System.EventHandler(this.comboBoxAlignment_SelectionChangeCommitted);
   // 
   // labelLine
   // 
   this.labelLine.AutoSize = true;
   this.labelLine.Location = new System.Drawing.Point(24, 16);
   this.labelLine.Name = "labelLine";
   this.labelLine.Size = new System.Drawing.Size(56, 13);
   this.labelLine.TabIndex = 16;
   this.labelLine.Text = "Alignment:";
   // 
   // groupboxCharacterEdit
   // 
   this.groupboxCharacterEdit.Controls.Add(this.cbR7B0);
   this.groupboxCharacterEdit.Controls.Add(this.cbR7B1);
   this.groupboxCharacterEdit.Controls.Add(this.cbR7B2);
   this.groupboxCharacterEdit.Controls.Add(this.cbR7B3);
   this.groupboxCharacterEdit.Controls.Add(this.cbR7B4);
   this.groupboxCharacterEdit.Controls.Add(this.cbR7B5);
   this.groupboxCharacterEdit.Controls.Add(this.cbR7B6);
   this.groupboxCharacterEdit.Controls.Add(this.cbR7B7);
   this.groupboxCharacterEdit.Controls.Add(this.cbR6B0);
   this.groupboxCharacterEdit.Controls.Add(this.cbR6B1);
   this.groupboxCharacterEdit.Controls.Add(this.cbR6B2);
   this.groupboxCharacterEdit.Controls.Add(this.cbR6B3);
   this.groupboxCharacterEdit.Controls.Add(this.cbR6B4);
   this.groupboxCharacterEdit.Controls.Add(this.cbR6B5);
   this.groupboxCharacterEdit.Controls.Add(this.cbR6B6);
   this.groupboxCharacterEdit.Controls.Add(this.cbR6B7);
   this.groupboxCharacterEdit.Controls.Add(this.cbR5B0);
   this.groupboxCharacterEdit.Controls.Add(this.cbR5B1);
   this.groupboxCharacterEdit.Controls.Add(this.cbR5B2);
   this.groupboxCharacterEdit.Controls.Add(this.cbR5B3);
   this.groupboxCharacterEdit.Controls.Add(this.cbR5B4);
   this.groupboxCharacterEdit.Controls.Add(this.cbR5B5);
   this.groupboxCharacterEdit.Controls.Add(this.cbR5B6);
   this.groupboxCharacterEdit.Controls.Add(this.cbR5B7);
   this.groupboxCharacterEdit.Controls.Add(this.cbR4B0);
   this.groupboxCharacterEdit.Controls.Add(this.cbR4B1);
   this.groupboxCharacterEdit.Controls.Add(this.cbR4B2);
   this.groupboxCharacterEdit.Controls.Add(this.cbR4B3);
   this.groupboxCharacterEdit.Controls.Add(this.cbR4B4);
   this.groupboxCharacterEdit.Controls.Add(this.cbR4B5);
   this.groupboxCharacterEdit.Controls.Add(this.cbR4B6);
   this.groupboxCharacterEdit.Controls.Add(this.cbR4B7);
   this.groupboxCharacterEdit.Controls.Add(this.cbR3B0);
   this.groupboxCharacterEdit.Controls.Add(this.cbR3B1);
   this.groupboxCharacterEdit.Controls.Add(this.cbR3B2);
   this.groupboxCharacterEdit.Controls.Add(this.cbR3B3);
   this.groupboxCharacterEdit.Controls.Add(this.cbR3B4);
   this.groupboxCharacterEdit.Controls.Add(this.cbR3B5);
   this.groupboxCharacterEdit.Controls.Add(this.cbR3B6);
   this.groupboxCharacterEdit.Controls.Add(this.cbR3B7);
   this.groupboxCharacterEdit.Controls.Add(this.cbR2B0);
   this.groupboxCharacterEdit.Controls.Add(this.cbR2B1);
   this.groupboxCharacterEdit.Controls.Add(this.cbR2B2);
   this.groupboxCharacterEdit.Controls.Add(this.cbR2B3);
   this.groupboxCharacterEdit.Controls.Add(this.cbR2B4);
   this.groupboxCharacterEdit.Controls.Add(this.cbR2B5);
   this.groupboxCharacterEdit.Controls.Add(this.cbR2B6);
   this.groupboxCharacterEdit.Controls.Add(this.cbR2B7);
   this.groupboxCharacterEdit.Controls.Add(this.cbR1B0);
   this.groupboxCharacterEdit.Controls.Add(this.cbR1B1);
   this.groupboxCharacterEdit.Controls.Add(this.cbR1B2);
   this.groupboxCharacterEdit.Controls.Add(this.cbR1B3);
   this.groupboxCharacterEdit.Controls.Add(this.cbR1B4);
   this.groupboxCharacterEdit.Controls.Add(this.cbR1B5);
   this.groupboxCharacterEdit.Controls.Add(this.cbR1B6);
   this.groupboxCharacterEdit.Controls.Add(this.cbR1B7);
   this.groupboxCharacterEdit.Controls.Add(this.cbR0B0);
   this.groupboxCharacterEdit.Controls.Add(this.cbR0B1);
   this.groupboxCharacterEdit.Controls.Add(this.cbR0B2);
   this.groupboxCharacterEdit.Controls.Add(this.cbR0B3);
   this.groupboxCharacterEdit.Controls.Add(this.cbR0B4);
   this.groupboxCharacterEdit.Controls.Add(this.cbR0B5);
   this.groupboxCharacterEdit.Controls.Add(this.cbR0B6);
   this.groupboxCharacterEdit.Controls.Add(this.cbR0B7);
   this.groupboxCharacterEdit.Location = new System.Drawing.Point(344, 46);
   this.groupboxCharacterEdit.Name = "groupboxCharacterEdit";
   this.groupboxCharacterEdit.Size = new System.Drawing.Size(239, 380);
   this.groupboxCharacterEdit.TabIndex = 32;
   this.groupboxCharacterEdit.TabStop = false;
   this.groupboxCharacterEdit.Text = " Custom Character Editor ";
   this.groupboxCharacterEdit.Visible = false;
   // 
   // cbR7B0
   // 
   this.cbR7B0.AutoSize = true;
   this.cbR7B0.Location = new System.Drawing.Point(142, 112);
   this.cbR7B0.Name = "cbR7B0";
   this.cbR7B0.Size = new System.Drawing.Size(15, 14);
   this.cbR7B0.TabIndex = 63;
   this.cbR7B0.UseVisualStyleBackColor = true;
   this.cbR7B0.CheckedChanged += new System.EventHandler(this.CharBitmap_CheckedChanged);
   // 
   // cbR7B1
   // 
   this.cbR7B1.AutoSize = true;
   this.cbR7B1.Location = new System.Drawing.Point(130, 112);
   this.cbR7B1.Name = "cbR7B1";
   this.cbR7B1.Size = new System.Drawing.Size(15, 14);
   this.cbR7B1.TabIndex = 62;
   this.cbR7B1.UseVisualStyleBackColor = true;
   this.cbR7B1.CheckedChanged += new System.EventHandler(this.CharBitmap_CheckedChanged);
   // 
   // cbR7B2
   // 
   this.cbR7B2.AutoSize = true;
   this.cbR7B2.Location = new System.Drawing.Point(118, 112);
   this.cbR7B2.Name = "cbR7B2";
   this.cbR7B2.Size = new System.Drawing.Size(15, 14);
   this.cbR7B2.TabIndex = 61;
   this.cbR7B2.UseVisualStyleBackColor = true;
   this.cbR7B2.CheckedChanged += new System.EventHandler(this.CharBitmap_CheckedChanged);
   // 
   // cbR7B3
   // 
   this.cbR7B3.AutoSize = true;
   this.cbR7B3.Location = new System.Drawing.Point(106, 112);
   this.cbR7B3.Name = "cbR7B3";
   this.cbR7B3.Size = new System.Drawing.Size(15, 14);
   this.cbR7B3.TabIndex = 60;
   this.cbR7B3.UseVisualStyleBackColor = true;
   this.cbR7B3.CheckedChanged += new System.EventHandler(this.CharBitmap_CheckedChanged);
   // 
   // cbR7B4
   // 
   this.cbR7B4.AutoSize = true;
   this.cbR7B4.Location = new System.Drawing.Point(94, 112);
   this.cbR7B4.Name = "cbR7B4";
   this.cbR7B4.Size = new System.Drawing.Size(15, 14);
   this.cbR7B4.TabIndex = 59;
   this.cbR7B4.UseVisualStyleBackColor = true;
   this.cbR7B4.CheckedChanged += new System.EventHandler(this.CharBitmap_CheckedChanged);
   // 
   // cbR7B5
   // 
   this.cbR7B5.AutoSize = true;
   this.cbR7B5.Location = new System.Drawing.Point(82, 112);
   this.cbR7B5.Name = "cbR7B5";
   this.cbR7B5.Size = new System.Drawing.Size(15, 14);
   this.cbR7B5.TabIndex = 58;
   this.cbR7B5.UseVisualStyleBackColor = true;
   this.cbR7B5.CheckedChanged += new System.EventHandler(this.CharBitmap_CheckedChanged);
   // 
   // cbR7B6
   // 
   this.cbR7B6.AutoSize = true;
   this.cbR7B6.Location = new System.Drawing.Point(70, 112);
   this.cbR7B6.Name = "cbR7B6";
   this.cbR7B6.Size = new System.Drawing.Size(15, 14);
   this.cbR7B6.TabIndex = 57;
   this.cbR7B6.UseVisualStyleBackColor = true;
   this.cbR7B6.CheckedChanged += new System.EventHandler(this.CharBitmap_CheckedChanged);
   // 
   // cbR7B7
   // 
   this.cbR7B7.AutoSize = true;
   this.cbR7B7.Location = new System.Drawing.Point(58, 112);
   this.cbR7B7.Name = "cbR7B7";
   this.cbR7B7.Size = new System.Drawing.Size(15, 14);
   this.cbR7B7.TabIndex = 56;
   this.cbR7B7.UseVisualStyleBackColor = true;
   this.cbR7B7.CheckedChanged += new System.EventHandler(this.CharBitmap_CheckedChanged);
   // 
   // cbR6B0
   // 
   this.cbR6B0.AutoSize = true;
   this.cbR6B0.Location = new System.Drawing.Point(142, 100);
   this.cbR6B0.Name = "cbR6B0";
   this.cbR6B0.Size = new System.Drawing.Size(15, 14);
   this.cbR6B0.TabIndex = 55;
   this.cbR6B0.UseVisualStyleBackColor = true;
   this.cbR6B0.CheckedChanged += new System.EventHandler(this.CharBitmap_CheckedChanged);
   // 
   // cbR6B1
   // 
   this.cbR6B1.AutoSize = true;
   this.cbR6B1.Location = new System.Drawing.Point(130, 100);
   this.cbR6B1.Name = "cbR6B1";
   this.cbR6B1.Size = new System.Drawing.Size(15, 14);
   this.cbR6B1.TabIndex = 54;
   this.cbR6B1.UseVisualStyleBackColor = true;
   this.cbR6B1.CheckedChanged += new System.EventHandler(this.CharBitmap_CheckedChanged);
   // 
   // cbR6B2
   // 
   this.cbR6B2.AutoSize = true;
   this.cbR6B2.Location = new System.Drawing.Point(118, 100);
   this.cbR6B2.Name = "cbR6B2";
   this.cbR6B2.Size = new System.Drawing.Size(15, 14);
   this.cbR6B2.TabIndex = 53;
   this.cbR6B2.UseVisualStyleBackColor = true;
   this.cbR6B2.CheckedChanged += new System.EventHandler(this.CharBitmap_CheckedChanged);
   // 
   // cbR6B3
   // 
   this.cbR6B3.AutoSize = true;
   this.cbR6B3.Location = new System.Drawing.Point(106, 100);
   this.cbR6B3.Name = "cbR6B3";
   this.cbR6B3.Size = new System.Drawing.Size(15, 14);
   this.cbR6B3.TabIndex = 52;
   this.cbR6B3.UseVisualStyleBackColor = true;
   this.cbR6B3.CheckedChanged += new System.EventHandler(this.CharBitmap_CheckedChanged);
   // 
   // cbR6B4
   // 
   this.cbR6B4.AutoSize = true;
   this.cbR6B4.Location = new System.Drawing.Point(94, 100);
   this.cbR6B4.Name = "cbR6B4";
   this.cbR6B4.Size = new System.Drawing.Size(15, 14);
   this.cbR6B4.TabIndex = 51;
   this.cbR6B4.UseVisualStyleBackColor = true;
   this.cbR6B4.CheckedChanged += new System.EventHandler(this.CharBitmap_CheckedChanged);
   // 
   // cbR6B5
   // 
   this.cbR6B5.AutoSize = true;
   this.cbR6B5.Location = new System.Drawing.Point(82, 100);
   this.cbR6B5.Name = "cbR6B5";
   this.cbR6B5.Size = new System.Drawing.Size(15, 14);
   this.cbR6B5.TabIndex = 50;
   this.cbR6B5.UseVisualStyleBackColor = true;
   this.cbR6B5.CheckedChanged += new System.EventHandler(this.CharBitmap_CheckedChanged);
   // 
   // cbR6B6
   // 
   this.cbR6B6.AutoSize = true;
   this.cbR6B6.Location = new System.Drawing.Point(70, 100);
   this.cbR6B6.Name = "cbR6B6";
   this.cbR6B6.Size = new System.Drawing.Size(15, 14);
   this.cbR6B6.TabIndex = 49;
   this.cbR6B6.UseVisualStyleBackColor = true;
   this.cbR6B6.CheckedChanged += new System.EventHandler(this.CharBitmap_CheckedChanged);
   // 
   // cbR6B7
   // 
   this.cbR6B7.AutoSize = true;
   this.cbR6B7.Location = new System.Drawing.Point(58, 100);
   this.cbR6B7.Name = "cbR6B7";
   this.cbR6B7.Size = new System.Drawing.Size(15, 14);
   this.cbR6B7.TabIndex = 48;
   this.cbR6B7.UseVisualStyleBackColor = true;
   this.cbR6B7.CheckedChanged += new System.EventHandler(this.CharBitmap_CheckedChanged);
   // 
   // cbR5B0
   // 
   this.cbR5B0.AutoSize = true;
   this.cbR5B0.Location = new System.Drawing.Point(142, 88);
   this.cbR5B0.Name = "cbR5B0";
   this.cbR5B0.Size = new System.Drawing.Size(15, 14);
   this.cbR5B0.TabIndex = 47;
   this.cbR5B0.UseVisualStyleBackColor = true;
   this.cbR5B0.CheckedChanged += new System.EventHandler(this.CharBitmap_CheckedChanged);
   // 
   // cbR5B1
   // 
   this.cbR5B1.AutoSize = true;
   this.cbR5B1.Location = new System.Drawing.Point(130, 88);
   this.cbR5B1.Name = "cbR5B1";
   this.cbR5B1.Size = new System.Drawing.Size(15, 14);
   this.cbR5B1.TabIndex = 46;
   this.cbR5B1.UseVisualStyleBackColor = true;
   this.cbR5B1.CheckedChanged += new System.EventHandler(this.CharBitmap_CheckedChanged);
   // 
   // cbR5B2
   // 
   this.cbR5B2.AutoSize = true;
   this.cbR5B2.Location = new System.Drawing.Point(118, 88);
   this.cbR5B2.Name = "cbR5B2";
   this.cbR5B2.Size = new System.Drawing.Size(15, 14);
   this.cbR5B2.TabIndex = 45;
   this.cbR5B2.UseVisualStyleBackColor = true;
   this.cbR5B2.CheckedChanged += new System.EventHandler(this.CharBitmap_CheckedChanged);
   // 
   // cbR5B3
   // 
   this.cbR5B3.AutoSize = true;
   this.cbR5B3.Location = new System.Drawing.Point(106, 88);
   this.cbR5B3.Name = "cbR5B3";
   this.cbR5B3.Size = new System.Drawing.Size(15, 14);
   this.cbR5B3.TabIndex = 44;
   this.cbR5B3.UseVisualStyleBackColor = true;
   this.cbR5B3.CheckedChanged += new System.EventHandler(this.CharBitmap_CheckedChanged);
   // 
   // cbR5B4
   // 
   this.cbR5B4.AutoSize = true;
   this.cbR5B4.Location = new System.Drawing.Point(94, 88);
   this.cbR5B4.Name = "cbR5B4";
   this.cbR5B4.Size = new System.Drawing.Size(15, 14);
   this.cbR5B4.TabIndex = 43;
   this.cbR5B4.UseVisualStyleBackColor = true;
   this.cbR5B4.CheckedChanged += new System.EventHandler(this.CharBitmap_CheckedChanged);
   // 
   // cbR5B5
   // 
   this.cbR5B5.AutoSize = true;
   this.cbR5B5.Location = new System.Drawing.Point(82, 88);
   this.cbR5B5.Name = "cbR5B5";
   this.cbR5B5.Size = new System.Drawing.Size(15, 14);
   this.cbR5B5.TabIndex = 42;
   this.cbR5B5.UseVisualStyleBackColor = true;
   this.cbR5B5.CheckedChanged += new System.EventHandler(this.CharBitmap_CheckedChanged);
   // 
   // cbR5B6
   // 
   this.cbR5B6.AutoSize = true;
   this.cbR5B6.Location = new System.Drawing.Point(70, 88);
   this.cbR5B6.Name = "cbR5B6";
   this.cbR5B6.Size = new System.Drawing.Size(15, 14);
   this.cbR5B6.TabIndex = 41;
   this.cbR5B6.UseVisualStyleBackColor = true;
   this.cbR5B6.CheckedChanged += new System.EventHandler(this.CharBitmap_CheckedChanged);
   // 
   // cbR5B7
   // 
   this.cbR5B7.AutoSize = true;
   this.cbR5B7.Location = new System.Drawing.Point(58, 88);
   this.cbR5B7.Name = "cbR5B7";
   this.cbR5B7.Size = new System.Drawing.Size(15, 14);
   this.cbR5B7.TabIndex = 40;
   this.cbR5B7.UseVisualStyleBackColor = true;
   this.cbR5B7.CheckedChanged += new System.EventHandler(this.CharBitmap_CheckedChanged);
   // 
   // cbR4B0
   // 
   this.cbR4B0.AutoSize = true;
   this.cbR4B0.Location = new System.Drawing.Point(142, 76);
   this.cbR4B0.Name = "cbR4B0";
   this.cbR4B0.Size = new System.Drawing.Size(15, 14);
   this.cbR4B0.TabIndex = 39;
   this.cbR4B0.UseVisualStyleBackColor = true;
   this.cbR4B0.CheckedChanged += new System.EventHandler(this.CharBitmap_CheckedChanged);
   // 
   // cbR4B1
   // 
   this.cbR4B1.AutoSize = true;
   this.cbR4B1.Location = new System.Drawing.Point(130, 76);
   this.cbR4B1.Name = "cbR4B1";
   this.cbR4B1.Size = new System.Drawing.Size(15, 14);
   this.cbR4B1.TabIndex = 38;
   this.cbR4B1.UseVisualStyleBackColor = true;
   this.cbR4B1.CheckedChanged += new System.EventHandler(this.CharBitmap_CheckedChanged);
   // 
   // cbR4B2
   // 
   this.cbR4B2.AutoSize = true;
   this.cbR4B2.Location = new System.Drawing.Point(118, 76);
   this.cbR4B2.Name = "cbR4B2";
   this.cbR4B2.Size = new System.Drawing.Size(15, 14);
   this.cbR4B2.TabIndex = 37;
   this.cbR4B2.UseVisualStyleBackColor = true;
   this.cbR4B2.CheckedChanged += new System.EventHandler(this.CharBitmap_CheckedChanged);
   // 
   // cbR4B3
   // 
   this.cbR4B3.AutoSize = true;
   this.cbR4B3.Location = new System.Drawing.Point(106, 76);
   this.cbR4B3.Name = "cbR4B3";
   this.cbR4B3.Size = new System.Drawing.Size(15, 14);
   this.cbR4B3.TabIndex = 36;
   this.cbR4B3.UseVisualStyleBackColor = true;
   this.cbR4B3.CheckedChanged += new System.EventHandler(this.CharBitmap_CheckedChanged);
   // 
   // cbR4B4
   // 
   this.cbR4B4.AutoSize = true;
   this.cbR4B4.Location = new System.Drawing.Point(94, 76);
   this.cbR4B4.Name = "cbR4B4";
   this.cbR4B4.Size = new System.Drawing.Size(15, 14);
   this.cbR4B4.TabIndex = 35;
   this.cbR4B4.UseVisualStyleBackColor = true;
   this.cbR4B4.CheckedChanged += new System.EventHandler(this.CharBitmap_CheckedChanged);
   // 
   // cbR4B5
   // 
   this.cbR4B5.AutoSize = true;
   this.cbR4B5.Location = new System.Drawing.Point(82, 76);
   this.cbR4B5.Name = "cbR4B5";
   this.cbR4B5.Size = new System.Drawing.Size(15, 14);
   this.cbR4B5.TabIndex = 34;
   this.cbR4B5.UseVisualStyleBackColor = true;
   this.cbR4B5.CheckedChanged += new System.EventHandler(this.CharBitmap_CheckedChanged);
   // 
   // cbR4B6
   // 
   this.cbR4B6.AutoSize = true;
   this.cbR4B6.Location = new System.Drawing.Point(70, 76);
   this.cbR4B6.Name = "cbR4B6";
   this.cbR4B6.Size = new System.Drawing.Size(15, 14);
   this.cbR4B6.TabIndex = 33;
   this.cbR4B6.UseVisualStyleBackColor = true;
   this.cbR4B6.CheckedChanged += new System.EventHandler(this.CharBitmap_CheckedChanged);
   // 
   // cbR4B7
   // 
   this.cbR4B7.AutoSize = true;
   this.cbR4B7.Location = new System.Drawing.Point(58, 76);
   this.cbR4B7.Name = "cbR4B7";
   this.cbR4B7.Size = new System.Drawing.Size(15, 14);
   this.cbR4B7.TabIndex = 32;
   this.cbR4B7.UseVisualStyleBackColor = true;
   this.cbR4B7.CheckedChanged += new System.EventHandler(this.CharBitmap_CheckedChanged);
   // 
   // cbR3B0
   // 
   this.cbR3B0.AutoSize = true;
   this.cbR3B0.Location = new System.Drawing.Point(142, 64);
   this.cbR3B0.Name = "cbR3B0";
   this.cbR3B0.Size = new System.Drawing.Size(15, 14);
   this.cbR3B0.TabIndex = 31;
   this.cbR3B0.UseVisualStyleBackColor = true;
   this.cbR3B0.CheckedChanged += new System.EventHandler(this.CharBitmap_CheckedChanged);
   // 
   // cbR3B1
   // 
   this.cbR3B1.AutoSize = true;
   this.cbR3B1.Location = new System.Drawing.Point(130, 64);
   this.cbR3B1.Name = "cbR3B1";
   this.cbR3B1.Size = new System.Drawing.Size(15, 14);
   this.cbR3B1.TabIndex = 30;
   this.cbR3B1.UseVisualStyleBackColor = true;
   this.cbR3B1.CheckedChanged += new System.EventHandler(this.CharBitmap_CheckedChanged);
   // 
   // cbR3B2
   // 
   this.cbR3B2.AutoSize = true;
   this.cbR3B2.Location = new System.Drawing.Point(118, 64);
   this.cbR3B2.Name = "cbR3B2";
   this.cbR3B2.Size = new System.Drawing.Size(15, 14);
   this.cbR3B2.TabIndex = 29;
   this.cbR3B2.UseVisualStyleBackColor = true;
   this.cbR3B2.CheckedChanged += new System.EventHandler(this.CharBitmap_CheckedChanged);
   // 
   // cbR3B3
   // 
   this.cbR3B3.AutoSize = true;
   this.cbR3B3.Location = new System.Drawing.Point(106, 64);
   this.cbR3B3.Name = "cbR3B3";
   this.cbR3B3.Size = new System.Drawing.Size(15, 14);
   this.cbR3B3.TabIndex = 28;
   this.cbR3B3.UseVisualStyleBackColor = true;
   this.cbR3B3.CheckedChanged += new System.EventHandler(this.CharBitmap_CheckedChanged);
   // 
   // cbR3B4
   // 
   this.cbR3B4.AutoSize = true;
   this.cbR3B4.Location = new System.Drawing.Point(94, 64);
   this.cbR3B4.Name = "cbR3B4";
   this.cbR3B4.Size = new System.Drawing.Size(15, 14);
   this.cbR3B4.TabIndex = 27;
   this.cbR3B4.UseVisualStyleBackColor = true;
   this.cbR3B4.CheckedChanged += new System.EventHandler(this.CharBitmap_CheckedChanged);
   // 
   // cbR3B5
   // 
   this.cbR3B5.AutoSize = true;
   this.cbR3B5.Location = new System.Drawing.Point(82, 64);
   this.cbR3B5.Name = "cbR3B5";
   this.cbR3B5.Size = new System.Drawing.Size(15, 14);
   this.cbR3B5.TabIndex = 26;
   this.cbR3B5.UseVisualStyleBackColor = true;
   this.cbR3B5.CheckedChanged += new System.EventHandler(this.CharBitmap_CheckedChanged);
   // 
   // cbR3B6
   // 
   this.cbR3B6.AutoSize = true;
   this.cbR3B6.Location = new System.Drawing.Point(70, 64);
   this.cbR3B6.Name = "cbR3B6";
   this.cbR3B6.Size = new System.Drawing.Size(15, 14);
   this.cbR3B6.TabIndex = 25;
   this.cbR3B6.UseVisualStyleBackColor = true;
   this.cbR3B6.CheckedChanged += new System.EventHandler(this.CharBitmap_CheckedChanged);
   // 
   // cbR3B7
   // 
   this.cbR3B7.AutoSize = true;
   this.cbR3B7.Location = new System.Drawing.Point(58, 64);
   this.cbR3B7.Name = "cbR3B7";
   this.cbR3B7.Size = new System.Drawing.Size(15, 14);
   this.cbR3B7.TabIndex = 24;
   this.cbR3B7.UseVisualStyleBackColor = true;
   this.cbR3B7.CheckedChanged += new System.EventHandler(this.CharBitmap_CheckedChanged);
   // 
   // cbR2B0
   // 
   this.cbR2B0.AutoSize = true;
   this.cbR2B0.Location = new System.Drawing.Point(142, 52);
   this.cbR2B0.Name = "cbR2B0";
   this.cbR2B0.Size = new System.Drawing.Size(15, 14);
   this.cbR2B0.TabIndex = 23;
   this.cbR2B0.UseVisualStyleBackColor = true;
   this.cbR2B0.CheckedChanged += new System.EventHandler(this.CharBitmap_CheckedChanged);
   // 
   // cbR2B1
   // 
   this.cbR2B1.AutoSize = true;
   this.cbR2B1.Location = new System.Drawing.Point(130, 52);
   this.cbR2B1.Name = "cbR2B1";
   this.cbR2B1.Size = new System.Drawing.Size(15, 14);
   this.cbR2B1.TabIndex = 22;
   this.cbR2B1.UseVisualStyleBackColor = true;
   this.cbR2B1.CheckedChanged += new System.EventHandler(this.CharBitmap_CheckedChanged);
   // 
   // cbR2B2
   // 
   this.cbR2B2.AutoSize = true;
   this.cbR2B2.Location = new System.Drawing.Point(118, 52);
   this.cbR2B2.Name = "cbR2B2";
   this.cbR2B2.Size = new System.Drawing.Size(15, 14);
   this.cbR2B2.TabIndex = 21;
   this.cbR2B2.UseVisualStyleBackColor = true;
   this.cbR2B2.CheckedChanged += new System.EventHandler(this.CharBitmap_CheckedChanged);
   // 
   // cbR2B3
   // 
   this.cbR2B3.AutoSize = true;
   this.cbR2B3.Location = new System.Drawing.Point(106, 52);
   this.cbR2B3.Name = "cbR2B3";
   this.cbR2B3.Size = new System.Drawing.Size(15, 14);
   this.cbR2B3.TabIndex = 20;
   this.cbR2B3.UseVisualStyleBackColor = true;
   this.cbR2B3.CheckedChanged += new System.EventHandler(this.CharBitmap_CheckedChanged);
   // 
   // cbR2B4
   // 
   this.cbR2B4.AutoSize = true;
   this.cbR2B4.Location = new System.Drawing.Point(94, 52);
   this.cbR2B4.Name = "cbR2B4";
   this.cbR2B4.Size = new System.Drawing.Size(15, 14);
   this.cbR2B4.TabIndex = 19;
   this.cbR2B4.UseVisualStyleBackColor = true;
   this.cbR2B4.CheckedChanged += new System.EventHandler(this.CharBitmap_CheckedChanged);
   // 
   // cbR2B5
   // 
   this.cbR2B5.AutoSize = true;
   this.cbR2B5.Location = new System.Drawing.Point(82, 52);
   this.cbR2B5.Name = "cbR2B5";
   this.cbR2B5.Size = new System.Drawing.Size(15, 14);
   this.cbR2B5.TabIndex = 18;
   this.cbR2B5.UseVisualStyleBackColor = true;
   this.cbR2B5.CheckedChanged += new System.EventHandler(this.CharBitmap_CheckedChanged);
   // 
   // cbR2B6
   // 
   this.cbR2B6.AutoSize = true;
   this.cbR2B6.Location = new System.Drawing.Point(70, 52);
   this.cbR2B6.Name = "cbR2B6";
   this.cbR2B6.Size = new System.Drawing.Size(15, 14);
   this.cbR2B6.TabIndex = 17;
   this.cbR2B6.UseVisualStyleBackColor = true;
   this.cbR2B6.CheckedChanged += new System.EventHandler(this.CharBitmap_CheckedChanged);
   // 
   // cbR2B7
   // 
   this.cbR2B7.AutoSize = true;
   this.cbR2B7.Location = new System.Drawing.Point(58, 52);
   this.cbR2B7.Name = "cbR2B7";
   this.cbR2B7.Size = new System.Drawing.Size(15, 14);
   this.cbR2B7.TabIndex = 16;
   this.cbR2B7.UseVisualStyleBackColor = true;
   this.cbR2B7.CheckedChanged += new System.EventHandler(this.CharBitmap_CheckedChanged);
   // 
   // cbR1B0
   // 
   this.cbR1B0.AutoSize = true;
   this.cbR1B0.Location = new System.Drawing.Point(142, 40);
   this.cbR1B0.Name = "cbR1B0";
   this.cbR1B0.Size = new System.Drawing.Size(15, 14);
   this.cbR1B0.TabIndex = 15;
   this.cbR1B0.UseVisualStyleBackColor = true;
   this.cbR1B0.CheckedChanged += new System.EventHandler(this.CharBitmap_CheckedChanged);
   // 
   // cbR1B1
   // 
   this.cbR1B1.AutoSize = true;
   this.cbR1B1.Location = new System.Drawing.Point(130, 40);
   this.cbR1B1.Name = "cbR1B1";
   this.cbR1B1.Size = new System.Drawing.Size(15, 14);
   this.cbR1B1.TabIndex = 14;
   this.cbR1B1.UseVisualStyleBackColor = true;
   this.cbR1B1.CheckedChanged += new System.EventHandler(this.CharBitmap_CheckedChanged);
   // 
   // cbR1B2
   // 
   this.cbR1B2.AutoSize = true;
   this.cbR1B2.Location = new System.Drawing.Point(118, 40);
   this.cbR1B2.Name = "cbR1B2";
   this.cbR1B2.Size = new System.Drawing.Size(15, 14);
   this.cbR1B2.TabIndex = 13;
   this.cbR1B2.UseVisualStyleBackColor = true;
   this.cbR1B2.CheckedChanged += new System.EventHandler(this.CharBitmap_CheckedChanged);
   // 
   // cbR1B3
   // 
   this.cbR1B3.AutoSize = true;
   this.cbR1B3.Location = new System.Drawing.Point(106, 40);
   this.cbR1B3.Name = "cbR1B3";
   this.cbR1B3.Size = new System.Drawing.Size(15, 14);
   this.cbR1B3.TabIndex = 12;
   this.cbR1B3.UseVisualStyleBackColor = true;
   this.cbR1B3.CheckedChanged += new System.EventHandler(this.CharBitmap_CheckedChanged);
   // 
   // cbR1B4
   // 
   this.cbR1B4.AutoSize = true;
   this.cbR1B4.Location = new System.Drawing.Point(94, 40);
   this.cbR1B4.Name = "cbR1B4";
   this.cbR1B4.Size = new System.Drawing.Size(15, 14);
   this.cbR1B4.TabIndex = 11;
   this.cbR1B4.UseVisualStyleBackColor = true;
   this.cbR1B4.CheckedChanged += new System.EventHandler(this.CharBitmap_CheckedChanged);
   // 
   // cbR1B5
   // 
   this.cbR1B5.AutoSize = true;
   this.cbR1B5.Location = new System.Drawing.Point(82, 40);
   this.cbR1B5.Name = "cbR1B5";
   this.cbR1B5.Size = new System.Drawing.Size(15, 14);
   this.cbR1B5.TabIndex = 10;
   this.cbR1B5.UseVisualStyleBackColor = true;
   this.cbR1B5.CheckedChanged += new System.EventHandler(this.CharBitmap_CheckedChanged);
   // 
   // cbR1B6
   // 
   this.cbR1B6.AutoSize = true;
   this.cbR1B6.Location = new System.Drawing.Point(70, 40);
   this.cbR1B6.Name = "cbR1B6";
   this.cbR1B6.Size = new System.Drawing.Size(15, 14);
   this.cbR1B6.TabIndex = 9;
   this.cbR1B6.UseVisualStyleBackColor = true;
   this.cbR1B6.CheckedChanged += new System.EventHandler(this.CharBitmap_CheckedChanged);
   // 
   // cbR1B7
   // 
   this.cbR1B7.AutoSize = true;
   this.cbR1B7.Location = new System.Drawing.Point(58, 40);
   this.cbR1B7.Name = "cbR1B7";
   this.cbR1B7.Size = new System.Drawing.Size(15, 14);
   this.cbR1B7.TabIndex = 8;
   this.cbR1B7.UseVisualStyleBackColor = true;
   this.cbR1B7.CheckedChanged += new System.EventHandler(this.CharBitmap_CheckedChanged);
   // 
   // cbR0B0
   // 
   this.cbR0B0.AutoSize = true;
   this.cbR0B0.Location = new System.Drawing.Point(142, 28);
   this.cbR0B0.Name = "cbR0B0";
   this.cbR0B0.Size = new System.Drawing.Size(15, 14);
   this.cbR0B0.TabIndex = 7;
   this.cbR0B0.UseVisualStyleBackColor = true;
   this.cbR0B0.CheckedChanged += new System.EventHandler(this.CharBitmap_CheckedChanged);
   // 
   // cbR0B1
   // 
   this.cbR0B1.AutoSize = true;
   this.cbR0B1.Location = new System.Drawing.Point(130, 28);
   this.cbR0B1.Name = "cbR0B1";
   this.cbR0B1.Size = new System.Drawing.Size(15, 14);
   this.cbR0B1.TabIndex = 6;
   this.cbR0B1.UseVisualStyleBackColor = true;
   this.cbR0B1.CheckedChanged += new System.EventHandler(this.CharBitmap_CheckedChanged);
   // 
   // cbR0B2
   // 
   this.cbR0B2.AutoSize = true;
   this.cbR0B2.Location = new System.Drawing.Point(118, 28);
   this.cbR0B2.Name = "cbR0B2";
   this.cbR0B2.Size = new System.Drawing.Size(15, 14);
   this.cbR0B2.TabIndex = 5;
   this.cbR0B2.UseVisualStyleBackColor = true;
   this.cbR0B2.CheckedChanged += new System.EventHandler(this.CharBitmap_CheckedChanged);
   // 
   // cbR0B3
   // 
   this.cbR0B3.AutoSize = true;
   this.cbR0B3.Location = new System.Drawing.Point(106, 28);
   this.cbR0B3.Name = "cbR0B3";
   this.cbR0B3.Size = new System.Drawing.Size(15, 14);
   this.cbR0B3.TabIndex = 4;
   this.cbR0B3.UseVisualStyleBackColor = true;
   this.cbR0B3.CheckedChanged += new System.EventHandler(this.CharBitmap_CheckedChanged);
   // 
   // cbR0B4
   // 
   this.cbR0B4.AutoSize = true;
   this.cbR0B4.Location = new System.Drawing.Point(94, 28);
   this.cbR0B4.Name = "cbR0B4";
   this.cbR0B4.Size = new System.Drawing.Size(15, 14);
   this.cbR0B4.TabIndex = 3;
   this.cbR0B4.UseVisualStyleBackColor = true;
   this.cbR0B4.CheckedChanged += new System.EventHandler(this.CharBitmap_CheckedChanged);
   // 
   // cbR0B5
   // 
   this.cbR0B5.AutoSize = true;
   this.cbR0B5.Location = new System.Drawing.Point(82, 28);
   this.cbR0B5.Name = "cbR0B5";
   this.cbR0B5.Size = new System.Drawing.Size(15, 14);
   this.cbR0B5.TabIndex = 2;
   this.cbR0B5.UseVisualStyleBackColor = true;
   this.cbR0B5.CheckedChanged += new System.EventHandler(this.CharBitmap_CheckedChanged);
   // 
   // cbR0B6
   // 
   this.cbR0B6.AutoSize = true;
   this.cbR0B6.Location = new System.Drawing.Point(70, 28);
   this.cbR0B6.Name = "cbR0B6";
   this.cbR0B6.Size = new System.Drawing.Size(15, 14);
   this.cbR0B6.TabIndex = 1;
   this.cbR0B6.UseVisualStyleBackColor = true;
   this.cbR0B6.CheckedChanged += new System.EventHandler(this.CharBitmap_CheckedChanged);
   // 
   // cbR0B7
   // 
   this.cbR0B7.AutoSize = true;
   this.cbR0B7.Location = new System.Drawing.Point(58, 28);
   this.cbR0B7.Name = "cbR0B7";
   this.cbR0B7.Size = new System.Drawing.Size(15, 14);
   this.cbR0B7.TabIndex = 0;
   this.cbR0B7.UseVisualStyleBackColor = true;
   this.cbR0B7.CheckedChanged += new System.EventHandler(this.CharBitmap_CheckedChanged);
   // 
   // groupboxTranslationEdit
   // 
   this.groupboxTranslationEdit.Controls.Add(this.mpLabel5);
   this.groupboxTranslationEdit.Controls.Add(this.TextBoxTranslateTo);
   this.groupboxTranslationEdit.Controls.Add(this.mpLabel4);
   this.groupboxTranslationEdit.Controls.Add(this.TextBoxTranslateFrom);
   this.groupboxTranslationEdit.Location = new System.Drawing.Point(344, 46);
   this.groupboxTranslationEdit.Name = "groupboxTranslationEdit";
   this.groupboxTranslationEdit.Size = new System.Drawing.Size(239, 380);
   this.groupboxTranslationEdit.TabIndex = 33;
   this.groupboxTranslationEdit.TabStop = false;
   this.groupboxTranslationEdit.Text = " Translation Editor ";
   this.groupboxTranslationEdit.Visible = false;
   // 
   // mpLabel5
   // 
   this.mpLabel5.AutoSize = true;
   this.mpLabel5.Location = new System.Drawing.Point(15, 56);
   this.mpLabel5.Name = "mpLabel5";
   this.mpLabel5.Size = new System.Drawing.Size(23, 13);
   this.mpLabel5.TabIndex = 27;
   this.mpLabel5.Text = "To:";
   // 
   // TextBoxTranslateTo
   // 
   this.TextBoxTranslateTo.BorderColor = System.Drawing.Color.Empty;
   this.TextBoxTranslateTo.Location = new System.Drawing.Point(58, 52);
   this.TextBoxTranslateTo.MaxLength = 100;
   this.TextBoxTranslateTo.Name = "TextBoxTranslateTo";
   this.TextBoxTranslateTo.Size = new System.Drawing.Size(133, 20);
   this.TextBoxTranslateTo.TabIndex = 26;
   this.TextBoxTranslateTo.LostFocus += new System.EventHandler(this.TextBoxTranslateTo_LostFocus);
   // 
   // mpLabel4
   // 
   this.mpLabel4.AutoSize = true;
   this.mpLabel4.Location = new System.Drawing.Point(15, 28);
   this.mpLabel4.Name = "mpLabel4";
   this.mpLabel4.Size = new System.Drawing.Size(33, 13);
   this.mpLabel4.TabIndex = 25;
   this.mpLabel4.Text = "From:";
   // 
   // TextBoxTranslateFrom
   // 
   this.TextBoxTranslateFrom.BorderColor = System.Drawing.Color.Empty;
   this.TextBoxTranslateFrom.Location = new System.Drawing.Point(58, 24);
   this.TextBoxTranslateFrom.MaxLength = 1;
   this.TextBoxTranslateFrom.Name = "TextBoxTranslateFrom";
   this.TextBoxTranslateFrom.Size = new System.Drawing.Size(133, 20);
   this.TextBoxTranslateFrom.TabIndex = 24;
   this.TextBoxTranslateFrom.LostFocus += new System.EventHandler(this.TextBoxTranslateFrom_LostFocus);
   // 
   // MessageEditForm
   // 
   this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
   this.AutoScroll = true;
   this.ClientSize = new System.Drawing.Size(590, 475);
   this.Controls.Add(this.labelExpand);
   this.Controls.Add(this.treeMapping);
   this.Controls.Add(this.buttonDefault);
   this.Controls.Add(this.buttonRemove);
   this.Controls.Add(this.buttonNew);
   this.Controls.Add(this.buttonDown);
   this.Controls.Add(this.buttonUp);
   this.Controls.Add(this.beveledLine1);
   this.Controls.Add(this.buttonOk);
   this.Controls.Add(this.buttonCancel);
   this.Controls.Add(this.headerLabel);
   this.Controls.Add(this.groupBoxMessageEdit);
   this.Controls.Add(this.groupboxTranslationEdit);
   this.Controls.Add(this.groupboxCharacterEdit);
   this.Name = "MessageEditForm";
   this.ShowInTaskbar = false;
   this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
   this.Text = "MiniDisplay - Setup - Configuration Editor";
   this.groupBoxMessageEdit.ResumeLayout(false);
   this.groupBoxProcess.ResumeLayout(false);
   this.groupBoxProcess.PerformLayout();
   this.groupBoxTextProgressBar.ResumeLayout(false);
   this.groupBoxTextProgressBar.PerformLayout();
   this.GroupBoxCondition.ResumeLayout(false);
   this.GroupBoxCondition.PerformLayout();
   this.groupBoxMessageType.ResumeLayout(false);
   this.groupBoxMessageType.PerformLayout();
   this.groupBoxStatus.ResumeLayout(false);
   this.groupBoxWindow.ResumeLayout(false);
   this.groupBoxLine.ResumeLayout(false);
   this.groupBoxLine.PerformLayout();
   this.groupboxCharacterEdit.ResumeLayout(false);
   this.groupboxCharacterEdit.PerformLayout();
   this.groupboxTranslationEdit.ResumeLayout(false);
   this.groupboxTranslationEdit.PerformLayout();
   this.ResumeLayout(false);
   this.PerformLayout();
 }