diff --git a/.gitignore b/.gitignore
index 6b71cb4..c58b51e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -185,3 +185,10 @@ $RECYCLE.BIN/
/VCR.NET/packages
*.sln
*.openAsAdmin
+/VCR.NET/node_modules
+/VCR.NET/WebClient41/content/styles.css
+/VCR.NET/WebClient41/scripts/vcrnet.js*
+
+.vs
+
+package-lock.json
\ No newline at end of file
diff --git a/DVB.NET Viewer/Application/Dialogs/ProgramSettings.Designer.cs b/DVB.NET Viewer/Application/Dialogs/ProgramSettings.Designer.cs
index 4a19231..1b3d8f0 100644
--- a/DVB.NET Viewer/Application/Dialogs/ProgramSettings.Designer.cs
+++ b/DVB.NET Viewer/Application/Dialogs/ProgramSettings.Designer.cs
@@ -61,6 +61,8 @@ private void InitializeComponent()
this.ckOverwrite = new System.Windows.Forms.CheckBox();
this.label8 = new System.Windows.Forms.Label();
this.tabFilter = new System.Windows.Forms.TabPage();
+ this.udAVDelay = new System.Windows.Forms.NumericUpDown();
+ this.label16 = new System.Windows.Forms.Label();
this.selH264 = new System.Windows.Forms.ComboBox();
this.label15 = new System.Windows.Forms.Label();
this.selAC3 = new System.Windows.Forms.ComboBox();
@@ -79,6 +81,7 @@ private void InitializeComponent()
((System.ComponentModel.ISupportInitialize)(this.selSaturation)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.selContrast)).BeginInit();
this.tabFilter.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.udAVDelay)).BeginInit();
this.SuspendLayout();
//
// label1
@@ -103,7 +106,6 @@ private void InitializeComponent()
//
// selPrio
//
- resources.ApplyResources(this.selPrio, "selPrio");
this.selPrio.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.selPrio.FormattingEnabled = true;
this.selPrio.Items.AddRange(new object[] {
@@ -113,28 +115,29 @@ private void InitializeComponent()
resources.GetString("selPrio.Items3"),
resources.GetString("selPrio.Items4"),
resources.GetString("selPrio.Items5")});
+ resources.ApplyResources(this.selPrio, "selPrio");
this.selPrio.Name = "selPrio";
//
// selType
//
- resources.ApplyResources(this.selType, "selType");
this.selType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.selType.FormattingEnabled = true;
this.selType.Items.AddRange(new object[] {
resources.GetString("selType.Items"),
resources.GetString("selType.Items1"),
resources.GetString("selType.Items2")});
+ resources.ApplyResources(this.selType, "selType");
this.selType.Name = "selType";
//
// selEnc
//
- resources.ApplyResources(this.selEnc, "selEnc");
this.selEnc.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.selEnc.FormattingEnabled = true;
this.selEnc.Items.AddRange(new object[] {
resources.GetString("selEnc.Items"),
resources.GetString("selEnc.Items1"),
resources.GetString("selEnc.Items2")});
+ resources.ApplyResources(this.selEnc, "selEnc");
this.selEnc.Name = "selEnc";
//
// selOSD
@@ -234,7 +237,6 @@ private void InitializeComponent()
//
// tabGeneral
//
- resources.ApplyResources(this.tabGeneral, "tabGeneral");
this.tabGeneral.BackColor = System.Drawing.SystemColors.Control;
this.tabGeneral.Controls.Add(this.ckRemote);
this.tabGeneral.Controls.Add(this.ckHideCursor);
@@ -253,6 +255,7 @@ private void InitializeComponent()
this.tabGeneral.Controls.Add(this.label3);
this.tabGeneral.Controls.Add(this.txMCast);
this.tabGeneral.Controls.Add(this.selType);
+ resources.ApplyResources(this.tabGeneral, "tabGeneral");
this.tabGeneral.Name = "tabGeneral";
//
// ckRemote
@@ -269,7 +272,6 @@ private void InitializeComponent()
//
// tabVideo
//
- resources.ApplyResources(this.tabVideo, "tabVideo");
this.tabVideo.BackColor = System.Drawing.SystemColors.Control;
this.tabVideo.Controls.Add(this.selHue);
this.tabVideo.Controls.Add(this.selBrightness);
@@ -280,6 +282,7 @@ private void InitializeComponent()
this.tabVideo.Controls.Add(this.label9);
this.tabVideo.Controls.Add(this.ckOverwrite);
this.tabVideo.Controls.Add(this.label8);
+ resources.ApplyResources(this.tabVideo, "tabVideo");
this.tabVideo.Name = "tabVideo";
//
// selHue
@@ -351,8 +354,9 @@ private void InitializeComponent()
//
// tabFilter
//
- resources.ApplyResources(this.tabFilter, "tabFilter");
this.tabFilter.BackColor = System.Drawing.SystemColors.Control;
+ this.tabFilter.Controls.Add(this.udAVDelay);
+ this.tabFilter.Controls.Add(this.label16);
this.tabFilter.Controls.Add(this.selH264);
this.tabFilter.Controls.Add(this.label15);
this.tabFilter.Controls.Add(this.selAC3);
@@ -361,8 +365,34 @@ private void InitializeComponent()
this.tabFilter.Controls.Add(this.label13);
this.tabFilter.Controls.Add(this.selMPEG2);
this.tabFilter.Controls.Add(this.label12);
+ resources.ApplyResources(this.tabFilter, "tabFilter");
this.tabFilter.Name = "tabFilter";
//
+ // udAVDelay
+ //
+ this.udAVDelay.Increment = new decimal(new int[] {
+ 50,
+ 0,
+ 0,
+ 0});
+ resources.ApplyResources(this.udAVDelay, "udAVDelay");
+ this.udAVDelay.Maximum = new decimal(new int[] {
+ 2000,
+ 0,
+ 0,
+ 0});
+ this.udAVDelay.Minimum = new decimal(new int[] {
+ 2000,
+ 0,
+ 0,
+ -2147483648});
+ this.udAVDelay.Name = "udAVDelay";
+ //
+ // label16
+ //
+ resources.ApplyResources(this.label16, "label16");
+ this.label16.Name = "label16";
+ //
// selH264
//
resources.ApplyResources(this.selH264, "selH264");
@@ -441,6 +471,7 @@ private void InitializeComponent()
((System.ComponentModel.ISupportInitialize)(this.selContrast)).EndInit();
this.tabFilter.ResumeLayout(false);
this.tabFilter.PerformLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.udAVDelay)).EndInit();
this.ResumeLayout(false);
}
@@ -487,5 +518,7 @@ private void InitializeComponent()
private System.Windows.Forms.Label label12;
private System.Windows.Forms.CheckBox ckHideCursor;
private System.Windows.Forms.CheckBox ckRemote;
+ private System.Windows.Forms.NumericUpDown udAVDelay;
+ private System.Windows.Forms.Label label16;
}
}
\ No newline at end of file
diff --git a/DVB.NET Viewer/Application/Dialogs/ProgramSettings.cs b/DVB.NET Viewer/Application/Dialogs/ProgramSettings.cs
index 9b70dff..bd580e2 100644
--- a/DVB.NET Viewer/Application/Dialogs/ProgramSettings.cs
+++ b/DVB.NET Viewer/Application/Dialogs/ProgramSettings.cs
@@ -108,6 +108,7 @@ private void ProgramSettings_Load( object sender, EventArgs e )
ckCyberlink.Checked = settings.UseCyberlinkCodec;
ckHideCursor.Checked = settings.HideCursor;
ckRemote.Checked = settings.UseRemote;
+ udAVDelay.Value = settings.AVDelay;
// All lists
LoadList( selMPEG2, DisplayGraph.VideoDecoderFilters, settings.MPEG2Decoder );
@@ -277,6 +278,7 @@ private void cmdSave_Click( object sender, EventArgs e )
settings.PayTV = (selEnc.SelectedIndex < 2);
settings.HideCursor = ckHideCursor.Checked;
settings.OSDLifeTime = (int) selOSD.Value;
+ settings.AVDelay = (int) udAVDelay.Value;
settings.UseRemote = ckRemote.Checked;
settings.Priority = CurrentPriority;
settings.BroadcastIP = txMCast.Text;
@@ -357,6 +359,7 @@ private void SettingChanging( object sender, SettingChangingEventArgs e )
case "H264Decoder": m_Rebuid = true; break;
case "MP2Decoder": m_Rebuid = true; break;
case "AC3Decoder": m_Rebuid = true; break;
+ case "AVDelay": m_Rebuid = true; break;
}
}
diff --git a/DVB.NET Viewer/Application/Dialogs/ProgramSettings.de.resx b/DVB.NET Viewer/Application/Dialogs/ProgramSettings.de.resx
index f6996b6..f8ee351 100644
--- a/DVB.NET Viewer/Application/Dialogs/ProgramSettings.de.resx
+++ b/DVB.NET Viewer/Application/Dialogs/ProgramSettings.de.resx
@@ -190,9 +190,6 @@
&CyberLink / PowerDVD H.264 Format aktivieren
-
- Allgemein
-
150, 17
@@ -205,11 +202,8 @@
Maus&zeiger ausblenden
-
- 638, 317
-
-
- Bild
+
+ Allgemein
43, 13
@@ -238,8 +232,14 @@
&Kontrast
-
- 638, 317
+
+ Bild
+
+
+ 107, 13
+
+
+ Ton&verzögerung (ms)
56, 13
diff --git a/DVB.NET Viewer/Application/Dialogs/ProgramSettings.resx b/DVB.NET Viewer/Application/Dialogs/ProgramSettings.resx
index 1cccd12..93210a2 100644
--- a/DVB.NET Viewer/Application/Dialogs/ProgramSettings.resx
+++ b/DVB.NET Viewer/Application/Dialogs/ProgramSettings.resx
@@ -118,1110 +118,1158 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 2
-
-
- 2
-
-
-
- CenterParent
-
-
- 11
+
+ True
-
- 21, 42
+
+ 6, 14
-
- selHue
+
+ 79, 13
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 0
-
- 5
+
+ Process &Priority
-
- 513, 45
+
+ label1
-
- VCR.NET
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 8
+
+ tabGeneral
-
- 558, 358
+
+ 2
-
- 372, 21
+
+ True
-
- Encrypted and Free
+
+
+ NoControl
-
- $this
+
+ 6, 40
-
- label15
+
+ 144, 13
-
- NoControl
+
+ 2
-
- 6
+
+ OSD &Display Time (Seconds)
-
- Radio only
+
+ label2
-
- tabGeneral
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- tabs
+
+ tabGeneral
-
- 137, 39
+
+ 7
-
- txURL
+
+ True
-
- tabVideo
+
+ NoControl
-
- 5
+
+ 6, 67
-
- 156, 91
+
+ 67, 13
-
+
4
-
- 225, 21
+
+ Station &Type
-
- True
+
+ label3
-
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ tabGeneral
-
+
+ 14
+
+
+ True
+
+
NoControl
-
- 246, 17
+
+ 6, 94
-
- 7
+
+ 57, 13
-
- 7
+
+ 6
-
- 0
+
+ &Encryption
-
+
+ label4
+
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
tabGeneral
-
- True
-
-
- NoControl
-
-
- 9, 267
+
+ 11
-
- 6, 67
+
+ Idle
-
- 56, 13
+
+ Below Normal
-
- tabFilter
+
+ Normal
-
- 50, 20
+
+ Above Normal
-
- tabVideo
+
+ High
-
- 77, 13
+
+ Real Time
-
- ckOverwrite
+
+ 156, 11
-
- 513, 45
+
+ 225, 21
-
- &Saturation
+
+ 1
-
- 156, 38
+
+ selPrio
-
- tabs
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
tabGeneral
-
- 4, 22
-
-
- 13
-
-
- 2
-
-
- &Hue
+
+ 12
-
- label10
+
+ Radio and TV
-
- tabGeneral
+
+ Radio only
-
- 3
+
+ TV only
-
- 40, 55
+
+ 156, 64
-
- General Settings
+
+ 225, 21
5
-
- 15
+
+ selType
-
- tabs
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- label11
+
+ tabGeneral
-
- 3
+
+ 16
-
- NoControl
-
-
- NoControl
+
+ Encrypted and Free
-
- 0
+
+ Encrypted only
-
- tabGeneral
+
+ Free only
-
- selMPEG2
+
+ 156, 91
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 225, 21
-
- NoControl
+
+ 7
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ selEnc
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
tabGeneral
-
- 2
+
+ 13
-
- 156, 204
+
+ 156, 38
-
- True
+
+ 50, 20
-
- selPrio
+
+ 3
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ selOSD
-
- True
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 20
+
+ tabGeneral
-
- NoControl
+
+ 9
-
- 144, 13
+
+ Bottom, Left
-
- 1
+
+ 16, 358
-
- 7
+
+ 100, 23
-
- System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 1
-
- 2
+
+ &Update
-
- tabFilter
+
+ cmdSave
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 3
+
+ $this
-
- 60, 20
+
+ 2
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ Bottom, Right
-
- 7
+
+ 558, 358
-
- 57, 13
+
+ 100, 23
-
- 3
+
+ 2
-
- 225, 21
+
+ &Cancel
-
- 9
+
+ cmdCancel
-
- 6, 40
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- &Overwrite Default Settings
+
+ $this
-
- 57, 13
+
+ 1
-
- Above Normal
+
+ True
-
- System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ NoControl
-
- 0
+
+ 6, 138
-
- tabFilter
+
+ 90, 13
-
- Top, Left, Right
+
+ 8
-
- Bottom, Left
+
+ &Multicast Address
-
- 27, 13
+
+ label5
-
- 3, 3, 3, 3
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 40, 106
+
+ tabGeneral
-
- tabFilter
+
+ 8
-
- $this
+
+ True
-
- 6
+
+ NoControl
-
- selContrast
+
+ 6, 163
-
- tabGeneral
+
+ 91, 13
-
- 3, 3, 3, 3
+
+ 10
-
- tabFilter
+
+ TCP&/IP UDP Port
-
- tabFilter
+
+ label6
-
- label12
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- Use &Remote Control
+
+ tabGeneral
-
- &Encryption
+
+ 5
-
- 119, 17
+
+ 156, 161
-
- 21, 14
+
+ 60, 20
-
- High
+
+ 11
-
- selType
+
+ selPort
-
- Radio and TV
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
tabGeneral
-
- True
+
+ 3
-
- System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 156, 135
-
- MPEG-2 &Video
+
+ 225, 20
-
- 372, 21
+
+ 9
-
- System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ txMCast
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
tabGeneral
-
+
+ 15
+
+
+ True
+
+
NoControl
-
- 79, 13
+
+ 6, 207
-
- label8
+
+ 54, 13
-
- label13
+
+ 12
-
- 9
+
+ VCR.NET
-
- 3
+
+ label7
-
- 12, 9
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 1
+
+ tabGeneral
-
- &Hide Mouse Pointer
+
+ 6
-
- 20, 17
+
+ 156, 204
-
- 3
+
+ 459, 20
-
- True
+
+ 13
-
- 21, 69
+
+ txURL
-
- label9
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 225, 21
+
+ tabGeneral
-
- 5
+
+ 10
-
+
True
-
- 20
-
-
- 1
+
+ 9, 244
-
- label1
+
+ 246, 17
-
- 12
+
+ 14
-
- 40, 208
+
+ Activate &CyberLink / PowerDVD H.264 Format
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ ckCyberlink
-
- 638, 291
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- label3
+
+ tabGeneral
-
- 4, 22
+
+ 4
-
- tabVideo
+
+ Top, Bottom, Left, Right
-
+
True
-
- Process &Priority
+
+ 9, 290
-
- 1
+
+ 121, 17
-
- 91, 13
+
+ 16
-
- tabGeneral
+
+ Use &Remote Control
-
+
+ ckRemote
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
tabGeneral
-
- 4
+
+ 0
-
- 16
+
+ True
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 9, 267
-
- 16, 358
+
+ 119, 17
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 15
-
- True
+
+ &Hide Mouse Pointer
+
+
+ ckHideCursor
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ tabGeneral
-
- tabVideo
+
+ 1
-
- selOSD
+
+ 4, 22
-
+
3, 3, 3, 3
638, 317
-
- 15
+
+ 0
-
- 156, 135
+
+ General
-
- 5
+
+ tabGeneral
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 67, 13
+
+ tabs
-
- 6, 138
+
+ 0
-
- 20
+
+ NoControl
-
- 4
+
+ 107, 193
-
- label2
+
+ 513, 45
-
- Normal
+
+ 8
-
- 46, 13
+
+ selHue
-
- 107, 40
+
+ System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- General
+
+ tabVideo
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 0
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ NoControl
-
- 8
+
+ 107, 142
-
- 2
+
+ 513, 45
-
- tabVideo
+
+ 6
-
- OSD &Display Time (Seconds)
+
+ selBrightness
-
- 100, 23
+
+ System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- True
+
+ tabVideo
-
- 149, 17
+
+ 1
-
- 4
+
+ True
-
- 1
+
+ NoControl
-
- tabGeneral
+
+ 40, 208
-
- &Contrast
+
+ 27, 13
-
- Top, Left, Right
+
+ 7
-
- ProgramSettings
+
+ &Hue
-
- 0
+
+ label11
-
- tabFilter
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 16
+
+ tabVideo
-
- 4, 22
+
+ 2
-
- 100, 23
+
+ NoControl
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 107, 91
-
- 4
+
+ 513, 45
-
- 6, 163
+
+ 4
-
- ckRemote
+
+ selSaturation
-
- Idle
+
+ System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 1
+
+ tabVideo
-
- 59, 13
+
+ 3
-
- tabs
+
+ True
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ NoControl
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 40, 157
-
- 20
+
+ 56, 13
-
- 137, 66
+
+ 5
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ &Brightness
-
- 107, 142
+
+ label10
-
- True
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 0
+
+ tabVideo
-
- 9, 244
+
+ 4
-
- Top, Left, Right
+
+ 107, 40
-
- 6, 14
+
+ 513, 45
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 2
-
- 6
+
+ selContrast
-
- txMCast
+
+ System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ tabVideo
-
- 225, 20
+
+ 5
-
- selBrightness
+
+ True
-
+
NoControl
-
- tabFilter
+
+ 40, 106
-
- NoControl
+
+ 55, 13
+
+
+ 3
-
- &Cancel
+
+ &Saturation
-
- selEnc
+
+ label9
-
- Real Time
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- &Multicast Address
+
+ tabVideo
-
- 121, 17
+
+ 6
-
- 513, 45
+
+ True
-
- 372, 21
+
+ 20, 17
-
- 372, 21
+
+ 149, 17
-
+
0
-
- tabFilter
+
+ &Overwrite Default Settings
-
- True
+
+ ckOverwrite
-
- 2
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 8
+
+ tabVideo
-
- 6, 13
+
+ 7
-
+
True
-
- True
+
+ 40, 55
-
- 156, 161
+
+ 46, 13
-
- System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 1
-
- True
+
+ &Contrast
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ label8
-
- 13
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 54, 13
+
+ tabVideo
-
- selPort
+
+