namespace IReaper.Configurations{
partial class PathPolicyControl
{
/// <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(PathPolicyControl));
this.policyListBox = new System.Windows.Forms.ListBox();
this.demostrationPictureBox = new System.Windows.Forms.PictureBox();
this.panel1 = new System.Windows.Forms.Panel();
((System.ComponentModel.ISupportInitialize)(this.demostrationPictureBox)).BeginInit();
this.SuspendLayout();
//
// policyListBox
//
resources.ApplyResources(this.policyListBox, "policyListBox");
this.policyListBox.FormattingEnabled = true;
this.policyListBox.Items.AddRange(new object[] {
resources.GetString("policyListBox.Items"),
resources.GetString("policyListBox.Items1"),
resources.GetString("policyListBox.Items2"),
resources.GetString("policyListBox.Items3"),
resources.GetString("policyListBox.Items4")});
this.policyListBox.Name = "policyListBox";
this.policyListBox.SelectedIndexChanged += new System.EventHandler(this.PolicyChanged);
//
// demostrationPictureBox
//
resources.ApplyResources(this.demostrationPictureBox, "demostrationPictureBox");
this.demostrationPictureBox.Name = "demostrationPictureBox";
this.demostrationPictureBox.TabStop = false;
//
// panel1
//
resources.ApplyResources(this.panel1, "panel1");
this.panel1.Name = "panel1";
//
// PathPolicyControl
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.panel1);
this.Controls.Add(this.policyListBox);
this.Controls.Add(this.demostrationPictureBox);
this.Name = "PathPolicyControl";
((System.ComponentModel.ISupportInitialize)(this.demostrationPictureBox)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ListBox policyListBox;
private System.Windows.Forms.PictureBox demostrationPictureBox;
private System.Windows.Forms.Panel panel1;
}
}
|