00001 namespace Mcs.Epm.MicrosoftProject.mpFx.Client.Plugins.ProjectPlugin.Forms
00002 {
00003 partial class BrowserForm
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(BrowserForm));
00033 this.toolStrip = new System.Windows.Forms.ToolStrip();
00034 this.refreshStripButton = new System.Windows.Forms.ToolStripButton();
00035 this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
00036 this.searchToolStripLabel = new System.Windows.Forms.ToolStripLabel();
00037 this.toolStripTextBox1 = new System.Windows.Forms.ToolStripTextBox();
00038 this.searchToolStripButton = new System.Windows.Forms.ToolStripButton();
00039 this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
00040 this.viewToolStripDropDownButton = new System.Windows.Forms.ToolStripDropDownButton();
00041 this.detailsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00042 this.iconsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00043 this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
00044 this.detailsViewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00045 this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
00046 this.openInWinPojToolStripButton = new System.Windows.Forms.ToolStripButton();
00047 this.projectsListView = new System.Windows.Forms.ListView();
00048 this.projectNameColum = new System.Windows.Forms.ColumnHeader();
00049 this.projectStartDateColumn = new System.Windows.Forms.ColumnHeader();
00050 this.projectOwnerColumn = new System.Windows.Forms.ColumnHeader();
00051 this.projectCheckedOutColumn = new System.Windows.Forms.ColumnHeader();
00052 this.imageList = new System.Windows.Forms.ImageList(this.components);
00053 this.splitContainer = new System.Windows.Forms.SplitContainer();
00054 this.tabControl = new System.Windows.Forms.TabControl();
00055 this.basicInfoTabPage = new System.Windows.Forms.TabPage();
00056 this.basicInfoDataViewGrid = new System.Windows.Forms.DataGridView();
00057 this.columnNameColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
00058 this.columnValueColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
00059 this.resourcesTabPage = new System.Windows.Forms.TabPage();
00060 this.resourcesListView = new System.Windows.Forms.ListView();
00061 this.toolStrip.SuspendLayout();
00062 this.splitContainer.Panel1.SuspendLayout();
00063 this.splitContainer.Panel2.SuspendLayout();
00064 this.splitContainer.SuspendLayout();
00065 this.tabControl.SuspendLayout();
00066 this.basicInfoTabPage.SuspendLayout();
00067 ((System.ComponentModel.ISupportInitialize)(this.basicInfoDataViewGrid)).BeginInit();
00068 this.resourcesTabPage.SuspendLayout();
00069 this.SuspendLayout();
00070
00071
00072
00073 this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
00074 this.refreshStripButton,
00075 this.toolStripSeparator1,
00076 this.searchToolStripLabel,
00077 this.toolStripTextBox1,
00078 this.searchToolStripButton,
00079 this.toolStripSeparator2,
00080 this.viewToolStripDropDownButton,
00081 this.toolStripSeparator4,
00082 this.openInWinPojToolStripButton});
00083 this.toolStrip.Location = new System.Drawing.Point(0, 0);
00084 this.toolStrip.Name = "toolStrip";
00085 this.toolStrip.Size = new System.Drawing.Size(554, 25);
00086 this.toolStrip.TabIndex = 0;
00087 this.toolStrip.Text = "toolStrip1";
00088
00089
00090
00091 this.refreshStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
00092 this.refreshStripButton.Image = Properties.Resources.arrow_refresh_small;
00093 this.refreshStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
00094 this.refreshStripButton.Name = "refreshStripButton";
00095 this.refreshStripButton.Size = new System.Drawing.Size(23, 22);
00096 this.refreshStripButton.Text = "&Refresh";
00097
00098
00099
00100 this.toolStripSeparator1.Name = "toolStripSeparator1";
00101 this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
00102
00103
00104
00105 this.searchToolStripLabel.Name = "searchToolStripLabel";
00106 this.searchToolStripLabel.Size = new System.Drawing.Size(42, 22);
00107 this.searchToolStripLabel.Text = "&Search";
00108
00109
00110
00111 this.toolStripTextBox1.Name = "toolStripTextBox1";
00112 this.toolStripTextBox1.Size = new System.Drawing.Size(200, 25);
00113
00114
00115
00116 this.searchToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
00117 this.searchToolStripButton.Image = Properties.Resources.find;
00118 this.searchToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
00119 this.searchToolStripButton.Name = "searchToolStripButton";
00120 this.searchToolStripButton.Size = new System.Drawing.Size(23, 22);
00121 this.searchToolStripButton.Text = "&Search";
00122
00123
00124
00125 this.toolStripSeparator2.Name = "toolStripSeparator2";
00126 this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
00127
00128
00129
00130 this.viewToolStripDropDownButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
00131 this.viewToolStripDropDownButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
00132 this.detailsToolStripMenuItem,
00133 this.iconsToolStripMenuItem,
00134 this.toolStripSeparator3,
00135 this.detailsViewToolStripMenuItem});
00136 this.viewToolStripDropDownButton.Image = ((System.Drawing.Image)(resources.GetObject("viewToolStripDropDownButton.Image")));
00137 this.viewToolStripDropDownButton.ImageTransparentColor = System.Drawing.Color.Magenta;
00138 this.viewToolStripDropDownButton.Name = "viewToolStripDropDownButton";
00139 this.viewToolStripDropDownButton.Size = new System.Drawing.Size(45, 22);
00140 this.viewToolStripDropDownButton.Text = "&View";
00141
00142
00143
00144 this.detailsToolStripMenuItem.Checked = true;
00145 this.detailsToolStripMenuItem.CheckOnClick = true;
00146 this.detailsToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
00147 this.detailsToolStripMenuItem.Name = "detailsToolStripMenuItem";
00148 this.detailsToolStripMenuItem.Size = new System.Drawing.Size(140, 22);
00149 this.detailsToolStripMenuItem.Text = "&Details";
00150 this.detailsToolStripMenuItem.Click += new System.EventHandler(this.detailsToolStripMenuItem_Click);
00151
00152
00153
00154 this.iconsToolStripMenuItem.CheckOnClick = true;
00155 this.iconsToolStripMenuItem.Name = "iconsToolStripMenuItem";
00156 this.iconsToolStripMenuItem.Size = new System.Drawing.Size(140, 22);
00157 this.iconsToolStripMenuItem.Text = "&Icons";
00158 this.iconsToolStripMenuItem.Click += new System.EventHandler(this.iconsToolStripMenuItem_Click);
00159
00160
00161
00162 this.toolStripSeparator3.Name = "toolStripSeparator3";
00163 this.toolStripSeparator3.Size = new System.Drawing.Size(137, 6);
00164
00165
00166
00167 this.detailsViewToolStripMenuItem.Checked = true;
00168 this.detailsViewToolStripMenuItem.CheckOnClick = true;
00169 this.detailsViewToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
00170 this.detailsViewToolStripMenuItem.Name = "detailsViewToolStripMenuItem";
00171 this.detailsViewToolStripMenuItem.Size = new System.Drawing.Size(140, 22);
00172 this.detailsViewToolStripMenuItem.Text = " &Details View";
00173 this.detailsViewToolStripMenuItem.Click += new System.EventHandler(this.detailsViewToolStripMenuItem_Click);
00174
00175
00176
00177 this.toolStripSeparator4.Name = "toolStripSeparator4";
00178 this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
00179
00180
00181
00182 this.openInWinPojToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
00183 this.openInWinPojToolStripButton.Enabled = false;
00184 this.openInWinPojToolStripButton.Image = Properties.Resources.page_white_edit;
00185 this.openInWinPojToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
00186 this.openInWinPojToolStripButton.Name = "openInWinPojToolStripButton";
00187 this.openInWinPojToolStripButton.Size = new System.Drawing.Size(23, 22);
00188 this.openInWinPojToolStripButton.Text = "Open in &Microsft Project Professional";
00189 this.openInWinPojToolStripButton.Click += new System.EventHandler(this.openInWinPojToolStripButton_Click);
00190
00191
00192
00193 this.projectsListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
00194 this.projectNameColum,
00195 this.projectStartDateColumn,
00196 this.projectOwnerColumn,
00197 this.projectCheckedOutColumn});
00198 this.projectsListView.Dock = System.Windows.Forms.DockStyle.Fill;
00199 this.projectsListView.Location = new System.Drawing.Point(0, 0);
00200 this.projectsListView.Name = "projectsListView";
00201 this.projectsListView.Size = new System.Drawing.Size(554, 215);
00202 this.projectsListView.SmallImageList = this.imageList;
00203 this.projectsListView.TabIndex = 1;
00204 this.projectsListView.UseCompatibleStateImageBehavior = false;
00205 this.projectsListView.SelectedIndexChanged += new System.EventHandler(this.projectsListView_SelectedIndexChanged);
00206
00207
00208
00209 this.projectNameColum.Text = "Name";
00210
00211
00212
00213 this.projectStartDateColumn.DisplayIndex = 3;
00214 this.projectStartDateColumn.Text = "Start Date";
00215
00216
00217
00218 this.projectOwnerColumn.DisplayIndex = 1;
00219 this.projectOwnerColumn.Text = "Owner";
00220
00221
00222
00223 this.projectCheckedOutColumn.DisplayIndex = 2;
00224 this.projectCheckedOutColumn.Text = "Checked Out By";
00225
00226
00227
00228 this.imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
00229 this.imageList.TransparentColor = System.Drawing.Color.Transparent;
00230 this.imageList.Images.SetKeyName(0, "anyversion-icon-32x32-32bit.ico");
00231
00232
00233
00234 this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
00235 this.splitContainer.Location = new System.Drawing.Point(0, 25);
00236 this.splitContainer.Name = "splitContainer";
00237 this.splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
00238
00239
00240
00241 this.splitContainer.Panel1.Controls.Add(this.projectsListView);
00242
00243
00244
00245 this.splitContainer.Panel2.Controls.Add(this.tabControl);
00246 this.splitContainer.Size = new System.Drawing.Size(554, 430);
00247 this.splitContainer.SplitterDistance = 215;
00248 this.splitContainer.TabIndex = 2;
00249
00250
00251
00252 this.tabControl.Controls.Add(this.basicInfoTabPage);
00253 this.tabControl.Controls.Add(this.resourcesTabPage);
00254 this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill;
00255 this.tabControl.Location = new System.Drawing.Point(0, 0);
00256 this.tabControl.Name = "tabControl";
00257 this.tabControl.SelectedIndex = 0;
00258 this.tabControl.Size = new System.Drawing.Size(554, 211);
00259 this.tabControl.TabIndex = 0;
00260 this.tabControl.SelectedIndexChanged += new System.EventHandler(this.tabControl_SelectedIndexChanged);
00261
00262
00263
00264 this.basicInfoTabPage.Controls.Add(this.basicInfoDataViewGrid);
00265 this.basicInfoTabPage.Location = new System.Drawing.Point(4, 22);
00266 this.basicInfoTabPage.Name = "basicInfoTabPage";
00267 this.basicInfoTabPage.Padding = new System.Windows.Forms.Padding(3);
00268 this.basicInfoTabPage.Size = new System.Drawing.Size(546, 185);
00269 this.basicInfoTabPage.TabIndex = 0;
00270 this.basicInfoTabPage.Text = "Basic Information";
00271 this.basicInfoTabPage.UseVisualStyleBackColor = true;
00272
00273
00274
00275 this.basicInfoDataViewGrid.AllowUserToAddRows = false;
00276 this.basicInfoDataViewGrid.AllowUserToDeleteRows = false;
00277 this.basicInfoDataViewGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
00278 this.basicInfoDataViewGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
00279 this.columnNameColumn,
00280 this.columnValueColumn});
00281 this.basicInfoDataViewGrid.Dock = System.Windows.Forms.DockStyle.Fill;
00282 this.basicInfoDataViewGrid.Location = new System.Drawing.Point(3, 3);
00283 this.basicInfoDataViewGrid.Name = "basicInfoDataViewGrid";
00284 this.basicInfoDataViewGrid.ReadOnly = true;
00285 this.basicInfoDataViewGrid.RowHeadersVisible = false;
00286 this.basicInfoDataViewGrid.Size = new System.Drawing.Size(540, 179);
00287 this.basicInfoDataViewGrid.TabIndex = 0;
00288
00289
00290
00291 this.columnNameColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
00292 this.columnNameColumn.HeaderText = "Property";
00293 this.columnNameColumn.Name = "columnNameColumn";
00294 this.columnNameColumn.ReadOnly = true;
00295 this.columnNameColumn.Width = 71;
00296
00297
00298
00299 this.columnValueColumn.HeaderText = "Value";
00300 this.columnValueColumn.Name = "columnValueColumn";
00301 this.columnValueColumn.ReadOnly = true;
00302 this.columnValueColumn.Width = 250;
00303
00304
00305
00306 this.resourcesTabPage.Controls.Add(this.resourcesListView);
00307 this.resourcesTabPage.Location = new System.Drawing.Point(4, 22);
00308 this.resourcesTabPage.Name = "resourcesTabPage";
00309 this.resourcesTabPage.Padding = new System.Windows.Forms.Padding(3);
00310 this.resourcesTabPage.Size = new System.Drawing.Size(546, 185);
00311 this.resourcesTabPage.TabIndex = 1;
00312 this.resourcesTabPage.Text = "Resources";
00313 this.resourcesTabPage.UseVisualStyleBackColor = true;
00314
00315
00316
00317 this.resourcesListView.Dock = System.Windows.Forms.DockStyle.Fill;
00318 this.resourcesListView.Location = new System.Drawing.Point(3, 3);
00319 this.resourcesListView.Name = "resourcesListView";
00320 this.resourcesListView.Size = new System.Drawing.Size(540, 179);
00321 this.resourcesListView.SmallImageList = this.imageList;
00322 this.resourcesListView.TabIndex = 1;
00323 this.resourcesListView.UseCompatibleStateImageBehavior = false;
00324 this.resourcesListView.View = System.Windows.Forms.View.Details;
00325
00326
00327
00328 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
00329 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
00330 this.ClientSize = new System.Drawing.Size(554, 455);
00331 this.Controls.Add(this.splitContainer);
00332 this.Controls.Add(this.toolStrip);
00333 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
00334 this.Name = "BrowserForm";
00335 this.Text = "Projects Browser";
00336 this.Shown += new System.EventHandler(this.BrowserForm_Shown);
00337 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.BrowserForm_FormClosing);
00338 this.toolStrip.ResumeLayout(false);
00339 this.toolStrip.PerformLayout();
00340 this.splitContainer.Panel1.ResumeLayout(false);
00341 this.splitContainer.Panel2.ResumeLayout(false);
00342 this.splitContainer.ResumeLayout(false);
00343 this.tabControl.ResumeLayout(false);
00344 this.basicInfoTabPage.ResumeLayout(false);
00345 ((System.ComponentModel.ISupportInitialize)(this.basicInfoDataViewGrid)).EndInit();
00346 this.resourcesTabPage.ResumeLayout(false);
00347 this.ResumeLayout(false);
00348 this.PerformLayout();
00349
00350 }
00351
00352 #endregion
00353
00354 private System.Windows.Forms.ToolStrip toolStrip;
00355 private System.Windows.Forms.ToolStripButton refreshStripButton;
00356 private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
00357 private System.Windows.Forms.ToolStripLabel searchToolStripLabel;
00358 private System.Windows.Forms.ToolStripTextBox toolStripTextBox1;
00359 private System.Windows.Forms.ToolStripButton searchToolStripButton;
00360 private System.Windows.Forms.ListView projectsListView;
00361 private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
00362 private System.Windows.Forms.ToolStripDropDownButton viewToolStripDropDownButton;
00363 private System.Windows.Forms.ToolStripMenuItem detailsToolStripMenuItem;
00364 private System.Windows.Forms.ToolStripMenuItem iconsToolStripMenuItem;
00365 private System.Windows.Forms.ColumnHeader projectNameColum;
00366 private System.Windows.Forms.ColumnHeader projectOwnerColumn;
00367 private System.Windows.Forms.ColumnHeader projectCheckedOutColumn;
00368 private System.Windows.Forms.ColumnHeader projectStartDateColumn;
00369 private System.Windows.Forms.ImageList imageList;
00370 private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
00371 private System.Windows.Forms.ToolStripMenuItem detailsViewToolStripMenuItem;
00372 private System.Windows.Forms.SplitContainer splitContainer;
00373 private System.Windows.Forms.TabControl tabControl;
00374 private System.Windows.Forms.TabPage basicInfoTabPage;
00375 private System.Windows.Forms.TabPage resourcesTabPage;
00376 private System.Windows.Forms.DataGridView basicInfoDataViewGrid;
00377 private System.Windows.Forms.DataGridViewTextBoxColumn columnNameColumn;
00378 private System.Windows.Forms.DataGridViewTextBoxColumn columnValueColumn;
00379 private System.Windows.Forms.ListView resourcesListView;
00380 private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
00381 private System.Windows.Forms.ToolStripButton openInWinPojToolStripButton;
00382 }
00383 }