namespace IReaper.CourseData{
partial class CourseToolStripMenuItemFileType
{
/// <summary>
///
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
///
/// </summary>
/// <param name="disposing"> true false</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region
/// <summary>
/// -
///
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CourseToolStripMenuItemFileType));
this.toolStripMenuItemSlides = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItemVideo = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItemCode = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItemQA = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripMenuItemAll = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItemZune = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItemMP3 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItemMP4 = new System.Windows.Forms.ToolStripMenuItem();
this.exportDesinationFolderBrowser = new System.Windows.Forms.FolderBrowserDialog();
this.SuspendLayout();
//
// toolStripMenuItemSlides
//
this.toolStripMenuItemSlides.Image = global::IReaper.Properties.Resources.PPT_Small;
this.toolStripMenuItemSlides.Name = "toolStripMenuItemSlides";
resources.ApplyResources(this.toolStripMenuItemSlides, "toolStripMenuItemSlides");
this.toolStripMenuItemSlides.Tag = "PPT";
this.toolStripMenuItemSlides.Click += new System.EventHandler(this.InvokeCourseFileFunction);
//
// toolStripMenuItemVideo
//
this.toolStripMenuItemVideo.Image = global::IReaper.Properties.Resources.Video_Small;
this.toolStripMenuItemVideo.Name = "toolStripMenuItemVideo";
resources.ApplyResources(this.toolStripMenuItemVideo, "toolStripMenuItemVideo");
this.toolStripMenuItemVideo.Tag = "Video";
this.toolStripMenuItemVideo.Click += new System.EventHandler(this.InvokeCourseFileFunction);
//
// toolStripMenuItemCode
//
this.toolStripMenuItemCode.Image = global::IReaper.Properties.Resources.Code_Small;
this.toolStripMenuItemCode.Name = "toolStripMenuItemCode";
resources.ApplyResources(this.toolStripMenuItemCode, "toolStripMenuItemCode");
this.toolStripMenuItemCode.Tag = "Code";
this.toolStripMenuItemCode.Click += new System.EventHandler(this.InvokeCourseFileFunction);
//
// toolStripMenuItemQA
//
resources.ApplyResources(this.toolStripMenuItemQA, "toolStripMenuItemQA");
this.toolStripMenuItemQA.Name = "toolStripMenuItemQA";
this.toolStripMenuItemQA.Tag = "QA";
this.toolStripMenuItemQA.Click += new System.EventHandler(this.InvokeCourseFileFunction);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1");
//
// toolStripMenuItemAll
//
this.toolStripMenuItemAll.Name = "toolStripMenuItemAll";
resources.ApplyResources(this.toolStripMenuItemAll, "toolStripMenuItemAll");
this.toolStripMenuItemAll.Tag = "All";
this.toolStripMenuItemAll.Click += new System.EventHandler(this.InvokeCourseFileFunction);
//
// toolStripMenuItemZune
//
this.toolStripMenuItemZune.Image = global::IReaper.Properties.Resources.Zune;
this.toolStripMenuItemZune.Name = "toolStripMenuItemZune";
resources.ApplyResources(this.toolStripMenuItemZune, "toolStripMenuItemZune");
this.toolStripMenuItemZune.Tag = "Zune";
this.toolStripMenuItemZune.Click += new System.EventHandler(this.InvokeCourseFileFunction);
//
// toolStripMenuItemMP3
//
this.toolStripMenuItemMP3.Image = global::IReaper.Properties.Resources.mp3;
this.toolStripMenuItemMP3.Name = "toolStripMenuItemMP3";
resources.ApplyResources(this.toolStripMenuItemMP3, "toolStripMenuItemMP3");
this.toolStripMenuItemMP3.Tag = "MP3";
this.toolStripMenuItemMP3.Click += new System.EventHandler(this.InvokeCourseFileFunction);
//
// toolStripMenuItemMP4
//
this.toolStripMenuItemMP4.Image = global::IReaper.Properties.Resources.mp4;
this.toolStripMenuItemMP4.Name = "toolStripMenuItemMP4";
resources.ApplyResources(this.toolStripMenuItemMP4, "toolStripMenuItemMP4");
this.toolStripMenuItemMP4.Tag = "MP4";
this.toolStripMenuItemMP4.Click += new System.EventHandler(this.InvokeCourseFileFunction);
//
// CourseToolStripMenuItemFileType
//
this.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripMenuItemSlides,
this.toolStripMenuItemVideo,
this.toolStripMenuItemCode,
this.toolStripMenuItemZune,
this.toolStripMenuItemMP3,
this.toolStripMenuItemMP4,
this.toolStripMenuItemQA,
this.toolStripSeparator1,
this.toolStripMenuItemAll});
resources.ApplyResources(this, "$this");
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemSlides;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemVideo;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemCode;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemQA;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemAll;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemZune;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemMP3;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemMP4;
private System.Windows.Forms.FolderBrowserDialog exportDesinationFolderBrowser;
}
}
|