|
|
|
|
|
|
|
|
this.zoom = new Funscripta.Slider(); |
|
|
this.zoom = new Funscripta.Slider(); |
|
|
this.position = new Funscripta.Slider(); |
|
|
this.position = new Funscripta.Slider(); |
|
|
this.track1 = new Funscripta.Track(); |
|
|
this.track1 = new Funscripta.Track(); |
|
|
|
|
|
this.addCurrentVideoToQueueToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
|
|
this.menuStrip1.SuspendLayout(); |
|
|
this.menuStrip1.SuspendLayout(); |
|
|
this.videoPanel.SuspendLayout(); |
|
|
this.videoPanel.SuspendLayout(); |
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); |
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); |
|
|
|
|
|
|
|
|
// |
|
|
// |
|
|
this.viewToolStripMenuItem.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(55)))), ((int)(((byte)(55))))); |
|
|
this.viewToolStripMenuItem.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(55)))), ((int)(((byte)(55))))); |
|
|
this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { |
|
|
this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { |
|
|
this.unpackManagerToolStripMenuItem}); |
|
|
|
|
|
|
|
|
this.unpackManagerToolStripMenuItem, |
|
|
|
|
|
this.addCurrentVideoToQueueToolStripMenuItem}); |
|
|
this.viewToolStripMenuItem.ForeColor = System.Drawing.Color.White; |
|
|
this.viewToolStripMenuItem.ForeColor = System.Drawing.Color.White; |
|
|
this.viewToolStripMenuItem.Name = "viewToolStripMenuItem"; |
|
|
this.viewToolStripMenuItem.Name = "viewToolStripMenuItem"; |
|
|
this.viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20); |
|
|
this.viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20); |
|
|
|
|
|
|
|
|
this.unpackManagerToolStripMenuItem.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(55)))), ((int)(((byte)(55))))); |
|
|
this.unpackManagerToolStripMenuItem.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(55)))), ((int)(((byte)(55))))); |
|
|
this.unpackManagerToolStripMenuItem.ForeColor = System.Drawing.Color.White; |
|
|
this.unpackManagerToolStripMenuItem.ForeColor = System.Drawing.Color.White; |
|
|
this.unpackManagerToolStripMenuItem.Name = "unpackManagerToolStripMenuItem"; |
|
|
this.unpackManagerToolStripMenuItem.Name = "unpackManagerToolStripMenuItem"; |
|
|
this.unpackManagerToolStripMenuItem.Size = new System.Drawing.Size(166, 22); |
|
|
|
|
|
|
|
|
this.unpackManagerToolStripMenuItem.Size = new System.Drawing.Size(219, 22); |
|
|
this.unpackManagerToolStripMenuItem.Text = "Unpack-Manager"; |
|
|
this.unpackManagerToolStripMenuItem.Text = "Unpack-Manager"; |
|
|
this.unpackManagerToolStripMenuItem.Click += new System.EventHandler(this.unpackManagerToolStripMenuItem_Click); |
|
|
this.unpackManagerToolStripMenuItem.Click += new System.EventHandler(this.unpackManagerToolStripMenuItem_Click); |
|
|
// |
|
|
// |
|
|
|
|
|
|
|
|
// framesPerStep |
|
|
// framesPerStep |
|
|
// |
|
|
// |
|
|
this.framesPerStep.BackColor = System.Drawing.Color.White; |
|
|
this.framesPerStep.BackColor = System.Drawing.Color.White; |
|
|
|
|
|
this.framesPerStep.Font = new System.Drawing.Font("Segoe UI", 9F); |
|
|
this.framesPerStep.Name = "framesPerStep"; |
|
|
this.framesPerStep.Name = "framesPerStep"; |
|
|
this.framesPerStep.Size = new System.Drawing.Size(100, 23); |
|
|
this.framesPerStep.Size = new System.Drawing.Size(100, 23); |
|
|
this.framesPerStep.Text = "1"; |
|
|
this.framesPerStep.Text = "1"; |
|
|
|
|
|
|
|
|
this.track1.Size = new System.Drawing.Size(776, 46); |
|
|
this.track1.Size = new System.Drawing.Size(776, 46); |
|
|
this.track1.TabIndex = 3; |
|
|
this.track1.TabIndex = 3; |
|
|
// |
|
|
// |
|
|
|
|
|
// addCurrentVideoToQueueToolStripMenuItem |
|
|
|
|
|
// |
|
|
|
|
|
this.addCurrentVideoToQueueToolStripMenuItem.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(55)))), ((int)(((byte)(55))))); |
|
|
|
|
|
this.addCurrentVideoToQueueToolStripMenuItem.ForeColor = System.Drawing.Color.White; |
|
|
|
|
|
this.addCurrentVideoToQueueToolStripMenuItem.Name = "addCurrentVideoToQueueToolStripMenuItem"; |
|
|
|
|
|
this.addCurrentVideoToQueueToolStripMenuItem.Size = new System.Drawing.Size(219, 22); |
|
|
|
|
|
this.addCurrentVideoToQueueToolStripMenuItem.Text = "Add current video to queue"; |
|
|
|
|
|
this.addCurrentVideoToQueueToolStripMenuItem.Click += new System.EventHandler(this.addCurrentVideoToQueueToolStripMenuItem_Click); |
|
|
|
|
|
// |
|
|
// Form1 |
|
|
// Form1 |
|
|
// |
|
|
// |
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
|
|
|
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem undo; |
|
|
private System.Windows.Forms.ToolStripMenuItem undo; |
|
|
private System.Windows.Forms.ToolStripMenuItem redo; |
|
|
private System.Windows.Forms.ToolStripMenuItem redo; |
|
|
private System.Windows.Forms.ToolStripMenuItem redoAlt; |
|
|
private System.Windows.Forms.ToolStripMenuItem redoAlt; |
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem addCurrentVideoToQueueToolStripMenuItem; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|