From: <che...@us...> - 2007-06-21 22:46:40
|
Revision: 587 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=587&view=rev Author: chef_koch Date: 2007-06-21 15:46:34 -0700 (Thu, 21 Jun 2007) Log Message: ----------- moved button images to global properties file, no need to store it for each button anymore Modified Paths: -------------- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppFilesView.Designer.cs trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppFilesView.resx trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsBase.Designer.cs trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsBase.resx trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/FileDetailsForm.Designer.cs trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/FileDetailsForm.resx trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/GUIProgramsAlt.csproj Added Paths: ----------- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Properties/Resources.Designer.cs trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Properties/Resources.resx Modified: trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppFilesView.Designer.cs =================================================================== --- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppFilesView.Designer.cs 2007-06-21 22:04:32 UTC (rev 586) +++ trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppFilesView.Designer.cs 2007-06-21 22:46:34 UTC (rev 587) @@ -82,8 +82,8 @@ this.fileListView.TabIndex = 1; this.fileListView.UseCompatibleStateImageBehavior = false; this.fileListView.View = System.Windows.Forms.View.Details; + this.fileListView.SelectedIndexChanged += new System.EventHandler(this.fileListView_SelectedIndexChanged); this.fileListView.DoubleClick += new System.EventHandler(this.fileListView_DoubleClick); - this.fileListView.SelectedIndexChanged += new System.EventHandler(this.fileListView_SelectedIndexChanged); // // fileTitle // @@ -183,13 +183,13 @@ this.contextFavouritesMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.grouperToolStripMenuItem}); this.contextFavouritesMenuStrip.Name = "contextFavouritesMenuStrip"; - this.contextFavouritesMenuStrip.Size = new System.Drawing.Size(118, 26); + this.contextFavouritesMenuStrip.Size = new System.Drawing.Size(125, 26); this.contextFavouritesMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(this.contextFavouritesMenuStrip_Opening); // // grouperToolStripMenuItem // this.grouperToolStripMenuItem.Name = "grouperToolStripMenuItem"; - this.grouperToolStripMenuItem.Size = new System.Drawing.Size(117, 22); + this.grouperToolStripMenuItem.Size = new System.Drawing.Size(124, 22); this.grouperToolStripMenuItem.Text = "Grouper"; // // fileExtensionsTextBox @@ -197,7 +197,7 @@ this.fileExtensionsTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.fileExtensionsTextBox.Location = new System.Drawing.Point(85, 71); this.fileExtensionsTextBox.Name = "fileExtensionsTextBox"; - this.fileExtensionsTextBox.Size = new System.Drawing.Size(330, 20); + this.fileExtensionsTextBox.Size = new System.Drawing.Size(330, 21); this.fileExtensionsTextBox.TabIndex = 28; // // imageDirsTextBox @@ -205,7 +205,7 @@ this.imageDirsTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.imageDirsTextBox.Location = new System.Drawing.Point(85, 45); this.imageDirsTextBox.Name = "imageDirsTextBox"; - this.imageDirsTextBox.Size = new System.Drawing.Size(330, 20); + this.imageDirsTextBox.Size = new System.Drawing.Size(330, 21); this.imageDirsTextBox.TabIndex = 27; // // fileDirTextBox @@ -213,12 +213,12 @@ this.fileDirTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.fileDirTextBox.Location = new System.Drawing.Point(85, 19); this.fileDirTextBox.Name = "fileDirTextBox"; - this.fileDirTextBox.Size = new System.Drawing.Size(330, 20); + this.fileDirTextBox.Size = new System.Drawing.Size(330, 21); this.fileDirTextBox.TabIndex = 26; // // fileDirButton // - this.fileDirButton.Image = ((System.Drawing.Image)(resources.GetObject("fileDirButton.Image"))); + this.fileDirButton.Image = global::GUIPrograms.Properties.Resources.browseButton_Image; this.fileDirButton.Location = new System.Drawing.Point(426, 16); this.fileDirButton.Name = "fileDirButton"; this.fileDirButton.Size = new System.Drawing.Size(31, 23); @@ -228,7 +228,7 @@ // // fileExtensionsbutton // - this.fileExtensionsbutton.Image = ((System.Drawing.Image)(resources.GetObject("fileExtensionsbutton.Image"))); + this.fileExtensionsbutton.Image = global::GUIPrograms.Properties.Resources.searchButton_Image; this.fileExtensionsbutton.Location = new System.Drawing.Point(426, 68); this.fileExtensionsbutton.Name = "fileExtensionsbutton"; this.fileExtensionsbutton.Size = new System.Drawing.Size(31, 23); @@ -238,7 +238,7 @@ // // imageDirButton // - this.imageDirButton.Image = ((System.Drawing.Image)(resources.GetObject("imageDirButton.Image"))); + this.imageDirButton.Image = global::GUIPrograms.Properties.Resources.browseButton_Image; this.imageDirButton.Location = new System.Drawing.Point(426, 42); this.imageDirButton.Name = "imageDirButton"; this.imageDirButton.Size = new System.Drawing.Size(31, 23); @@ -302,7 +302,7 @@ this.importPlaychoiceCheckBox.AutoSize = true; this.importPlaychoiceCheckBox.Location = new System.Drawing.Point(299, 345); this.importPlaychoiceCheckBox.Name = "importPlaychoiceCheckBox"; - this.importPlaychoiceCheckBox.Size = new System.Drawing.Size(161, 17); + this.importPlaychoiceCheckBox.Size = new System.Drawing.Size(160, 17); this.importPlaychoiceCheckBox.TabIndex = 87; this.importPlaychoiceCheckBox.Text = "Import Playchoice/Vs games"; this.importPlaychoiceCheckBox.UseVisualStyleBackColor = true; @@ -312,7 +312,7 @@ this.importMahjongCheckBox.AutoSize = true; this.importMahjongCheckBox.Location = new System.Drawing.Point(299, 321); this.importMahjongCheckBox.Name = "importMahjongCheckBox"; - this.importMahjongCheckBox.Size = new System.Drawing.Size(133, 17); + this.importMahjongCheckBox.Size = new System.Drawing.Size(136, 17); this.importMahjongCheckBox.TabIndex = 86; this.importMahjongCheckBox.Text = "Import Mahjong games"; this.importMahjongCheckBox.UseVisualStyleBackColor = true; @@ -322,7 +322,7 @@ this.validImagesCheckBox.AutoSize = true; this.validImagesCheckBox.Location = new System.Drawing.Point(299, 275); this.validImagesCheckBox.Name = "validImagesCheckBox"; - this.validImagesCheckBox.Size = new System.Drawing.Size(151, 17); + this.validImagesCheckBox.Size = new System.Drawing.Size(154, 17); this.validImagesCheckBox.TabIndex = 84; this.validImagesCheckBox.Text = "Only files with valid images"; this.validImagesCheckBox.UseVisualStyleBackColor = true; @@ -332,7 +332,7 @@ this.importOriginalsCheckBox.AutoSize = true; this.importOriginalsCheckBox.Location = new System.Drawing.Point(299, 298); this.importOriginalsCheckBox.Name = "importOriginalsCheckBox"; - this.importOriginalsCheckBox.Size = new System.Drawing.Size(119, 17); + this.importOriginalsCheckBox.Size = new System.Drawing.Size(123, 17); this.importOriginalsCheckBox.TabIndex = 85; this.importOriginalsCheckBox.Text = "Only import originals"; this.importOriginalsCheckBox.UseVisualStyleBackColor = true; @@ -365,7 +365,7 @@ this.gamebaseDBTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.gamebaseDBTextBox.Location = new System.Drawing.Point(85, 96); this.gamebaseDBTextBox.Name = "gamebaseDBTextBox"; - this.gamebaseDBTextBox.Size = new System.Drawing.Size(330, 20); + this.gamebaseDBTextBox.Size = new System.Drawing.Size(330, 21); this.gamebaseDBTextBox.TabIndex = 89; this.toolTip.SetToolTip(this.gamebaseDBTextBox, "Select a gamebase (*.mdb) file to import\r\n"); // @@ -379,6 +379,7 @@ // // gamebaseDBButton // + this.gamebaseDBButton.Image = global::GUIPrograms.Properties.Resources.browseButton_Image; this.gamebaseDBButton.Location = new System.Drawing.Point(426, 93); this.gamebaseDBButton.Name = "gamebaseDBButton"; this.gamebaseDBButton.Size = new System.Drawing.Size(31, 23); Modified: trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppFilesView.resx =================================================================== --- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppFilesView.resx 2007-06-21 22:04:32 UTC (rev 586) +++ trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppFilesView.resx 2007-06-21 22:46:34 UTC (rev 587) @@ -172,46 +172,6 @@ <metadata name="contextFavouritesMenuStrip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <value>17, 17</value> </metadata> - <assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> - <data name="fileDirButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> - <value> - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAahJREFUOE+dkktL - AlEYhkdK+gH9kX5CWzdtIigiWpRtDIqIIEpyEVSLoAtEmzASiaiIcNFlE0WGZJQpBoJWhpKX0bTUyktf - 8x4544zjIhJe5szxe57vO0d1Kc8cCXWfkr4i6EtNbBdrXaEsNOtbhNa2SV19rRB3W4jKx/RTPJRT+d4n - pJzbrD7zdnoPrRJqGwoAKyGA1VipmN1ggeTVNaUVYJMLOCSDmTUqIpLgK73eWPByMSqPybsxSMpXcoU+ - YwvsWYgvUcQ5oZ0AAoyHMIEEfqeWq2BiUU7SaybUau7g+WxYBUPA4UJsjq1z0XkKn49QzD9LHoeJnty2 - mihw1M8EOCMfGSCSj8zQR9jCEjw1MhHWru1BtYBdknROjKyEIeASNMo+mkkURXJuGWuCB0dPFcZFSV15 - Rw5ngmMMRN1bYFwr8B10yqMDBghIGQhQl/abtIL7vQ72E+F8yq5cgK4QoE70DlDfSUh9hNsdAxPw0VGs - 7A4B3lGXvOslg91Hl9ah2h1c29rlCSCBoF6Cd9QlbrooetVNN7vTagG+/EvQWQVr/lX/2PgFSHRoW2Mt - IzAAAAAASUVORK5CYII= -</value> - </data> - <data name="fileExtensionsbutton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> - <value> - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAARlJREFUOE/FkkFr - wkAQhddfIb2W0l/gyZP/zkPrOeSgiMSKNmqgQYgQtBbFQw9FkFZpi3qRgIhie37yEtdadRN6amBgN/Pe - NzOZxETE0+494/N9LDxv7ivj8QtxeXUtUslELMorSlYT2bKN6uMrHgZrP3jmO+ZCAaxMUWcCP4YeMF0B - H8vgTgg1SkiucAen/4buLDB5X0EsvgNQ+2WCYqWuBqRvMvukNNMoozXa4FBz0slt5gfApGyf3XCcp/EG - x5pfED1fPGmPZgngeBxT+Q3shoOa7SgFpZodvgVd1/0Wz0HurQZYQFndMAwQwKCQd8IYPIfuX9M0mKYZ - LTxHYQXXdUFI5G96LJDm0NWoqP9nZkdyXX+eeWfYAqIDETY5OFC+AAAAAElFTkSuQmCC -</value> - </data> - <data name="imageDirButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> - <value> - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAahJREFUOE+dkktL - AlEYhkdK+gH9kX5CWzdtIigiWpRtDIqIIEpyEVSLoAtEmzASiaiIcNFlE0WGZJQpBoJWhpKX0bTUyktf - 8x4544zjIhJe5szxe57vO0d1Kc8cCXWfkr4i6EtNbBdrXaEsNOtbhNa2SV19rRB3W4jKx/RTPJRT+d4n - pJzbrD7zdnoPrRJqGwoAKyGA1VipmN1ggeTVNaUVYJMLOCSDmTUqIpLgK73eWPByMSqPybsxSMpXcoU+ - YwvsWYgvUcQ5oZ0AAoyHMIEEfqeWq2BiUU7SaybUau7g+WxYBUPA4UJsjq1z0XkKn49QzD9LHoeJnty2 - mihw1M8EOCMfGSCSj8zQR9jCEjw1MhHWru1BtYBdknROjKyEIeASNMo+mkkURXJuGWuCB0dPFcZFSV15 - Rw5ngmMMRN1bYFwr8B10yqMDBghIGQhQl/abtIL7vQ72E+F8yq5cgK4QoE70DlDfSUh9hNsdAxPw0VGs - 7A4B3lGXvOslg91Hl9ah2h1c29rlCSCBoF6Cd9QlbrooetVNN7vTagG+/EvQWQVr/lX/2PgFSHRoW2Mt - IzAAAAAASUVORK5CYII= -</value> - </data> <metadata name="toolTip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <value>353, 17</value> </metadata> Modified: trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsBase.Designer.cs =================================================================== --- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsBase.Designer.cs 2007-06-21 22:04:32 UTC (rev 586) +++ trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsBase.Designer.cs 2007-06-21 22:46:34 UTC (rev 587) @@ -29,7 +29,6 @@ private void InitializeComponent() { this.components = new System.ComponentModel.Container(); - System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AppSettingsBase)); this.winTypeLabel = new System.Windows.Forms.Label(); this.enabledCheckbox = new System.Windows.Forms.CheckBox(); this.titleLabel = new System.Windows.Forms.Label(); @@ -106,7 +105,7 @@ // // applicationExeButton // - this.applicationExeButton.Image = ((System.Drawing.Image)(resources.GetObject("applicationExeButton.Image"))); + this.applicationExeButton.Image = global::GUIPrograms.Properties.Resources.browseButton_Image; this.applicationExeButton.Location = new System.Drawing.Point(427, 69); this.applicationExeButton.Name = "applicationExeButton"; this.applicationExeButton.Size = new System.Drawing.Size(31, 23); @@ -214,7 +213,7 @@ // // applicationImageButton // - this.applicationImageButton.Image = ((System.Drawing.Image)(resources.GetObject("applicationImageButton.Image"))); + this.applicationImageButton.Image = global::GUIPrograms.Properties.Resources.browseButton_Image; this.applicationImageButton.Location = new System.Drawing.Point(427, 94); this.applicationImageButton.Name = "applicationImageButton"; this.applicationImageButton.Size = new System.Drawing.Size(31, 23); @@ -224,7 +223,7 @@ // // startupDirButton // - this.startupDirButton.Image = ((System.Drawing.Image)(resources.GetObject("startupDirButton.Image"))); + this.startupDirButton.Image = global::GUIPrograms.Properties.Resources.browseButton_Image; this.startupDirButton.Location = new System.Drawing.Point(427, 174); this.startupDirButton.Name = "startupDirButton"; this.startupDirButton.Size = new System.Drawing.Size(31, 23); Modified: trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsBase.resx =================================================================== --- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsBase.resx 2007-06-21 22:04:32 UTC (rev 586) +++ trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppSettingsBase.resx 2007-06-21 22:46:34 UTC (rev 587) @@ -117,49 +117,6 @@ <resheader name="writer"> <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> </resheader> - <assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> - <data name="applicationExeButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> - <value> - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAahJREFUOE+dkktL - AlEYhkdK+gH9kX5CWzdtIigiWpRtDIqIIEpyEVSLoAtEmzASiaiIcNFlE0WGZJQpBoJWhpKX0bTUyktf - 8x4544zjIhJe5szxe57vO0d1Kc8cCXWfkr4i6EtNbBdrXaEsNOtbhNa2SV19rRB3W4jKx/RTPJRT+d4n - pJzbrD7zdnoPrRJqGwoAKyGA1VipmN1ggeTVNaUVYJMLOCSDmTUqIpLgK73eWPByMSqPybsxSMpXcoU+ - YwvsWYgvUcQ5oZ0AAoyHMIEEfqeWq2BiUU7SaybUau7g+WxYBUPA4UJsjq1z0XkKn49QzD9LHoeJnty2 - mihw1M8EOCMfGSCSj8zQR9jCEjw1MhHWru1BtYBdknROjKyEIeASNMo+mkkURXJuGWuCB0dPFcZFSV15 - Rw5ngmMMRN1bYFwr8B10yqMDBghIGQhQl/abtIL7vQ72E+F8yq5cgK4QoE70DlDfSUh9hNsdAxPw0VGs - 7A4B3lGXvOslg91Hl9ah2h1c29rlCSCBoF6Cd9QlbrooetVNN7vTagG+/EvQWQVr/lX/2PgFSHRoW2Mt - IzAAAAAASUVORK5CYII= -</value> - </data> - <data name="applicationImageButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> - <value> - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAahJREFUOE+dkktL - AlEYhkdK+gH9kX5CWzdtIigiWpRtDIqIIEpyEVSLoAtEmzASiaiIcNFlE0WGZJQpBoJWhpKX0bTUyktf - 8x4544zjIhJe5szxe57vO0d1Kc8cCXWfkr4i6EtNbBdrXaEsNOtbhNa2SV19rRB3W4jKx/RTPJRT+d4n - pJzbrD7zdnoPrRJqGwoAKyGA1VipmN1ggeTVNaUVYJMLOCSDmTUqIpLgK73eWPByMSqPybsxSMpXcoU+ - YwvsWYgvUcQ5oZ0AAoyHMIEEfqeWq2BiUU7SaybUau7g+WxYBUPA4UJsjq1z0XkKn49QzD9LHoeJnty2 - mihw1M8EOCMfGSCSj8zQR9jCEjw1MhHWru1BtYBdknROjKyEIeASNMo+mkkURXJuGWuCB0dPFcZFSV15 - Rw5ngmMMRN1bYFwr8B10yqMDBghIGQhQl/abtIL7vQ72E+F8yq5cgK4QoE70DlDfSUh9hNsdAxPw0VGs - 7A4B3lGXvOslg91Hl9ah2h1c29rlCSCBoF6Cd9QlbrooetVNN7vTagG+/EvQWQVr/lX/2PgFSHRoW2Mt - IzAAAAAASUVORK5CYII= -</value> - </data> - <data name="startupDirButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> - <value> - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAahJREFUOE+dkktL - AlEYhkdK+gH9kX5CWzdtIigiWpRtDIqIIEpyEVSLoAtEmzASiaiIcNFlE0WGZJQpBoJWhpKX0bTUyktf - 8x4544zjIhJe5szxe57vO0d1Kc8cCXWfkr4i6EtNbBdrXaEsNOtbhNa2SV19rRB3W4jKx/RTPJRT+d4n - pJzbrD7zdnoPrRJqGwoAKyGA1VipmN1ggeTVNaUVYJMLOCSDmTUqIpLgK73eWPByMSqPybsxSMpXcoU+ - YwvsWYgvUcQ5oZ0AAoyHMIEEfqeWq2BiUU7SaybUau7g+WxYBUPA4UJsjq1z0XkKn49QzD9LHoeJnty2 - mihw1M8EOCMfGSCSj8zQR9jCEjw1MhHWru1BtYBdknROjKyEIeASNMo+mkkURXJuGWuCB0dPFcZFSV15 - Rw5ngmMMRN1bYFwr8B10yqMDBghIGQhQl/abtIL7vQ72E+F8yq5cgK4QoE70DlDfSUh9hNsdAxPw0VGs - 7A4B3lGXvOslg91Hl9ah2h1c29rlCSCBoF6Cd9QlbrooetVNN7vTagG+/EvQWQVr/lX/2PgFSHRoW2Mt - IzAAAAAASUVORK5CYII= -</value> - </data> <metadata name="toolTip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <value>17, 17</value> </metadata> Modified: trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/FileDetailsForm.Designer.cs =================================================================== --- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/FileDetailsForm.Designer.cs 2007-06-21 22:04:32 UTC (rev 586) +++ trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/FileDetailsForm.Designer.cs 2007-06-21 22:46:34 UTC (rev 587) @@ -29,7 +29,6 @@ private void InitializeComponent() { this.components = new System.ComponentModel.Container(); - System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FileDetailsForm)); this.gameinfoURLTextBox = new System.Windows.Forms.TextBox(); this.gameInfoURLLabel = new System.Windows.Forms.Label(); this.buttonViewImg = new MediaPortal.UserInterface.Controls.MPButton(); @@ -95,7 +94,7 @@ // buttonViewImg // this.buttonViewImg.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.buttonViewImg.Image = ((System.Drawing.Image)(resources.GetObject("buttonViewImg.Image"))); + this.buttonViewImg.Image = global::GUIPrograms.Properties.Resources.previewButton_Image; this.buttonViewImg.Location = new System.Drawing.Point(440, 103); this.buttonViewImg.Name = "buttonViewImg"; this.buttonViewImg.Size = new System.Drawing.Size(20, 22); @@ -393,7 +392,7 @@ // btnImageFile // this.btnImageFile.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.btnImageFile.Image = ((System.Drawing.Image)(resources.GetObject("btnImageFile.Image"))); + this.btnImageFile.Image = global::GUIPrograms.Properties.Resources.browseButton_Image; this.btnImageFile.Location = new System.Drawing.Point(476, 103); this.btnImageFile.Name = "btnImageFile"; this.btnImageFile.Size = new System.Drawing.Size(20, 22); @@ -450,7 +449,7 @@ // btnFilename // this.btnFilename.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.btnFilename.Image = ((System.Drawing.Image)(resources.GetObject("btnFilename.Image"))); + this.btnFilename.Image = global::GUIPrograms.Properties.Resources.browseButton_Image; this.btnFilename.Location = new System.Drawing.Point(476, 52); this.btnFilename.Name = "btnFilename"; this.btnFilename.Size = new System.Drawing.Size(20, 21); Modified: trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/FileDetailsForm.resx =================================================================== --- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/FileDetailsForm.resx 2007-06-21 22:04:32 UTC (rev 586) +++ trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/FileDetailsForm.resx 2007-06-21 22:46:34 UTC (rev 587) @@ -117,62 +117,9 @@ <resheader name="writer"> <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> </resheader> - <assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> - <data name="buttonViewImg.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> - <value> - Qk2qAwAAAAAAADYAAAAoAAAAEQAAABEAAAABABgAAAAAAAAAAADEDgAAxA4AAAAAAAAAAAAA2Ons2Ons - 2Ons2Ons2Ons2Ons2Ons2Ons2Ons2Ons2Ons2Ons2Ons2Ons2Ons2Ons2OnsB9jp7ICAgAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANjp7AfY6eyAgIAA//8AgAAAgAAA//8AAAAA - //8AgAAAAAAAgAAA//8AAAD//wAA//8AAADY6ewH2OnsgICAAAAAAP////8AAAAAAP//AIAAAAAA//8A - AP//AAAAAIAAAP//AAAAAAAA2OnsB9jp7ICAgP//AAAAAAD//wCAAP//AACAAAD//wCAgAAAAACAAAD/ - /wAAAP//AAAAANjp7AfY6eyAgID//////wAAAAAA//8A//8AAAAAgAAAAAAA//8AgAAAAAD//wD///8A - AADY6ewH2OnsgICA//8A//////8AAAAA//8AAP//AAAA////AAAAAAAA//8A//////8AAAAA2OnsB9jp - 7ICAgP//////AP//////AAAAAAAAAP//////AP//////AP//////AP///wAAANjp7AfY6eyAgID//wD/ - /////wD//////wD//////wD//////wD//////wD//////wAAAADY6ewH2OnsgICA//////8A//////8A - //////8A//////8A////AAAAAAAA//8A////AAAA2OnsB9jp7ICAgP//AP//////AP//////AP////// - AP///wAAAP///wD//wAAAP//AAAAANjp7AfY6eyAgID//////wD//////wD//////wD//////wAAAAAA - //////8AAAD///8AAADY6ewH2OnsgICA//8A//////8A//////8A//////8A//////8AAAAAAAAA//// - //8AAAAA2OnsB9jp7ICAgP//////AP//////AP//////AP//////AP//////AP//////AP///wAAANjp - 7AfY6eyAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDY6ewH2Ons2Ons - 2Ons2Ons2Ons2Ons2Ons2Ons2Ons2Ons2Ons2Ons2Ons2Ons2Ons2Ons2OnsB9jp7Njp7Njp7Njp7Njp - 7Njp7Njp7Njp7Njp7Njp7Njp7Njp7Njp7Njp7Njp7Njp7Njp7D8= -</value> - </data> <metadata name="toolTip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <value>17, 17</value> </metadata> - <data name="btnImageFile.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> - <value> - Qk2mAgAAAAAAADYAAAAoAAAADwAAAA0AAAABABgAAAAAAAAAAADEDgAAxA4AAAAAAAAAAAAA////AAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAICAQMDAQMDAQMDAQMDAQMDA - QMDAQMDAQMDAQMDAQMDAQMDAQMDAQMDAAAAAAAAAAICA////gMD/gP//gMD/gP//gMD/gP//gMD/gP// - gMD/gMD/gMD/QMDAAAAAAAAAAICA////gP//gP//gP//gMD/gP//gMD/gP//gMD/gP//gMD/gMD/QMDA - AAAAAAAAAICA////gP//gP//gP//gP//gP//gP//gMD/gP//gMD/gP//gMD/QMDAAAAAAAAAAICA//// - gP//gP//gP//gP//gP//gMD/gP//gMD/gP//gMD/gP//QMDAAAAAAAAAAICA////gP//gP//gP//gP// - gP//gP//gP//gP//gMD/gP//gMD/QMDAAAAAAAAAAICA////gP//gP//gP//gP//gP//gP//gP//gMD/ - gP//gMD/gP//QMDAAAAAAAAAAICA////gP//gP//gP//gP//gP//gP//gP//gP//gP//gP//gMD/QMDA - AAAAAAAAAICA////////////////////////////////////////////gP//QMDAAAAAAAAAAICAQMDA - QMDAQMDAQMDAQMDAQMDAQMDAAICAAICAAICAAICAAICAAICA////AAAA////AICA////////////gP// - gP//AICAAAAA////////////////////////AAAA////////AICAAICAAICAAICAAICAAAAA//////// - ////////////////////AAAA -</value> - </data> - <data name="btnFilename.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> - <value> - Qk2mAgAAAAAAADYAAAAoAAAADwAAAA0AAAABABgAAAAAAAAAAADEDgAAxA4AAAAAAAAAAAAA////AAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAICAQMDAQMDAQMDAQMDAQMDA - QMDAQMDAQMDAQMDAQMDAQMDAQMDAQMDAAAAAAAAAAICA////gMD/gP//gMD/gP//gMD/gP//gMD/gP// - gMD/gMD/gMD/QMDAAAAAAAAAAICA////gP//gP//gP//gMD/gP//gMD/gP//gMD/gP//gMD/gMD/QMDA - AAAAAAAAAICA////gP//gP//gP//gP//gP//gP//gMD/gP//gMD/gP//gMD/QMDAAAAAAAAAAICA//// - gP//gP//gP//gP//gP//gMD/gP//gMD/gP//gMD/gP//QMDAAAAAAAAAAICA////gP//gP//gP//gP// - gP//gP//gP//gP//gMD/gP//gMD/QMDAAAAAAAAAAICA////gP//gP//gP//gP//gP//gP//gP//gMD/ - gP//gMD/gP//QMDAAAAAAAAAAICA////gP//gP//gP//gP//gP//gP//gP//gP//gP//gP//gMD/QMDA - AAAAAAAAAICA////////////////////////////////////////////gP//QMDAAAAAAAAAAICAQMDA - QMDAQMDAQMDAQMDAQMDAQMDAAICAAICAAICAAICAAICAAICA////AAAA////AICA////////////gP// - gP//AICAAAAA////////////////////////AAAA////////AICAAICAAICAAICAAICAAAAA//////// - ////////////////////AAAA -</value> - </data> <metadata name="openFileDialog1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <value>109, 17</value> </metadata> Modified: trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/GUIProgramsAlt.csproj =================================================================== --- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/GUIProgramsAlt.csproj 2007-06-21 22:04:32 UTC (rev 586) +++ trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/GUIProgramsAlt.csproj 2007-06-21 22:46:34 UTC (rev 587) @@ -158,10 +158,19 @@ <Compile Include="ProgramUtils.cs" /> <Compile Include="ProgramViewHandler.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> + <Compile Include="Properties\Resources.Designer.cs"> + <AutoGen>True</AutoGen> + <DesignTime>True</DesignTime> + <DependentUpon>Resources.resx</DependentUpon> + </Compile> </ItemGroup> <ItemGroup> + <None Include="buttonViewImg.Image.bmp" /> <Content Include="MetaData\myProgramsAltFileDetailsInfo.xml" /> <Content Include="MetaData\myProgramsAltPreconfiguration.xml" /> + <None Include="searchButton.Image.png" /> + <None Include="Resources\BrowseFileOrFolder_Image.png" /> + <None Include="Resources\applicationExeButton.Image.png" /> </ItemGroup> <ItemGroup> <EmbeddedResource Include="Design\AppFilesImportProgress.resx"> @@ -216,6 +225,11 @@ <SubType>Designer</SubType> <DependentUpon>ProgramViews.cs</DependentUpon> </EmbeddedResource> + <EmbeddedResource Include="Properties\Resources.resx"> + <SubType>Designer</SubType> + <Generator>ResXFileCodeGenerator</Generator> + <LastGenOutput>Resources.Designer.cs</LastGenOutput> + </EmbeddedResource> </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. Added: trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Properties/Resources.Designer.cs =================================================================== --- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Properties/Resources.Designer.cs (rev 0) +++ trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Properties/Resources.Designer.cs 2007-06-21 22:46:34 UTC (rev 587) @@ -0,0 +1,84 @@ +//------------------------------------------------------------------------------ +// <auto-generated> +// Dieser Code wurde von einem Tool generiert. +// Laufzeitversion:2.0.50727.1318 +// +// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn +// der Code erneut generiert wird. +// </auto-generated> +//------------------------------------------------------------------------------ + +namespace GUIPrograms.Properties { + using System; + + + /// <summary> + /// Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw. + /// </summary> + // Diese Klasse wurde von der StronglyTypedResourceBuilder automatisch generiert + // -Klasse über ein Tool wie ResGen oder Visual Studio automatisch generiert. + // Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen + // mit der /str-Option erneut aus, oder Sie erstellen Ihr VS-Projekt neu. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Resources { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Resources() { + } + + /// <summary> + /// Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird. + /// </summary> + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Resources.ResourceManager ResourceManager { + get { + if (object.ReferenceEquals(resourceMan, null)) { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("GUIPrograms.Properties.Resources", typeof(Resources).Assembly); + resourceMan = temp; + } + return resourceMan; + } + } + + /// <summary> + /// Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle + /// Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden. + /// </summary> + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Globalization.CultureInfo Culture { + get { + return resourceCulture; + } + set { + resourceCulture = value; + } + } + + internal static System.Drawing.Bitmap browseButton_Image { + get { + object obj = ResourceManager.GetObject("browseButton_Image", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + internal static System.Drawing.Bitmap previewButton_Image { + get { + object obj = ResourceManager.GetObject("previewButton_Image", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + internal static System.Drawing.Bitmap searchButton_Image { + get { + object obj = ResourceManager.GetObject("searchButton_Image", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + } +} Added: trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Properties/Resources.resx =================================================================== --- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Properties/Resources.resx (rev 0) +++ trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Properties/Resources.resx 2007-06-21 22:46:34 UTC (rev 587) @@ -0,0 +1,142 @@ +<?xml version="1.0" encoding="utf-8"?> +<root> + <!-- + Microsoft ResX Schema + + Version 2.0 + + The primary goals of this format is to allow a simple XML format + that is mostly human readable. The generation and parsing of the + various data types are done through the TypeConverter classes + associated with the data types. + + Example: + + ... ado.net/XML headers & schema ... + <resheader name="resmimetype">text/microsoft-resx</resheader> + <resheader name="version">2.0</resheader> + <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader> + <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader> + <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data> + <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data> + <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64"> + <value>[base64 mime encoded serialized .NET Framework object]</value> + </data> + <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> + <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value> + <comment>This is a comment</comment> + </data> + + There are any number of "resheader" rows that contain simple + name/value pairs. + + Each data row contains a name, and value. The row also contains a + type or mimetype. Type corresponds to a .NET class that support + text/value conversion through the TypeConverter architecture. + Classes that don't support this are serialized and stored with the + mimetype set. + + The mimetype is used for serialized objects, and tells the + ResXResourceReader how to depersist the object. This is currently not + extensible. For a given mimetype the value must be set accordingly: + + Note - application/x-microsoft.net.object.binary.base64 is the format + that the ResXResourceWriter will generate, however the reader can + read any of the formats listed below. + + mimetype: application/x-microsoft.net.object.binary.base64 + value : The object must be serialized with + : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter + : and then encoded with base64 encoding. + + mimetype: application/x-microsoft.net.object.soap.base64 + value : The object must be serialized with + : System.Runtime.Serialization.Formatters.Soap.SoapFormatter + : and then encoded with base64 encoding. + + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> + <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> + <xsd:import namespace="http://www.w3.org/XML/1998/namespace" /> + <xsd:element name="root" msdata:IsDataSet="true"> + <xsd:complexType> + <xsd:choice maxOccurs="unbounded"> + <xsd:element name="metadata"> + <xsd:complexType> + <xsd:sequence> + <xsd:element name="value" type="xsd:string" minOccurs="0" /> + </xsd:sequence> + <xsd:attribute name="name" use="required" type="xsd:string" /> + <xsd:attribute name="type" type="xsd:string" /> + <xsd:attribute name="mimetype" type="xsd:string" /> + <xsd:attribute ref="xml:space" /> + </xsd:complexType> + </xsd:element> + <xsd:element name="assembly"> + <xsd:complexType> + <xsd:attribute name="alias" type="xsd:string" /> + <xsd:attribute name="name" type="xsd:string" /> + </xsd:complexType> + </xsd:element> + <xsd:element name="data"> + <xsd:complexType> + <xsd:sequence> + <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> + <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" /> + </xsd:sequence> + <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" /> + <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" /> + <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" /> + <xsd:attribute ref="xml:space" /> + </xsd:complexType> + </xsd:element> + <xsd:element name="resheader"> + <xsd:complexType> + <xsd:sequence> + <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> + </xsd:sequence> + <xsd:attribute name="name" type="xsd:string" use="required" /> + </xsd:complexType> + </xsd:element> + </xsd:choice> + </xsd:complexType> + </xsd:element> + </xsd:schema> + <resheader name="resmimetype"> + <value>text/microsoft-resx</value> + </resheader> + <resheader name="version"> + <value>2.0</value> + </resheader> + <resheader name="reader"> + <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> + </resheader> + <resheader name="writer"> + <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> + </resheader> + <assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> + <data name="browseButton_Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> + <value> + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 + YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAahJREFUOE+dkktL + AlEYhkdK+gH9kX5CWzdtIigiWpRtDIqIIEpyEVSLoAtEmzASiaiIcNFlE0WGZJQpBoJWhpKX0bTUyktf + 8x4544zjIhJe5szxe57vO0d1Kc8cCXWfkr4i6EtNbBdrXaEsNOtbhNa2SV19rRB3W4jKx/RTPJRT+d4n + pJzbrD7zdnoPrRJqGwoAKyGA1VipmN1ggeTVNaUVYJMLOCSDmTUqIpLgK73eWPByMSqPybsxSMpXcoU+ + YwvsWYgvUcQ5oZ0AAoyHMIEEfqeWq2BiUU7SaybUau7g+WxYBUPA4UJsjq1z0XkKn49QzD9LHoeJnty2 + mihw1M8EOCMfGSCSj8zQR9jCEjw1MhHWru1BtYBdknROjKyEIeASNMo+mkkURXJuGWuCB0dPFcZFSV15 + Rw5ngmMMRN1bYFwr8B10yqMDBghIGQhQl/abtIL7vQ72E+F8yq5cgK4QoE70DlDfSUh9hNsdAxPw0VGs + 7A4B3lGXvOslg91Hl9ah2h1c29rlCSCBoF6Cd9QlbrooetVNN7vTagG+/EvQWQVr/lX/2PgFSHRoW2Mt + IzAAAAAASUVORK5CYII= +</value> + </data> + <assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> + <data name="previewButton_Image" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\buttonViewImg.Image.bmp;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> + </data> + <data name="searchButton_Image" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\searchButton.Image.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> + </data> +</root> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |