]> granicus.if.org Git - graphviz/commitdiff
Win tweak panel for graph, default node and default edge attributes
authorglenlow <devnull@localhost>
Tue, 1 Apr 2008 16:37:51 +0000 (16:37 +0000)
committerglenlow <devnull@localhost>
Tue, 1 Apr 2008 16:37:51 +0000 (16:37 +0000)
windows/AttributeInspectorForm.Designer.cs [new file with mode: 0755]

diff --git a/windows/AttributeInspectorForm.Designer.cs b/windows/AttributeInspectorForm.Designer.cs
new file mode 100755 (executable)
index 0000000..f21091d
--- /dev/null
@@ -0,0 +1,62 @@
+namespace Graphviz\r
+{\r
+       partial class AttributeInspectorForm\r
+       {\r
+               /// <summary>\r
+               /// Required designer variable.\r
+               /// </summary>\r
+               private System.ComponentModel.IContainer components = null;\r
+\r
+               /// <summary>\r
+               /// Clean up any resources being used.\r
+               /// </summary>\r
+               /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>\r
+               protected override void Dispose(bool disposing)\r
+               {\r
+                       if (disposing && (components != null))\r
+                       {\r
+                               components.Dispose();\r
+                       }\r
+                       base.Dispose(disposing);\r
+               }\r
+\r
+               #region Windows Form Designer generated code\r
+\r
+               /// <summary>\r
+               /// Required method for Designer support - do not modify\r
+               /// the contents of this method with the code editor.\r
+               /// </summary>\r
+               private void InitializeComponent()\r
+               {\r
+                       this.attributePropertyGrid = new System.Windows.Forms.PropertyGrid();\r
+                       this.SuspendLayout();\r
+                       // \r
+                       // attributePropertyGrid\r
+                       // \r
+                       this.attributePropertyGrid.Dock = System.Windows.Forms.DockStyle.Fill;\r
+                       this.attributePropertyGrid.Location = new System.Drawing.Point(0, 0);\r
+                       this.attributePropertyGrid.Name = "attributePropertyGrid";\r
+                       this.attributePropertyGrid.PropertySort = System.Windows.Forms.PropertySort.NoSort;\r
+                       this.attributePropertyGrid.Size = new System.Drawing.Size(292, 266);\r
+                       this.attributePropertyGrid.TabIndex = 0;\r
+                       // \r
+                       // AttributeInspectorForm\r
+                       // \r
+                       this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
+                       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
+                       this.ClientSize = new System.Drawing.Size(292, 266);\r
+                       this.Controls.Add(this.attributePropertyGrid);\r
+                       this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;\r
+                       this.Name = "AttributeInspectorForm";\r
+                       this.ShowInTaskbar = false;\r
+                       this.Text = "Attributes";\r
+                       this.TopMost = true;\r
+                       this.ResumeLayout(false);\r
+\r
+               }\r
+\r
+               #endregion\r
+\r
+               private System.Windows.Forms.PropertyGrid attributePropertyGrid;\r
+       }\r
+}
\ No newline at end of file