Changeset 1133 for trunk/eraser6/Eraser/ProgressForm.Designer.cs
- Timestamp:
- 6/16/2009 5:29:14 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/eraser6/Eraser/ProgressForm.Designer.cs (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/eraser6/Eraser/ProgressForm.Designer.cs
r1022 r1133 69 69 this.timeLeftLbl = new System.Windows.Forms.Label(); 70 70 this.timeLeft = new System.Windows.Forms.Label(); 71 this.hide = new System.Windows.Forms.Button(); 71 72 ((System.ComponentModel.ISupportInitialize)(this.title)).BeginInit(); 72 73 this.SuspendLayout(); … … 172 173 this.timeLeft.Name = "timeLeft"; 173 174 // 175 // hide 176 // 177 resources.ApplyResources(this.hide, "hide"); 178 this.hide.Name = "hide"; 179 this.hide.UseVisualStyleBackColor = true; 180 this.hide.Click += new System.EventHandler(this.hide_Click); 181 // 174 182 // ProgressForm 175 183 // 176 184 resources.ApplyResources(this, "$this"); 177 185 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; 186 this.Controls.Add(this.hide); 178 187 this.Controls.Add(this.timeLeft); 179 188 this.Controls.Add(this.timeLeftLbl); … … 226 235 private System.Windows.Forms.Label timeLeftLbl; 227 236 private System.Windows.Forms.Label timeLeft; 237 private System.Windows.Forms.Button hide; 228 238 } 229 239 }
Note: See TracChangeset
for help on using the changeset viewer.
