Exemplo n.º 1
0
 private void InitializeComponent()
 {
     this.panel1 = new COPP.NoFlickerPanel();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(700, 443);
     this.panel1.TabIndex = 0;
     //
     // CurveViewer
     //
     this.Controls.Add(this.panel1);
     this.Name = "CurveViewer";
     this.Size = new System.Drawing.Size(700, 443);
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.panel1 = new COPP.NoFlickerPanel();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(700, 443);
     this.panel1.TabIndex = 0;
     //
     // CurveViewer
     //
     this.Controls.Add(this.panel1);
     this.Name = "CurveViewer";
     this.Size = new System.Drawing.Size(700, 443);
     this.ResumeLayout(false);
 }