From: glenlow Date: Mon, 21 Jul 2008 10:38:01 +0000 (+0000) Subject: moved ActualSize, Information, ZoomIn and ZoomOut bitmaps from embedded XML to actual... X-Git-Tag: LAST_LIBGRAPH~32^2~3835 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=55fd1fba23af347a3d579eaa0f583278b84f4331;p=graphviz moved ActualSize, Information, ZoomIn and ZoomOut bitmaps from embedded XML to actual files; improved ActualSize, ZoomIn and ZoomOut design --- diff --git a/windows/GraphForm.Designer.cs b/windows/GraphForm.Designer.cs index 6e29d4c11..44e3b7710 100755 --- a/windows/GraphForm.Designer.cs +++ b/windows/GraphForm.Designer.cs @@ -382,7 +382,7 @@ namespace Graphviz // // attributesToolStripButton // - this.attributesToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("attributesToolStripButton.Image"))); + this.attributesToolStripButton.Image = global::Graphviz.Properties.Resources.Information; this.attributesToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.attributesToolStripButton.Name = "attributesToolStripButton"; this.attributesToolStripButton.Size = new System.Drawing.Size(75, 22); @@ -396,7 +396,7 @@ namespace Graphviz // // zoomOutToolStripButton // - this.zoomOutToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("zoomOutToolStripButton.Image"))); + this.zoomOutToolStripButton.Image = global::Graphviz.Properties.Resources.ZoomOut; this.zoomOutToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.zoomOutToolStripButton.Name = "zoomOutToolStripButton"; this.zoomOutToolStripButton.Size = new System.Drawing.Size(74, 22); @@ -405,7 +405,7 @@ namespace Graphviz // // actualSizeToolStripButton // - this.actualSizeToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("actualSizeToolStripButton.Image"))); + this.actualSizeToolStripButton.Image = global::Graphviz.Properties.Resources.ActualSize; this.actualSizeToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.actualSizeToolStripButton.Name = "actualSizeToolStripButton"; this.actualSizeToolStripButton.Size = new System.Drawing.Size(79, 22); @@ -414,7 +414,7 @@ namespace Graphviz // // zoomInToolStripButton // - this.zoomInToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("zoomInToolStripButton.Image"))); + this.zoomInToolStripButton.Image = global::Graphviz.Properties.Resources.ZoomIn; this.zoomInToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.zoomInToolStripButton.Name = "zoomInToolStripButton"; this.zoomInToolStripButton.Size = new System.Drawing.Size(66, 22);