00001 namespace Mcs.Epm.MicrosoftProject.mpFx.Client.Plugins.PluginPlublisher.Forms
00002 {
00003 partial class AddPluginForm
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 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AddPluginForm));
00032 this.assemblyLocationLabel = new System.Windows.Forms.Label();
00033 this.assemblyLocationTextBox = new System.Windows.Forms.TextBox();
00034 this.browseButton = new System.Windows.Forms.Button();
00035 this.pluginInfoGroupBox = new System.Windows.Forms.GroupBox();
00036 this.previewLinkLabel = new System.Windows.Forms.LinkLabel();
00037 this.tagTextBox = new System.Windows.Forms.TextBox();
00038 this.tagLabel = new System.Windows.Forms.Label();
00039 this.authorTextBox = new System.Windows.Forms.TextBox();
00040 this.authorLabel = new System.Windows.Forms.Label();
00041 this.descriptionTextBox = new System.Windows.Forms.TextBox();
00042 this.descriptionLabel = new System.Windows.Forms.Label();
00043 this.nameTextBox = new System.Windows.Forms.TextBox();
00044 this.nameLabel = new System.Windows.Forms.Label();
00045 this.versionTextBox = new System.Windows.Forms.TextBox();
00046 this.versionLabel = new System.Windows.Forms.Label();
00047 this.filesPanel = new System.Windows.Forms.Panel();
00048 this.toolStrip = new System.Windows.Forms.ToolStrip();
00049 this.filesToolStripLabel = new System.Windows.Forms.ToolStripLabel();
00050 this.addFileToolStripButton = new System.Windows.Forms.ToolStripButton();
00051 this.fileRemoveToolStripButton = new System.Windows.Forms.ToolStripButton();
00052 this.filesDataGridView = new System.Windows.Forms.DataGridView();
00053 this.pathColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
00054 this.okButton = new System.Windows.Forms.Button();
00055 this.cancelButton = new System.Windows.Forms.Button();
00056 this.pluginInfoGroupBox.SuspendLayout();
00057 this.filesPanel.SuspendLayout();
00058 this.toolStrip.SuspendLayout();
00059 ((System.ComponentModel.ISupportInitialize)(this.filesDataGridView)).BeginInit();
00060 this.SuspendLayout();
00061
00062
00063
00064 this.assemblyLocationLabel.AutoSize = true;
00065 this.assemblyLocationLabel.Location = new System.Drawing.Point(11, 11);
00066 this.assemblyLocationLabel.Name = "assemblyLocationLabel";
00067 this.assemblyLocationLabel.Size = new System.Drawing.Size(98, 13);
00068 this.assemblyLocationLabel.TabIndex = 0;
00069 this.assemblyLocationLabel.Text = "Assembly Location ";
00070
00071
00072
00073 this.assemblyLocationTextBox.Location = new System.Drawing.Point(14, 28);
00074 this.assemblyLocationTextBox.Name = "assemblyLocationTextBox";
00075 this.assemblyLocationTextBox.Size = new System.Drawing.Size(428, 20);
00076 this.assemblyLocationTextBox.TabIndex = 1;
00077
00078
00079
00080 this.browseButton.FlatAppearance.BorderSize = 0;
00081 this.browseButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
00082 this.browseButton.Image = global::Mcs.Epm.MicrosoftProject.mpFx.Client.Plugins.PluginPlublisher.Properties.Resources.folder;
00083 this.browseButton.Location = new System.Drawing.Point(447, 26);
00084 this.browseButton.Name = "browseButton";
00085 this.browseButton.Size = new System.Drawing.Size(23, 23);
00086 this.browseButton.TabIndex = 2;
00087 this.browseButton.UseVisualStyleBackColor = true;
00088 this.browseButton.Click += new System.EventHandler(this.browseButton_Click);
00089
00090
00091
00092 this.pluginInfoGroupBox.Controls.Add(this.previewLinkLabel);
00093 this.pluginInfoGroupBox.Controls.Add(this.tagTextBox);
00094 this.pluginInfoGroupBox.Controls.Add(this.tagLabel);
00095 this.pluginInfoGroupBox.Controls.Add(this.authorTextBox);
00096 this.pluginInfoGroupBox.Controls.Add(this.authorLabel);
00097 this.pluginInfoGroupBox.Controls.Add(this.descriptionTextBox);
00098 this.pluginInfoGroupBox.Controls.Add(this.descriptionLabel);
00099 this.pluginInfoGroupBox.Controls.Add(this.nameTextBox);
00100 this.pluginInfoGroupBox.Controls.Add(this.nameLabel);
00101 this.pluginInfoGroupBox.Location = new System.Drawing.Point(14, 55);
00102 this.pluginInfoGroupBox.Name = "pluginInfoGroupBox";
00103 this.pluginInfoGroupBox.Size = new System.Drawing.Size(456, 220);
00104 this.pluginInfoGroupBox.TabIndex = 3;
00105 this.pluginInfoGroupBox.TabStop = false;
00106 this.pluginInfoGroupBox.Text = " Plugin Information ";
00107
00108
00109
00110 this.previewLinkLabel.AutoSize = true;
00111 this.previewLinkLabel.Location = new System.Drawing.Point(15, 194);
00112 this.previewLinkLabel.Name = "previewLinkLabel";
00113 this.previewLinkLabel.Size = new System.Drawing.Size(68, 13);
00114 this.previewLinkLabel.TabIndex = 8;
00115 this.previewLinkLabel.TabStop = true;
00116 this.previewLinkLabel.Text = "Preview Link";
00117 this.previewLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.previewLinkLabel_LinkClicked);
00118
00119
00120
00121 this.tagTextBox.Location = new System.Drawing.Point(207, 167);
00122 this.tagTextBox.Name = "tagTextBox";
00123 this.tagTextBox.ReadOnly = true;
00124 this.tagTextBox.Size = new System.Drawing.Size(232, 20);
00125 this.tagTextBox.TabIndex = 7;
00126 this.tagTextBox.TextChanged += new System.EventHandler(this.tagTextBox_TextChanged);
00127
00128
00129
00130 this.tagLabel.AutoSize = true;
00131 this.tagLabel.Location = new System.Drawing.Point(204, 151);
00132 this.tagLabel.Name = "tagLabel";
00133 this.tagLabel.Size = new System.Drawing.Size(26, 13);
00134 this.tagLabel.TabIndex = 6;
00135 this.tagLabel.Text = "Tag";
00136
00137
00138
00139 this.authorTextBox.Location = new System.Drawing.Point(15, 167);
00140 this.authorTextBox.Name = "authorTextBox";
00141 this.authorTextBox.ReadOnly = true;
00142 this.authorTextBox.Size = new System.Drawing.Size(186, 20);
00143 this.authorTextBox.TabIndex = 5;
00144
00145
00146
00147 this.authorLabel.AutoSize = true;
00148 this.authorLabel.Location = new System.Drawing.Point(12, 150);
00149 this.authorLabel.Name = "authorLabel";
00150 this.authorLabel.Size = new System.Drawing.Size(38, 13);
00151 this.authorLabel.TabIndex = 4;
00152 this.authorLabel.Text = "Author";
00153
00154
00155
00156 this.descriptionTextBox.Location = new System.Drawing.Point(15, 85);
00157 this.descriptionTextBox.Multiline = true;
00158 this.descriptionTextBox.Name = "descriptionTextBox";
00159 this.descriptionTextBox.ReadOnly = true;
00160 this.descriptionTextBox.Size = new System.Drawing.Size(424, 57);
00161 this.descriptionTextBox.TabIndex = 3;
00162
00163
00164
00165 this.descriptionLabel.AutoSize = true;
00166 this.descriptionLabel.Location = new System.Drawing.Point(12, 68);
00167 this.descriptionLabel.Name = "descriptionLabel";
00168 this.descriptionLabel.Size = new System.Drawing.Size(63, 13);
00169 this.descriptionLabel.TabIndex = 2;
00170 this.descriptionLabel.Text = "Description ";
00171
00172
00173
00174 this.nameTextBox.Location = new System.Drawing.Point(15, 39);
00175 this.nameTextBox.Name = "nameTextBox";
00176 this.nameTextBox.ReadOnly = true;
00177 this.nameTextBox.Size = new System.Drawing.Size(331, 20);
00178 this.nameTextBox.TabIndex = 1;
00179
00180
00181
00182 this.nameLabel.AutoSize = true;
00183 this.nameLabel.Location = new System.Drawing.Point(12, 22);
00184 this.nameLabel.Name = "nameLabel";
00185 this.nameLabel.Size = new System.Drawing.Size(35, 13);
00186 this.nameLabel.TabIndex = 0;
00187 this.nameLabel.Text = "Name";
00188
00189
00190
00191 this.versionTextBox.Location = new System.Drawing.Point(366, 94);
00192 this.versionTextBox.Name = "versionTextBox";
00193 this.versionTextBox.ReadOnly = true;
00194 this.versionTextBox.Size = new System.Drawing.Size(87, 20);
00195 this.versionTextBox.TabIndex = 7;
00196
00197
00198
00199 this.versionLabel.AutoSize = true;
00200 this.versionLabel.Location = new System.Drawing.Point(363, 77);
00201 this.versionLabel.Name = "versionLabel";
00202 this.versionLabel.Size = new System.Drawing.Size(42, 13);
00203 this.versionLabel.TabIndex = 6;
00204 this.versionLabel.Text = "Version";
00205
00206
00207
00208 this.filesPanel.Controls.Add(this.filesDataGridView);
00209 this.filesPanel.Controls.Add(this.toolStrip);
00210 this.filesPanel.Location = new System.Drawing.Point(16, 281);
00211 this.filesPanel.Name = "filesPanel";
00212 this.filesPanel.Size = new System.Drawing.Size(454, 140);
00213 this.filesPanel.TabIndex = 10;
00214
00215
00216
00217 this.toolStrip.GripMargin = new System.Windows.Forms.Padding(0);
00218 this.toolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
00219 this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
00220 this.filesToolStripLabel,
00221 this.addFileToolStripButton,
00222 this.fileRemoveToolStripButton});
00223 this.toolStrip.Location = new System.Drawing.Point(0, 0);
00224 this.toolStrip.Name = "toolStrip";
00225 this.toolStrip.Size = new System.Drawing.Size(454, 25);
00226 this.toolStrip.TabIndex = 10;
00227 this.toolStrip.Text = "toolStrip1";
00228
00229
00230
00231 this.filesToolStripLabel.Name = "filesToolStripLabel";
00232 this.filesToolStripLabel.Size = new System.Drawing.Size(30, 22);
00233 this.filesToolStripLabel.Text = "Files";
00234
00235
00236
00237 this.addFileToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
00238 this.addFileToolStripButton.Image = global::Mcs.Epm.MicrosoftProject.mpFx.Client.Plugins.PluginPlublisher.Properties.Resources.package_add;
00239 this.addFileToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
00240 this.addFileToolStripButton.Name = "addFileToolStripButton";
00241 this.addFileToolStripButton.Size = new System.Drawing.Size(23, 22);
00242 this.addFileToolStripButton.Text = "&Add File";
00243 this.addFileToolStripButton.Click += new System.EventHandler(this.addFileToolStripButton_Click);
00244
00245
00246
00247 this.fileRemoveToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
00248 this.fileRemoveToolStripButton.Enabled = false;
00249 this.fileRemoveToolStripButton.Image = global::Mcs.Epm.MicrosoftProject.mpFx.Client.Plugins.PluginPlublisher.Properties.Resources.package_delete;
00250 this.fileRemoveToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
00251 this.fileRemoveToolStripButton.Name = "fileRemoveToolStripButton";
00252 this.fileRemoveToolStripButton.Size = new System.Drawing.Size(23, 22);
00253 this.fileRemoveToolStripButton.Text = "&Remove File";
00254 this.fileRemoveToolStripButton.Click += new System.EventHandler(this.fileRemoveToolStripButton_Click);
00255
00256
00257
00258 this.filesDataGridView.AllowUserToAddRows = false;
00259 this.filesDataGridView.AllowUserToDeleteRows = false;
00260 this.filesDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
00261 this.filesDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
00262 this.pathColumn});
00263 this.filesDataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
00264 this.filesDataGridView.Location = new System.Drawing.Point(0, 25);
00265 this.filesDataGridView.Name = "filesDataGridView";
00266 this.filesDataGridView.RowHeadersVisible = false;
00267 this.filesDataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
00268 this.filesDataGridView.Size = new System.Drawing.Size(454, 115);
00269 this.filesDataGridView.TabIndex = 9;
00270 this.filesDataGridView.Leave += new System.EventHandler(this.filesDataGridView_Leave);
00271 this.filesDataGridView.RowDividerHeightChanged += new System.Windows.Forms.DataGridViewRowEventHandler(this.filesDataGridView_RowDividerHeightChanged);
00272 this.filesDataGridView.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.filesDataGridView_CellContentClick);
00273
00274
00275
00276 this.pathColumn.HeaderText = "Path";
00277 this.pathColumn.Name = "pathColumn";
00278 this.pathColumn.Width = 400;
00279
00280
00281
00282 this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
00283 this.okButton.Enabled = false;
00284 this.okButton.Location = new System.Drawing.Point(314, 435);
00285 this.okButton.Name = "okButton";
00286 this.okButton.Size = new System.Drawing.Size(75, 23);
00287 this.okButton.TabIndex = 11;
00288 this.okButton.Text = "&OK";
00289 this.okButton.UseVisualStyleBackColor = true;
00290 this.okButton.Click += new System.EventHandler(this.okButton_Click);
00291
00292
00293
00294 this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
00295 this.cancelButton.Location = new System.Drawing.Point(395, 435);
00296 this.cancelButton.Name = "cancelButton";
00297 this.cancelButton.Size = new System.Drawing.Size(75, 23);
00298 this.cancelButton.TabIndex = 12;
00299 this.cancelButton.Text = "&Cancel";
00300 this.cancelButton.UseVisualStyleBackColor = true;
00301
00302
00303
00304 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
00305 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
00306 this.ClientSize = new System.Drawing.Size(485, 468);
00307 this.Controls.Add(this.okButton);
00308 this.Controls.Add(this.cancelButton);
00309 this.Controls.Add(this.filesPanel);
00310 this.Controls.Add(this.versionTextBox);
00311 this.Controls.Add(this.versionLabel);
00312 this.Controls.Add(this.pluginInfoGroupBox);
00313 this.Controls.Add(this.browseButton);
00314 this.Controls.Add(this.assemblyLocationTextBox);
00315 this.Controls.Add(this.assemblyLocationLabel);
00316 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
00317 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
00318 this.MaximizeBox = false;
00319 this.MinimizeBox = false;
00320 this.Name = "AddPluginForm";
00321 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
00322 this.Text = "Add Plugin";
00323 this.pluginInfoGroupBox.ResumeLayout(false);
00324 this.pluginInfoGroupBox.PerformLayout();
00325 this.filesPanel.ResumeLayout(false);
00326 this.filesPanel.PerformLayout();
00327 this.toolStrip.ResumeLayout(false);
00328 this.toolStrip.PerformLayout();
00329 ((System.ComponentModel.ISupportInitialize)(this.filesDataGridView)).EndInit();
00330 this.ResumeLayout(false);
00331 this.PerformLayout();
00332
00333 }
00334
00335 #endregion
00336
00337 private System.Windows.Forms.Label assemblyLocationLabel;
00338 private System.Windows.Forms.TextBox assemblyLocationTextBox;
00339 private System.Windows.Forms.Button browseButton;
00340 private System.Windows.Forms.GroupBox pluginInfoGroupBox;
00341 private System.Windows.Forms.TextBox authorTextBox;
00342 private System.Windows.Forms.Label authorLabel;
00343 private System.Windows.Forms.TextBox descriptionTextBox;
00344 private System.Windows.Forms.Label descriptionLabel;
00345 private System.Windows.Forms.TextBox nameTextBox;
00346 private System.Windows.Forms.Label nameLabel;
00347 private System.Windows.Forms.TextBox versionTextBox;
00348 private System.Windows.Forms.Label versionLabel;
00349 private System.Windows.Forms.Panel filesPanel;
00350 private System.Windows.Forms.DataGridView filesDataGridView;
00351 private System.Windows.Forms.ToolStrip toolStrip;
00352 private System.Windows.Forms.ToolStripButton addFileToolStripButton;
00353 private System.Windows.Forms.ToolStripButton fileRemoveToolStripButton;
00354 private System.Windows.Forms.ToolStripLabel filesToolStripLabel;
00355 private System.Windows.Forms.Button okButton;
00356 private System.Windows.Forms.Button cancelButton;
00357 private System.Windows.Forms.TextBox tagTextBox;
00358 private System.Windows.Forms.Label tagLabel;
00359 private System.Windows.Forms.DataGridViewTextBoxColumn pathColumn;
00360 private System.Windows.Forms.LinkLabel previewLinkLabel;
00361 }
00362 }