//------------------------------------------------------------------------------\r
// <auto-generated>\r
// This code was generated by a tool.\r
-// Runtime Version:2.0.50727.42\r
+// Runtime Version:2.0.50727.832\r
//\r
// Changes to this file may cause incorrect behavior and will be lost if\r
// the code is regenerated.\r
}\r
}\r
\r
- [global::System.Configuration.UserScopedSettingAttribute()]\r
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
- [global::System.Configuration.DefaultSettingValueAttribute("0.8.5b1")]\r
- public string CliVersion {\r
- get {\r
- return ((string)(this["CliVersion"]));\r
- }\r
- set {\r
- this["CliVersion"] = value;\r
- }\r
- }\r
- \r
[global::System.Configuration.UserScopedSettingAttribute()]\r
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
[global::System.Configuration.DefaultSettingValueAttribute("http://download.m0k.org/handbrake/windows/update.txt")]\r
this["QuickStartWindow"] = value;\r
}\r
}\r
+ \r
+ [global::System.Configuration.UserScopedSettingAttribute()]\r
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
+ [global::System.Configuration.DefaultSettingValueAttribute("0.9.0")]\r
+ public string CliVersion {\r
+ get {\r
+ return ((string)(this["CliVersion"]));\r
+ }\r
+ set {\r
+ this["CliVersion"] = value;\r
+ }\r
+ }\r
}\r
}\r
<Setting Name="GuiVersion" Type="System.String" Scope="User">\r
<Value Profile="(Default)">2.4</Value>\r
</Setting>\r
- <Setting Name="CliVersion" Type="System.String" Scope="User">\r
- <Value Profile="(Default)">0.8.5b1</Value>\r
- </Setting>\r
<Setting Name="updateFile" Type="System.String" Scope="User">\r
<Value Profile="(Default)">http://download.m0k.org/handbrake/windows/update.txt</Value>\r
</Setting>\r
<Setting Name="QuickStartWindow" Type="System.String" Scope="User">\r
<Value Profile="(Default)" />\r
</Setting>\r
+ <Setting Name="CliVersion" Type="System.String" Scope="User">\r
+ <Value Profile="(Default)">0.9.0</Value>\r
+ </Setting>\r
</Settings>\r
</SettingsFile>
\ No newline at end of file
<setting name="GuiVersion" serializeAs="String">\r
<value>2.4</value>\r
</setting>\r
- <setting name="CliVersion" serializeAs="String">\r
- <value>0.8.5b1</value>\r
- </setting>\r
<setting name="updateFile" serializeAs="String">\r
<value>http://download.m0k.org/handbrake/windows/update.txt</value>\r
</setting>\r
<setting name="QuickStartWindow" serializeAs="String">\r
<value />\r
</setting>\r
+ <setting name="CliVersion" serializeAs="String">\r
+ <value>0.9.0</value>\r
+ </setting>\r
</Handbrake.Properties.Settings>\r
</userSettings>\r
</configuration>
\ No newline at end of file
// ISO_Open\r
// \r
this.ISO_Open.DefaultExt = "ISO";\r
- this.ISO_Open.Filter = "All Supported Files|*.iso;*.mpg;*.mpeg;*.vob";\r
+ this.ISO_Open.Filter = "All Supported Files|*.iso;*.mpg;*.mpeg;*.vob;*.ts";\r
this.ISO_Open.SupportMultiDottedExtensions = true;\r
// \r
// FileToolStripMenuItem\r
using System.IO;\r
using System.Diagnostics;\r
using System.Threading;\r
-\r
+using System.Runtime.InteropServices;\r
\r
namespace Handbrake\r
{\r
+\r
public partial class frmMain : Form\r
{\r
+\r
private Process hbProc;\r
private Parsing.DVD thisDVD;\r
-\r
+ \r
// --------------------------------------------------------------\r
// Some windows that require only 1 instance.\r
// --------------------------------------------------------------\r
public frmMain()\r
{\r
\r
-\r
-\r
- \r
-\r
ThreadPool.QueueUserWorkItem(showSplash);\r
Thread.Sleep(3000);\r
\r
\r
private void drp_dvdtitle_Click(object sender, EventArgs e)\r
{\r
- if (drp_dvdtitle.Items.Count == 1)\r
+ if (drp_dvdtitle.Items.Count == 0)\r
{\r
MessageBox.Show("There are no titles to select. Please scan the DVD by clicking the 'browse' button above before trying to select a title.", "Alert", MessageBoxButtons.OK, MessageBoxIcon.Asterisk);\r
}\r
this.label7.Size = new System.Drawing.Size(463, 39);\r
this.label7.TabIndex = 430;\r
this.label7.Text = "If you don\'t read the documentation / user guides then you will most likely fail." +\r
- " \r\nYou will not recieve support on the forums if you have not read the\r\nFAQ / Gu" +\r
+ " \r\nYou will not receive support on the forums if you have not read the\r\nFAQ / Gu" +\r
"ides and searched the forum.";\r
// \r
// pictureBox8\r