namespace LB_SmartVision
|
{
|
partial class VisionForm
|
{
|
/// <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(VisionForm));
|
theme_VisionForm = new ReaLTaiizor.Forms.ThemeForm();
|
sc_VisionForm = new SplitContainer();
|
tlp_MainView = new Sunny.UI.UITableLayoutPanel();
|
materialTabControl = new MaterialSkin.Controls.MaterialTabControl();
|
tlp_VisionMainOperator = new Sunny.UI.UITableLayoutPanel();
|
ckbAllowRun = new Sunny.UI.UICheckBox();
|
cmbProduct = new ReaLTaiizor.Controls.AloneComboBox();
|
btn_SingleRun = new Sunny.UI.UIButton();
|
btn_Login = new Sunny.UI.UIButton();
|
btn_RunContinuously = new Sunny.UI.UIButton();
|
btn_GlobalVar = new Sunny.UI.UIButton();
|
tlp_MainViewMenu = new Sunny.UI.UITableLayoutPanel();
|
materialCombobox1 = new Sunny.UI.UIComboBox();
|
materialTabSelector = new MaterialSkin.Controls.MaterialTabSelector();
|
grb_Info = new Sunny.UI.UIGroupBox();
|
rich_Info = new Sunny.UI.UIRichTextBox();
|
cb_VisionForm = new ReaLTaiizor.Controls.ControlBox();
|
theme_VisionForm.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)sc_VisionForm).BeginInit();
|
sc_VisionForm.Panel1.SuspendLayout();
|
sc_VisionForm.Panel2.SuspendLayout();
|
sc_VisionForm.SuspendLayout();
|
tlp_MainView.SuspendLayout();
|
tlp_VisionMainOperator.SuspendLayout();
|
tlp_MainViewMenu.SuspendLayout();
|
grb_Info.SuspendLayout();
|
SuspendLayout();
|
//
|
// theme_VisionForm
|
//
|
theme_VisionForm.BackColor = Color.FromArgb(32, 41, 50);
|
theme_VisionForm.Controls.Add(sc_VisionForm);
|
theme_VisionForm.Controls.Add(cb_VisionForm);
|
theme_VisionForm.Dock = DockStyle.Fill;
|
theme_VisionForm.Font = new Font("Microsoft YaHei UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 0);
|
theme_VisionForm.ForeColor = Color.Black;
|
theme_VisionForm.Image = (Image)resources.GetObject("theme_VisionForm.Image");
|
theme_VisionForm.Location = new Point(0, 0);
|
theme_VisionForm.Name = "theme_VisionForm";
|
theme_VisionForm.Padding = new Padding(10, 70, 10, 9);
|
theme_VisionForm.RoundCorners = true;
|
theme_VisionForm.Sizable = true;
|
theme_VisionForm.Size = new Size(1152, 704);
|
theme_VisionForm.SmartBounds = true;
|
theme_VisionForm.StartPosition = FormStartPosition.WindowsDefaultLocation;
|
theme_VisionForm.TabIndex = 0;
|
theme_VisionForm.Text = "轮胎外观视觉检测系统";
|
//
|
// sc_VisionForm
|
//
|
sc_VisionForm.Dock = DockStyle.Fill;
|
sc_VisionForm.FixedPanel = FixedPanel.Panel2;
|
sc_VisionForm.Location = new Point(10, 70);
|
sc_VisionForm.Name = "sc_VisionForm";
|
sc_VisionForm.Orientation = Orientation.Horizontal;
|
//
|
// sc_VisionForm.Panel1
|
//
|
sc_VisionForm.Panel1.Controls.Add(tlp_MainView);
|
//
|
// sc_VisionForm.Panel2
|
//
|
sc_VisionForm.Panel2.Controls.Add(grb_Info);
|
sc_VisionForm.Size = new Size(1132, 625);
|
sc_VisionForm.SplitterDistance = 455;
|
sc_VisionForm.TabIndex = 1;
|
//
|
// tlp_MainView
|
//
|
tlp_MainView.ColumnCount = 1;
|
tlp_MainView.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
|
tlp_MainView.Controls.Add(materialTabControl, 0, 2);
|
tlp_MainView.Controls.Add(tlp_VisionMainOperator, 0, 1);
|
tlp_MainView.Controls.Add(tlp_MainViewMenu, 0, 0);
|
tlp_MainView.Dock = DockStyle.Fill;
|
tlp_MainView.Location = new Point(0, 0);
|
tlp_MainView.Margin = new Padding(2);
|
tlp_MainView.Name = "tlp_MainView";
|
tlp_MainView.RowCount = 3;
|
tlp_MainView.RowStyles.Add(new RowStyle(SizeType.Absolute, 48F));
|
tlp_MainView.RowStyles.Add(new RowStyle(SizeType.Absolute, 31F));
|
tlp_MainView.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
|
tlp_MainView.Size = new Size(1132, 455);
|
tlp_MainView.TabIndex = 1;
|
tlp_MainView.TagString = null;
|
//
|
// materialTabControl
|
//
|
materialTabControl.AccessibleRole = AccessibleRole.Sound;
|
materialTabControl.Depth = 0;
|
materialTabControl.Dock = DockStyle.Fill;
|
materialTabControl.DrawMode = TabDrawMode.OwnerDrawFixed;
|
materialTabControl.Location = new Point(2, 81);
|
materialTabControl.Margin = new Padding(2);
|
materialTabControl.MouseState = MaterialSkin.MouseState.HOVER;
|
materialTabControl.Name = "materialTabControl";
|
materialTabControl.SelectedIndex = 0;
|
materialTabControl.Size = new Size(1128, 372);
|
materialTabControl.TabIndex = 0;
|
materialTabControl.SelectedIndexChanged += materialTabControl_SelectedIndexChanged;
|
//
|
// tlp_VisionMainOperator
|
//
|
tlp_VisionMainOperator.BackColor = Color.FromArgb(39, 51, 63);
|
tlp_VisionMainOperator.ColumnCount = 9;
|
tlp_VisionMainOperator.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 11.11111F));
|
tlp_VisionMainOperator.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 11.1111107F));
|
tlp_VisionMainOperator.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 11.1111107F));
|
tlp_VisionMainOperator.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 11.1111107F));
|
tlp_VisionMainOperator.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 11.1111107F));
|
tlp_VisionMainOperator.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 11.1111107F));
|
tlp_VisionMainOperator.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 11.1111107F));
|
tlp_VisionMainOperator.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 11.1111107F));
|
tlp_VisionMainOperator.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 11.1111107F));
|
tlp_VisionMainOperator.Controls.Add(ckbAllowRun, 0, 0);
|
tlp_VisionMainOperator.Controls.Add(cmbProduct, 8, 0);
|
tlp_VisionMainOperator.Controls.Add(btn_SingleRun, 2, 0);
|
tlp_VisionMainOperator.Controls.Add(btn_Login, 1, 0);
|
tlp_VisionMainOperator.Controls.Add(btn_RunContinuously, 3, 0);
|
tlp_VisionMainOperator.Controls.Add(btn_GlobalVar, 7, 0);
|
tlp_VisionMainOperator.Dock = DockStyle.Fill;
|
tlp_VisionMainOperator.Location = new Point(3, 51);
|
tlp_VisionMainOperator.Name = "tlp_VisionMainOperator";
|
tlp_VisionMainOperator.RowCount = 1;
|
tlp_VisionMainOperator.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
|
tlp_VisionMainOperator.Size = new Size(1126, 25);
|
tlp_VisionMainOperator.TabIndex = 0;
|
tlp_VisionMainOperator.TagString = null;
|
//
|
// ckbAllowRun
|
//
|
ckbAllowRun.Dock = DockStyle.Fill;
|
ckbAllowRun.Font = new Font("宋体", 10.5F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
ckbAllowRun.ForeColor = SystemColors.Control;
|
ckbAllowRun.Location = new Point(3, 3);
|
ckbAllowRun.MinimumSize = new Size(1, 1);
|
ckbAllowRun.Name = "ckbAllowRun";
|
ckbAllowRun.Size = new Size(119, 19);
|
ckbAllowRun.TabIndex = 2;
|
ckbAllowRun.Text = "运行模式";
|
//
|
// cmbProduct
|
//
|
cmbProduct.Dock = DockStyle.Fill;
|
cmbProduct.DrawMode = DrawMode.OwnerDrawFixed;
|
cmbProduct.DropDownStyle = ComboBoxStyle.DropDownList;
|
cmbProduct.EnabledCalc = true;
|
cmbProduct.Font = new Font("宋体", 10.5F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
cmbProduct.FormattingEnabled = true;
|
cmbProduct.ItemHeight = 20;
|
cmbProduct.Location = new Point(1003, 3);
|
cmbProduct.Name = "cmbProduct";
|
cmbProduct.Size = new Size(120, 26);
|
cmbProduct.TabIndex = 5;
|
cmbProduct.SelectedIndexChanged += cmbProduct_SelectedValueChanged;
|
cmbProduct.MouseDoubleClick += cmbProduct_MouseDoubleClick;
|
//
|
// btn_SingleRun
|
//
|
btn_SingleRun.BackColor = Color.FromArgb(39, 51, 63);
|
btn_SingleRun.Dock = DockStyle.Fill;
|
btn_SingleRun.FillColor = Color.FromArgb(39, 51, 63);
|
btn_SingleRun.FillColor2 = Color.FromArgb(39, 51, 63);
|
btn_SingleRun.FillSelectedColor = Color.FromArgb(128, 255, 128);
|
btn_SingleRun.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
btn_SingleRun.Location = new Point(252, 2);
|
btn_SingleRun.Margin = new Padding(2);
|
btn_SingleRun.MinimumSize = new Size(1, 1);
|
btn_SingleRun.Name = "btn_SingleRun";
|
btn_SingleRun.Size = new Size(121, 21);
|
btn_SingleRun.TabIndex = 6;
|
btn_SingleRun.Text = "单次运行";
|
btn_SingleRun.TipsFont = new Font("宋体", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
btn_SingleRun.Click += btn_Run_Click;
|
//
|
// btn_Login
|
//
|
btn_Login.BackColor = Color.FromArgb(39, 51, 63);
|
btn_Login.Dock = DockStyle.Fill;
|
btn_Login.FillColor = Color.FromArgb(39, 51, 63);
|
btn_Login.FillColor2 = Color.FromArgb(39, 51, 63);
|
btn_Login.FillSelectedColor = Color.FromArgb(128, 255, 128);
|
btn_Login.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
btn_Login.Location = new Point(127, 2);
|
btn_Login.Margin = new Padding(2);
|
btn_Login.MinimumSize = new Size(1, 1);
|
btn_Login.Name = "btn_Login";
|
btn_Login.Size = new Size(121, 21);
|
btn_Login.TabIndex = 6;
|
btn_Login.Text = "用户登录";
|
btn_Login.TipsFont = new Font("宋体", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
btn_Login.Click += btn_Login_Click;
|
//
|
// btn_RunContinuously
|
//
|
btn_RunContinuously.BackColor = Color.FromArgb(39, 51, 63);
|
btn_RunContinuously.Dock = DockStyle.Fill;
|
btn_RunContinuously.FillColor = Color.FromArgb(39, 51, 63);
|
btn_RunContinuously.FillColor2 = Color.FromArgb(39, 51, 63);
|
btn_RunContinuously.FillSelectedColor = Color.FromArgb(128, 255, 128);
|
btn_RunContinuously.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
btn_RunContinuously.Location = new Point(377, 2);
|
btn_RunContinuously.Margin = new Padding(2);
|
btn_RunContinuously.MinimumSize = new Size(1, 1);
|
btn_RunContinuously.Name = "btn_RunContinuously";
|
btn_RunContinuously.Size = new Size(121, 21);
|
btn_RunContinuously.TabIndex = 6;
|
btn_RunContinuously.Text = "连续运行";
|
btn_RunContinuously.TipsFont = new Font("宋体", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
btn_RunContinuously.Click += btn_RunContinuously_Click;
|
//
|
// btn_GlobalVar
|
//
|
btn_GlobalVar.BackColor = Color.FromArgb(39, 51, 63);
|
btn_GlobalVar.Dock = DockStyle.Fill;
|
btn_GlobalVar.FillColor = Color.FromArgb(39, 51, 63);
|
btn_GlobalVar.FillColor2 = Color.FromArgb(39, 51, 63);
|
btn_GlobalVar.FillSelectedColor = Color.FromArgb(128, 255, 128);
|
btn_GlobalVar.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
btn_GlobalVar.Location = new Point(877, 2);
|
btn_GlobalVar.Margin = new Padding(2);
|
btn_GlobalVar.MinimumSize = new Size(1, 1);
|
btn_GlobalVar.Name = "btn_GlobalVar";
|
btn_GlobalVar.Size = new Size(121, 21);
|
btn_GlobalVar.TabIndex = 6;
|
btn_GlobalVar.Text = "全局变量";
|
btn_GlobalVar.TipsFont = new Font("宋体", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
btn_GlobalVar.Click += btn_GlobalVar_Click;
|
//
|
// tlp_MainViewMenu
|
//
|
tlp_MainViewMenu.ColumnCount = 2;
|
tlp_MainViewMenu.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
|
tlp_MainViewMenu.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 130F));
|
tlp_MainViewMenu.Controls.Add(materialCombobox1, 1, 0);
|
tlp_MainViewMenu.Controls.Add(materialTabSelector, 0, 0);
|
tlp_MainViewMenu.Dock = DockStyle.Fill;
|
tlp_MainViewMenu.Location = new Point(3, 3);
|
tlp_MainViewMenu.Name = "tlp_MainViewMenu";
|
tlp_MainViewMenu.RowCount = 1;
|
tlp_MainViewMenu.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
|
tlp_MainViewMenu.Size = new Size(1126, 42);
|
tlp_MainViewMenu.TabIndex = 1;
|
tlp_MainViewMenu.TagString = null;
|
//
|
// materialCombobox1
|
//
|
materialCombobox1.DataSource = null;
|
materialCombobox1.Dock = DockStyle.Fill;
|
materialCombobox1.DropDownStyle = Sunny.UI.UIDropDownStyle.DropDownList;
|
materialCombobox1.FillColor = Color.FromArgb(32, 41, 50);
|
materialCombobox1.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
materialCombobox1.ForeColor = Color.White;
|
materialCombobox1.ItemHoverColor = Color.FromArgb(155, 200, 255);
|
materialCombobox1.ItemSelectForeColor = Color.FromArgb(235, 243, 255);
|
materialCombobox1.Location = new Point(1000, 5);
|
materialCombobox1.Margin = new Padding(4, 5, 4, 5);
|
materialCombobox1.MinimumSize = new Size(63, 0);
|
materialCombobox1.Name = "materialCombobox1";
|
materialCombobox1.Padding = new Padding(0, 0, 30, 2);
|
materialCombobox1.Size = new Size(122, 32);
|
materialCombobox1.SymbolSize = 24;
|
materialCombobox1.TabIndex = 2;
|
materialCombobox1.TextAlignment = ContentAlignment.MiddleLeft;
|
materialCombobox1.Watermark = "";
|
//
|
// materialTabSelector
|
//
|
materialTabSelector.BaseTabControl = null;
|
materialTabSelector.Depth = 0;
|
materialTabSelector.Dock = DockStyle.Fill;
|
materialTabSelector.Location = new Point(3, 3);
|
materialTabSelector.MouseState = MaterialSkin.MouseState.HOVER;
|
materialTabSelector.Name = "materialTabSelector";
|
materialTabSelector.Size = new Size(990, 36);
|
materialTabSelector.TabIndex = 1;
|
//
|
// grb_Info
|
//
|
grb_Info.Controls.Add(rich_Info);
|
grb_Info.Dock = DockStyle.Fill;
|
grb_Info.FillColor = Color.FromArgb(32, 41, 50);
|
grb_Info.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
grb_Info.ForeColor = SystemColors.Control;
|
grb_Info.Location = new Point(0, 0);
|
grb_Info.Margin = new Padding(4, 5, 4, 5);
|
grb_Info.MinimumSize = new Size(1, 1);
|
grb_Info.Name = "grb_Info";
|
grb_Info.Padding = new Padding(0, 32, 0, 0);
|
grb_Info.Size = new Size(1132, 166);
|
grb_Info.TabIndex = 1;
|
grb_Info.Text = "日志显示区:";
|
grb_Info.TextAlignment = ContentAlignment.MiddleLeft;
|
//
|
// rich_Info
|
//
|
rich_Info.Dock = DockStyle.Fill;
|
rich_Info.FillColor = Color.FromArgb(32, 41, 50);
|
rich_Info.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
rich_Info.Location = new Point(0, 32);
|
rich_Info.Margin = new Padding(4, 5, 4, 5);
|
rich_Info.MinimumSize = new Size(1, 1);
|
rich_Info.Name = "rich_Info";
|
rich_Info.Padding = new Padding(2);
|
rich_Info.ShowText = false;
|
rich_Info.Size = new Size(1132, 134);
|
rich_Info.TabIndex = 0;
|
rich_Info.TextAlignment = ContentAlignment.MiddleLeft;
|
rich_Info.MouseDoubleClick += rich_Info_MouseDoubleClick;
|
//
|
// cb_VisionForm
|
//
|
cb_VisionForm.Anchor = AnchorStyles.Top | AnchorStyles.Right;
|
cb_VisionForm.BackColor = Color.FromArgb(32, 34, 37);
|
cb_VisionForm.CloseHoverColor = Color.FromArgb(230, 17, 35);
|
cb_VisionForm.DefaultLocation = true;
|
cb_VisionForm.EnableHoverHighlight = true;
|
cb_VisionForm.EnableMaximizeButton = true;
|
cb_VisionForm.EnableMinimizeButton = true;
|
cb_VisionForm.ForeColor = Color.FromArgb(155, 155, 155);
|
cb_VisionForm.Location = new Point(1052, 18);
|
cb_VisionForm.MaximizeHoverColor = Color.FromArgb(74, 74, 74);
|
cb_VisionForm.MinimizeHoverColor = Color.FromArgb(63, 63, 65);
|
cb_VisionForm.Name = "cb_VisionForm";
|
cb_VisionForm.Size = new Size(90, 25);
|
cb_VisionForm.TabIndex = 0;
|
cb_VisionForm.Text = "controlBox1";
|
//
|
// VisionForm
|
//
|
AutoScaleDimensions = new SizeF(96F, 96F);
|
AutoScaleMode = AutoScaleMode.Dpi;
|
ClientSize = new Size(1152, 704);
|
Controls.Add(theme_VisionForm);
|
ForeColor = Color.Black;
|
FormBorderStyle = FormBorderStyle.None;
|
Icon = (Icon)resources.GetObject("$this.Icon");
|
MinimumSize = new Size(261, 61);
|
Name = "VisionForm";
|
Text = "轮胎外观视觉检测系统";
|
TransparencyKey = Color.Fuchsia;
|
FormClosing += VisionForm_FormClosing;
|
Load += VisionForm_Load;
|
theme_VisionForm.ResumeLayout(false);
|
sc_VisionForm.Panel1.ResumeLayout(false);
|
sc_VisionForm.Panel2.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)sc_VisionForm).EndInit();
|
sc_VisionForm.ResumeLayout(false);
|
tlp_MainView.ResumeLayout(false);
|
tlp_VisionMainOperator.ResumeLayout(false);
|
tlp_MainViewMenu.ResumeLayout(false);
|
grb_Info.ResumeLayout(false);
|
ResumeLayout(false);
|
}
|
|
#endregion
|
|
private ReaLTaiizor.Forms.ThemeForm theme_VisionForm;
|
private ReaLTaiizor.Controls.ControlBox cb_VisionForm;
|
private SplitContainer sc_VisionForm;
|
private Sunny.UI.UITableLayoutPanel tlp_VisionMainOperator;
|
private Sunny.UI.UICheckBox ckbAllowRun;
|
private Sunny.UI.UIGroupBox grb_Info;
|
private Sunny.UI.UIRichTextBox rich_Info;
|
private MaterialSkin.Controls.MaterialTabControl materialTabControl;
|
private ReaLTaiizor.Controls.AloneComboBox cmbProduct;
|
private MaterialSkin.Controls.MaterialTabSelector materialTabSelector;
|
private Sunny.UI.UITableLayoutPanel tlp_MainView;
|
private Sunny.UI.UIButton btn_SingleRun;
|
private Sunny.UI.UIButton btn_Login;
|
private Sunny.UI.UIButton btn_RunContinuously;
|
private Sunny.UI.UIButton btn_GlobalVar;
|
private Sunny.UI.UIComboBox materialCombobox1;
|
private Sunny.UI.UITableLayoutPanel tlp_MainViewMenu;
|
}
|
}
|