Parent Directory
|
Revision Log
|
Patch
--- trunk/xmltv_parser/Form1.Designer.cs 2013/03/07 05:26:47 2 +++ trunk/xmltv_parser/Form1.Designer.cs 2013/03/07 05:48:51 11 @@ -28,9 +28,19 @@ /// </summary> private void InitializeComponent() { - this.components = new System.ComponentModel.Container(); + this.SuspendLayout(); + // + // Form1 + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(284, 262); + this.Name = "Form1"; this.Text = "Form1"; + this.Load += new System.EventHandler(this.Form1_Load); + this.Shown += new System.EventHandler(this.Form1_Shown); + this.ResumeLayout(false); + } #endregion
ViewVC Help | |
Powered by ViewVC 1.1.22 |