namespace IReaper.CourseData{
partial class CoursesPanel
{
/// <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(CoursesPanel));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.downloadFileDropDown = new System.Windows.Forms.ToolStripDropDownMenu();
this.toolStripMenuItemDownloadVideo = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItemDownloadPPT = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItemDownloadCode = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItemDownloadQA = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItemDownloadMP3 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItemDownloadMP4 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItemDownloadWMV = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItemRemoveFile = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItemDownload = new System.Windows.Forms.ToolStripMenuItem();
this.contextMenuStripTreeView = new System.Windows.Forms.ContextMenuStrip(this.components);
this.allCourseDataGridView = new IReaper.CourseData.CourseDataGridView(this.components);
this.Wrapper = new IReaper.CourseData.DataGridViewDownloadTaskColumn();
this.headlineDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.levelDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.speakerDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.timeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.videoDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.seriesDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.technologyDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.qADataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.idDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.courseUrlDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.pPTDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.rateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.descriptionDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.titleDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.wmvDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.mp3DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.mp4DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.codeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.productsDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewDownloadTaskColumn1 = new IReaper.CourseData.DataGridViewDownloadTaskColumn();
this.panel1 = new System.Windows.Forms.Panel();
this.txtBoxQuery = new System.Windows.Forms.TextBox();
this.btnSearch = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.btnReset = new System.Windows.Forms.Button();
this.downloadFileDropDown.SuspendLayout();
this.contextMenuStripTreeView.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.allCourseDataGridView)).BeginInit();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// toolStripMenuItem1
//
this.toolStripMenuItem1.DropDown = this.downloadFileDropDown;
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
resources.ApplyResources(this.toolStripMenuItem1, "toolStripMenuItem1");
this.toolStripMenuItem1.Tag = "Remove";
//
// downloadFileDropDown
//
this.downloadFileDropDown.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripMenuItemDownloadVideo,
this.toolStripMenuItemDownloadPPT,
this.toolStripMenuItemDownloadCode,
this.toolStripMenuItemDownloadQA,
this.toolStripMenuItemDownloadMP3,
this.toolStripMenuItemDownloadMP4,
this.toolStripMenuItemDownloadWMV});
this.downloadFileDropDown.Name = "downloadFileDropDown";
this.downloadFileDropDown.OwnerItem = this.toolStripMenuItemDownload;
resources.ApplyResources(this.downloadFileDropDown, "downloadFileDropDown");
//
// toolStripMenuItemDownloadVideo
//
this.toolStripMenuItemDownloadVideo.Name = "toolStripMenuItemDownloadVideo";
resources.ApplyResources(this.toolStripMenuItemDownloadVideo, "toolStripMenuItemDownloadVideo");
this.toolStripMenuItemDownloadVideo.Tag = "Video";
//
// toolStripMenuItemDownloadPPT
//
this.toolStripMenuItemDownloadPPT.Name = "toolStripMenuItemDownloadPPT";
resources.ApplyResources(this.toolStripMenuItemDownloadPPT, "toolStripMenuItemDownloadPPT");
this.toolStripMenuItemDownloadPPT.Tag = "PPT";
//
// toolStripMenuItemDownloadCode
//
this.toolStripMenuItemDownloadCode.Name = "toolStripMenuItemDownloadCode";
resources.ApplyResources(this.toolStripMenuItemDownloadCode, "toolStripMenuItemDownloadCode");
this.toolStripMenuItemDownloadCode.Tag = "Code";
//
// toolStripMenuItemDownloadQA
//
this.toolStripMenuItemDownloadQA.Name = "toolStripMenuItemDownloadQA";
resources.ApplyResources(this.toolStripMenuItemDownloadQA, "toolStripMenuItemDownloadQA");
this.toolStripMenuItemDownloadQA.Tag = "QA";
//
// toolStripMenuItemDownloadMP3
//
this.toolStripMenuItemDownloadMP3.Name = "toolStripMenuItemDownloadMP3";
resources.ApplyResources(this.toolStripMenuItemDownloadMP3, "toolStripMenuItemDownloadMP3");
this.toolStripMenuItemDownloadMP3.Tag = "MP3";
//
// toolStripMenuItemDownloadMP4
//
this.toolStripMenuItemDownloadMP4.Name = "toolStripMenuItemDownloadMP4";
resources.ApplyResources(this.toolStripMenuItemDownloadMP4, "toolStripMenuItemDownloadMP4");
this.toolStripMenuItemDownloadMP4.Tag = "MP4";
//
// toolStripMenuItemDownloadWMV
//
this.toolStripMenuItemDownloadWMV.Name = "toolStripMenuItemDownloadWMV";
resources.ApplyResources(this.toolStripMenuItemDownloadWMV, "toolStripMenuItemDownloadWMV");
this.toolStripMenuItemDownloadWMV.Tag = "WMV";
//
// toolStripMenuItemRemoveFile
//
this.toolStripMenuItemRemoveFile.DropDown = this.downloadFileDropDown;
this.toolStripMenuItemRemoveFile.Name = "toolStripMenuItemRemoveFile";
resources.ApplyResources(this.toolStripMenuItemRemoveFile, "toolStripMenuItemRemoveFile");
this.toolStripMenuItemRemoveFile.Tag = "Open";
//
// toolStripMenuItemDownload
//
this.toolStripMenuItemDownload.DropDown = this.downloadFileDropDown;
this.toolStripMenuItemDownload.Name = "toolStripMenuItemDownload";
resources.ApplyResources(this.toolStripMenuItemDownload, "toolStripMenuItemDownload");
this.toolStripMenuItemDownload.Tag = "Download";
//
// contextMenuStripTreeView
//
this.contextMenuStripTreeView.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripMenuItem1,
this.toolStripMenuItemRemoveFile,
this.toolStripMenuItemDownload});
this.contextMenuStripTreeView.Name = "contextMenuStripTreeView";
resources.ApplyResources(this.contextMenuStripTreeView, "contextMenuStripTreeView");
//
// allCourseDataGridView
//
this.allCourseDataGridView.AllowUserToAddRows = false;
this.allCourseDataGridView.AllowUserToDeleteRows = false;
this.allCourseDataGridView.AllowUserToOrderColumns = true;
this.allCourseDataGridView.AutoGenerateColumns = false;
this.allCourseDataGridView.BackgroundColor = System.Drawing.Color.White;
this.allCourseDataGridView.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.allCourseDataGridView.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
this.allCourseDataGridView.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.DeepSkyBlue;
dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.Black;
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.allCourseDataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
this.allCourseDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.allCourseDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Wrapper,
this.headlineDataGridViewTextBoxColumn,
this.levelDataGridViewTextBoxColumn,
this.speakerDataGridViewTextBoxColumn,
this.timeDataGridViewTextBoxColumn,
this.videoDataGridViewTextBoxColumn,
this.seriesDataGridViewTextBoxColumn,
this.technologyDataGridViewTextBoxColumn,
this.qADataGridViewTextBoxColumn,
this.idDataGridViewTextBoxColumn,
this.courseUrlDataGridViewTextBoxColumn,
this.pPTDataGridViewTextBoxColumn,
this.rateDataGridViewTextBoxColumn,
this.descriptionDataGridViewTextBoxColumn,
this.titleDataGridViewTextBoxColumn,
this.wmvDataGridViewTextBoxColumn,
this.mp3DataGridViewTextBoxColumn,
this.mp4DataGridViewTextBoxColumn,
this.codeDataGridViewTextBoxColumn,
this.productsDataGridViewTextBoxColumn});
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.allCourseDataGridView.DefaultCellStyle = dataGridViewCellStyle2;
resources.ApplyResources(this.allCourseDataGridView, "allCourseDataGridView");
this.allCourseDataGridView.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
this.allCourseDataGridView.GridColor = System.Drawing.SystemColors.Control;
this.allCourseDataGridView.Name = "allCourseDataGridView";
this.allCourseDataGridView.ReadOnly = true;
this.allCourseDataGridView.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
this.allCourseDataGridView.RowHeadersVisible = false;
this.allCourseDataGridView.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
dataGridViewCellStyle3.Padding = new System.Windows.Forms.Padding(2);
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.Silver;
this.allCourseDataGridView.RowsDefaultCellStyle = dataGridViewCellStyle3;
this.allCourseDataGridView.RowTemplate.DefaultCellStyle.SelectionBackColor = System.Drawing.Color.Silver;
this.allCourseDataGridView.RowTemplate.DefaultCellStyle.SelectionForeColor = System.Drawing.Color.White;
this.allCourseDataGridView.RowTemplate.Height = 25;
this.allCourseDataGridView.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.False;
this.allCourseDataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
//
// Wrapper
//
this.Wrapper.DataPropertyName = "Id";
resources.ApplyResources(this.Wrapper, "Wrapper");
this.Wrapper.Name = "Wrapper";
this.Wrapper.ReadOnly = true;
//
// headlineDataGridViewTextBoxColumn
//
this.headlineDataGridViewTextBoxColumn.DataPropertyName = "Headline";
resources.ApplyResources(this.headlineDataGridViewTextBoxColumn, "headlineDataGridViewTextBoxColumn");
this.headlineDataGridViewTextBoxColumn.Name = "headlineDataGridViewTextBoxColumn";
this.headlineDataGridViewTextBoxColumn.ReadOnly = true;
//
// levelDataGridViewTextBoxColumn
//
this.levelDataGridViewTextBoxColumn.DataPropertyName = "Level";
resources.ApplyResources(this.levelDataGridViewTextBoxColumn, "levelDataGridViewTextBoxColumn");
this.levelDataGridViewTextBoxColumn.Name = "levelDataGridViewTextBoxColumn";
this.levelDataGridViewTextBoxColumn.ReadOnly = true;
//
// speakerDataGridViewTextBoxColumn
//
this.speakerDataGridViewTextBoxColumn.DataPropertyName = "Speaker";
resources.ApplyResources(this.speakerDataGridViewTextBoxColumn, "speakerDataGridViewTextBoxColumn");
this.speakerDataGridViewTextBoxColumn.Name = "speakerDataGridViewTextBoxColumn";
this.speakerDataGridViewTextBoxColumn.ReadOnly = true;
//
// timeDataGridViewTextBoxColumn
//
this.timeDataGridViewTextBoxColumn.DataPropertyName = "Time";
resources.ApplyResources(this.timeDataGridViewTextBoxColumn, "timeDataGridViewTextBoxColumn");
this.timeDataGridViewTextBoxColumn.Name = "timeDataGridViewTextBoxColumn";
this.timeDataGridViewTextBoxColumn.ReadOnly = true;
//
// videoDataGridViewTextBoxColumn
//
this.videoDataGridViewTextBoxColumn.DataPropertyName = "Video";
resources.ApplyResources(this.videoDataGridViewTextBoxColumn, "videoDataGridViewTextBoxColumn");
this.videoDataGridViewTextBoxColumn.Name = "videoDataGridViewTextBoxColumn";
this.videoDataGridViewTextBoxColumn.ReadOnly = true;
//
// seriesDataGridViewTextBoxColumn
//
this.seriesDataGridViewTextBoxColumn.DataPropertyName = "Series";
resources.ApplyResources(this.seriesDataGridViewTextBoxColumn, "seriesDataGridViewTextBoxColumn");
this.seriesDataGridViewTextBoxColumn.Name = "seriesDataGridViewTextBoxColumn";
this.seriesDataGridViewTextBoxColumn.ReadOnly = true;
//
// technologyDataGridViewTextBoxColumn
//
this.technologyDataGridViewTextBoxColumn.DataPropertyName = "Technology";
resources.ApplyResources(this.technologyDataGridViewTextBoxColumn, "technologyDataGridViewTextBoxColumn");
this.technologyDataGridViewTextBoxColumn.Name = "technologyDataGridViewTextBoxColumn";
this.technologyDataGridViewTextBoxColumn.ReadOnly = true;
//
// qADataGridViewTextBoxColumn
//
this.qADataGridViewTextBoxColumn.DataPropertyName = "QA";
resources.ApplyResources(this.qADataGridViewTextBoxColumn, "qADataGridViewTextBoxColumn");
this.qADataGridViewTextBoxColumn.Name = "qADataGridViewTextBoxColumn";
this.qADataGridViewTextBoxColumn.ReadOnly = true;
//
// idDataGridViewTextBoxColumn
//
this.idDataGridViewTextBoxColumn.DataPropertyName = "Id";
resources.ApplyResources(this.idDataGridViewTextBoxColumn, "idDataGridViewTextBoxColumn");
this.idDataGridViewTextBoxColumn.Name = "idDataGridViewTextBoxColumn";
this.idDataGridViewTextBoxColumn.ReadOnly = true;
//
// courseUrlDataGridViewTextBoxColumn
//
this.courseUrlDataGridViewTextBoxColumn.DataPropertyName = "CourseUrl";
resources.ApplyResources(this.courseUrlDataGridViewTextBoxColumn, "courseUrlDataGridViewTextBoxColumn");
this.courseUrlDataGridViewTextBoxColumn.Name = "courseUrlDataGridViewTextBoxColumn";
this.courseUrlDataGridViewTextBoxColumn.ReadOnly = true;
//
// pPTDataGridViewTextBoxColumn
//
this.pPTDataGridViewTextBoxColumn.DataPropertyName = "PPT";
resources.ApplyResources(this.pPTDataGridViewTextBoxColumn, "pPTDataGridViewTextBoxColumn");
this.pPTDataGridViewTextBoxColumn.Name = "pPTDataGridViewTextBoxColumn";
this.pPTDataGridViewTextBoxColumn.ReadOnly = true;
//
// rateDataGridViewTextBoxColumn
//
this.rateDataGridViewTextBoxColumn.DataPropertyName = "Rate";
resources.ApplyResources(this.rateDataGridViewTextBoxColumn, "rateDataGridViewTextBoxColumn");
this.rateDataGridViewTextBoxColumn.Name = "rateDataGridViewTextBoxColumn";
this.rateDataGridViewTextBoxColumn.ReadOnly = true;
//
// descriptionDataGridViewTextBoxColumn
//
this.descriptionDataGridViewTextBoxColumn.DataPropertyName = "Description";
resources.ApplyResources(this.descriptionDataGridViewTextBoxColumn, "descriptionDataGridViewTextBoxColumn");
this.descriptionDataGridViewTextBoxColumn.Name = "descriptionDataGridViewTextBoxColumn";
this.descriptionDataGridViewTextBoxColumn.ReadOnly = true;
//
// titleDataGridViewTextBoxColumn
//
this.titleDataGridViewTextBoxColumn.DataPropertyName = "Title";
resources.ApplyResources(this.titleDataGridViewTextBoxColumn, "titleDataGridViewTextBoxColumn");
this.titleDataGridViewTextBoxColumn.Name = "titleDataGridViewTextBoxColumn";
this.titleDataGridViewTextBoxColumn.ReadOnly = true;
//
// wmvDataGridViewTextBoxColumn
//
this.wmvDataGridViewTextBoxColumn.DataPropertyName = "WMV";
resources.ApplyResources(this.wmvDataGridViewTextBoxColumn, "wmvDataGridViewTextBoxColumn");
this.wmvDataGridViewTextBoxColumn.Name = "wmvDataGridViewTextBoxColumn";
this.wmvDataGridViewTextBoxColumn.ReadOnly = true;
//
// mp3DataGridViewTextBoxColumn
//
this.mp3DataGridViewTextBoxColumn.DataPropertyName = "MP3";
resources.ApplyResources(this.mp3DataGridViewTextBoxColumn, "mp3DataGridViewTextBoxColumn");
this.mp3DataGridViewTextBoxColumn.Name = "mp3DataGridViewTextBoxColumn";
this.mp3DataGridViewTextBoxColumn.ReadOnly = true;
//
// mp4DataGridViewTextBoxColumn
//
this.mp4DataGridViewTextBoxColumn.DataPropertyName = "MP4";
resources.ApplyResources(this.mp4DataGridViewTextBoxColumn, "mp4DataGridViewTextBoxColumn");
this.mp4DataGridViewTextBoxColumn.Name = "mp4DataGridViewTextBoxColumn";
this.mp4DataGridViewTextBoxColumn.ReadOnly = true;
//
// codeDataGridViewTextBoxColumn
//
this.codeDataGridViewTextBoxColumn.DataPropertyName = "Code";
resources.ApplyResources(this.codeDataGridViewTextBoxColumn, "codeDataGridViewTextBoxColumn");
this.codeDataGridViewTextBoxColumn.Name = "codeDataGridViewTextBoxColumn";
this.codeDataGridViewTextBoxColumn.ReadOnly = true;
//
// productsDataGridViewTextBoxColumn
//
this.productsDataGridViewTextBoxColumn.DataPropertyName = "Products";
resources.ApplyResources(this.productsDataGridViewTextBoxColumn, "productsDataGridViewTextBoxColumn");
this.productsDataGridViewTextBoxColumn.Name = "productsDataGridViewTextBoxColumn";
this.productsDataGridViewTextBoxColumn.ReadOnly = true;
//
// dataGridViewDownloadTaskColumn1
//
this.dataGridViewDownloadTaskColumn1.DataPropertyName = "Wrapper";
resources.ApplyResources(this.dataGridViewDownloadTaskColumn1, "dataGridViewDownloadTaskColumn1");
this.dataGridViewDownloadTaskColumn1.Name = "dataGridViewDownloadTaskColumn1";
this.dataGridViewDownloadTaskColumn1.ReadOnly = true;
//
// panel1
//
this.panel1.Controls.Add(this.txtBoxQuery);
this.panel1.Controls.Add(this.btnSearch);
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.btnReset);
resources.ApplyResources(this.panel1, "panel1");
this.panel1.Name = "panel1";
//
// txtBoxQuery
//
resources.ApplyResources(this.txtBoxQuery, "txtBoxQuery");
this.txtBoxQuery.Name = "txtBoxQuery";
this.txtBoxQuery.TextChanged += new System.EventHandler(this.OnQueryStringEdit);
//
// btnSearch
//
resources.ApplyResources(this.btnSearch, "btnSearch");
this.btnSearch.Name = "btnSearch";
this.btnSearch.UseVisualStyleBackColor = true;
this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
//
// label1
//
resources.ApplyResources(this.label1, "label1");
this.label1.Name = "label1";
//
// btnReset
//
this.btnReset.DialogResult = System.Windows.Forms.DialogResult.Cancel;
resources.ApplyResources(this.btnReset, "btnReset");
this.btnReset.Name = "btnReset";
this.btnReset.UseVisualStyleBackColor = true;
this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
//
// CoursesPanel
//
this.AcceptButton = this.btnSearch;
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnReset;
this.Controls.Add(this.allCourseDataGridView);
this.Controls.Add(this.panel1);
this.DockAreas = ((WeifenLuo.WinFormsUI.Docking.DockAreas)((WeifenLuo.WinFormsUI.Docking.DockAreas.Float | WeifenLuo.WinFormsUI.Docking.DockAreas.Document)));
this.HideOnClose = true;
this.Name = "CoursesPanel";
this.ShowHint = WeifenLuo.WinFormsUI.Docking.DockState.Document;
this.downloadFileDropDown.ResumeLayout(false);
this.contextMenuStripTreeView.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.allCourseDataGridView)).EndInit();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private CourseDataGridView allCourseDataGridView;
private DataGridViewDownloadTaskColumn dataGridViewDownloadTaskColumn1;
private System.Windows.Forms.ToolStripDropDownMenu downloadFileDropDown;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemDownloadVideo;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemDownloadPPT;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemDownloadCode;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemDownloadQA;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemDownload;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemRemoveFile;
private System.Windows.Forms.ContextMenuStrip contextMenuStripTreeView;
private System.Windows.Forms.DataGridViewTextBoxColumn registerDataGridViewTextBoxColumn;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemDownloadMP3;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemDownloadMP4;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemDownloadWMV;
private DataGridViewDownloadTaskColumn Wrapper;
private System.Windows.Forms.DataGridViewTextBoxColumn headlineDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn levelDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn speakerDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn timeDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn videoDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn seriesDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn technologyDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn qADataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn idDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn courseUrlDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn pPTDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn rateDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn descriptionDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn titleDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn wmvDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn mp3DataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn mp4DataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn codeDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn productsDataGridViewTextBoxColumn;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.TextBox txtBoxQuery;
private System.Windows.Forms.Button btnSearch;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btnReset;
}
}
|