2021-10-03 17:43:59 +00:00
|
|
|
|
|
|
|
|
|
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);
|
2021-10-06 11:57:50 +00:00
|
|
|
|
this.button3 = new RyzStudio.Windows.ThemedForms.TButton();
|
2021-11-03 00:08:07 +00:00
|
|
|
|
this.button4 = new RyzStudio.Windows.ThemedForms.TButton();
|
2021-10-03 17:43:59 +00:00
|
|
|
|
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();
|
2021-11-07 15:34:55 +00:00
|
|
|
|
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
|
|
|
|
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.refreshToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.loadNextFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2022-07-06 18:35:01 +00:00
|
|
|
|
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
|
2021-12-29 20:35:18 +00:00
|
|
|
|
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2021-11-07 15:34:55 +00:00
|
|
|
|
this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.viewHelpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2021-10-03 17:43:59 +00:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
2021-11-07 15:34:55 +00:00
|
|
|
|
this.menuStrip1.SuspendLayout();
|
2021-10-03 17:43:59 +00:00
|
|
|
|
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;
|
|
|
|
|
//
|
|
|
|
|
// 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;
|
|
|
|
|
//
|
|
|
|
|
// button1
|
|
|
|
|
//
|
2021-12-29 20:35:18 +00:00
|
|
|
|
this.button1.ActiveImage = null;
|
2021-10-03 17:43:59 +00:00
|
|
|
|
this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.button1.BackColor = System.Drawing.Color.Transparent;
|
2021-12-29 20:35:18 +00:00
|
|
|
|
this.button1.HoverImage = null;
|
|
|
|
|
this.button1.IdleImage = null;
|
2021-10-03 17:43:59 +00:00
|
|
|
|
this.button1.LabelText = "&Close";
|
|
|
|
|
this.button1.Location = new System.Drawing.Point(296, 705);
|
2021-12-29 20:35:18 +00:00
|
|
|
|
this.button1.Margin = new System.Windows.Forms.Padding(10, 0, 0, 10);
|
2021-10-03 17:43:59 +00:00
|
|
|
|
this.button1.Name = "button1";
|
|
|
|
|
this.button1.Padding = new System.Windows.Forms.Padding(4, 4, 3, 3);
|
|
|
|
|
this.button1.Size = new System.Drawing.Size(149, 37);
|
2021-12-29 20:35:18 +00:00
|
|
|
|
this.button1.TabIndex = 5;
|
2021-10-03 17:43:59 +00:00
|
|
|
|
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;
|
2021-11-07 15:15:18 +00:00
|
|
|
|
this.tHorizontalSeparator1.Location = new System.Drawing.Point(5, 105);
|
|
|
|
|
this.tHorizontalSeparator1.Margin = new System.Windows.Forms.Padding(5, 0, 5, 10);
|
2021-10-03 17:43:59 +00:00
|
|
|
|
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);
|
2021-11-07 15:15:18 +00:00
|
|
|
|
this.tHorizontalSeparator1.Size = new System.Drawing.Size(454, 22);
|
2021-10-03 17:43:59 +00:00
|
|
|
|
this.tHorizontalSeparator1.TabIndex = 9;
|
2021-12-29 20:35:18 +00:00
|
|
|
|
this.tHorizontalSeparator1.TabStop = false;
|
2021-10-03 17:43:59 +00:00
|
|
|
|
//
|
|
|
|
|
// 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;
|
2021-11-07 15:15:18 +00:00
|
|
|
|
this.tHorizontalSeparator3.Location = new System.Drawing.Point(5, 673);
|
|
|
|
|
this.tHorizontalSeparator3.Margin = new System.Windows.Forms.Padding(5, 0, 5, 10);
|
2021-10-03 17:43:59 +00:00
|
|
|
|
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);
|
2021-11-07 15:15:18 +00:00
|
|
|
|
this.tHorizontalSeparator3.Size = new System.Drawing.Size(454, 22);
|
2021-10-03 17:43:59 +00:00
|
|
|
|
this.tHorizontalSeparator3.TabIndex = 13;
|
2021-12-29 20:35:18 +00:00
|
|
|
|
this.tHorizontalSeparator3.TabStop = false;
|
2021-10-03 17:43:59 +00:00
|
|
|
|
//
|
|
|
|
|
// 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);
|
2021-12-29 20:35:18 +00:00
|
|
|
|
this.flowLayoutPanel1.TabIndex = 1;
|
2021-10-03 17:43:59 +00:00
|
|
|
|
this.flowLayoutPanel1.WrapContents = false;
|
|
|
|
|
//
|
|
|
|
|
// 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
|
|
|
|
|
//
|
2021-12-29 20:35:18 +00:00
|
|
|
|
this.textBox1.AcceptButton = null;
|
2021-10-03 17:43:59 +00:00
|
|
|
|
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);
|
2021-12-29 20:35:18 +00:00
|
|
|
|
this.textBox1.HighlightImage = null;
|
2021-10-03 17:43:59 +00:00
|
|
|
|
this.textBox1.Location = new System.Drawing.Point(111, 9);
|
2021-11-07 15:15:18 +00:00
|
|
|
|
this.textBox1.Margin = new System.Windows.Forms.Padding(10, 0, 0, 10);
|
2021-10-03 17:43:59 +00:00
|
|
|
|
this.textBox1.Name = "textBox1";
|
2021-12-29 20:35:18 +00:00
|
|
|
|
this.textBox1.NormalImage = null;
|
2021-11-07 15:15:18 +00:00
|
|
|
|
this.textBox1.Padding = new System.Windows.Forms.Padding(10, 9, 9, 9);
|
|
|
|
|
this.textBox1.Size = new System.Drawing.Size(334, 34);
|
2021-12-29 20:35:18 +00:00
|
|
|
|
this.textBox1.TabIndex = 0;
|
2021-10-03 17:43:59 +00:00
|
|
|
|
this.textBox1.UseSystemPasswordChar = false;
|
|
|
|
|
//
|
|
|
|
|
// button2
|
|
|
|
|
//
|
2021-12-29 20:35:18 +00:00
|
|
|
|
this.button2.ActiveImage = null;
|
2021-10-03 17:43:59 +00:00
|
|
|
|
this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
|
|
|
this.button2.BackColor = System.Drawing.Color.Transparent;
|
2021-12-29 20:35:18 +00:00
|
|
|
|
this.button2.HoverImage = null;
|
|
|
|
|
this.button2.IdleImage = null;
|
2021-10-03 17:43:59 +00:00
|
|
|
|
this.button2.LabelText = "";
|
|
|
|
|
this.button2.Location = new System.Drawing.Point(12, 705);
|
2021-12-29 20:35:18 +00:00
|
|
|
|
this.button2.Margin = new System.Windows.Forms.Padding(10, 0, 0, 10);
|
2021-10-03 17:43:59 +00:00
|
|
|
|
this.button2.Name = "button2";
|
|
|
|
|
this.button2.Padding = new System.Windows.Forms.Padding(4, 4, 3, 3);
|
|
|
|
|
this.button2.Size = new System.Drawing.Size(37, 37);
|
2021-12-29 20:35:18 +00:00
|
|
|
|
this.button2.TabIndex = 2;
|
2021-10-03 17:43:59 +00:00
|
|
|
|
this.toolTip1.SetToolTip(this.button2, "Options");
|
|
|
|
|
//
|
2021-10-06 11:57:50 +00:00
|
|
|
|
// button3
|
|
|
|
|
//
|
2021-12-29 20:35:18 +00:00
|
|
|
|
this.button3.ActiveImage = null;
|
2021-11-07 13:34:17 +00:00
|
|
|
|
this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
2021-10-06 11:57:50 +00:00
|
|
|
|
this.button3.BackColor = System.Drawing.Color.Transparent;
|
2021-12-29 20:35:18 +00:00
|
|
|
|
this.button3.HoverImage = null;
|
|
|
|
|
this.button3.IdleImage = null;
|
2021-10-06 11:57:50 +00:00
|
|
|
|
this.button3.LabelText = "";
|
2021-11-07 13:34:17 +00:00
|
|
|
|
this.button3.Location = new System.Drawing.Point(53, 705);
|
2021-12-29 20:35:18 +00:00
|
|
|
|
this.button3.Margin = new System.Windows.Forms.Padding(10, 0, 0, 10);
|
2021-10-06 11:57:50 +00:00
|
|
|
|
this.button3.Name = "button3";
|
|
|
|
|
this.button3.Padding = new System.Windows.Forms.Padding(4, 4, 3, 3);
|
2021-11-07 13:34:17 +00:00
|
|
|
|
this.button3.Size = new System.Drawing.Size(35, 37);
|
2021-12-29 20:35:18 +00:00
|
|
|
|
this.button3.TabIndex = 3;
|
2021-10-06 11:57:50 +00:00
|
|
|
|
this.toolTip1.SetToolTip(this.button3, "Refresh");
|
|
|
|
|
//
|
2021-11-03 00:08:07 +00:00
|
|
|
|
// button4
|
|
|
|
|
//
|
2021-12-29 20:35:18 +00:00
|
|
|
|
this.button4.ActiveImage = null;
|
2021-11-03 00:08:07 +00:00
|
|
|
|
this.button4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
|
|
|
this.button4.BackColor = System.Drawing.Color.Transparent;
|
2021-12-29 20:35:18 +00:00
|
|
|
|
this.button4.HoverImage = null;
|
|
|
|
|
this.button4.IdleImage = null;
|
2021-11-03 00:08:07 +00:00
|
|
|
|
this.button4.LabelText = "";
|
2021-11-07 13:34:17 +00:00
|
|
|
|
this.button4.Location = new System.Drawing.Point(94, 705);
|
2021-12-29 20:35:18 +00:00
|
|
|
|
this.button4.Margin = new System.Windows.Forms.Padding(10, 0, 0, 10);
|
2021-11-03 00:08:07 +00:00
|
|
|
|
this.button4.Name = "button4";
|
|
|
|
|
this.button4.Padding = new System.Windows.Forms.Padding(4, 4, 3, 3);
|
|
|
|
|
this.button4.Size = new System.Drawing.Size(37, 37);
|
2021-12-29 20:35:18 +00:00
|
|
|
|
this.button4.TabIndex = 4;
|
2021-11-03 00:08:07 +00:00
|
|
|
|
this.toolTip1.SetToolTip(this.button4, "Next");
|
|
|
|
|
//
|
2021-10-03 17:43:59 +00:00
|
|
|
|
// 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;
|
|
|
|
|
//
|
2021-11-07 15:34:55 +00:00
|
|
|
|
// menuStrip1
|
|
|
|
|
//
|
|
|
|
|
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.fileToolStripMenuItem,
|
|
|
|
|
this.editToolStripMenuItem,
|
|
|
|
|
this.toolStripMenuItem2,
|
|
|
|
|
this.helpToolStripMenuItem});
|
|
|
|
|
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.menuStrip1.Name = "menuStrip1";
|
|
|
|
|
this.menuStrip1.Size = new System.Drawing.Size(464, 24);
|
|
|
|
|
this.menuStrip1.TabIndex = 25;
|
|
|
|
|
this.menuStrip1.Text = "menuStrip1";
|
|
|
|
|
this.menuStrip1.Visible = false;
|
|
|
|
|
//
|
|
|
|
|
// fileToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
|
|
|
|
|
this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
|
|
|
|
|
this.fileToolStripMenuItem.Text = "&File";
|
|
|
|
|
//
|
|
|
|
|
// editToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.refreshToolStripMenuItem,
|
2022-07-06 18:35:01 +00:00
|
|
|
|
this.loadNextFileToolStripMenuItem,
|
|
|
|
|
this.toolStripSeparator1,
|
|
|
|
|
this.toolStripMenuItem3});
|
2021-11-07 15:34:55 +00:00
|
|
|
|
this.editToolStripMenuItem.Name = "editToolStripMenuItem";
|
|
|
|
|
this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 20);
|
|
|
|
|
this.editToolStripMenuItem.Text = "&Edit";
|
|
|
|
|
//
|
|
|
|
|
// refreshToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.refreshToolStripMenuItem.Name = "refreshToolStripMenuItem";
|
|
|
|
|
this.refreshToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F5;
|
2022-07-06 18:35:01 +00:00
|
|
|
|
this.refreshToolStripMenuItem.Size = new System.Drawing.Size(209, 22);
|
2021-11-07 15:34:55 +00:00
|
|
|
|
this.refreshToolStripMenuItem.Text = "&Refresh";
|
|
|
|
|
this.refreshToolStripMenuItem.Click += new System.EventHandler(this.refreshToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// loadNextFileToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.loadNextFileToolStripMenuItem.Name = "loadNextFileToolStripMenuItem";
|
|
|
|
|
this.loadNextFileToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F3;
|
2022-07-06 18:35:01 +00:00
|
|
|
|
this.loadNextFileToolStripMenuItem.Size = new System.Drawing.Size(209, 22);
|
2021-11-07 15:34:55 +00:00
|
|
|
|
this.loadNextFileToolStripMenuItem.Text = "&Load Next File";
|
|
|
|
|
this.loadNextFileToolStripMenuItem.Click += new System.EventHandler(this.loadNextFileToolStripMenuItem_Click);
|
|
|
|
|
//
|
2022-07-06 18:35:01 +00:00
|
|
|
|
// toolStripSeparator1
|
|
|
|
|
//
|
|
|
|
|
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|
|
|
|
this.toolStripSeparator1.Size = new System.Drawing.Size(206, 6);
|
|
|
|
|
//
|
|
|
|
|
// toolStripMenuItem3
|
|
|
|
|
//
|
|
|
|
|
this.toolStripMenuItem3.Name = "toolStripMenuItem3";
|
|
|
|
|
this.toolStripMenuItem3.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Shift | System.Windows.Forms.Keys.F11)));
|
|
|
|
|
this.toolStripMenuItem3.Size = new System.Drawing.Size(209, 22);
|
|
|
|
|
this.toolStripMenuItem3.Text = "&Always On Top";
|
|
|
|
|
this.toolStripMenuItem3.Click += new System.EventHandler(this.toolStripMenuItem3_Click);
|
|
|
|
|
//
|
2021-12-29 20:35:18 +00:00
|
|
|
|
// toolStripMenuItem2
|
|
|
|
|
//
|
|
|
|
|
this.toolStripMenuItem2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.optionsToolStripMenuItem});
|
|
|
|
|
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
|
|
|
|
|
this.toolStripMenuItem2.Size = new System.Drawing.Size(46, 20);
|
|
|
|
|
this.toolStripMenuItem2.Text = "&Tools";
|
|
|
|
|
//
|
|
|
|
|
// optionsToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
|
|
|
|
|
this.optionsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F12)));
|
|
|
|
|
this.optionsToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
|
|
|
|
|
this.optionsToolStripMenuItem.Text = "&Options";
|
|
|
|
|
this.optionsToolStripMenuItem.Click += new System.EventHandler(this.optionsToolStripMenuItem_Click);
|
|
|
|
|
//
|
2021-11-07 15:34:55 +00:00
|
|
|
|
// helpToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.viewHelpToolStripMenuItem,
|
|
|
|
|
this.toolStripMenuItem1,
|
|
|
|
|
this.aboutToolStripMenuItem});
|
|
|
|
|
this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
|
|
|
|
|
this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
|
|
|
|
|
this.helpToolStripMenuItem.Text = "&Help";
|
|
|
|
|
//
|
|
|
|
|
// viewHelpToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.viewHelpToolStripMenuItem.Name = "viewHelpToolStripMenuItem";
|
|
|
|
|
this.viewHelpToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F1;
|
2021-12-29 20:35:18 +00:00
|
|
|
|
this.viewHelpToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
|
2021-11-07 15:34:55 +00:00
|
|
|
|
this.viewHelpToolStripMenuItem.Text = "&View Help";
|
|
|
|
|
this.viewHelpToolStripMenuItem.Click += new System.EventHandler(this.viewHelpToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// toolStripMenuItem1
|
|
|
|
|
//
|
|
|
|
|
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
|
2021-12-29 20:35:18 +00:00
|
|
|
|
this.toolStripMenuItem1.Size = new System.Drawing.Size(143, 6);
|
2021-11-07 15:34:55 +00:00
|
|
|
|
//
|
|
|
|
|
// aboutToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
|
2021-12-29 20:35:18 +00:00
|
|
|
|
this.aboutToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
|
2021-11-07 15:34:55 +00:00
|
|
|
|
this.aboutToolStripMenuItem.Text = "&About";
|
|
|
|
|
this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
|
|
|
|
|
//
|
2021-10-03 17:43:59 +00:00
|
|
|
|
// 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);
|
2021-11-03 00:08:07 +00:00
|
|
|
|
this.Controls.Add(this.button4);
|
2021-10-06 11:57:50 +00:00
|
|
|
|
this.Controls.Add(this.button3);
|
2021-10-03 17:43:59 +00:00
|
|
|
|
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);
|
2021-11-07 15:34:55 +00:00
|
|
|
|
this.Controls.Add(this.menuStrip1);
|
2021-10-03 17:43:59 +00:00
|
|
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
2021-11-07 15:34:55 +00:00
|
|
|
|
this.MainMenuStrip = this.menuStrip1;
|
2021-10-03 17:43:59 +00:00
|
|
|
|
this.Name = "MainForm";
|
|
|
|
|
this.Text = "Video Preview";
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
2021-11-07 15:34:55 +00:00
|
|
|
|
this.menuStrip1.ResumeLayout(false);
|
|
|
|
|
this.menuStrip1.PerformLayout();
|
2021-10-03 17:43:59 +00:00
|
|
|
|
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;
|
2021-10-06 11:57:50 +00:00
|
|
|
|
private RyzStudio.Windows.ThemedForms.TButton button3;
|
2021-11-03 00:08:07 +00:00
|
|
|
|
private RyzStudio.Windows.ThemedForms.TButton button4;
|
2021-11-07 15:34:55 +00:00
|
|
|
|
private System.Windows.Forms.MenuStrip menuStrip1;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem refreshToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem loadNextFileToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem viewHelpToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem optionsToolStripMenuItem;
|
2022-07-06 18:35:01 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem3;
|
2021-10-03 17:43:59 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|