123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398 |
- namespace MSBuild
- {
- partial class FormMain
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows 窗体设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.splitContainer1 = new System.Windows.Forms.SplitContainer();
- this.projectFileText = new System.Windows.Forms.TextBox();
- this.buttonOpenProject = new System.Windows.Forms.Button();
- this.splitContainer2 = new System.Windows.Forms.SplitContainer();
- this.replaceProgress = new System.Windows.Forms.ProgressBar();
- this.projectText = new System.Windows.Forms.RichTextBox();
- this.ReadConfigure = new System.Windows.Forms.Button();
- this.SaveConfigure = new System.Windows.Forms.Button();
- this.dllFileText = new System.Windows.Forms.TextBox();
- this.buttonReplace = new System.Windows.Forms.Button();
- this.buttonAnalysis = new System.Windows.Forms.Button();
- this.buttonOpenDll = new System.Windows.Forms.Button();
- this.buildProgress = new System.Windows.Forms.ProgressBar();
- this.buildText = new System.Windows.Forms.RichTextBox();
- this.configureBox = new System.Windows.Forms.ComboBox();
- this.labelModel = new System.Windows.Forms.Label();
- this.labelTools = new System.Windows.Forms.Label();
- this.versionCom = new System.Windows.Forms.ComboBox();
- this.buttonOutputFile = new System.Windows.Forms.Button();
- this.outputText = new System.Windows.Forms.TextBox();
- this.buttonBuild = new System.Windows.Forms.Button();
- this.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
- this.splitContainer1.Panel1.SuspendLayout();
- this.splitContainer1.Panel2.SuspendLayout();
- this.splitContainer1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
- this.splitContainer2.Panel1.SuspendLayout();
- this.splitContainer2.Panel2.SuspendLayout();
- this.splitContainer2.SuspendLayout();
- this.SuspendLayout();
- //
- // splitContainer1
- //
- this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainer1.Location = new System.Drawing.Point(0, 0);
- this.splitContainer1.Name = "splitContainer1";
- this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
- //
- // splitContainer1.Panel1
- //
- this.splitContainer1.Panel1.Controls.Add(this.label1);
- this.splitContainer1.Panel1.Controls.Add(this.projectFileText);
- this.splitContainer1.Panel1.Controls.Add(this.buttonOpenProject);
- //
- // splitContainer1.Panel2
- //
- this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
- this.splitContainer1.Size = new System.Drawing.Size(1184, 655);
- this.splitContainer1.SplitterDistance = 35;
- this.splitContainer1.TabIndex = 0;
- //
- // projectFileText
- //
- this.projectFileText.Location = new System.Drawing.Point(117, 10);
- this.projectFileText.Name = "projectFileText";
- this.projectFileText.Size = new System.Drawing.Size(952, 21);
- this.projectFileText.TabIndex = 1;
- //
- // buttonOpenProject
- //
- this.buttonOpenProject.Location = new System.Drawing.Point(1081, 8);
- this.buttonOpenProject.Name = "buttonOpenProject";
- this.buttonOpenProject.Size = new System.Drawing.Size(69, 23);
- this.buttonOpenProject.TabIndex = 0;
- this.buttonOpenProject.Text = "浏览";
- this.buttonOpenProject.UseVisualStyleBackColor = true;
- this.buttonOpenProject.Click += new System.EventHandler(this.buttonOpenProject_Click);
- //
- // splitContainer2
- //
- this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainer2.Location = new System.Drawing.Point(0, 0);
- this.splitContainer2.Name = "splitContainer2";
- this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
- //
- // splitContainer2.Panel1
- //
- this.splitContainer2.Panel1.Controls.Add(this.label5);
- this.splitContainer2.Panel1.Controls.Add(this.label2);
- this.splitContainer2.Panel1.Controls.Add(this.replaceProgress);
- this.splitContainer2.Panel1.Controls.Add(this.projectText);
- this.splitContainer2.Panel1.Controls.Add(this.dllFileText);
- this.splitContainer2.Panel1.Controls.Add(this.buttonReplace);
- this.splitContainer2.Panel1.Controls.Add(this.buttonAnalysis);
- this.splitContainer2.Panel1.Controls.Add(this.buttonOpenDll);
- //
- // splitContainer2.Panel2
- //
- this.splitContainer2.Panel2.Controls.Add(this.label4);
- this.splitContainer2.Panel2.Controls.Add(this.label3);
- this.splitContainer2.Panel2.Controls.Add(this.buildProgress);
- this.splitContainer2.Panel2.Controls.Add(this.buildText);
- this.splitContainer2.Panel2.Controls.Add(this.ReadConfigure);
- this.splitContainer2.Panel2.Controls.Add(this.SaveConfigure);
- this.splitContainer2.Panel2.Controls.Add(this.configureBox);
- this.splitContainer2.Panel2.Controls.Add(this.buttonOutputFile);
- this.splitContainer2.Panel2.Controls.Add(this.outputText);
- this.splitContainer2.Panel2.Controls.Add(this.labelModel);
- this.splitContainer2.Panel2.Controls.Add(this.buttonBuild);
- this.splitContainer2.Panel2.Controls.Add(this.versionCom);
- this.splitContainer2.Panel2.Controls.Add(this.labelTools);
- this.splitContainer2.Size = new System.Drawing.Size(1184, 616);
- this.splitContainer2.SplitterDistance = 274;
- this.splitContainer2.TabIndex = 0;
- //
- // replaceProgress
- //
- this.replaceProgress.Location = new System.Drawing.Point(117, 249);
- this.replaceProgress.Name = "replaceProgress";
- this.replaceProgress.Size = new System.Drawing.Size(952, 13);
- this.replaceProgress.TabIndex = 6;
- //
- // projectText
- //
- this.projectText.Location = new System.Drawing.Point(117, 39);
- this.projectText.Name = "projectText";
- this.projectText.Size = new System.Drawing.Size(952, 204);
- this.projectText.TabIndex = 5;
- this.projectText.Text = "";
- //
- // ReadConfigure
- //
- this.ReadConfigure.Location = new System.Drawing.Point(136, 296);
- this.ReadConfigure.Name = "ReadConfigure";
- this.ReadConfigure.Size = new System.Drawing.Size(100, 28);
- this.ReadConfigure.TabIndex = 4;
- this.ReadConfigure.Text = "读取配置";
- this.ReadConfigure.UseVisualStyleBackColor = true;
- this.ReadConfigure.Click += new System.EventHandler(this.ReadConfigure_Click);
- //
- // SaveConfigure
- //
- this.SaveConfigure.Location = new System.Drawing.Point(17, 296);
- this.SaveConfigure.Name = "SaveConfigure";
- this.SaveConfigure.Size = new System.Drawing.Size(100, 28);
- this.SaveConfigure.TabIndex = 3;
- this.SaveConfigure.Text = "保存配置";
- this.SaveConfigure.UseVisualStyleBackColor = true;
- this.SaveConfigure.Click += new System.EventHandler(this.SaveConfigure_Click);
- //
- // dllFileText
- //
- this.dllFileText.Location = new System.Drawing.Point(117, 3);
- this.dllFileText.Multiline = true;
- this.dllFileText.Name = "dllFileText";
- this.dllFileText.Size = new System.Drawing.Size(952, 23);
- this.dllFileText.TabIndex = 1;
- //
- // buttonReplace
- //
- this.buttonReplace.Location = new System.Drawing.Point(1081, 109);
- this.buttonReplace.Name = "buttonReplace";
- this.buttonReplace.Size = new System.Drawing.Size(69, 35);
- this.buttonReplace.TabIndex = 0;
- this.buttonReplace.Text = "替换";
- this.buttonReplace.UseVisualStyleBackColor = true;
- this.buttonReplace.Click += new System.EventHandler(this.buttonReplace_Click);
- //
- // buttonAnalysis
- //
- this.buttonAnalysis.Location = new System.Drawing.Point(1081, 42);
- this.buttonAnalysis.Name = "buttonAnalysis";
- this.buttonAnalysis.Size = new System.Drawing.Size(69, 38);
- this.buttonAnalysis.TabIndex = 0;
- this.buttonAnalysis.Text = "查找";
- this.buttonAnalysis.UseVisualStyleBackColor = true;
- this.buttonAnalysis.Click += new System.EventHandler(this.buttonAnalysis_Click);
- //
- // buttonOpenDll
- //
- this.buttonOpenDll.Location = new System.Drawing.Point(1081, 1);
- this.buttonOpenDll.Name = "buttonOpenDll";
- this.buttonOpenDll.Size = new System.Drawing.Size(69, 23);
- this.buttonOpenDll.TabIndex = 0;
- this.buttonOpenDll.Text = "浏览";
- this.buttonOpenDll.UseVisualStyleBackColor = true;
- this.buttonOpenDll.Click += new System.EventHandler(this.buttonOpenDll_Click);
- //
- // buildProgress
- //
- this.buildProgress.Location = new System.Drawing.Point(117, 265);
- this.buildProgress.Name = "buildProgress";
- this.buildProgress.Size = new System.Drawing.Size(1033, 13);
- this.buildProgress.TabIndex = 7;
- //
- // buildText
- //
- this.buildText.Location = new System.Drawing.Point(117, 53);
- this.buildText.Name = "buildText";
- this.buildText.Size = new System.Drawing.Size(1033, 206);
- this.buildText.TabIndex = 6;
- this.buildText.Text = "";
- //
- // configureBox
- //
- this.configureBox.FormattingEnabled = true;
- this.configureBox.Location = new System.Drawing.Point(896, 300);
- this.configureBox.Name = "configureBox";
- this.configureBox.Size = new System.Drawing.Size(110, 20);
- this.configureBox.TabIndex = 5;
- //
- // labelModel
- //
- this.labelModel.AutoSize = true;
- this.labelModel.Location = new System.Drawing.Point(837, 304);
- this.labelModel.Name = "labelModel";
- this.labelModel.Size = new System.Drawing.Size(53, 12);
- this.labelModel.TabIndex = 4;
- this.labelModel.Text = "编译模式";
- //
- // labelTools
- //
- this.labelTools.AutoSize = true;
- this.labelTools.Location = new System.Drawing.Point(647, 304);
- this.labelTools.Name = "labelTools";
- this.labelTools.Size = new System.Drawing.Size(53, 12);
- this.labelTools.TabIndex = 3;
- this.labelTools.Text = "编译工具";
- //
- // versionCom
- //
- this.versionCom.FormattingEnabled = true;
- this.versionCom.Location = new System.Drawing.Point(706, 300);
- this.versionCom.Name = "versionCom";
- this.versionCom.Size = new System.Drawing.Size(110, 20);
- this.versionCom.TabIndex = 2;
- //
- // buttonOutputFile
- //
- this.buttonOutputFile.Location = new System.Drawing.Point(1081, 15);
- this.buttonOutputFile.Name = "buttonOutputFile";
- this.buttonOutputFile.Size = new System.Drawing.Size(69, 23);
- this.buttonOutputFile.TabIndex = 0;
- this.buttonOutputFile.Text = "浏览";
- this.buttonOutputFile.UseVisualStyleBackColor = true;
- this.buttonOutputFile.Click += new System.EventHandler(this.buttonOutputFile_Click);
- //
- // outputText
- //
- this.outputText.Location = new System.Drawing.Point(117, 15);
- this.outputText.Multiline = true;
- this.outputText.Name = "outputText";
- this.outputText.Size = new System.Drawing.Size(952, 23);
- this.outputText.TabIndex = 1;
- //
- // buttonBuild
- //
- this.buttonBuild.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.buttonBuild.Location = new System.Drawing.Point(1050, 296);
- this.buttonBuild.Name = "buttonBuild";
- this.buttonBuild.Size = new System.Drawing.Size(100, 28);
- this.buttonBuild.TabIndex = 0;
- this.buttonBuild.Text = "编译";
- this.buttonBuild.UseVisualStyleBackColor = true;
- this.buttonBuild.Click += new System.EventHandler(this.buttonBuild_Click);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label1.Location = new System.Drawing.Point(21, 15);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(83, 12);
- this.label1.TabIndex = 2;
- this.label1.Text = "编译文件目录";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label2.Location = new System.Drawing.Point(21, 8);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(83, 12);
- this.label2.TabIndex = 3;
- this.label2.Text = "替换文件目录";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label3.Location = new System.Drawing.Point(21, 20);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(57, 12);
- this.label3.TabIndex = 7;
- this.label3.Text = "输出路径";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label4.Location = new System.Drawing.Point(21, 56);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(57, 12);
- this.label4.TabIndex = 8;
- this.label4.Text = "编译结果";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label5.Location = new System.Drawing.Point(21, 42);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(83, 12);
- this.label5.TabIndex = 7;
- this.label5.Text = "所需替换文件";
- //
- // FormMain
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.SystemColors.Control;
- this.ClientSize = new System.Drawing.Size(1184, 655);
- this.Controls.Add(this.splitContainer1);
- this.Name = "FormMain";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "MSBuild";
- this.Load += new System.EventHandler(this.FormMain_Load);
- this.splitContainer1.Panel1.ResumeLayout(false);
- this.splitContainer1.Panel1.PerformLayout();
- this.splitContainer1.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
- this.splitContainer1.ResumeLayout(false);
- this.splitContainer2.Panel1.ResumeLayout(false);
- this.splitContainer2.Panel1.PerformLayout();
- this.splitContainer2.Panel2.ResumeLayout(false);
- this.splitContainer2.Panel2.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
- this.splitContainer2.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.SplitContainer splitContainer1;
- private System.Windows.Forms.SplitContainer splitContainer2;
- private System.Windows.Forms.TextBox projectFileText;
- private System.Windows.Forms.Button buttonOpenProject;
- private System.Windows.Forms.TextBox dllFileText;
- private System.Windows.Forms.Button buttonReplace;
- private System.Windows.Forms.Button buttonAnalysis;
- private System.Windows.Forms.Button buttonOpenDll;
- private System.Windows.Forms.Button buttonOutputFile;
- private System.Windows.Forms.TextBox outputText;
- private System.Windows.Forms.Button buttonBuild;
- private System.Windows.Forms.ComboBox versionCom;
- private System.Windows.Forms.Label labelModel;
- private System.Windows.Forms.Label labelTools;
- private System.Windows.Forms.ComboBox configureBox;
- private System.Windows.Forms.RichTextBox buildText;
- private System.Windows.Forms.Button SaveConfigure;
- private System.Windows.Forms.Button ReadConfigure;
- private System.Windows.Forms.RichTextBox projectText;
- private System.Windows.Forms.ProgressBar replaceProgress;
- private System.Windows.Forms.ProgressBar buildProgress;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label5;
- }
- }
|