00001 using Mcs.Epm.MicrosoftProject.mpFx.Client.Plugins.PsiExtensionGenerator.Properties;
00002
00003 namespace Mcs.Epm.MicrosoftProject.mpFx.Client.Plugins.PsiExtensionGenerator.Forms
00004 {
00005 partial class MainForm
00006 {
00007
00008
00009
00010 private System.ComponentModel.IContainer components = null;
00011
00012
00013
00014
00015
00016 protected override void Dispose(bool disposing)
00017 {
00018 if (disposing && (components != null))
00019 {
00020 components.Dispose();
00021 }
00022 base.Dispose(disposing);
00023 }
00024
00025 #region Windows Form Designer generated code
00026
00027
00028
00029
00030
00031 private void InitializeComponent()
00032 {
00033 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
00034 this.toolStrip = new System.Windows.Forms.ToolStrip();
00035 this.sourceAssemblyToolStripLabel = new System.Windows.Forms.ToolStripLabel();
00036 this.sourceAssemblyToolStripTextBox = new System.Windows.Forms.ToolStripTextBox();
00037 this.browseToolStripButton = new System.Windows.Forms.ToolStripButton();
00038 this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
00039 this.webServiceNameToolStripLabel = new System.Windows.Forms.ToolStripLabel();
00040 this.webServiceNameToolStripTextBox = new System.Windows.Forms.ToolStripTextBox();
00041 this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
00042 this.generateToolStripButton = new System.Windows.Forms.ToolStripButton();
00043 this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
00044 this.optionsToolStripButton = new System.Windows.Forms.ToolStripButton();
00045 this.outPutTextBox = new System.Windows.Forms.TextBox();
00046 this.toolStrip.SuspendLayout();
00047 this.SuspendLayout();
00048
00049
00050
00051 this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
00052 this.sourceAssemblyToolStripLabel,
00053 this.sourceAssemblyToolStripTextBox,
00054 this.browseToolStripButton,
00055 this.toolStripSeparator3,
00056 this.webServiceNameToolStripLabel,
00057 this.webServiceNameToolStripTextBox,
00058 this.toolStripSeparator1,
00059 this.generateToolStripButton,
00060 this.toolStripSeparator2,
00061 this.optionsToolStripButton});
00062 this.toolStrip.Location = new System.Drawing.Point(0, 0);
00063 this.toolStrip.Name = "toolStrip";
00064 this.toolStrip.Size = new System.Drawing.Size(789, 25);
00065 this.toolStrip.TabIndex = 0;
00066
00067
00068
00069 this.sourceAssemblyToolStripLabel.Name = "sourceAssemblyToolStripLabel";
00070 this.sourceAssemblyToolStripLabel.Size = new System.Drawing.Size(97, 22);
00071 this.sourceAssemblyToolStripLabel.Text = "Source Assembly";
00072
00073
00074
00075 this.sourceAssemblyToolStripTextBox.Name = "sourceAssemblyToolStripTextBox";
00076 this.sourceAssemblyToolStripTextBox.Size = new System.Drawing.Size(250, 25);
00077 this.sourceAssemblyToolStripTextBox.Click += new System.EventHandler(this.sourceAssemblyToolStripTextBox_Click);
00078
00079
00080
00081 this.browseToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
00082 this.browseToolStripButton.Image = global::Mcs.Epm.MicrosoftProject.mpFx.Client.Plugins.PsiExtensionGenerator.Properties.Resources.folder;
00083 this.browseToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
00084 this.browseToolStripButton.Name = "browseToolStripButton";
00085 this.browseToolStripButton.Size = new System.Drawing.Size(23, 22);
00086 this.browseToolStripButton.Text = "&Browse for Source Assembly";
00087 this.browseToolStripButton.Click += new System.EventHandler(this.browseToolStripButton_Click);
00088
00089
00090
00091 this.toolStripSeparator3.Name = "toolStripSeparator3";
00092 this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
00093
00094
00095
00096 this.webServiceNameToolStripLabel.Name = "webServiceNameToolStripLabel";
00097 this.webServiceNameToolStripLabel.Size = new System.Drawing.Size(106, 22);
00098 this.webServiceNameToolStripLabel.Text = "Web Service Name";
00099
00100
00101
00102 this.webServiceNameToolStripTextBox.Name = "webServiceNameToolStripTextBox";
00103 this.webServiceNameToolStripTextBox.Size = new System.Drawing.Size(100, 25);
00104 this.webServiceNameToolStripTextBox.Click += new System.EventHandler(this.webServiceNameToolStripTextBox_Click);
00105
00106
00107
00108 this.toolStripSeparator1.Name = "toolStripSeparator1";
00109 this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
00110
00111
00112
00113 this.generateToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
00114 this.generateToolStripButton.Enabled = false;
00115 this.generateToolStripButton.Image = global::Mcs.Epm.MicrosoftProject.mpFx.Client.Plugins.PsiExtensionGenerator.Properties.Resources.building_go;
00116 this.generateToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
00117 this.generateToolStripButton.Name = "generateToolStripButton";
00118 this.generateToolStripButton.Size = new System.Drawing.Size(23, 22);
00119 this.generateToolStripButton.Text = "&Generate";
00120 this.generateToolStripButton.Click += new System.EventHandler(this.generateToolStripButton_Click);
00121
00122
00123
00124 this.toolStripSeparator2.Name = "toolStripSeparator2";
00125 this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
00126
00127
00128
00129 this.optionsToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
00130 this.optionsToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("optionsToolStripButton.Image")));
00131 this.optionsToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
00132 this.optionsToolStripButton.Name = "optionsToolStripButton";
00133 this.optionsToolStripButton.Size = new System.Drawing.Size(53, 22);
00134 this.optionsToolStripButton.Text = "&Options";
00135 this.optionsToolStripButton.Click += new System.EventHandler(this.optionsToolStripButton_Click);
00136
00137
00138
00139 this.outPutTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
00140 this.outPutTextBox.Location = new System.Drawing.Point(0, 25);
00141 this.outPutTextBox.Multiline = true;
00142 this.outPutTextBox.Name = "outPutTextBox";
00143 this.outPutTextBox.Size = new System.Drawing.Size(789, 327);
00144 this.outPutTextBox.TabIndex = 1;
00145
00146
00147
00148 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
00149 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
00150 this.ClientSize = new System.Drawing.Size(789, 352);
00151 this.Controls.Add(this.outPutTextBox);
00152 this.Controls.Add(this.toolStrip);
00153 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
00154 this.Name = "MainForm";
00155 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
00156 this.Text = "PSI Extension Generator";
00157 this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
00158 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
00159 this.toolStrip.ResumeLayout(false);
00160 this.toolStrip.PerformLayout();
00161 this.ResumeLayout(false);
00162 this.PerformLayout();
00163
00164 }
00165
00166 #endregion
00167
00168 private System.Windows.Forms.ToolStrip toolStrip;
00169 private System.Windows.Forms.ToolStripLabel sourceAssemblyToolStripLabel;
00170 private System.Windows.Forms.ToolStripTextBox sourceAssemblyToolStripTextBox;
00171 private System.Windows.Forms.ToolStripButton browseToolStripButton;
00172 private System.Windows.Forms.ToolStripLabel webServiceNameToolStripLabel;
00173 private System.Windows.Forms.ToolStripTextBox webServiceNameToolStripTextBox;
00174 private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
00175 private System.Windows.Forms.ToolStripButton generateToolStripButton;
00176 private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
00177 private System.Windows.Forms.ToolStripButton optionsToolStripButton;
00178 private System.Windows.Forms.TextBox outPutTextBox;
00179 private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
00180 }
00181 }