Changeset 962
- Timestamp:
- 5/2/2009 3:50:56 AM (4 years ago)
- Location:
- branches/eraser6
- Files:
-
- 1 added
- 9 edited
-
DefaultPlugins/CustomMethodEditorForm.cs (modified) (1 diff)
-
DefaultPlugins/SettingsForm.cs (modified) (1 diff)
-
Eraser/LogForm.cs (modified) (1 diff)
-
Eraser/MainForm.cs (modified) (1 diff)
-
Eraser/SchedulerPanel.cs (modified) (1 diff)
-
Eraser/SettingsPanel.cs (modified) (1 diff)
-
Eraser/TaskPropertiesForm.cs (modified) (1 diff)
-
Eraser/UpdateForm.cs (modified) (1 diff)
-
Util/Util.csproj (modified) (1 diff)
-
Util/UxThemeAPI.cs (added)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/DefaultPlugins/CustomMethodEditorForm.cs
r956 r962 38 38 { 39 39 InitializeComponent(); 40 UxThemeAPI.UpdateControlTheme(this); 40 41 } 41 42 -
branches/eraser6/DefaultPlugins/SettingsForm.cs
r952 r962 39 39 { 40 40 InitializeComponent(); 41 UxThemeAPI.UpdateControlTheme(this); 42 UxThemeAPI.UpdateControlTheme(customMethodContextMenuStrip); 41 43 42 44 //Populate the list of erasure passes, except the FL16KB. -
branches/eraser6/Eraser/LogForm.cs
r946 r962 39 39 { 40 40 InitializeComponent(); 41 UxThemeAPI.UpdateControlTheme(this); 41 42 this.task = task; 42 43 -
branches/eraser6/Eraser/MainForm.cs
r944 r962 44 44 { 45 45 InitializeComponent(); 46 UxThemeAPI.UpdateControlTheme(toolbarScheduleMenu); 47 UxThemeAPI.UpdateControlTheme(toolbarHelpMenu); 48 UxThemeAPI.UpdateControlTheme(notificationMenu); 46 49 SettingsPage.CreateControl(); 47 50 SchedulerPage.CreateControl(); -
branches/eraser6/Eraser/SchedulerPanel.cs
r948 r962 41 41 { 42 42 InitializeComponent(); 43 UxThemeAPI.UpdateControlTheme(this); 44 UxThemeAPI.UpdateControlTheme(schedulerMenu); 45 UxThemeAPI.UpdateControlTheme(schedulerDefaultMenu); 43 46 44 47 //Populate the scheduler list-view with the current task list -
branches/eraser6/Eraser/SettingsPanel.cs
r958 r962 43 43 { 44 44 InitializeComponent(); 45 Dock = DockStyle.None; 45 UxThemeAPI.UpdateControlTheme(this); 46 UxThemeAPI.UpdateControlTheme(pluginsMenu); 46 47 47 48 //For new plugins, register the callback. -
branches/eraser6/Eraser/TaskPropertiesForm.cs
r957 r962 39 39 { 40 40 InitializeComponent(); 41 UxThemeAPI.UpdateControlTheme(this); 42 UxThemeAPI.UpdateControlTheme(dataContextMenuStrip); 41 43 scheduleTime.CustomFormat = DateTimeFormatInfo.CurrentInfo.ShortTimePattern; 42 44 -
branches/eraser6/Eraser/UpdateForm.cs
r948 r962 45 45 { 46 46 InitializeComponent(); 47 UxThemeAPI.UpdateControlTheme(this); 47 48 updateListDownloader.RunWorkerAsync(); 48 49 } -
branches/eraser6/Util/Util.csproj
r949 r962 55 55 <Compile Include="KernelAPI.cs" /> 56 56 <Compile Include="File.cs" /> 57 <Compile Include="UxThemeAPI.cs" /> 57 58 <Compile Include="VolumeInfo.cs" /> 58 59 <Compile Include="NetAPI.cs" />
Note: See TracChangeset
for help on using the changeset viewer.
