1 |
william |
147 |
namespace xmltv_parser |
2 |
|
|
{ |
3 |
|
|
partial class ProgramEntryControl |
4 |
|
|
{ |
5 |
|
|
/// <summary> |
6 |
|
|
/// Required designer variable. |
7 |
|
|
/// </summary> |
8 |
|
|
private System.ComponentModel.IContainer components = null; |
9 |
|
|
|
10 |
|
|
/// <summary> |
11 |
|
|
/// Clean up any resources being used. |
12 |
|
|
/// </summary> |
13 |
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> |
14 |
|
|
protected override void Dispose(bool disposing) |
15 |
|
|
{ |
16 |
|
|
if (disposing && (components != null)) |
17 |
|
|
{ |
18 |
|
|
components.Dispose(); |
19 |
|
|
} |
20 |
|
|
base.Dispose(disposing); |
21 |
|
|
} |
22 |
|
|
|
23 |
|
|
#region Component Designer generated code |
24 |
|
|
|
25 |
|
|
/// <summary> |
26 |
|
|
/// Required method for Designer support - do not modify |
27 |
|
|
/// the contents of this method with the code editor. |
28 |
|
|
/// </summary> |
29 |
|
|
private void InitializeComponent() |
30 |
|
|
{ |
31 |
|
|
this.txtProgramTitle = new System.Windows.Forms.Label(); |
32 |
|
|
this.txtProgramDescription = new System.Windows.Forms.Label(); |
33 |
|
|
this.txtProgramAirTime = new System.Windows.Forms.Label(); |
34 |
|
|
this.SuspendLayout(); |
35 |
|
|
// |
36 |
|
|
// txtProgramTitle |
37 |
|
|
// |
38 |
|
|
this.txtProgramTitle.AutoSize = true; |
39 |
|
|
this.txtProgramTitle.Dock = System.Windows.Forms.DockStyle.Left; |
40 |
|
|
this.txtProgramTitle.Location = new System.Drawing.Point(0, 0); |
41 |
|
|
this.txtProgramTitle.Name = "txtProgramTitle"; |
42 |
|
|
this.txtProgramTitle.Size = new System.Drawing.Size(98, 20); |
43 |
|
|
this.txtProgramTitle.TabIndex = 0; |
44 |
|
|
this.txtProgramTitle.Text = "ProgramTitle"; |
45 |
|
|
// |
46 |
|
|
// txtProgramDescription |
47 |
|
|
// |
48 |
|
|
this.txtProgramDescription.AutoSize = true; |
49 |
|
|
this.txtProgramDescription.Location = new System.Drawing.Point(3, 31); |
50 |
|
|
this.txtProgramDescription.Name = "txtProgramDescription"; |
51 |
|
|
this.txtProgramDescription.Size = new System.Drawing.Size(149, 20); |
52 |
|
|
this.txtProgramDescription.TabIndex = 4; |
53 |
|
|
this.txtProgramDescription.Text = "ProgramDescription"; |
54 |
|
|
// |
55 |
|
|
// txtProgramAirTime |
56 |
|
|
// |
57 |
|
|
this.txtProgramAirTime.AutoSize = true; |
58 |
|
|
this.txtProgramAirTime.Dock = System.Windows.Forms.DockStyle.Left; |
59 |
|
|
this.txtProgramAirTime.Location = new System.Drawing.Point(98, 0); |
60 |
|
|
this.txtProgramAirTime.Name = "txtProgramAirTime"; |
61 |
|
|
this.txtProgramAirTime.Size = new System.Drawing.Size(122, 20); |
62 |
|
|
this.txtProgramAirTime.TabIndex = 5; |
63 |
|
|
this.txtProgramAirTime.Text = "ProgramAirTime"; |
64 |
|
|
this.txtProgramAirTime.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; |
65 |
|
|
// |
66 |
|
|
// ProgramEntryControl |
67 |
|
|
// |
68 |
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); |
69 |
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
70 |
|
|
this.AutoScroll = true; |
71 |
|
|
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
72 |
|
|
this.Controls.Add(this.txtProgramAirTime); |
73 |
|
|
this.Controls.Add(this.txtProgramDescription); |
74 |
|
|
this.Controls.Add(this.txtProgramTitle); |
75 |
|
|
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F); |
76 |
|
|
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); |
77 |
|
|
this.Name = "ProgramEntryControl"; |
78 |
|
|
this.Size = new System.Drawing.Size(344, 61); |
79 |
|
|
this.Load += new System.EventHandler(this.ProgramEntryControl_Load); |
80 |
|
|
this.ResumeLayout(false); |
81 |
|
|
this.PerformLayout(); |
82 |
|
|
|
83 |
|
|
} |
84 |
|
|
|
85 |
|
|
#endregion |
86 |
|
|
|
87 |
|
|
private System.Windows.Forms.Label txtProgramTitle; |
88 |
|
|
private System.Windows.Forms.Label txtProgramDescription; |
89 |
|
|
private System.Windows.Forms.Label txtProgramAirTime; |
90 |
|
|
|
91 |
|
|
|
92 |
|
|
} |
93 |
|
|
} |