private void InitializeComponent()
 {
     this.components = new Container();
     ComponentResourceManager manager = new ComponentResourceManager(typeof(HighlightersOptionControl));
     this.tsView = new ToolStrip();
     this.tsbChangeView = new ToolStripButton();
     this.trkBlendLevel = new TrackBar();
     this.filterControlComplex = new ComplexFilterControl();
     this.pnlIcon = new PanelEx();
     this.btnBlendColor = new ColorButton();
     this.cmbHighlighters = new TemplateComboBox();
     this.btnDeleteHighlighter = new Button();
     this.btnBrowseIcon = new Button();
     this.btnSaveHighlighter = new Button();
     this.cmbIconLocation = new ComboBox();
     this.chkItemIcon = new CheckBox();
     this.chkAlphaBlendIcon = new CheckBox();
     this.btnItemForeColor = new ColorButton();
     this.imageList = new ImageList(this.components);
     this.toolTipLevel = new ToolTip(this.components);
     this.BrowseIconDialog = new OpenFileDialog();
     Label label = new Label();
     TableLayoutPanel panel = new TableLayoutPanel();
     Label control = new Label();
     panel.SuspendLayout();
     this.tsView.SuspendLayout();
     this.trkBlendLevel.BeginInit();
     base.SuspendLayout();
     manager.ApplyResources(label, "lblItemForeColor");
     label.Name = "lblItemForeColor";
     manager.ApplyResources(panel, "tlpBack");
     panel.Controls.Add(control, 0, 0);
     panel.Controls.Add(this.tsView, 0, 5);
     panel.Controls.Add(this.trkBlendLevel, 2, 3);
     panel.Controls.Add(this.filterControlComplex, 0, 4);
     panel.Controls.Add(this.pnlIcon, 4, 2);
     panel.Controls.Add(this.btnBlendColor, 1, 3);
     panel.Controls.Add(this.cmbHighlighters, 1, 0);
     panel.Controls.Add(this.btnBrowseIcon, 3, 2);
     panel.Controls.Add(this.btnSaveHighlighter, 3, 0);
     panel.Controls.Add(this.cmbIconLocation, 1, 2);
     panel.Controls.Add(this.btnDeleteHighlighter, 4, 0);
     panel.Controls.Add(this.chkItemIcon, 0, 2);
     panel.Controls.Add(label, 0, 1);
     panel.Controls.Add(this.chkAlphaBlendIcon, 0, 3);
     panel.Controls.Add(this.btnItemForeColor, 1, 1);
     panel.Name = "tlpBack";
     manager.ApplyResources(control, "lblStoredHighlighter");
     control.Name = "lblStoredHighlighter";
     this.tsView.BackColor = Color.Transparent;
     panel.SetColumnSpan(this.tsView, 5);
     this.tsView.GripStyle = ToolStripGripStyle.Hidden;
     this.tsView.Items.AddRange(new ToolStripItem[] { this.tsbChangeView });
     manager.ApplyResources(this.tsView, "tsView");
     this.tsView.Name = "tsView";
     this.tsView.TabStop = true;
     this.tsbChangeView.DisplayStyle = ToolStripItemDisplayStyle.Image;
     this.tsbChangeView.Image = Resources.ShowDetail;
     this.tsbChangeView.Name = "tsbChangeView";
     manager.ApplyResources(this.tsbChangeView, "tsbChangeView");
     this.tsbChangeView.Click += new EventHandler(this.tsbChangeView_Click);
     this.tsbChangeView.Paint += new PaintEventHandler(this.tsbChangeView_Paint);
     manager.ApplyResources(this.trkBlendLevel, "trkBlendLevel");
     panel.SetColumnSpan(this.trkBlendLevel, 2);
     this.trkBlendLevel.Maximum = 100;
     this.trkBlendLevel.Name = "trkBlendLevel";
     this.trkBlendLevel.Value = 50;
     this.trkBlendLevel.Scroll += new EventHandler(this.trkBlendLevel_Scroll);
     this.trkBlendLevel.ValueChanged += new EventHandler(this.UpdateButtons);
     this.trkBlendLevel.Enter += new EventHandler(this.trkBlendLevel_Enter);
     this.trkBlendLevel.Leave += new EventHandler(this.trkBlendLevel_Leave);
     this.trkBlendLevel.MouseDown += new MouseEventHandler(this.trkBlendLevel_MouseDown);
     this.trkBlendLevel.MouseUp += new MouseEventHandler(this.trkBlendLevel_MouseUp);
     this.filterControlComplex.AdvancedViewFilters = ViewFilters.Advanced | ViewFilters.Attributes | ViewFilters.ExcludeMask | ViewFilters.IncludeMask;
     manager.ApplyResources(this.filterControlComplex, "filterControlComplex");
     panel.SetColumnSpan(this.filterControlComplex, 5);
     this.filterControlComplex.HideViewFilters = ViewFilters.Folder | ViewFilters.Content;
     this.filterControlComplex.MinimumSize = new Size(0x1c4, 0);
     this.filterControlComplex.Name = "filterControlComplex";
     this.filterControlComplex.View = ComplexFilterView.Advanced;
     this.filterControlComplex.ViewChanged += new EventHandler(this.filterControlComplex_ViewChanged);
     this.filterControlComplex.FilterChanged += new EventHandler(this.UpdateButtons);
     this.pnlIcon.BorderColor = Color.FromArgb(0xab, 0xad, 0xb3);
     manager.ApplyResources(this.pnlIcon, "pnlIcon");
     this.pnlIcon.Name = "pnlIcon";
     panel.SetRowSpan(this.pnlIcon, 2);
     this.pnlIcon.Paint += new PaintEventHandler(this.pnlIcon_Paint);
     manager.ApplyResources(this.btnBlendColor, "btnBlendColor");
     this.btnBlendColor.Name = "btnBlendColor";
     this.btnBlendColor.UseVisualStyleBackColor = true;
     this.btnBlendColor.ColorChanged += new EventHandler(this.UpdateButtons);
     panel.SetColumnSpan(this.cmbHighlighters, 2);
     this.cmbHighlighters.DeleteButton = this.btnDeleteHighlighter;
     manager.ApplyResources(this.cmbHighlighters, "cmbHighlighters");
     this.cmbHighlighters.FormattingEnabled = true;
     this.cmbHighlighters.Name = "cmbHighlighters";
     this.cmbHighlighters.SelectionChangeCommitted += new EventHandler(this.cmbHighlighters_SelectionChangeCommitted);
     this.cmbHighlighters.TextUpdate += new EventHandler(this.UpdateButtons);
     manager.ApplyResources(this.btnDeleteHighlighter, "btnDeleteHighlighter");
     this.btnDeleteHighlighter.Name = "btnDeleteHighlighter";
     this.btnDeleteHighlighter.UseVisualStyleBackColor = true;
     manager.ApplyResources(this.btnBrowseIcon, "btnBrowseIcon");
     this.btnBrowseIcon.Name = "btnBrowseIcon";
     this.btnBrowseIcon.UseVisualStyleBackColor = true;
     this.btnBrowseIcon.Click += new EventHandler(this.btnBrowseIcon_Click);
     manager.ApplyResources(this.btnSaveHighlighter, "btnSaveHighlighter");
     this.btnSaveHighlighter.Name = "btnSaveHighlighter";
     this.btnSaveHighlighter.UseVisualStyleBackColor = true;
     this.btnSaveHighlighter.Click += new EventHandler(this.btnSaveHighlighter_Click);
     panel.SetColumnSpan(this.cmbIconLocation, 2);
     manager.ApplyResources(this.cmbIconLocation, "cmbIconLocation");
     this.cmbIconLocation.FormattingEnabled = true;
     this.cmbIconLocation.Name = "cmbIconLocation";
     this.cmbIconLocation.Enter += new EventHandler(this.cmbIconLocation_Enter);
     this.cmbIconLocation.Validated += new EventHandler(this.cmbIconLocation_Validated);
     manager.ApplyResources(this.chkItemIcon, "chkItemIcon");
     this.chkItemIcon.Name = "chkItemIcon";
     this.chkItemIcon.UseVisualStyleBackColor = true;
     this.chkItemIcon.CheckedChanged += new EventHandler(this.chkItemIcon_CheckedChanged);
     this.chkItemIcon.Click += new EventHandler(this.UpdateButtons);
     manager.ApplyResources(this.chkAlphaBlendIcon, "chkAlphaBlendIcon");
     this.chkAlphaBlendIcon.Name = "chkAlphaBlendIcon";
     this.chkAlphaBlendIcon.UseVisualStyleBackColor = true;
     this.chkAlphaBlendIcon.CheckedChanged += new EventHandler(this.chkAlphaBlendIcon_CheckedChanged);
     this.chkAlphaBlendIcon.Click += new EventHandler(this.UpdateButtons);
     manager.ApplyResources(this.btnItemForeColor, "btnItemForeColor");
     this.btnItemForeColor.Name = "btnItemForeColor";
     this.btnItemForeColor.UseVisualStyleBackColor = true;
     this.btnItemForeColor.ColorChanged += new EventHandler(this.UpdateButtons);
     this.imageList.ColorDepth = ColorDepth.Depth8Bit;
     manager.ApplyResources(this.imageList, "imageList");
     this.imageList.TransparentColor = Color.Transparent;
     this.BrowseIconDialog.AddExtension = false;
     manager.ApplyResources(this.BrowseIconDialog, "BrowseIconDialog");
     manager.ApplyResources(this, "$this");
     base.AutoScaleMode = AutoScaleMode.Font;
     base.Controls.Add(panel);
     this.MinimumSize = new Size(0x1c4, 0);
     base.Name = "HighlightersOptionControl";
     panel.ResumeLayout(false);
     panel.PerformLayout();
     this.tsView.ResumeLayout(false);
     this.tsView.PerformLayout();
     this.trkBlendLevel.EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
 private void InitializeComponent()
 {
     ComponentResourceManager manager = new ComponentResourceManager(typeof(OptionsDialog));
     this.tsNavigator = new ToolStrip();
     this.pnlSectionBack = new PanelEx();
     this.flpSection = new FlowLayoutPanel();
     this.pnlSectionTitle = new GradientPanel();
     this.lblSectionTitle = new Label();
     this.lblWidthController = new Label();
     this.tlpButtons = new TableLayoutPanel();
     this.btnCancel = new Button();
     this.btnOk = new Button();
     this.bvlButtons = new Bevel();
     TableLayoutPanel panel = new TableLayoutPanel();
     panel.SuspendLayout();
     this.pnlSectionBack.SuspendLayout();
     this.flpSection.SuspendLayout();
     this.pnlSectionTitle.SuspendLayout();
     this.tlpButtons.SuspendLayout();
     base.SuspendLayout();
     manager.ApplyResources(panel, "tlpBack");
     panel.Controls.Add(this.tsNavigator, 0, 0);
     panel.Controls.Add(this.pnlSectionBack, 1, 0);
     panel.Name = "tlpBack";
     manager.ApplyResources(this.tsNavigator, "tsNavigator");
     this.tsNavigator.BackColor = SystemColors.Window;
     this.tsNavigator.CanOverflow = false;
     this.tsNavigator.GripStyle = ToolStripGripStyle.Hidden;
     this.tsNavigator.LayoutStyle = ToolStripLayoutStyle.VerticalStackWithOverflow;
     this.tsNavigator.Name = "tsNavigator";
     this.tsNavigator.TabStop = true;
     this.pnlSectionBack.BackColor = SystemColors.Window;
     this.pnlSectionBack.BorderColor = Color.FromArgb(0xa7, 0xa6, 170);
     this.pnlSectionBack.Controls.Add(this.flpSection);
     manager.ApplyResources(this.pnlSectionBack, "pnlSectionBack");
     this.pnlSectionBack.Name = "pnlSectionBack";
     manager.ApplyResources(this.flpSection, "flpSection");
     this.flpSection.Controls.Add(this.pnlSectionTitle);
     this.flpSection.Controls.Add(this.lblWidthController);
     this.flpSection.Name = "flpSection";
     this.flpSection.ClientSizeChanged += new EventHandler(this.flpSection_ClientSizeChanged);
     this.pnlSectionTitle.Controls.Add(this.lblSectionTitle);
     manager.ApplyResources(this.pnlSectionTitle, "pnlSectionTitle");
     this.pnlSectionTitle.Name = "pnlSectionTitle";
     this.pnlSectionTitle.StartColor = Color.LightSkyBlue;
     this.lblSectionTitle.BackColor = Color.Transparent;
     manager.ApplyResources(this.lblSectionTitle, "lblSectionTitle");
     this.lblSectionTitle.ForeColor = Color.Navy;
     this.lblSectionTitle.Name = "lblSectionTitle";
     manager.ApplyResources(this.lblWidthController, "lblWidthController");
     this.lblWidthController.Name = "lblWidthController";
     manager.ApplyResources(this.tlpButtons, "tlpButtons");
     this.tlpButtons.Controls.Add(this.btnCancel, 2, 0);
     this.tlpButtons.Controls.Add(this.btnOk, 1, 0);
     this.tlpButtons.Name = "tlpButtons";
     this.btnCancel.CausesValidation = false;
     this.btnCancel.DialogResult = DialogResult.Cancel;
     manager.ApplyResources(this.btnCancel, "btnCancel");
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.UseVisualStyleBackColor = true;
     this.btnOk.DialogResult = DialogResult.OK;
     manager.ApplyResources(this.btnOk, "btnOk");
     this.btnOk.Name = "btnOk";
     this.btnOk.UseVisualStyleBackColor = true;
     this.btnOk.Click += new EventHandler(this.btnOk_Click);
     manager.ApplyResources(this.bvlButtons, "bvlButtons");
     this.bvlButtons.ForeColor = SystemColors.ControlDarkDark;
     this.bvlButtons.Name = "bvlButtons";
     this.bvlButtons.Sides = Border3DSide.Bottom;
     this.bvlButtons.Style = Border3DStyle.Flat;
     base.AcceptButton = this.btnOk;
     manager.ApplyResources(this, "$this");
     base.AutoScaleMode = AutoScaleMode.Font;
     base.CancelButton = this.btnCancel;
     base.Controls.Add(this.bvlButtons);
     base.Controls.Add(panel);
     base.Controls.Add(this.tlpButtons);
     base.FixMouseWheel = Settings.Default.FixMouseWheel;
     base.MaximizeBox = false;
     base.MinimizeBox = false;
     base.Name = "OptionsDialog";
     base.ShowInTaskbar = false;
     base.ResizeBegin += new EventHandler(this.OptionsDialog_ResizeBegin);
     base.Shown += new EventHandler(this.OptionsDialog_Shown);
     base.ResizeEnd += new EventHandler(this.OptionsDialog_ResizeEnd);
     panel.ResumeLayout(false);
     this.pnlSectionBack.ResumeLayout(false);
     this.flpSection.ResumeLayout(false);
     this.pnlSectionTitle.ResumeLayout(false);
     this.tlpButtons.ResumeLayout(false);
     base.ResumeLayout(false);
     base.PerformLayout();
 }
 private void InitializeComponent()
 {
     this.components = new Container();
     ComponentResourceManager manager = new ComponentResourceManager(typeof(CustomizeFolderDialog));
     PropertyValue value2 = new PropertyValue();
     PropertyValue value3 = new PropertyValue();
     PropertyValue value4 = new PropertyValue();
     PropertyValue value5 = new PropertyValue();
     PropertyValue value6 = new PropertyValue();
     PropertyValue value7 = new PropertyValue();
     PropertyValue value8 = new PropertyValue();
     PropertyValue value9 = new PropertyValue();
     this.btnCustomizeFilter = new Button();
     this.btnCustomizeColumns = new Button();
     this.cmbView = new ComboBox();
     this.chkCustomizeColumns = new CheckBox();
     this.chkCustomizeView = new CheckBox();
     this.chkCustomizeFilter = new CheckBox();
     this.chkCustomizeSort = new CheckBox();
     this.btnCustomizeSort = new Button();
     this.chkCustomizeIcon = new CheckBox();
     this.btnBrowseIcon = new Button();
     this.txtIconLocation = new TextBox();
     this.pnlIcon = new PanelEx();
     this.picIcon = new PictureBox();
     this.btnListForeColor = new ColorButton();
     this.btnListBackColor = new ColorButton();
     this.chkApplyToChildren = new CheckBox();
     this.btnOk = new Button();
     this.btnCancel = new Button();
     this.imgViews = new ImageList(this.components);
     this.CheckWatcher = new PropertyValuesWatcher();
     this.BrowseIconDialog = new OpenFileDialog();
     this.btnClear = new Button();
     this.tlpBack = new TableLayoutPanel();
     this.lblFolder = new Label();
     this.tsFolder = new VirtualItemToolStrip(this.components);
     this.tlpButtons = new TableLayoutPanel();
     this.bvlButtons = new Bevel();
     GroupBox box = new GroupBox();
     TableLayoutPanel panel = new TableLayoutPanel();
     GroupBox box2 = new GroupBox();
     TableLayoutPanel panel2 = new TableLayoutPanel();
     GroupBox box3 = new GroupBox();
     TableLayoutPanel panel3 = new TableLayoutPanel();
     Label control = new Label();
     Label label2 = new Label();
     box.SuspendLayout();
     panel.SuspendLayout();
     box2.SuspendLayout();
     panel2.SuspendLayout();
     this.pnlIcon.SuspendLayout();
     ((ISupportInitialize) this.picIcon).BeginInit();
     box3.SuspendLayout();
     panel3.SuspendLayout();
     ((ISupportInitialize) this.CheckWatcher).BeginInit();
     this.tlpBack.SuspendLayout();
     this.tlpButtons.SuspendLayout();
     base.SuspendLayout();
     manager.ApplyResources(box, "grpOptions");
     box.Controls.Add(panel);
     box.Name = "grpOptions";
     box.TabStop = false;
     manager.ApplyResources(panel, "tlpOptions");
     panel.Controls.Add(this.btnCustomizeFilter, 1, 0);
     panel.Controls.Add(this.btnCustomizeColumns, 1, 3);
     panel.Controls.Add(this.cmbView, 1, 2);
     panel.Controls.Add(this.chkCustomizeColumns, 0, 3);
     panel.Controls.Add(this.chkCustomizeView, 0, 2);
     panel.Controls.Add(this.chkCustomizeFilter, 0, 0);
     panel.Controls.Add(this.chkCustomizeSort, 0, 1);
     panel.Controls.Add(this.btnCustomizeSort, 1, 1);
     panel.GrowStyle = TableLayoutPanelGrowStyle.FixedSize;
     panel.Name = "tlpOptions";
     manager.ApplyResources(this.btnCustomizeFilter, "btnCustomizeFilter");
     this.btnCustomizeFilter.Name = "btnCustomizeFilter";
     this.btnCustomizeFilter.UseVisualStyleBackColor = true;
     this.btnCustomizeFilter.Click += new EventHandler(this.btnCustomizeFilter_Click);
     manager.ApplyResources(this.btnCustomizeColumns, "btnCustomizeColumns");
     this.btnCustomizeColumns.Name = "btnCustomizeColumns";
     this.btnCustomizeColumns.UseVisualStyleBackColor = true;
     this.btnCustomizeColumns.Click += new EventHandler(this.btnCustomizeColumns_Click);
     this.cmbView.DrawMode = DrawMode.OwnerDrawFixed;
     this.cmbView.DropDownStyle = ComboBoxStyle.DropDownList;
     manager.ApplyResources(this.cmbView, "cmbView");
     this.cmbView.FormattingEnabled = true;
     this.cmbView.Name = "cmbView";
     this.cmbView.DrawItem += new DrawItemEventHandler(this.cmbView_DrawItem);
     this.cmbView.SelectedIndexChanged += new EventHandler(this.UpdateButtons);
     manager.ApplyResources(this.chkCustomizeColumns, "chkCustomizeColumns");
     this.chkCustomizeColumns.Name = "chkCustomizeColumns";
     this.chkCustomizeColumns.UseVisualStyleBackColor = true;
     this.chkCustomizeColumns.CheckedChanged += new EventHandler(this.UpdateButtons);
     manager.ApplyResources(this.chkCustomizeView, "chkCustomizeView");
     this.chkCustomizeView.Name = "chkCustomizeView";
     this.chkCustomizeView.UseVisualStyleBackColor = true;
     this.chkCustomizeView.CheckedChanged += new EventHandler(this.UpdateButtons);
     manager.ApplyResources(this.chkCustomizeFilter, "chkCustomizeFilter");
     this.chkCustomizeFilter.Name = "chkCustomizeFilter";
     this.chkCustomizeFilter.UseVisualStyleBackColor = true;
     this.chkCustomizeFilter.CheckedChanged += new EventHandler(this.UpdateButtons);
     manager.ApplyResources(this.chkCustomizeSort, "chkCustomizeSort");
     this.chkCustomizeSort.Name = "chkCustomizeSort";
     this.chkCustomizeSort.UseVisualStyleBackColor = true;
     this.chkCustomizeSort.CheckedChanged += new EventHandler(this.UpdateButtons);
     manager.ApplyResources(this.btnCustomizeSort, "btnCustomizeSort");
     this.btnCustomizeSort.Name = "btnCustomizeSort";
     this.btnCustomizeSort.UseVisualStyleBackColor = true;
     this.btnCustomizeSort.Click += new EventHandler(this.btnCustomizeSort_Click);
     manager.ApplyResources(box2, "grpIcon");
     box2.Controls.Add(panel2);
     box2.Name = "grpIcon";
     box2.TabStop = false;
     manager.ApplyResources(panel2, "tlpIcon");
     panel2.Controls.Add(this.chkCustomizeIcon, 0, 0);
     panel2.Controls.Add(this.btnBrowseIcon, 2, 2);
     panel2.Controls.Add(this.txtIconLocation, 1, 1);
     panel2.Controls.Add(this.pnlIcon, 0, 1);
     panel2.GrowStyle = TableLayoutPanelGrowStyle.FixedSize;
     panel2.Name = "tlpIcon";
     manager.ApplyResources(this.chkCustomizeIcon, "chkCustomizeIcon");
     panel2.SetColumnSpan(this.chkCustomizeIcon, 3);
     this.chkCustomizeIcon.Name = "chkCustomizeIcon";
     this.chkCustomizeIcon.UseVisualStyleBackColor = true;
     this.chkCustomizeIcon.CheckedChanged += new EventHandler(this.chkCustomizeIcon_CheckedChanged);
     manager.ApplyResources(this.btnBrowseIcon, "btnBrowseIcon");
     this.btnBrowseIcon.Name = "btnBrowseIcon";
     this.btnBrowseIcon.UseVisualStyleBackColor = true;
     this.btnBrowseIcon.Click += new EventHandler(this.btnBrowseIcon_Click);
     this.btnBrowseIcon.SizeChanged += new EventHandler(this.btnBrowseIcon_SizeChanged);
     panel2.SetColumnSpan(this.txtIconLocation, 2);
     manager.ApplyResources(this.txtIconLocation, "txtIconLocation");
     this.txtIconLocation.Name = "txtIconLocation";
     this.txtIconLocation.Validated += new EventHandler(this.txtIconLocation_Validated);
     this.txtIconLocation.Enter += new EventHandler(this.txtIconLocation_Enter);
     this.pnlIcon.BorderColor = Color.FromArgb(0xa7, 0xa6, 170);
     this.pnlIcon.Controls.Add(this.picIcon);
     manager.ApplyResources(this.pnlIcon, "pnlIcon");
     this.pnlIcon.Name = "pnlIcon";
     panel2.SetRowSpan(this.pnlIcon, 2);
     manager.ApplyResources(this.picIcon, "picIcon");
     this.picIcon.Name = "picIcon";
     this.picIcon.TabStop = false;
     manager.ApplyResources(box3, "grpListColors");
     box3.Controls.Add(panel3);
     box3.Name = "grpListColors";
     box3.TabStop = false;
     manager.ApplyResources(panel3, "tlpListColors");
     panel3.Controls.Add(control, 0, 0);
     panel3.Controls.Add(this.btnListForeColor, 1, 1);
     panel3.Controls.Add(label2, 0, 1);
     panel3.Controls.Add(this.btnListBackColor, 1, 0);
     panel3.GrowStyle = TableLayoutPanelGrowStyle.FixedSize;
     panel3.Name = "tlpListColors";
     manager.ApplyResources(control, "lblListBackColor");
     control.Name = "lblListBackColor";
     this.btnListForeColor.Image = null;
     manager.ApplyResources(this.btnListForeColor, "btnListForeColor");
     this.btnListForeColor.Name = "btnListForeColor";
     this.btnListForeColor.UseVisualStyleBackColor = true;
     this.btnListForeColor.ColorChanged += new EventHandler(this.UpdateButtons);
     manager.ApplyResources(label2, "lblListForeColor");
     label2.Name = "lblListForeColor";
     this.btnListBackColor.Image = null;
     manager.ApplyResources(this.btnListBackColor, "btnListBackColor");
     this.btnListBackColor.Name = "btnListBackColor";
     this.btnListBackColor.UseVisualStyleBackColor = true;
     this.btnListBackColor.ColorChanged += new EventHandler(this.UpdateButtons);
     manager.ApplyResources(this.chkApplyToChildren, "chkApplyToChildren");
     this.chkApplyToChildren.Name = "chkApplyToChildren";
     this.chkApplyToChildren.UseVisualStyleBackColor = true;
     this.chkApplyToChildren.CheckedChanged += new EventHandler(this.UpdateButtons);
     manager.ApplyResources(this.btnOk, "btnOk");
     this.btnOk.DialogResult = DialogResult.OK;
     this.btnOk.Name = "btnOk";
     this.btnOk.UseVisualStyleBackColor = true;
     manager.ApplyResources(this.btnCancel, "btnCancel");
     this.btnCancel.DialogResult = DialogResult.Cancel;
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.UseVisualStyleBackColor = true;
     this.imgViews.ColorDepth = ColorDepth.Depth32Bit;
     manager.ApplyResources(this.imgViews, "imgViews");
     this.imgViews.TransparentColor = Color.Transparent;
     value2.DataObject = this.chkCustomizeFilter;
     value2.PropertyName = "Checked";
     value3.DataObject = this.chkCustomizeSort;
     value3.PropertyName = "Checked";
     value4.DataObject = this.chkCustomizeView;
     value4.PropertyName = "Checked";
     value5.DataObject = this.chkCustomizeColumns;
     value5.PropertyName = "Checked";
     value6.DataObject = this.chkCustomizeIcon;
     value6.PropertyName = "Checked";
     value7.DataObject = this.btnListBackColor;
     value7.PropertyName = "Color";
     value8.DataObject = this.btnListForeColor;
     value8.PropertyName = "Color";
     value9.DataObject = this.chkApplyToChildren;
     value9.PropertyName = "Checked";
     this.CheckWatcher.Items.AddRange(new PropertyValue[] { value2, value3, value4, value5, value6, value7, value8, value9 });
     this.BrowseIconDialog.AddExtension = false;
     manager.ApplyResources(this.BrowseIconDialog, "BrowseIconDialog");
     manager.ApplyResources(this.btnClear, "btnClear");
     this.btnClear.Name = "btnClear";
     this.btnClear.UseVisualStyleBackColor = true;
     this.btnClear.Click += new EventHandler(this.btnClear_Click);
     manager.ApplyResources(this.tlpBack, "tlpBack");
     this.tlpBack.Controls.Add(this.lblFolder, 0, 0);
     this.tlpBack.Controls.Add(this.chkApplyToChildren, 0, 5);
     this.tlpBack.Controls.Add(box2, 0, 2);
     this.tlpBack.Controls.Add(this.tsFolder, 0, 1);
     this.tlpBack.Controls.Add(box, 0, 4);
     this.tlpBack.Controls.Add(box3, 0, 3);
     this.tlpBack.GrowStyle = TableLayoutPanelGrowStyle.FixedSize;
     this.tlpBack.Name = "tlpBack";
     manager.ApplyResources(this.lblFolder, "lblFolder");
     this.lblFolder.Name = "lblFolder";
     this.tsFolder.BackColor = SystemColors.ButtonFace;
     manager.ApplyResources(this.tsFolder, "tsFolder");
     this.tsFolder.GripStyle = ToolStripGripStyle.Hidden;
     this.tsFolder.MinimumSize = new Size(0, 0x19);
     this.tsFolder.Name = "tsFolder";
     manager.ApplyResources(this.tlpButtons, "tlpButtons");
     this.tlpButtons.Controls.Add(this.btnOk, 1, 0);
     this.tlpButtons.Controls.Add(this.btnClear, 2, 0);
     this.tlpButtons.Controls.Add(this.btnCancel, 3, 0);
     this.tlpButtons.GrowStyle = TableLayoutPanelGrowStyle.FixedSize;
     this.tlpButtons.Name = "tlpButtons";
     manager.ApplyResources(this.bvlButtons, "bvlButtons");
     this.bvlButtons.ForeColor = SystemColors.ControlDarkDark;
     this.bvlButtons.Name = "bvlButtons";
     this.bvlButtons.Sides = Border3DSide.Top;
     this.bvlButtons.Style = Border3DStyle.Flat;
     base.AcceptButton = this.btnOk;
     manager.ApplyResources(this, "$this");
     base.AutoScaleMode = AutoScaleMode.Font;
     base.CancelButton = this.btnCancel;
     base.Controls.Add(this.tlpButtons);
     base.Controls.Add(this.bvlButtons);
     base.Controls.Add(this.tlpBack);
     base.FixMouseWheel = Settings.Default.FixMouseWheel;
     base.FormBorderStyle = FormBorderStyle.FixedDialog;
     base.MaximizeBox = false;
     base.MinimizeBox = false;
     base.Name = "CustomizeFolderDialog";
     base.ShowInTaskbar = false;
     base.Shown += new EventHandler(this.UpdateButtons);
     box.ResumeLayout(false);
     box.PerformLayout();
     panel.ResumeLayout(false);
     panel.PerformLayout();
     box2.ResumeLayout(false);
     box2.PerformLayout();
     panel2.ResumeLayout(false);
     panel2.PerformLayout();
     this.pnlIcon.ResumeLayout(false);
     ((ISupportInitialize) this.picIcon).EndInit();
     box3.ResumeLayout(false);
     box3.PerformLayout();
     panel3.ResumeLayout(false);
     panel3.PerformLayout();
     ((ISupportInitialize) this.CheckWatcher).EndInit();
     this.tlpBack.ResumeLayout(false);
     this.tlpBack.PerformLayout();
     this.tlpButtons.ResumeLayout(false);
     this.tlpButtons.PerformLayout();
     base.ResumeLayout(false);
     base.PerformLayout();
 }