Exemple #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.layerControlPanel = new PanelWithLayout();
     this.SuspendLayout();
     //
     // layerControlPanel
     //
     this.layerControlPanel.AutoScroll         = true;
     this.layerControlPanel.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.layerControlPanel.Location           = new System.Drawing.Point(0, 0);
     this.layerControlPanel.Name               = "layerControlPanel";
     this.layerControlPanel.ParentLayerControl = this;
     this.layerControlPanel.Size               = new System.Drawing.Size(150, 150);
     this.layerControlPanel.TabIndex           = 2;
     this.layerControlPanel.Click             += new EventHandler(LayerControlPanel_Click);
     //
     // LayerControl
     //
     this.Controls.Add(this.layerControlPanel);
     this.Name = "LayerControl";
     this.ResumeLayout(false);
 }
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.layerControlPanel = new PanelWithLayout();
     this.SuspendLayout();
     //
     // layerControlPanel
     //
     this.layerControlPanel.AutoScroll = true;
     this.layerControlPanel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.layerControlPanel.Location = new System.Drawing.Point(0, 0);
     this.layerControlPanel.Name = "layerControlPanel";
     this.layerControlPanel.ParentLayerControl = this;
     this.layerControlPanel.Size = new System.Drawing.Size(150, 150);
     this.layerControlPanel.TabIndex = 2;
     this.layerControlPanel.Click += new EventHandler(LayerControlPanel_Click);
     //
     // LayerControl
     //
     this.Controls.Add(this.layerControlPanel);
     this.Name = "LayerControl";
     this.ResumeLayout(false);
 }