namespace IReaper.CourseData{
partial class CourseItemTreePanel
{
/// <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 Windows
/// <summary>
/// -
///
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CourseItemTreePanel));
this.toolStripMenuItemRemoveFile = new System.Windows.Forms.ToolStripMenuItem();
this.courseToolStripMenuItemFileType = new IReaper.CourseData.CourseToolStripMenuItemFileType(this.components);
this.toolStripMenuItemDownload = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
this.contextMenuStripTreeView = new System.Windows.Forms.ContextMenuStrip(this.components);
this.toolStripMenuItemSyncCourse = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton6 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton7 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton8 = new System.Windows.Forms.ToolStripButton();
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
this.taskItemTree = new IReaper.CourseData.CourseDataTreeView(this.components);
this.contextMenuStripTreeView.SuspendLayout();
this.SuspendLayout();
//
// toolStripMenuItemRemoveFile
//
this.toolStripMenuItemRemoveFile.DropDown = this.courseToolStripMenuItemFileType;
resources.ApplyResources(this.toolStripMenuItemRemoveFile, "toolStripMenuItemRemoveFile");
this.toolStripMenuItemRemoveFile.Image = global::IReaper.Properties.Resources.Remove;
this.toolStripMenuItemRemoveFile.Name = "toolStripMenuItemRemoveFile";
this.toolStripMenuItemRemoveFile.Tag = "Remove";
//
// courseToolStripMenuItemFileType
//
this.courseToolStripMenuItemFileType.DataType = IReaper.CoreDataType.CurrentViewedCourses;
this.courseToolStripMenuItemFileType.ImageScalingSize = new System.Drawing.Size(24, 24);
this.courseToolStripMenuItemFileType.Name = "courseToolStripMenuItemFileType";
resources.ApplyResources(this.courseToolStripMenuItemFileType, "courseToolStripMenuItemFileType");
this.courseToolStripMenuItemFileType.Tag = "Download";
//
// toolStripMenuItemDownload
//
this.toolStripMenuItemDownload.DropDown = this.courseToolStripMenuItemFileType;
resources.ApplyResources(this.toolStripMenuItemDownload, "toolStripMenuItemDownload");
this.toolStripMenuItemDownload.Name = "toolStripMenuItemDownload";
this.toolStripMenuItemDownload.Tag = "Download";
//
// toolStripButton1
//
this.toolStripButton1.Name = "toolStripButton1";
resources.ApplyResources(this.toolStripButton1, "toolStripButton1");
//
// toolStripButton2
//
this.toolStripButton2.Name = "toolStripButton2";
resources.ApplyResources(this.toolStripButton2, "toolStripButton2");
//
// toolStripButton3
//
this.toolStripButton3.Name = "toolStripButton3";
resources.ApplyResources(this.toolStripButton3, "toolStripButton3");
//
// toolStripButton4
//
this.toolStripButton4.Name = "toolStripButton4";
resources.ApplyResources(this.toolStripButton4, "toolStripButton4");
//
// contextMenuStripTreeView
//
this.contextMenuStripTreeView.ImageScalingSize = new System.Drawing.Size(24, 24);
this.contextMenuStripTreeView.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripMenuItemSyncCourse,
this.toolStripSeparator1,
this.toolStripMenuItemRemoveFile,
this.toolStripMenuItemDownload});
this.contextMenuStripTreeView.Name = "contextMenuStripTreeView";
resources.ApplyResources(this.contextMenuStripTreeView, "contextMenuStripTreeView");
this.contextMenuStripTreeView.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStripTreeView_Opening);
//
// toolStripMenuItemSyncCourse
//
this.toolStripMenuItemSyncCourse.Image = global::IReaper.Properties.Resources.Synchorize;
resources.ApplyResources(this.toolStripMenuItemSyncCourse, "toolStripMenuItemSyncCourse");
this.toolStripMenuItemSyncCourse.Name = "toolStripMenuItemSyncCourse";
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1");
//
// toolStripButton5
//
this.toolStripButton5.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
resources.ApplyResources(this.toolStripButton5, "toolStripButton5");
this.toolStripButton5.Name = "toolStripButton5";
this.toolStripButton5.Tag = "Video";
//
// toolStripButton6
//
this.toolStripButton6.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
resources.ApplyResources(this.toolStripButton6, "toolStripButton6");
this.toolStripButton6.Name = "toolStripButton6";
this.toolStripButton6.Tag = "PPT";
//
// toolStripButton7
//
this.toolStripButton7.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
resources.ApplyResources(this.toolStripButton7, "toolStripButton7");
this.toolStripButton7.Name = "toolStripButton7";
this.toolStripButton7.Tag = "Code";
//
// toolStripButton8
//
this.toolStripButton8.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
resources.ApplyResources(this.toolStripButton8, "toolStripButton8");
this.toolStripButton8.Name = "toolStripButton8";
this.toolStripButton8.Tag = "QA";
//
// toolStripMenuItem1
//
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
resources.ApplyResources(this.toolStripMenuItem1, "toolStripMenuItem1");
this.toolStripMenuItem1.Tag = "Video";
//
// toolStripMenuItem2
//
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
resources.ApplyResources(this.toolStripMenuItem2, "toolStripMenuItem2");
this.toolStripMenuItem2.Tag = "PPT";
//
// toolStripMenuItem3
//
this.toolStripMenuItem3.Name = "toolStripMenuItem3";
resources.ApplyResources(this.toolStripMenuItem3, "toolStripMenuItem3");
this.toolStripMenuItem3.Tag = "Code";
//
// toolStripMenuItem4
//
this.toolStripMenuItem4.Name = "toolStripMenuItem4";
resources.ApplyResources(this.toolStripMenuItem4, "toolStripMenuItem4");
this.toolStripMenuItem4.Tag = "QA";
//
// taskItemTree
//
this.taskItemTree.ContextMenuStrip = this.contextMenuStripTreeView;
resources.ApplyResources(this.taskItemTree, "taskItemTree");
this.taskItemTree.Name = "taskItemTree";
//
// CourseItemTreePanel
//
this.AutoValidate = System.Windows.Forms.AutoValidate.EnablePreventFocusChange;
resources.ApplyResources(this, "$this");
this.Controls.Add(this.taskItemTree);
this.DockAreas = ((WeifenLuo.WinFormsUI.Docking.DockAreas)(((((WeifenLuo.WinFormsUI.Docking.DockAreas.Float | WeifenLuo.WinFormsUI.Docking.DockAreas.DockLeft)
| WeifenLuo.WinFormsUI.Docking.DockAreas.DockRight)
| WeifenLuo.WinFormsUI.Docking.DockAreas.DockTop)
| WeifenLuo.WinFormsUI.Docking.DockAreas.DockBottom)));
this.HideOnClose = true;
this.Name = "CourseItemTreePanel";
this.ShowHint = WeifenLuo.WinFormsUI.Docking.DockState.DockLeftAutoHide;
this.contextMenuStripTreeView.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private CourseDataTreeView taskItemTree;
private System.Windows.Forms.ToolStripButton toolStripButton1;
private System.Windows.Forms.ToolStripButton toolStripButton2;
private System.Windows.Forms.ToolStripButton toolStripButton3;
private System.Windows.Forms.ToolStripButton toolStripButton4;
private System.Windows.Forms.ContextMenuStrip contextMenuStripTreeView;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemSyncCourse;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemRemoveFile;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemDownload;
private System.Windows.Forms.ToolStripButton toolStripButton5;
private System.Windows.Forms.ToolStripButton toolStripButton6;
private System.Windows.Forms.ToolStripButton toolStripButton7;
private System.Windows.Forms.ToolStripButton toolStripButton8;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem3;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem4;
private CourseToolStripMenuItemFileType courseToolStripMenuItemFileType;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
}
}
|