コード例 #1
0
 private void InitializeComponent()
 {
     this.videoPane = new WebHelpPanel();
     base.SuspendLayout();
     this.videoPane.Location  = new Point(2, 0x20);
     this.videoPane.Name      = "videoPane";
     this.videoPane.Size      = new Size(640, 360);
     this.videoPane.TabIndex  = 0;
     this.videoPane.Visible   = false;
     base.AutoScaleDimensions = new SizeF(6f, 13f);
     base.AutoScaleMode       = AutoScaleMode.None;
     this.BackColor           = ARGBColors.Black;
     base.ClientSize          = new Size(0x284, 0x18a);
     base.Controls.Add(this.videoPane);
     base.Name      = "VideoWindow";
     base.ShowClose = true;
     this.Text      = "VideoWindow";
     base.Load     += new EventHandler(this.VideoWindow_Load);
     base.Controls.SetChildIndex(this.videoPane, 0);
     base.ResumeLayout(false);
 }
コード例 #2
0
 private void InitializeComponent()
 {
     this.videoPane = new WebHelpPanel();
     base.SuspendLayout();
     this.videoPane.Location = new Point(2, 0x20);
     this.videoPane.Name = "videoPane";
     this.videoPane.Size = new Size(640, 360);
     this.videoPane.TabIndex = 0;
     this.videoPane.Visible = false;
     base.AutoScaleDimensions = new SizeF(6f, 13f);
     base.AutoScaleMode = AutoScaleMode.None;
     this.BackColor = ARGBColors.Black;
     base.ClientSize = new Size(0x284, 0x18a);
     base.Controls.Add(this.videoPane);
     base.Name = "VideoWindow";
     base.ShowClose = true;
     this.Text = "VideoWindow";
     base.Load += new EventHandler(this.VideoWindow_Load);
     base.Controls.SetChildIndex(this.videoPane, 0);
     base.ResumeLayout(false);
 }