Changeset 854 for branches/eraser6/Eraser/SchedulerPanel.Designer.cs
- Timestamp:
- 1/5/2009 10:01:55 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/Eraser/SchedulerPanel.Designer.cs
r482 r854 65 65 this.deleteTaskToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 66 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(); 67 69 ((System.ComponentModel.ISupportInitialize)(this.titleIcon)).BeginInit(); 68 70 this.content.SuspendLayout(); 69 71 this.schedulerMenu.SuspendLayout(); 72 this.schedulerDefaultMenu.SuspendLayout(); 70 73 this.SuspendLayout(); 71 74 // 72 75 // titleLbl 73 76 // 74 this.titleLbl.AccessibleDescription = null;75 this.titleLbl.AccessibleName = null;76 77 resources.ApplyResources(this.titleLbl, "titleLbl"); 77 78 // 78 79 // titleIcon 79 80 // 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;85 81 this.titleIcon.Image = global::Eraser.Properties.Resources.ToolbarSchedule; 86 this.titleIcon.ImageLocation = null;87 82 // 88 83 // content 89 84 // 90 this.content.AccessibleDescription = null;91 this.content.AccessibleName = null;92 resources.ApplyResources(this.content, "content");93 this.content.BackgroundImage = null;94 85 this.content.Controls.Add(this.schedulerProgress); 95 86 this.content.Controls.Add(this.scheduler); 96 this.content.Font = null;97 87 // 98 88 // scheduler 99 89 // 100 this.scheduler.AccessibleDescription = null;101 this.scheduler.AccessibleName = null;102 90 resources.ApplyResources(this.scheduler, "scheduler"); 103 this.scheduler.BackgroundImage = null;104 91 this.scheduler.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { 105 92 this.schedulerColName, … … 107 94 this.schedulerColStatus}); 108 95 this.scheduler.ContextMenuStrip = this.schedulerMenu; 109 this.scheduler.Font = null;110 96 this.scheduler.FullRowSelect = true; 111 97 this.scheduler.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] { … … 136 122 // schedulerMenu 137 123 // 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;143 124 this.schedulerMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { 144 125 this.runNowToolStripMenuItem, … … 150 131 this.deleteTaskToolStripMenuItem}); 151 132 this.schedulerMenu.Name = "schedulerMenu"; 133 resources.ApplyResources(this.schedulerMenu, "schedulerMenu"); 152 134 this.schedulerMenu.Opening += new System.ComponentModel.CancelEventHandler(this.schedulerMenu_Opening); 153 135 // 154 136 // runNowToolStripMenuItem 155 137 // 156 this.runNowToolStripMenuItem.AccessibleDescription = null; 157 this.runNowToolStripMenuItem.AccessibleName = null; 138 this.runNowToolStripMenuItem.Name = "runNowToolStripMenuItem"; 158 139 resources.ApplyResources(this.runNowToolStripMenuItem, "runNowToolStripMenuItem"); 159 this.runNowToolStripMenuItem.BackgroundImage = null;160 this.runNowToolStripMenuItem.Name = "runNowToolStripMenuItem";161 this.runNowToolStripMenuItem.ShortcutKeyDisplayString = null;162 140 this.runNowToolStripMenuItem.Click += new System.EventHandler(this.runNowToolStripMenuItem_Click); 163 141 // 164 142 // cancelTaskToolStripMenuItem 165 143 // 166 this.cancelTaskToolStripMenuItem.AccessibleDescription = null; 167 this.cancelTaskToolStripMenuItem.AccessibleName = null; 144 this.cancelTaskToolStripMenuItem.Name = "cancelTaskToolStripMenuItem"; 168 145 resources.ApplyResources(this.cancelTaskToolStripMenuItem, "cancelTaskToolStripMenuItem"); 169 this.cancelTaskToolStripMenuItem.BackgroundImage = null;170 this.cancelTaskToolStripMenuItem.Name = "cancelTaskToolStripMenuItem";171 this.cancelTaskToolStripMenuItem.ShortcutKeyDisplayString = null;172 146 this.cancelTaskToolStripMenuItem.Click += new System.EventHandler(this.cancelTaskToolStripMenuItem_Click); 173 147 // 174 148 // toolStripSeparator2 175 149 // 176 this.toolStripSeparator2.AccessibleDescription = null; 177 this.toolStripSeparator2.AccessibleName = null; 150 this.toolStripSeparator2.Name = "toolStripSeparator2"; 178 151 resources.ApplyResources(this.toolStripSeparator2, "toolStripSeparator2"); 179 this.toolStripSeparator2.Name = "toolStripSeparator2";180 152 // 181 153 // viewTaskLogToolStripMenuItem 182 154 // 183 this.viewTaskLogToolStripMenuItem.AccessibleDescription = null; 184 this.viewTaskLogToolStripMenuItem.AccessibleName = null; 155 this.viewTaskLogToolStripMenuItem.Name = "viewTaskLogToolStripMenuItem"; 185 156 resources.ApplyResources(this.viewTaskLogToolStripMenuItem, "viewTaskLogToolStripMenuItem"); 186 this.viewTaskLogToolStripMenuItem.BackgroundImage = null;187 this.viewTaskLogToolStripMenuItem.Name = "viewTaskLogToolStripMenuItem";188 this.viewTaskLogToolStripMenuItem.ShortcutKeyDisplayString = null;189 157 this.viewTaskLogToolStripMenuItem.Click += new System.EventHandler(this.viewTaskLogToolStripMenuItem_Click); 190 158 // 191 159 // toolStripSeparator1 192 160 // 193 this.toolStripSeparator1.AccessibleDescription = null; 194 this.toolStripSeparator1.AccessibleName = null; 161 this.toolStripSeparator1.Name = "toolStripSeparator1"; 195 162 resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1"); 196 this.toolStripSeparator1.Name = "toolStripSeparator1";197 163 // 198 164 // editTaskToolStripMenuItem 199 165 // 200 this.editTaskToolStripMenuItem.AccessibleDescription = null; 201 this.editTaskToolStripMenuItem.AccessibleName = null; 166 this.editTaskToolStripMenuItem.Name = "editTaskToolStripMenuItem"; 202 167 resources.ApplyResources(this.editTaskToolStripMenuItem, "editTaskToolStripMenuItem"); 203 this.editTaskToolStripMenuItem.BackgroundImage = null;204 this.editTaskToolStripMenuItem.Name = "editTaskToolStripMenuItem";205 this.editTaskToolStripMenuItem.ShortcutKeyDisplayString = null;206 168 this.editTaskToolStripMenuItem.Click += new System.EventHandler(this.editTaskToolStripMenuItem_Click); 207 169 // 208 170 // deleteTaskToolStripMenuItem 209 171 // 210 this.deleteTaskToolStripMenuItem.AccessibleDescription = null; 211 this.deleteTaskToolStripMenuItem.AccessibleName = null; 172 this.deleteTaskToolStripMenuItem.Name = "deleteTaskToolStripMenuItem"; 212 173 resources.ApplyResources(this.deleteTaskToolStripMenuItem, "deleteTaskToolStripMenuItem"); 213 this.deleteTaskToolStripMenuItem.BackgroundImage = null;214 this.deleteTaskToolStripMenuItem.Name = "deleteTaskToolStripMenuItem";215 this.deleteTaskToolStripMenuItem.ShortcutKeyDisplayString = null;216 174 this.deleteTaskToolStripMenuItem.Click += new System.EventHandler(this.deleteTaskToolStripMenuItem_Click); 217 175 // 218 176 // schedulerProgress 219 177 // 220 this.schedulerProgress.AccessibleDescription = null;221 this.schedulerProgress.AccessibleName = null;222 178 resources.ApplyResources(this.schedulerProgress, "schedulerProgress"); 223 this.schedulerProgress.BackgroundImage = null;224 this.schedulerProgress.Font = null;225 179 this.schedulerProgress.Maximum = 1000; 226 180 this.schedulerProgress.Name = "schedulerProgress"; 227 181 // 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 // 228 195 // SchedulerPanel 229 196 // 230 this.AccessibleDescription = null;231 this.AccessibleName = null;232 resources.ApplyResources(this, "$this");233 this.BackgroundImage = null;234 197 this.DoubleBuffered = true; 235 this.Font = null;236 198 this.Name = "SchedulerPanel"; 237 199 this.Controls.SetChildIndex(this.titleLbl, 0); … … 241 203 this.content.ResumeLayout(false); 242 204 this.schedulerMenu.ResumeLayout(false); 205 this.schedulerDefaultMenu.ResumeLayout(false); 243 206 this.ResumeLayout(false); 244 207 this.PerformLayout(); … … 261 224 private System.Windows.Forms.ToolStripMenuItem cancelTaskToolStripMenuItem; 262 225 private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; 226 private System.Windows.Forms.ContextMenuStrip schedulerDefaultMenu; 227 private System.Windows.Forms.ToolStripMenuItem newTaskToolStripMenuItem; 263 228 } 264 229 }
Note: See TracChangeset
for help on using the changeset viewer.
