00001 namespace Mcs.Epm.MicrosoftProject.mpFx.Client.Shared.Forms
00002 {
00003 partial class PluginGalleryBrowserForm
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(PluginGalleryBrowserForm));
00033 this.mainPanel = new System.Windows.Forms.Panel();
00034 this.innerPanel = new System.Windows.Forms.Panel();
00035 this.splitContainer = new System.Windows.Forms.SplitContainer();
00036 this.pluginsListView = new System.Windows.Forms.ListView();
00037 this.nameColumn = new System.Windows.Forms.ColumnHeader();
00038 this.descriptionColumn = new System.Windows.Forms.ColumnHeader();
00039 this.versionColumn = new System.Windows.Forms.ColumnHeader();
00040 this.authorColumn = new System.Windows.Forms.ColumnHeader();
00041 this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
00042 this.detailsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00043 this.iconsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00044 this.imageList = new System.Windows.Forms.ImageList(this.components);
00045 this.browserPanel = new System.Windows.Forms.Panel();
00046 this.webBrowser = new System.Windows.Forms.WebBrowser();
00047 this.bottomPanel = new System.Windows.Forms.Panel();
00048 this.bottomToolStrip = new System.Windows.Forms.ToolStrip();
00049 this.statusToolStripLabel = new System.Windows.Forms.ToolStripLabel();
00050 this.toolStrip = new System.Windows.Forms.ToolStrip();
00051 this.galleryToolStripLabel = new System.Windows.Forms.ToolStripLabel();
00052 this.installToolStripButton = new System.Windows.Forms.ToolStripButton();
00053 this.updateToolStripButton = new System.Windows.Forms.ToolStripButton();
00054 this.publisherToolStripSeparator = new System.Windows.Forms.ToolStripSeparator();
00055 this.galleryManagerToolStripLabel = new System.Windows.Forms.ToolStripLabel();
00056 this.addToGalleryToolStripButton = new System.Windows.Forms.ToolStripButton();
00057 this.removeFromGalleryToolStripButton = new System.Windows.Forms.ToolStripButton();
00058 this.loginToolStripSeparator = new System.Windows.Forms.ToolStripSeparator();
00059 this.loginGalleryToolStripButton = new System.Windows.Forms.ToolStripButton();
00060 this.closeToolStripLabel = new System.Windows.Forms.ToolStripLabel();
00061 this.pictureBox = new System.Windows.Forms.PictureBox();
00062 this.mainPanel.SuspendLayout();
00063 this.innerPanel.SuspendLayout();
00064 this.splitContainer.Panel1.SuspendLayout();
00065 this.splitContainer.Panel2.SuspendLayout();
00066 this.splitContainer.SuspendLayout();
00067 this.contextMenuStrip.SuspendLayout();
00068 this.browserPanel.SuspendLayout();
00069 this.bottomPanel.SuspendLayout();
00070 this.bottomToolStrip.SuspendLayout();
00071 this.toolStrip.SuspendLayout();
00072 ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
00073 this.SuspendLayout();
00074
00075
00076
00077 this.mainPanel.BackColor = System.Drawing.Color.White;
00078 this.mainPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
00079 this.mainPanel.Controls.Add(this.innerPanel);
00080 this.mainPanel.Controls.Add(this.toolStrip);
00081 this.mainPanel.Controls.Add(this.pictureBox);
00082 this.mainPanel.Dock = System.Windows.Forms.DockStyle.Fill;
00083 this.mainPanel.Location = new System.Drawing.Point(3, 3);
00084 this.mainPanel.Margin = new System.Windows.Forms.Padding(10);
00085 this.mainPanel.Name = "mainPanel";
00086 this.mainPanel.Padding = new System.Windows.Forms.Padding(3);
00087 this.mainPanel.Size = new System.Drawing.Size(772, 535);
00088 this.mainPanel.TabIndex = 0;
00089 this.mainPanel.MouseDown += new System.Windows.Forms.MouseEventHandler(this.DoDrag);
00090
00091
00092
00093 this.innerPanel.Controls.Add(this.splitContainer);
00094 this.innerPanel.Controls.Add(this.bottomPanel);
00095 this.innerPanel.Dock = System.Windows.Forms.DockStyle.Fill;
00096 this.innerPanel.Location = new System.Drawing.Point(3, 122);
00097 this.innerPanel.Name = "innerPanel";
00098 this.innerPanel.Size = new System.Drawing.Size(764, 408);
00099 this.innerPanel.TabIndex = 5;
00100
00101
00102
00103 this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
00104 this.splitContainer.Location = new System.Drawing.Point(0, 0);
00105 this.splitContainer.Name = "splitContainer";
00106
00107
00108
00109 this.splitContainer.Panel1.Controls.Add(this.pluginsListView);
00110 this.splitContainer.Panel1.RightToLeft = System.Windows.Forms.RightToLeft.No;
00111
00112
00113
00114 this.splitContainer.Panel2.Controls.Add(this.browserPanel);
00115 this.splitContainer.Panel2.RightToLeft = System.Windows.Forms.RightToLeft.No;
00116 this.splitContainer.Size = new System.Drawing.Size(764, 389);
00117 this.splitContainer.SplitterDistance = 253;
00118 this.splitContainer.TabIndex = 9;
00119
00120
00121
00122 this.pluginsListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
00123 this.nameColumn,
00124 this.descriptionColumn,
00125 this.versionColumn,
00126 this.authorColumn});
00127 this.pluginsListView.ContextMenuStrip = this.contextMenuStrip;
00128 this.pluginsListView.Dock = System.Windows.Forms.DockStyle.Fill;
00129 this.pluginsListView.FullRowSelect = true;
00130 this.pluginsListView.HideSelection = false;
00131 this.pluginsListView.LabelWrap = false;
00132 this.pluginsListView.Location = new System.Drawing.Point(0, 0);
00133 this.pluginsListView.MultiSelect = false;
00134 this.pluginsListView.Name = "pluginsListView";
00135 this.pluginsListView.Size = new System.Drawing.Size(253, 389);
00136 this.pluginsListView.SmallImageList = this.imageList;
00137 this.pluginsListView.TabIndex = 6;
00138 this.pluginsListView.UseCompatibleStateImageBehavior = false;
00139 this.pluginsListView.View = System.Windows.Forms.View.SmallIcon;
00140 this.pluginsListView.SelectedIndexChanged += new System.EventHandler(this.pluginsListView_SelectedIndexChanged);
00141 this.pluginsListView.DoubleClick += new System.EventHandler(this.pluginsListView_DoubleClick);
00142 this.pluginsListView.MouseDown += new System.Windows.Forms.MouseEventHandler(this.DoDrag);
00143
00144
00145
00146 this.nameColumn.Text = "Name";
00147
00148
00149
00150 this.descriptionColumn.Text = "Description";
00151
00152
00153
00154 this.versionColumn.Text = "Version";
00155
00156
00157
00158 this.authorColumn.Text = "Author";
00159
00160
00161
00162 this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
00163 this.detailsToolStripMenuItem,
00164 this.iconsToolStripMenuItem});
00165 this.contextMenuStrip.Name = "contextMenuStrip";
00166 this.contextMenuStrip.Size = new System.Drawing.Size(110, 48);
00167
00168
00169
00170 this.detailsToolStripMenuItem.Checked = true;
00171 this.detailsToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
00172 this.detailsToolStripMenuItem.Name = "detailsToolStripMenuItem";
00173 this.detailsToolStripMenuItem.Size = new System.Drawing.Size(109, 22);
00174 this.detailsToolStripMenuItem.Text = "&Details";
00175 this.detailsToolStripMenuItem.Click += new System.EventHandler(this.detailsToolStripMenuItem_Click);
00176
00177
00178
00179 this.iconsToolStripMenuItem.Name = "iconsToolStripMenuItem";
00180 this.iconsToolStripMenuItem.Size = new System.Drawing.Size(109, 22);
00181 this.iconsToolStripMenuItem.Text = "&Icons";
00182 this.iconsToolStripMenuItem.Click += new System.EventHandler(this.iconsToolStripMenuItem_Click);
00183
00184
00185
00186 this.imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
00187 this.imageList.TransparentColor = System.Drawing.Color.Transparent;
00188 this.imageList.Images.SetKeyName(0, "add.png");
00189 this.imageList.Images.SetKeyName(1, "delete.png");
00190 this.imageList.Images.SetKeyName(2, "asterisk_yellow.png");
00191 this.imageList.Images.SetKeyName(3, "lightning.png");
00192
00193
00194
00195 this.browserPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
00196 this.browserPanel.Controls.Add(this.webBrowser);
00197 this.browserPanel.Dock = System.Windows.Forms.DockStyle.Fill;
00198 this.browserPanel.Location = new System.Drawing.Point(0, 0);
00199 this.browserPanel.Name = "browserPanel";
00200 this.browserPanel.Size = new System.Drawing.Size(507, 389);
00201 this.browserPanel.TabIndex = 0;
00202
00203
00204
00205 this.webBrowser.Dock = System.Windows.Forms.DockStyle.Fill;
00206 this.webBrowser.Location = new System.Drawing.Point(0, 0);
00207 this.webBrowser.MinimumSize = new System.Drawing.Size(20, 20);
00208 this.webBrowser.Name = "webBrowser";
00209 this.webBrowser.Size = new System.Drawing.Size(503, 385);
00210 this.webBrowser.TabIndex = 9;
00211 this.webBrowser.DocumentCompleted += new System.Windows.Forms.WebBrowserDocumentCompletedEventHandler(this.webBrowser_DocumentCompleted);
00212
00213
00214
00215 this.bottomPanel.Controls.Add(this.bottomToolStrip);
00216 this.bottomPanel.Dock = System.Windows.Forms.DockStyle.Bottom;
00217 this.bottomPanel.Location = new System.Drawing.Point(0, 389);
00218 this.bottomPanel.Name = "bottomPanel";
00219 this.bottomPanel.Size = new System.Drawing.Size(764, 19);
00220 this.bottomPanel.TabIndex = 8;
00221
00222
00223
00224 this.bottomToolStrip.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
00225 this.bottomToolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
00226 this.bottomToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
00227 this.statusToolStripLabel});
00228 this.bottomToolStrip.Location = new System.Drawing.Point(0, 0);
00229 this.bottomToolStrip.Name = "bottomToolStrip";
00230 this.bottomToolStrip.Size = new System.Drawing.Size(764, 25);
00231 this.bottomToolStrip.TabIndex = 5;
00232 this.bottomToolStrip.Text = "toolStrip1";
00233 this.bottomToolStrip.MouseDown += new System.Windows.Forms.MouseEventHandler(this.DoDrag);
00234
00235
00236
00237 this.statusToolStripLabel.Image = global::Mcs.Epm.MicrosoftProject.mpFx.Client.Shared.Properties.Resources.spinner4_bluey;
00238 this.statusToolStripLabel.Name = "statusToolStripLabel";
00239 this.statusToolStripLabel.Size = new System.Drawing.Size(35, 22);
00240 this.statusToolStripLabel.Text = "<>";
00241
00242
00243
00244 this.toolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
00245 this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
00246 this.galleryToolStripLabel,
00247 this.installToolStripButton,
00248 this.updateToolStripButton,
00249 this.publisherToolStripSeparator,
00250 this.galleryManagerToolStripLabel,
00251 this.addToGalleryToolStripButton,
00252 this.removeFromGalleryToolStripButton,
00253 this.loginToolStripSeparator,
00254 this.loginGalleryToolStripButton,
00255 this.closeToolStripLabel});
00256 this.toolStrip.Location = new System.Drawing.Point(3, 97);
00257 this.toolStrip.Name = "toolStrip";
00258 this.toolStrip.Size = new System.Drawing.Size(764, 25);
00259 this.toolStrip.TabIndex = 4;
00260 this.toolStrip.Text = "toolStrip1";
00261 this.toolStrip.DoubleClick += new System.EventHandler(this.PluginGalleryBrowserForm_DoubleClick);
00262 this.toolStrip.MouseDown += new System.Windows.Forms.MouseEventHandler(this.DoDrag);
00263
00264
00265
00266 this.galleryToolStripLabel.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
00267 this.galleryToolStripLabel.Name = "galleryToolStripLabel";
00268 this.galleryToolStripLabel.Size = new System.Drawing.Size(99, 22);
00269 this.galleryToolStripLabel.Text = "Plugin Gallery";
00270 this.galleryToolStripLabel.DoubleClick += new System.EventHandler(this.PluginGalleryBrowserForm_DoubleClick);
00271
00272
00273
00274 this.installToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
00275 this.installToolStripButton.Enabled = false;
00276 this.installToolStripButton.Image = global::Mcs.Epm.MicrosoftProject.mpFx.Client.Shared.Properties.Resources.add;
00277 this.installToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
00278 this.installToolStripButton.Name = "installToolStripButton";
00279 this.installToolStripButton.Size = new System.Drawing.Size(23, 22);
00280 this.installToolStripButton.Text = "&Install";
00281 this.installToolStripButton.Click += new System.EventHandler(this.installToolStripButton_Click);
00282
00283
00284
00285 this.updateToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
00286 this.updateToolStripButton.Enabled = false;
00287 this.updateToolStripButton.Image = global::Mcs.Epm.MicrosoftProject.mpFx.Client.Shared.Properties.Resources.asterisk_yellow;
00288 this.updateToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
00289 this.updateToolStripButton.Name = "updateToolStripButton";
00290 this.updateToolStripButton.Size = new System.Drawing.Size(23, 22);
00291 this.updateToolStripButton.Text = "&Update";
00292
00293
00294
00295 this.publisherToolStripSeparator.Name = "publisherToolStripSeparator";
00296 this.publisherToolStripSeparator.Size = new System.Drawing.Size(6, 25);
00297 this.publisherToolStripSeparator.Visible = false;
00298
00299
00300
00301 this.galleryManagerToolStripLabel.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
00302 this.galleryManagerToolStripLabel.Name = "galleryManagerToolStripLabel";
00303 this.galleryManagerToolStripLabel.Size = new System.Drawing.Size(181, 22);
00304 this.galleryManagerToolStripLabel.Text = "Welcome Gallery Manager";
00305 this.galleryManagerToolStripLabel.Visible = false;
00306 this.galleryManagerToolStripLabel.DoubleClick += new System.EventHandler(this.PluginGalleryBrowserForm_DoubleClick);
00307
00308
00309
00310 this.addToGalleryToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
00311 this.addToGalleryToolStripButton.Image = global::Mcs.Epm.MicrosoftProject.mpFx.Client.Shared.Properties.Resources.application_form_add;
00312 this.addToGalleryToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
00313 this.addToGalleryToolStripButton.Name = "addToGalleryToolStripButton";
00314 this.addToGalleryToolStripButton.Size = new System.Drawing.Size(23, 22);
00315 this.addToGalleryToolStripButton.Text = "Add Plugin to Gallery";
00316 this.addToGalleryToolStripButton.Visible = false;
00317 this.addToGalleryToolStripButton.Click += new System.EventHandler(this.addToGalleryToolStripButton_Click);
00318
00319
00320
00321 this.removeFromGalleryToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
00322 this.removeFromGalleryToolStripButton.Enabled = false;
00323 this.removeFromGalleryToolStripButton.Image = global::Mcs.Epm.MicrosoftProject.mpFx.Client.Shared.Properties.Resources.application_form_delete;
00324 this.removeFromGalleryToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
00325 this.removeFromGalleryToolStripButton.Name = "removeFromGalleryToolStripButton";
00326 this.removeFromGalleryToolStripButton.Size = new System.Drawing.Size(23, 22);
00327 this.removeFromGalleryToolStripButton.Text = "Remove Plugin from Gallery";
00328 this.removeFromGalleryToolStripButton.Visible = false;
00329
00330
00331
00332 this.loginToolStripSeparator.Name = "loginToolStripSeparator";
00333 this.loginToolStripSeparator.Size = new System.Drawing.Size(6, 25);
00334 this.loginToolStripSeparator.Visible = false;
00335
00336
00337
00338 this.loginGalleryToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
00339 this.loginGalleryToolStripButton.Image = global::Mcs.Epm.MicrosoftProject.mpFx.Client.Shared.Properties.Resources.application_edit;
00340 this.loginGalleryToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
00341 this.loginGalleryToolStripButton.Name = "loginGalleryToolStripButton";
00342 this.loginGalleryToolStripButton.Size = new System.Drawing.Size(23, 22);
00343 this.loginGalleryToolStripButton.Text = "Sign in as Gallery Manager";
00344 this.loginGalleryToolStripButton.Visible = false;
00345 this.loginGalleryToolStripButton.Click += new System.EventHandler(this.loginGalleryToolStripButton_Click);
00346
00347
00348
00349 this.closeToolStripLabel.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
00350 this.closeToolStripLabel.Image = global::Mcs.Epm.MicrosoftProject.mpFx.Client.Shared.Properties.Resources.cancel;
00351 this.closeToolStripLabel.IsLink = true;
00352 this.closeToolStripLabel.Name = "closeToolStripLabel";
00353 this.closeToolStripLabel.Size = new System.Drawing.Size(91, 22);
00354 this.closeToolStripLabel.Text = "&Close Gallery";
00355 this.closeToolStripLabel.Click += new System.EventHandler(this.closeToolStripLabel_Click);
00356
00357
00358
00359 this.pictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
00360 this.pictureBox.Dock = System.Windows.Forms.DockStyle.Top;
00361 this.pictureBox.Image = global::Mcs.Epm.MicrosoftProject.mpFx.Client.Shared.Properties.Resources.Logo;
00362 this.pictureBox.Location = new System.Drawing.Point(3, 3);
00363 this.pictureBox.Name = "pictureBox";
00364 this.pictureBox.Size = new System.Drawing.Size(764, 94);
00365 this.pictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
00366 this.pictureBox.TabIndex = 0;
00367 this.pictureBox.TabStop = false;
00368 this.pictureBox.DoubleClick += new System.EventHandler(this.PluginGalleryBrowserForm_DoubleClick);
00369 this.pictureBox.MouseDown += new System.Windows.Forms.MouseEventHandler(this.DoDrag);
00370
00371
00372
00373 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
00374 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
00375 this.BackColor = System.Drawing.Color.SteelBlue;
00376 this.ClientSize = new System.Drawing.Size(778, 541);
00377 this.ControlBox = false;
00378 this.Controls.Add(this.mainPanel);
00379 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
00380 this.Name = "PluginGalleryBrowserForm";
00381 this.Padding = new System.Windows.Forms.Padding(3);
00382 this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
00383 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
00384 this.Shown += new System.EventHandler(this.PluginGalleryBrowserForm_Shown);
00385 this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.PluginGalleryBrowserForm_FormClosed);
00386 this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.DoDrag);
00387 this.mainPanel.ResumeLayout(false);
00388 this.mainPanel.PerformLayout();
00389 this.innerPanel.ResumeLayout(false);
00390 this.splitContainer.Panel1.ResumeLayout(false);
00391 this.splitContainer.Panel2.ResumeLayout(false);
00392 this.splitContainer.ResumeLayout(false);
00393 this.contextMenuStrip.ResumeLayout(false);
00394 this.browserPanel.ResumeLayout(false);
00395 this.bottomPanel.ResumeLayout(false);
00396 this.bottomPanel.PerformLayout();
00397 this.bottomToolStrip.ResumeLayout(false);
00398 this.bottomToolStrip.PerformLayout();
00399 this.toolStrip.ResumeLayout(false);
00400 this.toolStrip.PerformLayout();
00401 ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
00402 this.ResumeLayout(false);
00403
00404 }
00405
00406 #endregion
00407
00408 private System.Windows.Forms.Panel mainPanel;
00409 private System.Windows.Forms.PictureBox pictureBox;
00410 private System.Windows.Forms.ToolStrip toolStrip;
00411 private System.Windows.Forms.ToolStripLabel galleryToolStripLabel;
00412 private System.Windows.Forms.ToolStripButton installToolStripButton;
00413 private System.Windows.Forms.ToolStripButton updateToolStripButton;
00414 private System.Windows.Forms.ImageList imageList;
00415 private System.Windows.Forms.ContextMenuStrip contextMenuStrip;
00416 private System.Windows.Forms.ToolStripMenuItem detailsToolStripMenuItem;
00417 private System.Windows.Forms.ToolStripMenuItem iconsToolStripMenuItem;
00418 private System.Windows.Forms.Panel innerPanel;
00419 private System.Windows.Forms.SplitContainer splitContainer;
00420 private System.Windows.Forms.ColumnHeader nameColumn;
00421 private System.Windows.Forms.ColumnHeader descriptionColumn;
00422 private System.Windows.Forms.ColumnHeader versionColumn;
00423 private System.Windows.Forms.ColumnHeader authorColumn;
00424 private System.Windows.Forms.Panel bottomPanel;
00425 private System.Windows.Forms.Panel browserPanel;
00426 private System.Windows.Forms.WebBrowser webBrowser;
00427 private System.Windows.Forms.ListView pluginsListView;
00428 private System.Windows.Forms.ToolStripSeparator publisherToolStripSeparator;
00429 private System.Windows.Forms.ToolStripLabel galleryManagerToolStripLabel;
00430 private System.Windows.Forms.ToolStripButton addToGalleryToolStripButton;
00431 private System.Windows.Forms.ToolStripButton removeFromGalleryToolStripButton;
00432 private System.Windows.Forms.ToolStripSeparator loginToolStripSeparator;
00433 private System.Windows.Forms.ToolStripButton loginGalleryToolStripButton;
00434 private System.Windows.Forms.ToolStrip bottomToolStrip;
00435 private System.Windows.Forms.ToolStripLabel statusToolStripLabel;
00436 private System.Windows.Forms.ToolStripLabel closeToolStripLabel;
00437 }
00438 }