1 |
namespace xmltv_parser |
namespace xmltv_parser |
2 |
{ |
{ |
3 |
partial class Form1 |
partial class main |
4 |
{ |
{ |
5 |
/// <summary> |
/// <summary> |
6 |
/// Required designer variable. |
/// Required designer variable. |
37 |
this.ClientSize = new System.Drawing.Size(284, 262); |
this.ClientSize = new System.Drawing.Size(284, 262); |
38 |
this.Name = "Form1"; |
this.Name = "Form1"; |
39 |
this.Text = "Form1"; |
this.Text = "Form1"; |
40 |
this.Load += new System.EventHandler(this.Form1_Load); |
this.Load += new System.EventHandler(this.main_Load); |
41 |
this.Shown += new System.EventHandler(this.Form1_Shown); |
this.Shown += new System.EventHandler(this.main_Shown); |
42 |
this.ResumeLayout(false); |
this.ResumeLayout(false); |
43 |
|
|
44 |
} |
} |