namespace IReaper.CourseData{
partial class CourseProperties
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CourseProperties));
this.label1 = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.propertyVideo = new IReaper.FileData.CourseFileProperty();
this.propertyDoc = new IReaper.FileData.CourseFileProperty();
this.propertyQA = new IReaper.FileData.CourseFileProperty();
this.propertyCode = new IReaper.FileData.CourseFileProperty();
this.btnOK = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.propertyMP3 = new IReaper.FileData.CourseFileProperty();
this.propertyMP4 = new IReaper.FileData.CourseFileProperty();
this.propertyWMV = new IReaper.FileData.CourseFileProperty();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// label1
//
resources.ApplyResources(this.label1, "label1");
this.label1.Name = "label1";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.propertyCode);
this.groupBox1.Controls.Add(this.propertyVideo);
this.groupBox1.Controls.Add(this.propertyDoc);
this.groupBox1.Controls.Add(this.propertyWMV);
this.groupBox1.Controls.Add(this.propertyMP4);
this.groupBox1.Controls.Add(this.propertyMP3);
this.groupBox1.Controls.Add(this.propertyQA);
resources.ApplyResources(this.groupBox1, "groupBox1");
this.groupBox1.Name = "groupBox1";
this.groupBox1.TabStop = false;
//
// propertyVideo
//
this.propertyVideo.File = null;
resources.ApplyResources(this.propertyVideo, "propertyVideo");
this.propertyVideo.Name = "propertyVideo";
//
// propertyDoc
//
this.propertyDoc.File = null;
resources.ApplyResources(this.propertyDoc, "propertyDoc");
this.propertyDoc.Name = "propertyDoc";
//
// propertyQA
//
this.propertyQA.File = null;
resources.ApplyResources(this.propertyQA, "propertyQA");
this.propertyQA.Name = "propertyQA";
//
// propertyCode
//
this.propertyCode.File = null;
resources.ApplyResources(this.propertyCode, "propertyCode");
this.propertyCode.Name = "propertyCode";
//
// btnOK
//
resources.ApplyResources(this.btnOK, "btnOK");
this.btnOK.Name = "btnOK";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.Ok);
//
// btnCancel
//
resources.ApplyResources(this.btnCancel, "btnCancel");
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Name = "btnCancel";
this.btnCancel.UseVisualStyleBackColor = true;
//
// propertyMP3
//
this.propertyMP3.File = null;
resources.ApplyResources(this.propertyMP3, "propertyMP3");
this.propertyMP3.Name = "propertyMP3";
//
// propertyMP4
//
this.propertyMP4.File = null;
resources.ApplyResources(this.propertyMP4, "propertyMP4");
this.propertyMP4.Name = "propertyMP4";
//
// propertyWMV
//
this.propertyWMV.File = null;
resources.ApplyResources(this.propertyWMV, "propertyWMV");
this.propertyWMV.Name = "propertyWMV";
//
// CourseProperties
//
this.AcceptButton = this.btnOK;
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnCancel;
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.label1);
this.Controls.Add(this.groupBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Name = "CourseProperties";
this.groupBox1.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.GroupBox groupBox1;
private IReaper.FileData.CourseFileProperty propertyQA;
private IReaper.FileData.CourseFileProperty propertyVideo;
private IReaper.FileData.CourseFileProperty propertyDoc;
private IReaper.FileData.CourseFileProperty propertyCode;
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.Button btnCancel;
private IReaper.FileData.CourseFileProperty propertyWMV;
private IReaper.FileData.CourseFileProperty propertyMP4;
private IReaper.FileData.CourseFileProperty propertyMP3;
}
}
|