Changeset 144
- Timestamp:
- 3/8/2008 5:57:14 AM (5 years ago)
- Location:
- branches/eraser6/Eraser
- Files:
-
- 2 edited
-
SchedulerPanel.Designer.cs (modified) (2 diffs)
-
TaskPropertiesForm.Designer.cs (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/Eraser/SchedulerPanel.Designer.cs
r141 r144 30 30 { 31 31 System.Windows.Forms.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("Once-only tasks", System.Windows.Forms.HorizontalAlignment.Left); 32 System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("Recurring tasks", System.Windows.Forms.HorizontalAlignment.Left); 32 System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("Run on Restart", System.Windows.Forms.HorizontalAlignment.Left); 33 System.Windows.Forms.ListViewGroup listViewGroup3 = new System.Windows.Forms.ListViewGroup("Recurring tasks", System.Windows.Forms.HorizontalAlignment.Left); 33 34 this.scheduler = new System.Windows.Forms.ListView(); 34 35 this.schedulerColName = new System.Windows.Forms.ColumnHeader(); … … 65 66 listViewGroup1.Header = "Once-only tasks"; 66 67 listViewGroup1.Name = "single"; 67 listViewGroup2.Header = "Recurring tasks"; 68 listViewGroup2.Name = "recurring"; 68 listViewGroup2.Header = "Run on Restart"; 69 listViewGroup2.Name = "restart"; 70 listViewGroup3.Header = "Recurring tasks"; 71 listViewGroup3.Name = "recurring"; 69 72 this.scheduler.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] { 70 73 listViewGroup1, 71 listViewGroup2}); 74 listViewGroup2, 75 listViewGroup3}); 72 76 this.scheduler.Location = new System.Drawing.Point(0, 0); 73 77 this.scheduler.Name = "scheduler"; -
branches/eraser6/Eraser/TaskPropertiesForm.Designer.cs
r139 r144 85 85 this.scheduleTimeLbl = new System.Windows.Forms.Label(); 86 86 this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components); 87 this.typeRestart = new System.Windows.Forms.RadioButton(); 87 88 this.container.SuspendLayout(); 88 89 this.containerTask.SuspendLayout(); … … 125 126 // 126 127 this.eraseLbl.AutoSize = true; 127 this.eraseLbl.Location = new System.Drawing.Point(6, 75);128 this.eraseLbl.Location = new System.Drawing.Point(6, 93); 128 129 this.eraseLbl.Name = "eraseLbl"; 129 130 this.eraseLbl.Size = new System.Drawing.Size(78, 15); … … 171 172 this.dataColMethod}); 172 173 this.data.FullRowSelect = true; 173 this.data.Location = new System.Drawing.Point(9, 93);174 this.data.Location = new System.Drawing.Point(9, 111); 174 175 this.data.Name = "data"; 175 this.data.Size = new System.Drawing.Size(324, 2 54);176 this.data.Size = new System.Drawing.Size(324, 234); 176 177 this.data.TabIndex = 7; 177 178 this.data.UseCompatibleStateImageBehavior = false; … … 191 192 // 192 193 this.dataAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); 193 this.dataAdd.Location = new System.Drawing.Point(9, 35 3);194 this.dataAdd.Location = new System.Drawing.Point(9, 351); 194 195 this.dataAdd.Name = "dataAdd"; 195 196 this.dataAdd.Size = new System.Drawing.Size(75, 23); … … 236 237 // containerTask 237 238 // 239 this.containerTask.Controls.Add(this.typeRestart); 238 240 this.containerTask.Controls.Add(this.nameLbl); 239 241 this.containerTask.Controls.Add(this.name); … … 739 741 // 740 742 this.errorProvider.ContainerControl = this; 743 // 744 // typeRestart 745 // 746 this.typeRestart.AutoSize = true; 747 this.typeRestart.Location = new System.Drawing.Point(142, 71); 748 this.typeRestart.Name = "typeRestart"; 749 this.typeRestart.Size = new System.Drawing.Size(102, 19); 750 this.typeRestart.TabIndex = 9; 751 this.typeRestart.TabStop = true; 752 this.typeRestart.Text = "Run on Restart"; 753 this.typeRestart.UseVisualStyleBackColor = true; 741 754 // 742 755 // TaskPropertiesForm … … 841 854 private System.Windows.Forms.Label scheduleTimeLbl; 842 855 private System.Windows.Forms.ErrorProvider errorProvider; 856 private System.Windows.Forms.RadioButton typeRestart; 843 857 } 844 858 }
Note: See TracChangeset
for help on using the changeset viewer.
