Ignore:
Timestamp:
6/19/2010 2:28:40 AM (2 years ago)
Author:
lowjoel
Message:

Use a continuous progress bar instead of blocks, just like the progress dialog.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/eraser/Eraser/SchedulerPanel.Designer.cs

    r1689 r2201  
    5050        private void InitializeComponent() 
    5151        { 
    52             this.components = new System.ComponentModel.Container(); 
    53             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SchedulerPanel)); 
    54             this.scheduler = new System.Windows.Forms.ListView(); 
    55             this.schedulerColName = new System.Windows.Forms.ColumnHeader(); 
    56             this.schedulerColNextRun = new System.Windows.Forms.ColumnHeader(); 
    57             this.schedulerColStatus = new System.Windows.Forms.ColumnHeader(); 
    58             this.schedulerMenu = new System.Windows.Forms.ContextMenuStrip(this.components); 
    59             this.runNowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 
    60             this.cancelTaskToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 
    61             this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); 
    62             this.viewTaskLogToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 
    63             this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); 
    64             this.editTaskToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 
    65             this.deleteTaskToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 
    66             this.schedulerProgress = new System.Windows.Forms.ProgressBar(); 
    67             this.schedulerDefaultMenu = new System.Windows.Forms.ContextMenuStrip(this.components); 
    68             this.newTaskToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 
    69             ((System.ComponentModel.ISupportInitialize)(this.titleIcon)).BeginInit(); 
    70             this.content.SuspendLayout(); 
    71             this.schedulerMenu.SuspendLayout(); 
    72             this.schedulerDefaultMenu.SuspendLayout(); 
    73             this.SuspendLayout(); 
    74             //  
    75             // titleLabel 
    76             //  
    77             this.titleLabel.AccessibleDescription = null; 
    78             this.titleLabel.AccessibleName = null; 
    79             resources.ApplyResources(this.titleLabel, "titleLabel"); 
    80             //  
    81             // titleIcon 
    82             //  
    83             this.titleIcon.AccessibleDescription = null; 
    84             this.titleIcon.AccessibleName = null; 
    85             resources.ApplyResources(this.titleIcon, "titleIcon"); 
    86             this.titleIcon.BackgroundImage = null; 
    87             this.titleIcon.Font = null; 
    88             this.titleIcon.Image = global::Eraser.Properties.Resources.ToolbarSchedule; 
    89             this.titleIcon.ImageLocation = null; 
    90             //  
    91             // content 
    92             //  
    93             this.content.AccessibleDescription = null; 
    94             this.content.AccessibleName = null; 
    95             resources.ApplyResources(this.content, "content"); 
    96             this.content.BackgroundImage = null; 
    97             this.content.Controls.Add(this.schedulerProgress); 
    98             this.content.Controls.Add(this.scheduler); 
    99             this.content.Font = null; 
    100             //  
    101             // scheduler 
    102             //  
    103             this.scheduler.AccessibleDescription = null; 
    104             this.scheduler.AccessibleName = null; 
    105             resources.ApplyResources(this.scheduler, "scheduler"); 
    106             this.scheduler.AllowDrop = true; 
    107             this.scheduler.BackgroundImage = null; 
    108             this.scheduler.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { 
     52            this.components = new System.ComponentModel.Container(); 
     53            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SchedulerPanel)); 
     54            this.scheduler = new System.Windows.Forms.ListView(); 
     55            this.schedulerColName = new System.Windows.Forms.ColumnHeader(); 
     56            this.schedulerColNextRun = new System.Windows.Forms.ColumnHeader(); 
     57            this.schedulerColStatus = new System.Windows.Forms.ColumnHeader(); 
     58            this.schedulerMenu = new System.Windows.Forms.ContextMenuStrip(this.components); 
     59            this.runNowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 
     60            this.cancelTaskToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 
     61            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); 
     62            this.viewTaskLogToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 
     63            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); 
     64            this.editTaskToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 
     65            this.deleteTaskToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 
     66            this.schedulerProgress = new System.Windows.Forms.ProgressBar(); 
     67            this.schedulerDefaultMenu = new System.Windows.Forms.ContextMenuStrip(this.components); 
     68            this.newTaskToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 
     69            ((System.ComponentModel.ISupportInitialize)(this.titleIcon)).BeginInit(); 
     70            this.content.SuspendLayout(); 
     71            this.schedulerMenu.SuspendLayout(); 
     72            this.schedulerDefaultMenu.SuspendLayout(); 
     73            this.SuspendLayout(); 
     74            //  
     75            // titleLabel 
     76            //  
     77            this.titleLabel.AccessibleDescription = null; 
     78            this.titleLabel.AccessibleName = null; 
     79            resources.ApplyResources(this.titleLabel, "titleLabel"); 
     80            //  
     81            // titleIcon 
     82            //  
     83            this.titleIcon.AccessibleDescription = null; 
     84            this.titleIcon.AccessibleName = null; 
     85            resources.ApplyResources(this.titleIcon, "titleIcon"); 
     86            this.titleIcon.BackgroundImage = null; 
     87            this.titleIcon.Font = null; 
     88            this.titleIcon.Image = global::Eraser.Properties.Resources.ToolbarSchedule; 
     89            this.titleIcon.ImageLocation = null; 
     90            //  
     91            // content 
     92            //  
     93            this.content.AccessibleDescription = null; 
     94            this.content.AccessibleName = null; 
     95            resources.ApplyResources(this.content, "content"); 
     96            this.content.BackgroundImage = null; 
     97            this.content.Controls.Add(this.schedulerProgress); 
     98            this.content.Controls.Add(this.scheduler); 
     99            this.content.Font = null; 
     100            //  
     101            // scheduler 
     102            //  
     103            this.scheduler.AccessibleDescription = null; 
     104            this.scheduler.AccessibleName = null; 
     105            resources.ApplyResources(this.scheduler, "scheduler"); 
     106            this.scheduler.AllowDrop = true; 
     107            this.scheduler.BackgroundImage = null; 
     108            this.scheduler.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { 
    109109            this.schedulerColName, 
    110110            this.schedulerColNextRun, 
    111111            this.schedulerColStatus}); 
    112             this.scheduler.ContextMenuStrip = this.schedulerMenu; 
    113             this.scheduler.Font = null; 
    114             this.scheduler.FullRowSelect = true; 
    115             this.scheduler.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] { 
     112            this.scheduler.ContextMenuStrip = this.schedulerMenu; 
     113            this.scheduler.Font = null; 
     114            this.scheduler.FullRowSelect = true; 
     115            this.scheduler.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] { 
    116116            ((System.Windows.Forms.ListViewGroup)(resources.GetObject("scheduler.Groups"))), 
    117117            ((System.Windows.Forms.ListViewGroup)(resources.GetObject("scheduler.Groups1"))), 
    118118            ((System.Windows.Forms.ListViewGroup)(resources.GetObject("scheduler.Groups2")))}); 
    119             this.scheduler.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; 
    120             this.scheduler.Name = "scheduler"; 
    121             this.scheduler.OwnerDraw = true; 
    122             this.scheduler.UseCompatibleStateImageBehavior = false; 
    123             this.scheduler.View = System.Windows.Forms.View.Details; 
    124             this.scheduler.DrawColumnHeader += new System.Windows.Forms.DrawListViewColumnHeaderEventHandler(this.scheduler_DrawColumnHeader); 
    125             this.scheduler.ItemActivate += new System.EventHandler(this.scheduler_ItemActivate); 
    126             this.scheduler.DragDrop += new System.Windows.Forms.DragEventHandler(this.scheduler_DragDrop); 
    127             this.scheduler.DragEnter += new System.Windows.Forms.DragEventHandler(this.scheduler_DragEnter); 
    128             this.scheduler.DragLeave += new System.EventHandler(this.scheduler_DragLeave); 
    129             this.scheduler.KeyDown += new System.Windows.Forms.KeyEventHandler(this.scheduler_KeyDown); 
    130             this.scheduler.DragOver += new System.Windows.Forms.DragEventHandler(this.scheduler_DragOver); 
    131             this.scheduler.DrawSubItem += new System.Windows.Forms.DrawListViewSubItemEventHandler(this.scheduler_DrawSubItem); 
    132             //  
    133             // schedulerColName 
    134             //  
    135             resources.ApplyResources(this.schedulerColName, "schedulerColName"); 
    136             //  
    137             // schedulerColNextRun 
    138             //  
    139             resources.ApplyResources(this.schedulerColNextRun, "schedulerColNextRun"); 
    140             //  
    141             // schedulerColStatus 
    142             //  
    143             resources.ApplyResources(this.schedulerColStatus, "schedulerColStatus"); 
    144             //  
    145             // schedulerMenu 
    146             //  
    147             this.schedulerMenu.AccessibleDescription = null; 
    148             this.schedulerMenu.AccessibleName = null; 
    149             resources.ApplyResources(this.schedulerMenu, "schedulerMenu"); 
    150             this.schedulerMenu.BackgroundImage = null; 
    151             this.schedulerMenu.Font = null; 
    152             this.schedulerMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { 
     119            this.scheduler.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; 
     120            this.scheduler.Name = "scheduler"; 
     121            this.scheduler.OwnerDraw = true; 
     122            this.scheduler.UseCompatibleStateImageBehavior = false; 
     123            this.scheduler.View = System.Windows.Forms.View.Details; 
     124            this.scheduler.DrawColumnHeader += new System.Windows.Forms.DrawListViewColumnHeaderEventHandler(this.scheduler_DrawColumnHeader); 
     125            this.scheduler.ItemActivate += new System.EventHandler(this.scheduler_ItemActivate); 
     126            this.scheduler.DragDrop += new System.Windows.Forms.DragEventHandler(this.scheduler_DragDrop); 
     127            this.scheduler.DragEnter += new System.Windows.Forms.DragEventHandler(this.scheduler_DragEnter); 
     128            this.scheduler.DragLeave += new System.EventHandler(this.scheduler_DragLeave); 
     129            this.scheduler.KeyDown += new System.Windows.Forms.KeyEventHandler(this.scheduler_KeyDown); 
     130            this.scheduler.DragOver += new System.Windows.Forms.DragEventHandler(this.scheduler_DragOver); 
     131            this.scheduler.DrawSubItem += new System.Windows.Forms.DrawListViewSubItemEventHandler(this.scheduler_DrawSubItem); 
     132            //  
     133            // schedulerColName 
     134            //  
     135            resources.ApplyResources(this.schedulerColName, "schedulerColName"); 
     136            //  
     137            // schedulerColNextRun 
     138            //  
     139            resources.ApplyResources(this.schedulerColNextRun, "schedulerColNextRun"); 
     140            //  
     141            // schedulerColStatus 
     142            //  
     143            resources.ApplyResources(this.schedulerColStatus, "schedulerColStatus"); 
     144            //  
     145            // schedulerMenu 
     146            //  
     147            this.schedulerMenu.AccessibleDescription = null; 
     148            this.schedulerMenu.AccessibleName = null; 
     149            resources.ApplyResources(this.schedulerMenu, "schedulerMenu"); 
     150            this.schedulerMenu.BackgroundImage = null; 
     151            this.schedulerMenu.Font = null; 
     152            this.schedulerMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { 
    153153            this.runNowToolStripMenuItem, 
    154154            this.cancelTaskToolStripMenuItem, 
     
    158158            this.editTaskToolStripMenuItem, 
    159159            this.deleteTaskToolStripMenuItem}); 
    160             this.schedulerMenu.Name = "schedulerMenu"; 
    161             this.schedulerMenu.Opening += new System.ComponentModel.CancelEventHandler(this.schedulerMenu_Opening); 
    162             //  
    163             // runNowToolStripMenuItem 
    164             //  
    165             this.runNowToolStripMenuItem.AccessibleDescription = null; 
    166             this.runNowToolStripMenuItem.AccessibleName = null; 
    167             resources.ApplyResources(this.runNowToolStripMenuItem, "runNowToolStripMenuItem"); 
    168             this.runNowToolStripMenuItem.BackgroundImage = null; 
    169             this.runNowToolStripMenuItem.Name = "runNowToolStripMenuItem"; 
    170             this.runNowToolStripMenuItem.ShortcutKeyDisplayString = null; 
    171             this.runNowToolStripMenuItem.Click += new System.EventHandler(this.runNowToolStripMenuItem_Click); 
    172             //  
    173             // cancelTaskToolStripMenuItem 
    174             //  
    175             this.cancelTaskToolStripMenuItem.AccessibleDescription = null; 
    176             this.cancelTaskToolStripMenuItem.AccessibleName = null; 
    177             resources.ApplyResources(this.cancelTaskToolStripMenuItem, "cancelTaskToolStripMenuItem"); 
    178             this.cancelTaskToolStripMenuItem.BackgroundImage = null; 
    179             this.cancelTaskToolStripMenuItem.Name = "cancelTaskToolStripMenuItem"; 
    180             this.cancelTaskToolStripMenuItem.ShortcutKeyDisplayString = null; 
    181             this.cancelTaskToolStripMenuItem.Click += new System.EventHandler(this.cancelTaskToolStripMenuItem_Click); 
    182             //  
    183             // toolStripSeparator2 
    184             //  
    185             this.toolStripSeparator2.AccessibleDescription = null; 
    186             this.toolStripSeparator2.AccessibleName = null; 
    187             resources.ApplyResources(this.toolStripSeparator2, "toolStripSeparator2"); 
    188             this.toolStripSeparator2.Name = "toolStripSeparator2"; 
    189             //  
    190             // viewTaskLogToolStripMenuItem 
    191             //  
    192             this.viewTaskLogToolStripMenuItem.AccessibleDescription = null; 
    193             this.viewTaskLogToolStripMenuItem.AccessibleName = null; 
    194             resources.ApplyResources(this.viewTaskLogToolStripMenuItem, "viewTaskLogToolStripMenuItem"); 
    195             this.viewTaskLogToolStripMenuItem.BackgroundImage = null; 
    196             this.viewTaskLogToolStripMenuItem.Name = "viewTaskLogToolStripMenuItem"; 
    197             this.viewTaskLogToolStripMenuItem.ShortcutKeyDisplayString = null; 
    198             this.viewTaskLogToolStripMenuItem.Click += new System.EventHandler(this.viewTaskLogToolStripMenuItem_Click); 
    199             //  
    200             // toolStripSeparator1 
    201             //  
    202             this.toolStripSeparator1.AccessibleDescription = null; 
    203             this.toolStripSeparator1.AccessibleName = null; 
    204             resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1"); 
    205             this.toolStripSeparator1.Name = "toolStripSeparator1"; 
    206             //  
    207             // editTaskToolStripMenuItem 
    208             //  
    209             this.editTaskToolStripMenuItem.AccessibleDescription = null; 
    210             this.editTaskToolStripMenuItem.AccessibleName = null; 
    211             resources.ApplyResources(this.editTaskToolStripMenuItem, "editTaskToolStripMenuItem"); 
    212             this.editTaskToolStripMenuItem.BackgroundImage = null; 
    213             this.editTaskToolStripMenuItem.Name = "editTaskToolStripMenuItem"; 
    214             this.editTaskToolStripMenuItem.ShortcutKeyDisplayString = null; 
    215             this.editTaskToolStripMenuItem.Click += new System.EventHandler(this.editTaskToolStripMenuItem_Click); 
    216             //  
    217             // deleteTaskToolStripMenuItem 
    218             //  
    219             this.deleteTaskToolStripMenuItem.AccessibleDescription = null; 
    220             this.deleteTaskToolStripMenuItem.AccessibleName = null; 
    221             resources.ApplyResources(this.deleteTaskToolStripMenuItem, "deleteTaskToolStripMenuItem"); 
    222             this.deleteTaskToolStripMenuItem.BackgroundImage = null; 
    223             this.deleteTaskToolStripMenuItem.Name = "deleteTaskToolStripMenuItem"; 
    224             this.deleteTaskToolStripMenuItem.ShortcutKeyDisplayString = null; 
    225             this.deleteTaskToolStripMenuItem.Click += new System.EventHandler(this.deleteTaskToolStripMenuItem_Click); 
    226             //  
    227             // schedulerProgress 
    228             //  
    229             this.schedulerProgress.AccessibleDescription = null; 
    230             this.schedulerProgress.AccessibleName = null; 
    231             resources.ApplyResources(this.schedulerProgress, "schedulerProgress"); 
    232             this.schedulerProgress.BackgroundImage = null; 
    233             this.schedulerProgress.Font = null; 
    234             this.schedulerProgress.Maximum = 1000; 
    235             this.schedulerProgress.Name = "schedulerProgress"; 
    236             //  
    237             // schedulerDefaultMenu 
    238             //  
    239             this.schedulerDefaultMenu.AccessibleDescription = null; 
    240             this.schedulerDefaultMenu.AccessibleName = null; 
    241             resources.ApplyResources(this.schedulerDefaultMenu, "schedulerDefaultMenu"); 
    242             this.schedulerDefaultMenu.BackgroundImage = null; 
    243             this.schedulerDefaultMenu.Font = null; 
    244             this.schedulerDefaultMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { 
     160            this.schedulerMenu.Name = "schedulerMenu"; 
     161            this.schedulerMenu.Opening += new System.ComponentModel.CancelEventHandler(this.schedulerMenu_Opening); 
     162            //  
     163            // runNowToolStripMenuItem 
     164            //  
     165            this.runNowToolStripMenuItem.AccessibleDescription = null; 
     166            this.runNowToolStripMenuItem.AccessibleName = null; 
     167            resources.ApplyResources(this.runNowToolStripMenuItem, "runNowToolStripMenuItem"); 
     168            this.runNowToolStripMenuItem.BackgroundImage = null; 
     169            this.runNowToolStripMenuItem.Name = "runNowToolStripMenuItem"; 
     170            this.runNowToolStripMenuItem.ShortcutKeyDisplayString = null; 
     171            this.runNowToolStripMenuItem.Click += new System.EventHandler(this.runNowToolStripMenuItem_Click); 
     172            //  
     173            // cancelTaskToolStripMenuItem 
     174            //  
     175            this.cancelTaskToolStripMenuItem.AccessibleDescription = null; 
     176            this.cancelTaskToolStripMenuItem.AccessibleName = null; 
     177            resources.ApplyResources(this.cancelTaskToolStripMenuItem, "cancelTaskToolStripMenuItem"); 
     178            this.cancelTaskToolStripMenuItem.BackgroundImage = null; 
     179            this.cancelTaskToolStripMenuItem.Name = "cancelTaskToolStripMenuItem"; 
     180            this.cancelTaskToolStripMenuItem.ShortcutKeyDisplayString = null; 
     181            this.cancelTaskToolStripMenuItem.Click += new System.EventHandler(this.cancelTaskToolStripMenuItem_Click); 
     182            //  
     183            // toolStripSeparator2 
     184            //  
     185            this.toolStripSeparator2.AccessibleDescription = null; 
     186            this.toolStripSeparator2.AccessibleName = null; 
     187            resources.ApplyResources(this.toolStripSeparator2, "toolStripSeparator2"); 
     188            this.toolStripSeparator2.Name = "toolStripSeparator2"; 
     189            //  
     190            // viewTaskLogToolStripMenuItem 
     191            //  
     192            this.viewTaskLogToolStripMenuItem.AccessibleDescription = null; 
     193            this.viewTaskLogToolStripMenuItem.AccessibleName = null; 
     194            resources.ApplyResources(this.viewTaskLogToolStripMenuItem, "viewTaskLogToolStripMenuItem"); 
     195            this.viewTaskLogToolStripMenuItem.BackgroundImage = null; 
     196            this.viewTaskLogToolStripMenuItem.Name = "viewTaskLogToolStripMenuItem"; 
     197            this.viewTaskLogToolStripMenuItem.ShortcutKeyDisplayString = null; 
     198            this.viewTaskLogToolStripMenuItem.Click += new System.EventHandler(this.viewTaskLogToolStripMenuItem_Click); 
     199            //  
     200            // toolStripSeparator1 
     201            //  
     202            this.toolStripSeparator1.AccessibleDescription = null; 
     203            this.toolStripSeparator1.AccessibleName = null; 
     204            resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1"); 
     205            this.toolStripSeparator1.Name = "toolStripSeparator1"; 
     206            //  
     207            // editTaskToolStripMenuItem 
     208            //  
     209            this.editTaskToolStripMenuItem.AccessibleDescription = null; 
     210            this.editTaskToolStripMenuItem.AccessibleName = null; 
     211            resources.ApplyResources(this.editTaskToolStripMenuItem, "editTaskToolStripMenuItem"); 
     212            this.editTaskToolStripMenuItem.BackgroundImage = null; 
     213            this.editTaskToolStripMenuItem.Name = "editTaskToolStripMenuItem"; 
     214            this.editTaskToolStripMenuItem.ShortcutKeyDisplayString = null; 
     215            this.editTaskToolStripMenuItem.Click += new System.EventHandler(this.editTaskToolStripMenuItem_Click); 
     216            //  
     217            // deleteTaskToolStripMenuItem 
     218            //  
     219            this.deleteTaskToolStripMenuItem.AccessibleDescription = null; 
     220            this.deleteTaskToolStripMenuItem.AccessibleName = null; 
     221            resources.ApplyResources(this.deleteTaskToolStripMenuItem, "deleteTaskToolStripMenuItem"); 
     222            this.deleteTaskToolStripMenuItem.BackgroundImage = null; 
     223            this.deleteTaskToolStripMenuItem.Name = "deleteTaskToolStripMenuItem"; 
     224            this.deleteTaskToolStripMenuItem.ShortcutKeyDisplayString = null; 
     225            this.deleteTaskToolStripMenuItem.Click += new System.EventHandler(this.deleteTaskToolStripMenuItem_Click); 
     226            //  
     227            // schedulerProgress 
     228            //  
     229            this.schedulerProgress.AccessibleDescription = null; 
     230            this.schedulerProgress.AccessibleName = null; 
     231            resources.ApplyResources(this.schedulerProgress, "schedulerProgress"); 
     232            this.schedulerProgress.BackgroundImage = null; 
     233            this.schedulerProgress.Font = null; 
     234            this.schedulerProgress.Maximum = 1000; 
     235            this.schedulerProgress.Name = "schedulerProgress"; 
     236            this.schedulerProgress.Style = System.Windows.Forms.ProgressBarStyle.Continuous; 
     237            //  
     238            // schedulerDefaultMenu 
     239            //  
     240            this.schedulerDefaultMenu.AccessibleDescription = null; 
     241            this.schedulerDefaultMenu.AccessibleName = null; 
     242            resources.ApplyResources(this.schedulerDefaultMenu, "schedulerDefaultMenu"); 
     243            this.schedulerDefaultMenu.BackgroundImage = null; 
     244            this.schedulerDefaultMenu.Font = null; 
     245            this.schedulerDefaultMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { 
    245246            this.newTaskToolStripMenuItem}); 
    246             this.schedulerDefaultMenu.Name = "schedulerDefaultMenu"; 
    247             //  
    248             // newTaskToolStripMenuItem 
    249             //  
    250             this.newTaskToolStripMenuItem.AccessibleDescription = null; 
    251             this.newTaskToolStripMenuItem.AccessibleName = null; 
    252             resources.ApplyResources(this.newTaskToolStripMenuItem, "newTaskToolStripMenuItem"); 
    253             this.newTaskToolStripMenuItem.BackgroundImage = null; 
    254             this.newTaskToolStripMenuItem.Name = "newTaskToolStripMenuItem"; 
    255             this.newTaskToolStripMenuItem.ShortcutKeyDisplayString = null; 
    256             this.newTaskToolStripMenuItem.Click += new System.EventHandler(this.newTaskToolStripMenuItem_Click); 
    257             //  
    258             // SchedulerPanel 
    259             //  
    260             this.AccessibleDescription = null; 
    261             this.AccessibleName = null; 
    262             resources.ApplyResources(this, "$this"); 
    263             this.BackgroundImage = null; 
    264             this.DoubleBuffered = true; 
    265             this.Font = null; 
    266             this.Name = "SchedulerPanel"; 
    267             this.Controls.SetChildIndex(this.titleLabel, 0); 
    268             this.Controls.SetChildIndex(this.titleIcon, 0); 
    269             this.Controls.SetChildIndex(this.content, 0); 
    270             ((System.ComponentModel.ISupportInitialize)(this.titleIcon)).EndInit(); 
    271             this.content.ResumeLayout(false); 
    272             this.schedulerMenu.ResumeLayout(false); 
    273             this.schedulerDefaultMenu.ResumeLayout(false); 
    274             this.ResumeLayout(false); 
    275             this.PerformLayout(); 
     247            this.schedulerDefaultMenu.Name = "schedulerDefaultMenu"; 
     248            //  
     249            // newTaskToolStripMenuItem 
     250            //  
     251            this.newTaskToolStripMenuItem.AccessibleDescription = null; 
     252            this.newTaskToolStripMenuItem.AccessibleName = null; 
     253            resources.ApplyResources(this.newTaskToolStripMenuItem, "newTaskToolStripMenuItem"); 
     254            this.newTaskToolStripMenuItem.BackgroundImage = null; 
     255            this.newTaskToolStripMenuItem.Name = "newTaskToolStripMenuItem"; 
     256            this.newTaskToolStripMenuItem.ShortcutKeyDisplayString = null; 
     257            this.newTaskToolStripMenuItem.Click += new System.EventHandler(this.newTaskToolStripMenuItem_Click); 
     258            //  
     259            // SchedulerPanel 
     260            //  
     261            this.AccessibleDescription = null; 
     262            this.AccessibleName = null; 
     263            resources.ApplyResources(this, "$this"); 
     264            this.BackgroundImage = null; 
     265            this.DoubleBuffered = true; 
     266            this.Font = null; 
     267            this.Name = "SchedulerPanel"; 
     268            this.Controls.SetChildIndex(this.titleLabel, 0); 
     269            this.Controls.SetChildIndex(this.titleIcon, 0); 
     270            this.Controls.SetChildIndex(this.content, 0); 
     271            ((System.ComponentModel.ISupportInitialize)(this.titleIcon)).EndInit(); 
     272            this.content.ResumeLayout(false); 
     273            this.schedulerMenu.ResumeLayout(false); 
     274            this.schedulerDefaultMenu.ResumeLayout(false); 
     275            this.ResumeLayout(false); 
     276            this.PerformLayout(); 
    276277 
    277278        } 
Note: See TracChangeset for help on using the changeset viewer.