00001 namespace Mcs.Epm.MicrosoftProject.mpFx.Client.Plugins.EventHandlersPlugin.Controls
00002 {
00003 partial class OptionsControl
00004 {
00005
00006
00007
00008 private System.ComponentModel.IContainer components = null;
00009
00010
00011
00012
00013
00014 protected override void Dispose(bool disposing)
00015 {
00016 if (disposing && (components != null))
00017 {
00018 components.Dispose();
00019 }
00020 base.Dispose(disposing);
00021 }
00022
00023 #region Component Designer generated code
00024
00025
00026
00027
00028
00029 private void InitializeComponent()
00030 {
00031 this.noOptionsLabel = new System.Windows.Forms.Label();
00032 this.SuspendLayout();
00033
00034
00035
00036 this.noOptionsLabel.Dock = System.Windows.Forms.DockStyle.Fill;
00037 this.noOptionsLabel.Location = new System.Drawing.Point(0, 0);
00038 this.noOptionsLabel.Name = "noOptionsLabel";
00039 this.noOptionsLabel.Size = new System.Drawing.Size(150, 150);
00040 this.noOptionsLabel.TabIndex = 1;
00041 this.noOptionsLabel.Text = "Options Not Defined";
00042 this.noOptionsLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
00043
00044
00045
00046 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
00047 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
00048 this.Controls.Add(this.noOptionsLabel);
00049 this.Name = "OptionsControl";
00050 this.ResumeLayout(false);
00051
00052 }
00053
00054 #endregion
00055
00056 private System.Windows.Forms.Label noOptionsLabel;
00057
00058 }
00059 }