Changeset 2241 for trunk/eraser/Eraser/SchedulerPanel.Designer.cs
- Timestamp:
- 8/4/2010 2:20:17 PM (22 months ago)
- File:
-
- 1 edited
-
trunk/eraser/Eraser/SchedulerPanel.Designer.cs (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/eraser/Eraser/SchedulerPanel.Designer.cs
r2201 r2241 75 75 // titleLabel 76 76 // 77 this.titleLabel.AccessibleDescription = null;78 this.titleLabel.AccessibleName = null;79 77 resources.ApplyResources(this.titleLabel, "titleLabel"); 80 78 // 81 79 // titleIcon 82 80 // 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 81 this.titleIcon.Image = global::Eraser.Properties.Resources.ToolbarSchedule; 89 this.titleIcon.ImageLocation = null;90 82 // 91 83 // content 92 84 // 93 this.content.AccessibleDescription = null;94 this.content.AccessibleName = null;95 resources.ApplyResources(this.content, "content");96 this.content.BackgroundImage = null;97 85 this.content.Controls.Add(this.schedulerProgress); 98 86 this.content.Controls.Add(this.scheduler); 99 this.content.Font = null;100 87 // 101 88 // scheduler 102 89 // 103 this.scheduler.AccessibleDescription = null; 104 this.scheduler.AccessibleName = null; 90 this.scheduler.AllowDrop = true; 105 91 resources.ApplyResources(this.scheduler, "scheduler"); 106 this.scheduler.AllowDrop = true;107 this.scheduler.BackgroundImage = null;108 92 this.scheduler.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { 109 93 this.schedulerColName, … … 111 95 this.schedulerColStatus}); 112 96 this.scheduler.ContextMenuStrip = this.schedulerMenu; 113 this.scheduler.Font = null;114 97 this.scheduler.FullRowSelect = true; 115 98 this.scheduler.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] { … … 145 128 // schedulerMenu 146 129 // 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 130 this.schedulerMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { 153 131 this.runNowToolStripMenuItem, … … 159 137 this.deleteTaskToolStripMenuItem}); 160 138 this.schedulerMenu.Name = "schedulerMenu"; 139 resources.ApplyResources(this.schedulerMenu, "schedulerMenu"); 161 140 this.schedulerMenu.Opening += new System.ComponentModel.CancelEventHandler(this.schedulerMenu_Opening); 162 141 // 163 142 // runNowToolStripMenuItem 164 143 // 165 this.runNowToolStripMenuItem.AccessibleDescription = null; 166 this.runNowToolStripMenuItem.AccessibleName = null; 144 this.runNowToolStripMenuItem.Name = "runNowToolStripMenuItem"; 167 145 resources.ApplyResources(this.runNowToolStripMenuItem, "runNowToolStripMenuItem"); 168 this.runNowToolStripMenuItem.BackgroundImage = null;169 this.runNowToolStripMenuItem.Name = "runNowToolStripMenuItem";170 this.runNowToolStripMenuItem.ShortcutKeyDisplayString = null;171 146 this.runNowToolStripMenuItem.Click += new System.EventHandler(this.runNowToolStripMenuItem_Click); 172 147 // 173 148 // cancelTaskToolStripMenuItem 174 149 // 175 this.cancelTaskToolStripMenuItem.AccessibleDescription = null; 176 this.cancelTaskToolStripMenuItem.AccessibleName = null; 150 this.cancelTaskToolStripMenuItem.Name = "cancelTaskToolStripMenuItem"; 177 151 resources.ApplyResources(this.cancelTaskToolStripMenuItem, "cancelTaskToolStripMenuItem"); 178 this.cancelTaskToolStripMenuItem.BackgroundImage = null;179 this.cancelTaskToolStripMenuItem.Name = "cancelTaskToolStripMenuItem";180 this.cancelTaskToolStripMenuItem.ShortcutKeyDisplayString = null;181 152 this.cancelTaskToolStripMenuItem.Click += new System.EventHandler(this.cancelTaskToolStripMenuItem_Click); 182 153 // 183 154 // toolStripSeparator2 184 155 // 185 this.toolStripSeparator2.AccessibleDescription = null; 186 this.toolStripSeparator2.AccessibleName = null; 156 this.toolStripSeparator2.Name = "toolStripSeparator2"; 187 157 resources.ApplyResources(this.toolStripSeparator2, "toolStripSeparator2"); 188 this.toolStripSeparator2.Name = "toolStripSeparator2";189 158 // 190 159 // viewTaskLogToolStripMenuItem 191 160 // 192 this.viewTaskLogToolStripMenuItem.AccessibleDescription = null; 193 this.viewTaskLogToolStripMenuItem.AccessibleName = null; 161 this.viewTaskLogToolStripMenuItem.Name = "viewTaskLogToolStripMenuItem"; 194 162 resources.ApplyResources(this.viewTaskLogToolStripMenuItem, "viewTaskLogToolStripMenuItem"); 195 this.viewTaskLogToolStripMenuItem.BackgroundImage = null;196 this.viewTaskLogToolStripMenuItem.Name = "viewTaskLogToolStripMenuItem";197 this.viewTaskLogToolStripMenuItem.ShortcutKeyDisplayString = null;198 163 this.viewTaskLogToolStripMenuItem.Click += new System.EventHandler(this.viewTaskLogToolStripMenuItem_Click); 199 164 // 200 165 // toolStripSeparator1 201 166 // 202 this.toolStripSeparator1.AccessibleDescription = null; 203 this.toolStripSeparator1.AccessibleName = null; 167 this.toolStripSeparator1.Name = "toolStripSeparator1"; 204 168 resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1"); 205 this.toolStripSeparator1.Name = "toolStripSeparator1";206 169 // 207 170 // editTaskToolStripMenuItem 208 171 // 209 this.editTaskToolStripMenuItem.AccessibleDescription = null; 210 this.editTaskToolStripMenuItem.AccessibleName = null; 172 this.editTaskToolStripMenuItem.Name = "editTaskToolStripMenuItem"; 211 173 resources.ApplyResources(this.editTaskToolStripMenuItem, "editTaskToolStripMenuItem"); 212 this.editTaskToolStripMenuItem.BackgroundImage = null;213 this.editTaskToolStripMenuItem.Name = "editTaskToolStripMenuItem";214 this.editTaskToolStripMenuItem.ShortcutKeyDisplayString = null;215 174 this.editTaskToolStripMenuItem.Click += new System.EventHandler(this.editTaskToolStripMenuItem_Click); 216 175 // 217 176 // deleteTaskToolStripMenuItem 218 177 // 219 this.deleteTaskToolStripMenuItem.AccessibleDescription = null; 220 this.deleteTaskToolStripMenuItem.AccessibleName = null; 178 this.deleteTaskToolStripMenuItem.Name = "deleteTaskToolStripMenuItem"; 221 179 resources.ApplyResources(this.deleteTaskToolStripMenuItem, "deleteTaskToolStripMenuItem"); 222 this.deleteTaskToolStripMenuItem.BackgroundImage = null;223 this.deleteTaskToolStripMenuItem.Name = "deleteTaskToolStripMenuItem";224 this.deleteTaskToolStripMenuItem.ShortcutKeyDisplayString = null;225 180 this.deleteTaskToolStripMenuItem.Click += new System.EventHandler(this.deleteTaskToolStripMenuItem_Click); 226 181 // 227 182 // schedulerProgress 228 183 // 229 this.schedulerProgress.AccessibleDescription = null;230 this.schedulerProgress.AccessibleName = null;231 184 resources.ApplyResources(this.schedulerProgress, "schedulerProgress"); 232 this.schedulerProgress.BackgroundImage = null;233 this.schedulerProgress.Font = null;234 185 this.schedulerProgress.Maximum = 1000; 235 186 this.schedulerProgress.Name = "schedulerProgress"; … … 238 189 // schedulerDefaultMenu 239 190 // 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 191 this.schedulerDefaultMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { 246 192 this.newTaskToolStripMenuItem}); 247 193 this.schedulerDefaultMenu.Name = "schedulerDefaultMenu"; 194 resources.ApplyResources(this.schedulerDefaultMenu, "schedulerDefaultMenu"); 248 195 // 249 196 // newTaskToolStripMenuItem 250 197 // 251 this.newTaskToolStripMenuItem.AccessibleDescription = null; 252 this.newTaskToolStripMenuItem.AccessibleName = null; 198 this.newTaskToolStripMenuItem.Name = "newTaskToolStripMenuItem"; 253 199 resources.ApplyResources(this.newTaskToolStripMenuItem, "newTaskToolStripMenuItem"); 254 this.newTaskToolStripMenuItem.BackgroundImage = null;255 this.newTaskToolStripMenuItem.Name = "newTaskToolStripMenuItem";256 this.newTaskToolStripMenuItem.ShortcutKeyDisplayString = null;257 200 this.newTaskToolStripMenuItem.Click += new System.EventHandler(this.newTaskToolStripMenuItem_Click); 258 201 // 259 202 // SchedulerPanel 260 203 // 261 this.AccessibleDescription = null;262 this.AccessibleName = null;263 resources.ApplyResources(this, "$this");264 this.BackgroundImage = null;265 204 this.DoubleBuffered = true; 266 this.Font = null;267 205 this.Name = "SchedulerPanel"; 268 206 this.Controls.SetChildIndex(this.titleLabel, 0);
Note: See TracChangeset
for help on using the changeset viewer.
