Changeset 3721 for trunk/sources/HeuristicLab.PluginInfrastructure/Advanced
- Timestamp:
- 05/08/10 18:05:59 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.PluginInfrastructure/Advanced
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/AvailablePluginsView.Designer.cs
r3627 r3721 178 178 this.showDetailsButton.Appearance = System.Windows.Forms.Appearance.Button; 179 179 this.showDetailsButton.Checked = true; 180 this.showDetailsButton.Image = global::HeuristicLab.PluginInfrastructure. Properties.Resources.show_details;180 this.showDetailsButton.Image = global::HeuristicLab.PluginInfrastructure.Resources.ShowDetails; 181 181 this.showDetailsButton.Location = new System.Drawing.Point(221, 19); 182 182 this.showDetailsButton.Name = "showDetailsButton"; … … 192 192 this.showLargeIconsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); 193 193 this.showLargeIconsButton.Appearance = System.Windows.Forms.Appearance.Button; 194 this.showLargeIconsButton.Image = global::HeuristicLab.PluginInfrastructure. Properties.Resources.show_icons;194 this.showLargeIconsButton.Image = global::HeuristicLab.PluginInfrastructure.Resources.ShowIcons; 195 195 this.showLargeIconsButton.Location = new System.Drawing.Point(190, 19); 196 196 this.showLargeIconsButton.Name = "showLargeIconsButton"; … … 205 205 this.installProductsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); 206 206 this.installProductsButton.Enabled = false; 207 this.installProductsButton.Image = global::HeuristicLab.PluginInfrastructure. Properties.Resources.VS2008ImageLibrary_Objects_Install;207 this.installProductsButton.Image = global::HeuristicLab.PluginInfrastructure.Resources.Install; 208 208 this.installProductsButton.Location = new System.Drawing.Point(6, 527); 209 209 this.installProductsButton.Name = "installProductsButton"; … … 218 218 // refreshButton 219 219 // 220 this.refreshButton.Image = global::HeuristicLab.PluginInfrastructure. Properties.Resources.VS2008ImageLibrary_Objects_Internet;220 this.refreshButton.Image = global::HeuristicLab.PluginInfrastructure.Resources.Internet; 221 221 this.refreshButton.Location = new System.Drawing.Point(6, 19); 222 222 this.refreshButton.Name = "refreshButton"; … … 247 247 this.installPluginsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); 248 248 this.installPluginsButton.Enabled = false; 249 this.installPluginsButton.Image = global::HeuristicLab.PluginInfrastructure. Properties.Resources.VS2008ImageLibrary_Objects_Install;249 this.installPluginsButton.Image = global::HeuristicLab.PluginInfrastructure.Resources.Install; 250 250 this.installPluginsButton.Location = new System.Drawing.Point(6, 527); 251 251 this.installPluginsButton.Name = "installPluginsButton"; -
trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/AvailablePluginsView.cs
r3627 r3721 68 68 public AvailablePluginsView() { 69 69 InitializeComponent(); 70 productImageList.Images.Add(HeuristicLab.PluginInfrastructure.Resources. Resources.Setup_Install);71 productLargeImageList.Images.Add(HeuristicLab.PluginInfrastructure.Resources. Resources.Setup_Install);72 pluginsImageList.Images.Add(HeuristicLab.PluginInfrastructure.Resources. Resources.plugin_16);70 productImageList.Images.Add(HeuristicLab.PluginInfrastructure.Resources.Setup_Install); 71 productLargeImageList.Images.Add(HeuristicLab.PluginInfrastructure.Resources.Setup_Install); 72 pluginsImageList.Images.Add(HeuristicLab.PluginInfrastructure.Resources.Plugin); 73 73 refreshServerPluginsBackgroundWorker = new BackgroundWorker(); 74 74 refreshServerPluginsBackgroundWorker.DoWork += new DoWorkEventHandler(refreshServerPluginsBackgroundWorker_DoWork); -
trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/BasicUpdateView.Designer.cs
r3573 r3721 53 53 // 54 54 this.updateAndInstallButton.Anchor = System.Windows.Forms.AnchorStyles.None; 55 this.updateAndInstallButton.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.VS2008ImageLibrary_Objects_Internet;55 this.updateAndInstallButton.Image = HeuristicLab.PluginInfrastructure.Resources.Internet; 56 56 this.updateAndInstallButton.Location = new System.Drawing.Point(3, 2); 57 57 this.updateAndInstallButton.Name = "updateAndInstallButton"; -
trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/EditProductsView.Designer.cs
r3627 r3721 81 81 // 82 82 this.refreshButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); 83 this.refreshButton.Image = global::HeuristicLab.PluginInfrastructure. Properties.Resources.VS2008ImageLibrary_Objects_Internet;83 this.refreshButton.Image = global::HeuristicLab.PluginInfrastructure.Resources.Internet; 84 84 this.refreshButton.Location = new System.Drawing.Point(6, 394); 85 85 this.refreshButton.Name = "refreshButton"; … … 96 96 this.uploadButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); 97 97 this.uploadButton.Enabled = false; 98 this.uploadButton.Image = global::HeuristicLab.PluginInfrastructure. Properties.Resources.PublishToWebHS;98 this.uploadButton.Image = global::HeuristicLab.PluginInfrastructure.Resources.PublishToWeb; 99 99 this.uploadButton.Location = new System.Drawing.Point(85, 394); 100 100 this.uploadButton.Name = "uploadButton"; … … 144 144 // 145 145 this.deleteProductButton.Enabled = false; 146 this.deleteProductButton.Image = global::HeuristicLab.PluginInfrastructure. Properties.Resources.VS2008ImageLibrary_CommonElements_Actions_Remove;146 this.deleteProductButton.Image = global::HeuristicLab.PluginInfrastructure.Resources.Remove; 147 147 this.deleteProductButton.Location = new System.Drawing.Point(116, 19); 148 148 this.deleteProductButton.Name = "deleteProductButton"; … … 158 158 // 159 159 this.newProductButton.Enabled = false; 160 this.newProductButton.Image = global::HeuristicLab.PluginInfrastructure. Properties.Resources.VS2008ImageLibrary_CommonElements_Actions_Add;160 this.newProductButton.Image = global::HeuristicLab.PluginInfrastructure.Resources.Add; 161 161 this.newProductButton.Location = new System.Drawing.Point(6, 19); 162 162 this.newProductButton.Name = "newProductButton"; -
trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/EditProductsView.cs
r3627 r3721 48 48 InitializeComponent(); 49 49 50 productImageList.Images.Add(HeuristicLab.PluginInfrastructure.Resources. Resources.Setup_Install);51 productImageList.Images.Add(HeuristicLab.PluginInfrastructure.Resources. Resources.ArrowUp);52 pluginImageList.Images.Add(HeuristicLab.PluginInfrastructure.Resources. Resources.plugin_16);50 productImageList.Images.Add(HeuristicLab.PluginInfrastructure.Resources.Setup_Install); 51 productImageList.Images.Add(HeuristicLab.PluginInfrastructure.Resources.ArrowUp); 52 pluginImageList.Images.Add(HeuristicLab.PluginInfrastructure.Resources.Plugin); 53 53 54 54 dirtyProducts = new HashSet<DeploymentService.ProductDescription>(); -
trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/InstallationManagerForm.Designer.cs
r3627 r3721 284 284 // connectionSettingsToolStripMenuItem 285 285 // 286 this.connectionSettingsToolStripMenuItem.Image = global::HeuristicLab.PluginInfrastructure. Properties.Resources.VS2008ImageLibrary_Objects_NetworkConnections;286 this.connectionSettingsToolStripMenuItem.Image = global::HeuristicLab.PluginInfrastructure.Resources.NetworkConnections; 287 287 this.connectionSettingsToolStripMenuItem.Name = "connectionSettingsToolStripMenuItem"; 288 288 this.connectionSettingsToolStripMenuItem.Size = new System.Drawing.Size(190, 22); -
trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/InstalledPluginsView.Designer.cs
r3627 r3721 112 112 // 113 113 this.refreshButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); 114 this.refreshButton.Image = global::HeuristicLab.PluginInfrastructure. Properties.Resources.RepeatHS1;114 this.refreshButton.Image = global::HeuristicLab.PluginInfrastructure.Resources.Repeat; 115 115 this.refreshButton.Location = new System.Drawing.Point(0, 483); 116 116 this.refreshButton.Name = "refreshButton"; … … 127 127 this.removeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); 128 128 this.removeButton.Enabled = false; 129 this.removeButton.Image = global::HeuristicLab.PluginInfrastructure. Properties.Resources.VS2008ImageLibrary_CommonElements_Actions_Remove;129 this.removeButton.Image = global::HeuristicLab.PluginInfrastructure.Resources.Remove; 130 130 this.removeButton.Location = new System.Drawing.Point(222, 483); 131 131 this.removeButton.Name = "removeButton"; … … 142 142 this.updateSelectedButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); 143 143 this.updateSelectedButton.Enabled = false; 144 this.updateSelectedButton.Image = global::HeuristicLab.PluginInfrastructure. Properties.Resources.VS2008ImageLibrary_Objects_Internet;144 this.updateSelectedButton.Image = global::HeuristicLab.PluginInfrastructure.Resources.Internet; 145 145 this.updateSelectedButton.Location = new System.Drawing.Point(102, 483); 146 146 this.updateSelectedButton.Name = "updateSelectedButton"; -
trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/InstalledPluginsView.cs
r3627 r3721 63 63 enabledPluginsGroup = localPluginsListView.Groups["activePluginsGroup"]; 64 64 disabledPluginsGroup = localPluginsListView.Groups["disabledPluginsGroup"]; 65 pluginImageList.Images.Add(HeuristicLab.PluginInfrastructure.Resources. Resources.plugin_16);65 pluginImageList.Images.Add(HeuristicLab.PluginInfrastructure.Resources.Plugin); 66 66 removePluginsBackgroundWorker = new BackgroundWorker(); 67 67 removePluginsBackgroundWorker.DoWork += new DoWorkEventHandler(removePluginsBackgroundWorker_DoWork); -
trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/PluginView.cs
r3627 r3721 55 55 56 56 private void PopulateImageList() { 57 pluginsImageList.Images.Add(IMAGE_KEY_PLUGIN, HeuristicLab.PluginInfrastructure.Resources. Resources.plugin_16);58 filesImageList.Images.Add(IMAGE_KEY_ASSEMBLY, HeuristicLab.PluginInfrastructure.Resources. Resources.Assembly);59 filesImageList.Images.Add(IMAGE_KEY_FILE, HeuristicLab.PluginInfrastructure.Resources. Resources.File);60 filesImageList.Images.Add(IMAGE_KEY_DOCUMENT, HeuristicLab.PluginInfrastructure.Resources. Resources.Document);57 pluginsImageList.Images.Add(IMAGE_KEY_PLUGIN, HeuristicLab.PluginInfrastructure.Resources.Plugin); 58 filesImageList.Images.Add(IMAGE_KEY_ASSEMBLY, HeuristicLab.PluginInfrastructure.Resources.Assembly); 59 filesImageList.Images.Add(IMAGE_KEY_FILE, HeuristicLab.PluginInfrastructure.Resources.File); 60 filesImageList.Images.Add(IMAGE_KEY_DOCUMENT, HeuristicLab.PluginInfrastructure.Resources.Document); 61 61 } 62 62 -
trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/UploadPluginsView.Designer.cs
r3627 r3721 61 61 this.uploadButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); 62 62 this.uploadButton.Enabled = false; 63 this.uploadButton.Image = global::HeuristicLab.PluginInfrastructure. Properties.Resources.PublishToWebHS;63 this.uploadButton.Image = global::HeuristicLab.PluginInfrastructure.Resources.PublishToWeb; 64 64 this.uploadButton.Location = new System.Drawing.Point(78, 482); 65 65 this.uploadButton.Name = "uploadButton"; … … 75 75 // 76 76 this.refreshButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); 77 this.refreshButton.Image = global::HeuristicLab.PluginInfrastructure. Properties.Resources.VS2008ImageLibrary_Objects_Internet;77 this.refreshButton.Image = global::HeuristicLab.PluginInfrastructure.Resources.Internet; 78 78 this.refreshButton.Location = new System.Drawing.Point(0, 482); 79 79 this.refreshButton.Name = "refreshButton"; -
trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/UploadPluginsView.cs
r3710 r3721 50 50 public UploadPluginsView() { 51 51 InitializeComponent(); 52 pluginImageList.Images.Add(HeuristicLab.PluginInfrastructure.Resources. Resources.plugin_16);52 pluginImageList.Images.Add(HeuristicLab.PluginInfrastructure.Resources.Plugin); 53 53 localAndServerPlugins = new Dictionary<IPluginDescription, IPluginDescription>(); 54 54
Note: See TracChangeset
for help on using the changeset viewer.