namespace LB_VisionControl.ScriptEditControl.FastColorTextBox { partial class ReplaceForm { /// /// 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 /// /// 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(ReplaceForm)); btClose = new Button(); btFindNext = new Button(); tbFind = new TextBox(); cbRegex = new CheckBox(); cbMatchCase = new CheckBox(); label1 = new Label(); cbWholeWord = new CheckBox(); btReplace = new Button(); btReplaceAll = new Button(); label2 = new Label(); tbReplace = new TextBox(); theme_ReplaceForm = new ReaLTaiizor.Forms.ThemeForm(); SuspendLayout(); // // btClose // btClose.ForeColor = SystemColors.ControlText; btClose.Location = new Point(318, 238); btClose.Margin = new Padding(4, 4, 4, 4); btClose.Name = "btClose"; btClose.Size = new Size(88, 30); btClose.TabIndex = 7; btClose.Text = "Close"; btClose.UseVisualStyleBackColor = true; btClose.Click += btClose_Click; // // btFindNext // btFindNext.ForeColor = SystemColors.ControlText; btFindNext.Location = new Point(130, 201); btFindNext.Margin = new Padding(4, 4, 4, 4); btFindNext.Name = "btFindNext"; btFindNext.Size = new Size(88, 30); btFindNext.TabIndex = 4; btFindNext.Text = "Find next"; btFindNext.UseVisualStyleBackColor = true; btFindNext.Click += btFindNext_Click; // // tbFind // tbFind.Font = new Font("Consolas", 8.25F, FontStyle.Regular, GraphicsUnit.Point, 204); tbFind.ForeColor = SystemColors.ControlText; tbFind.Location = new Point(72, 74); tbFind.Margin = new Padding(4, 4, 4, 4); tbFind.Name = "tbFind"; tbFind.Size = new Size(333, 20); tbFind.TabIndex = 0; tbFind.TextChanged += cbMatchCase_CheckedChanged; tbFind.KeyPress += tbFind_KeyPress; // // cbRegex // cbRegex.AutoSize = true; cbRegex.ForeColor = SystemColors.Control; cbRegex.Location = new Point(318, 108); cbRegex.Margin = new Padding(4, 4, 4, 4); cbRegex.Name = "cbRegex"; cbRegex.Size = new Size(63, 21); cbRegex.TabIndex = 3; cbRegex.Text = "Regex"; cbRegex.UseVisualStyleBackColor = true; cbRegex.CheckedChanged += cbMatchCase_CheckedChanged; // // cbMatchCase // cbMatchCase.AutoSize = true; cbMatchCase.ForeColor = SystemColors.Control; cbMatchCase.Location = new Point(77, 108); cbMatchCase.Margin = new Padding(4, 4, 4, 4); cbMatchCase.Name = "cbMatchCase"; cbMatchCase.Size = new Size(93, 21); cbMatchCase.TabIndex = 1; cbMatchCase.Text = "Match case"; cbMatchCase.UseVisualStyleBackColor = true; cbMatchCase.CheckedChanged += cbMatchCase_CheckedChanged; // // label1 // label1.AutoSize = true; label1.ForeColor = SystemColors.Control; label1.Location = new Point(27, 76); label1.Margin = new Padding(4, 0, 4, 0); label1.Name = "label1"; label1.Size = new Size(39, 17); label1.TabIndex = 5; label1.Text = "Find: "; // // cbWholeWord // cbWholeWord.AutoSize = true; cbWholeWord.ForeColor = SystemColors.Control; cbWholeWord.Location = new Point(180, 108); cbWholeWord.Margin = new Padding(4, 4, 4, 4); cbWholeWord.Name = "cbWholeWord"; cbWholeWord.Size = new Size(135, 21); cbWholeWord.TabIndex = 2; cbWholeWord.Text = "Match whole word"; cbWholeWord.UseVisualStyleBackColor = true; cbWholeWord.CheckedChanged += cbMatchCase_CheckedChanged; // // btReplace // btReplace.ForeColor = SystemColors.ControlText; btReplace.Location = new Point(224, 201); btReplace.Margin = new Padding(4, 4, 4, 4); btReplace.Name = "btReplace"; btReplace.Size = new Size(88, 30); btReplace.TabIndex = 5; btReplace.Text = "Replace"; btReplace.UseVisualStyleBackColor = true; btReplace.Click += btReplace_Click; // // btReplaceAll // btReplaceAll.ForeColor = SystemColors.ControlText; btReplaceAll.Location = new Point(318, 201); btReplaceAll.Margin = new Padding(4, 4, 4, 4); btReplaceAll.Name = "btReplaceAll"; btReplaceAll.Size = new Size(88, 30); btReplaceAll.TabIndex = 6; btReplaceAll.Text = "Replace all"; btReplaceAll.UseVisualStyleBackColor = true; btReplaceAll.Click += btReplaceAll_Click; // // label2 // label2.AutoSize = true; label2.ForeColor = SystemColors.Control; label2.Location = new Point(7, 155); label2.Margin = new Padding(4, 0, 4, 0); label2.Name = "label2"; label2.Size = new Size(57, 17); label2.TabIndex = 9; label2.Text = "Replace:"; // // tbReplace // tbReplace.Font = new Font("Consolas", 8.25F, FontStyle.Regular, GraphicsUnit.Point, 204); tbReplace.ForeColor = SystemColors.ControlText; tbReplace.Location = new Point(72, 151); tbReplace.Margin = new Padding(4, 4, 4, 4); tbReplace.Name = "tbReplace"; tbReplace.Size = new Size(333, 20); tbReplace.TabIndex = 0; tbReplace.TextChanged += cbMatchCase_CheckedChanged; tbReplace.KeyPress += tbFind_KeyPress; // // theme_ReplaceForm // theme_ReplaceForm.BackColor = Color.FromArgb(32, 41, 50); theme_ReplaceForm.Dock = DockStyle.Fill; theme_ReplaceForm.Font = new Font("Microsoft Sans Serif", 9F); theme_ReplaceForm.ForeColor = SystemColors.Control; theme_ReplaceForm.Image = (Image)resources.GetObject("theme_ReplaceForm.Image"); theme_ReplaceForm.Location = new Point(0, 0); theme_ReplaceForm.Name = "theme_ReplaceForm"; theme_ReplaceForm.Padding = new Padding(10, 70, 10, 9); theme_ReplaceForm.RoundCorners = true; theme_ReplaceForm.Sizable = true; theme_ReplaceForm.Size = new Size(420, 281); theme_ReplaceForm.SmartBounds = true; theme_ReplaceForm.StartPosition = FormStartPosition.CenterScreen; theme_ReplaceForm.TabIndex = 10; theme_ReplaceForm.Text = "ReplaceForm"; // // ReplaceForm // AutoScaleDimensions = new SizeF(7F, 17F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(420, 281); Controls.Add(tbFind); Controls.Add(label2); Controls.Add(tbReplace); Controls.Add(btReplaceAll); Controls.Add(btReplace); Controls.Add(cbWholeWord); Controls.Add(label1); Controls.Add(cbMatchCase); Controls.Add(cbRegex); Controls.Add(btFindNext); Controls.Add(btClose); Controls.Add(theme_ReplaceForm); FormBorderStyle = FormBorderStyle.None; Margin = new Padding(4, 4, 4, 4); MinimumSize = new Size(261, 61); Name = "ReplaceForm"; ShowIcon = false; ShowInTaskbar = false; StartPosition = FormStartPosition.CenterScreen; Text = "ReplaceForm"; TopMost = true; TransparencyKey = Color.Fuchsia; FormClosing += FindForm_FormClosing; ResumeLayout(false); PerformLayout(); } #endregion private System.Windows.Forms.Button btClose; private System.Windows.Forms.Button btFindNext; private System.Windows.Forms.CheckBox cbRegex; private System.Windows.Forms.CheckBox cbMatchCase; private System.Windows.Forms.Label label1; private System.Windows.Forms.CheckBox cbWholeWord; private System.Windows.Forms.Button btReplace; private System.Windows.Forms.Button btReplaceAll; private System.Windows.Forms.Label label2; public System.Windows.Forms.TextBox tbFind; public System.Windows.Forms.TextBox tbReplace; private ReaLTaiizor.Forms.ThemeForm theme_ReplaceForm; } }