OSDN Git Service

WinGui:
authorsr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Mon, 13 Oct 2008 21:54:27 +0000 (21:54 +0000)
committersr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Mon, 13 Oct 2008 21:54:27 +0000 (21:54 +0000)
commit09be4341e5896a3d232053dc4d17b98caa116474
treea0053125d1c68da7d145e14807806a41c3879288
parent929a4e574334573963a138d3aaf119fb86c20149
WinGui:
- Started to decouple this code a bit. Common.cs (now Main.cs) no longer relies on the frmMain window being passed into it. frmAddPreset no longer requires to access  QueryGenerator.cs
- QueryGenerator.cs, x264Panel.cs, PresetLoader.cs all moved into their own "frmMain" folder as that is the only place they should be used.
- Rearranged the base of frmMain.cs a bit.

git-svn-id: svn://localhost/HandBrake/trunk@1830 b64f7644-9d1e-0410-96f1-a4d463321fa5
win/C#/Functions/Main.cs [new file with mode: 0644]
win/C#/HandBrakeCS.csproj
win/C#/frmAddPreset.cs
win/C#/frmMain.Designer.cs
win/C#/frmMain.cs
win/C#/frmMain.resx
win/C#/frmMain/PresetLoader.cs [moved from win/C#/Functions/Common.cs with 51% similarity]
win/C#/frmMain/QueryGenerator.cs [moved from win/C#/Functions/QueryGenerator.cs with 97% similarity]
win/C#/frmMain/x264Panel.cs [moved from win/C#/Functions/x264Panel.cs with 97% similarity]
win/C#/frmReadDVD.cs