ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/xmltv_parser/trunk/xmltv_parser/main.Designer.cs
Revision: 44
Committed: Fri Mar 8 03:36:44 2013 UTC (10 years, 3 months ago) by william
File size: 10505 byte(s)
Log Message:

File Contents

# Content
1 namespace xmltv_parser
2 {
3 partial class main
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 Windows Form 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.lstPrograms = new System.Windows.Forms.ListView();
32 this.colChannel = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
33 this.colTitle = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
34 this.colSubTitle = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
35 this.colDescription = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
36 this.ColStart = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
37 this.colEnd = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
38 this.xmltv_file_chooser = new System.Windows.Forms.OpenFileDialog();
39 this.menuStrip1 = new System.Windows.Forms.MenuStrip();
40 this.mnuFile = new System.Windows.Forms.ToolStripMenuItem();
41 this.mnuItemOpenXMLTVFile = new System.Windows.Forms.ToolStripMenuItem();
42 this.mnuItemOpenSavedData = new System.Windows.Forms.ToolStripMenuItem();
43 this.mnuItemSaveData = new System.Windows.Forms.ToolStripMenuItem();
44 this.xmltv_program_data_saver = new System.Windows.Forms.SaveFileDialog();
45 this.xmltv_program_data_loader = new System.Windows.Forms.OpenFileDialog();
46 this.statusStrip1 = new System.Windows.Forms.StatusStrip();
47 this.lblStatus = new System.Windows.Forms.ToolStripStatusLabel();
48 this.txtStatus = new System.Windows.Forms.ToolStripStatusLabel();
49 this.menuStrip1.SuspendLayout();
50 this.statusStrip1.SuspendLayout();
51 this.SuspendLayout();
52 //
53 // lstPrograms
54 //
55 this.lstPrograms.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
56 this.colChannel,
57 this.colTitle,
58 this.colSubTitle,
59 this.colDescription,
60 this.ColStart,
61 this.colEnd});
62 this.lstPrograms.Dock = System.Windows.Forms.DockStyle.Fill;
63 this.lstPrograms.FullRowSelect = true;
64 this.lstPrograms.HideSelection = false;
65 this.lstPrograms.Location = new System.Drawing.Point(0, 24);
66 this.lstPrograms.MultiSelect = false;
67 this.lstPrograms.Name = "lstPrograms";
68 this.lstPrograms.Size = new System.Drawing.Size(818, 408);
69 this.lstPrograms.TabIndex = 0;
70 this.lstPrograms.UseCompatibleStateImageBehavior = false;
71 this.lstPrograms.View = System.Windows.Forms.View.Details;
72 //
73 // colChannel
74 //
75 this.colChannel.Text = "Channel:";
76 //
77 // colTitle
78 //
79 this.colTitle.Text = "Title:";
80 //
81 // colSubTitle
82 //
83 this.colSubTitle.Text = "Sub-Title:";
84 //
85 // colDescription
86 //
87 this.colDescription.Text = "Description:";
88 //
89 // ColStart
90 //
91 this.ColStart.Text = "Start:";
92 //
93 // colEnd
94 //
95 this.colEnd.Text = "End:";
96 //
97 // xmltv_file_chooser
98 //
99 this.xmltv_file_chooser.DefaultExt = "xml";
100 this.xmltv_file_chooser.FileName = "tvguide.xml";
101 this.xmltv_file_chooser.Filter = "XMLTV Guide|*.xml|All files|*.*";
102 //
103 // menuStrip1
104 //
105 this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
106 this.mnuFile});
107 this.menuStrip1.Location = new System.Drawing.Point(0, 0);
108 this.menuStrip1.Name = "menuStrip1";
109 this.menuStrip1.Size = new System.Drawing.Size(818, 24);
110 this.menuStrip1.TabIndex = 1;
111 this.menuStrip1.Text = "menuStrip1";
112 //
113 // mnuFile
114 //
115 this.mnuFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
116 this.mnuItemOpenXMLTVFile,
117 this.mnuItemOpenSavedData,
118 this.mnuItemSaveData});
119 this.mnuFile.Name = "mnuFile";
120 this.mnuFile.Size = new System.Drawing.Size(37, 20);
121 this.mnuFile.Text = "&File";
122 //
123 // mnuItemOpenXMLTVFile
124 //
125 this.mnuItemOpenXMLTVFile.Name = "mnuItemOpenXMLTVFile";
126 this.mnuItemOpenXMLTVFile.Size = new System.Drawing.Size(165, 22);
127 this.mnuItemOpenXMLTVFile.Text = "Open &XMLTV File";
128 this.mnuItemOpenXMLTVFile.Click += new System.EventHandler(this.mnuItemOpenXMLTVFile_Click);
129 //
130 // mnuItemOpenSavedData
131 //
132 this.mnuItemOpenSavedData.Name = "mnuItemOpenSavedData";
133 this.mnuItemOpenSavedData.Size = new System.Drawing.Size(165, 22);
134 this.mnuItemOpenSavedData.Text = "Open &Saved Data";
135 this.mnuItemOpenSavedData.Click += new System.EventHandler(this.mnuItemOpenSavedData_Click);
136 //
137 // mnuItemSaveData
138 //
139 this.mnuItemSaveData.Name = "mnuItemSaveData";
140 this.mnuItemSaveData.Size = new System.Drawing.Size(165, 22);
141 this.mnuItemSaveData.Text = "Save &Data";
142 this.mnuItemSaveData.Click += new System.EventHandler(this.mnuItemSaveData_Click);
143 //
144 // xmltv_program_data_saver
145 //
146 this.xmltv_program_data_saver.DefaultExt = "bin";
147 this.xmltv_program_data_saver.FileName = "xmltv.bin";
148 this.xmltv_program_data_saver.Filter = "Binary XMLTV DataXMLTV Guide|*.bin|All files|*.*";
149 //
150 // xmltv_program_data_loader
151 //
152 this.xmltv_program_data_loader.DefaultExt = "bin";
153 this.xmltv_program_data_loader.FileName = "xmltv.bin";
154 this.xmltv_program_data_loader.Filter = "*.bin|Binary XMLTV Data";
155 //
156 // statusStrip1
157 //
158 this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
159 this.lblStatus,
160 this.txtStatus});
161 this.statusStrip1.Location = new System.Drawing.Point(0, 410);
162 this.statusStrip1.Name = "statusStrip1";
163 this.statusStrip1.Size = new System.Drawing.Size(818, 22);
164 this.statusStrip1.TabIndex = 2;
165 this.statusStrip1.Text = "statusStrip1";
166 //
167 // lblStatus
168 //
169 this.lblStatus.Name = "lblStatus";
170 this.lblStatus.Size = new System.Drawing.Size(42, 17);
171 this.lblStatus.Text = "Status:";
172 //
173 // txtStatus
174 //
175 this.txtStatus.Name = "txtStatus";
176 this.txtStatus.Size = new System.Drawing.Size(730, 17);
177 this.txtStatus.Spring = true;
178 this.txtStatus.Text = "txtStatus";
179 //
180 // main
181 //
182 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
183 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
184 this.ClientSize = new System.Drawing.Size(818, 432);
185 this.Controls.Add(this.statusStrip1);
186 this.Controls.Add(this.lstPrograms);
187 this.Controls.Add(this.menuStrip1);
188 this.MainMenuStrip = this.menuStrip1;
189 this.Name = "main";
190 this.Text = "main";
191 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.main_FormClosing);
192 this.Load += new System.EventHandler(this.main_Load);
193 this.Shown += new System.EventHandler(this.main_Shown);
194 this.menuStrip1.ResumeLayout(false);
195 this.menuStrip1.PerformLayout();
196 this.statusStrip1.ResumeLayout(false);
197 this.statusStrip1.PerformLayout();
198 this.ResumeLayout(false);
199 this.PerformLayout();
200
201 }
202
203 #endregion
204
205 private System.Windows.Forms.ListView lstPrograms;
206 private System.Windows.Forms.ColumnHeader colChannel;
207 private System.Windows.Forms.ColumnHeader colTitle;
208 private System.Windows.Forms.ColumnHeader colSubTitle;
209 private System.Windows.Forms.ColumnHeader colDescription;
210 private System.Windows.Forms.ColumnHeader ColStart;
211 private System.Windows.Forms.ColumnHeader colEnd;
212 private System.Windows.Forms.OpenFileDialog xmltv_file_chooser;
213 private System.Windows.Forms.MenuStrip menuStrip1;
214 private System.Windows.Forms.ToolStripMenuItem mnuFile;
215 private System.Windows.Forms.ToolStripMenuItem mnuItemOpenXMLTVFile;
216 private System.Windows.Forms.ToolStripMenuItem mnuItemOpenSavedData;
217 private System.Windows.Forms.ToolStripMenuItem mnuItemSaveData;
218 private System.Windows.Forms.SaveFileDialog xmltv_program_data_saver;
219 private System.Windows.Forms.OpenFileDialog xmltv_program_data_loader;
220 private System.Windows.Forms.StatusStrip statusStrip1;
221 private System.Windows.Forms.ToolStripStatusLabel lblStatus;
222 private System.Windows.Forms.ToolStripStatusLabel txtStatus;
223 }
224 }
225