50 |
|
this.txtStatus = new System.Windows.Forms.ToolStripStatusLabel(); |
51 |
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer(); |
52 |
|
this.txtLog = new System.Windows.Forms.RichTextBox(); |
53 |
+ |
this.mnuItemExit = new System.Windows.Forms.ToolStripMenuItem(); |
54 |
+ |
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); |
55 |
|
this.menuStrip1.SuspendLayout(); |
56 |
|
this.statusStrip1.SuspendLayout(); |
57 |
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); |
126 |
|
this.mnuFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { |
127 |
|
this.mnuItemOpenXMLTVFile, |
128 |
|
this.mnuItemOpenSavedData, |
129 |
< |
this.mnuItemSaveData}); |
129 |
> |
this.mnuItemSaveData, |
130 |
> |
this.toolStripSeparator1, |
131 |
> |
this.mnuItemExit}); |
132 |
|
this.mnuFile.Name = "mnuFile"; |
133 |
|
this.mnuFile.Size = new System.Drawing.Size(37, 20); |
134 |
|
this.mnuFile.Text = "&File"; |
179 |
|
// |
180 |
|
this.xmltv_program_data_loader.DefaultExt = "bin"; |
181 |
|
this.xmltv_program_data_loader.FileName = "xmltv.bin"; |
182 |
< |
this.xmltv_program_data_loader.Filter = "*.bin|Binary XMLTV Data"; |
182 |
> |
this.xmltv_program_data_loader.Filter = "Binary XMLTV Guide Data|*.bin|All files|*.*"; |
183 |
|
// |
184 |
|
// statusStrip1 |
185 |
|
// |
236 |
|
this.txtLog.MouseEnter += new System.EventHandler(this.txtLog_MouseEnter); |
237 |
|
this.txtLog.MouseLeave += new System.EventHandler(this.txtLog_MouseLeave); |
238 |
|
// |
239 |
+ |
// mnuItemExit |
240 |
+ |
// |
241 |
+ |
this.mnuItemExit.Name = "mnuItemExit"; |
242 |
+ |
this.mnuItemExit.Size = new System.Drawing.Size(165, 22); |
243 |
+ |
this.mnuItemExit.Text = "&Exit"; |
244 |
+ |
this.mnuItemExit.Click += new System.EventHandler(this.mnuItemExit_Click); |
245 |
+ |
// |
246 |
+ |
// toolStripSeparator1 |
247 |
+ |
// |
248 |
+ |
this.toolStripSeparator1.Name = "toolStripSeparator1"; |
249 |
+ |
this.toolStripSeparator1.Size = new System.Drawing.Size(162, 6); |
250 |
+ |
// |
251 |
|
// main |
252 |
|
// |
253 |
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
299 |
|
private System.Windows.Forms.RichTextBox txtLog; |
300 |
|
private System.Windows.Forms.ToolStripMenuItem mnuTools; |
301 |
|
private System.Windows.Forms.ToolStripMenuItem mnuItemClearLocalLog; |
302 |
+ |
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; |
303 |
+ |
private System.Windows.Forms.ToolStripMenuItem mnuItemExit; |
304 |
|
} |
305 |
|
} |
306 |
|
|