Ignore:
Timestamp:
8/4/2010 2:20:17 PM (22 months ago)
Author:
lowjoel
Message:

Implemented Ctrl-Alt-R as a shortcut key to run the selected task.

File:
1 edited

Legend:

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

    r2201 r2241  
    7575            // titleLabel 
    7676            //  
    77             this.titleLabel.AccessibleDescription = null; 
    78             this.titleLabel.AccessibleName = null; 
    7977            resources.ApplyResources(this.titleLabel, "titleLabel"); 
    8078            //  
    8179            // titleIcon 
    8280            //  
    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; 
    8881            this.titleIcon.Image = global::Eraser.Properties.Resources.ToolbarSchedule; 
    89             this.titleIcon.ImageLocation = null; 
    9082            //  
    9183            // content 
    9284            //  
    93             this.content.AccessibleDescription = null; 
    94             this.content.AccessibleName = null; 
    95             resources.ApplyResources(this.content, "content"); 
    96             this.content.BackgroundImage = null; 
    9785            this.content.Controls.Add(this.schedulerProgress); 
    9886            this.content.Controls.Add(this.scheduler); 
    99             this.content.Font = null; 
    10087            //  
    10188            // scheduler 
    10289            //  
    103             this.scheduler.AccessibleDescription = null; 
    104             this.scheduler.AccessibleName = null; 
     90            this.scheduler.AllowDrop = true; 
    10591            resources.ApplyResources(this.scheduler, "scheduler"); 
    106             this.scheduler.AllowDrop = true; 
    107             this.scheduler.BackgroundImage = null; 
    10892            this.scheduler.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { 
    10993            this.schedulerColName, 
     
    11195            this.schedulerColStatus}); 
    11296            this.scheduler.ContextMenuStrip = this.schedulerMenu; 
    113             this.scheduler.Font = null; 
    11497            this.scheduler.FullRowSelect = true; 
    11598            this.scheduler.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] { 
     
    145128            // schedulerMenu 
    146129            //  
    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; 
    152130            this.schedulerMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { 
    153131            this.runNowToolStripMenuItem, 
     
    159137            this.deleteTaskToolStripMenuItem}); 
    160138            this.schedulerMenu.Name = "schedulerMenu"; 
     139            resources.ApplyResources(this.schedulerMenu, "schedulerMenu"); 
    161140            this.schedulerMenu.Opening += new System.ComponentModel.CancelEventHandler(this.schedulerMenu_Opening); 
    162141            //  
    163142            // runNowToolStripMenuItem 
    164143            //  
    165             this.runNowToolStripMenuItem.AccessibleDescription = null; 
    166             this.runNowToolStripMenuItem.AccessibleName = null; 
     144            this.runNowToolStripMenuItem.Name = "runNowToolStripMenuItem"; 
    167145            resources.ApplyResources(this.runNowToolStripMenuItem, "runNowToolStripMenuItem"); 
    168             this.runNowToolStripMenuItem.BackgroundImage = null; 
    169             this.runNowToolStripMenuItem.Name = "runNowToolStripMenuItem"; 
    170             this.runNowToolStripMenuItem.ShortcutKeyDisplayString = null; 
    171146            this.runNowToolStripMenuItem.Click += new System.EventHandler(this.runNowToolStripMenuItem_Click); 
    172147            //  
    173148            // cancelTaskToolStripMenuItem 
    174149            //  
    175             this.cancelTaskToolStripMenuItem.AccessibleDescription = null; 
    176             this.cancelTaskToolStripMenuItem.AccessibleName = null; 
     150            this.cancelTaskToolStripMenuItem.Name = "cancelTaskToolStripMenuItem"; 
    177151            resources.ApplyResources(this.cancelTaskToolStripMenuItem, "cancelTaskToolStripMenuItem"); 
    178             this.cancelTaskToolStripMenuItem.BackgroundImage = null; 
    179             this.cancelTaskToolStripMenuItem.Name = "cancelTaskToolStripMenuItem"; 
    180             this.cancelTaskToolStripMenuItem.ShortcutKeyDisplayString = null; 
    181152            this.cancelTaskToolStripMenuItem.Click += new System.EventHandler(this.cancelTaskToolStripMenuItem_Click); 
    182153            //  
    183154            // toolStripSeparator2 
    184155            //  
    185             this.toolStripSeparator2.AccessibleDescription = null; 
    186             this.toolStripSeparator2.AccessibleName = null; 
     156            this.toolStripSeparator2.Name = "toolStripSeparator2"; 
    187157            resources.ApplyResources(this.toolStripSeparator2, "toolStripSeparator2"); 
    188             this.toolStripSeparator2.Name = "toolStripSeparator2"; 
    189158            //  
    190159            // viewTaskLogToolStripMenuItem 
    191160            //  
    192             this.viewTaskLogToolStripMenuItem.AccessibleDescription = null; 
    193             this.viewTaskLogToolStripMenuItem.AccessibleName = null; 
     161            this.viewTaskLogToolStripMenuItem.Name = "viewTaskLogToolStripMenuItem"; 
    194162            resources.ApplyResources(this.viewTaskLogToolStripMenuItem, "viewTaskLogToolStripMenuItem"); 
    195             this.viewTaskLogToolStripMenuItem.BackgroundImage = null; 
    196             this.viewTaskLogToolStripMenuItem.Name = "viewTaskLogToolStripMenuItem"; 
    197             this.viewTaskLogToolStripMenuItem.ShortcutKeyDisplayString = null; 
    198163            this.viewTaskLogToolStripMenuItem.Click += new System.EventHandler(this.viewTaskLogToolStripMenuItem_Click); 
    199164            //  
    200165            // toolStripSeparator1 
    201166            //  
    202             this.toolStripSeparator1.AccessibleDescription = null; 
    203             this.toolStripSeparator1.AccessibleName = null; 
     167            this.toolStripSeparator1.Name = "toolStripSeparator1"; 
    204168            resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1"); 
    205             this.toolStripSeparator1.Name = "toolStripSeparator1"; 
    206169            //  
    207170            // editTaskToolStripMenuItem 
    208171            //  
    209             this.editTaskToolStripMenuItem.AccessibleDescription = null; 
    210             this.editTaskToolStripMenuItem.AccessibleName = null; 
     172            this.editTaskToolStripMenuItem.Name = "editTaskToolStripMenuItem"; 
    211173            resources.ApplyResources(this.editTaskToolStripMenuItem, "editTaskToolStripMenuItem"); 
    212             this.editTaskToolStripMenuItem.BackgroundImage = null; 
    213             this.editTaskToolStripMenuItem.Name = "editTaskToolStripMenuItem"; 
    214             this.editTaskToolStripMenuItem.ShortcutKeyDisplayString = null; 
    215174            this.editTaskToolStripMenuItem.Click += new System.EventHandler(this.editTaskToolStripMenuItem_Click); 
    216175            //  
    217176            // deleteTaskToolStripMenuItem 
    218177            //  
    219             this.deleteTaskToolStripMenuItem.AccessibleDescription = null; 
    220             this.deleteTaskToolStripMenuItem.AccessibleName = null; 
     178            this.deleteTaskToolStripMenuItem.Name = "deleteTaskToolStripMenuItem"; 
    221179            resources.ApplyResources(this.deleteTaskToolStripMenuItem, "deleteTaskToolStripMenuItem"); 
    222             this.deleteTaskToolStripMenuItem.BackgroundImage = null; 
    223             this.deleteTaskToolStripMenuItem.Name = "deleteTaskToolStripMenuItem"; 
    224             this.deleteTaskToolStripMenuItem.ShortcutKeyDisplayString = null; 
    225180            this.deleteTaskToolStripMenuItem.Click += new System.EventHandler(this.deleteTaskToolStripMenuItem_Click); 
    226181            //  
    227182            // schedulerProgress 
    228183            //  
    229             this.schedulerProgress.AccessibleDescription = null; 
    230             this.schedulerProgress.AccessibleName = null; 
    231184            resources.ApplyResources(this.schedulerProgress, "schedulerProgress"); 
    232             this.schedulerProgress.BackgroundImage = null; 
    233             this.schedulerProgress.Font = null; 
    234185            this.schedulerProgress.Maximum = 1000; 
    235186            this.schedulerProgress.Name = "schedulerProgress"; 
     
    238189            // schedulerDefaultMenu 
    239190            //  
    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; 
    245191            this.schedulerDefaultMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { 
    246192            this.newTaskToolStripMenuItem}); 
    247193            this.schedulerDefaultMenu.Name = "schedulerDefaultMenu"; 
     194            resources.ApplyResources(this.schedulerDefaultMenu, "schedulerDefaultMenu"); 
    248195            //  
    249196            // newTaskToolStripMenuItem 
    250197            //  
    251             this.newTaskToolStripMenuItem.AccessibleDescription = null; 
    252             this.newTaskToolStripMenuItem.AccessibleName = null; 
     198            this.newTaskToolStripMenuItem.Name = "newTaskToolStripMenuItem"; 
    253199            resources.ApplyResources(this.newTaskToolStripMenuItem, "newTaskToolStripMenuItem"); 
    254             this.newTaskToolStripMenuItem.BackgroundImage = null; 
    255             this.newTaskToolStripMenuItem.Name = "newTaskToolStripMenuItem"; 
    256             this.newTaskToolStripMenuItem.ShortcutKeyDisplayString = null; 
    257200            this.newTaskToolStripMenuItem.Click += new System.EventHandler(this.newTaskToolStripMenuItem_Click); 
    258201            //  
    259202            // SchedulerPanel 
    260203            //  
    261             this.AccessibleDescription = null; 
    262             this.AccessibleName = null; 
    263             resources.ApplyResources(this, "$this"); 
    264             this.BackgroundImage = null; 
    265204            this.DoubleBuffered = true; 
    266             this.Font = null; 
    267205            this.Name = "SchedulerPanel"; 
    268206            this.Controls.SetChildIndex(this.titleLabel, 0); 
Note: See TracChangeset for help on using the changeset viewer.