namespace xmltv_parser { partial class ProgramEntryControl { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.txtProgramTitle = new System.Windows.Forms.Label(); this.txtProgramDescription = new System.Windows.Forms.Label(); this.txtProgramAirTime = new System.Windows.Forms.Label(); this.SuspendLayout(); // // txtProgramTitle // this.txtProgramTitle.AutoSize = true; this.txtProgramTitle.Dock = System.Windows.Forms.DockStyle.Left; this.txtProgramTitle.Location = new System.Drawing.Point(0, 0); this.txtProgramTitle.Name = "txtProgramTitle"; this.txtProgramTitle.Size = new System.Drawing.Size(98, 20); this.txtProgramTitle.TabIndex = 0; this.txtProgramTitle.Text = "ProgramTitle"; // // txtProgramDescription // this.txtProgramDescription.AutoSize = true; this.txtProgramDescription.Location = new System.Drawing.Point(3, 31); this.txtProgramDescription.Name = "txtProgramDescription"; this.txtProgramDescription.Size = new System.Drawing.Size(149, 20); this.txtProgramDescription.TabIndex = 4; this.txtProgramDescription.Text = "ProgramDescription"; // // txtProgramAirTime // this.txtProgramAirTime.AutoSize = true; this.txtProgramAirTime.Dock = System.Windows.Forms.DockStyle.Left; this.txtProgramAirTime.Location = new System.Drawing.Point(98, 0); this.txtProgramAirTime.Name = "txtProgramAirTime"; this.txtProgramAirTime.Size = new System.Drawing.Size(122, 20); this.txtProgramAirTime.TabIndex = 5; this.txtProgramAirTime.Text = "ProgramAirTime"; this.txtProgramAirTime.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // ProgramEntryControl // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScroll = true; this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.Controls.Add(this.txtProgramAirTime); this.Controls.Add(this.txtProgramDescription); this.Controls.Add(this.txtProgramTitle); this.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F); this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.Name = "ProgramEntryControl"; this.Size = new System.Drawing.Size(344, 61); this.Load += new System.EventHandler(this.ProgramEntryControl_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label txtProgramTitle; private System.Windows.Forms.Label txtProgramDescription; private System.Windows.Forms.Label txtProgramAirTime; } }