QuickImage – Rev 8
?pathlinks?
namespace QuickImage
{
partial class PreviewForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PreviewForm));
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.videoView1 = new LibVLCSharp.WinForms.VideoView();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.videoView1)).BeginInit();
this.SuspendLayout();
//
// pictureBox1
//
this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.pictureBox1.InitialImage = ((System.Drawing.Image)(resources.GetObject("pictureBox1.InitialImage")));
this.pictureBox1.Location = new System.Drawing.Point(0, 0);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(800, 450);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false;
//
// videoView1
//
this.videoView1.BackColor = System.Drawing.Color.Black;
this.videoView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.videoView1.Location = new System.Drawing.Point(0, 0);
this.videoView1.MediaPlayer = null;
this.videoView1.Name = "videoView1";
this.videoView1.Size = new System.Drawing.Size(800, 450);
this.videoView1.TabIndex = 1;
this.videoView1.Text = "videoView1";
//
// PreviewForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Black;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.videoView1);
this.Controls.Add(this.pictureBox1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "PreviewForm";
this.Text = "QuickImage: Preview";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.PreviewForm_FormClosing);
this.Load += new System.EventHandler(this.ImagePreviewForm_Load);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.videoView1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.PictureBox pictureBox1;
private LibVLCSharp.WinForms.VideoView videoView1;
}
}
Generated by GNU Enscript 1.6.5.90.