using System; using System.ComponentModel; using System.Drawing; using System.Windows.Forms; namespace VberAdmin { partial class FormMain { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code private Label lbOriginalProjectName; private Label lbProjectPath; private TextBox txtOldProjectName; private Button btnStart; private BackgroundWorker backgroundWorker; private TextBox txtNewProjectName; private Label lbNewProjectName; private Button btnSelect; private Button btnClose; private ProgressBar progressBar; private Label lbTitle; private Panel panel1; private PictureBox pictureBoxLogo; private Button btnReset; private TextBox txtFilter; private TextBox txtRootDir; /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain)); this.lbOriginalProjectName = new System.Windows.Forms.Label(); this.lbProjectPath = new System.Windows.Forms.Label(); this.txtOldProjectName = new System.Windows.Forms.TextBox(); this.btnStart = new System.Windows.Forms.Button(); this.txtNewProjectName = new System.Windows.Forms.TextBox(); this.lbNewProjectName = new System.Windows.Forms.Label(); this.btnSelect = new System.Windows.Forms.Button(); this.backgroundWorker = new System.ComponentModel.BackgroundWorker(); this.progressBar = new System.Windows.Forms.ProgressBar(); this.btnClose = new System.Windows.Forms.Button(); this.lbTitle = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.pictureBoxLogo = new System.Windows.Forms.PictureBox(); this.btnReset = new System.Windows.Forms.Button(); this.txtFilter = new System.Windows.Forms.TextBox(); this.txtRootDir = new System.Windows.Forms.TextBox(); this.lbReset = new System.Windows.Forms.Label(); this.Console = new System.Windows.Forms.TextBox(); this.panel2 = new System.Windows.Forms.Panel(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxLogo)).BeginInit(); this.SuspendLayout(); // // lbOriginalProjectName // this.lbOriginalProjectName.AutoSize = true; this.lbOriginalProjectName.Cursor = System.Windows.Forms.Cursors.Hand; this.lbOriginalProjectName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245))))); this.lbOriginalProjectName.Location = new System.Drawing.Point(23, 762); this.lbOriginalProjectName.Margin = new System.Windows.Forms.Padding(9, 0, 9, 0); this.lbOriginalProjectName.Name = "lbOriginalProjectName"; this.lbOriginalProjectName.Size = new System.Drawing.Size(150, 35); this.lbOriginalProjectName.TabIndex = 1; this.lbOriginalProjectName.Text = "原项目名称"; this.lbOriginalProjectName.Click += new System.EventHandler(this.lbOriginalProjectName_Click); // // lbProjectPath // this.lbProjectPath.AutoSize = true; this.lbProjectPath.Cursor = System.Windows.Forms.Cursors.Hand; this.lbProjectPath.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point); this.lbProjectPath.ForeColor = System.Drawing.Color.White; this.lbProjectPath.Location = new System.Drawing.Point(23, 885); this.lbProjectPath.Margin = new System.Windows.Forms.Padding(9, 0, 9, 0); this.lbProjectPath.Name = "lbProjectPath"; this.lbProjectPath.Size = new System.Drawing.Size(123, 36); this.lbProjectPath.TabIndex = 2; this.lbProjectPath.Text = "项目路径"; this.lbProjectPath.Click += new System.EventHandler(this.lbProjectPath_Click); // // txtOldProjectName // this.txtOldProjectName.BackColor = System.Drawing.Color.LightSteelBlue; this.txtOldProjectName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtOldProjectName.ForeColor = System.Drawing.SystemColors.WindowFrame; this.txtOldProjectName.Location = new System.Drawing.Point(194, 758); this.txtOldProjectName.Margin = new System.Windows.Forms.Padding(9, 8, 9, 8); this.txtOldProjectName.Name = "txtOldProjectName"; this.txtOldProjectName.Size = new System.Drawing.Size(327, 42); this.txtOldProjectName.TabIndex = 4; this.txtOldProjectName.Text = "IwbYueCore"; // // btnStart // this.btnStart.BackColor = System.Drawing.Color.HotPink; this.btnStart.Cursor = System.Windows.Forms.Cursors.Hand; this.btnStart.Dock = System.Windows.Forms.DockStyle.Bottom; this.btnStart.FlatAppearance.BorderSize = 0; this.btnStart.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnStart.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point); this.btnStart.ForeColor = System.Drawing.Color.White; this.btnStart.Location = new System.Drawing.Point(0, 947); this.btnStart.Margin = new System.Windows.Forms.Padding(9, 8, 9, 8); this.btnStart.Name = "btnStart"; this.btnStart.Size = new System.Drawing.Size(1143, 82); this.btnStart.TabIndex = 6; this.btnStart.Text = "开始"; this.btnStart.UseVisualStyleBackColor = false; this.btnStart.Click += new System.EventHandler(this.BtnStart_Click); // // txtNewProjectName // this.txtNewProjectName.BackColor = System.Drawing.Color.LightSteelBlue; this.txtNewProjectName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtNewProjectName.ForeColor = System.Drawing.SystemColors.ActiveCaptionText; this.txtNewProjectName.Location = new System.Drawing.Point(777, 758); this.txtNewProjectName.Margin = new System.Windows.Forms.Padding(9, 8, 9, 8); this.txtNewProjectName.Name = "txtNewProjectName"; this.txtNewProjectName.Size = new System.Drawing.Size(345, 42); this.txtNewProjectName.TabIndex = 11; // // lbNewProjectName // this.lbNewProjectName.AutoSize = true; this.lbNewProjectName.Cursor = System.Windows.Forms.Cursors.Hand; this.lbNewProjectName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245))))); this.lbNewProjectName.Location = new System.Drawing.Point(603, 762); this.lbNewProjectName.Margin = new System.Windows.Forms.Padding(9, 0, 9, 0); this.lbNewProjectName.Name = "lbNewProjectName"; this.lbNewProjectName.Size = new System.Drawing.Size(150, 35); this.lbNewProjectName.TabIndex = 9; this.lbNewProjectName.Text = "新项目名称"; this.lbNewProjectName.Click += new System.EventHandler(this.lbNewProjectName_Click); // // btnSelect // this.btnSelect.BackColor = System.Drawing.Color.DarkViolet; this.btnSelect.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnSelect.Cursor = System.Windows.Forms.Cursors.Hand; this.btnSelect.FlatAppearance.BorderSize = 0; this.btnSelect.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnSelect.ForeColor = System.Drawing.Color.White; this.btnSelect.Location = new System.Drawing.Point(958, 875); this.btnSelect.Margin = new System.Windows.Forms.Padding(9, 8, 9, 8); this.btnSelect.Name = "btnSelect"; this.btnSelect.Size = new System.Drawing.Size(167, 56); this.btnSelect.TabIndex = 14; this.btnSelect.Text = "浏览"; this.btnSelect.UseVisualStyleBackColor = false; this.btnSelect.Click += new System.EventHandler(this.BtnSelect_Click); // // backgroundWorker // this.backgroundWorker.WorkerReportsProgress = true; this.backgroundWorker.WorkerSupportsCancellation = true; this.backgroundWorker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.BackgroundWorker_DoWork); this.backgroundWorker.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.BackgroundWorker_ProgressChanged); this.backgroundWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.BackgroundWorker_RunWorkerCompleted); // // progressBar // this.progressBar.BackColor = System.Drawing.Color.Coral; this.progressBar.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(122)))), ((int)(((byte)(204))))); this.progressBar.Location = new System.Drawing.Point(0, 721); this.progressBar.Margin = new System.Windows.Forms.Padding(0); this.progressBar.Maximum = 1000; this.progressBar.Name = "progressBar"; this.progressBar.RightToLeft = System.Windows.Forms.RightToLeft.No; this.progressBar.Size = new System.Drawing.Size(1143, 21); this.progressBar.Step = 1; this.progressBar.Style = System.Windows.Forms.ProgressBarStyle.Continuous; this.progressBar.TabIndex = 15; this.progressBar.Visible = false; // // btnClose // this.btnClose.BackColor = System.Drawing.Color.DarkViolet; this.btnClose.Cursor = System.Windows.Forms.Cursors.Hand; this.btnClose.Dock = System.Windows.Forms.DockStyle.Right; this.btnClose.FlatAppearance.BorderSize = 0; this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnClose.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point); this.btnClose.ForeColor = System.Drawing.Color.White; this.btnClose.Location = new System.Drawing.Point(1029, 0); this.btnClose.Margin = new System.Windows.Forms.Padding(9, 8, 9, 8); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(114, 103); this.btnClose.TabIndex = 16; this.btnClose.Text = "X"; this.btnClose.UseVisualStyleBackColor = false; this.btnClose.Click += new System.EventHandler(this.BtnClose_Click); // // lbTitle // this.lbTitle.AutoSize = true; this.lbTitle.BackColor = System.Drawing.Color.BlueViolet; this.lbTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point); this.lbTitle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245))))); this.lbTitle.Location = new System.Drawing.Point(366, 31); this.lbTitle.Margin = new System.Windows.Forms.Padding(9, 0, 9, 0); this.lbTitle.Name = "lbTitle"; this.lbTitle.Size = new System.Drawing.Size(521, 40); this.lbTitle.TabIndex = 19; this.lbTitle.Text = "VberAdmin 重命名工具 V1.0.1"; this.lbTitle.MouseDown += new System.Windows.Forms.MouseEventHandler(this.FormMain_MouseDown); // // panel1 // this.panel1.BackColor = System.Drawing.Color.BlueViolet; this.panel1.Controls.Add(this.pictureBoxLogo); this.panel1.Controls.Add(this.lbTitle); this.panel1.Controls.Add(this.btnClose); this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Margin = new System.Windows.Forms.Padding(9, 8, 9, 8); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1143, 103); this.panel1.TabIndex = 20; this.panel1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.FormMain_MouseDown); // // pictureBoxLogo // this.pictureBoxLogo.BackColor = System.Drawing.Color.Blue; this.pictureBoxLogo.Dock = System.Windows.Forms.DockStyle.Left; this.pictureBoxLogo.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxLogo.Image"))); this.pictureBoxLogo.Location = new System.Drawing.Point(0, 0); this.pictureBoxLogo.Margin = new System.Windows.Forms.Padding(9, 49, 9, 49); this.pictureBoxLogo.Name = "pictureBoxLogo"; this.pictureBoxLogo.Size = new System.Drawing.Size(229, 103); this.pictureBoxLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBoxLogo.TabIndex = 23; this.pictureBoxLogo.TabStop = false; // // btnReset // this.btnReset.BackColor = System.Drawing.Color.DarkViolet; this.btnReset.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnReset.Cursor = System.Windows.Forms.Cursors.Hand; this.btnReset.FlatAppearance.BorderSize = 0; this.btnReset.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnReset.ForeColor = System.Drawing.Color.White; this.btnReset.Location = new System.Drawing.Point(958, 813); this.btnReset.Margin = new System.Windows.Forms.Padding(9, 8, 9, 8); this.btnReset.Name = "btnReset"; this.btnReset.Size = new System.Drawing.Size(167, 56); this.btnReset.TabIndex = 25; this.btnReset.Text = "默认值"; this.btnReset.UseVisualStyleBackColor = false; this.btnReset.Click += new System.EventHandler(this.BtnReset_Click); // // txtFilter // this.txtFilter.BackColor = System.Drawing.Color.LightSteelBlue; this.txtFilter.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtFilter.Cursor = System.Windows.Forms.Cursors.IBeam; this.txtFilter.ForeColor = System.Drawing.SystemColors.WindowFrame; this.txtFilter.Location = new System.Drawing.Point(217, 819); this.txtFilter.Margin = new System.Windows.Forms.Padding(9, 8, 9, 8); this.txtFilter.Name = "txtFilter"; this.txtFilter.Size = new System.Drawing.Size(715, 42); this.txtFilter.TabIndex = 24; this.txtFilter.Text = ".cs,.cshtml,.js,.ts,.csproj,.sln,.xml,.config,.DotSettings,.json,.xaml,.txt,.html" + ",.gitignore,.ps1,.md,.plist"; // // txtRootDir // this.txtRootDir.BackColor = System.Drawing.Color.LightSteelBlue; this.txtRootDir.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtRootDir.ForeColor = System.Drawing.SystemColors.ActiveCaptionText; this.txtRootDir.Location = new System.Drawing.Point(169, 881); this.txtRootDir.Margin = new System.Windows.Forms.Padding(9, 8, 9, 8); this.txtRootDir.Name = "txtRootDir"; this.txtRootDir.Size = new System.Drawing.Size(763, 42); this.txtRootDir.TabIndex = 26; // // lbReset // this.lbReset.AutoSize = true; this.lbReset.Cursor = System.Windows.Forms.Cursors.Hand; this.lbReset.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245))))); this.lbReset.Location = new System.Drawing.Point(23, 824); this.lbReset.Margin = new System.Windows.Forms.Padding(9, 0, 9, 0); this.lbReset.Name = "lbReset"; this.lbReset.Size = new System.Drawing.Size(177, 35); this.lbReset.TabIndex = 23; this.lbReset.Text = "替换文件内容"; this.lbReset.Click += new System.EventHandler(this.BtnReset_Click); // // Console // this.Console.BackColor = System.Drawing.Color.MediumOrchid; this.Console.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.Console.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(218)))), ((int)(((byte)(218))))); this.Console.ImeMode = System.Windows.Forms.ImeMode.Off; this.Console.Location = new System.Drawing.Point(0, 103); this.Console.Margin = new System.Windows.Forms.Padding(9, 8, 9, 8); this.Console.Multiline = true; this.Console.Name = "Console"; this.Console.ReadOnly = true; this.Console.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.Console.Size = new System.Drawing.Size(1140, 636); this.Console.TabIndex = 22; this.Console.MouseDown += new System.Windows.Forms.MouseEventHandler(this.FormMain_MouseDown); // // panel2 // this.panel2.BackColor = System.Drawing.Color.MediumOrchid; this.panel2.Location = new System.Drawing.Point(1097, 103); this.panel2.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(46, 638); this.panel2.TabIndex = 27; // // FormMain // this.AutoScaleDimensions = new System.Drawing.SizeF(16F, 35F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.MediumSlateBlue; this.ClientSize = new System.Drawing.Size(1143, 1029); this.Controls.Add(this.panel2); this.Controls.Add(this.txtRootDir); this.Controls.Add(this.btnReset); this.Controls.Add(this.txtFilter); this.Controls.Add(this.lbReset); this.Controls.Add(this.progressBar); this.Controls.Add(this.btnSelect); this.Controls.Add(this.txtNewProjectName); this.Controls.Add(this.lbNewProjectName); this.Controls.Add(this.btnStart); this.Controls.Add(this.txtOldProjectName); this.Controls.Add(this.lbProjectPath); this.Controls.Add(this.lbOriginalProjectName); this.Controls.Add(this.panel1); this.Controls.Add(this.Console); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.ImeMode = System.Windows.Forms.ImeMode.Off; this.Margin = new System.Windows.Forms.Padding(9, 8, 9, 8); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormMain"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "AspNetZero Solution Renamer"; this.Load += new System.EventHandler(this.FormMain_Load); this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.FormMain_MouseDown); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxLogo)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Label lbReset; private TextBox Console; private Panel panel2; } }