namespace LB_SmartVision.Forms.Pages.ProcessPage
{
partial class ProcessInputsSelectForm
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
///
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProcessInputsSelectForm));
themeForm1 = new ReaLTaiizor.Forms.ThemeForm();
panel = new Panel();
controlBox1 = new ReaLTaiizor.Controls.ControlBox();
themeForm1.SuspendLayout();
SuspendLayout();
//
// themeForm1
//
themeForm1.BackColor = Color.FromArgb(32, 41, 50);
themeForm1.Controls.Add(panel);
themeForm1.Controls.Add(controlBox1);
themeForm1.Dock = DockStyle.Fill;
themeForm1.Font = new Font("Microsoft Sans Serif", 9F);
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(907, 484);
themeForm1.SmartBounds = true;
themeForm1.StartPosition = FormStartPosition.WindowsDefaultLocation;
themeForm1.TabIndex = 2;
themeForm1.Text = "ProcessInputsSelectForm";
//
// panel
//
panel.AutoScroll = true;
panel.Dock = DockStyle.Fill;
panel.ForeColor = SystemColors.Control;
panel.Location = new Point(10, 70);
panel.Name = "panel";
panel.Size = new Size(887, 405);
panel.TabIndex = 2;
panel.SizeChanged += panel_SizeChanged;
//
// controlBox1
//
controlBox1.Anchor = AnchorStyles.Top | AnchorStyles.Right;
controlBox1.BackColor = Color.FromArgb(32, 34, 37);
controlBox1.CloseHoverColor = Color.FromArgb(230, 17, 35);
controlBox1.DefaultLocation = true;
controlBox1.EnableHoverHighlight = true;
controlBox1.EnableMaximizeButton = true;
controlBox1.EnableMinimizeButton = true;
controlBox1.ForeColor = Color.FromArgb(155, 155, 155);
controlBox1.Location = new Point(807, 18);
controlBox1.MaximizeHoverColor = Color.FromArgb(74, 74, 74);
controlBox1.MinimizeHoverColor = Color.FromArgb(63, 63, 65);
controlBox1.Name = "controlBox1";
controlBox1.Size = new Size(90, 25);
controlBox1.TabIndex = 1;
controlBox1.Text = "controlBox1";
//
// ProcessInputsSelectForm
//
AutoScaleDimensions = new SizeF(96F, 96F);
AutoScaleMode = AutoScaleMode.Dpi;
ClientSize = new Size(907, 484);
Controls.Add(themeForm1);
FormBorderStyle = FormBorderStyle.None;
MinimumSize = new Size(261, 61);
Name = "ProcessInputsSelectForm";
Text = "ProcessInputsSelectForm";
TransparencyKey = Color.Fuchsia;
FormClosing += ProcessInputsSelectForm_FormClosing;
themeForm1.ResumeLayout(false);
ResumeLayout(false);
}
#endregion
private Button uiButtonOK;
private ReaLTaiizor.Forms.ThemeForm themeForm1;
private ReaLTaiizor.Controls.ControlBox controlBox1;
private Panel panel;
}
}