diff --git a/MainForm.Designer.cs b/MainForm.Designer.cs index 7efada8..dca9d23 100644 --- a/MainForm.Designer.cs +++ b/MainForm.Designer.cs @@ -53,12 +53,12 @@ namespace VideoPreview this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.refreshToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.loadNextFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem(); + this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 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(); - this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem(); - this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.menuStrip1.SuspendLayout(); this.SuspendLayout(); @@ -88,19 +88,18 @@ namespace VideoPreview // // button1 // + this.button1.ActiveImage = null; 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.HoverImage = null; + this.button1.IdleImage = null; this.button1.LabelText = "&Close"; this.button1.Location = new System.Drawing.Point(296, 705); - this.button1.Margin = new System.Windows.Forms.Padding(10, 0, 10, 10); + this.button1.Margin = new System.Windows.Forms.Padding(10, 0, 0, 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.TabIndex = 5; this.button1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.button1_MouseClick); // // tHorizontalSeparator1 @@ -118,6 +117,7 @@ namespace VideoPreview this.tHorizontalSeparator1.Padding = new System.Windows.Forms.Padding(0, 10, 0, 10); this.tHorizontalSeparator1.Size = new System.Drawing.Size(454, 22); this.tHorizontalSeparator1.TabIndex = 9; + this.tHorizontalSeparator1.TabStop = false; this.tHorizontalSeparator1.DragDrop += new System.Windows.Forms.DragEventHandler(this.Form1_DragDrop); this.tHorizontalSeparator1.DragOver += new System.Windows.Forms.DragEventHandler(this.Form1_DragOver); // @@ -136,6 +136,7 @@ namespace VideoPreview this.tHorizontalSeparator3.Padding = new System.Windows.Forms.Padding(0, 10, 0, 10); this.tHorizontalSeparator3.Size = new System.Drawing.Size(454, 22); this.tHorizontalSeparator3.TabIndex = 13; + this.tHorizontalSeparator3.TabStop = false; // // flowLayoutPanel1 // @@ -147,7 +148,7 @@ namespace VideoPreview 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.TabIndex = 1; 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); @@ -166,62 +167,70 @@ namespace VideoPreview // // textBox1 // + this.textBox1.AcceptButton = null; 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 = null; this.textBox1.Location = new System.Drawing.Point(111, 9); this.textBox1.Margin = new System.Windows.Forms.Padding(10, 0, 0, 10); this.textBox1.Name = "textBox1"; + this.textBox1.NormalImage = null; this.textBox1.Padding = new System.Windows.Forms.Padding(10, 9, 9, 9); this.textBox1.Size = new System.Drawing.Size(334, 34); - this.textBox1.SubmitButton = null; - this.textBox1.TabIndex = 16; + this.textBox1.TabIndex = 0; this.textBox1.UseSystemPasswordChar = false; // // button2 // + this.button2.ActiveImage = null; 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.IsSelected = false; + this.button2.HoverImage = null; + this.button2.IdleImage = null; this.button2.LabelText = ""; this.button2.Location = new System.Drawing.Point(12, 705); - this.button2.Margin = new System.Windows.Forms.Padding(10, 0, 10, 10); + this.button2.Margin = new System.Windows.Forms.Padding(10, 0, 0, 10); 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); - this.button2.TabIndex = 17; + this.button2.TabIndex = 2; this.toolTip1.SetToolTip(this.button2, "Options"); this.button2.MouseClick += new System.Windows.Forms.MouseEventHandler(this.button2_MouseClick); // // button3 // + this.button3.ActiveImage = null; this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.button3.BackColor = System.Drawing.Color.Transparent; - this.button3.IsSelected = false; + this.button3.HoverImage = null; + this.button3.IdleImage = null; this.button3.LabelText = ""; this.button3.Location = new System.Drawing.Point(53, 705); - this.button3.Margin = new System.Windows.Forms.Padding(10, 0, 10, 10); + this.button3.Margin = new System.Windows.Forms.Padding(10, 0, 0, 10); this.button3.Name = "button3"; this.button3.Padding = new System.Windows.Forms.Padding(4, 4, 3, 3); this.button3.Size = new System.Drawing.Size(35, 37); - this.button3.TabIndex = 23; + this.button3.TabIndex = 3; this.toolTip1.SetToolTip(this.button3, "Refresh"); this.button3.MouseClick += new System.Windows.Forms.MouseEventHandler(this.button3_MouseClick); // // button4 // + this.button4.ActiveImage = null; this.button4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.button4.BackColor = System.Drawing.Color.Transparent; - this.button4.IsSelected = false; + this.button4.HoverImage = null; + this.button4.IdleImage = null; this.button4.LabelText = ""; this.button4.Location = new System.Drawing.Point(94, 705); - this.button4.Margin = new System.Windows.Forms.Padding(10, 0, 10, 10); + this.button4.Margin = new System.Windows.Forms.Padding(10, 0, 0, 10); 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); - this.button4.TabIndex = 24; + this.button4.TabIndex = 4; this.toolTip1.SetToolTip(this.button4, "Next"); this.button4.MouseClick += new System.Windows.Forms.MouseEventHandler(this.button4_MouseClick); // @@ -320,6 +329,22 @@ namespace VideoPreview this.loadNextFileToolStripMenuItem.Text = "&Load Next File"; this.loadNextFileToolStripMenuItem.Click += new System.EventHandler(this.loadNextFileToolStripMenuItem_Click); // + // 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); + // // helpToolStripMenuItem // this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { @@ -334,38 +359,22 @@ namespace VideoPreview // this.viewHelpToolStripMenuItem.Name = "viewHelpToolStripMenuItem"; this.viewHelpToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F1; - this.viewHelpToolStripMenuItem.Size = new System.Drawing.Size(180, 22); + this.viewHelpToolStripMenuItem.Size = new System.Drawing.Size(146, 22); this.viewHelpToolStripMenuItem.Text = "&View Help"; this.viewHelpToolStripMenuItem.Click += new System.EventHandler(this.viewHelpToolStripMenuItem_Click); // // toolStripMenuItem1 // this.toolStripMenuItem1.Name = "toolStripMenuItem1"; - this.toolStripMenuItem1.Size = new System.Drawing.Size(177, 6); + this.toolStripMenuItem1.Size = new System.Drawing.Size(143, 6); // // aboutToolStripMenuItem // this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem"; - this.aboutToolStripMenuItem.Size = new System.Drawing.Size(180, 22); + this.aboutToolStripMenuItem.Size = new System.Drawing.Size(146, 22); this.aboutToolStripMenuItem.Text = "&About"; this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click); // - // 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(180, 22); - this.optionsToolStripMenuItem.Text = "&Options"; - this.optionsToolStripMenuItem.Click += new System.EventHandler(this.optionsToolStripMenuItem_Click); - // // MainForm // this.AllowDrop = true; diff --git a/MainForm.cs b/MainForm.cs index a845e27..f2fab00 100644 --- a/MainForm.cs +++ b/MainForm.cs @@ -27,20 +27,15 @@ namespace VideoPreview { InitializeComponent(); - textBox1.NormalImage = UIcon.GetIcon("file", 16, UIcon.IconState.Idle); - textBox1.HighlightImage = UIcon.GetIcon("file", 16, UIcon.IconState.Hover); - button2.DefaultImage = button2.DownImage = UIcon.GetIcon("settings", 16, UIcon.IconState.Idle); - button2.OverImage = UIcon.GetIcon("settings", 16, UIcon.IconState.Hover); - button3.DefaultImage = button3.DownImage = UIcon.GetIcon("refresh-cw", 16, UIcon.IconState.Idle); - button3.OverImage = UIcon.GetIcon("refresh-cw", 16, UIcon.IconState.Hover); - button4.DefaultImage = button4.DownImage = UIcon.GetIcon("arrow-right-circle", 16, UIcon.IconState.Idle); - button4.OverImage = UIcon.GetIcon("arrow-right-circle", 16, UIcon.IconState.Hover); + button2.SetIcon("settings"); + button3.SetIcon("refresh-cw"); + button4.SetIcon("arrow-right-circle"); randy = new Random(); - textBox1.InnerTextBox.ReadOnly = true; - textBox1.InnerTextBox.BackColor = Color.White; - textBox1.InnerTextBox.TextChanged += textBox1_TextChanged; + textBox1.TextBox.ReadOnly = true; + textBox1.TextBox.BackColor = Color.White; + textBox1.TextBox.TextChanged += textBox1_TextChanged; } protected override void OnLoad(EventArgs e) @@ -50,7 +45,6 @@ namespace VideoPreview textBox1_TextChanged(null, null); } - protected override void OnFormClosing(FormClosingEventArgs e) { if (this.IsBusy) @@ -279,7 +273,7 @@ namespace VideoPreview Padding = new Padding(0), SizeMode = PictureBoxSizeMode.Zoom, Width = width, - Height = height, + Height = height }; imageBox.Load(filename); diff --git a/MainForm.resx b/MainForm.resx index 715cf87..bf09450 100644 --- a/MainForm.resx +++ b/MainForm.resx @@ -1,64 +1,4 @@ - - - + @@ -117,13 +57,12 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + 17, 17 - - + + 114, 17 - + diff --git a/OptionsForm.cs b/OptionsForm.cs index 8776655..ebc19be 100644 --- a/OptionsForm.cs +++ b/OptionsForm.cs @@ -32,26 +32,26 @@ namespace VideoPreview this.tHorizontalSeparator2 = new RyzStudio.Windows.Forms.THorizontalSeparator(); this.pickerBox2 = new RyzStudio.Windows.ThemedForms.TNumericPickerBox(); this.SuspendLayout(); - // + // // button1 - // + // + this.button1.ActiveImage = null; 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.HoverImage = null; + this.button1.IdleImage = null; this.button1.LabelText = "&Save"; this.button1.Location = new System.Drawing.Point(241, 469); - this.button1.Margin = new System.Windows.Forms.Padding(10); + this.button1.Margin = new System.Windows.Forms.Padding(10, 0, 0, 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(128, 32); - this.button1.TabIndex = 173; + this.button1.TabIndex = 2; this.button1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.button1_MouseClick); - // + // // pickerBox1 - // + // + this.pickerBox1.AcceptButton = null; this.pickerBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.pickerBox1.BackColor = System.Drawing.Color.Transparent; this.pickerBox1.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); @@ -59,13 +59,12 @@ namespace VideoPreview this.pickerBox1.Margin = new System.Windows.Forms.Padding(10, 4, 10, 4); this.pickerBox1.Name = "pickerBox1"; this.pickerBox1.Padding = new System.Windows.Forms.Padding(10, 6, 7, 5); - this.pickerBox1.Size = new System.Drawing.Size(84, 34); - this.pickerBox1.SubmitButton = null; - this.pickerBox1.TabIndex = 183; + this.pickerBox1.Size = new System.Drawing.Size(84, 35); + this.pickerBox1.TabIndex = 0; this.pickerBox1.Value = true; - // + // // label6 - // + // this.label6.AutoSize = true; this.label6.BackColor = System.Drawing.Color.Transparent; this.label6.ForeColor = System.Drawing.SystemColors.ControlText; @@ -77,9 +76,9 @@ namespace VideoPreview this.label6.TabIndex = 182; this.label6.Text = "Generate No. Frames"; this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; - // + // // label8 - // + // this.label8.AutoSize = true; this.label8.BackColor = System.Drawing.Color.Transparent; this.label8.ForeColor = System.Drawing.SystemColors.ControlText; @@ -91,41 +90,44 @@ namespace VideoPreview this.label8.TabIndex = 186; this.label8.Text = "Always-On-Top"; this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; - // + // // tHorizontalSeparator1 - // - this.tHorizontalSeparator1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) + // + this.tHorizontalSeparator1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | 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(10, 437); - this.tHorizontalSeparator1.Margin = new System.Windows.Forms.Padding(10, 0, 10, 0); + this.tHorizontalSeparator1.Margin = new System.Windows.Forms.Padding(5, 0, 5, 10); this.tHorizontalSeparator1.MaximumSize = new System.Drawing.Size(4920, 2); 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(364, 22); this.tHorizontalSeparator1.TabIndex = 188; - // + this.tHorizontalSeparator1.TabStop = false; + // // tHorizontalSeparator2 - // - this.tHorizontalSeparator2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + // + this.tHorizontalSeparator2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tHorizontalSeparator2.AutoScrollMargin = new System.Drawing.Size(0, 0); this.tHorizontalSeparator2.AutoScrollMinSize = new System.Drawing.Size(0, 0); this.tHorizontalSeparator2.BackColor = System.Drawing.Color.Transparent; this.tHorizontalSeparator2.Location = new System.Drawing.Point(10, 59); - this.tHorizontalSeparator2.Margin = new System.Windows.Forms.Padding(10, 0, 10, 0); + this.tHorizontalSeparator2.Margin = new System.Windows.Forms.Padding(5, 0, 5, 10); this.tHorizontalSeparator2.MaximumSize = new System.Drawing.Size(4920, 2); this.tHorizontalSeparator2.MinimumSize = new System.Drawing.Size(0, 22); this.tHorizontalSeparator2.Name = "tHorizontalSeparator2"; this.tHorizontalSeparator2.Padding = new System.Windows.Forms.Padding(0, 10, 0, 10); this.tHorizontalSeparator2.Size = new System.Drawing.Size(364, 22); this.tHorizontalSeparator2.TabIndex = 190; - // + this.tHorizontalSeparator2.TabStop = false; + // // pickerBox2 - // + // + this.pickerBox2.AcceptButton = null; this.pickerBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.pickerBox2.BackColor = System.Drawing.Color.Transparent; this.pickerBox2.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); @@ -133,13 +135,12 @@ namespace VideoPreview this.pickerBox2.Margin = new System.Windows.Forms.Padding(10, 4, 10, 4); this.pickerBox2.Name = "pickerBox2"; this.pickerBox2.Padding = new System.Windows.Forms.Padding(10, 6, 7, 5); - this.pickerBox2.Size = new System.Drawing.Size(84, 34); - this.pickerBox2.SubmitButton = null; - this.pickerBox2.TabIndex = 193; + this.pickerBox2.Size = new System.Drawing.Size(84, 35); + this.pickerBox2.TabIndex = 1; this.pickerBox2.Value = 0; - // + // // OptionsForm - // + // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(384, 521); diff --git a/References/RyzStudio3.dll b/References/RyzStudio3.dll index 4d9321c..5d47959 100644 Binary files a/References/RyzStudio3.dll and b/References/RyzStudio3.dll differ diff --git a/Resources/arrow-right-circle-2.png b/Resources/arrow-right-circle-2.png index bde1708..528ee0a 100644 Binary files a/Resources/arrow-right-circle-2.png and b/Resources/arrow-right-circle-2.png differ diff --git a/Resources/arrow-right-circle-3.png b/Resources/arrow-right-circle-3.png new file mode 100644 index 0000000..a0d41c9 Binary files /dev/null and b/Resources/arrow-right-circle-3.png differ diff --git a/Resources/arrow-right-circle.png b/Resources/arrow-right-circle.png index 01f3573..1053f9a 100644 Binary files a/Resources/arrow-right-circle.png and b/Resources/arrow-right-circle.png differ diff --git a/Resources/file-2.png b/Resources/file-2.png index 704a111..e5069dd 100644 Binary files a/Resources/file-2.png and b/Resources/file-2.png differ diff --git a/Resources/file-3.png b/Resources/file-3.png new file mode 100644 index 0000000..4c0d050 Binary files /dev/null and b/Resources/file-3.png differ diff --git a/Resources/file.png b/Resources/file.png index d57f91f..04b18b8 100644 Binary files a/Resources/file.png and b/Resources/file.png differ diff --git a/Resources/refresh-cw-2.png b/Resources/refresh-cw-2.png index d10f3d2..0a5478d 100644 Binary files a/Resources/refresh-cw-2.png and b/Resources/refresh-cw-2.png differ diff --git a/Resources/refresh-cw-3.png b/Resources/refresh-cw-3.png new file mode 100644 index 0000000..fd8eebe Binary files /dev/null and b/Resources/refresh-cw-3.png differ diff --git a/Resources/refresh-cw.png b/Resources/refresh-cw.png index 187e7ba..cda9573 100644 Binary files a/Resources/refresh-cw.png and b/Resources/refresh-cw.png differ diff --git a/Resources/settings-2.png b/Resources/settings-2.png index b349e57..c537dae 100644 Binary files a/Resources/settings-2.png and b/Resources/settings-2.png differ diff --git a/Resources/settings-3.png b/Resources/settings-3.png new file mode 100644 index 0000000..7d762c3 Binary files /dev/null and b/Resources/settings-3.png differ diff --git a/Resources/settings.png b/Resources/settings.png index 2d8003f..e0d4aa4 100644 Binary files a/Resources/settings.png and b/Resources/settings.png differ diff --git a/UIResource.Designer.cs b/UIResource.Designer.cs index 2df38e8..9cf82dd 100644 --- a/UIResource.Designer.cs +++ b/UIResource.Designer.cs @@ -73,9 +73,9 @@ namespace VideoPreview { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap arrow_right_circle_2 { + public static System.Drawing.Bitmap arrow_right_circle_3 { get { - object obj = ResourceManager.GetObject("arrow_right_circle_2", resourceCulture); + object obj = ResourceManager.GetObject("arrow_right_circle_3", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } @@ -123,9 +123,9 @@ namespace VideoPreview { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap refresh_cw_2 { + public static System.Drawing.Bitmap refresh_cw_3 { get { - object obj = ResourceManager.GetObject("refresh_cw_2", resourceCulture); + object obj = ResourceManager.GetObject("refresh_cw_3", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } @@ -143,9 +143,9 @@ namespace VideoPreview { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap settings_2 { + public static System.Drawing.Bitmap settings_3 { get { - object obj = ResourceManager.GetObject("settings_2", resourceCulture); + object obj = ResourceManager.GetObject("settings_3", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } diff --git a/UIResource.resx b/UIResource.resx index 1f0b7eb..e1dba47 100644 --- a/UIResource.resx +++ b/UIResource.resx @@ -121,8 +121,8 @@ Resources\arrow-right-circle.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - Resources\arrow-right-circle-2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + Resources\arrow-right-circle-3.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a Resources\file.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @@ -136,13 +136,13 @@ Resources\refresh-cw.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - Resources\refresh-cw-2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + Resources\refresh-cw-3.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a Resources\settings.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - Resources\settings-2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + Resources\settings-3.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a \ No newline at end of file diff --git a/VideoPreview.csproj b/VideoPreview.csproj index 3481123..f39b59b 100644 --- a/VideoPreview.csproj +++ b/VideoPreview.csproj @@ -11,7 +11,7 @@ Ray Lam favicon.ico true - 0.1.2.007 + 0.1.2.039 @@ -40,6 +40,18 @@ + + + + + + + + + + + + @@ -80,6 +92,12 @@ + + + References\RyzStudio3.dll + + + True @@ -104,10 +122,4 @@ - - - References\RyzStudio3.dll - - - \ No newline at end of file