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~4413 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e166d2b09cc4c6dc6c81b6e991c9938c6554226c;p=graphviz Win tweak panel for graph, default node and default edge attributes --- diff --git a/windows/AttributeInspectorForm.Designer.cs b/windows/AttributeInspectorForm.Designer.cs new file mode 100755 index 000000000..f21091dd6 --- /dev/null +++ b/windows/AttributeInspectorForm.Designer.cs @@ -0,0 +1,62 @@ +namespace Graphviz +{ + partial class AttributeInspectorForm + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows Form Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + this.attributePropertyGrid = new System.Windows.Forms.PropertyGrid(); + this.SuspendLayout(); + // + // attributePropertyGrid + // + this.attributePropertyGrid.Dock = System.Windows.Forms.DockStyle.Fill; + this.attributePropertyGrid.Location = new System.Drawing.Point(0, 0); + this.attributePropertyGrid.Name = "attributePropertyGrid"; + this.attributePropertyGrid.PropertySort = System.Windows.Forms.PropertySort.NoSort; + this.attributePropertyGrid.Size = new System.Drawing.Size(292, 266); + this.attributePropertyGrid.TabIndex = 0; + // + // AttributeInspectorForm + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(292, 266); + this.Controls.Add(this.attributePropertyGrid); + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow; + this.Name = "AttributeInspectorForm"; + this.ShowInTaskbar = false; + this.Text = "Attributes"; + this.TopMost = true; + this.ResumeLayout(false); + + } + + #endregion + + private System.Windows.Forms.PropertyGrid attributePropertyGrid; + } +} \ No newline at end of file