private void InitializeComponent() { ComponentResourceManager manager = new ComponentResourceManager(typeof(ListViewColorsOptionControl)); this.boxFocusedForeColor = new Label(); this.boxFocusedBackColor = new Label(); this.boxSelectedForeColor = new Label(); this.boxForeColor = new Label(); this.boxOddLineBackColor = new Label(); this.boxActiveBackColor = new Label(); this.chkChangeFont = new CheckBox(); this.btnOddLineBackColor = new ColorButton(); this.btnFocusedBackColor = new ColorButton(); this.lblFontFamily = new Label(); this.btnForeColor = new ColorButton(); this.lblFontSize = new Label(); this.btnBackColor = new ColorButton(); this.cmbFontFamily = new ComboBox(); this.cmbFontSize = new ComboBox(); this.chkFontBold = new CheckBox(); this.btnActiveBackColor = new ColorButton(); this.btnFocusedForeColor = new ColorButton(); this.btnSelectedForeColor = new ColorButton(); this.boxBackColor = new Label(); TableLayoutPanel panel = new TableLayoutPanel(); Label control = new Label(); Label label2 = new Label(); Label label3 = new Label(); Label label4 = new Label(); Label label5 = new Label(); Label label6 = new Label(); Label label7 = new Label(); panel.SuspendLayout(); base.SuspendLayout(); manager.ApplyResources(panel, "tlpBack"); panel.Controls.Add(this.boxFocusedForeColor, 4, 9); panel.Controls.Add(this.boxFocusedBackColor, 4, 8); panel.Controls.Add(this.boxSelectedForeColor, 4, 7); panel.Controls.Add(this.boxForeColor, 4, 6); panel.Controls.Add(this.boxOddLineBackColor, 4, 5); panel.Controls.Add(this.boxActiveBackColor, 4, 4); panel.Controls.Add(this.chkChangeFont, 0, 0); panel.Controls.Add(this.btnOddLineBackColor, 3, 5); panel.Controls.Add(this.btnFocusedBackColor, 3, 8); panel.Controls.Add(this.lblFontFamily, 1, 1); panel.Controls.Add(this.btnForeColor, 3, 6); panel.Controls.Add(this.lblFontSize, 1, 2); panel.Controls.Add(this.btnBackColor, 3, 3); panel.Controls.Add(control, 0, 3); panel.Controls.Add(label2, 0, 8); panel.Controls.Add(label3, 0, 6); panel.Controls.Add(this.cmbFontFamily, 2, 1); panel.Controls.Add(this.cmbFontSize, 2, 2); panel.Controls.Add(label4, 0, 5); panel.Controls.Add(this.chkFontBold, 3, 2); panel.Controls.Add(this.btnActiveBackColor, 3, 4); panel.Controls.Add(label5, 0, 4); panel.Controls.Add(this.btnFocusedForeColor, 3, 9); panel.Controls.Add(label6, 0, 9); panel.Controls.Add(this.btnSelectedForeColor, 3, 7); panel.Controls.Add(label7, 0, 7); panel.Controls.Add(this.boxBackColor, 4, 3); panel.Name = "tlpBack"; this.boxFocusedForeColor.BorderStyle = BorderStyle.FixedSingle; manager.ApplyResources(this.boxFocusedForeColor, "boxFocusedForeColor"); this.boxFocusedForeColor.Name = "boxFocusedForeColor"; this.boxFocusedBackColor.BorderStyle = BorderStyle.FixedSingle; manager.ApplyResources(this.boxFocusedBackColor, "boxFocusedBackColor"); this.boxFocusedBackColor.Name = "boxFocusedBackColor"; this.boxSelectedForeColor.BorderStyle = BorderStyle.FixedSingle; manager.ApplyResources(this.boxSelectedForeColor, "boxSelectedForeColor"); this.boxSelectedForeColor.Name = "boxSelectedForeColor"; this.boxForeColor.BorderStyle = BorderStyle.FixedSingle; manager.ApplyResources(this.boxForeColor, "boxForeColor"); this.boxForeColor.Name = "boxForeColor"; this.boxOddLineBackColor.BorderStyle = BorderStyle.FixedSingle; manager.ApplyResources(this.boxOddLineBackColor, "boxOddLineBackColor"); this.boxOddLineBackColor.Name = "boxOddLineBackColor"; this.boxActiveBackColor.BorderStyle = BorderStyle.FixedSingle; manager.ApplyResources(this.boxActiveBackColor, "boxActiveBackColor"); this.boxActiveBackColor.Name = "boxActiveBackColor"; manager.ApplyResources(this.chkChangeFont, "chkChangeFont"); panel.SetColumnSpan(this.chkChangeFont, 4); this.chkChangeFont.Name = "chkChangeFont"; this.chkChangeFont.UseVisualStyleBackColor = true; this.chkChangeFont.CheckedChanged += new EventHandler(this.chkChangeFont_CheckedChanged); this.btnOddLineBackColor.Image = null; manager.ApplyResources(this.btnOddLineBackColor, "btnOddLineBackColor"); this.btnOddLineBackColor.Name = "btnOddLineBackColor"; this.btnOddLineBackColor.UseVisualStyleBackColor = true; this.btnOddLineBackColor.ColorChanged += new EventHandler(this.ColorButton_ColorChanged); this.btnFocusedBackColor.Image = null; manager.ApplyResources(this.btnFocusedBackColor, "btnFocusedBackColor"); this.btnFocusedBackColor.Name = "btnFocusedBackColor"; this.btnFocusedBackColor.UseVisualStyleBackColor = true; this.btnFocusedBackColor.ColorChanged += new EventHandler(this.ColorButton_ColorChanged); this.btnFocusedBackColor.EnabledChanged += new EventHandler(this.ColorButton_EnabledChanged); manager.ApplyResources(this.lblFontFamily, "lblFontFamily"); this.lblFontFamily.Name = "lblFontFamily"; this.btnForeColor.Image = null; manager.ApplyResources(this.btnForeColor, "btnForeColor"); this.btnForeColor.Name = "btnForeColor"; this.btnForeColor.UseVisualStyleBackColor = true; this.btnForeColor.ColorChanged += new EventHandler(this.ColorButton_ColorChanged); manager.ApplyResources(this.lblFontSize, "lblFontSize"); this.lblFontSize.Name = "lblFontSize"; this.btnBackColor.DefaultColor = SystemColors.Window; this.btnBackColor.Image = null; manager.ApplyResources(this.btnBackColor, "btnBackColor"); this.btnBackColor.Name = "btnBackColor"; this.btnBackColor.UseVisualStyleBackColor = true; this.btnBackColor.ColorChanged += new EventHandler(this.ColorButton_ColorChanged); manager.ApplyResources(control, "lblBackColor"); panel.SetColumnSpan(control, 3); control.Name = "lblBackColor"; manager.ApplyResources(label2, "lblFocusedBackColor"); panel.SetColumnSpan(label2, 3); label2.Name = "lblFocusedBackColor"; manager.ApplyResources(label3, "lblForeColor"); panel.SetColumnSpan(label3, 3); label3.Name = "lblForeColor"; this.cmbFontFamily.AutoCompleteMode = AutoCompleteMode.Append; this.cmbFontFamily.AutoCompleteSource = AutoCompleteSource.ListItems; panel.SetColumnSpan(this.cmbFontFamily, 3); this.cmbFontFamily.DisplayMember = "Name"; manager.ApplyResources(this.cmbFontFamily, "cmbFontFamily"); this.cmbFontFamily.Name = "cmbFontFamily"; manager.ApplyResources(this.cmbFontSize, "cmbFontSize"); this.cmbFontSize.Items.AddRange(new object[] { manager.GetString("cmbFontSize.Items"), manager.GetString("cmbFontSize.Items1"), manager.GetString("cmbFontSize.Items2"), manager.GetString("cmbFontSize.Items3"), manager.GetString("cmbFontSize.Items4"), manager.GetString("cmbFontSize.Items5"), manager.GetString("cmbFontSize.Items6"), manager.GetString("cmbFontSize.Items7"), manager.GetString("cmbFontSize.Items8"), manager.GetString("cmbFontSize.Items9"), manager.GetString("cmbFontSize.Items10"), manager.GetString("cmbFontSize.Items11"), manager.GetString("cmbFontSize.Items12"), manager.GetString("cmbFontSize.Items13"), manager.GetString("cmbFontSize.Items14"), manager.GetString("cmbFontSize.Items15"), manager.GetString("cmbFontSize.Items16"), manager.GetString("cmbFontSize.Items17"), manager.GetString("cmbFontSize.Items18") }); this.cmbFontSize.Name = "cmbFontSize"; this.cmbFontSize.Leave += new EventHandler(this.cmbFontSize_Leave); this.cmbFontSize.Enter += new EventHandler(this.cmbFontSize_Enter); manager.ApplyResources(label4, "lblOddLineBackColor"); panel.SetColumnSpan(label4, 3); label4.Name = "lblOddLineBackColor"; manager.ApplyResources(this.chkFontBold, "chkFontBold"); panel.SetColumnSpan(this.chkFontBold, 2); this.chkFontBold.Name = "chkFontBold"; this.chkFontBold.UseVisualStyleBackColor = true; this.btnActiveBackColor.Image = null; manager.ApplyResources(this.btnActiveBackColor, "btnActiveBackColor"); this.btnActiveBackColor.Name = "btnActiveBackColor"; this.btnActiveBackColor.UseVisualStyleBackColor = true; this.btnActiveBackColor.ColorChanged += new EventHandler(this.ColorButton_ColorChanged); manager.ApplyResources(label5, "lblActiveBackColor"); panel.SetColumnSpan(label5, 3); label5.Name = "lblActiveBackColor"; this.btnFocusedForeColor.Image = null; manager.ApplyResources(this.btnFocusedForeColor, "btnFocusedForeColor"); this.btnFocusedForeColor.Name = "btnFocusedForeColor"; this.btnFocusedForeColor.UseVisualStyleBackColor = true; this.btnFocusedForeColor.ColorChanged += new EventHandler(this.ColorButton_ColorChanged); this.btnFocusedForeColor.EnabledChanged += new EventHandler(this.ColorButton_EnabledChanged); manager.ApplyResources(label6, "lblFocusedForeColor"); panel.SetColumnSpan(label6, 3); label6.Name = "lblFocusedForeColor"; this.btnSelectedForeColor.Image = null; manager.ApplyResources(this.btnSelectedForeColor, "btnSelectedForeColor"); this.btnSelectedForeColor.Name = "btnSelectedForeColor"; this.btnSelectedForeColor.UseVisualStyleBackColor = true; this.btnSelectedForeColor.ColorChanged += new EventHandler(this.ColorButton_ColorChanged); manager.ApplyResources(label7, "lblSelectedForeColor"); panel.SetColumnSpan(label7, 3); label7.Name = "lblSelectedForeColor"; this.boxBackColor.BorderStyle = BorderStyle.FixedSingle; manager.ApplyResources(this.boxBackColor, "boxBackColor"); this.boxBackColor.Name = "boxBackColor"; manager.ApplyResources(this, "$this"); base.AutoScaleMode = AutoScaleMode.Font; base.Controls.Add(panel); base.Name = "ListViewColorsOptionControl"; panel.ResumeLayout(false); panel.PerformLayout(); base.ResumeLayout(false); base.PerformLayout(); }
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() { 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(); }