00001 namespace Mcs.Epm.MicrosoftProject.mpFx.Client.Plugins.EventHandlersPlugin.Forms
00002 {
00003 partial class EventHandlerManagerForm
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 Windows Form Designer generated code
00024
00025
00026
00027
00028
00029 private void InitializeComponent()
00030 {
00031 this.components = new System.ComponentModel.Container();
00032 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EventHandlerManagerForm));
00033 this.toolStrip = new System.Windows.Forms.ToolStrip();
00034 this.addToolStripButton = new System.Windows.Forms.ToolStripButton();
00035 this.removeToolStripButton = new System.Windows.Forms.ToolStripButton();
00036 this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
00037 this.viewToolStripDropDownButton = new System.Windows.Forms.ToolStripDropDownButton();
00038 this.detailsViewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00039 this.mainSplitContainer = new System.Windows.Forms.SplitContainer();
00040 this.imageList = new System.Windows.Forms.ImageList(this.components);
00041 this.detailsLabel = new System.Windows.Forms.Label();
00042 this.noEventsLabel = new System.Windows.Forms.Label();
00043 this.eventsDetailsTabControl = new System.Windows.Forms.TabControl();
00044 this.treeView = new System.Windows.Forms.TreeView();
00045 this.eventHandlersBrowserLabel = new System.Windows.Forms.Label();
00046 this.toolStrip.SuspendLayout();
00047 this.mainSplitContainer.Panel1.SuspendLayout();
00048 this.mainSplitContainer.Panel2.SuspendLayout();
00049 this.mainSplitContainer.SuspendLayout();
00050 this.SuspendLayout();
00051
00052
00053
00054 this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
00055 this.addToolStripButton,
00056 this.removeToolStripButton,
00057 this.toolStripSeparator1,
00058 this.viewToolStripDropDownButton});
00059 this.toolStrip.Location = new System.Drawing.Point(0, 0);
00060 this.toolStrip.Name = "toolStrip";
00061 this.toolStrip.Size = new System.Drawing.Size(629, 25);
00062 this.toolStrip.TabIndex = 1;
00063 this.toolStrip.Text = "toolStrip1";
00064
00065
00066
00067 this.addToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
00068 this.addToolStripButton.Image = Properties.Resources.application_add;
00069 this.addToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
00070 this.addToolStripButton.Name = "addToolStripButton";
00071 this.addToolStripButton.Size = new System.Drawing.Size(23, 22);
00072 this.addToolStripButton.Text = "toolStripButton1";
00073 this.addToolStripButton.Click += new System.EventHandler(this.addToolStripButton_Click);
00074
00075
00076
00077 this.removeToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
00078 this.removeToolStripButton.Enabled = false;
00079 this.removeToolStripButton.Image = Properties.Resources.application_delete;
00080 this.removeToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
00081 this.removeToolStripButton.Name = "removeToolStripButton";
00082 this.removeToolStripButton.Size = new System.Drawing.Size(23, 22);
00083 this.removeToolStripButton.Text = "toolStripButton1";
00084
00085
00086
00087 this.toolStripSeparator1.Name = "toolStripSeparator1";
00088 this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
00089
00090
00091
00092 this.viewToolStripDropDownButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
00093 this.viewToolStripDropDownButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
00094 this.detailsViewToolStripMenuItem});
00095 this.viewToolStripDropDownButton.Image = ((System.Drawing.Image)(resources.GetObject("viewToolStripDropDownButton.Image")));
00096 this.viewToolStripDropDownButton.ImageTransparentColor = System.Drawing.Color.Magenta;
00097 this.viewToolStripDropDownButton.Name = "viewToolStripDropDownButton";
00098 this.viewToolStripDropDownButton.Size = new System.Drawing.Size(42, 22);
00099 this.viewToolStripDropDownButton.Text = "&View";
00100
00101
00102
00103 this.detailsViewToolStripMenuItem.Checked = true;
00104 this.detailsViewToolStripMenuItem.CheckOnClick = true;
00105 this.detailsViewToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
00106 this.detailsViewToolStripMenuItem.Name = "detailsViewToolStripMenuItem";
00107 this.detailsViewToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
00108 this.detailsViewToolStripMenuItem.Text = "&Details View";
00109 this.detailsViewToolStripMenuItem.Click += new System.EventHandler(this.detailsViewToolStripMenuItem_Click);
00110
00111
00112
00113 this.mainSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
00114 this.mainSplitContainer.Location = new System.Drawing.Point(0, 25);
00115 this.mainSplitContainer.Name = "mainSplitContainer";
00116
00117
00118
00119 this.mainSplitContainer.Panel1.Controls.Add(this.treeView);
00120 this.mainSplitContainer.Panel1.Controls.Add(this.eventHandlersBrowserLabel);
00121
00122
00123
00124 this.mainSplitContainer.Panel2.BackColor = System.Drawing.Color.White;
00125 this.mainSplitContainer.Panel2.Controls.Add(this.detailsLabel);
00126 this.mainSplitContainer.Panel2.Controls.Add(this.noEventsLabel);
00127 this.mainSplitContainer.Panel2.Controls.Add(this.eventsDetailsTabControl);
00128 this.mainSplitContainer.Size = new System.Drawing.Size(629, 488);
00129 this.mainSplitContainer.SplitterDistance = 208;
00130 this.mainSplitContainer.TabIndex = 2;
00131
00132
00133
00134 this.imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
00135 this.imageList.TransparentColor = System.Drawing.Color.Transparent;
00136 this.imageList.Images.SetKeyName(0, "folder.png");
00137 this.imageList.Images.SetKeyName(1, "folder_edit.png");
00138 this.imageList.Images.SetKeyName(2, "shape_handles.png");
00139 this.imageList.Images.SetKeyName(3, "shape_group.png");
00140 this.imageList.Images.SetKeyName(4, "bullet_blue.png");
00141
00142
00143
00144 this.detailsLabel.BackColor = System.Drawing.Color.DarkGray;
00145 this.detailsLabel.Dock = System.Windows.Forms.DockStyle.Top;
00146 this.detailsLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
00147 this.detailsLabel.ForeColor = System.Drawing.Color.White;
00148 this.detailsLabel.Location = new System.Drawing.Point(0, 0);
00149 this.detailsLabel.Name = "detailsLabel";
00150 this.detailsLabel.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
00151 this.detailsLabel.Size = new System.Drawing.Size(417, 23);
00152 this.detailsLabel.TabIndex = 3;
00153 this.detailsLabel.Text = "Details";
00154 this.detailsLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
00155
00156
00157
00158 this.noEventsLabel.Dock = System.Windows.Forms.DockStyle.Fill;
00159 this.noEventsLabel.Location = new System.Drawing.Point(0, 0);
00160 this.noEventsLabel.Name = "noEventsLabel";
00161 this.noEventsLabel.Size = new System.Drawing.Size(417, 488);
00162 this.noEventsLabel.TabIndex = 5;
00163 this.noEventsLabel.Text = "No Event Handlers Registered";
00164 this.noEventsLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
00165
00166
00167
00168 this.eventsDetailsTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
00169 this.eventsDetailsTabControl.Location = new System.Drawing.Point(0, 0);
00170 this.eventsDetailsTabControl.Name = "eventsDetailsTabControl";
00171 this.eventsDetailsTabControl.SelectedIndex = 0;
00172 this.eventsDetailsTabControl.Size = new System.Drawing.Size(417, 488);
00173 this.eventsDetailsTabControl.TabIndex = 4;
00174
00175
00176
00177 this.treeView.Dock = System.Windows.Forms.DockStyle.Fill;
00178 this.treeView.ImageIndex = 0;
00179 this.treeView.ImageList = this.imageList;
00180 this.treeView.Location = new System.Drawing.Point(0, 23);
00181 this.treeView.Name = "treeView";
00182 this.treeView.SelectedImageIndex = 0;
00183 this.treeView.Size = new System.Drawing.Size(208, 465);
00184 this.treeView.TabIndex = 3;
00185 this.treeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView_AfterSelect);
00186
00187
00188
00189 this.eventHandlersBrowserLabel.BackColor = System.Drawing.Color.DarkGray;
00190 this.eventHandlersBrowserLabel.Dock = System.Windows.Forms.DockStyle.Top;
00191 this.eventHandlersBrowserLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
00192 this.eventHandlersBrowserLabel.ForeColor = System.Drawing.Color.White;
00193 this.eventHandlersBrowserLabel.Location = new System.Drawing.Point(0, 0);
00194 this.eventHandlersBrowserLabel.Name = "eventHandlersBrowserLabel";
00195 this.eventHandlersBrowserLabel.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
00196 this.eventHandlersBrowserLabel.Size = new System.Drawing.Size(208, 23);
00197 this.eventHandlersBrowserLabel.TabIndex = 4;
00198 this.eventHandlersBrowserLabel.Text = "Event Handlers";
00199 this.eventHandlersBrowserLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
00200
00201
00202
00203 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
00204 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
00205 this.ClientSize = new System.Drawing.Size(629, 513);
00206 this.Controls.Add(this.mainSplitContainer);
00207 this.Controls.Add(this.toolStrip);
00208 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
00209 this.Name = "EventHandlerManagerForm";
00210 this.Text = "Event Handlers ";
00211 this.Shown += new System.EventHandler(this.EventHandlerManagerForm_Shown);
00212 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.EventHandlerManagerForm_FormClosing);
00213 this.toolStrip.ResumeLayout(false);
00214 this.toolStrip.PerformLayout();
00215 this.mainSplitContainer.Panel1.ResumeLayout(false);
00216 this.mainSplitContainer.Panel2.ResumeLayout(false);
00217 this.mainSplitContainer.ResumeLayout(false);
00218 this.ResumeLayout(false);
00219 this.PerformLayout();
00220
00221 }
00222
00223 #endregion
00224
00225 private System.Windows.Forms.ToolStrip toolStrip;
00226 private System.Windows.Forms.ToolStripButton addToolStripButton;
00227 private System.Windows.Forms.ToolStripButton removeToolStripButton;
00228 private System.Windows.Forms.SplitContainer mainSplitContainer;
00229 private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
00230 private System.Windows.Forms.ToolStripDropDownButton viewToolStripDropDownButton;
00231 private System.Windows.Forms.ToolStripMenuItem detailsViewToolStripMenuItem;
00232 private System.Windows.Forms.Label detailsLabel;
00233 private System.Windows.Forms.ImageList imageList;
00234 private System.Windows.Forms.TabControl eventsDetailsTabControl;
00235 private System.Windows.Forms.Label noEventsLabel;
00236 private System.Windows.Forms.TreeView treeView;
00237 private System.Windows.Forms.Label eventHandlersBrowserLabel;
00238 }
00239 }