From: glenlow Date: Tue, 1 Apr 2008 16:37:51 +0000 (+0000) Subject: Win tweak panel for graph, default node and default edge attributes X-Git-Tag: LAST_LIBGRAPH~32^2~4405 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f012422bb315f35f6af03503e83e27aaa558c8d3;p=graphviz Win tweak panel for graph, default node and default edge attributes --- diff --git a/windows/Properties/Resources.Designer.cs b/windows/Properties/Resources.Designer.cs index e51c356d8..c16e76fe8 100755 --- a/windows/Properties/Resources.Designer.cs +++ b/windows/Properties/Resources.Designer.cs @@ -1,4 +1,4 @@ -//------------------------------------------------------------------------------ +//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:2.0.50727.832 @@ -59,5 +59,26 @@ namespace Graphviz.Properties { resourceCulture = value; } } + + internal static System.Drawing.Bitmap EdgeAttributes { + get { + object obj = ResourceManager.GetObject("EdgeAttributes", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + internal static System.Drawing.Bitmap GraphAttributes { + get { + object obj = ResourceManager.GetObject("GraphAttributes", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + internal static System.Drawing.Bitmap NodeAttributes { + get { + object obj = ResourceManager.GetObject("NodeAttributes", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } } } diff --git a/windows/Properties/Resources.resx b/windows/Properties/Resources.resx index c40a448a3..27bf90d00 100755 --- a/windows/Properties/Resources.resx +++ b/windows/Properties/Resources.resx @@ -1,6 +1,6 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + ..\Resources\EdgeAttributes.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\GraphAttributes.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\NodeAttributes.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + +