namespace LB_VisionControl.ScriptEditControl.FastColorTextBox
{
partial class GoToForm
{
///
/// 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(GoToForm));
themeForm1 = new ReaLTaiizor.Forms.ThemeForm();
btn_Cancel = new ReaLTaiizor.Controls.Button();
btn_OK = new ReaLTaiizor.Controls.Button();
txt_LineInput = new ReaLTaiizor.Controls.AloneTextBox();
lb_LineInput = new ReaLTaiizor.Controls.BigLabel();
themeForm1.SuspendLayout();
SuspendLayout();
//
// themeForm1
//
themeForm1.BackColor = Color.FromArgb(32, 41, 50);
themeForm1.Controls.Add(btn_Cancel);
themeForm1.Controls.Add(btn_OK);
themeForm1.Controls.Add(txt_LineInput);
themeForm1.Controls.Add(lb_LineInput);
themeForm1.Dock = DockStyle.Fill;
themeForm1.Font = new Font("Microsoft YaHei UI", 12F);
themeForm1.Image = (Image)resources.GetObject("themeForm1.Image");
themeForm1.Location = new Point(0, 0);
themeForm1.Name = "themeForm1";
themeForm1.Padding = new Padding(10, 70, 10, 9);
themeForm1.RoundCorners = true;
themeForm1.Sizable = true;
themeForm1.Size = new Size(400, 210);
themeForm1.SmartBounds = true;
themeForm1.StartPosition = FormStartPosition.WindowsDefaultLocation;
themeForm1.TabIndex = 0;
themeForm1.Text = "行";
//
// btn_Cancel
//
btn_Cancel.BackColor = Color.Transparent;
btn_Cancel.BorderColor = Color.FromArgb(32, 34, 37);
btn_Cancel.EnteredBorderColor = Color.FromArgb(165, 37, 37);
btn_Cancel.EnteredColor = Color.FromArgb(32, 34, 37);
btn_Cancel.Font = new Font("Microsoft YaHei UI", 12F);
btn_Cancel.Image = null;
btn_Cancel.ImageAlign = ContentAlignment.MiddleLeft;
btn_Cancel.InactiveColor = Color.FromArgb(32, 34, 37);
btn_Cancel.Location = new Point(271, 162);
btn_Cancel.Name = "btn_Cancel";
btn_Cancel.PressedBorderColor = Color.FromArgb(165, 37, 37);
btn_Cancel.PressedColor = Color.FromArgb(165, 37, 37);
btn_Cancel.Size = new Size(120, 40);
btn_Cancel.TabIndex = 3;
btn_Cancel.Text = "取消";
btn_Cancel.TextAlignment = StringAlignment.Center;
//
// btn_OK
//
btn_OK.BackColor = Color.Transparent;
btn_OK.BorderColor = Color.FromArgb(32, 34, 37);
btn_OK.EnteredBorderColor = Color.FromArgb(165, 37, 37);
btn_OK.EnteredColor = Color.FromArgb(32, 34, 37);
btn_OK.Font = new Font("Microsoft YaHei UI", 12F);
btn_OK.Image = null;
btn_OK.ImageAlign = ContentAlignment.MiddleLeft;
btn_OK.InactiveColor = Color.FromArgb(32, 34, 37);
btn_OK.Location = new Point(138, 162);
btn_OK.Name = "btn_OK";
btn_OK.PressedBorderColor = Color.FromArgb(165, 37, 37);
btn_OK.PressedColor = Color.FromArgb(165, 37, 37);
btn_OK.Size = new Size(120, 40);
btn_OK.TabIndex = 2;
btn_OK.Text = "确定";
btn_OK.TextAlignment = StringAlignment.Center;
//
// txt_LineInput
//
txt_LineInput.BackColor = Color.Transparent;
txt_LineInput.EnabledCalc = true;
txt_LineInput.Font = new Font("Microsoft YaHei UI", 12F);
txt_LineInput.ForeColor = Color.FromArgb(124, 133, 142);
txt_LineInput.Location = new Point(8, 110);
txt_LineInput.MaxLength = 32767;
txt_LineInput.MultiLine = false;
txt_LineInput.Name = "txt_LineInput";
txt_LineInput.ReadOnly = false;
txt_LineInput.Size = new Size(380, 46);
txt_LineInput.TabIndex = 1;
txt_LineInput.TextAlign = HorizontalAlignment.Left;
txt_LineInput.UseSystemPasswordChar = false;
//
// lb_LineInput
//
lb_LineInput.AutoSize = true;
lb_LineInput.BackColor = Color.Transparent;
lb_LineInput.Font = new Font("Microsoft YaHei UI", 12F);
lb_LineInput.ForeColor = Color.White;
lb_LineInput.Location = new Point(8, 73);
lb_LineInput.Name = "lb_LineInput";
lb_LineInput.Size = new Size(86, 21);
lb_LineInput.TabIndex = 0;
lb_LineInput.Text = "行号 (1/1):";
//
// GoToForm
//
AutoScaleDimensions = new SizeF(7F, 17F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(400, 210);
Controls.Add(themeForm1);
FormBorderStyle = FormBorderStyle.None;
MinimumSize = new Size(261, 61);
Name = "GoToForm";
Text = "行";
TransparencyKey = Color.Fuchsia;
themeForm1.ResumeLayout(false);
themeForm1.PerformLayout();
ResumeLayout(false);
}
#endregion
private ReaLTaiizor.Forms.ThemeForm themeForm1;
private ReaLTaiizor.Controls.Button btn_Cancel;
private ReaLTaiizor.Controls.Button btn_OK;
private ReaLTaiizor.Controls.AloneTextBox txt_LineInput;
private ReaLTaiizor.Controls.BigLabel lb_LineInput;
}
}