namespace LB_VisionProcesses.Forms
{
partial class GlobalVarForm
{
///
/// 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(GlobalVarForm));
theme_GlobalVarForm = new ReaLTaiizor.Forms.ThemeForm();
tlp_GlobalVarForm = new Sunny.UI.UITableLayoutPanel();
tlp_GlobalVarFormOperator = new Sunny.UI.UITableLayoutPanel();
btn_Delete = new ReaLTaiizor.Controls.Button();
btn_Add = new ReaLTaiizor.Controls.Button();
controlsPanel = new ReaLTaiizor.Controls.Panel();
controlBox_GlobalVarForm = new ReaLTaiizor.Controls.ControlBox();
theme_GlobalVarForm.SuspendLayout();
tlp_GlobalVarForm.SuspendLayout();
tlp_GlobalVarFormOperator.SuspendLayout();
SuspendLayout();
//
// theme_GlobalVarForm
//
theme_GlobalVarForm.BackColor = Color.FromArgb(32, 41, 50);
theme_GlobalVarForm.Controls.Add(tlp_GlobalVarForm);
theme_GlobalVarForm.Controls.Add(controlBox_GlobalVarForm);
theme_GlobalVarForm.Dock = DockStyle.Fill;
theme_GlobalVarForm.Font = new Font("Microsoft Sans Serif", 9F);
theme_GlobalVarForm.Image = (Image)resources.GetObject("theme_GlobalVarForm.Image");
theme_GlobalVarForm.Location = new Point(0, 0);
theme_GlobalVarForm.Name = "theme_GlobalVarForm";
theme_GlobalVarForm.Padding = new Padding(10, 70, 10, 9);
theme_GlobalVarForm.RoundCorners = true;
theme_GlobalVarForm.Sizable = true;
theme_GlobalVarForm.Size = new Size(800, 600);
theme_GlobalVarForm.SmartBounds = true;
theme_GlobalVarForm.StartPosition = FormStartPosition.WindowsDefaultLocation;
theme_GlobalVarForm.TabIndex = 0;
theme_GlobalVarForm.Text = "全局变量";
//
// tlp_GlobalVarForm
//
tlp_GlobalVarForm.ColumnCount = 1;
tlp_GlobalVarForm.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
tlp_GlobalVarForm.Controls.Add(tlp_GlobalVarFormOperator, 0, 1);
tlp_GlobalVarForm.Controls.Add(controlsPanel, 0, 0);
tlp_GlobalVarForm.Dock = DockStyle.Fill;
tlp_GlobalVarForm.Location = new Point(10, 70);
tlp_GlobalVarForm.Name = "tlp_GlobalVarForm";
tlp_GlobalVarForm.RowCount = 2;
tlp_GlobalVarForm.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
tlp_GlobalVarForm.RowStyles.Add(new RowStyle(SizeType.Absolute, 60F));
tlp_GlobalVarForm.Size = new Size(780, 521);
tlp_GlobalVarForm.TabIndex = 0;
tlp_GlobalVarForm.TagString = null;
//
// tlp_GlobalVarFormOperator
//
tlp_GlobalVarFormOperator.ColumnCount = 6;
tlp_GlobalVarFormOperator.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 16.6666718F));
tlp_GlobalVarFormOperator.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 16.6666679F));
tlp_GlobalVarFormOperator.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 16.6666679F));
tlp_GlobalVarFormOperator.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 16.6666679F));
tlp_GlobalVarFormOperator.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 16.6666679F));
tlp_GlobalVarFormOperator.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 16.6666679F));
tlp_GlobalVarFormOperator.Controls.Add(btn_Delete, 4, 0);
tlp_GlobalVarFormOperator.Controls.Add(btn_Add, 5, 0);
tlp_GlobalVarFormOperator.Dock = DockStyle.Fill;
tlp_GlobalVarFormOperator.Location = new Point(3, 464);
tlp_GlobalVarFormOperator.Name = "tlp_GlobalVarFormOperator";
tlp_GlobalVarFormOperator.RowCount = 1;
tlp_GlobalVarFormOperator.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
tlp_GlobalVarFormOperator.Size = new Size(774, 54);
tlp_GlobalVarFormOperator.TabIndex = 0;
tlp_GlobalVarFormOperator.TagString = null;
//
// btn_Delete
//
btn_Delete.BackColor = Color.Transparent;
btn_Delete.BorderColor = Color.FromArgb(32, 34, 37);
btn_Delete.Dock = DockStyle.Fill;
btn_Delete.EnteredBorderColor = Color.FromArgb(165, 37, 37);
btn_Delete.EnteredColor = Color.FromArgb(32, 34, 37);
btn_Delete.Font = new Font("Microsoft Sans Serif", 12F);
btn_Delete.Image = null;
btn_Delete.ImageAlign = ContentAlignment.MiddleLeft;
btn_Delete.InactiveColor = Color.FromArgb(32, 34, 37);
btn_Delete.Location = new Point(516, 3);
btn_Delete.Name = "btn_Delete";
btn_Delete.PressedBorderColor = Color.FromArgb(165, 37, 37);
btn_Delete.PressedColor = Color.FromArgb(165, 37, 37);
btn_Delete.Size = new Size(122, 48);
btn_Delete.TabIndex = 0;
btn_Delete.Text = "移除";
btn_Delete.TextAlignment = StringAlignment.Center;
btn_Delete.Click += btnDelete_Click;
//
// btn_Add
//
btn_Add.BackColor = Color.Transparent;
btn_Add.BorderColor = Color.FromArgb(32, 34, 37);
btn_Add.Dock = DockStyle.Fill;
btn_Add.EnteredBorderColor = Color.FromArgb(165, 37, 37);
btn_Add.EnteredColor = Color.FromArgb(32, 34, 37);
btn_Add.Font = new Font("Microsoft Sans Serif", 12F);
btn_Add.Image = null;
btn_Add.ImageAlign = ContentAlignment.MiddleLeft;
btn_Add.InactiveColor = Color.FromArgb(32, 34, 37);
btn_Add.Location = new Point(644, 3);
btn_Add.Name = "btn_Add";
btn_Add.PressedBorderColor = Color.FromArgb(165, 37, 37);
btn_Add.PressedColor = Color.FromArgb(165, 37, 37);
btn_Add.Size = new Size(127, 48);
btn_Add.TabIndex = 1;
btn_Add.Text = "添加";
btn_Add.TextAlignment = StringAlignment.Center;
btn_Add.Click += btnAdd_Click;
//
// controlsPanel
//
controlsPanel.BackColor = Color.FromArgb(39, 51, 63);
controlsPanel.Dock = DockStyle.Fill;
controlsPanel.EdgeColor = Color.FromArgb(32, 41, 50);
controlsPanel.Location = new Point(3, 3);
controlsPanel.Name = "controlsPanel";
controlsPanel.Padding = new Padding(5);
controlsPanel.Size = new Size(774, 455);
controlsPanel.SmoothingType = System.Drawing.Drawing2D.SmoothingMode.HighQuality;
controlsPanel.TabIndex = 0;
controlsPanel.Text = "panel1";
controlsPanel.SizeChanged += controlsPanel_SizeChanged;
//
// controlBox_GlobalVarForm
//
controlBox_GlobalVarForm.Anchor = AnchorStyles.Top | AnchorStyles.Right;
controlBox_GlobalVarForm.BackColor = Color.FromArgb(32, 34, 37);
controlBox_GlobalVarForm.CloseHoverColor = Color.FromArgb(230, 17, 35);
controlBox_GlobalVarForm.DefaultLocation = true;
controlBox_GlobalVarForm.EnableHoverHighlight = true;
controlBox_GlobalVarForm.EnableMaximizeButton = false;
controlBox_GlobalVarForm.EnableMinimizeButton = false;
controlBox_GlobalVarForm.ForeColor = Color.FromArgb(155, 155, 155);
controlBox_GlobalVarForm.Location = new Point(700, 18);
controlBox_GlobalVarForm.MaximizeHoverColor = Color.FromArgb(74, 74, 74);
controlBox_GlobalVarForm.MinimizeHoverColor = Color.FromArgb(63, 63, 65);
controlBox_GlobalVarForm.Name = "controlBox_GlobalVarForm";
controlBox_GlobalVarForm.Size = new Size(90, 25);
controlBox_GlobalVarForm.TabIndex = 1;
//
// GlobalVarForm
//
AutoScaleDimensions = new SizeF(96F, 96F);
AutoScaleMode = AutoScaleMode.Dpi;
ClientSize = new Size(800, 600);
Controls.Add(theme_GlobalVarForm);
FormBorderStyle = FormBorderStyle.None;
MinimumSize = new Size(261, 61);
Name = "GlobalVarForm";
Text = "全局变量";
TransparencyKey = Color.Fuchsia;
FormClosing += GlobalVarForm_FormClosing;
Load += GlobalVarForm_Load;
theme_GlobalVarForm.ResumeLayout(false);
tlp_GlobalVarForm.ResumeLayout(false);
tlp_GlobalVarFormOperator.ResumeLayout(false);
ResumeLayout(false);
}
#endregion
private ReaLTaiizor.Forms.ThemeForm theme_GlobalVarForm;
private ReaLTaiizor.Controls.Panel controlsPanel;
private Sunny.UI.UITableLayoutPanel tlp_GlobalVarForm;
private Sunny.UI.UITableLayoutPanel tlp_GlobalVarFormOperator;
private ReaLTaiizor.Controls.Button btn_Delete;
private ReaLTaiizor.Controls.Button btn_Add;
private ReaLTaiizor.Controls.ControlBox controlBox_GlobalVarForm;
}
}