namespace LB_SmartVision.Forms.Pages.ProcessPage
|
{
|
partial class ProcessInputsSelectForm
|
{
|
/// <summary>
|
/// 必需的设计器变量。
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// 清理所有正在使用的资源。
|
/// </summary>
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region 组件设计器生成的代码
|
|
/// <summary>
|
/// 设计器支持所需的方法 - 不要修改
|
/// 使用代码编辑器修改此方法的内容。
|
/// </summary>
|
private void InitializeComponent()
|
{
|
panel = new Panel();
|
SuspendLayout();
|
//
|
// panel
|
//
|
panel.AutoScroll = true;
|
panel.BackColor = Color.FromArgb(32, 41, 50);
|
panel.Dock = DockStyle.Fill;
|
panel.ForeColor = Color.White;
|
panel.Location = new Point(0, 0);
|
panel.Name = "panel";
|
panel.Size = new Size(907, 484);
|
panel.TabIndex = 1;
|
panel.SizeChanged += panel_SizeChanged;
|
//
|
// ProcessInputsSelectForm
|
//
|
AutoScaleDimensions = new SizeF(7F, 17F);
|
AutoScaleMode = AutoScaleMode.Font;
|
ClientSize = new Size(907, 484);
|
Controls.Add(panel);
|
Name = "ProcessInputsSelectForm";
|
FormClosing += ProcessInputsSelectForm_FormClosing;
|
ResumeLayout(false);
|
}
|
|
#endregion
|
private Button uiButtonOK;
|
private Panel panel;
|
}
|
}
|