FormMain.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398
  1. namespace MSBuild
  2. {
  3. partial class FormMain
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  29. this.projectFileText = new System.Windows.Forms.TextBox();
  30. this.buttonOpenProject = new System.Windows.Forms.Button();
  31. this.splitContainer2 = new System.Windows.Forms.SplitContainer();
  32. this.replaceProgress = new System.Windows.Forms.ProgressBar();
  33. this.projectText = new System.Windows.Forms.RichTextBox();
  34. this.ReadConfigure = new System.Windows.Forms.Button();
  35. this.SaveConfigure = new System.Windows.Forms.Button();
  36. this.dllFileText = new System.Windows.Forms.TextBox();
  37. this.buttonReplace = new System.Windows.Forms.Button();
  38. this.buttonAnalysis = new System.Windows.Forms.Button();
  39. this.buttonOpenDll = new System.Windows.Forms.Button();
  40. this.buildProgress = new System.Windows.Forms.ProgressBar();
  41. this.buildText = new System.Windows.Forms.RichTextBox();
  42. this.configureBox = new System.Windows.Forms.ComboBox();
  43. this.labelModel = new System.Windows.Forms.Label();
  44. this.labelTools = new System.Windows.Forms.Label();
  45. this.versionCom = new System.Windows.Forms.ComboBox();
  46. this.buttonOutputFile = new System.Windows.Forms.Button();
  47. this.outputText = new System.Windows.Forms.TextBox();
  48. this.buttonBuild = new System.Windows.Forms.Button();
  49. this.label1 = new System.Windows.Forms.Label();
  50. this.label2 = new System.Windows.Forms.Label();
  51. this.label3 = new System.Windows.Forms.Label();
  52. this.label4 = new System.Windows.Forms.Label();
  53. this.label5 = new System.Windows.Forms.Label();
  54. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  55. this.splitContainer1.Panel1.SuspendLayout();
  56. this.splitContainer1.Panel2.SuspendLayout();
  57. this.splitContainer1.SuspendLayout();
  58. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
  59. this.splitContainer2.Panel1.SuspendLayout();
  60. this.splitContainer2.Panel2.SuspendLayout();
  61. this.splitContainer2.SuspendLayout();
  62. this.SuspendLayout();
  63. //
  64. // splitContainer1
  65. //
  66. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  67. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  68. this.splitContainer1.Name = "splitContainer1";
  69. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  70. //
  71. // splitContainer1.Panel1
  72. //
  73. this.splitContainer1.Panel1.Controls.Add(this.label1);
  74. this.splitContainer1.Panel1.Controls.Add(this.projectFileText);
  75. this.splitContainer1.Panel1.Controls.Add(this.buttonOpenProject);
  76. //
  77. // splitContainer1.Panel2
  78. //
  79. this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
  80. this.splitContainer1.Size = new System.Drawing.Size(1184, 655);
  81. this.splitContainer1.SplitterDistance = 35;
  82. this.splitContainer1.TabIndex = 0;
  83. //
  84. // projectFileText
  85. //
  86. this.projectFileText.Location = new System.Drawing.Point(117, 10);
  87. this.projectFileText.Name = "projectFileText";
  88. this.projectFileText.Size = new System.Drawing.Size(952, 21);
  89. this.projectFileText.TabIndex = 1;
  90. //
  91. // buttonOpenProject
  92. //
  93. this.buttonOpenProject.Location = new System.Drawing.Point(1081, 8);
  94. this.buttonOpenProject.Name = "buttonOpenProject";
  95. this.buttonOpenProject.Size = new System.Drawing.Size(69, 23);
  96. this.buttonOpenProject.TabIndex = 0;
  97. this.buttonOpenProject.Text = "浏览";
  98. this.buttonOpenProject.UseVisualStyleBackColor = true;
  99. this.buttonOpenProject.Click += new System.EventHandler(this.buttonOpenProject_Click);
  100. //
  101. // splitContainer2
  102. //
  103. this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
  104. this.splitContainer2.Location = new System.Drawing.Point(0, 0);
  105. this.splitContainer2.Name = "splitContainer2";
  106. this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
  107. //
  108. // splitContainer2.Panel1
  109. //
  110. this.splitContainer2.Panel1.Controls.Add(this.label5);
  111. this.splitContainer2.Panel1.Controls.Add(this.label2);
  112. this.splitContainer2.Panel1.Controls.Add(this.replaceProgress);
  113. this.splitContainer2.Panel1.Controls.Add(this.projectText);
  114. this.splitContainer2.Panel1.Controls.Add(this.dllFileText);
  115. this.splitContainer2.Panel1.Controls.Add(this.buttonReplace);
  116. this.splitContainer2.Panel1.Controls.Add(this.buttonAnalysis);
  117. this.splitContainer2.Panel1.Controls.Add(this.buttonOpenDll);
  118. //
  119. // splitContainer2.Panel2
  120. //
  121. this.splitContainer2.Panel2.Controls.Add(this.label4);
  122. this.splitContainer2.Panel2.Controls.Add(this.label3);
  123. this.splitContainer2.Panel2.Controls.Add(this.buildProgress);
  124. this.splitContainer2.Panel2.Controls.Add(this.buildText);
  125. this.splitContainer2.Panel2.Controls.Add(this.ReadConfigure);
  126. this.splitContainer2.Panel2.Controls.Add(this.SaveConfigure);
  127. this.splitContainer2.Panel2.Controls.Add(this.configureBox);
  128. this.splitContainer2.Panel2.Controls.Add(this.buttonOutputFile);
  129. this.splitContainer2.Panel2.Controls.Add(this.outputText);
  130. this.splitContainer2.Panel2.Controls.Add(this.labelModel);
  131. this.splitContainer2.Panel2.Controls.Add(this.buttonBuild);
  132. this.splitContainer2.Panel2.Controls.Add(this.versionCom);
  133. this.splitContainer2.Panel2.Controls.Add(this.labelTools);
  134. this.splitContainer2.Size = new System.Drawing.Size(1184, 616);
  135. this.splitContainer2.SplitterDistance = 274;
  136. this.splitContainer2.TabIndex = 0;
  137. //
  138. // replaceProgress
  139. //
  140. this.replaceProgress.Location = new System.Drawing.Point(117, 249);
  141. this.replaceProgress.Name = "replaceProgress";
  142. this.replaceProgress.Size = new System.Drawing.Size(952, 13);
  143. this.replaceProgress.TabIndex = 6;
  144. //
  145. // projectText
  146. //
  147. this.projectText.Location = new System.Drawing.Point(117, 39);
  148. this.projectText.Name = "projectText";
  149. this.projectText.Size = new System.Drawing.Size(952, 204);
  150. this.projectText.TabIndex = 5;
  151. this.projectText.Text = "";
  152. //
  153. // ReadConfigure
  154. //
  155. this.ReadConfigure.Location = new System.Drawing.Point(136, 296);
  156. this.ReadConfigure.Name = "ReadConfigure";
  157. this.ReadConfigure.Size = new System.Drawing.Size(100, 28);
  158. this.ReadConfigure.TabIndex = 4;
  159. this.ReadConfigure.Text = "读取配置";
  160. this.ReadConfigure.UseVisualStyleBackColor = true;
  161. this.ReadConfigure.Click += new System.EventHandler(this.ReadConfigure_Click);
  162. //
  163. // SaveConfigure
  164. //
  165. this.SaveConfigure.Location = new System.Drawing.Point(17, 296);
  166. this.SaveConfigure.Name = "SaveConfigure";
  167. this.SaveConfigure.Size = new System.Drawing.Size(100, 28);
  168. this.SaveConfigure.TabIndex = 3;
  169. this.SaveConfigure.Text = "保存配置";
  170. this.SaveConfigure.UseVisualStyleBackColor = true;
  171. this.SaveConfigure.Click += new System.EventHandler(this.SaveConfigure_Click);
  172. //
  173. // dllFileText
  174. //
  175. this.dllFileText.Location = new System.Drawing.Point(117, 3);
  176. this.dllFileText.Multiline = true;
  177. this.dllFileText.Name = "dllFileText";
  178. this.dllFileText.Size = new System.Drawing.Size(952, 23);
  179. this.dllFileText.TabIndex = 1;
  180. //
  181. // buttonReplace
  182. //
  183. this.buttonReplace.Location = new System.Drawing.Point(1081, 109);
  184. this.buttonReplace.Name = "buttonReplace";
  185. this.buttonReplace.Size = new System.Drawing.Size(69, 35);
  186. this.buttonReplace.TabIndex = 0;
  187. this.buttonReplace.Text = "替换";
  188. this.buttonReplace.UseVisualStyleBackColor = true;
  189. this.buttonReplace.Click += new System.EventHandler(this.buttonReplace_Click);
  190. //
  191. // buttonAnalysis
  192. //
  193. this.buttonAnalysis.Location = new System.Drawing.Point(1081, 42);
  194. this.buttonAnalysis.Name = "buttonAnalysis";
  195. this.buttonAnalysis.Size = new System.Drawing.Size(69, 38);
  196. this.buttonAnalysis.TabIndex = 0;
  197. this.buttonAnalysis.Text = "查找";
  198. this.buttonAnalysis.UseVisualStyleBackColor = true;
  199. this.buttonAnalysis.Click += new System.EventHandler(this.buttonAnalysis_Click);
  200. //
  201. // buttonOpenDll
  202. //
  203. this.buttonOpenDll.Location = new System.Drawing.Point(1081, 1);
  204. this.buttonOpenDll.Name = "buttonOpenDll";
  205. this.buttonOpenDll.Size = new System.Drawing.Size(69, 23);
  206. this.buttonOpenDll.TabIndex = 0;
  207. this.buttonOpenDll.Text = "浏览";
  208. this.buttonOpenDll.UseVisualStyleBackColor = true;
  209. this.buttonOpenDll.Click += new System.EventHandler(this.buttonOpenDll_Click);
  210. //
  211. // buildProgress
  212. //
  213. this.buildProgress.Location = new System.Drawing.Point(117, 265);
  214. this.buildProgress.Name = "buildProgress";
  215. this.buildProgress.Size = new System.Drawing.Size(1033, 13);
  216. this.buildProgress.TabIndex = 7;
  217. //
  218. // buildText
  219. //
  220. this.buildText.Location = new System.Drawing.Point(117, 53);
  221. this.buildText.Name = "buildText";
  222. this.buildText.Size = new System.Drawing.Size(1033, 206);
  223. this.buildText.TabIndex = 6;
  224. this.buildText.Text = "";
  225. //
  226. // configureBox
  227. //
  228. this.configureBox.FormattingEnabled = true;
  229. this.configureBox.Location = new System.Drawing.Point(896, 300);
  230. this.configureBox.Name = "configureBox";
  231. this.configureBox.Size = new System.Drawing.Size(110, 20);
  232. this.configureBox.TabIndex = 5;
  233. //
  234. // labelModel
  235. //
  236. this.labelModel.AutoSize = true;
  237. this.labelModel.Location = new System.Drawing.Point(837, 304);
  238. this.labelModel.Name = "labelModel";
  239. this.labelModel.Size = new System.Drawing.Size(53, 12);
  240. this.labelModel.TabIndex = 4;
  241. this.labelModel.Text = "编译模式";
  242. //
  243. // labelTools
  244. //
  245. this.labelTools.AutoSize = true;
  246. this.labelTools.Location = new System.Drawing.Point(647, 304);
  247. this.labelTools.Name = "labelTools";
  248. this.labelTools.Size = new System.Drawing.Size(53, 12);
  249. this.labelTools.TabIndex = 3;
  250. this.labelTools.Text = "编译工具";
  251. //
  252. // versionCom
  253. //
  254. this.versionCom.FormattingEnabled = true;
  255. this.versionCom.Location = new System.Drawing.Point(706, 300);
  256. this.versionCom.Name = "versionCom";
  257. this.versionCom.Size = new System.Drawing.Size(110, 20);
  258. this.versionCom.TabIndex = 2;
  259. //
  260. // buttonOutputFile
  261. //
  262. this.buttonOutputFile.Location = new System.Drawing.Point(1081, 15);
  263. this.buttonOutputFile.Name = "buttonOutputFile";
  264. this.buttonOutputFile.Size = new System.Drawing.Size(69, 23);
  265. this.buttonOutputFile.TabIndex = 0;
  266. this.buttonOutputFile.Text = "浏览";
  267. this.buttonOutputFile.UseVisualStyleBackColor = true;
  268. this.buttonOutputFile.Click += new System.EventHandler(this.buttonOutputFile_Click);
  269. //
  270. // outputText
  271. //
  272. this.outputText.Location = new System.Drawing.Point(117, 15);
  273. this.outputText.Multiline = true;
  274. this.outputText.Name = "outputText";
  275. this.outputText.Size = new System.Drawing.Size(952, 23);
  276. this.outputText.TabIndex = 1;
  277. //
  278. // buttonBuild
  279. //
  280. this.buttonBuild.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  281. this.buttonBuild.Location = new System.Drawing.Point(1050, 296);
  282. this.buttonBuild.Name = "buttonBuild";
  283. this.buttonBuild.Size = new System.Drawing.Size(100, 28);
  284. this.buttonBuild.TabIndex = 0;
  285. this.buttonBuild.Text = "编译";
  286. this.buttonBuild.UseVisualStyleBackColor = true;
  287. this.buttonBuild.Click += new System.EventHandler(this.buttonBuild_Click);
  288. //
  289. // label1
  290. //
  291. this.label1.AutoSize = true;
  292. this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  293. this.label1.Location = new System.Drawing.Point(21, 15);
  294. this.label1.Name = "label1";
  295. this.label1.Size = new System.Drawing.Size(83, 12);
  296. this.label1.TabIndex = 2;
  297. this.label1.Text = "编译文件目录";
  298. //
  299. // label2
  300. //
  301. this.label2.AutoSize = true;
  302. this.label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  303. this.label2.Location = new System.Drawing.Point(21, 8);
  304. this.label2.Name = "label2";
  305. this.label2.Size = new System.Drawing.Size(83, 12);
  306. this.label2.TabIndex = 3;
  307. this.label2.Text = "替换文件目录";
  308. //
  309. // label3
  310. //
  311. this.label3.AutoSize = true;
  312. this.label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  313. this.label3.Location = new System.Drawing.Point(21, 20);
  314. this.label3.Name = "label3";
  315. this.label3.Size = new System.Drawing.Size(57, 12);
  316. this.label3.TabIndex = 7;
  317. this.label3.Text = "输出路径";
  318. //
  319. // label4
  320. //
  321. this.label4.AutoSize = true;
  322. this.label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  323. this.label4.Location = new System.Drawing.Point(21, 56);
  324. this.label4.Name = "label4";
  325. this.label4.Size = new System.Drawing.Size(57, 12);
  326. this.label4.TabIndex = 8;
  327. this.label4.Text = "编译结果";
  328. //
  329. // label5
  330. //
  331. this.label5.AutoSize = true;
  332. this.label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  333. this.label5.Location = new System.Drawing.Point(21, 42);
  334. this.label5.Name = "label5";
  335. this.label5.Size = new System.Drawing.Size(83, 12);
  336. this.label5.TabIndex = 7;
  337. this.label5.Text = "所需替换文件";
  338. //
  339. // FormMain
  340. //
  341. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  342. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  343. this.BackColor = System.Drawing.SystemColors.Control;
  344. this.ClientSize = new System.Drawing.Size(1184, 655);
  345. this.Controls.Add(this.splitContainer1);
  346. this.Name = "FormMain";
  347. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  348. this.Text = "MSBuild";
  349. this.Load += new System.EventHandler(this.FormMain_Load);
  350. this.splitContainer1.Panel1.ResumeLayout(false);
  351. this.splitContainer1.Panel1.PerformLayout();
  352. this.splitContainer1.Panel2.ResumeLayout(false);
  353. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  354. this.splitContainer1.ResumeLayout(false);
  355. this.splitContainer2.Panel1.ResumeLayout(false);
  356. this.splitContainer2.Panel1.PerformLayout();
  357. this.splitContainer2.Panel2.ResumeLayout(false);
  358. this.splitContainer2.Panel2.PerformLayout();
  359. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
  360. this.splitContainer2.ResumeLayout(false);
  361. this.ResumeLayout(false);
  362. }
  363. #endregion
  364. private System.Windows.Forms.SplitContainer splitContainer1;
  365. private System.Windows.Forms.SplitContainer splitContainer2;
  366. private System.Windows.Forms.TextBox projectFileText;
  367. private System.Windows.Forms.Button buttonOpenProject;
  368. private System.Windows.Forms.TextBox dllFileText;
  369. private System.Windows.Forms.Button buttonReplace;
  370. private System.Windows.Forms.Button buttonAnalysis;
  371. private System.Windows.Forms.Button buttonOpenDll;
  372. private System.Windows.Forms.Button buttonOutputFile;
  373. private System.Windows.Forms.TextBox outputText;
  374. private System.Windows.Forms.Button buttonBuild;
  375. private System.Windows.Forms.ComboBox versionCom;
  376. private System.Windows.Forms.Label labelModel;
  377. private System.Windows.Forms.Label labelTools;
  378. private System.Windows.Forms.ComboBox configureBox;
  379. private System.Windows.Forms.RichTextBox buildText;
  380. private System.Windows.Forms.Button SaveConfigure;
  381. private System.Windows.Forms.Button ReadConfigure;
  382. private System.Windows.Forms.RichTextBox projectText;
  383. private System.Windows.Forms.ProgressBar replaceProgress;
  384. private System.Windows.Forms.ProgressBar buildProgress;
  385. private System.Windows.Forms.Label label1;
  386. private System.Windows.Forms.Label label2;
  387. private System.Windows.Forms.Label label3;
  388. private System.Windows.Forms.Label label4;
  389. private System.Windows.Forms.Label label5;
  390. }
  391. }