290 lines
16 KiB
C#
290 lines
16 KiB
C#
|
|
|||
|
namespace VideoPreview
|
|||
|
{
|
|||
|
partial class MainForm
|
|||
|
{
|
|||
|
/// <summary>
|
|||
|
/// Required designer variable.
|
|||
|
/// </summary>
|
|||
|
private System.ComponentModel.IContainer components = null;
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Clean up any resources being used.
|
|||
|
/// </summary>
|
|||
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|||
|
protected override void Dispose(bool disposing)
|
|||
|
{
|
|||
|
if (disposing && (components != null))
|
|||
|
{
|
|||
|
components.Dispose();
|
|||
|
}
|
|||
|
base.Dispose(disposing);
|
|||
|
}
|
|||
|
|
|||
|
#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()
|
|||
|
{
|
|||
|
this.components = new System.ComponentModel.Container();
|
|||
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
|
|||
|
this.label1 = new System.Windows.Forms.Label();
|
|||
|
this.label2 = new System.Windows.Forms.Label();
|
|||
|
this.button1 = new RyzStudio.Windows.ThemedForms.TButton();
|
|||
|
this.tHorizontalSeparator1 = new RyzStudio.Windows.Forms.THorizontalSeparator();
|
|||
|
this.tHorizontalSeparator3 = new RyzStudio.Windows.Forms.THorizontalSeparator();
|
|||
|
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
|
|||
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|||
|
this.textBox1 = new RyzStudio.Windows.ThemedForms.TOpenFileTextBox();
|
|||
|
this.button2 = new RyzStudio.Windows.ThemedForms.TButton();
|
|||
|
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
|
|||
|
this.label4 = new System.Windows.Forms.Label();
|
|||
|
this.label3 = new System.Windows.Forms.Label();
|
|||
|
this.label5 = new System.Windows.Forms.Label();
|
|||
|
this.label6 = new System.Windows.Forms.Label();
|
|||
|
this.label7 = new System.Windows.Forms.Label();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// label1
|
|||
|
//
|
|||
|
this.label1.Location = new System.Drawing.Point(12, 9);
|
|||
|
this.label1.Name = "label1";
|
|||
|
this.label1.Size = new System.Drawing.Size(86, 35);
|
|||
|
this.label1.TabIndex = 3;
|
|||
|
this.label1.Text = "File Name";
|
|||
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
this.label1.DragDrop += new System.Windows.Forms.DragEventHandler(this.Form1_DragDrop);
|
|||
|
this.label1.DragOver += new System.Windows.Forms.DragEventHandler(this.Form1_DragOver);
|
|||
|
//
|
|||
|
// label2
|
|||
|
//
|
|||
|
this.label2.AutoSize = true;
|
|||
|
this.label2.Location = new System.Drawing.Point(111, 90);
|
|||
|
this.label2.Name = "label2";
|
|||
|
this.label2.Size = new System.Drawing.Size(12, 15);
|
|||
|
this.label2.TabIndex = 5;
|
|||
|
this.label2.Text = "-";
|
|||
|
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
this.label2.DragDrop += new System.Windows.Forms.DragEventHandler(this.Form1_DragDrop);
|
|||
|
this.label2.DragOver += new System.Windows.Forms.DragEventHandler(this.Form1_DragOver);
|
|||
|
//
|
|||
|
// button1
|
|||
|
//
|
|||
|
this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.button1.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.button1.DefaultImage = null;
|
|||
|
this.button1.DownImage = null;
|
|||
|
this.button1.IsSelected = false;
|
|||
|
this.button1.LabelText = "&Close";
|
|||
|
this.button1.Location = new System.Drawing.Point(296, 705);
|
|||
|
this.button1.Margin = new System.Windows.Forms.Padding(10);
|
|||
|
this.button1.Name = "button1";
|
|||
|
this.button1.OverImage = null;
|
|||
|
this.button1.Padding = new System.Windows.Forms.Padding(4, 4, 3, 3);
|
|||
|
this.button1.Size = new System.Drawing.Size(149, 37);
|
|||
|
this.button1.TabIndex = 8;
|
|||
|
this.button1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.button1_MouseClick);
|
|||
|
//
|
|||
|
// tHorizontalSeparator1
|
|||
|
//
|
|||
|
this.tHorizontalSeparator1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.tHorizontalSeparator1.AutoScrollMargin = new System.Drawing.Size(0, 0);
|
|||
|
this.tHorizontalSeparator1.AutoScrollMinSize = new System.Drawing.Size(0, 0);
|
|||
|
this.tHorizontalSeparator1.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.tHorizontalSeparator1.Location = new System.Drawing.Point(8, 105);
|
|||
|
this.tHorizontalSeparator1.Margin = new System.Windows.Forms.Padding(10, 0, 10, 0);
|
|||
|
this.tHorizontalSeparator1.MaximumSize = new System.Drawing.Size(5760, 22);
|
|||
|
this.tHorizontalSeparator1.MinimumSize = new System.Drawing.Size(0, 22);
|
|||
|
this.tHorizontalSeparator1.Name = "tHorizontalSeparator1";
|
|||
|
this.tHorizontalSeparator1.Padding = new System.Windows.Forms.Padding(0, 10, 0, 10);
|
|||
|
this.tHorizontalSeparator1.Size = new System.Drawing.Size(442, 22);
|
|||
|
this.tHorizontalSeparator1.TabIndex = 9;
|
|||
|
this.tHorizontalSeparator1.DragDrop += new System.Windows.Forms.DragEventHandler(this.Form1_DragDrop);
|
|||
|
this.tHorizontalSeparator1.DragOver += new System.Windows.Forms.DragEventHandler(this.Form1_DragOver);
|
|||
|
//
|
|||
|
// tHorizontalSeparator3
|
|||
|
//
|
|||
|
this.tHorizontalSeparator3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
|||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.tHorizontalSeparator3.AutoScrollMargin = new System.Drawing.Size(0, 0);
|
|||
|
this.tHorizontalSeparator3.AutoScrollMinSize = new System.Drawing.Size(0, 0);
|
|||
|
this.tHorizontalSeparator3.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.tHorizontalSeparator3.Location = new System.Drawing.Point(8, 673);
|
|||
|
this.tHorizontalSeparator3.Margin = new System.Windows.Forms.Padding(10, 0, 10, 0);
|
|||
|
this.tHorizontalSeparator3.MaximumSize = new System.Drawing.Size(5760, 22);
|
|||
|
this.tHorizontalSeparator3.MinimumSize = new System.Drawing.Size(0, 22);
|
|||
|
this.tHorizontalSeparator3.Name = "tHorizontalSeparator3";
|
|||
|
this.tHorizontalSeparator3.Padding = new System.Windows.Forms.Padding(0, 10, 0, 10);
|
|||
|
this.tHorizontalSeparator3.Size = new System.Drawing.Size(442, 22);
|
|||
|
this.tHorizontalSeparator3.TabIndex = 13;
|
|||
|
//
|
|||
|
// flowLayoutPanel1
|
|||
|
//
|
|||
|
this.flowLayoutPanel1.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.flowLayoutPanel1.AutoScroll = true;
|
|||
|
this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
|
|||
|
this.flowLayoutPanel1.Location = new System.Drawing.Point(12, 130);
|
|||
|
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
|
|||
|
this.flowLayoutPanel1.Size = new System.Drawing.Size(433, 540);
|
|||
|
this.flowLayoutPanel1.TabIndex = 14;
|
|||
|
this.flowLayoutPanel1.WrapContents = false;
|
|||
|
this.flowLayoutPanel1.DragDrop += new System.Windows.Forms.DragEventHandler(this.Form1_DragDrop);
|
|||
|
this.flowLayoutPanel1.DragOver += new System.Windows.Forms.DragEventHandler(this.Form1_DragOver);
|
|||
|
//
|
|||
|
// pictureBox1
|
|||
|
//
|
|||
|
this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.pictureBox1.ErrorImage = null;
|
|||
|
this.pictureBox1.InitialImage = null;
|
|||
|
this.pictureBox1.Location = new System.Drawing.Point(246, 705);
|
|||
|
this.pictureBox1.Name = "pictureBox1";
|
|||
|
this.pictureBox1.Size = new System.Drawing.Size(37, 37);
|
|||
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
|||
|
this.pictureBox1.TabIndex = 15;
|
|||
|
this.pictureBox1.TabStop = false;
|
|||
|
//
|
|||
|
// textBox1
|
|||
|
//
|
|||
|
this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.textBox1.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.textBox1.FileDialog = null;
|
|||
|
this.textBox1.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|||
|
this.textBox1.HighlightImage = ((System.Drawing.Image)(resources.GetObject("textBox1.HighlightImage")));
|
|||
|
this.textBox1.Location = new System.Drawing.Point(111, 9);
|
|||
|
this.textBox1.Margin = new System.Windows.Forms.Padding(10, 3, 3, 3);
|
|||
|
this.textBox1.Name = "textBox1";
|
|||
|
this.textBox1.NormalImage = ((System.Drawing.Image)(resources.GetObject("textBox1.NormalImage")));
|
|||
|
this.textBox1.Padding = new System.Windows.Forms.Padding(10, 10, 9, 9);
|
|||
|
this.textBox1.Size = new System.Drawing.Size(341, 35);
|
|||
|
this.textBox1.SubmitButton = null;
|
|||
|
this.textBox1.TabIndex = 16;
|
|||
|
this.textBox1.UseSystemPasswordChar = false;
|
|||
|
//
|
|||
|
// button2
|
|||
|
//
|
|||
|
this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|||
|
this.button2.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.button2.DefaultImage = null;
|
|||
|
this.button2.DownImage = null;
|
|||
|
this.button2.IsSelected = false;
|
|||
|
this.button2.LabelText = "";
|
|||
|
this.button2.Location = new System.Drawing.Point(12, 705);
|
|||
|
this.button2.Margin = new System.Windows.Forms.Padding(10);
|
|||
|
this.button2.Name = "button2";
|
|||
|
this.button2.OverImage = null;
|
|||
|
this.button2.Padding = new System.Windows.Forms.Padding(4, 4, 3, 3);
|
|||
|
this.button2.Size = new System.Drawing.Size(37, 37);
|
|||
|
this.button2.TabIndex = 17;
|
|||
|
this.toolTip1.SetToolTip(this.button2, "Options");
|
|||
|
this.button2.MouseClick += new System.Windows.Forms.MouseEventHandler(this.button2_MouseClick);
|
|||
|
//
|
|||
|
// label4
|
|||
|
//
|
|||
|
this.label4.AutoSize = true;
|
|||
|
this.label4.Location = new System.Drawing.Point(12, 90);
|
|||
|
this.label4.Name = "label4";
|
|||
|
this.label4.Size = new System.Drawing.Size(53, 15);
|
|||
|
this.label4.TabIndex = 18;
|
|||
|
this.label4.Text = "Duration";
|
|||
|
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// label3
|
|||
|
//
|
|||
|
this.label3.AutoSize = true;
|
|||
|
this.label3.Location = new System.Drawing.Point(12, 60);
|
|||
|
this.label3.Name = "label3";
|
|||
|
this.label3.Size = new System.Drawing.Size(45, 15);
|
|||
|
this.label3.TabIndex = 20;
|
|||
|
this.label3.Text = "Format";
|
|||
|
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// label5
|
|||
|
//
|
|||
|
this.label5.AutoSize = true;
|
|||
|
this.label5.Location = new System.Drawing.Point(111, 60);
|
|||
|
this.label5.Name = "label5";
|
|||
|
this.label5.Size = new System.Drawing.Size(12, 15);
|
|||
|
this.label5.TabIndex = 19;
|
|||
|
this.label5.Text = "-";
|
|||
|
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// label6
|
|||
|
//
|
|||
|
this.label6.AutoSize = true;
|
|||
|
this.label6.Location = new System.Drawing.Point(12, 75);
|
|||
|
this.label6.Name = "label6";
|
|||
|
this.label6.Size = new System.Drawing.Size(63, 15);
|
|||
|
this.label6.TabIndex = 22;
|
|||
|
this.label6.Text = "Frame Size";
|
|||
|
this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// label7
|
|||
|
//
|
|||
|
this.label7.AutoSize = true;
|
|||
|
this.label7.Location = new System.Drawing.Point(111, 75);
|
|||
|
this.label7.Name = "label7";
|
|||
|
this.label7.Size = new System.Drawing.Size(12, 15);
|
|||
|
this.label7.TabIndex = 21;
|
|||
|
this.label7.Text = "-";
|
|||
|
this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// MainForm
|
|||
|
//
|
|||
|
this.AllowDrop = true;
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
|
|||
|
this.ClientSize = new System.Drawing.Size(464, 761);
|
|||
|
this.Controls.Add(this.label6);
|
|||
|
this.Controls.Add(this.label7);
|
|||
|
this.Controls.Add(this.label3);
|
|||
|
this.Controls.Add(this.label5);
|
|||
|
this.Controls.Add(this.label4);
|
|||
|
this.Controls.Add(this.button2);
|
|||
|
this.Controls.Add(this.textBox1);
|
|||
|
this.Controls.Add(this.pictureBox1);
|
|||
|
this.Controls.Add(this.flowLayoutPanel1);
|
|||
|
this.Controls.Add(this.tHorizontalSeparator3);
|
|||
|
this.Controls.Add(this.tHorizontalSeparator1);
|
|||
|
this.Controls.Add(this.button1);
|
|||
|
this.Controls.Add(this.label2);
|
|||
|
this.Controls.Add(this.label1);
|
|||
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|||
|
this.Name = "MainForm";
|
|||
|
this.Text = "Video Preview";
|
|||
|
this.DragDrop += new System.Windows.Forms.DragEventHandler(this.Form1_DragDrop);
|
|||
|
this.DragOver += new System.Windows.Forms.DragEventHandler(this.Form1_DragOver);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|||
|
this.ResumeLayout(false);
|
|||
|
this.PerformLayout();
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
private System.Windows.Forms.Label label1;
|
|||
|
private System.Windows.Forms.Label label2;
|
|||
|
private RyzStudio.Windows.ThemedForms.TButton button1;
|
|||
|
private RyzStudio.Windows.Forms.THorizontalSeparator tHorizontalSeparator1;
|
|||
|
private RyzStudio.Windows.Forms.THorizontalSeparator tHorizontalSeparator3;
|
|||
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
|
|||
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|||
|
private RyzStudio.Windows.ThemedForms.TOpenFileTextBox textBox1;
|
|||
|
private RyzStudio.Windows.ThemedForms.TButton button2;
|
|||
|
private System.Windows.Forms.ToolTip toolTip1;
|
|||
|
private System.Windows.Forms.Label label4;
|
|||
|
private System.Windows.Forms.Label label3;
|
|||
|
private System.Windows.Forms.Label label5;
|
|||
|
private System.Windows.Forms.Label label6;
|
|||
|
private System.Windows.Forms.Label label7;
|
|||
|
}
|
|||
|
}
|
|||
|
|