Пример #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.infoLabel         = new System.Windows.Forms.Label();
     this.doubleBufferPanel = new UW.ClassroomPresenter.Test.Network.Player.DoubleBufferPanel();
     this.SuspendLayout();
     //
     // infoLabel
     //
     this.infoLabel.Location = new System.Drawing.Point(8, 8);
     this.infoLabel.Name     = "infoLabel";
     this.infoLabel.Size     = new System.Drawing.Size(384, 376);
     this.infoLabel.TabIndex = 0;
     //
     // doubleBufferPanel
     //
     this.doubleBufferPanel.Location = new System.Drawing.Point(80, 400);
     this.doubleBufferPanel.Name     = "doubleBufferPanel";
     this.doubleBufferPanel.Size     = new System.Drawing.Size(224, 176);
     this.doubleBufferPanel.TabIndex = 1;
     //
     // NetworkEventInfoForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(402, 600);
     this.ControlBox        = false;
     this.Controls.Add(this.doubleBufferPanel);
     this.Controls.Add(this.infoLabel);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name            = "NetworkEventInfoForm";
     this.Text            = "Information";
     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.infoLabel = new System.Windows.Forms.Label();
     this.doubleBufferPanel = new UW.ClassroomPresenter.Test.Network.Player.DoubleBufferPanel();
     this.SuspendLayout();
     //
     // infoLabel
     //
     this.infoLabel.Location = new System.Drawing.Point(8, 8);
     this.infoLabel.Name = "infoLabel";
     this.infoLabel.Size = new System.Drawing.Size(384, 376);
     this.infoLabel.TabIndex = 0;
     //
     // doubleBufferPanel
     //
     this.doubleBufferPanel.Location = new System.Drawing.Point(80, 400);
     this.doubleBufferPanel.Name = "doubleBufferPanel";
     this.doubleBufferPanel.Size = new System.Drawing.Size(224, 176);
     this.doubleBufferPanel.TabIndex = 1;
     //
     // NetworkEventInfoForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(402, 600);
     this.ControlBox = false;
     this.Controls.Add(this.doubleBufferPanel);
     this.Controls.Add(this.infoLabel);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name = "NetworkEventInfoForm";
     this.Text = "Information";
     this.ResumeLayout(false);
 }