namespace OpenTK.OpenGL.Test { partial class TwoContexts { /// /// 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.panel1 = new System.Windows.Forms.Panel(); this.panel2 = new System.Windows.Forms.Panel(); this.SuspendLayout(); // // panel1 // this.panel1.Location = new System.Drawing.Point(12, 12); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(268, 100); this.panel1.TabIndex = 0; this.panel1.Resize += new System.EventHandler(this.panel1_Resize); this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint); this.panel1.SizeChanged += new System.EventHandler(this.panel1_Resize); // // panel2 // this.panel2.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.panel2.Location = new System.Drawing.Point(12, 154); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(268, 100); this.panel2.TabIndex = 1; this.panel2.Resize += new System.EventHandler(this.panel2_Resize); this.panel2.Paint += new System.Windows.Forms.PaintEventHandler(this.panel2_Paint); // // TwoContexts // 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.panel2); this.Controls.Add(this.panel1); this.Name = "TwoContexts"; this.Text = "TwoContexts"; this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Panel panel2; } }