| Line 312... |
Line 312... |
| 312 |
this.Controls.Add(this.panel1); |
312 |
this.Controls.Add(this.panel1); |
| 313 |
this.Controls.Add(this.statusStrip1); |
313 |
this.Controls.Add(this.statusStrip1); |
| 314 |
this.Controls.Add(this.toolStrip1); |
314 |
this.Controls.Add(this.toolStrip1); |
| 315 |
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); |
315 |
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); |
| 316 |
this.Name = "Listing"; |
316 |
this.Name = "Listing"; |
| 317 |
this.Text = "DNS Manager"; |
317 |
this.Text = "Dreamhost DNS Manager"; |
| 318 |
this.Load += new System.EventHandler(this.Listing_Load); |
318 |
this.Load += new System.EventHandler(this.Listing_Load); |
| 319 |
this.toolStrip1.ResumeLayout(false); |
319 |
this.toolStrip1.ResumeLayout(false); |
| 320 |
this.toolStrip1.PerformLayout(); |
320 |
this.toolStrip1.PerformLayout(); |
| 321 |
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit(); |
321 |
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit(); |
| 322 |
this.statusStrip1.ResumeLayout(false); |
322 |
this.statusStrip1.ResumeLayout(false); |