00001 namespace Mcs.Epm.MicrosoftProject.mpFx.Client.Plugins.PsiExtensionGenerator.Controls
00002 {
00003 partial class OptionsControl
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 Component Designer generated code
00024
00025
00026
00027
00028
00029 private void InitializeComponent()
00030 {
00031 this.sharedSspLabel = new System.Windows.Forms.Label();
00032 this.sharedSspTextBox = new System.Windows.Forms.TextBox();
00033 this.optionsGroupBox = new System.Windows.Forms.GroupBox();
00034 this.languageList = new System.Windows.Forms.ComboBox();
00035 this.webServiceLangaugeLabel = new System.Windows.Forms.Label();
00036 this.showInBrowserCheckBox = new System.Windows.Forms.CheckBox();
00037 this.restartIisCheckBox = new System.Windows.Forms.CheckBox();
00038 this.deployToBinDirectoryCheckBox = new System.Windows.Forms.CheckBox();
00039 this.exclusionListLabel = new System.Windows.Forms.Label();
00040 this.exclusionPrefixDataGridView = new System.Windows.Forms.DataGridView();
00041 this.prefixColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
00042 this.optionsGroupBox.SuspendLayout();
00043 ((System.ComponentModel.ISupportInitialize)(this.exclusionPrefixDataGridView)).BeginInit();
00044 this.SuspendLayout();
00045
00046
00047
00048 this.sharedSspLabel.AutoSize = true;
00049 this.sharedSspLabel.Location = new System.Drawing.Point(-1, 0);
00050 this.sharedSspLabel.Name = "sharedSspLabel";
00051 this.sharedSspLabel.Size = new System.Drawing.Size(147, 13);
00052 this.sharedSspLabel.TabIndex = 0;
00053 this.sharedSspLabel.Text = "Shared Service Provider URL";
00054
00055
00056
00057 this.sharedSspTextBox.Location = new System.Drawing.Point(2, 17);
00058 this.sharedSspTextBox.Name = "sharedSspTextBox";
00059 this.sharedSspTextBox.Size = new System.Drawing.Size(393, 20);
00060 this.sharedSspTextBox.TabIndex = 1;
00061
00062
00063
00064 this.optionsGroupBox.Controls.Add(this.languageList);
00065 this.optionsGroupBox.Controls.Add(this.webServiceLangaugeLabel);
00066 this.optionsGroupBox.Controls.Add(this.showInBrowserCheckBox);
00067 this.optionsGroupBox.Controls.Add(this.restartIisCheckBox);
00068 this.optionsGroupBox.Controls.Add(this.deployToBinDirectoryCheckBox);
00069 this.optionsGroupBox.Location = new System.Drawing.Point(2, 44);
00070 this.optionsGroupBox.Name = "optionsGroupBox";
00071 this.optionsGroupBox.Size = new System.Drawing.Size(393, 133);
00072 this.optionsGroupBox.TabIndex = 2;
00073 this.optionsGroupBox.TabStop = false;
00074 this.optionsGroupBox.Text = " Options ";
00075
00076
00077
00078 this.languageList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
00079 this.languageList.FormattingEnabled = true;
00080 this.languageList.Items.AddRange(new object[] {
00081 "C#",
00082 "VB.Net"});
00083 this.languageList.Location = new System.Drawing.Point(142, 97);
00084 this.languageList.Name = "languageList";
00085 this.languageList.Size = new System.Drawing.Size(121, 21);
00086 this.languageList.TabIndex = 4;
00087
00088
00089
00090 this.webServiceLangaugeLabel.AutoSize = true;
00091 this.webServiceLangaugeLabel.Location = new System.Drawing.Point(15, 97);
00092 this.webServiceLangaugeLabel.Name = "webServiceLangaugeLabel";
00093 this.webServiceLangaugeLabel.Size = new System.Drawing.Size(120, 13);
00094 this.webServiceLangaugeLabel.TabIndex = 3;
00095 this.webServiceLangaugeLabel.Text = "Web Service Language";
00096
00097
00098
00099 this.showInBrowserCheckBox.AutoSize = true;
00100 this.showInBrowserCheckBox.Location = new System.Drawing.Point(15, 73);
00101 this.showInBrowserCheckBox.Name = "showInBrowserCheckBox";
00102 this.showInBrowserCheckBox.Size = new System.Drawing.Size(105, 17);
00103 this.showInBrowserCheckBox.TabIndex = 2;
00104 this.showInBrowserCheckBox.Text = "&Show in Browser";
00105 this.showInBrowserCheckBox.UseVisualStyleBackColor = true;
00106
00107
00108
00109 this.restartIisCheckBox.AutoSize = true;
00110 this.restartIisCheckBox.Location = new System.Drawing.Point(15, 50);
00111 this.restartIisCheckBox.Name = "restartIisCheckBox";
00112 this.restartIisCheckBox.Size = new System.Drawing.Size(76, 17);
00113 this.restartIisCheckBox.TabIndex = 1;
00114 this.restartIisCheckBox.Text = "&Restart IIS";
00115 this.restartIisCheckBox.UseVisualStyleBackColor = true;
00116
00117
00118
00119 this.deployToBinDirectoryCheckBox.AutoSize = true;
00120 this.deployToBinDirectoryCheckBox.Location = new System.Drawing.Point(15, 27);
00121 this.deployToBinDirectoryCheckBox.Name = "deployToBinDirectoryCheckBox";
00122 this.deployToBinDirectoryCheckBox.Size = new System.Drawing.Size(134, 17);
00123 this.deployToBinDirectoryCheckBox.TabIndex = 0;
00124 this.deployToBinDirectoryCheckBox.Text = "&Deploy to Bin Directory";
00125 this.deployToBinDirectoryCheckBox.UseVisualStyleBackColor = true;
00126
00127
00128
00129 this.exclusionListLabel.AutoSize = true;
00130 this.exclusionListLabel.Location = new System.Drawing.Point(2, 190);
00131 this.exclusionListLabel.Name = "exclusionListLabel";
00132 this.exclusionListLabel.Size = new System.Drawing.Size(211, 13);
00133 this.exclusionListLabel.TabIndex = 3;
00134 this.exclusionListLabel.Text = "Dependency Assembly Exclusion Prefix List";
00135
00136
00137
00138 this.exclusionPrefixDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
00139 this.exclusionPrefixDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
00140 this.prefixColumn});
00141 this.exclusionPrefixDataGridView.Location = new System.Drawing.Point(5, 207);
00142 this.exclusionPrefixDataGridView.Name = "exclusionPrefixDataGridView";
00143 this.exclusionPrefixDataGridView.Size = new System.Drawing.Size(390, 150);
00144 this.exclusionPrefixDataGridView.TabIndex = 4;
00145
00146
00147
00148 this.prefixColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
00149 this.prefixColumn.HeaderText = "Prefix";
00150 this.prefixColumn.Name = "prefixColumn";
00151
00152
00153
00154 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
00155 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
00156 this.Controls.Add(this.exclusionPrefixDataGridView);
00157 this.Controls.Add(this.exclusionListLabel);
00158 this.Controls.Add(this.optionsGroupBox);
00159 this.Controls.Add(this.sharedSspTextBox);
00160 this.Controls.Add(this.sharedSspLabel);
00161 this.Name = "OptionsControl";
00162 this.Size = new System.Drawing.Size(402, 362);
00163 this.optionsGroupBox.ResumeLayout(false);
00164 this.optionsGroupBox.PerformLayout();
00165 ((System.ComponentModel.ISupportInitialize)(this.exclusionPrefixDataGridView)).EndInit();
00166 this.ResumeLayout(false);
00167 this.PerformLayout();
00168
00169 }
00170
00171 #endregion
00172
00173 private System.Windows.Forms.Label sharedSspLabel;
00174 private System.Windows.Forms.TextBox sharedSspTextBox;
00175 private System.Windows.Forms.GroupBox optionsGroupBox;
00176 private System.Windows.Forms.CheckBox showInBrowserCheckBox;
00177 private System.Windows.Forms.CheckBox restartIisCheckBox;
00178 private System.Windows.Forms.CheckBox deployToBinDirectoryCheckBox;
00179 private System.Windows.Forms.ComboBox languageList;
00180 private System.Windows.Forms.Label webServiceLangaugeLabel;
00181 private System.Windows.Forms.Label exclusionListLabel;
00182 private System.Windows.Forms.DataGridView exclusionPrefixDataGridView;
00183 private System.Windows.Forms.DataGridViewTextBoxColumn prefixColumn;
00184 }
00185 }