diff --git a/MTC Timecode for Companion/Form1.Designer.cs b/MTC Timecode for Companion/Form1.Designer.cs
index 6795916..59ad39c 100644
--- a/MTC Timecode for Companion/Form1.Designer.cs
+++ b/MTC Timecode for Companion/Form1.Designer.cs
@@ -42,23 +42,31 @@ private void InitializeComponent()
this.inputdevice = new System.Windows.Forms.ToolStripComboBox();
this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
this.fpsDropdown = new System.Windows.Forms.ToolStripComboBox();
- this.applyTCbutton = new System.Windows.Forms.ToolStripButton();
- this.toggleTimecodeButton = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
- this.warningFlashTimer = new System.Windows.Forms.Timer(this.components);
this.toolStripLabel3 = new System.Windows.Forms.ToolStripLabel();
this.companionIPbox = new System.Windows.Forms.ToolStripTextBox();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
+ this.applyTCbutton = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
+ this.toggleTimecodeButton = new System.Windows.Forms.ToolStripButton();
+ this.warningFlashTimer = new System.Windows.Forms.Timer(this.components);
+ this.splitContainer1 = new System.Windows.Forms.SplitContainer();
+ this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
+ this.deleteSelectedItemInListToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.toolStrip1.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
+ this.splitContainer1.Panel1.SuspendLayout();
+ this.splitContainer1.Panel2.SuspendLayout();
+ this.splitContainer1.SuspendLayout();
this.SuspendLayout();
//
// timecode_lbl
//
+ this.timecode_lbl.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
this.timecode_lbl.AutoSize = true;
this.timecode_lbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.timecode_lbl.Location = new System.Drawing.Point(12, 37);
+ this.timecode_lbl.Location = new System.Drawing.Point(223, 3);
this.timecode_lbl.Name = "timecode_lbl";
this.timecode_lbl.Size = new System.Drawing.Size(210, 39);
this.timecode_lbl.TabIndex = 2;
@@ -74,10 +82,11 @@ private void InitializeComponent()
this.dataGridView1.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.SingleHorizontal;
this.dataGridView1.ColumnHeadersHeight = 30;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dataGridView1.Location = new System.Drawing.Point(12, 174);
+ this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.dataGridView1.Location = new System.Drawing.Point(0, 0);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- this.dataGridView1.Size = new System.Drawing.Size(670, 300);
+ this.dataGridView1.Size = new System.Drawing.Size(654, 264);
this.dataGridView1.TabIndex = 4;
//
// toolStrip1
@@ -98,7 +107,7 @@ private void InitializeComponent()
this.toggleTimecodeButton});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
- this.toolStrip1.Size = new System.Drawing.Size(694, 25);
+ this.toolStrip1.Size = new System.Drawing.Size(654, 25);
this.toolStrip1.TabIndex = 7;
this.toolStrip1.Text = "toolStrip1";
//
@@ -107,7 +116,9 @@ private void InitializeComponent()
this.toolStripDropDownButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.toolStripDropDownButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.openProjectToolStripMenuItem,
- this.saveProjectToolStripMenuItem});
+ this.saveProjectToolStripMenuItem,
+ this.toolStripSeparator5,
+ this.deleteSelectedItemInListToolStripMenuItem});
this.toolStripDropDownButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton1.Image")));
this.toolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripDropDownButton1.Name = "toolStripDropDownButton1";
@@ -117,14 +128,14 @@ private void InitializeComponent()
// openProjectToolStripMenuItem
//
this.openProjectToolStripMenuItem.Name = "openProjectToolStripMenuItem";
- this.openProjectToolStripMenuItem.Size = new System.Drawing.Size(143, 22);
+ this.openProjectToolStripMenuItem.Size = new System.Drawing.Size(211, 22);
this.openProjectToolStripMenuItem.Text = "Open Project";
this.openProjectToolStripMenuItem.Click += new System.EventHandler(this.OpenProjectToolStripMenuItem_Click);
//
// saveProjectToolStripMenuItem
//
this.saveProjectToolStripMenuItem.Name = "saveProjectToolStripMenuItem";
- this.saveProjectToolStripMenuItem.Size = new System.Drawing.Size(143, 22);
+ this.saveProjectToolStripMenuItem.Size = new System.Drawing.Size(211, 22);
this.saveProjectToolStripMenuItem.Text = "Save Project";
this.saveProjectToolStripMenuItem.Click += new System.EventHandler(this.SaveProjectToolStripMenuItem_Click);
//
@@ -162,10 +173,32 @@ private void InitializeComponent()
"50",
"60"});
this.fpsDropdown.Name = "fpsDropdown";
- this.fpsDropdown.Size = new System.Drawing.Size(50, 25);
+ this.fpsDropdown.Size = new System.Drawing.Size(50, 23);
this.fpsDropdown.Click += new System.EventHandler(this.ToolStripButton1_Click_1);
this.fpsDropdown.TextChanged += new System.EventHandler(this.FpsDropdown_TextChanged);
//
+ // toolStripSeparator2
+ //
+ this.toolStripSeparator2.Name = "toolStripSeparator2";
+ this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
+ //
+ // toolStripLabel3
+ //
+ this.toolStripLabel3.Name = "toolStripLabel3";
+ this.toolStripLabel3.Size = new System.Drawing.Size(86, 22);
+ this.toolStripLabel3.Text = "Companion IP:";
+ //
+ // companionIPbox
+ //
+ this.companionIPbox.Font = new System.Drawing.Font("Segoe UI", 9F);
+ this.companionIPbox.Name = "companionIPbox";
+ this.companionIPbox.Size = new System.Drawing.Size(100, 25);
+ //
+ // toolStripSeparator3
+ //
+ this.toolStripSeparator3.Name = "toolStripSeparator3";
+ this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
+ //
// applyTCbutton
//
this.applyTCbutton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
@@ -176,6 +209,11 @@ private void InitializeComponent()
this.applyTCbutton.Text = "Apply and lock";
this.applyTCbutton.Click += new System.EventHandler(this.ApplyTCbutton_Click);
//
+ // toolStripSeparator4
+ //
+ this.toolStripSeparator4.Name = "toolStripSeparator4";
+ this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
+ //
// toggleTimecodeButton
//
this.toggleTimecodeButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
@@ -183,56 +221,64 @@ private void InitializeComponent()
this.toggleTimecodeButton.Image = ((System.Drawing.Image)(resources.GetObject("toggleTimecodeButton.Image")));
this.toggleTimecodeButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toggleTimecodeButton.Name = "toggleTimecodeButton";
- this.toggleTimecodeButton.Size = new System.Drawing.Size(46, 22);
+ this.toggleTimecodeButton.Size = new System.Drawing.Size(46, 19);
this.toggleTimecodeButton.Text = "Toggle";
this.toggleTimecodeButton.Click += new System.EventHandler(this.ToolStripButton1_Click_1);
//
- // toolStripSeparator2
- //
- this.toolStripSeparator2.Name = "toolStripSeparator2";
- this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
- //
// warningFlashTimer
//
this.warningFlashTimer.Tick += new System.EventHandler(this.WarningFlashTimer_Tick);
//
- // toolStripLabel3
+ // splitContainer1
//
- this.toolStripLabel3.Name = "toolStripLabel3";
- this.toolStripLabel3.Size = new System.Drawing.Size(86, 22);
- this.toolStripLabel3.Text = "Companion IP:";
+ this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.splitContainer1.Location = new System.Drawing.Point(0, 25);
+ this.splitContainer1.Name = "splitContainer1";
+ this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
- // companionIPbox
+ // splitContainer1.Panel1
//
- this.companionIPbox.Font = new System.Drawing.Font("Segoe UI", 9F);
- this.companionIPbox.Name = "companionIPbox";
- this.companionIPbox.Size = new System.Drawing.Size(100, 25);
+ this.splitContainer1.Panel1.Controls.Add(this.timecode_lbl);
//
- // toolStripSeparator3
+ // splitContainer1.Panel2
//
- this.toolStripSeparator3.Name = "toolStripSeparator3";
- this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
+ this.splitContainer1.Panel2.Controls.Add(this.dataGridView1);
+ this.splitContainer1.Size = new System.Drawing.Size(654, 536);
+ this.splitContainer1.SplitterDistance = 268;
+ this.splitContainer1.TabIndex = 8;
//
- // toolStripSeparator4
+ // toolStripSeparator5
//
- this.toolStripSeparator4.Name = "toolStripSeparator4";
- this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
+ this.toolStripSeparator5.Name = "toolStripSeparator5";
+ this.toolStripSeparator5.Size = new System.Drawing.Size(208, 6);
+ //
+ // deleteSelectedItemInListToolStripMenuItem
+ //
+ this.deleteSelectedItemInListToolStripMenuItem.Name = "deleteSelectedItemInListToolStripMenuItem";
+ this.deleteSelectedItemInListToolStripMenuItem.Size = new System.Drawing.Size(211, 22);
+ this.deleteSelectedItemInListToolStripMenuItem.Text = "Delete selected item in list";
+ this.deleteSelectedItemInListToolStripMenuItem.Click += new System.EventHandler(this.deleteSelectedItemInListToolStripMenuItem_Click);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(694, 486);
+ this.ClientSize = new System.Drawing.Size(654, 561);
+ this.Controls.Add(this.splitContainer1);
this.Controls.Add(this.toolStrip1);
- this.Controls.Add(this.dataGridView1);
- this.Controls.Add(this.timecode_lbl);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
+ this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
+ this.MinimumSize = new System.Drawing.Size(670, 600);
this.Name = "Form1";
this.Text = "MTC Timecode for Companion";
this.Load += new System.EventHandler(this.Form1_Load);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
+ this.splitContainer1.Panel1.ResumeLayout(false);
+ this.splitContainer1.Panel1.PerformLayout();
+ this.splitContainer1.Panel2.ResumeLayout(false);
+ ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
+ this.splitContainer1.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
@@ -259,6 +305,9 @@ private void InitializeComponent()
private System.Windows.Forms.ToolStripTextBox companionIPbox;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
+ private System.Windows.Forms.SplitContainer splitContainer1;
+ private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
+ private System.Windows.Forms.ToolStripMenuItem deleteSelectedItemInListToolStripMenuItem;
}
}
diff --git a/MTC Timecode for Companion/Form1.cs b/MTC Timecode for Companion/Form1.cs
index 673a668..d9f10db 100644
--- a/MTC Timecode for Companion/Form1.cs
+++ b/MTC Timecode for Companion/Form1.cs
@@ -36,6 +36,11 @@ public Form1()
private void Form1_Load(object sender, EventArgs e)
{
+ //GUI
+ splitContainer1.SplitterDistance = 45;
+ splitContainer1.FixedPanel = FixedPanel.Panel1;
+
+
nextEvent.Hour = 99;
nextEvent.Minute = 99;
nextEvent.Second = 99;
@@ -279,5 +284,27 @@ private void WarningFlashTimer_Tick(object sender, EventArgs e)
{
timecode_lbl.ForeColor = ((timecode_lbl.ForeColor == Color.Red) ? Color.Black : Color.Red);
}
+
+ private void deleteSelectedItemInListToolStripMenuItem_Click(object sender, EventArgs e)
+ {
+ try
+ {
+ string box_msg = ("Do you want to DELETE this row from the cue list?");
+ string box_title = "Are you sure?";
+ DialogResult result = MessageBox.Show(box_msg, box_title, MessageBoxButtons.YesNo, MessageBoxIcon.Warning);
+ if (result == DialogResult.Yes)
+ {
+
+ data.TimecodeEventList.RemoveAt(dataGridView1.CurrentCell.RowIndex);
+ ReloadDataGridView();
+
+
+ }
+ }
+ catch
+ {
+ MessageBox.Show("No row was selected, or there was a problem deleting the row.", "No row selected", MessageBoxButtons.OK, MessageBoxIcon.Exclamation);
+ }
+ }
}
}
diff --git a/MTC Timecode for Companion/Form1.resx b/MTC Timecode for Companion/Form1.resx
index 579fa61..377981a 100644
--- a/MTC Timecode for Companion/Form1.resx
+++ b/MTC Timecode for Companion/Form1.resx
@@ -172,4 +172,86 @@
214, 17
+
+
+ AAABAAEAAAAAAAEAIAAtEgAAFgAAAIlQTkcNChoKAAAADUlIRFIAAAEAAAABAAgEAAAA9ntg7QAAAAFv
+ ck5UAc+id5oAABHnSURBVHja7Z17sFVVHcfXfb8OKCmv1HwgoeBIIZkiUFMjao5YaeYfpTRiNqnZoKZp
+ +h01x9RoatJ0ykTENJ1yxNJBJxAQH5mmkqDZDKhoAaLoVQQc8dc+93Av996zH2vvvR6/tfc6v+Fyzz37
+ nrPO/X5+6/Fbv/U7gkT5DAOs/ic1E/2+03mLbOdQOij4V9FqI0suPiLFF4PuGRbfmHnxI/1et/zg8Dep
+ lLjbD/f9EolfHgDCxaVB/4uyiV8OACBlpsZ8cPv7VEosvihrt18OAORH9tKKX1wA0k7rSip+MQGwMad3
+ VPziAcBLfCdiLBUvfnnFLw4A8B1/eQHg5vlw6+9X8X5fXvFdBsCLX2IAuEnvrPguAsBPfNHg9ByqUgjx
+ rd0a4PokuuLFzy5+AzWQ6wC0evHLKz7/lDB48fXawbjdi59O/MbCiC9oDgjdXnz5WyMVR/4u3BPIzxEA
+ ruIXyvePxgs98nMDADzlb0RT4PvF2Te9faf4vADw4huxyXi+n/xcAGAtfkOB5L8SOwbIzwEAcJ3vN1Fz
+ ocSfhAcGiW8bALAVXzRRsTp+QbNDxLcJALjO9htEM5oD+Ysk/t64P0J+Et1e/IHitxRMfEGnoTtC/Kp1
+ e/GL6/mC9sUfI6U3DwBzz28umPjVcf+tBPnNAcBU+mCpV0jPFzQC9yWKbwYAcBa/hVoKKL6gn2CTlPy6
+ AWAsflMgfmsBu31B07BMUny9ALCVvip+G7UVUnyB62Jm/OYAYCx+M9oL6vmCvj4ozp8kvh4A2EpfE78j
+ GPXdkrWTJtIk+jwdGfybTJ8N7g0JuWo47kgtvmoAwFv8Dmp3TPxp+DWW4pU6WV/H43gYi+gi+sLOv/yZ
+ WJ9BfJUAsBfftTF/P1wfFb4dYGtwJ/6ayffVAQDuY75r3X4nLsQ2ESpkuNCZ5c8PAHPxq92+axO+0/Fq
+ skfX/zyT/HkAAG/xm+DiUm9G6J59Nml1AgDunt/moOdP3SW+SOj4rQLggPjurfMnYp6Mx2uAoLtI4reg
+ 1cHY/njcmjTXjx/9DQHAXvyOYLbvmvjjcEv0g8m9gSEAwF38NnQFY75r4u+Om7BDJI7uWqeAyQAwl74q
+ foeD4ldX+hvSzfY1QdDtsvitged3OJe924U5eFVIB3k0W7eLAZ5qElc7Kg56vsC5WJcks1EIut3s9jsd
+ 9PwGOhlPZZntwxwA7KV3tdsXdByelpvrw8TIHwYA+Hf7bT27eu7l8B2DFcliGh/9+wPA3u+r6/z2QHwO
+ nj+WpgQ2labR9B6bGtz7VOTVR2NJttk+TAHAWvaa51eDPK2WD2o2BjLPwn1YXne+tmpb8BhWBI9dTd+i
+ UbtQwV1Se/qR6wFLADC6NYmOYMLXatXzd6OTMA+vy0qJ9/Fv/JKuxC3VME+cySz6YBoARrfGYMJXDfLY
+ 9PwjMRdvSkuf0s8Nz/eTABC8xK+Gd1stT90WqZOe3dg/EABWt2bRGYjfZtHz2+lsPKpP/OQewSgAgteY
+ 3x6M+e1WPX8m/qNTcNha8LEHoDrhq1ju9qfgIVM+zwKClXQ0p27frucLXGOi2+cDAS6u/sfC86kzGPNt
+ 5+U8Z0b8sGCvMI/Acjq255uh1sd86mKQtf+d+jIqImZtnl94u2M/zuv7tmL3yEa7dc8X1IHfqejCs834
+ LdgSGtfvriUAgnU+dVie8PUmY7+gciQP83xG+1LbauO+XQAa0cblsBbOT9uJR4MgN+JbXfVvoIl1PzQM
+ QG1Pr5WFO+wdv0+XDoY4CLgYngr5YcWs+HyOac4Mr6AV1YnLBHWshnRlAPiXPQBaevJ42KRy4NpsIz5C
+ 1u7xAwIrAFbZAaC6rdPJpNuvHcZYnLerj8eAx1IvxFabB6CawdfF6nT+t/GBjhF/133Bsvu3AUALKkG3
+ z+mYZpd8hk6aYaH+vuCJgLEhoJa+ya0ux1SsUhPIjR4SLG7rspkDNPbs6fE7pnmuvi1dMWCKyBcBXK8b
+ gOadu/ncsva7cKeeHb2oXH6e2ek4XycA1czdTgaR/bDUrjU6JOe95AuJN35EM3UBUN3W6eRZiQtz1Y/5
+ cMzze1sXuhTPDUB7T9o2z9M6Y/Gk+lFfuLHkqwdgeeiKrJJnulfr9rnW44n8qBR13b8LnX8fADNCf1zJ
+ Ot3rxBAmR7XCbCge1JXINXCb1xn/fytwVUUAVMsvdrGc7u1K7XxJdz6fW/IHLZ0T8UAlbVy/g3vhVVxu
+ JqkTLsn/fmRfXUmz0OsMuhHeh7MPxXJ7BzpYLv5q/x8XeUlFbrrXiU4HKvCdgW2m5IcDsvfd/27MxZVk
+ 8WsFWbiLX8EC7/uD/L72dUH83y0pjYPTTn60TVcT7ZPNDHIIgLuTHCduJ98N8Rtwtff9CLs3uecM28zt
+ 7BHfjQ9ZOABPePEjbKHM0Fm/mTuU/Vx/l30TW733R0wBF8nNnfqN+GIIy83cKNsrucq2un0A57x/PXWl
+ AaAFQ2j34FcanHmH07HRL/gi7Q0aJrt6qu7nDaOhwULPofcHmDrIzS61W+bxbhovv3wWNMQt8WkclpqS
+ HexH+pAWvkeHpomfuNa7zQ6t01faSV8dCO+m8H7nABgd9ck6efN83EEgIfN4LR2SNoLqjvxHYK2uQk0F
+ AaCb9kofQndF/kvVJ3W4uOQLH/t77i2mT2fZQ3FB/Al4XFdpJlejfXXtvT/rJhr/93ohtuv2fcdDviTu
+ yr6LyvudDcPfdKV18l7vp/F/nJVnG53z+zwZr+mWf3B6F5wDAN/Il0fBN9r3e/Vreddj/XXtXItJeRNp
+ eL7To/C0jhCOE5W85AFYSXvkz6Ti6Ps/1BPDCwsGOTz3f0xyv88xAA7AvaYr9jppc1XlUvJ6X7Ow2Yz8
+ bgOAS5Q9FSMAOnCDWeldhSD0nL/zAByO1d7zJexNfFHpE/IAIH3dvpLK/wHGK35KBgBMDKvbl7R0K6H4
+ Pf6v/CmtA/AD+UVcNiREMaSv2Tu0W5EAGI4Hsnunu3l9HoCanVj7NE4V4ZHCd/29trkwAOBKlcmXrp/f
+ l7a3aUgRANgHj4SHZtVAUDwA+t7JpohCL04BcAI2CY2dNIrp+72rgDbHAcClUV22RyDpPQVfNyg/r20W
+ AMwXRZyamQPgXeVntg0C0IFFwoufTfjeyfIa5VUZjQHQib97788DQc9317saCWzF89770875B2czB19v
+ cBQALBVe/ByT2d7v6BQnAcCNhQ3MGAFg18BJI10E4DS30y9sDgGDlsz/0FC0SzsA48THXv4sANSXqcdN
+ Gl5MNwBYrXqHryzS14fLMNM5AHBlWtmTbkUFARIA0FTXADhIVvr0t6JBgJjOf6c9o6V+m04A8GSy+Hlu
+ xesJELPFjRO0vKRGAL4aL76aW1EgQFKOw1ZN9Ru1AdAk1ke9VbW3YiCA2B4guHetphfWBQDONCF+fwiK
+ BcAg//9QwTFQwwC8Yk7+IiAQB4CWTSDNABxvUny3EUAECv0AWKfkHLBJALDEtPy9EBQPgOD7YzW+vBYA
+ 9s272MsTHyjCMDBgBrBA64vqAAA/zrfSzxchgOMADPL/jZo/obFLBwAr1QR6iooAYn4+cAAIvvuy5sZo
+ 6AHG5gnxlnMyiNAQUPDdzdpfej/1TznbnviuhoXCAcBKAy/dof4p58jKrx4UN+RHbASwLxNoMx1oojmq
+ n/BUbIL2ub678kNyDyD4/zNmmqT26W7MtuRTJ7+rE8CBAARfLzPVJIXTCSy0NfK7NfYjWf4rzDVH1RMd
+ K9/1+6lfPBy42uRLqnmaC+yJ75L8MmVwcJ3ZRinY+afF5OVPkfsYe83lppuVO5JEjyYnbUJbaMg1749t
+ 7VZMN9+wfL/+FXojbQQOJZv3Sw8BL9NEG43K934yB1/LkRJaf8Yn8toHaYSdRmYf+e/JH3nPDoGLy76Y
+ Ft9pr3nZfu0IeknVvlt6CIp2NATn2Xz5LL/0M9WbrmkgQIGWfT3XnGy3kel/5ad69txRQt8Xq3GY7SYw
+ kT+5HyjgqcC/0FD7jcjQ+evtNEvi+ySu4dGMVFu9uuUP7wdU+D43gHABl6bIXzqB3jGVb4c66VWVkWWB
+ wHuYwacjkr90tcl0Syjs+JkVmFhL4ziNRLIXXmU62xZKAj7sKoz8SXnBdyMA7EbbyPw4mTvL12yRGYln
+ /hW/uajcZffZybbPhwC3KkM4jeNiROaiw+0dtsiKALsyU5s4TfzSAvCIzdM2yHDah12lsWdpLNdwRPIl
+ U2wftkqLQJTs1nYRH6R2vvGo5Etusn/aTh4BxMpv5ejYNXzFrwEwJvaCPWgjMWinHALJ8hsGYAdmc49I
+ C9o79oIzuJy2RSIAMvIbPT28EYfz35IQ1BF7wUI+x63jxZMT3yAAz9I+LuxJVfN6ox8eQ+8Rm7bGDQPy
+ 8hsCYJ4rm5LxAEzhVW4BEWN4GvmNvKOfu7MrHQ/A8dzqbYQJmE5+/dNAfN+ltIR4AH7LDYD6YSCt/Jrf
+ 0ds40q28lDgAGqqp39xaPHAYSCu+ZgCWJKypHANgjzRTQFMxtl19ADLJrxGAe1wTPwmAkbIpYGbj7BiU
+ K5ROfm0prZe5KH88ACNoO6R90vxUMIv4ugDAqW7K7ygACEXAWh3BNTjKVfmVATD4Iw7N9wHWCkk+rq2U
+ OwMAPkQqfzQXaRvcB1grJDlf0yd5MAFA+sx//5v5QcBWJVFc7Lb4SQC00CKkEsRk2ChriTllAGzHLPfl
+ T4oE/gapvNJk1DB7ZQElr/+GqUKOdgH4M9/TeMhcWELBqz9Bo4ohfxIAl3A+jmkNgFuLIn4yAJOJcdth
+ BQCcUyT5kwCYViwAFMh/YrHkTwLgMNpRnEEgd5Bqk8sRv2wANNEqFKQPyC3/MhpdPPmTABA0D1YFjt9j
+ NFha6o4iii8DwCz7h8KipUMq8XOcMr6gqPInA3AQbbE7wsftNyKV/BkB6LZdyM0uAIJezXYwU1Wwt/+O
+ Y3oAcsv/GiYUWX4ZAG5Bqk5bNQC9VbbDg7ia5V9pq4IvJwC+hIw+q3qOnxaA3EfCb+N8qtccAM20DhkA
+ UIEAJW4zy4mfpSVA8cWXAyDFlhAUlnbrnU/E7+Jpkv+D4kX88gBwFmXqtNW4ULyEWuTfgEllkV8OAEHr
+ kRoBMz1osvyp2/EwjSyP/LIA3Jy+QIuN3QAF1YBuK5P48gCMoK0850Rq5celZZNfFgCmuUFQOfJ/hJPK
+ J788AMebKxSNDADklv9lHFJG+asADJO89BkY8ec0EkKV/Cs4fHSDLQD2k7x0Bikr2h43nvdm+iMzABkm
+ fg1llb8KwKHSF8/PlyCW5N8DA8lI3WdknPhdVF7xawBMlr54FOWq3N0/nAslAOTe8tnKs4CzWQD2SnH5
+ RaQIgDAE0oqZ+3NFXqBDyi5/+k8NW4ZcAMSJlTaQjHzy30gtXv70ADTSlnwIUEK1P/n0bWRP+PpneTZ7
+ VAMg6JjsMwFI5OcjlfwZElA243te9jwA9NQPzrsUVB01kHzOjbiKhnvR8wIg6A/2A8OpM35X4WL6hBdc
+ DQCCVnD4EAlJALaLh/yYrxqA/el98Pf//4m7g5X+GC+zegBEsIZeCxb+L7YGPt772Mdii3hLvIQbAPpc
+ eSP8JgCofprg27Asf3BvAY2mfehgOoFOoXF0YDDJ6/SymgFA0CQbA8EA+c/zEtoEoDoQPAdL/i/ewXFe
+ QNsAVEtKL4SN7n9FMY9ruwdA1e4yWSm8R36UeQ+fHwCCLtOfMtYn/zac7YXjBoCgr9FHMCH/i3SAl40j
+ ACJYhC3TNRT0yT+XurxoXAGo2hwdJwj6NpKv8IJxB0DQgbRY5Xygz/e30I+8XC4AULUTaSkprRCAh1Mk
+ r3qzDkDVTqdVeUoz9hP/v8HA4qVyDoBaT/Bklgp9A7IDb6UhXiZXAagtD+fTDjkMBtX/f4XOpf29RK4D
+ UJsYnkPLSf7j3jYHPceF1OblKQoANRtO0+kX9BBtoO0hlR0+pk3BI0vpEhrv+ufwFB2A4XRE4NOfpNGp
+ bM+dsu5Jk+l2WldnL9K04JHaBk9bcNWolM+v3sbQBA9AuDWUxHwP4M0D4M0D4M0D4M0D4M0D4M0D4M0D
+ 4M0D4M0D4M0D4M0D4M0D4M0D4M0D4M0D4M0D4M0D4M0p+z9nUhjnKG5q5gAAAABJRU5ErkJggg==
+
+
\ No newline at end of file
diff --git a/MTC Timecode for Companion/MTC Timecode for Companion.csproj b/MTC Timecode for Companion/MTC Timecode for Companion.csproj
index 0ca7559..ca0a8df 100644
--- a/MTC Timecode for Companion/MTC Timecode for Companion.csproj
+++ b/MTC Timecode for Companion/MTC Timecode for Companion.csproj
@@ -31,6 +31,9 @@
prompt
4
+
+ dinconnector.ico
+
packages\Melanchall.DryWetMidi.5.1.2\lib\net45\Melanchall.DryWetMidi.dll
@@ -88,5 +91,10 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/MTC Timecode for Companion/Properties/AssemblyInfo.cs b/MTC Timecode for Companion/Properties/AssemblyInfo.cs
index 7af0028..e510512 100644
--- a/MTC Timecode for Companion/Properties/AssemblyInfo.cs
+++ b/MTC Timecode for Companion/Properties/AssemblyInfo.cs
@@ -1,4 +1,5 @@
-using System.Reflection;
+using System.Resources;
+using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
@@ -10,7 +11,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("MTC Timecode for Companion")]
-[assembly: AssemblyCopyright("Copyright © 2021")]
+[assembly: AssemblyCopyright("MIT License")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
@@ -34,3 +35,4 @@
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
+[assembly: NeutralResourcesLanguage("en")]
diff --git a/MTC Timecode for Companion/dinconnector.ico b/MTC Timecode for Companion/dinconnector.ico
new file mode 100644
index 0000000..5ebad67
Binary files /dev/null and b/MTC Timecode for Companion/dinconnector.ico differ
diff --git a/MTC Timecode for Companion/icons/dinconnector.ico b/MTC Timecode for Companion/icons/dinconnector.ico
new file mode 100644
index 0000000..5ebad67
Binary files /dev/null and b/MTC Timecode for Companion/icons/dinconnector.ico differ
diff --git a/MTC Timecode for Companion/icons/dinconnector.png b/MTC Timecode for Companion/icons/dinconnector.png
new file mode 100644
index 0000000..b351d81
Binary files /dev/null and b/MTC Timecode for Companion/icons/dinconnector.png differ