\r
<Global.System.Configuration.UserScopedSettingAttribute(), _\r
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _\r
- Global.System.Configuration.DefaultSettingValueAttribute("Normal")> _\r
+ Global.System.Configuration.DefaultSettingValueAttribute("Below Normal")> _\r
Public Property Priority() As String\r
Get\r
Return CType(Me("Priority"),String)\r
<Value Profile="(Default)" />\r
</Setting>\r
<Setting Name="Priority" Type="System.String" Scope="User">\r
- <Value Profile="(Default)">Normal</Value>\r
+ <Value Profile="(Default)">Below Normal</Value>\r
</Setting>\r
</Settings>\r
</SettingsFile>
\ No newline at end of file
<value />\r
</setting>\r
<setting name="Priority" serializeAs="String">\r
- <value>Normal</value>\r
+ <value>Below Normal</value>\r
</setting>\r
</Handbrake.My.MySettings>\r
</userSettings>\r
Me.Version.Font = New System.Drawing.Font("Verdana", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))\r
Me.Version.Location = New System.Drawing.Point(252, 17)\r
Me.Version.Name = "Version"\r
- Me.Version.Size = New System.Drawing.Size(88, 13)\r
+ Me.Version.Size = New System.Drawing.Size(72, 13)\r
Me.Version.TabIndex = 18\r
- Me.Version.Text = "Version 2.25"\r
+ Me.Version.Text = "{Version}"\r
'\r
'Label3\r
'\r
Me.RadioISO.Font = New System.Drawing.Font("Verdana", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))\r
Me.RadioISO.Location = New System.Drawing.Point(358, 34)\r
Me.RadioISO.Name = "RadioISO"\r
- Me.RadioISO.Size = New System.Drawing.Size(47, 17)\r
+ Me.RadioISO.Size = New System.Drawing.Size(44, 17)\r
Me.RadioISO.TabIndex = 19\r
- Me.RadioISO.Text = "ISO"\r
+ Me.RadioISO.Text = "File"\r
+ Me.ToolTip.SetToolTip(Me.RadioISO, "ISO, TS, MPG")\r
Me.RadioISO.UseVisualStyleBackColor = True\r
'\r
'btn_Browse\r
Me.btn_Browse.FlatStyle = System.Windows.Forms.FlatStyle.Flat\r
Me.btn_Browse.Font = New System.Drawing.Font("Verdana", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))\r
Me.btn_Browse.ForeColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(0, Byte), Integer))\r
- Me.btn_Browse.Location = New System.Drawing.Point(418, 21)\r
+ Me.btn_Browse.Location = New System.Drawing.Point(415, 22)\r
Me.btn_Browse.Name = "btn_Browse"\r
Me.btn_Browse.Size = New System.Drawing.Size(78, 22)\r
Me.btn_Browse.TabIndex = 2\r
'ISO_Open\r
'\r
Me.ISO_Open.DefaultExt = "iso"\r
- Me.ISO_Open.Filter = "iso|*.iso"\r
+ Me.ISO_Open.Filter = "iso|*.iso |mpg|*.mpg |mpeg|*.mpeg |ts|*.ts |VOB|*.VOB"\r
'\r
'DVD_Save\r
'\r
<metadata name="File_Save.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">\r
<value>234, 18</value>\r
</metadata>\r
+ <metadata name="ToolTip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">\r
+ <value>639, 17</value>\r
+ </metadata>\r
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">\r
<value>\r
AAABAAYAMDAAAAEACACoDgAAZgAAACAgAAABAAgAqAgAAA4PAAAQEAAAAQAIAGgFAAC2FwAAMDAAAAEA\r
\r
Private Sub drp_dvdtitle_click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles drp_dvdtitle.Click\r
If drp_dvdtitle.Items.Count = 1 Then\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.", "Warning", MessageBoxButtons.OK, MessageBoxIcon.Warning)\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
End If\r
End Sub\r
\r
Try\r
Shell("cmd /c """"" + applicationPath + "\hbcli.exe"" -i """ + frmMain.text_source.Text + """" & " -t0 >" + """" + applicationPath + "\dvdinfo.dat""" + " 2>&1""")\r
Catch ex As Exception\r
- MessageBox.Show("Unable to launch the CLI encoder.", "ERROR", MessageBoxButtons.OK, MessageBoxIcon.Hand)\r
+ MessageBox.Show("Unable to launch the CLI encoder.", "Errir", MessageBoxButtons.OK, MessageBoxIcon.Hand)\r
MessageBox.Show(ex.ToString)\r
End Try\r
\r
End If\r
\r
If titleError = True Then\r
- MessageBox.Show("No Title(s) found. Please make sure you have selected a valid, non-copy protected source.", "ERROR", MessageBoxButtons.OK, MessageBoxIcon.Hand)\r
+ MessageBox.Show("No Title(s) found. Please make sure you have selected a valid, non-copy protected source.", "Error", MessageBoxButtons.OK, MessageBoxIcon.Hand)\r
End If\r
\r
Catch ex As Exception\r
outputWriter.Close()\r
\r
Catch ex As Exception\r
- MessageBox.Show("Unable to write Data file. Please make sure the application has admin privileges.", "ERROR", MessageBoxButtons.OK, MessageBoxIcon.Hand)\r
+ MessageBox.Show("Unable to write Data file. Please make sure the application has admin privileges.", "Error", MessageBoxButtons.OK, MessageBoxIcon.Hand)\r
End Try\r
\r
Me.Close()\r
str(0) = titleInfo(0).Trim.Substring(8).Replace(":", "") 'Title\r
str(1) = titleInfo(1).Trim.Substring(12) ' Duration\r
Catch ex As Exception\r
- MessageBox.Show("ERROR: Incomplete DVD data found. Please copy the data on the View DVD Information tab and report this error.", "ERROR", MessageBoxButtons.OK, MessageBoxIcon.Hand)\r
+ MessageBox.Show("Incomplete DVD data found. Please copy the data on the View DVD Information tab and report this error.", "Error", MessageBoxButtons.OK, MessageBoxIcon.Hand)\r
End Try\r
\r
'Now lets add the info to the main form dropdowns\r
Me.Version.Name = "Version"\r
Me.Version.Size = New System.Drawing.Size(316, 18)\r
Me.Version.TabIndex = 1\r
- Me.Version.Text = "Version 2.25 (beta)"\r
+ Me.Version.Text = "Version {Version}"\r
'\r
'CLIV\r
'\r
Me.CLIV.Name = "CLIV"\r
Me.CLIV.Size = New System.Drawing.Size(316, 108)\r
Me.CLIV.TabIndex = 2\r
- Me.CLIV.Text = "Windows CLI Version: 0.8.5b1"\r
+ Me.CLIV.Text = "Windows CLI Version: {Version}"\r
'\r
'frmSplashScreen\r
'\r