MainForm.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383
  1. 
  2. using System;
  3. using System.ComponentModel;
  4. using System.Drawing;
  5. using System.Windows.Forms;
  6. namespace VberAdmin
  7. {
  8. partial class FormMain
  9. {
  10. /// <summary>
  11. /// Required designer variable.
  12. /// </summary>
  13. private System.ComponentModel.IContainer components = null;
  14. /// <summary>
  15. /// Clean up any resources being used.
  16. /// </summary>
  17. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  18. protected override void Dispose(bool disposing)
  19. {
  20. if (disposing && (components != null))
  21. {
  22. components.Dispose();
  23. }
  24. base.Dispose(disposing);
  25. }
  26. #region Windows Form Designer generated code
  27. private Label lbOriginalProjectName;
  28. private Label lbProjectPath;
  29. private TextBox txtOldProjectName;
  30. private Button btnStart;
  31. private BackgroundWorker backgroundWorker;
  32. private TextBox txtNewProjectName;
  33. private Label lbNewProjectName;
  34. private Button btnSelect;
  35. private Button btnClose;
  36. private ProgressBar progressBar;
  37. private Label lbTitle;
  38. private Panel panel1;
  39. private PictureBox pictureBoxLogo;
  40. private Button btnReset;
  41. private TextBox txtFilter;
  42. private TextBox txtRootDir;
  43. /// <summary>
  44. /// Required method for Designer support - do not modify
  45. /// the contents of this method with the code editor.
  46. /// </summary>
  47. private void InitializeComponent()
  48. {
  49. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain));
  50. this.lbOriginalProjectName = new System.Windows.Forms.Label();
  51. this.lbProjectPath = new System.Windows.Forms.Label();
  52. this.txtOldProjectName = new System.Windows.Forms.TextBox();
  53. this.btnStart = new System.Windows.Forms.Button();
  54. this.txtNewProjectName = new System.Windows.Forms.TextBox();
  55. this.lbNewProjectName = new System.Windows.Forms.Label();
  56. this.btnSelect = new System.Windows.Forms.Button();
  57. this.backgroundWorker = new System.ComponentModel.BackgroundWorker();
  58. this.progressBar = new System.Windows.Forms.ProgressBar();
  59. this.btnClose = new System.Windows.Forms.Button();
  60. this.lbTitle = new System.Windows.Forms.Label();
  61. this.panel1 = new System.Windows.Forms.Panel();
  62. this.pictureBoxLogo = new System.Windows.Forms.PictureBox();
  63. this.btnReset = new System.Windows.Forms.Button();
  64. this.txtFilter = new System.Windows.Forms.TextBox();
  65. this.txtRootDir = new System.Windows.Forms.TextBox();
  66. this.lbReset = new System.Windows.Forms.Label();
  67. this.Console = new System.Windows.Forms.TextBox();
  68. this.panel2 = new System.Windows.Forms.Panel();
  69. this.panel1.SuspendLayout();
  70. ((System.ComponentModel.ISupportInitialize)(this.pictureBoxLogo)).BeginInit();
  71. this.SuspendLayout();
  72. //
  73. // lbOriginalProjectName
  74. //
  75. this.lbOriginalProjectName.AutoSize = true;
  76. this.lbOriginalProjectName.Cursor = System.Windows.Forms.Cursors.Hand;
  77. this.lbOriginalProjectName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
  78. this.lbOriginalProjectName.Location = new System.Drawing.Point(23, 762);
  79. this.lbOriginalProjectName.Margin = new System.Windows.Forms.Padding(9, 0, 9, 0);
  80. this.lbOriginalProjectName.Name = "lbOriginalProjectName";
  81. this.lbOriginalProjectName.Size = new System.Drawing.Size(150, 35);
  82. this.lbOriginalProjectName.TabIndex = 1;
  83. this.lbOriginalProjectName.Text = "原项目名称";
  84. this.lbOriginalProjectName.Click += new System.EventHandler(this.lbOriginalProjectName_Click);
  85. //
  86. // lbProjectPath
  87. //
  88. this.lbProjectPath.AutoSize = true;
  89. this.lbProjectPath.Cursor = System.Windows.Forms.Cursors.Hand;
  90. this.lbProjectPath.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
  91. this.lbProjectPath.ForeColor = System.Drawing.Color.White;
  92. this.lbProjectPath.Location = new System.Drawing.Point(23, 885);
  93. this.lbProjectPath.Margin = new System.Windows.Forms.Padding(9, 0, 9, 0);
  94. this.lbProjectPath.Name = "lbProjectPath";
  95. this.lbProjectPath.Size = new System.Drawing.Size(123, 36);
  96. this.lbProjectPath.TabIndex = 2;
  97. this.lbProjectPath.Text = "项目路径";
  98. this.lbProjectPath.Click += new System.EventHandler(this.lbProjectPath_Click);
  99. //
  100. // txtOldProjectName
  101. //
  102. this.txtOldProjectName.BackColor = System.Drawing.Color.LightSteelBlue;
  103. this.txtOldProjectName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  104. this.txtOldProjectName.ForeColor = System.Drawing.SystemColors.WindowFrame;
  105. this.txtOldProjectName.Location = new System.Drawing.Point(194, 758);
  106. this.txtOldProjectName.Margin = new System.Windows.Forms.Padding(9, 8, 9, 8);
  107. this.txtOldProjectName.Name = "txtOldProjectName";
  108. this.txtOldProjectName.Size = new System.Drawing.Size(327, 42);
  109. this.txtOldProjectName.TabIndex = 4;
  110. this.txtOldProjectName.Text = "IwbYueCore";
  111. //
  112. // btnStart
  113. //
  114. this.btnStart.BackColor = System.Drawing.Color.HotPink;
  115. this.btnStart.Cursor = System.Windows.Forms.Cursors.Hand;
  116. this.btnStart.Dock = System.Windows.Forms.DockStyle.Bottom;
  117. this.btnStart.FlatAppearance.BorderSize = 0;
  118. this.btnStart.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  119. this.btnStart.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
  120. this.btnStart.ForeColor = System.Drawing.Color.White;
  121. this.btnStart.Location = new System.Drawing.Point(0, 947);
  122. this.btnStart.Margin = new System.Windows.Forms.Padding(9, 8, 9, 8);
  123. this.btnStart.Name = "btnStart";
  124. this.btnStart.Size = new System.Drawing.Size(1143, 82);
  125. this.btnStart.TabIndex = 6;
  126. this.btnStart.Text = "开始";
  127. this.btnStart.UseVisualStyleBackColor = false;
  128. this.btnStart.Click += new System.EventHandler(this.BtnStart_Click);
  129. //
  130. // txtNewProjectName
  131. //
  132. this.txtNewProjectName.BackColor = System.Drawing.Color.LightSteelBlue;
  133. this.txtNewProjectName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  134. this.txtNewProjectName.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  135. this.txtNewProjectName.Location = new System.Drawing.Point(777, 758);
  136. this.txtNewProjectName.Margin = new System.Windows.Forms.Padding(9, 8, 9, 8);
  137. this.txtNewProjectName.Name = "txtNewProjectName";
  138. this.txtNewProjectName.Size = new System.Drawing.Size(345, 42);
  139. this.txtNewProjectName.TabIndex = 11;
  140. //
  141. // lbNewProjectName
  142. //
  143. this.lbNewProjectName.AutoSize = true;
  144. this.lbNewProjectName.Cursor = System.Windows.Forms.Cursors.Hand;
  145. this.lbNewProjectName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
  146. this.lbNewProjectName.Location = new System.Drawing.Point(603, 762);
  147. this.lbNewProjectName.Margin = new System.Windows.Forms.Padding(9, 0, 9, 0);
  148. this.lbNewProjectName.Name = "lbNewProjectName";
  149. this.lbNewProjectName.Size = new System.Drawing.Size(150, 35);
  150. this.lbNewProjectName.TabIndex = 9;
  151. this.lbNewProjectName.Text = "新项目名称";
  152. this.lbNewProjectName.Click += new System.EventHandler(this.lbNewProjectName_Click);
  153. //
  154. // btnSelect
  155. //
  156. this.btnSelect.BackColor = System.Drawing.Color.DarkViolet;
  157. this.btnSelect.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  158. this.btnSelect.Cursor = System.Windows.Forms.Cursors.Hand;
  159. this.btnSelect.FlatAppearance.BorderSize = 0;
  160. this.btnSelect.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  161. this.btnSelect.ForeColor = System.Drawing.Color.White;
  162. this.btnSelect.Location = new System.Drawing.Point(958, 875);
  163. this.btnSelect.Margin = new System.Windows.Forms.Padding(9, 8, 9, 8);
  164. this.btnSelect.Name = "btnSelect";
  165. this.btnSelect.Size = new System.Drawing.Size(167, 56);
  166. this.btnSelect.TabIndex = 14;
  167. this.btnSelect.Text = "浏览";
  168. this.btnSelect.UseVisualStyleBackColor = false;
  169. this.btnSelect.Click += new System.EventHandler(this.BtnSelect_Click);
  170. //
  171. // backgroundWorker
  172. //
  173. this.backgroundWorker.WorkerReportsProgress = true;
  174. this.backgroundWorker.WorkerSupportsCancellation = true;
  175. this.backgroundWorker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.BackgroundWorker_DoWork);
  176. this.backgroundWorker.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.BackgroundWorker_ProgressChanged);
  177. this.backgroundWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.BackgroundWorker_RunWorkerCompleted);
  178. //
  179. // progressBar
  180. //
  181. this.progressBar.BackColor = System.Drawing.Color.Coral;
  182. this.progressBar.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(122)))), ((int)(((byte)(204)))));
  183. this.progressBar.Location = new System.Drawing.Point(0, 721);
  184. this.progressBar.Margin = new System.Windows.Forms.Padding(0);
  185. this.progressBar.Maximum = 1000;
  186. this.progressBar.Name = "progressBar";
  187. this.progressBar.RightToLeft = System.Windows.Forms.RightToLeft.No;
  188. this.progressBar.Size = new System.Drawing.Size(1143, 21);
  189. this.progressBar.Step = 1;
  190. this.progressBar.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
  191. this.progressBar.TabIndex = 15;
  192. this.progressBar.Visible = false;
  193. //
  194. // btnClose
  195. //
  196. this.btnClose.BackColor = System.Drawing.Color.DarkViolet;
  197. this.btnClose.Cursor = System.Windows.Forms.Cursors.Hand;
  198. this.btnClose.Dock = System.Windows.Forms.DockStyle.Right;
  199. this.btnClose.FlatAppearance.BorderSize = 0;
  200. this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  201. this.btnClose.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
  202. this.btnClose.ForeColor = System.Drawing.Color.White;
  203. this.btnClose.Location = new System.Drawing.Point(1029, 0);
  204. this.btnClose.Margin = new System.Windows.Forms.Padding(9, 8, 9, 8);
  205. this.btnClose.Name = "btnClose";
  206. this.btnClose.Size = new System.Drawing.Size(114, 103);
  207. this.btnClose.TabIndex = 16;
  208. this.btnClose.Text = "X";
  209. this.btnClose.UseVisualStyleBackColor = false;
  210. this.btnClose.Click += new System.EventHandler(this.BtnClose_Click);
  211. //
  212. // lbTitle
  213. //
  214. this.lbTitle.AutoSize = true;
  215. this.lbTitle.BackColor = System.Drawing.Color.BlueViolet;
  216. this.lbTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
  217. this.lbTitle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
  218. this.lbTitle.Location = new System.Drawing.Point(366, 31);
  219. this.lbTitle.Margin = new System.Windows.Forms.Padding(9, 0, 9, 0);
  220. this.lbTitle.Name = "lbTitle";
  221. this.lbTitle.Size = new System.Drawing.Size(521, 40);
  222. this.lbTitle.TabIndex = 19;
  223. this.lbTitle.Text = "VberAdmin 重命名工具 V1.0.1";
  224. this.lbTitle.MouseDown += new System.Windows.Forms.MouseEventHandler(this.FormMain_MouseDown);
  225. //
  226. // panel1
  227. //
  228. this.panel1.BackColor = System.Drawing.Color.BlueViolet;
  229. this.panel1.Controls.Add(this.pictureBoxLogo);
  230. this.panel1.Controls.Add(this.lbTitle);
  231. this.panel1.Controls.Add(this.btnClose);
  232. this.panel1.Location = new System.Drawing.Point(0, 0);
  233. this.panel1.Margin = new System.Windows.Forms.Padding(9, 8, 9, 8);
  234. this.panel1.Name = "panel1";
  235. this.panel1.Size = new System.Drawing.Size(1143, 103);
  236. this.panel1.TabIndex = 20;
  237. this.panel1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.FormMain_MouseDown);
  238. //
  239. // pictureBoxLogo
  240. //
  241. this.pictureBoxLogo.BackColor = System.Drawing.Color.Blue;
  242. this.pictureBoxLogo.Dock = System.Windows.Forms.DockStyle.Left;
  243. this.pictureBoxLogo.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxLogo.Image")));
  244. this.pictureBoxLogo.Location = new System.Drawing.Point(0, 0);
  245. this.pictureBoxLogo.Margin = new System.Windows.Forms.Padding(9, 49, 9, 49);
  246. this.pictureBoxLogo.Name = "pictureBoxLogo";
  247. this.pictureBoxLogo.Size = new System.Drawing.Size(229, 103);
  248. this.pictureBoxLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  249. this.pictureBoxLogo.TabIndex = 23;
  250. this.pictureBoxLogo.TabStop = false;
  251. //
  252. // btnReset
  253. //
  254. this.btnReset.BackColor = System.Drawing.Color.DarkViolet;
  255. this.btnReset.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  256. this.btnReset.Cursor = System.Windows.Forms.Cursors.Hand;
  257. this.btnReset.FlatAppearance.BorderSize = 0;
  258. this.btnReset.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  259. this.btnReset.ForeColor = System.Drawing.Color.White;
  260. this.btnReset.Location = new System.Drawing.Point(958, 813);
  261. this.btnReset.Margin = new System.Windows.Forms.Padding(9, 8, 9, 8);
  262. this.btnReset.Name = "btnReset";
  263. this.btnReset.Size = new System.Drawing.Size(167, 56);
  264. this.btnReset.TabIndex = 25;
  265. this.btnReset.Text = "默认值";
  266. this.btnReset.UseVisualStyleBackColor = false;
  267. this.btnReset.Click += new System.EventHandler(this.BtnReset_Click);
  268. //
  269. // txtFilter
  270. //
  271. this.txtFilter.BackColor = System.Drawing.Color.LightSteelBlue;
  272. this.txtFilter.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  273. this.txtFilter.Cursor = System.Windows.Forms.Cursors.IBeam;
  274. this.txtFilter.ForeColor = System.Drawing.SystemColors.WindowFrame;
  275. this.txtFilter.Location = new System.Drawing.Point(217, 819);
  276. this.txtFilter.Margin = new System.Windows.Forms.Padding(9, 8, 9, 8);
  277. this.txtFilter.Name = "txtFilter";
  278. this.txtFilter.Size = new System.Drawing.Size(715, 42);
  279. this.txtFilter.TabIndex = 24;
  280. this.txtFilter.Text = ".cs,.cshtml,.js,.ts,.csproj,.sln,.xml,.config,.DotSettings,.json,.xaml,.txt,.html" +
  281. ",.gitignore,.ps1,.md,.plist";
  282. //
  283. // txtRootDir
  284. //
  285. this.txtRootDir.BackColor = System.Drawing.Color.LightSteelBlue;
  286. this.txtRootDir.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  287. this.txtRootDir.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  288. this.txtRootDir.Location = new System.Drawing.Point(169, 881);
  289. this.txtRootDir.Margin = new System.Windows.Forms.Padding(9, 8, 9, 8);
  290. this.txtRootDir.Name = "txtRootDir";
  291. this.txtRootDir.Size = new System.Drawing.Size(763, 42);
  292. this.txtRootDir.TabIndex = 26;
  293. //
  294. // lbReset
  295. //
  296. this.lbReset.AutoSize = true;
  297. this.lbReset.Cursor = System.Windows.Forms.Cursors.Hand;
  298. this.lbReset.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
  299. this.lbReset.Location = new System.Drawing.Point(23, 824);
  300. this.lbReset.Margin = new System.Windows.Forms.Padding(9, 0, 9, 0);
  301. this.lbReset.Name = "lbReset";
  302. this.lbReset.Size = new System.Drawing.Size(177, 35);
  303. this.lbReset.TabIndex = 23;
  304. this.lbReset.Text = "替换文件内容";
  305. this.lbReset.Click += new System.EventHandler(this.BtnReset_Click);
  306. //
  307. // Console
  308. //
  309. this.Console.BackColor = System.Drawing.Color.MediumOrchid;
  310. this.Console.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  311. this.Console.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(218)))), ((int)(((byte)(218)))));
  312. this.Console.ImeMode = System.Windows.Forms.ImeMode.Off;
  313. this.Console.Location = new System.Drawing.Point(0, 103);
  314. this.Console.Margin = new System.Windows.Forms.Padding(9, 8, 9, 8);
  315. this.Console.Multiline = true;
  316. this.Console.Name = "Console";
  317. this.Console.ReadOnly = true;
  318. this.Console.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  319. this.Console.Size = new System.Drawing.Size(1140, 636);
  320. this.Console.TabIndex = 22;
  321. this.Console.MouseDown += new System.Windows.Forms.MouseEventHandler(this.FormMain_MouseDown);
  322. //
  323. // panel2
  324. //
  325. this.panel2.BackColor = System.Drawing.Color.MediumOrchid;
  326. this.panel2.Location = new System.Drawing.Point(1097, 103);
  327. this.panel2.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
  328. this.panel2.Name = "panel2";
  329. this.panel2.Size = new System.Drawing.Size(46, 638);
  330. this.panel2.TabIndex = 27;
  331. //
  332. // FormMain
  333. //
  334. this.AutoScaleDimensions = new System.Drawing.SizeF(16F, 35F);
  335. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  336. this.BackColor = System.Drawing.Color.MediumSlateBlue;
  337. this.ClientSize = new System.Drawing.Size(1143, 1029);
  338. this.Controls.Add(this.panel2);
  339. this.Controls.Add(this.txtRootDir);
  340. this.Controls.Add(this.btnReset);
  341. this.Controls.Add(this.txtFilter);
  342. this.Controls.Add(this.lbReset);
  343. this.Controls.Add(this.progressBar);
  344. this.Controls.Add(this.btnSelect);
  345. this.Controls.Add(this.txtNewProjectName);
  346. this.Controls.Add(this.lbNewProjectName);
  347. this.Controls.Add(this.btnStart);
  348. this.Controls.Add(this.txtOldProjectName);
  349. this.Controls.Add(this.lbProjectPath);
  350. this.Controls.Add(this.lbOriginalProjectName);
  351. this.Controls.Add(this.panel1);
  352. this.Controls.Add(this.Console);
  353. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  354. this.ImeMode = System.Windows.Forms.ImeMode.Off;
  355. this.Margin = new System.Windows.Forms.Padding(9, 8, 9, 8);
  356. this.MaximizeBox = false;
  357. this.MinimizeBox = false;
  358. this.Name = "FormMain";
  359. this.ShowIcon = false;
  360. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  361. this.Text = "AspNetZero Solution Renamer";
  362. this.Load += new System.EventHandler(this.FormMain_Load);
  363. this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.FormMain_MouseDown);
  364. this.panel1.ResumeLayout(false);
  365. this.panel1.PerformLayout();
  366. ((System.ComponentModel.ISupportInitialize)(this.pictureBoxLogo)).EndInit();
  367. this.ResumeLayout(false);
  368. this.PerformLayout();
  369. }
  370. #endregion
  371. private Label lbReset;
  372. private TextBox Console;
  373. private Panel panel2;
  374. }
  375. }