00001 namespace Mcs.Epm.MicrosoftProject.mpFx.WinForms
00002 {
00003 partial class SecurityManagerForm
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.Windows.Forms.TreeNode treeNode1 = new System.Windows.Forms.TreeNode("Users");
00033 System.Windows.Forms.TreeNode treeNode2 = new System.Windows.Forms.TreeNode("Groups");
00034 System.Windows.Forms.TreeNode treeNode3 = new System.Windows.Forms.TreeNode("Categories");
00035 System.Windows.Forms.TreeNode treeNode4 = new System.Windows.Forms.TreeNode("Templates");
00036 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SecurityManagerForm));
00037 this.splitContainer = new System.Windows.Forms.SplitContainer();
00038 this.treeView = new System.Windows.Forms.TreeView();
00039 this.imageList = new System.Windows.Forms.ImageList(this.components);
00040 this.listView = new System.Windows.Forms.ListView();
00041 this.toolStrip = new System.Windows.Forms.ToolStrip();
00042 this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
00043 this.addToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00044 this.removeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00045 this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00046 this.splitContainer.Panel1.SuspendLayout();
00047 this.splitContainer.Panel2.SuspendLayout();
00048 this.splitContainer.SuspendLayout();
00049 this.contextMenuStrip.SuspendLayout();
00050 this.SuspendLayout();
00051
00052
00053
00054 this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
00055 this.splitContainer.Location = new System.Drawing.Point(0, 25);
00056 this.splitContainer.Name = "splitContainer";
00057
00058
00059
00060 this.splitContainer.Panel1.Controls.Add(this.treeView);
00061
00062
00063
00064 this.splitContainer.Panel2.Controls.Add(this.listView);
00065 this.splitContainer.Size = new System.Drawing.Size(777, 495);
00066 this.splitContainer.SplitterDistance = 259;
00067 this.splitContainer.TabIndex = 0;
00068
00069
00070
00071 this.treeView.ContextMenuStrip = this.contextMenuStrip;
00072 this.treeView.Dock = System.Windows.Forms.DockStyle.Fill;
00073 this.treeView.ImageIndex = 0;
00074 this.treeView.ImageList = this.imageList;
00075 this.treeView.Location = new System.Drawing.Point(0, 0);
00076 this.treeView.Name = "treeView";
00077 treeNode1.ImageKey = "user";
00078 treeNode1.Name = "userNode";
00079 treeNode1.SelectedImageIndex = 0;
00080 treeNode1.Text = "Users";
00081 treeNode2.ImageKey = "group";
00082 treeNode2.Name = "groupNode";
00083 treeNode2.SelectedImageKey = "group";
00084 treeNode2.Text = "Groups";
00085 treeNode3.ImageKey = "folderBrick";
00086 treeNode3.Name = "categoryNode";
00087 treeNode3.SelectedImageKey = "folderBrick";
00088 treeNode3.Text = "Categories";
00089 treeNode4.ImageKey = "lockGo";
00090 treeNode4.Name = "templateNode";
00091 treeNode4.SelectedImageKey = "lockGo";
00092 treeNode4.Text = "Templates";
00093 this.treeView.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
00094 treeNode1,
00095 treeNode2,
00096 treeNode3,
00097 treeNode4});
00098 this.treeView.SelectedImageIndex = 0;
00099 this.treeView.Size = new System.Drawing.Size(259, 495);
00100 this.treeView.TabIndex = 0;
00101
00102
00103
00104 this.imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
00105 this.imageList.TransparentColor = System.Drawing.Color.Transparent;
00106 this.imageList.Images.SetKeyName(0, "user");
00107 this.imageList.Images.SetKeyName(1, "group");
00108 this.imageList.Images.SetKeyName(2, "folderBrick");
00109 this.imageList.Images.SetKeyName(3, "brick");
00110 this.imageList.Images.SetKeyName(4, "folderDatabase");
00111 this.imageList.Images.SetKeyName(5, "database.png");
00112 this.imageList.Images.SetKeyName(6, "lockGo");
00113 this.imageList.Images.SetKeyName(7, "lock.png");
00114
00115
00116
00117 this.listView.Dock = System.Windows.Forms.DockStyle.Fill;
00118 this.listView.Location = new System.Drawing.Point(0, 0);
00119 this.listView.Name = "listView";
00120 this.listView.Size = new System.Drawing.Size(514, 495);
00121 this.listView.TabIndex = 0;
00122 this.listView.UseCompatibleStateImageBehavior = false;
00123
00124
00125
00126 this.toolStrip.Location = new System.Drawing.Point(0, 0);
00127 this.toolStrip.Name = "toolStrip";
00128 this.toolStrip.Size = new System.Drawing.Size(777, 25);
00129 this.toolStrip.TabIndex = 1;
00130 this.toolStrip.Text = "toolStrip1";
00131
00132
00133
00134 this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
00135 this.addToolStripMenuItem,
00136 this.removeToolStripMenuItem,
00137 this.editToolStripMenuItem});
00138 this.contextMenuStrip.Name = "contextMenuStrip";
00139 this.contextMenuStrip.Size = new System.Drawing.Size(153, 92);
00140 this.contextMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip_Opening);
00141
00142
00143
00144 this.addToolStripMenuItem.Name = "addToolStripMenuItem";
00145 this.addToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
00146 this.addToolStripMenuItem.Text = "&Add...";
00147
00148
00149
00150 this.removeToolStripMenuItem.Name = "removeToolStripMenuItem";
00151 this.removeToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
00152 this.removeToolStripMenuItem.Text = "&Remove";
00153 this.removeToolStripMenuItem.Click += new System.EventHandler(this.removeToolStripMenuItem_Click);
00154
00155
00156
00157 this.editToolStripMenuItem.Name = "editToolStripMenuItem";
00158 this.editToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
00159 this.editToolStripMenuItem.Text = "&Edit";
00160
00161
00162
00163 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
00164 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
00165 this.ClientSize = new System.Drawing.Size(777, 520);
00166 this.Controls.Add(this.splitContainer);
00167 this.Controls.Add(this.toolStrip);
00168 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
00169 this.Name = "SecurityManagerForm";
00170 this.Text = "Microsoft Project Security Manager";
00171 this.Shown += new System.EventHandler(this.SecurityManagerForm_Shown);
00172 this.splitContainer.Panel1.ResumeLayout(false);
00173 this.splitContainer.Panel2.ResumeLayout(false);
00174 this.splitContainer.ResumeLayout(false);
00175 this.contextMenuStrip.ResumeLayout(false);
00176 this.ResumeLayout(false);
00177 this.PerformLayout();
00178
00179 }
00180
00181 #endregion
00182
00183 private System.Windows.Forms.SplitContainer splitContainer;
00184 private System.Windows.Forms.TreeView treeView;
00185 private System.Windows.Forms.ImageList imageList;
00186 private System.Windows.Forms.ListView listView;
00187 private System.Windows.Forms.ToolStrip toolStrip;
00188 private System.Windows.Forms.ContextMenuStrip contextMenuStrip;
00189 private System.Windows.Forms.ToolStripMenuItem addToolStripMenuItem;
00190 private System.Windows.Forms.ToolStripMenuItem removeToolStripMenuItem;
00191 private System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem;
00192 }
00193 }