--- /dev/null
+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