Changeset 156
- Timestamp:
- 3/9/2008 10:49:02 AM (5 years ago)
- Location:
- branches/eraser6/Eraser
- Files:
-
- 2 edited
-
TaskPropertiesForm.Designer.cs (modified) (2 diffs)
-
TaskPropertiesForm.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/Eraser/TaskPropertiesForm.Designer.cs
r155 r156 165 165 this.data.Location = new System.Drawing.Point(9, 111); 166 166 this.data.Name = "data"; 167 this.data.Size = new System.Drawing.Size(324, 2 26);167 this.data.Size = new System.Drawing.Size(324, 240); 168 168 this.data.TabIndex = 7; 169 169 this.data.UseCompatibleStateImageBehavior = false; … … 183 183 // 184 184 this.dataAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); 185 this.dataAdd.Location = new System.Drawing.Point(9, 3 43);185 this.dataAdd.Location = new System.Drawing.Point(9, 357); 186 186 this.dataAdd.Name = "dataAdd"; 187 187 this.dataAdd.Size = new System.Drawing.Size(75, 23); -
branches/eraser6/Eraser/TaskPropertiesForm.cs
r155 r156 159 159 { 160 160 errorProvider.SetIconPadding(data, -16); 161 errorProvider.SetIconAlignment(data, ErrorIconAlignment.BottomRight); 161 162 errorProvider.SetError(data, "The task has no data to erase."); 163 container.SelectedIndex = 0; 162 164 return; 163 165 }
Note: See TracChangeset
for help on using the changeset viewer.
