namespace LB_VisionControl.ScriptEditControl.FastColorTextBox
|
{
|
partial class FindForm
|
{
|
/// <summary>
|
/// Required designer variable.
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// Clean up any resources being used.
|
/// </summary>
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region Windows Form Designer generated code
|
|
/// <summary>
|
/// Required method for Designer support - do not modify
|
/// the contents of this method with the code editor.
|
/// </summary>
|
private void InitializeComponent()
|
{
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FindForm));
|
theme_FindForm = new ReaLTaiizor.Forms.ThemeForm();
|
btn_Close = new ReaLTaiizor.Controls.Button();
|
btn_FindNext = new ReaLTaiizor.Controls.Button();
|
cbRegex = new ReaLTaiizor.Controls.CheckBox();
|
cbWholeWord = new ReaLTaiizor.Controls.CheckBox();
|
cbMatchCase = new ReaLTaiizor.Controls.CheckBox();
|
txt_Find = new ReaLTaiizor.Controls.AloneTextBox();
|
lb_Find = new ReaLTaiizor.Controls.BigLabel();
|
theme_FindForm.SuspendLayout();
|
SuspendLayout();
|
//
|
// theme_FindForm
|
//
|
theme_FindForm.BackColor = Color.FromArgb(32, 41, 50);
|
theme_FindForm.Controls.Add(btn_Close);
|
theme_FindForm.Controls.Add(btn_FindNext);
|
theme_FindForm.Controls.Add(cbRegex);
|
theme_FindForm.Controls.Add(cbWholeWord);
|
theme_FindForm.Controls.Add(cbMatchCase);
|
theme_FindForm.Controls.Add(txt_Find);
|
theme_FindForm.Controls.Add(lb_Find);
|
theme_FindForm.Dock = DockStyle.Fill;
|
theme_FindForm.Font = new Font("Microsoft Sans Serif", 9F);
|
theme_FindForm.Image = (Image)resources.GetObject("theme_FindForm.Image");
|
theme_FindForm.Location = new Point(0, 0);
|
theme_FindForm.Name = "theme_FindForm";
|
theme_FindForm.Padding = new Padding(10, 70, 10, 9);
|
theme_FindForm.RoundCorners = true;
|
theme_FindForm.Sizable = true;
|
theme_FindForm.Size = new Size(436, 227);
|
theme_FindForm.SmartBounds = true;
|
theme_FindForm.StartPosition = FormStartPosition.WindowsDefaultLocation;
|
theme_FindForm.TabIndex = 0;
|
theme_FindForm.Text = "查找";
|
//
|
// btn_Close
|
//
|
btn_Close.BackColor = Color.Transparent;
|
btn_Close.BorderColor = Color.FromArgb(32, 34, 37);
|
btn_Close.EnteredBorderColor = Color.FromArgb(165, 37, 37);
|
btn_Close.EnteredColor = Color.FromArgb(32, 34, 37);
|
btn_Close.Font = new Font("Microsoft Sans Serif", 12F);
|
btn_Close.Image = null;
|
btn_Close.ImageAlign = ContentAlignment.MiddleLeft;
|
btn_Close.InactiveColor = Color.FromArgb(32, 34, 37);
|
btn_Close.Location = new Point(304, 175);
|
btn_Close.Name = "btn_Close";
|
btn_Close.PressedBorderColor = Color.FromArgb(165, 37, 37);
|
btn_Close.PressedColor = Color.FromArgb(165, 37, 37);
|
btn_Close.Size = new Size(120, 40);
|
btn_Close.TabIndex = 4;
|
btn_Close.Text = "关闭";
|
btn_Close.TextAlignment = StringAlignment.Center;
|
btn_Close.Click += btn_Close_Click;
|
//
|
// btn_FindNext
|
//
|
btn_FindNext.BackColor = Color.Transparent;
|
btn_FindNext.BorderColor = Color.FromArgb(32, 34, 37);
|
btn_FindNext.EnteredBorderColor = Color.FromArgb(165, 37, 37);
|
btn_FindNext.EnteredColor = Color.FromArgb(32, 34, 37);
|
btn_FindNext.Font = new Font("Microsoft YaHei UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 0);
|
btn_FindNext.Image = null;
|
btn_FindNext.ImageAlign = ContentAlignment.MiddleLeft;
|
btn_FindNext.InactiveColor = Color.FromArgb(32, 34, 37);
|
btn_FindNext.Location = new Point(156, 175);
|
btn_FindNext.Name = "btn_FindNext";
|
btn_FindNext.PressedBorderColor = Color.FromArgb(165, 37, 37);
|
btn_FindNext.PressedColor = Color.FromArgb(165, 37, 37);
|
btn_FindNext.Size = new Size(120, 40);
|
btn_FindNext.TabIndex = 4;
|
btn_FindNext.Text = "查找下一个";
|
btn_FindNext.TextAlignment = StringAlignment.Center;
|
btn_FindNext.Click += btn_FindNext_Click;
|
//
|
// cbRegex
|
//
|
cbRegex.Checked = false;
|
cbRegex.CheckedBackColor = Color.FromArgb(66, 76, 85);
|
cbRegex.CheckedBorderColor = Color.FromArgb(66, 76, 85);
|
cbRegex.CheckedDisabledColor = Color.Gray;
|
cbRegex.CheckedEnabledColor = Color.FromArgb(32, 34, 37);
|
cbRegex.Enable = true;
|
cbRegex.Font = new Font("Microsoft YaHei UI", 9F);
|
cbRegex.ForeColor = SystemColors.Control;
|
cbRegex.Location = new Point(276, 121);
|
cbRegex.Name = "cbRegex";
|
cbRegex.Size = new Size(85, 16);
|
cbRegex.TabIndex = 3;
|
cbRegex.Text = "正则匹配";
|
cbRegex.CheckedChanged += cbRegex_CheckedChanged;
|
//
|
// cbWholeWord
|
//
|
cbWholeWord.Checked = false;
|
cbWholeWord.CheckedBackColor = Color.FromArgb(66, 76, 85);
|
cbWholeWord.CheckedBorderColor = Color.FromArgb(66, 76, 85);
|
cbWholeWord.CheckedDisabledColor = Color.Gray;
|
cbWholeWord.CheckedEnabledColor = Color.FromArgb(32, 34, 37);
|
cbWholeWord.Enable = true;
|
cbWholeWord.Font = new Font("Microsoft YaHei UI", 9F);
|
cbWholeWord.ForeColor = SystemColors.Control;
|
cbWholeWord.Location = new Point(174, 121);
|
cbWholeWord.Name = "cbWholeWord";
|
cbWholeWord.Size = new Size(85, 16);
|
cbWholeWord.TabIndex = 3;
|
cbWholeWord.Text = "全文匹配";
|
cbWholeWord.CheckedChanged += cbWholeWord_CheckedChanged;
|
//
|
// cbMatchCase
|
//
|
cbMatchCase.Checked = false;
|
cbMatchCase.CheckedBackColor = Color.FromArgb(66, 76, 85);
|
cbMatchCase.CheckedBorderColor = Color.FromArgb(66, 76, 85);
|
cbMatchCase.CheckedDisabledColor = Color.Gray;
|
cbMatchCase.CheckedEnabledColor = Color.FromArgb(32, 34, 37);
|
cbMatchCase.Enable = true;
|
cbMatchCase.Font = new Font("Microsoft YaHei UI", 9F);
|
cbMatchCase.ForeColor = SystemColors.Control;
|
cbMatchCase.Location = new Point(72, 121);
|
cbMatchCase.Name = "cbMatchCase";
|
cbMatchCase.Size = new Size(85, 16);
|
cbMatchCase.TabIndex = 3;
|
cbMatchCase.Text = "部分匹配";
|
cbMatchCase.CheckedChanged += cbMatchCase_CheckedChanged;
|
//
|
// txt_Find
|
//
|
txt_Find.BackColor = Color.Transparent;
|
txt_Find.EnabledCalc = true;
|
txt_Find.Font = new Font("Microsoft YaHei UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 0);
|
txt_Find.ForeColor = Color.FromArgb(124, 133, 142);
|
txt_Find.Location = new Point(67, 73);
|
txt_Find.MaxLength = 32767;
|
txt_Find.MultiLine = false;
|
txt_Find.Name = "txt_Find";
|
txt_Find.ReadOnly = false;
|
txt_Find.Size = new Size(356, 29);
|
txt_Find.TabIndex = 2;
|
txt_Find.TextAlign = HorizontalAlignment.Left;
|
txt_Find.UseSystemPasswordChar = false;
|
txt_Find.KeyPress += txt_Find_KeyPress;
|
//
|
// lb_Find
|
//
|
lb_Find.AutoSize = true;
|
lb_Find.BackColor = Color.Transparent;
|
lb_Find.Font = new Font("Microsoft YaHei UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 0);
|
lb_Find.ForeColor = Color.White;
|
lb_Find.Location = new Point(13, 81);
|
lb_Find.Name = "lb_Find";
|
lb_Find.Size = new Size(58, 21);
|
lb_Find.TabIndex = 1;
|
lb_Find.Text = "查找:";
|
//
|
// FindForm
|
//
|
AutoScaleDimensions = new SizeF(7F, 17F);
|
AutoScaleMode = AutoScaleMode.Font;
|
ClientSize = new Size(436, 227);
|
Controls.Add(theme_FindForm);
|
FormBorderStyle = FormBorderStyle.None;
|
MinimumSize = new Size(261, 61);
|
Name = "FindForm";
|
Text = "查找";
|
TransparencyKey = Color.Fuchsia;
|
FormClosing += FindForm_FormClosing;
|
theme_FindForm.ResumeLayout(false);
|
theme_FindForm.PerformLayout();
|
ResumeLayout(false);
|
}
|
|
#endregion
|
|
private ReaLTaiizor.Forms.ThemeForm theme_FindForm;
|
public ReaLTaiizor.Controls.AloneTextBox txt_Find;
|
private ReaLTaiizor.Controls.BigLabel lb_Find;
|
private ReaLTaiizor.Controls.CheckBox cbRegex;
|
private ReaLTaiizor.Controls.CheckBox cbWholeWord;
|
private ReaLTaiizor.Controls.CheckBox cbMatchCase;
|
private ReaLTaiizor.Controls.Button btn_Close;
|
private ReaLTaiizor.Controls.Button btn_FindNext;
|
}
|
}
|