From c2566803fc76db2afc5fe67ef7c615e912e4b2d4 Mon Sep 17 00:00:00 2001 From: Esme Povirk Date: Fri, 17 May 2024 15:42:04 -0500 Subject: [PATCH] Update embedded resource names. --- src/System.Windows.Forms/src/Makefile | 2 +- .../Forms/{checked.bmp => Checked.bmp} | Bin ...techecked.bmp => IndeterminateChecked.bmp} | Bin .../src/embeddedresources.list | 352 +++++++++--------- 4 files changed, 178 insertions(+), 176 deletions(-) rename src/System.Windows.Forms/src/Resources/System/Windows/Forms/{checked.bmp => Checked.bmp} (100%) rename src/System.Windows.Forms/src/Resources/System/Windows/Forms/{indeterminatechecked.bmp => IndeterminateChecked.bmp} (100%) diff --git a/src/System.Windows.Forms/src/Makefile b/src/System.Windows.Forms/src/Makefile index a991374b41b..11bc27ef405 100644 --- a/src/System.Windows.Forms/src/Makefile +++ b/src/System.Windows.Forms/src/Makefile @@ -28,7 +28,7 @@ EMBEDDED_RESOURCES=$(shell cat embeddedresources.list) EMBEDDED_RES_PATHS=$(foreach f,$(EMBEDDED_RESOURCES),Resources/$(f)) embeddedresources.flags: embeddedresources.list - for i in `cat embeddedresources.list`; do printf -- '-resource:Resources/%s,%s\n' $$i `echo $$i|sed "s:/PropertyGrid/EventsTab:.Design.EventsTab:g"|sed "s:/PropertyGrid/PropertiesTab:.PropertyGridInternal.PropertiesTab:g"|sed "s:-Temporary::g"|sed "s:/PropertyGrid/:/:g"|sed "s:/Printing/:/:g"|sed "s:/ToolStripPanel.ico:/ToolStripPanel_standalone:g"|sed "s:/App/:/:g"|sed "s:/ToolStrip/:/:g"|sed "s:/ToolStripMenuItem.ico:.ToolStripMenuItem:g"|sed "s:/BlankToolstrip.ico:/blank:g"|sed "s:/SendToBackHS.ico:/sendToBack:g"|sed "s:/BringToFrontHS.ico:/bringToFront:g"|sed "s:/AlignToGridHS.ico:/alignToGrid:g"|sed "s:ToolStripMenuItem.ico::gi"|sed "s:\\.ico$$::g"|sed "s:/:.:g"`; done > $@ || rm -f $@ + for i in `cat embeddedresources.list`; do printf -- '-resource:Resources/%s,%s\n' $$i `echo $$i|sed "s:/PropertyGrid/EventsTab:.Design.EventsTab:g"|sed "s:/PropertyGrid/PropertiesTab:.PropertyGridInternal.PropertiesTab:g"|sed "s:-Temporary::g"|sed "s:/PropertyGrid/:/:g"|sed "s:/Printing/:/:g"|sed "s:/ToolStripPanel.ico:/ToolStripPanel_standalone:g"|sed "s:/App/:/:g"|sed "s:/ToolStrip/:/:g"|sed "s:/ToolStripMenuItem.ico:.ToolStripMenuItem:g"|sed "s:/BlankToolstrip.ico:/blank:g"|sed "s:/SendToBackHS.ico:/sendToBack:g"|sed "s:/BringToFrontHS.ico:/bringToFront:g"|sed "s:/AlignToGridHS.ico:/alignToGrid:g"|sed "s:ToolStripMenuItem.ico::gi"|sed "s:/:.:g"`; done > $@ || rm -f $@ System.Windows.Forms.dll: sources.list $(LIB_SRCS) $(SIBLING_PATHS) embeddedresources.flags $(EMBEDDED_RES_PATHS) $(COMPILE_LIB) $(LIB_FLAGS) $(LIB_REFS) $(SIBLING_REFS) -out:$@ @sources.list @embeddedresources.flags diff --git a/src/System.Windows.Forms/src/Resources/System/Windows/Forms/checked.bmp b/src/System.Windows.Forms/src/Resources/System/Windows/Forms/Checked.bmp similarity index 100% rename from src/System.Windows.Forms/src/Resources/System/Windows/Forms/checked.bmp rename to src/System.Windows.Forms/src/Resources/System/Windows/Forms/Checked.bmp diff --git a/src/System.Windows.Forms/src/Resources/System/Windows/Forms/indeterminatechecked.bmp b/src/System.Windows.Forms/src/Resources/System/Windows/Forms/IndeterminateChecked.bmp similarity index 100% rename from src/System.Windows.Forms/src/Resources/System/Windows/Forms/indeterminatechecked.bmp rename to src/System.Windows.Forms/src/Resources/System/Windows/Forms/IndeterminateChecked.bmp diff --git a/src/System.Windows.Forms/src/embeddedresources.list b/src/System.Windows.Forms/src/embeddedresources.list index 984083b67f0..c0849f30468 100644 --- a/src/System.Windows.Forms/src/embeddedresources.list +++ b/src/System.Windows.Forms/src/embeddedresources.list @@ -1,195 +1,196 @@ -System/Windows/Forms/ActiveDocumentHost.ico -System/Windows/Forms/Animation.ico -System/Windows/Forms/App/Timer.ico -System/Windows/Forms/BindingNavigator.AddNew.ico -System/Windows/Forms/BindingNavigator.Delete.ico -System/Windows/Forms/BindingNavigator.MoveFirst.ico -System/Windows/Forms/BindingNavigator.MoveLast.ico -System/Windows/Forms/BindingNavigator.MoveNext.ico -System/Windows/Forms/BindingNavigator.MovePrevious.ico -System/Windows/Forms/BindingNavigator.ico -System/Windows/Forms/BindingSource.ico -System/Windows/Forms/Button.ico -System/Windows/Forms/CheckBox.ico -System/Windows/Forms/CheckedListBox.ico -System/Windows/Forms/ColorDialog.ico -System/Windows/Forms/ComboBox.ico -System/Windows/Forms/ComponentModel/OrderImages.ico -System/Windows/Forms/ContextMenu.ico -System/Windows/Forms/DataConnector.ico -System/Windows/Forms/DataGrid.ico -System/Windows/Forms/DataGridCaption.Details.ico -System/Windows/Forms/DataGridCaption.backarrow.ico -System/Windows/Forms/DataGridCaption.backarrow_bidi.ico -System/Windows/Forms/DataGridCaption.down.ico -System/Windows/Forms/DataGridCaption.right.ico -System/Windows/Forms/DataGridCaption.up.ico -System/Windows/Forms/DataGridParentRows.LeftArrow.ico -System/Windows/Forms/DataGridParentRows.RightArrow.ico -System/Windows/Forms/DataGridRow.error.ico -System/Windows/Forms/DataGridRow.left.ico -System/Windows/Forms/DataGridRow.pencil.ico -System/Windows/Forms/DataGridRow.right.ico -System/Windows/Forms/DataGridRow.star.ico -System/Windows/Forms/DataGridView.ico -System/Windows/Forms/DataGridViewButtonColumn.ico -System/Windows/Forms/DataGridViewCheckBoxColumn.ico -System/Windows/Forms/DataGridViewComboBoxColumn.ico -System/Windows/Forms/DataGridViewImageColumn.ico -System/Windows/Forms/DataGridViewLinkColumn.ico -System/Windows/Forms/DataGridViewRow.error.ico -System/Windows/Forms/DataGridViewTextBoxColumn.ico -System/Windows/Forms/DataNavigator.AddNew.ico -System/Windows/Forms/DataNavigator.Delete.ico -System/Windows/Forms/DataNavigator.MoveFirst.ico -System/Windows/Forms/DataNavigator.MoveLast.ico -System/Windows/Forms/DataNavigator.MoveNext.ico -System/Windows/Forms/DataNavigator.MovePrevious.ico -System/Windows/Forms/DataNavigator.ico -System/Windows/Forms/DateTimePicker.ico -System/Windows/Forms/DefaultControl.ico -System/Windows/Forms/Design/Thumbs.db -System/Windows/Forms/DomainUpDown.ico -System/Windows/Forms/Edit.ico -System/Windows/Forms/ErrorControl.ico -System/Windows/Forms/ErrorProvider.ico -System/Windows/Forms/FlowLayoutPanel.ico -System/Windows/Forms/FolderBrowserDialog.ico -System/Windows/Forms/FontDialog.ico -System/Windows/Forms/Form.ico -System/Windows/Forms/Grid.ico -System/Windows/Forms/GroupBox.ico -System/Windows/Forms/HScrollBar.ico -System/Windows/Forms/HTMLControl.ico -System/Windows/Forms/HelpProvider.ico -System/Windows/Forms/ImageInError.ico -System/Windows/Forms/ImageList.ico -System/Windows/Forms/Label.ico -System/Windows/Forms/LinkLabel.ico -System/Windows/Forms/ListBox.ico -System/Windows/Forms/ListView.ico -System/Windows/Forms/MainMenu.ico -System/Windows/Forms/MaskedTextBox.ico -System/Windows/Forms/MonthCalendar.ico -System/Windows/Forms/MultiplexPanel.ico -System/Windows/Forms/NotifyIcon.ico -System/Windows/Forms/NumericUpDown.ico -System/Windows/Forms/OpenFileDialog.ico -System/Windows/Forms/Panel.ico -System/Windows/Forms/PictureBox.ico -System/Windows/Forms/PictureBox/Loading.ico -System/Windows/Forms/PrintPreviewControl.ico -System/Windows/Forms/PrintPreviewDialog.ico -System/Windows/Forms/PrintPreviewStrip.ico -System/Windows/Forms/Printing/PageSetupDialog.ico -System/Windows/Forms/Printing/PrintDialog.ico -System/Windows/Forms/ProgressBar.ico -System/Windows/Forms/PropertyGrid/EventsTab.ico -System/Windows/Forms/PropertyGrid/PBAlpha.ico -System/Windows/Forms/PropertyGrid/PBCatego.ico -System/Windows/Forms/PropertyGrid/PBEvent.ico -System/Windows/Forms/PropertyGrid/PBPPage.ico -System/Windows/Forms/PropertyGrid/PBProp.ico -System/Windows/Forms/PropertyGrid/PropertiesTab.ico -System/Windows/Forms/PropertyGrid/PropertyGrid.ico -System/Windows/Forms/RadioButton.ico -System/Windows/Forms/Rebar.ico -System/Windows/Forms/RichEdit.ico -System/Windows/Forms/RichTextBox.ico -System/Windows/Forms/SaveFileDialog.ico -System/Windows/Forms/Server/Arrow.ico -System/Windows/Forms/SplitContainer.ico -System/Windows/Forms/Splitter.ico -System/Windows/Forms/SplitterPanel.ico -System/Windows/Forms/StatusBar.ico -System/Windows/Forms/TabControl.ico -System/Windows/Forms/TabPage.ico -System/Windows/Forms/TabStrip.ico -System/Windows/Forms/TableLayoutPanel.ico -System/Windows/Forms/TextBox.ico -System/Windows/Forms/ToolBar.ico -System/Windows/Forms/ToolStrip/AlignToGridHS.ico -System/Windows/Forms/ToolStrip/BlankToolstrip.ico -System/Windows/Forms/ToolStrip/BringToFrontHS.ico -System/Windows/Forms/ToolStrip/ContextMenuStrip.ico -System/Windows/Forms/ToolStrip/ImageEditor.ico -System/Windows/Forms/ToolStrip/MenuStrip.ico -System/Windows/Forms/ToolStrip/ScrollButtonDown.ico -System/Windows/Forms/ToolStrip/ScrollButtonUp.ico -System/Windows/Forms/ToolStrip/SendToBackHS.ico -System/Windows/Forms/ToolStrip/StatusStrip.ico -System/Windows/Forms/ToolStrip/StatusStripPanel.ico -System/Windows/Forms/ToolStrip/Thumbs.db -System/Windows/Forms/ToolStrip/ToolBarGrip-Temporary.ico -System/Windows/Forms/ToolStrip/ToolStrip.ico -System/Windows/Forms/ToolStrip/ToolStripButton.ico -System/Windows/Forms/ToolStrip/ToolStripComboBox.ico -System/Windows/Forms/ToolStrip/ToolStripContainer_BottomToolStripPanel.ico -System/Windows/Forms/ToolStrip/ToolStripContainer_LeftToolStripPanel.ico -System/Windows/Forms/ToolStrip/ToolStripContainer_RightToolStripPanel.ico -System/Windows/Forms/ToolStrip/ToolStripContainer_TopToolStripPanel.ico -System/Windows/Forms/ToolStrip/ToolStripContentPanel.ico -System/Windows/Forms/ToolStrip/ToolStripDropDown.ico -System/Windows/Forms/ToolStrip/ToolStripDropDownButton.ico -System/Windows/Forms/ToolStrip/ToolStripDropDownMenu.ico -System/Windows/Forms/ToolStrip/ToolStripLabel.ico -System/Windows/Forms/ToolStrip/ToolStripMenuItem.ico -System/Windows/Forms/ToolStrip/ToolStripPanel.ico -System/Windows/Forms/ToolStrip/ToolStripProgressBar.ico -System/Windows/Forms/ToolStrip/ToolStripSeparator.ico -System/Windows/Forms/ToolStrip/ToolStripSplitButton.ico -System/Windows/Forms/ToolStrip/ToolStripStatusLabel.ico -System/Windows/Forms/ToolStrip/ToolStripTextBox.ico -System/Windows/Forms/ToolStrip/alignmenttoolstripmenuitem.ico -System/Windows/Forms/ToolStrip/copyToolStripMenuItem.ico -System/Windows/Forms/ToolStrip/cutToolStripMenuItem.ico -System/Windows/Forms/ToolStrip/deleteToolStripMenuItem.ico -System/Windows/Forms/ToolStrip/displaystyletoolstripmenuitem.ico -System/Windows/Forms/ToolStrip/editdropdownlisttoolstripmenuitem.ico -System/Windows/Forms/ToolStrip/helpToolStripMenuItem.ico -System/Windows/Forms/ToolStrip/imagetoolstripmenuitem.ico -System/Windows/Forms/ToolStrip/lockControls.ico -System/Windows/Forms/ToolStrip/newToolStripMenuItem.ico -System/Windows/Forms/ToolStrip/openToolStripMenuItem.ico -System/Windows/Forms/ToolStrip/overflowButton-Temporary.ico -System/Windows/Forms/ToolStrip/pasteToolStripMenuItem.ico -System/Windows/Forms/ToolStrip/printPreviewToolStripMenuItem.ico -System/Windows/Forms/ToolStrip/printToolstripMenuItem.ico -System/Windows/Forms/ToolStrip/propertiestoolstripmenuitem.ico -System/Windows/Forms/ToolStrip/saveToolstripMenuItem.ico -System/Windows/Forms/ToolStrip/viewcodetoolstripmenuitem.ico -System/Windows/Forms/ToolStrip/ToolStripContainer.ico -System/Windows/Forms/ToolTip.ico -System/Windows/Forms/TrackBar.ico -System/Windows/Forms/TrayIcon.ico -System/Windows/Forms/TreeView.ico -System/Windows/Forms/TrustManagerGlobe.ico -System/Windows/Forms/TrustManagerHighRisk.ico -System/Windows/Forms/TrustManagerOK.ico -System/Windows/Forms/TrustManagerWarning.ico -System/Windows/Forms/UserControl.ico -System/Windows/Forms/VScrollBar.ico -System/Windows/Forms/WebBrowser.ico -System/Windows/Forms/down.ico -System/Windows/Forms/sm_TrustManagerGlobe.ico -System/Windows/Forms/up.ico +System/Windows/Forms/ActiveDocumentHost.bmp +System/Windows/Forms/Animation.bmp +System/Windows/Forms/App/Timer.bmp +System/Windows/Forms/BindingNavigator.AddNew.bmp +System/Windows/Forms/BindingNavigator.Delete.bmp +System/Windows/Forms/BindingNavigator.MoveFirst.bmp +System/Windows/Forms/BindingNavigator.MoveLast.bmp +System/Windows/Forms/BindingNavigator.MoveNext.bmp +System/Windows/Forms/BindingNavigator.MovePrevious.bmp +System/Windows/Forms/BindingNavigator.bmp +System/Windows/Forms/BindingSource.bmp +System/Windows/Forms/Button.bmp +System/Windows/Forms/CheckBox.bmp +System/Windows/Forms/Checked.bmp +System/Windows/Forms/CheckedListBox.bmp +System/Windows/Forms/ColorDialog.bmp +System/Windows/Forms/ComboBox.bmp +System/Windows/Forms/ComponentModel/OrderImages.bmp +System/Windows/Forms/ContextMenu.bmp +System/Windows/Forms/DataConnector.bmp +System/Windows/Forms/DataGrid.bmp +System/Windows/Forms/DataGridCaption.Details.bmp +System/Windows/Forms/DataGridCaption.backarrow.bmp +System/Windows/Forms/DataGridCaption.backarrow_bidi.bmp +System/Windows/Forms/DataGridCaption.down.bmp +System/Windows/Forms/DataGridCaption.right.bmp +System/Windows/Forms/DataGridCaption.up.bmp +System/Windows/Forms/DataGridParentRows.LeftArrow.bmp +System/Windows/Forms/DataGridParentRows.RightArrow.bmp +System/Windows/Forms/DataGridRow.error.bmp +System/Windows/Forms/DataGridRow.left.bmp +System/Windows/Forms/DataGridRow.pencil.bmp +System/Windows/Forms/DataGridRow.right.bmp +System/Windows/Forms/DataGridRow.star.bmp +System/Windows/Forms/DataGridView.bmp +System/Windows/Forms/DataGridViewButtonColumn.bmp +System/Windows/Forms/DataGridViewCheckBoxColumn.bmp +System/Windows/Forms/DataGridViewComboBoxColumn.bmp +System/Windows/Forms/DataGridViewImageColumn.bmp +System/Windows/Forms/DataGridViewLinkColumn.bmp +System/Windows/Forms/DataGridViewRow.error.bmp +System/Windows/Forms/DataGridViewTextBoxColumn.bmp +System/Windows/Forms/DataNavigator.AddNew.bmp +System/Windows/Forms/DataNavigator.Delete.bmp +System/Windows/Forms/DataNavigator.MoveFirst.bmp +System/Windows/Forms/DataNavigator.MoveLast.bmp +System/Windows/Forms/DataNavigator.MoveNext.bmp +System/Windows/Forms/DataNavigator.MovePrevious.bmp +System/Windows/Forms/DataNavigator.bmp +System/Windows/Forms/DateTimePicker.bmp +System/Windows/Forms/DefaultControl.bmp +System/Windows/Forms/DomainUpDown.bmp +System/Windows/Forms/Edit.bmp +System/Windows/Forms/ErrorControl.bmp +System/Windows/Forms/ErrorProvider.bmp +System/Windows/Forms/FlowLayoutPanel.bmp +System/Windows/Forms/FolderBrowserDialog.bmp +System/Windows/Forms/FontDialog.bmp +System/Windows/Forms/Form.bmp +System/Windows/Forms/Grid.bmp +System/Windows/Forms/GroupBox.bmp +System/Windows/Forms/HScrollBar.bmp +System/Windows/Forms/HTMLControl.bmp +System/Windows/Forms/HelpProvider.bmp +System/Windows/Forms/ImageInError.bmp +System/Windows/Forms/ImageList.bmp +System/Windows/Forms/Label.bmp +System/Windows/Forms/LinkLabel.bmp +System/Windows/Forms/ListBox.bmp +System/Windows/Forms/ListView.bmp +System/Windows/Forms/MainMenu.bmp +System/Windows/Forms/MaskedTextBox.bmp +System/Windows/Forms/MonthCalendar.bmp +System/Windows/Forms/MultiplexPanel.bmp +System/Windows/Forms/NotifyIcon.bmp +System/Windows/Forms/NumericUpDown.bmp +System/Windows/Forms/OpenFileDialog.bmp +System/Windows/Forms/Panel.bmp +System/Windows/Forms/PictureBox.bmp +System/Windows/Forms/PictureBox/Loading.bmp +System/Windows/Forms/PrintPreviewControl.bmp +System/Windows/Forms/PrintPreviewDialog.bmp +System/Windows/Forms/PrintPreviewStrip.bmp +System/Windows/Forms/Printing/PageSetupDialog.bmp +System/Windows/Forms/Printing/PrintDialog.bmp +System/Windows/Forms/ProgressBar.bmp +System/Windows/Forms/PropertyGrid/EventsTab.bmp +System/Windows/Forms/PropertyGrid/PBAlpha.bmp +System/Windows/Forms/PropertyGrid/PBCatego.bmp +System/Windows/Forms/PropertyGrid/PBEvent.bmp +System/Windows/Forms/PropertyGrid/PBPPage.bmp +System/Windows/Forms/PropertyGrid/PBProp.bmp +System/Windows/Forms/PropertyGrid/PropertiesTab.bmp +System/Windows/Forms/PropertyGrid/PropertyGrid.bmp +System/Windows/Forms/RadioButton.bmp +System/Windows/Forms/Rebar.bmp +System/Windows/Forms/RichEdit.bmp +System/Windows/Forms/RichTextBox.bmp +System/Windows/Forms/SaveFileDialog.bmp +System/Windows/Forms/Server/Arrow.bmp +System/Windows/Forms/SplitContainer.bmp +System/Windows/Forms/Splitter.bmp +System/Windows/Forms/SplitterPanel.bmp +System/Windows/Forms/StatusBar.bmp +System/Windows/Forms/TabControl.bmp +System/Windows/Forms/TabPage.bmp +System/Windows/Forms/TabStrip.bmp +System/Windows/Forms/TableLayoutPanel.bmp +System/Windows/Forms/TextBox.bmp +System/Windows/Forms/ToolBar.bmp +System/Windows/Forms/ToolStrip/AlignToGridHS.bmp +System/Windows/Forms/ToolStrip/BlankToolstrip.bmp +System/Windows/Forms/ToolStrip/BringToFrontHS.bmp +System/Windows/Forms/ToolStrip/ContextMenuStrip.bmp +System/Windows/Forms/ToolStrip/ImageEditor.bmp +System/Windows/Forms/ToolStrip/MenuStrip.bmp +System/Windows/Forms/ToolStrip/ScrollButtonDown.bmp +System/Windows/Forms/ToolStrip/ScrollButtonUp.bmp +System/Windows/Forms/ToolStrip/SendToBackHS.bmp +System/Windows/Forms/ToolStrip/StatusStrip.bmp +System/Windows/Forms/ToolStrip/StatusStripPanel.bmp +System/Windows/Forms/ToolStrip/ToolBarGrip-Temporary.bmp +System/Windows/Forms/ToolStrip/ToolStrip.bmp +System/Windows/Forms/ToolStrip/ToolStripButton.bmp +System/Windows/Forms/ToolStrip/ToolStripComboBox.bmp +System/Windows/Forms/ToolStrip/ToolStripContainer_BottomToolStripPanel.bmp +System/Windows/Forms/ToolStrip/ToolStripContainer_LeftToolStripPanel.bmp +System/Windows/Forms/ToolStrip/ToolStripContainer_RightToolStripPanel.bmp +System/Windows/Forms/ToolStrip/ToolStripContainer_TopToolStripPanel.bmp +System/Windows/Forms/ToolStrip/ToolStripContentPanel.bmp +System/Windows/Forms/ToolStrip/ToolStripDropDown.bmp +System/Windows/Forms/ToolStrip/ToolStripDropDownButton.bmp +System/Windows/Forms/ToolStrip/ToolStripDropDownMenu.bmp +System/Windows/Forms/ToolStrip/ToolStripLabel.bmp +System/Windows/Forms/ToolStrip/ToolStripMenuItem.bmp +System/Windows/Forms/ToolStrip/ToolStripPanel.bmp +System/Windows/Forms/ToolStrip/ToolStripProgressBar.bmp +System/Windows/Forms/ToolStrip/ToolStripSeparator.bmp +System/Windows/Forms/ToolStrip/ToolStripSplitButton.bmp +System/Windows/Forms/ToolStrip/ToolStripStatusLabel.bmp +System/Windows/Forms/ToolStrip/ToolStripTextBox.bmp +System/Windows/Forms/ToolStrip/alignmenttoolstripmenuitem.bmp +System/Windows/Forms/ToolStrip/copyToolStripMenuItem.bmp +System/Windows/Forms/ToolStrip/cutToolStripMenuItem.bmp +System/Windows/Forms/ToolStrip/deleteToolStripMenuItem.bmp +System/Windows/Forms/ToolStrip/displaystyletoolstripmenuitem.bmp +System/Windows/Forms/ToolStrip/editdropdownlisttoolstripmenuitem.bmp +System/Windows/Forms/ToolStrip/helpToolStripMenuItem.bmp +System/Windows/Forms/ToolStrip/imagetoolstripmenuitem.bmp +System/Windows/Forms/ToolStrip/lockControls.bmp +System/Windows/Forms/ToolStrip/newToolStripMenuItem.bmp +System/Windows/Forms/ToolStrip/openToolStripMenuItem.bmp +System/Windows/Forms/ToolStrip/overflowButton-Temporary.bmp +System/Windows/Forms/ToolStrip/pasteToolStripMenuItem.bmp +System/Windows/Forms/ToolStrip/printPreviewToolStripMenuItem.bmp +System/Windows/Forms/ToolStrip/printToolStripMenuItem.bmp +System/Windows/Forms/ToolStrip/propertiestoolstripmenuitem.bmp +System/Windows/Forms/ToolStrip/saveToolStripMenuItem.bmp +System/Windows/Forms/ToolStrip/viewcodetoolstripmenuitem.bmp +System/Windows/Forms/ToolStrip/ToolStripContainer.bmp +System/Windows/Forms/ToolTip.bmp +System/Windows/Forms/TrackBar.bmp +System/Windows/Forms/TrayIcon.bmp +System/Windows/Forms/TreeView.bmp +System/Windows/Forms/UserControl.bmp +System/Windows/Forms/VScrollBar.bmp +System/Windows/Forms/WebBrowser.bmp +System/Windows/Forms/down.bmp +System/Windows/Forms/up.bmp System/Windows/Forms/XPThemes.manifest System/Windows/Forms/nomovev.cur System/Windows/Forms/hsplit.cur +System/Windows/Forms/DataGridViewRow.rightstar.bmp System/Windows/Forms/DataGridViewRow.rightstar.ico System/Windows/Forms/Design/ComponentEditorPage.ico System/Windows/Forms/MdiWindowDialog.resources System/Windows/Forms/nomove2d.cur +System/Windows/Forms/IndeterminateChecked.bmp System/Windows/Forms/IndeterminateChecked.ico +System/Windows/Forms/DataGridViewRow.star.bmp System/Windows/Forms/DataGridViewRow.star.ico System/Windows/Forms/west.cur System/Windows/Forms/DataGridViewRow.leftstar.ico +System/Windows/Forms/DataGridViewRow.leftstar.bmp System/Windows/Forms/PropertyGrid/Arrow.ico System/Windows/Forms/PropertyGrid/dotdotdot.ico +System/Windows/Forms/PropertyGrid/dotdotdot.png System/Windows/Forms/IconInError.ico System/Windows/Forms/DataGridViewRow.pencil_ltr.ico +System/Windows/Forms/DataGridViewRow.pencil_ltr.bmp System/Windows/Forms/east.cur System/Windows/Forms/south.cur +System/Windows/Forms/DataGridViewRow.left.bmp System/Windows/Forms/DataGridViewRow.left.ico System/Windows/Forms/Error.ico System/Windows/Forms/Checked.ico @@ -197,6 +198,7 @@ System/Windows/Forms/vsplit.cur System/Windows/Forms/se.cur System/Windows/Forms/sw.cur System/Windows/Forms/PrintPreviewDialog.resources +System/Windows/Forms/DataGridViewRow.right.bmp System/Windows/Forms/DataGridViewRow.right.ico System/Windows/Forms/nw.cur System/Windows/Forms/ne.cur