namespace IReaper.CommonGui{
partial class CourseViewToolStrip
{
/// <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()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CourseViewToolStrip));
this.toolStripSBOpen = new System.Windows.Forms.ToolStripSplitButton();
this.courseToolStripMenuItemFileType = new IReaper.CourseData.CourseToolStripMenuItemFileType(this.components);
this.toolStripSBExport = new System.Windows.Forms.ToolStripSplitButton();
this.toolStripSBRemove = new System.Windows.Forms.ToolStripSplitButton();
this.toolStripSBDownload = new System.Windows.Forms.ToolStripSplitButton();
this.toolStripCBCourseFilter = new System.Windows.Forms.ToolStripComboBox();
this.toolStripBRemind = new System.Windows.Forms.ToolStripButton();
this.toolStripBSynchorize = new System.Windows.Forms.ToolStripButton();
this.SuspendLayout();
//
// toolStripSBOpen
//
this.toolStripSBOpen.DropDown = this.courseToolStripMenuItemFileType;
resources.ApplyResources(this.toolStripSBOpen, "toolStripSBOpen");
this.toolStripSBOpen.Image = global::IReaper.Properties.Resources.Open;
this.toolStripSBOpen.Name = "toolStripSBOpen";
this.toolStripSBOpen.Tag = "Open";
//
// courseToolStripMenuItemFileType
//
this.courseToolStripMenuItemFileType.DataType = IReaper.CoreDataType.CurrentSelectedCourses;
this.courseToolStripMenuItemFileType.Name = "courseToolStripMenuItemFileType";
this.courseToolStripMenuItemFileType.OwnerItem = this.toolStripSBDownload;
resources.ApplyResources(this.courseToolStripMenuItemFileType, "courseToolStripMenuItemFileType");
this.courseToolStripMenuItemFileType.Tag = "Remove";
//
// toolStripSBExport
//
this.toolStripSBExport.DropDown = this.courseToolStripMenuItemFileType;
resources.ApplyResources(this.toolStripSBExport, "toolStripSBExport");
this.toolStripSBExport.Name = "toolStripSBExport";
this.toolStripSBExport.Tag = "Export";
//
// toolStripSBRemove
//
this.toolStripSBRemove.DropDown = this.courseToolStripMenuItemFileType;
resources.ApplyResources(this.toolStripSBRemove, "toolStripSBRemove");
this.toolStripSBRemove.Image = global::IReaper.Properties.Resources.Remove;
this.toolStripSBRemove.Name = "toolStripSBRemove";
this.toolStripSBRemove.Tag = "Remove";
//
// toolStripSBDownload
//
this.toolStripSBDownload.DropDown = this.courseToolStripMenuItemFileType;
resources.ApplyResources(this.toolStripSBDownload, "toolStripSBDownload");
this.toolStripSBDownload.Name = "toolStripSBDownload";
this.toolStripSBDownload.Tag = "Download";
//
// toolStripCBCourseFilter
//
this.toolStripCBCourseFilter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.toolStripCBCourseFilter.Items.AddRange(new object[] {
resources.GetString("toolStripCBCourseFilter.Items"),
resources.GetString("toolStripCBCourseFilter.Items1"),
resources.GetString("toolStripCBCourseFilter.Items2"),
resources.GetString("toolStripCBCourseFilter.Items3")});
this.toolStripCBCourseFilter.Name = "toolStripCBCourseFilter";
resources.ApplyResources(this.toolStripCBCourseFilter, "toolStripCBCourseFilter");
this.toolStripCBCourseFilter.SelectedIndexChanged += new System.EventHandler(this.UpdateViewTreeView);
//
// toolStripBRemind
//
this.toolStripBRemind.Name = "toolStripBRemind";
resources.ApplyResources(this.toolStripBRemind, "toolStripBRemind");
//
// toolStripBSynchorize
//
resources.ApplyResources(this.toolStripBSynchorize, "toolStripBSynchorize");
this.toolStripBSynchorize.Name = "toolStripBSynchorize";
this.toolStripBSynchorize.Click += new System.EventHandler(this.SynData);
//
// CourseViewToolStrip
//
this.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripSBExport,
this.toolStripSBDownload,
this.toolStripSBRemove,
this.toolStripSBOpen,
this.toolStripCBCourseFilter,
this.toolStripBRemind,
this.toolStripBSynchorize});
this.ResumeLayout(false);
}
#endregion
internal System.Windows.Forms.ToolStripSplitButton toolStripSBOpen;
protected System.Windows.Forms.ToolStripSplitButton toolStripSBRemove;
protected System.Windows.Forms.ToolStripSplitButton toolStripSBDownload;
private System.Windows.Forms.ToolStripButton toolStripBRemind;
private System.Windows.Forms.ToolStripComboBox toolStripCBCourseFilter;
private IReaper.CourseData.CourseToolStripMenuItemFileType courseToolStripMenuItemFileType;
private System.Windows.Forms.ToolStripButton toolStripBSynchorize;
private System.Windows.Forms.ToolStripSplitButton toolStripSBExport;
}
}
|