namespace IReaper.FileData{
partial class CourseFileProperty
{
/// <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(CourseFileProperty));
this.labelFileType = new System.Windows.Forms.Label();
this.textBoxFilePath = new System.Windows.Forms.TextBox();
this.buttonAttach = new System.Windows.Forms.Button();
this.labelStatue = new System.Windows.Forms.Label();
this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
this.SuspendLayout();
//
// labelFileType
//
resources.ApplyResources(this.labelFileType, "labelFileType");
this.labelFileType.Name = "labelFileType";
//
// textBoxFilePath
//
resources.ApplyResources(this.textBoxFilePath, "textBoxFilePath");
this.textBoxFilePath.Name = "textBoxFilePath";
this.textBoxFilePath.ReadOnly = true;
//
// buttonAttach
//
resources.ApplyResources(this.buttonAttach, "buttonAttach");
this.buttonAttach.Name = "buttonAttach";
this.buttonAttach.UseVisualStyleBackColor = true;
this.buttonAttach.Click += new System.EventHandler(this.ChangeFile);
//
// labelStatue
//
resources.ApplyResources(this.labelStatue, "labelStatue");
this.labelStatue.Name = "labelStatue";
//
// CourseFileProperty
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.labelStatue);
this.Controls.Add(this.buttonAttach);
this.Controls.Add(this.textBoxFilePath);
this.Controls.Add(this.labelFileType);
this.Name = "CourseFileProperty";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label labelFileType;
private System.Windows.Forms.TextBox textBoxFilePath;
private System.Windows.Forms.Button buttonAttach;
private System.Windows.Forms.Label labelStatue;
private System.Windows.Forms.OpenFileDialog openFileDialog;
}
}
|