Inheritance: System.Windows.Forms.UserControl
Example #1
0
 private void InitializeComponent()
 {
     this.layerVisualization1 = new Bend.LayerVisualization();
     this.SuspendLayout();
     //
     // layerVisualization1
     //
     this.layerVisualization1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.layerVisualization1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.layerVisualization1.Location = new System.Drawing.Point(12, 12);
     this.layerVisualization1.Name = "layerVisualization1";
     this.layerVisualization1.Size = new System.Drawing.Size(579, 505);
     this.layerVisualization1.TabIndex = 0;
     //
     // DbgGUI
     //
     this.ClientSize = new System.Drawing.Size(603, 529);
     this.Controls.Add(this.layerVisualization1);
     this.Name = "DbgGUI";
     this.ResumeLayout(false);
 }