/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(ShapeViewerTab));
     this.graphShapesView1 = new Netron.GraphLib.UI.GraphShapesView();
     ((System.ComponentModel.ISupportInitialize)(this.graphShapesView1)).BeginInit();
     this.SuspendLayout();
     //
     // graphShapesView1
     //
     this.graphShapesView1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.graphShapesView1.Font     = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.graphShapesView1.Location = new System.Drawing.Point(0, 0);
     this.graphShapesView1.Name     = "graphShapesView1";
     this.graphShapesView1.Size     = new System.Drawing.Size(292, 273);
     this.graphShapesView1.TabIndex = 1;
     this.graphShapesView1.View     = System.Windows.Forms.View.LargeIcon;
     //
     // ShapeViewerTab
     //
     this.AccessibleDescription = "The shapes library collects the shapes found in the shape assemblies. Drag-drop s" +
                                  "hapes from the library onto the canvas to add them.";
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(292, 273);
     this.Controls.Add(this.graphShapesView1);
     this.HideOnClose = true;
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name        = "ShapeViewerTab";
     this.Text        = "ShapeViewerTab";
     ((System.ComponentModel.ISupportInitialize)(this.graphShapesView1)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.graphShapesView1 = new Netron.GraphLib.UI.GraphShapesView();
     ((System.ComponentModel.ISupportInitialize)(this.graphShapesView1)).BeginInit();
     this.SuspendLayout();
     //
     // graphShapesView1
     //
     this.graphShapesView1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.graphShapesView1.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.graphShapesView1.Location = new System.Drawing.Point(0, 0);
     this.graphShapesView1.Name     = "graphShapesView1";
     this.graphShapesView1.Size     = new System.Drawing.Size(246, 321);
     this.graphShapesView1.TabIndex = 0;
     this.graphShapesView1.View     = System.Windows.Forms.View.LargeIcon;
     //
     // AvailableShapes
     //
     this.DockableAreas = ((WeifenLuo.WinFormsUI.DockAreas)(((((WeifenLuo.WinFormsUI.DockAreas.Float | WeifenLuo.WinFormsUI.DockAreas.DockLeft)
                                                               | WeifenLuo.WinFormsUI.DockAreas.DockRight)
                                                              | WeifenLuo.WinFormsUI.DockAreas.DockTop)
                                                             | WeifenLuo.WinFormsUI.DockAreas.DockBottom)));
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.ClientSize        = new System.Drawing.Size(246, 323);
     this.Controls.Add(this.graphShapesView1);
     this.DockPadding.Bottom = 2;
     this.Font        = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.HideOnClose = true;
     this.Name        = "AvailableShapes";
     this.ShowHint    = WeifenLuo.WinFormsUI.DockState.DockRight;
     this.Text        = "ActiveRecord Components";
     ((System.ComponentModel.ISupportInitialize)(this.graphShapesView1)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 3
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			this.graphShapesView1 = new Netron.GraphLib.UI.GraphShapesView();
			((System.ComponentModel.ISupportInitialize)(this.graphShapesView1)).BeginInit();
			this.SuspendLayout();
			// 
			// graphShapesView1
			// 
			this.graphShapesView1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.graphShapesView1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.graphShapesView1.Location = new System.Drawing.Point(0, 0);
			this.graphShapesView1.Name = "graphShapesView1";
			this.graphShapesView1.Size = new System.Drawing.Size(246, 321);
			this.graphShapesView1.TabIndex = 0;
			this.graphShapesView1.View = System.Windows.Forms.View.LargeIcon;
			// 
			// AvailableShapes
			// 
			this.DockableAreas = ((WeifenLuo.WinFormsUI.DockAreas)(((((WeifenLuo.WinFormsUI.DockAreas.Float | WeifenLuo.WinFormsUI.DockAreas.DockLeft) 
				| WeifenLuo.WinFormsUI.DockAreas.DockRight) 
				| WeifenLuo.WinFormsUI.DockAreas.DockTop) 
				| WeifenLuo.WinFormsUI.DockAreas.DockBottom)));
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
			this.ClientSize = new System.Drawing.Size(246, 323);
			this.Controls.Add(this.graphShapesView1);
			this.DockPadding.Bottom = 2;
			this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.HideOnClose = true;
			this.Name = "AvailableShapes";
			this.ShowHint = WeifenLuo.WinFormsUI.DockState.DockRight;
			this.Text = "ActiveRecord Components";
			((System.ComponentModel.ISupportInitialize)(this.graphShapesView1)).EndInit();
			this.ResumeLayout(false);

		}