ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/xmltv_parser/branches/linux/xmltv_parser/xmltv_parser/main.Designer.cs
Revision: 282
Committed: Wed Jul 29 19:09:14 2015 UTC (7 years, 8 months ago) by william
File size: 38949 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.xmltv_file_chooser = new System.Windows.Forms.OpenFileDialog();
32 this.menuStrip1 = new System.Windows.Forms.MenuStrip();
33 this.mnuFile = new System.Windows.Forms.ToolStripMenuItem();
34 this.mnuItemOpenXMLTVFile = new System.Windows.Forms.ToolStripMenuItem();
35 this.mnuItemOpenSavedData = new System.Windows.Forms.ToolStripMenuItem();
36 this.mnuItemSaveData = new System.Windows.Forms.ToolStripMenuItem();
37 this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
38 this.mnuItemExit = new System.Windows.Forms.ToolStripMenuItem();
39 this.mnuTools = new System.Windows.Forms.ToolStripMenuItem();
40 this.mnuItemClearLocalLog = new System.Windows.Forms.ToolStripMenuItem();
41 this.xmltv_program_data_saver = new System.Windows.Forms.SaveFileDialog();
42 this.xmltv_program_data_loader = new System.Windows.Forms.OpenFileDialog();
43 this.statusStrip1 = new System.Windows.Forms.StatusStrip();
44 this.progress_status = new System.Windows.Forms.ToolStripProgressBar();
45 this.lblStatus = new System.Windows.Forms.ToolStripStatusLabel();
46 this.txtStatus = new System.Windows.Forms.ToolStripStatusLabel();
47 this.main_split = new System.Windows.Forms.SplitContainer();
48 this.split_datagrid = new System.Windows.Forms.SplitContainer();
49 this.dataGrid = new System.Windows.Forms.DataGridView();
50 this.split_bottom = new System.Windows.Forms.SplitContainer();
51 this.flow_datagrid_sort = new System.Windows.Forms.FlowLayoutPanel();
52 this.grpSort = new System.Windows.Forms.GroupBox();
53 this.grpSort_flow = new System.Windows.Forms.FlowLayoutPanel();
54 this.radio_sort_channelnumber = new System.Windows.Forms.RadioButton();
55 this.radio_sort_channelname = new System.Windows.Forms.RadioButton();
56 this.radio_sort_start = new System.Windows.Forms.RadioButton();
57 this.radio_sort_stop = new System.Windows.Forms.RadioButton();
58 this.radio_sort_title = new System.Windows.Forms.RadioButton();
59 this.radio_sort_subtitle = new System.Windows.Forms.RadioButton();
60 this.radio_sort_description = new System.Windows.Forms.RadioButton();
61 this.radio_sort_rating = new System.Windows.Forms.RadioButton();
62 this.btnSort = new System.Windows.Forms.Button();
63 this.grpFilter = new System.Windows.Forms.GroupBox();
64 this.grpFilter_flow = new System.Windows.Forms.FlowLayoutPanel();
65 this.radio_filter_channelnumber = new System.Windows.Forms.RadioButton();
66 this.radio_filter_channelname = new System.Windows.Forms.RadioButton();
67 this.radio_filter_title = new System.Windows.Forms.RadioButton();
68 this.radio_filter_subtitle = new System.Windows.Forms.RadioButton();
69 this.radio_filter_description = new System.Windows.Forms.RadioButton();
70 this.radio_filter_start = new System.Windows.Forms.RadioButton();
71 this.radio_filter_stop = new System.Windows.Forms.RadioButton();
72 this.radio_filter_rating = new System.Windows.Forms.RadioButton();
73 this.btnFilter = new System.Windows.Forms.Button();
74 this.lblFilterText = new System.Windows.Forms.Label();
75 this.txtFilterText = new System.Windows.Forms.TextBox();
76 this.btnResetSort = new System.Windows.Forms.Button();
77 this.txtLog = new System.Windows.Forms.RichTextBox();
78 this.menuStrip1.SuspendLayout();
79 this.statusStrip1.SuspendLayout();
80 ((System.ComponentModel.ISupportInitialize)(this.main_split)).BeginInit();
81 this.main_split.Panel1.SuspendLayout();
82 this.main_split.Panel2.SuspendLayout();
83 this.main_split.SuspendLayout();
84 ((System.ComponentModel.ISupportInitialize)(this.split_datagrid)).BeginInit();
85 this.split_datagrid.Panel1.SuspendLayout();
86 this.split_datagrid.Panel2.SuspendLayout();
87 this.split_datagrid.SuspendLayout();
88 ((System.ComponentModel.ISupportInitialize)(this.dataGrid)).BeginInit();
89 ((System.ComponentModel.ISupportInitialize)(this.split_bottom)).BeginInit();
90 this.split_bottom.Panel1.SuspendLayout();
91 this.split_bottom.SuspendLayout();
92 this.flow_datagrid_sort.SuspendLayout();
93 this.grpSort.SuspendLayout();
94 this.grpSort_flow.SuspendLayout();
95 this.grpFilter.SuspendLayout();
96 this.grpFilter_flow.SuspendLayout();
97 this.SuspendLayout();
98 //
99 // xmltv_file_chooser
100 //
101 this.xmltv_file_chooser.DefaultExt = "xml";
102 this.xmltv_file_chooser.FileName = "tvguide.xml";
103 this.xmltv_file_chooser.Filter = "XMLTV Guide|*.xml|All files|*.*";
104 //
105 // menuStrip1
106 //
107 this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
108 this.mnuFile,
109 this.mnuTools});
110 this.menuStrip1.Location = new System.Drawing.Point(0, 0);
111 this.menuStrip1.Name = "menuStrip1";
112 this.menuStrip1.Size = new System.Drawing.Size(1374, 24);
113 this.menuStrip1.TabIndex = 1;
114 this.menuStrip1.Text = "menuStrip1";
115 //
116 // mnuFile
117 //
118 this.mnuFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
119 this.mnuItemOpenXMLTVFile,
120 this.mnuItemOpenSavedData,
121 this.mnuItemSaveData,
122 this.toolStripSeparator1,
123 this.mnuItemExit});
124 this.mnuFile.Name = "mnuFile";
125 this.mnuFile.Size = new System.Drawing.Size(37, 20);
126 this.mnuFile.Text = "&File";
127 //
128 // mnuItemOpenXMLTVFile
129 //
130 this.mnuItemOpenXMLTVFile.Name = "mnuItemOpenXMLTVFile";
131 this.mnuItemOpenXMLTVFile.Size = new System.Drawing.Size(165, 22);
132 this.mnuItemOpenXMLTVFile.Text = "Open &XMLTV File";
133 this.mnuItemOpenXMLTVFile.Click += new System.EventHandler(this.mnuItemOpenXMLTVFile_Click);
134 //
135 // mnuItemOpenSavedData
136 //
137 this.mnuItemOpenSavedData.Name = "mnuItemOpenSavedData";
138 this.mnuItemOpenSavedData.Size = new System.Drawing.Size(165, 22);
139 this.mnuItemOpenSavedData.Text = "Open &Saved Data";
140 this.mnuItemOpenSavedData.Click += new System.EventHandler(this.mnuItemOpenSavedData_Click);
141 //
142 // mnuItemSaveData
143 //
144 this.mnuItemSaveData.Name = "mnuItemSaveData";
145 this.mnuItemSaveData.Size = new System.Drawing.Size(165, 22);
146 this.mnuItemSaveData.Text = "Save &Data";
147 this.mnuItemSaveData.Click += new System.EventHandler(this.mnuItemSaveData_Click);
148 //
149 // toolStripSeparator1
150 //
151 this.toolStripSeparator1.Name = "toolStripSeparator1";
152 this.toolStripSeparator1.Size = new System.Drawing.Size(162, 6);
153 //
154 // mnuItemExit
155 //
156 this.mnuItemExit.Name = "mnuItemExit";
157 this.mnuItemExit.Size = new System.Drawing.Size(165, 22);
158 this.mnuItemExit.Text = "&Exit";
159 this.mnuItemExit.Click += new System.EventHandler(this.mnuItemExit_Click);
160 //
161 // mnuTools
162 //
163 this.mnuTools.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
164 this.mnuItemClearLocalLog});
165 this.mnuTools.Name = "mnuTools";
166 this.mnuTools.Size = new System.Drawing.Size(48, 20);
167 this.mnuTools.Text = "&Tools";
168 //
169 // mnuItemClearLocalLog
170 //
171 this.mnuItemClearLocalLog.Name = "mnuItemClearLocalLog";
172 this.mnuItemClearLocalLog.Size = new System.Drawing.Size(155, 22);
173 this.mnuItemClearLocalLog.Text = "&Clear Local Log";
174 this.mnuItemClearLocalLog.Click += new System.EventHandler(this.mnuItemClearLocalLog_Click);
175 //
176 // xmltv_program_data_saver
177 //
178 this.xmltv_program_data_saver.DefaultExt = "bin";
179 this.xmltv_program_data_saver.FileName = "xmltv.bin";
180 this.xmltv_program_data_saver.Filter = "Binary XMLTV DataXMLTV Guide|*.bin|All files|*.*";
181 //
182 // xmltv_program_data_loader
183 //
184 this.xmltv_program_data_loader.DefaultExt = "bin";
185 this.xmltv_program_data_loader.FileName = "xmltv.bin";
186 this.xmltv_program_data_loader.Filter = "Binary XMLTV Guide Data|*.bin|All files|*.*";
187 //
188 // statusStrip1
189 //
190 this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
191 this.progress_status,
192 this.lblStatus,
193 this.txtStatus});
194 this.statusStrip1.Location = new System.Drawing.Point(0, 671);
195 this.statusStrip1.Name = "statusStrip1";
196 this.statusStrip1.Size = new System.Drawing.Size(1374, 22);
197 this.statusStrip1.TabIndex = 2;
198 this.statusStrip1.Text = "statusStrip1";
199 //
200 // progress_status
201 //
202 this.progress_status.Name = "progress_status";
203 this.progress_status.Size = new System.Drawing.Size(100, 16);
204 //
205 // lblStatus
206 //
207 this.lblStatus.Name = "lblStatus";
208 this.lblStatus.Size = new System.Drawing.Size(42, 17);
209 this.lblStatus.Text = "Status:";
210 //
211 // txtStatus
212 //
213 this.txtStatus.Name = "txtStatus";
214 this.txtStatus.Size = new System.Drawing.Size(1215, 17);
215 this.txtStatus.Spring = true;
216 this.txtStatus.Text = "txtStatus";
217 //
218 // main_split
219 //
220 this.main_split.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
221 this.main_split.Dock = System.Windows.Forms.DockStyle.Fill;
222 this.main_split.Location = new System.Drawing.Point(0, 24);
223 this.main_split.Name = "main_split";
224 //
225 // main_split.Panel1
226 //
227 this.main_split.Panel1.Controls.Add(this.split_datagrid);
228 //
229 // main_split.Panel2
230 //
231 this.main_split.Panel2.Controls.Add(this.txtLog);
232 this.main_split.Size = new System.Drawing.Size(1374, 647);
233 this.main_split.SplitterDistance = 1097;
234 this.main_split.TabIndex = 3;
235 //
236 // split_datagrid
237 //
238 this.split_datagrid.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
239 this.split_datagrid.Dock = System.Windows.Forms.DockStyle.Fill;
240 this.split_datagrid.Location = new System.Drawing.Point(0, 0);
241 this.split_datagrid.Name = "split_datagrid";
242 this.split_datagrid.Orientation = System.Windows.Forms.Orientation.Horizontal;
243 //
244 // split_datagrid.Panel1
245 //
246 this.split_datagrid.Panel1.Controls.Add(this.dataGrid);
247 //
248 // split_datagrid.Panel2
249 //
250 this.split_datagrid.Panel2.BackColor = System.Drawing.SystemColors.AppWorkspace;
251 this.split_datagrid.Panel2.Controls.Add(this.split_bottom);
252 this.split_datagrid.Size = new System.Drawing.Size(1097, 647);
253 this.split_datagrid.SplitterDistance = 306;
254 this.split_datagrid.TabIndex = 1;
255 //
256 // dataGrid
257 //
258 this.dataGrid.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
259 this.dataGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
260 this.dataGrid.Dock = System.Windows.Forms.DockStyle.Fill;
261 this.dataGrid.Location = new System.Drawing.Point(0, 0);
262 this.dataGrid.Name = "dataGrid";
263 this.dataGrid.Size = new System.Drawing.Size(1093, 302);
264 this.dataGrid.TabIndex = 0;
265 this.dataGrid.SelectionChanged += new System.EventHandler(this.dataGrid_SelectionChanged);
266 this.dataGrid.Click += new System.EventHandler(this.dataGrid_Click);
267 //
268 // split_bottom
269 //
270 this.split_bottom.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
271 this.split_bottom.Dock = System.Windows.Forms.DockStyle.Fill;
272 this.split_bottom.Location = new System.Drawing.Point(0, 0);
273 this.split_bottom.Name = "split_bottom";
274 this.split_bottom.Orientation = System.Windows.Forms.Orientation.Horizontal;
275 //
276 // split_bottom.Panel1
277 //
278 this.split_bottom.Panel1.Controls.Add(this.flow_datagrid_sort);
279 this.split_bottom.Size = new System.Drawing.Size(1097, 337);
280 this.split_bottom.SplitterDistance = 206;
281 this.split_bottom.TabIndex = 1;
282 //
283 // flow_datagrid_sort
284 //
285 this.flow_datagrid_sort.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
286 this.flow_datagrid_sort.Controls.Add(this.grpSort);
287 this.flow_datagrid_sort.Controls.Add(this.btnSort);
288 this.flow_datagrid_sort.Controls.Add(this.grpFilter);
289 this.flow_datagrid_sort.Controls.Add(this.btnFilter);
290 this.flow_datagrid_sort.Controls.Add(this.lblFilterText);
291 this.flow_datagrid_sort.Controls.Add(this.txtFilterText);
292 this.flow_datagrid_sort.Controls.Add(this.btnResetSort);
293 this.flow_datagrid_sort.Dock = System.Windows.Forms.DockStyle.Fill;
294 this.flow_datagrid_sort.Enabled = false;
295 this.flow_datagrid_sort.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
296 this.flow_datagrid_sort.Location = new System.Drawing.Point(0, 0);
297 this.flow_datagrid_sort.Name = "flow_datagrid_sort";
298 this.flow_datagrid_sort.Size = new System.Drawing.Size(1093, 202);
299 this.flow_datagrid_sort.TabIndex = 0;
300 //
301 // grpSort
302 //
303 this.grpSort.AutoSize = true;
304 this.grpSort.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
305 this.grpSort.Controls.Add(this.grpSort_flow);
306 this.grpSort.Location = new System.Drawing.Point(3, 3);
307 this.grpSort.Name = "grpSort";
308 this.grpSort.Size = new System.Drawing.Size(769, 55);
309 this.grpSort.TabIndex = 16;
310 this.grpSort.TabStop = false;
311 this.grpSort.Text = "Sorting";
312 //
313 // grpSort_flow
314 //
315 this.grpSort_flow.AutoSize = true;
316 this.grpSort_flow.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
317 this.grpSort_flow.Controls.Add(this.radio_sort_channelnumber);
318 this.grpSort_flow.Controls.Add(this.radio_sort_channelname);
319 this.grpSort_flow.Controls.Add(this.radio_sort_start);
320 this.grpSort_flow.Controls.Add(this.radio_sort_stop);
321 this.grpSort_flow.Controls.Add(this.radio_sort_title);
322 this.grpSort_flow.Controls.Add(this.radio_sort_subtitle);
323 this.grpSort_flow.Controls.Add(this.radio_sort_description);
324 this.grpSort_flow.Controls.Add(this.radio_sort_rating);
325 this.grpSort_flow.Dock = System.Windows.Forms.DockStyle.Fill;
326 this.grpSort_flow.Location = new System.Drawing.Point(3, 22);
327 this.grpSort_flow.Name = "grpSort_flow";
328 this.grpSort_flow.Size = new System.Drawing.Size(763, 30);
329 this.grpSort_flow.TabIndex = 0;
330 //
331 // radio_sort_channelnumber
332 //
333 this.radio_sort_channelnumber.AutoSize = true;
334 this.radio_sort_channelnumber.Location = new System.Drawing.Point(3, 3);
335 this.radio_sort_channelnumber.Name = "radio_sort_channelnumber";
336 this.radio_sort_channelnumber.Size = new System.Drawing.Size(142, 24);
337 this.radio_sort_channelnumber.TabIndex = 4;
338 this.radio_sort_channelnumber.Tag = "ChannelNumber";
339 this.radio_sort_channelnumber.Text = "ChannelNumber";
340 this.radio_sort_channelnumber.UseVisualStyleBackColor = true;
341 //
342 // radio_sort_channelname
343 //
344 this.radio_sort_channelname.AutoSize = true;
345 this.radio_sort_channelname.Location = new System.Drawing.Point(151, 3);
346 this.radio_sort_channelname.Name = "radio_sort_channelname";
347 this.radio_sort_channelname.Size = new System.Drawing.Size(128, 24);
348 this.radio_sort_channelname.TabIndex = 5;
349 this.radio_sort_channelname.Tag = "ChannelName";
350 this.radio_sort_channelname.Text = "ChannelName";
351 this.radio_sort_channelname.UseVisualStyleBackColor = true;
352 //
353 // radio_sort_start
354 //
355 this.radio_sort_start.AutoSize = true;
356 this.radio_sort_start.Checked = true;
357 this.radio_sort_start.Location = new System.Drawing.Point(285, 3);
358 this.radio_sort_start.Name = "radio_sort_start";
359 this.radio_sort_start.Size = new System.Drawing.Size(62, 24);
360 this.radio_sort_start.TabIndex = 6;
361 this.radio_sort_start.TabStop = true;
362 this.radio_sort_start.Tag = "Start";
363 this.radio_sort_start.Text = "Start";
364 this.radio_sort_start.UseVisualStyleBackColor = true;
365 //
366 // radio_sort_stop
367 //
368 this.radio_sort_stop.AutoSize = true;
369 this.radio_sort_stop.Location = new System.Drawing.Point(353, 3);
370 this.radio_sort_stop.Name = "radio_sort_stop";
371 this.radio_sort_stop.Size = new System.Drawing.Size(61, 24);
372 this.radio_sort_stop.TabIndex = 7;
373 this.radio_sort_stop.Tag = "Stop";
374 this.radio_sort_stop.Text = "Stop";
375 this.radio_sort_stop.UseVisualStyleBackColor = true;
376 //
377 // radio_sort_title
378 //
379 this.radio_sort_title.AutoSize = true;
380 this.radio_sort_title.Location = new System.Drawing.Point(420, 3);
381 this.radio_sort_title.Name = "radio_sort_title";
382 this.radio_sort_title.Size = new System.Drawing.Size(56, 24);
383 this.radio_sort_title.TabIndex = 1;
384 this.radio_sort_title.Tag = "Title";
385 this.radio_sort_title.Text = "Title";
386 this.radio_sort_title.UseVisualStyleBackColor = true;
387 //
388 // radio_sort_subtitle
389 //
390 this.radio_sort_subtitle.AutoSize = true;
391 this.radio_sort_subtitle.Location = new System.Drawing.Point(482, 3);
392 this.radio_sort_subtitle.Name = "radio_sort_subtitle";
393 this.radio_sort_subtitle.Size = new System.Drawing.Size(85, 24);
394 this.radio_sort_subtitle.TabIndex = 2;
395 this.radio_sort_subtitle.Tag = "SubTitle";
396 this.radio_sort_subtitle.Text = "SubTitle";
397 this.radio_sort_subtitle.UseVisualStyleBackColor = true;
398 //
399 // radio_sort_description
400 //
401 this.radio_sort_description.AutoSize = true;
402 this.radio_sort_description.Location = new System.Drawing.Point(573, 3);
403 this.radio_sort_description.Name = "radio_sort_description";
404 this.radio_sort_description.Size = new System.Drawing.Size(107, 24);
405 this.radio_sort_description.TabIndex = 3;
406 this.radio_sort_description.Tag = "Description";
407 this.radio_sort_description.Text = "Description";
408 this.radio_sort_description.UseVisualStyleBackColor = true;
409 //
410 // radio_sort_rating
411 //
412 this.radio_sort_rating.AutoSize = true;
413 this.radio_sort_rating.Location = new System.Drawing.Point(686, 3);
414 this.radio_sort_rating.Name = "radio_sort_rating";
415 this.radio_sort_rating.Size = new System.Drawing.Size(74, 24);
416 this.radio_sort_rating.TabIndex = 8;
417 this.radio_sort_rating.Tag = "Rating";
418 this.radio_sort_rating.Text = "Rating";
419 this.radio_sort_rating.UseVisualStyleBackColor = true;
420 //
421 // btnSort
422 //
423 this.btnSort.AutoSize = true;
424 this.btnSort.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
425 this.flow_datagrid_sort.SetFlowBreak(this.btnSort, true);
426 this.btnSort.Location = new System.Drawing.Point(778, 3);
427 this.btnSort.Name = "btnSort";
428 this.btnSort.Size = new System.Drawing.Size(49, 30);
429 this.btnSort.TabIndex = 17;
430 this.btnSort.Text = "Sort";
431 this.btnSort.UseVisualStyleBackColor = true;
432 this.btnSort.Click += new System.EventHandler(this.btnSort_Click);
433 //
434 // grpFilter
435 //
436 this.grpFilter.AutoSize = true;
437 this.grpFilter.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
438 this.grpFilter.Controls.Add(this.grpFilter_flow);
439 this.grpFilter.Location = new System.Drawing.Point(3, 64);
440 this.grpFilter.Name = "grpFilter";
441 this.grpFilter.Size = new System.Drawing.Size(769, 55);
442 this.grpFilter.TabIndex = 10;
443 this.grpFilter.TabStop = false;
444 this.grpFilter.Text = "Filtering";
445 //
446 // grpFilter_flow
447 //
448 this.grpFilter_flow.AutoSize = true;
449 this.grpFilter_flow.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
450 this.grpFilter_flow.Controls.Add(this.radio_filter_channelnumber);
451 this.grpFilter_flow.Controls.Add(this.radio_filter_channelname);
452 this.grpFilter_flow.Controls.Add(this.radio_filter_title);
453 this.grpFilter_flow.Controls.Add(this.radio_filter_subtitle);
454 this.grpFilter_flow.Controls.Add(this.radio_filter_description);
455 this.grpFilter_flow.Controls.Add(this.radio_filter_start);
456 this.grpFilter_flow.Controls.Add(this.radio_filter_stop);
457 this.grpFilter_flow.Controls.Add(this.radio_filter_rating);
458 this.grpFilter_flow.Dock = System.Windows.Forms.DockStyle.Fill;
459 this.grpFilter_flow.Location = new System.Drawing.Point(3, 22);
460 this.grpFilter_flow.Name = "grpFilter_flow";
461 this.grpFilter_flow.Size = new System.Drawing.Size(763, 30);
462 this.grpFilter_flow.TabIndex = 0;
463 //
464 // radio_filter_channelnumber
465 //
466 this.radio_filter_channelnumber.AutoSize = true;
467 this.radio_filter_channelnumber.Location = new System.Drawing.Point(3, 3);
468 this.radio_filter_channelnumber.Name = "radio_filter_channelnumber";
469 this.radio_filter_channelnumber.Size = new System.Drawing.Size(142, 24);
470 this.radio_filter_channelnumber.TabIndex = 4;
471 this.radio_filter_channelnumber.Tag = "ChannelNumber";
472 this.radio_filter_channelnumber.Text = "ChannelNumber";
473 this.radio_filter_channelnumber.UseVisualStyleBackColor = true;
474 this.radio_filter_channelnumber.CheckedChanged += new System.EventHandler(this.radio_filter_channelnumber_CheckedChanged);
475 //
476 // radio_filter_channelname
477 //
478 this.radio_filter_channelname.AutoSize = true;
479 this.radio_filter_channelname.Location = new System.Drawing.Point(151, 3);
480 this.radio_filter_channelname.Name = "radio_filter_channelname";
481 this.radio_filter_channelname.Size = new System.Drawing.Size(128, 24);
482 this.radio_filter_channelname.TabIndex = 5;
483 this.radio_filter_channelname.Tag = "ChannelName";
484 this.radio_filter_channelname.Text = "ChannelName";
485 this.radio_filter_channelname.UseVisualStyleBackColor = true;
486 this.radio_filter_channelname.CheckedChanged += new System.EventHandler(this.radio_filter_channelname_CheckedChanged);
487 //
488 // radio_filter_title
489 //
490 this.radio_filter_title.AutoSize = true;
491 this.radio_filter_title.Checked = true;
492 this.radio_filter_title.Location = new System.Drawing.Point(285, 3);
493 this.radio_filter_title.Name = "radio_filter_title";
494 this.radio_filter_title.Size = new System.Drawing.Size(56, 24);
495 this.radio_filter_title.TabIndex = 1;
496 this.radio_filter_title.TabStop = true;
497 this.radio_filter_title.Tag = "Title";
498 this.radio_filter_title.Text = "Title";
499 this.radio_filter_title.UseVisualStyleBackColor = true;
500 this.radio_filter_title.CheckedChanged += new System.EventHandler(this.radio_filter_title_CheckedChanged);
501 //
502 // radio_filter_subtitle
503 //
504 this.radio_filter_subtitle.AutoSize = true;
505 this.radio_filter_subtitle.Location = new System.Drawing.Point(347, 3);
506 this.radio_filter_subtitle.Name = "radio_filter_subtitle";
507 this.radio_filter_subtitle.Size = new System.Drawing.Size(85, 24);
508 this.radio_filter_subtitle.TabIndex = 2;
509 this.radio_filter_subtitle.Tag = "SubTitle";
510 this.radio_filter_subtitle.Text = "SubTitle";
511 this.radio_filter_subtitle.UseVisualStyleBackColor = true;
512 this.radio_filter_subtitle.CheckedChanged += new System.EventHandler(this.radio_filter_subtitle_CheckedChanged);
513 //
514 // radio_filter_description
515 //
516 this.radio_filter_description.AutoSize = true;
517 this.radio_filter_description.Location = new System.Drawing.Point(438, 3);
518 this.radio_filter_description.Name = "radio_filter_description";
519 this.radio_filter_description.Size = new System.Drawing.Size(107, 24);
520 this.radio_filter_description.TabIndex = 3;
521 this.radio_filter_description.Tag = "Description";
522 this.radio_filter_description.Text = "Description";
523 this.radio_filter_description.UseVisualStyleBackColor = true;
524 this.radio_filter_description.CheckedChanged += new System.EventHandler(this.radio_filter_description_CheckedChanged);
525 //
526 // radio_filter_start
527 //
528 this.radio_filter_start.AutoSize = true;
529 this.radio_filter_start.Location = new System.Drawing.Point(551, 3);
530 this.radio_filter_start.Name = "radio_filter_start";
531 this.radio_filter_start.Size = new System.Drawing.Size(62, 24);
532 this.radio_filter_start.TabIndex = 6;
533 this.radio_filter_start.Tag = "Start";
534 this.radio_filter_start.Text = "Start";
535 this.radio_filter_start.UseVisualStyleBackColor = true;
536 this.radio_filter_start.CheckedChanged += new System.EventHandler(this.radio_filter_start_CheckedChanged);
537 //
538 // radio_filter_stop
539 //
540 this.radio_filter_stop.AutoSize = true;
541 this.radio_filter_stop.Location = new System.Drawing.Point(619, 3);
542 this.radio_filter_stop.Name = "radio_filter_stop";
543 this.radio_filter_stop.Size = new System.Drawing.Size(61, 24);
544 this.radio_filter_stop.TabIndex = 7;
545 this.radio_filter_stop.Tag = "Stop";
546 this.radio_filter_stop.Text = "Stop";
547 this.radio_filter_stop.UseVisualStyleBackColor = true;
548 this.radio_filter_stop.CheckedChanged += new System.EventHandler(this.radio_filter_stop_CheckedChanged);
549 //
550 // radio_filter_rating
551 //
552 this.radio_filter_rating.AutoSize = true;
553 this.radio_filter_rating.Location = new System.Drawing.Point(686, 3);
554 this.radio_filter_rating.Name = "radio_filter_rating";
555 this.radio_filter_rating.Size = new System.Drawing.Size(74, 24);
556 this.radio_filter_rating.TabIndex = 8;
557 this.radio_filter_rating.Tag = "Rating";
558 this.radio_filter_rating.Text = "Rating";
559 this.radio_filter_rating.UseVisualStyleBackColor = true;
560 this.radio_filter_rating.CheckedChanged += new System.EventHandler(this.radio_filter_rating_CheckedChanged);
561 //
562 // btnFilter
563 //
564 this.btnFilter.AutoSize = true;
565 this.btnFilter.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
566 this.flow_datagrid_sort.SetFlowBreak(this.btnFilter, true);
567 this.btnFilter.Location = new System.Drawing.Point(778, 64);
568 this.btnFilter.Name = "btnFilter";
569 this.btnFilter.Size = new System.Drawing.Size(54, 30);
570 this.btnFilter.TabIndex = 13;
571 this.btnFilter.Text = "Filter";
572 this.btnFilter.UseVisualStyleBackColor = true;
573 this.btnFilter.Click += new System.EventHandler(this.btnFilter_Click);
574 //
575 // lblFilterText
576 //
577 this.lblFilterText.AutoSize = true;
578 this.lblFilterText.Location = new System.Drawing.Point(3, 122);
579 this.lblFilterText.Name = "lblFilterText";
580 this.lblFilterText.Size = new System.Drawing.Size(82, 20);
581 this.lblFilterText.TabIndex = 12;
582 this.lblFilterText.Text = "Filter Text:";
583 //
584 // txtFilterText
585 //
586 this.flow_datagrid_sort.SetFlowBreak(this.txtFilterText, true);
587 this.txtFilterText.Location = new System.Drawing.Point(91, 125);
588 this.txtFilterText.Name = "txtFilterText";
589 this.txtFilterText.Size = new System.Drawing.Size(358, 26);
590 this.txtFilterText.TabIndex = 11;
591 //
592 // btnResetSort
593 //
594 this.btnResetSort.AutoSize = true;
595 this.btnResetSort.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
596 this.btnResetSort.Location = new System.Drawing.Point(3, 157);
597 this.btnResetSort.Name = "btnResetSort";
598 this.btnResetSort.Size = new System.Drawing.Size(62, 30);
599 this.btnResetSort.TabIndex = 8;
600 this.btnResetSort.Text = "Reset";
601 this.btnResetSort.UseVisualStyleBackColor = true;
602 this.btnResetSort.Click += new System.EventHandler(this.btnResetSort_Click);
603 //
604 // txtLog
605 //
606 this.txtLog.BackColor = System.Drawing.SystemColors.ControlLight;
607 this.txtLog.Dock = System.Windows.Forms.DockStyle.Fill;
608 this.txtLog.Location = new System.Drawing.Point(0, 0);
609 this.txtLog.Name = "txtLog";
610 this.txtLog.ReadOnly = true;
611 this.txtLog.Size = new System.Drawing.Size(269, 643);
612 this.txtLog.TabIndex = 0;
613 this.txtLog.Text = "";
614 //
615 // main
616 //
617 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
618 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
619 this.ClientSize = new System.Drawing.Size(1374, 693);
620 this.Controls.Add(this.main_split);
621 this.Controls.Add(this.statusStrip1);
622 this.Controls.Add(this.menuStrip1);
623 this.MainMenuStrip = this.menuStrip1;
624 this.Name = "main";
625 this.Text = "main";
626 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.main_FormClosing);
627 this.Load += new System.EventHandler(this.main_Load);
628 this.Shown += new System.EventHandler(this.main_Shown);
629 this.menuStrip1.ResumeLayout(false);
630 this.menuStrip1.PerformLayout();
631 this.statusStrip1.ResumeLayout(false);
632 this.statusStrip1.PerformLayout();
633 this.main_split.Panel1.ResumeLayout(false);
634 this.main_split.Panel2.ResumeLayout(false);
635 ((System.ComponentModel.ISupportInitialize)(this.main_split)).EndInit();
636 this.main_split.ResumeLayout(false);
637 this.split_datagrid.Panel1.ResumeLayout(false);
638 this.split_datagrid.Panel2.ResumeLayout(false);
639 ((System.ComponentModel.ISupportInitialize)(this.split_datagrid)).EndInit();
640 this.split_datagrid.ResumeLayout(false);
641 ((System.ComponentModel.ISupportInitialize)(this.dataGrid)).EndInit();
642 this.split_bottom.Panel1.ResumeLayout(false);
643 ((System.ComponentModel.ISupportInitialize)(this.split_bottom)).EndInit();
644 this.split_bottom.ResumeLayout(false);
645 this.flow_datagrid_sort.ResumeLayout(false);
646 this.flow_datagrid_sort.PerformLayout();
647 this.grpSort.ResumeLayout(false);
648 this.grpSort.PerformLayout();
649 this.grpSort_flow.ResumeLayout(false);
650 this.grpSort_flow.PerformLayout();
651 this.grpFilter.ResumeLayout(false);
652 this.grpFilter.PerformLayout();
653 this.grpFilter_flow.ResumeLayout(false);
654 this.grpFilter_flow.PerformLayout();
655 this.ResumeLayout(false);
656 this.PerformLayout();
657
658 }
659
660 #endregion
661
662 private System.Windows.Forms.OpenFileDialog xmltv_file_chooser;
663 private System.Windows.Forms.MenuStrip menuStrip1;
664 private System.Windows.Forms.ToolStripMenuItem mnuFile;
665 private System.Windows.Forms.ToolStripMenuItem mnuItemOpenXMLTVFile;
666 private System.Windows.Forms.ToolStripMenuItem mnuItemOpenSavedData;
667 private System.Windows.Forms.ToolStripMenuItem mnuItemSaveData;
668 private System.Windows.Forms.SaveFileDialog xmltv_program_data_saver;
669 private System.Windows.Forms.OpenFileDialog xmltv_program_data_loader;
670 private System.Windows.Forms.StatusStrip statusStrip1;
671 private System.Windows.Forms.ToolStripStatusLabel lblStatus;
672 private System.Windows.Forms.ToolStripStatusLabel txtStatus;
673 private System.Windows.Forms.SplitContainer main_split;
674 private System.Windows.Forms.RichTextBox txtLog;
675 private System.Windows.Forms.ToolStripMenuItem mnuTools;
676 private System.Windows.Forms.ToolStripMenuItem mnuItemClearLocalLog;
677 private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
678 private System.Windows.Forms.ToolStripMenuItem mnuItemExit;
679 private System.Windows.Forms.ToolStripProgressBar progress_status;
680 private System.Windows.Forms.DataGridView dataGrid;
681 private System.Windows.Forms.SplitContainer split_datagrid;
682 private System.Windows.Forms.FlowLayoutPanel flow_datagrid_sort;
683 private System.Windows.Forms.Button btnResetSort;
684 private System.Windows.Forms.GroupBox grpFilter;
685 private System.Windows.Forms.FlowLayoutPanel grpFilter_flow;
686 private System.Windows.Forms.RadioButton radio_filter_title;
687 private System.Windows.Forms.RadioButton radio_filter_subtitle;
688 private System.Windows.Forms.RadioButton radio_filter_description;
689 private System.Windows.Forms.Label lblFilterText;
690 private System.Windows.Forms.TextBox txtFilterText;
691 private System.Windows.Forms.Button btnFilter;
692 private System.Windows.Forms.RadioButton radio_filter_channelnumber;
693 private System.Windows.Forms.RadioButton radio_filter_channelname;
694 private System.Windows.Forms.RadioButton radio_filter_start;
695 private System.Windows.Forms.RadioButton radio_filter_stop;
696 private System.Windows.Forms.GroupBox grpSort;
697 private System.Windows.Forms.FlowLayoutPanel grpSort_flow;
698 private System.Windows.Forms.RadioButton radio_sort_channelnumber;
699 private System.Windows.Forms.RadioButton radio_sort_channelname;
700 private System.Windows.Forms.RadioButton radio_sort_start;
701 private System.Windows.Forms.RadioButton radio_sort_stop;
702 private System.Windows.Forms.RadioButton radio_sort_title;
703 private System.Windows.Forms.RadioButton radio_sort_subtitle;
704 private System.Windows.Forms.RadioButton radio_sort_description;
705 private System.Windows.Forms.Button btnSort;
706 private System.Windows.Forms.SplitContainer split_bottom;
707 private System.Windows.Forms.RadioButton radio_sort_rating;
708 private System.Windows.Forms.RadioButton radio_filter_rating;
709 }
710 }
711