Ignore:
Timestamp:
1/5/2009 10:01:55 AM (3 years ago)
Author:
lowjoel
Message:

-Allow users to create tasks by right clicking in the scheduler list view
-Remove the unused and disabled menu entries in the Scheduler tool bar item

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eraser6/Eraser/SchedulerPanel.Designer.cs

    r482 r854  
    6565            this.deleteTaskToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 
    6666            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(); 
    6769            ((System.ComponentModel.ISupportInitialize)(this.titleIcon)).BeginInit(); 
    6870            this.content.SuspendLayout(); 
    6971            this.schedulerMenu.SuspendLayout(); 
     72            this.schedulerDefaultMenu.SuspendLayout(); 
    7073            this.SuspendLayout(); 
    7174            //  
    7275            // titleLbl 
    7376            //  
    74             this.titleLbl.AccessibleDescription = null; 
    75             this.titleLbl.AccessibleName = null; 
    7677            resources.ApplyResources(this.titleLbl, "titleLbl"); 
    7778            //  
    7879            // titleIcon 
    7980            //  
    80             this.titleIcon.AccessibleDescription = null; 
    81             this.titleIcon.AccessibleName = null; 
    82             resources.ApplyResources(this.titleIcon, "titleIcon"); 
    83             this.titleIcon.BackgroundImage = null; 
    84             this.titleIcon.Font = null; 
    8581            this.titleIcon.Image = global::Eraser.Properties.Resources.ToolbarSchedule; 
    86             this.titleIcon.ImageLocation = null; 
    8782            //  
    8883            // content 
    8984            //  
    90             this.content.AccessibleDescription = null; 
    91             this.content.AccessibleName = null; 
    92             resources.ApplyResources(this.content, "content"); 
    93             this.content.BackgroundImage = null; 
    9485            this.content.Controls.Add(this.schedulerProgress); 
    9586            this.content.Controls.Add(this.scheduler); 
    96             this.content.Font = null; 
    9787            //  
    9888            // scheduler 
    9989            //  
    100             this.scheduler.AccessibleDescription = null; 
    101             this.scheduler.AccessibleName = null; 
    10290            resources.ApplyResources(this.scheduler, "scheduler"); 
    103             this.scheduler.BackgroundImage = null; 
    10491            this.scheduler.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { 
    10592            this.schedulerColName, 
     
    10794            this.schedulerColStatus}); 
    10895            this.scheduler.ContextMenuStrip = this.schedulerMenu; 
    109             this.scheduler.Font = null; 
    11096            this.scheduler.FullRowSelect = true; 
    11197            this.scheduler.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] { 
     
    136122            // schedulerMenu 
    137123            //  
    138             this.schedulerMenu.AccessibleDescription = null; 
    139             this.schedulerMenu.AccessibleName = null; 
    140             resources.ApplyResources(this.schedulerMenu, "schedulerMenu"); 
    141             this.schedulerMenu.BackgroundImage = null; 
    142             this.schedulerMenu.Font = null; 
    143124            this.schedulerMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { 
    144125            this.runNowToolStripMenuItem, 
     
    150131            this.deleteTaskToolStripMenuItem}); 
    151132            this.schedulerMenu.Name = "schedulerMenu"; 
     133            resources.ApplyResources(this.schedulerMenu, "schedulerMenu"); 
    152134            this.schedulerMenu.Opening += new System.ComponentModel.CancelEventHandler(this.schedulerMenu_Opening); 
    153135            //  
    154136            // runNowToolStripMenuItem 
    155137            //  
    156             this.runNowToolStripMenuItem.AccessibleDescription = null; 
    157             this.runNowToolStripMenuItem.AccessibleName = null; 
     138            this.runNowToolStripMenuItem.Name = "runNowToolStripMenuItem"; 
    158139            resources.ApplyResources(this.runNowToolStripMenuItem, "runNowToolStripMenuItem"); 
    159             this.runNowToolStripMenuItem.BackgroundImage = null; 
    160             this.runNowToolStripMenuItem.Name = "runNowToolStripMenuItem"; 
    161             this.runNowToolStripMenuItem.ShortcutKeyDisplayString = null; 
    162140            this.runNowToolStripMenuItem.Click += new System.EventHandler(this.runNowToolStripMenuItem_Click); 
    163141            //  
    164142            // cancelTaskToolStripMenuItem 
    165143            //  
    166             this.cancelTaskToolStripMenuItem.AccessibleDescription = null; 
    167             this.cancelTaskToolStripMenuItem.AccessibleName = null; 
     144            this.cancelTaskToolStripMenuItem.Name = "cancelTaskToolStripMenuItem"; 
    168145            resources.ApplyResources(this.cancelTaskToolStripMenuItem, "cancelTaskToolStripMenuItem"); 
    169             this.cancelTaskToolStripMenuItem.BackgroundImage = null; 
    170             this.cancelTaskToolStripMenuItem.Name = "cancelTaskToolStripMenuItem"; 
    171             this.cancelTaskToolStripMenuItem.ShortcutKeyDisplayString = null; 
    172146            this.cancelTaskToolStripMenuItem.Click += new System.EventHandler(this.cancelTaskToolStripMenuItem_Click); 
    173147            //  
    174148            // toolStripSeparator2 
    175149            //  
    176             this.toolStripSeparator2.AccessibleDescription = null; 
    177             this.toolStripSeparator2.AccessibleName = null; 
     150            this.toolStripSeparator2.Name = "toolStripSeparator2"; 
    178151            resources.ApplyResources(this.toolStripSeparator2, "toolStripSeparator2"); 
    179             this.toolStripSeparator2.Name = "toolStripSeparator2"; 
    180152            //  
    181153            // viewTaskLogToolStripMenuItem 
    182154            //  
    183             this.viewTaskLogToolStripMenuItem.AccessibleDescription = null; 
    184             this.viewTaskLogToolStripMenuItem.AccessibleName = null; 
     155            this.viewTaskLogToolStripMenuItem.Name = "viewTaskLogToolStripMenuItem"; 
    185156            resources.ApplyResources(this.viewTaskLogToolStripMenuItem, "viewTaskLogToolStripMenuItem"); 
    186             this.viewTaskLogToolStripMenuItem.BackgroundImage = null; 
    187             this.viewTaskLogToolStripMenuItem.Name = "viewTaskLogToolStripMenuItem"; 
    188             this.viewTaskLogToolStripMenuItem.ShortcutKeyDisplayString = null; 
    189157            this.viewTaskLogToolStripMenuItem.Click += new System.EventHandler(this.viewTaskLogToolStripMenuItem_Click); 
    190158            //  
    191159            // toolStripSeparator1 
    192160            //  
    193             this.toolStripSeparator1.AccessibleDescription = null; 
    194             this.toolStripSeparator1.AccessibleName = null; 
     161            this.toolStripSeparator1.Name = "toolStripSeparator1"; 
    195162            resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1"); 
    196             this.toolStripSeparator1.Name = "toolStripSeparator1"; 
    197163            //  
    198164            // editTaskToolStripMenuItem 
    199165            //  
    200             this.editTaskToolStripMenuItem.AccessibleDescription = null; 
    201             this.editTaskToolStripMenuItem.AccessibleName = null; 
     166            this.editTaskToolStripMenuItem.Name = "editTaskToolStripMenuItem"; 
    202167            resources.ApplyResources(this.editTaskToolStripMenuItem, "editTaskToolStripMenuItem"); 
    203             this.editTaskToolStripMenuItem.BackgroundImage = null; 
    204             this.editTaskToolStripMenuItem.Name = "editTaskToolStripMenuItem"; 
    205             this.editTaskToolStripMenuItem.ShortcutKeyDisplayString = null; 
    206168            this.editTaskToolStripMenuItem.Click += new System.EventHandler(this.editTaskToolStripMenuItem_Click); 
    207169            //  
    208170            // deleteTaskToolStripMenuItem 
    209171            //  
    210             this.deleteTaskToolStripMenuItem.AccessibleDescription = null; 
    211             this.deleteTaskToolStripMenuItem.AccessibleName = null; 
     172            this.deleteTaskToolStripMenuItem.Name = "deleteTaskToolStripMenuItem"; 
    212173            resources.ApplyResources(this.deleteTaskToolStripMenuItem, "deleteTaskToolStripMenuItem"); 
    213             this.deleteTaskToolStripMenuItem.BackgroundImage = null; 
    214             this.deleteTaskToolStripMenuItem.Name = "deleteTaskToolStripMenuItem"; 
    215             this.deleteTaskToolStripMenuItem.ShortcutKeyDisplayString = null; 
    216174            this.deleteTaskToolStripMenuItem.Click += new System.EventHandler(this.deleteTaskToolStripMenuItem_Click); 
    217175            //  
    218176            // schedulerProgress 
    219177            //  
    220             this.schedulerProgress.AccessibleDescription = null; 
    221             this.schedulerProgress.AccessibleName = null; 
    222178            resources.ApplyResources(this.schedulerProgress, "schedulerProgress"); 
    223             this.schedulerProgress.BackgroundImage = null; 
    224             this.schedulerProgress.Font = null; 
    225179            this.schedulerProgress.Maximum = 1000; 
    226180            this.schedulerProgress.Name = "schedulerProgress"; 
    227181            //  
     182            // schedulerDefaultMenu 
     183            //  
     184            this.schedulerDefaultMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { 
     185            this.newTaskToolStripMenuItem}); 
     186            this.schedulerDefaultMenu.Name = "schedulerDefaultMenu"; 
     187            resources.ApplyResources(this.schedulerDefaultMenu, "schedulerDefaultMenu"); 
     188            //  
     189            // newTaskToolStripMenuItem 
     190            //  
     191            this.newTaskToolStripMenuItem.Name = "newTaskToolStripMenuItem"; 
     192            resources.ApplyResources(this.newTaskToolStripMenuItem, "newTaskToolStripMenuItem"); 
     193            this.newTaskToolStripMenuItem.Click += new System.EventHandler(this.newTaskToolStripMenuItem_Click); 
     194            //  
    228195            // SchedulerPanel 
    229196            //  
    230             this.AccessibleDescription = null; 
    231             this.AccessibleName = null; 
    232             resources.ApplyResources(this, "$this"); 
    233             this.BackgroundImage = null; 
    234197            this.DoubleBuffered = true; 
    235             this.Font = null; 
    236198            this.Name = "SchedulerPanel"; 
    237199            this.Controls.SetChildIndex(this.titleLbl, 0); 
     
    241203            this.content.ResumeLayout(false); 
    242204            this.schedulerMenu.ResumeLayout(false); 
     205            this.schedulerDefaultMenu.ResumeLayout(false); 
    243206            this.ResumeLayout(false); 
    244207            this.PerformLayout(); 
     
    261224        private System.Windows.Forms.ToolStripMenuItem cancelTaskToolStripMenuItem; 
    262225        private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; 
     226        private System.Windows.Forms.ContextMenuStrip schedulerDefaultMenu; 
     227        private System.Windows.Forms.ToolStripMenuItem newTaskToolStripMenuItem; 
    263228    } 
    264229} 
Note: See TracChangeset for help on using the changeset viewer.