namespace LB_SmartVision.Forms.Pages.LEDLightSourceControlPage
{
partial class LEDLightSourceControlEditPage
{
///
/// 必需的设计器变量。
///
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()
{
grpLEDControl = new ReaLTaiizor.Controls.ParrotGroupBox();
tableLayoutPanel1 = new TableLayoutPanel();
tableLayoutPanel2 = new TableLayoutPanel();
tableLayoutPanel3 = new TableLayoutPanel();
uiGroupBox1 = new Sunny.UI.UIGroupBox();
tableLayoutPanel5 = new TableLayoutPanel();
cobParityBit = new Sunny.UI.UIComboBox();
cobStopBit = new Sunny.UI.UIComboBox();
cobDataBit = new Sunny.UI.UIComboBox();
cobBaudRate = new Sunny.UI.UIComboBox();
lbPortName = new ReaLTaiizor.Controls.BigLabel();
lbBaudRate = new ReaLTaiizor.Controls.BigLabel();
lbDataBit = new ReaLTaiizor.Controls.BigLabel();
lbStopBit = new ReaLTaiizor.Controls.BigLabel();
lbParityBit = new ReaLTaiizor.Controls.BigLabel();
cobPortName = new Sunny.UI.UIComboBox();
tableLayoutPanel6 = new TableLayoutPanel();
btnClosePort = new ReaLTaiizor.Controls.HopeButton();
btnOpenPort = new ReaLTaiizor.Controls.HopeButton();
tableLayoutPanel7 = new TableLayoutPanel();
lbStatus = new ReaLTaiizor.Controls.BigLabel();
tableLayoutPanel9 = new TableLayoutPanel();
grbReceive = new GroupBox();
rtxtReceive = new RichTextBox();
grbSend = new GroupBox();
rtxtSend = new RichTextBox();
tableLayoutPanel8 = new TableLayoutPanel();
grbLEDluminosity = new GroupBox();
tableLayoutPanel10 = new TableLayoutPanel();
panel1 = new Panel();
nupdSetValueCH3 = new NumericUpDown();
nupdSetValueCH4 = new NumericUpDown();
nupdSetValueCH2 = new NumericUpDown();
nupdSetValueCH1 = new NumericUpDown();
trackBarCH1 = new TrackBar();
trackBarCH2 = new TrackBar();
trackBarCH3 = new TrackBar();
trackBarCH4 = new TrackBar();
通道1 = new Label();
通道4 = new Label();
通道2 = new Label();
通道3 = new Label();
dataGridView1 = new DataGridView();
tableLayoutPanel4 = new TableLayoutPanel();
btnSerialPortRemove = new ReaLTaiizor.Controls.HopeButton();
btnSerialPortSave = new ReaLTaiizor.Controls.HopeButton();
btnSerialPortAdd = new ReaLTaiizor.Controls.HopeButton();
grpLEDControl.SuspendLayout();
tableLayoutPanel1.SuspendLayout();
tableLayoutPanel2.SuspendLayout();
tableLayoutPanel3.SuspendLayout();
uiGroupBox1.SuspendLayout();
tableLayoutPanel5.SuspendLayout();
tableLayoutPanel6.SuspendLayout();
tableLayoutPanel7.SuspendLayout();
tableLayoutPanel9.SuspendLayout();
grbReceive.SuspendLayout();
grbSend.SuspendLayout();
tableLayoutPanel8.SuspendLayout();
grbLEDluminosity.SuspendLayout();
tableLayoutPanel10.SuspendLayout();
panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)nupdSetValueCH3).BeginInit();
((System.ComponentModel.ISupportInitialize)nupdSetValueCH4).BeginInit();
((System.ComponentModel.ISupportInitialize)nupdSetValueCH2).BeginInit();
((System.ComponentModel.ISupportInitialize)nupdSetValueCH1).BeginInit();
((System.ComponentModel.ISupportInitialize)trackBarCH1).BeginInit();
((System.ComponentModel.ISupportInitialize)trackBarCH2).BeginInit();
((System.ComponentModel.ISupportInitialize)trackBarCH3).BeginInit();
((System.ComponentModel.ISupportInitialize)trackBarCH4).BeginInit();
((System.ComponentModel.ISupportInitialize)dataGridView1).BeginInit();
tableLayoutPanel4.SuspendLayout();
SuspendLayout();
//
// grpLEDControl
//
grpLEDControl.BorderColor = Color.DodgerBlue;
grpLEDControl.BorderWidth = 1;
grpLEDControl.Controls.Add(tableLayoutPanel1);
grpLEDControl.Dock = DockStyle.Fill;
grpLEDControl.Font = new Font("宋体", 12F);
grpLEDControl.Location = new Point(0, 0);
grpLEDControl.Name = "grpLEDControl";
grpLEDControl.ShowText = true;
grpLEDControl.Size = new Size(866, 580);
grpLEDControl.TabIndex = 0;
grpLEDControl.TabStop = false;
grpLEDControl.Text = "光源控制配置";
grpLEDControl.TextColor = Color.DodgerBlue;
//
// tableLayoutPanel1
//
tableLayoutPanel1.ColumnCount = 1;
tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 20F));
tableLayoutPanel1.Controls.Add(tableLayoutPanel2, 0, 0);
tableLayoutPanel1.Controls.Add(tableLayoutPanel4, 0, 1);
tableLayoutPanel1.Dock = DockStyle.Fill;
tableLayoutPanel1.Location = new Point(3, 22);
tableLayoutPanel1.Name = "tableLayoutPanel1";
tableLayoutPanel1.RowCount = 2;
tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Absolute, 45F));
tableLayoutPanel1.Size = new Size(860, 555);
tableLayoutPanel1.TabIndex = 1;
//
// tableLayoutPanel2
//
tableLayoutPanel2.ColumnCount = 2;
tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 340F));
tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
tableLayoutPanel2.Controls.Add(tableLayoutPanel3, 0, 0);
tableLayoutPanel2.Controls.Add(tableLayoutPanel8, 1, 0);
tableLayoutPanel2.Dock = DockStyle.Fill;
tableLayoutPanel2.Location = new Point(3, 3);
tableLayoutPanel2.Name = "tableLayoutPanel2";
tableLayoutPanel2.RowCount = 1;
tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
tableLayoutPanel2.Size = new Size(854, 504);
tableLayoutPanel2.TabIndex = 0;
//
// tableLayoutPanel3
//
tableLayoutPanel3.ColumnCount = 1;
tableLayoutPanel3.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
tableLayoutPanel3.Controls.Add(uiGroupBox1, 0, 0);
tableLayoutPanel3.Controls.Add(tableLayoutPanel6, 0, 1);
tableLayoutPanel3.Controls.Add(tableLayoutPanel7, 0, 3);
tableLayoutPanel3.Controls.Add(tableLayoutPanel9, 0, 2);
tableLayoutPanel3.Dock = DockStyle.Fill;
tableLayoutPanel3.Location = new Point(3, 3);
tableLayoutPanel3.Name = "tableLayoutPanel3";
tableLayoutPanel3.RowCount = 4;
tableLayoutPanel3.RowStyles.Add(new RowStyle(SizeType.Absolute, 260F));
tableLayoutPanel3.RowStyles.Add(new RowStyle(SizeType.Absolute, 45F));
tableLayoutPanel3.RowStyles.Add(new RowStyle(SizeType.Absolute, 160F));
tableLayoutPanel3.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
tableLayoutPanel3.Size = new Size(334, 498);
tableLayoutPanel3.TabIndex = 0;
//
// uiGroupBox1
//
uiGroupBox1.Controls.Add(tableLayoutPanel5);
uiGroupBox1.Dock = DockStyle.Fill;
uiGroupBox1.FillColor = Color.FromArgb(32, 41, 50);
uiGroupBox1.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
uiGroupBox1.ForeColor = Color.White;
uiGroupBox1.Location = new Point(4, 5);
uiGroupBox1.Margin = new Padding(4, 5, 4, 5);
uiGroupBox1.MinimumSize = new Size(1, 1);
uiGroupBox1.Name = "uiGroupBox1";
uiGroupBox1.Padding = new Padding(0, 32, 0, 0);
uiGroupBox1.Size = new Size(326, 250);
uiGroupBox1.TabIndex = 0;
uiGroupBox1.Text = "串口设置:";
uiGroupBox1.TextAlignment = ContentAlignment.MiddleLeft;
//
// tableLayoutPanel5
//
tableLayoutPanel5.ColumnCount = 2;
tableLayoutPanel5.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 40F));
tableLayoutPanel5.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 60F));
tableLayoutPanel5.Controls.Add(cobParityBit, 1, 4);
tableLayoutPanel5.Controls.Add(cobStopBit, 1, 3);
tableLayoutPanel5.Controls.Add(cobDataBit, 1, 2);
tableLayoutPanel5.Controls.Add(cobBaudRate, 1, 1);
tableLayoutPanel5.Controls.Add(lbPortName, 0, 0);
tableLayoutPanel5.Controls.Add(lbBaudRate, 0, 1);
tableLayoutPanel5.Controls.Add(lbDataBit, 0, 2);
tableLayoutPanel5.Controls.Add(lbStopBit, 0, 3);
tableLayoutPanel5.Controls.Add(lbParityBit, 0, 4);
tableLayoutPanel5.Controls.Add(cobPortName, 1, 0);
tableLayoutPanel5.Dock = DockStyle.Fill;
tableLayoutPanel5.Location = new Point(0, 32);
tableLayoutPanel5.Name = "tableLayoutPanel5";
tableLayoutPanel5.RowCount = 5;
tableLayoutPanel5.RowStyles.Add(new RowStyle(SizeType.Percent, 20F));
tableLayoutPanel5.RowStyles.Add(new RowStyle(SizeType.Percent, 20F));
tableLayoutPanel5.RowStyles.Add(new RowStyle(SizeType.Percent, 20F));
tableLayoutPanel5.RowStyles.Add(new RowStyle(SizeType.Percent, 20F));
tableLayoutPanel5.RowStyles.Add(new RowStyle(SizeType.Percent, 20F));
tableLayoutPanel5.Size = new Size(326, 218);
tableLayoutPanel5.TabIndex = 0;
//
// cobParityBit
//
cobParityBit.DataSource = null;
cobParityBit.Dock = DockStyle.Fill;
cobParityBit.DropDownStyle = Sunny.UI.UIDropDownStyle.DropDownList;
cobParityBit.FillColor = Color.FromArgb(32, 41, 50);
cobParityBit.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
cobParityBit.ForeColor = Color.White;
cobParityBit.ItemHoverColor = Color.FromArgb(155, 200, 255);
cobParityBit.ItemSelectForeColor = Color.FromArgb(235, 243, 255);
cobParityBit.Location = new Point(134, 177);
cobParityBit.Margin = new Padding(4, 5, 4, 5);
cobParityBit.MinimumSize = new Size(63, 0);
cobParityBit.Name = "cobParityBit";
cobParityBit.Padding = new Padding(0, 0, 30, 2);
cobParityBit.Size = new Size(188, 36);
cobParityBit.SymbolSize = 24;
cobParityBit.TabIndex = 9;
cobParityBit.TextAlignment = ContentAlignment.MiddleLeft;
cobParityBit.Watermark = "";
cobParityBit.SelectedIndexChanged += cobParityBit_SelectedIndexChanged;
//
// cobStopBit
//
cobStopBit.DataSource = null;
cobStopBit.Dock = DockStyle.Fill;
cobStopBit.DropDownStyle = Sunny.UI.UIDropDownStyle.DropDownList;
cobStopBit.FillColor = Color.FromArgb(32, 41, 50);
cobStopBit.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
cobStopBit.ForeColor = Color.White;
cobStopBit.ItemHoverColor = Color.FromArgb(155, 200, 255);
cobStopBit.ItemSelectForeColor = Color.FromArgb(235, 243, 255);
cobStopBit.Location = new Point(134, 134);
cobStopBit.Margin = new Padding(4, 5, 4, 5);
cobStopBit.MinimumSize = new Size(63, 0);
cobStopBit.Name = "cobStopBit";
cobStopBit.Padding = new Padding(0, 0, 30, 2);
cobStopBit.Size = new Size(188, 33);
cobStopBit.SymbolSize = 24;
cobStopBit.TabIndex = 8;
cobStopBit.TextAlignment = ContentAlignment.MiddleLeft;
cobStopBit.Watermark = "";
cobStopBit.SelectedIndexChanged += cobStopBit_SelectedIndexChanged;
//
// cobDataBit
//
cobDataBit.DataSource = null;
cobDataBit.Dock = DockStyle.Fill;
cobDataBit.DropDownStyle = Sunny.UI.UIDropDownStyle.DropDownList;
cobDataBit.FillColor = Color.FromArgb(32, 41, 50);
cobDataBit.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
cobDataBit.ForeColor = Color.White;
cobDataBit.ItemHoverColor = Color.FromArgb(155, 200, 255);
cobDataBit.Items.AddRange(new object[] { "8" });
cobDataBit.ItemSelectForeColor = Color.FromArgb(235, 243, 255);
cobDataBit.Location = new Point(134, 91);
cobDataBit.Margin = new Padding(4, 5, 4, 5);
cobDataBit.MinimumSize = new Size(63, 0);
cobDataBit.Name = "cobDataBit";
cobDataBit.Padding = new Padding(0, 0, 30, 2);
cobDataBit.Size = new Size(188, 33);
cobDataBit.SymbolSize = 24;
cobDataBit.TabIndex = 7;
cobDataBit.TextAlignment = ContentAlignment.MiddleLeft;
cobDataBit.Watermark = "";
cobDataBit.SelectedIndexChanged += cobDataBit_SelectedIndexChanged;
//
// cobBaudRate
//
cobBaudRate.DataSource = null;
cobBaudRate.Dock = DockStyle.Fill;
cobBaudRate.DropDownStyle = Sunny.UI.UIDropDownStyle.DropDownList;
cobBaudRate.FillColor = Color.FromArgb(32, 41, 50);
cobBaudRate.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
cobBaudRate.ForeColor = Color.White;
cobBaudRate.ItemHoverColor = Color.FromArgb(155, 200, 255);
cobBaudRate.Items.AddRange(new object[] { "9600", "19200", "115200" });
cobBaudRate.ItemSelectForeColor = Color.FromArgb(235, 243, 255);
cobBaudRate.Location = new Point(134, 48);
cobBaudRate.Margin = new Padding(4, 5, 4, 5);
cobBaudRate.MinimumSize = new Size(63, 0);
cobBaudRate.Name = "cobBaudRate";
cobBaudRate.Padding = new Padding(0, 0, 30, 2);
cobBaudRate.Size = new Size(188, 33);
cobBaudRate.SymbolSize = 24;
cobBaudRate.TabIndex = 6;
cobBaudRate.TextAlignment = ContentAlignment.MiddleLeft;
cobBaudRate.Watermark = "";
cobBaudRate.SelectedIndexChanged += cobBaudRate_SelectedIndexChanged;
//
// lbPortName
//
lbPortName.AutoSize = true;
lbPortName.BackColor = Color.Transparent;
lbPortName.Dock = DockStyle.Fill;
lbPortName.Font = new Font("微软雅黑", 12F, FontStyle.Regular, GraphicsUnit.Point, 0);
lbPortName.ForeColor = Color.White;
lbPortName.Location = new Point(3, 0);
lbPortName.Name = "lbPortName";
lbPortName.Size = new Size(124, 43);
lbPortName.TabIndex = 0;
lbPortName.Text = "端口号:";
lbPortName.TextAlign = ContentAlignment.MiddleRight;
//
// lbBaudRate
//
lbBaudRate.AutoSize = true;
lbBaudRate.BackColor = Color.Transparent;
lbBaudRate.Dock = DockStyle.Fill;
lbBaudRate.Font = new Font("微软雅黑", 12F, FontStyle.Regular, GraphicsUnit.Point, 0);
lbBaudRate.ForeColor = Color.White;
lbBaudRate.Location = new Point(3, 43);
lbBaudRate.Name = "lbBaudRate";
lbBaudRate.Size = new Size(124, 43);
lbBaudRate.TabIndex = 1;
lbBaudRate.Text = "波特率:";
lbBaudRate.TextAlign = ContentAlignment.MiddleRight;
//
// lbDataBit
//
lbDataBit.AutoSize = true;
lbDataBit.BackColor = Color.Transparent;
lbDataBit.Dock = DockStyle.Fill;
lbDataBit.Font = new Font("微软雅黑", 12F, FontStyle.Regular, GraphicsUnit.Point, 0);
lbDataBit.ForeColor = Color.White;
lbDataBit.Location = new Point(3, 86);
lbDataBit.Name = "lbDataBit";
lbDataBit.Size = new Size(124, 43);
lbDataBit.TabIndex = 2;
lbDataBit.Text = "数据位:";
lbDataBit.TextAlign = ContentAlignment.MiddleRight;
//
// lbStopBit
//
lbStopBit.AutoSize = true;
lbStopBit.BackColor = Color.Transparent;
lbStopBit.Dock = DockStyle.Fill;
lbStopBit.Font = new Font("微软雅黑", 12F, FontStyle.Regular, GraphicsUnit.Point, 0);
lbStopBit.ForeColor = Color.White;
lbStopBit.Location = new Point(3, 129);
lbStopBit.Name = "lbStopBit";
lbStopBit.Size = new Size(124, 43);
lbStopBit.TabIndex = 3;
lbStopBit.Text = "停止位:";
lbStopBit.TextAlign = ContentAlignment.MiddleRight;
//
// lbParityBit
//
lbParityBit.AutoSize = true;
lbParityBit.BackColor = Color.Transparent;
lbParityBit.Dock = DockStyle.Fill;
lbParityBit.Font = new Font("微软雅黑", 12F, FontStyle.Regular, GraphicsUnit.Point, 0);
lbParityBit.ForeColor = Color.White;
lbParityBit.Location = new Point(3, 172);
lbParityBit.Name = "lbParityBit";
lbParityBit.Size = new Size(124, 46);
lbParityBit.TabIndex = 4;
lbParityBit.Text = "校验位:";
lbParityBit.TextAlign = ContentAlignment.MiddleRight;
//
// cobPortName
//
cobPortName.DataSource = null;
cobPortName.Dock = DockStyle.Fill;
cobPortName.DropDownStyle = Sunny.UI.UIDropDownStyle.DropDownList;
cobPortName.FillColor = Color.FromArgb(32, 41, 50);
cobPortName.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
cobPortName.ForeColor = Color.White;
cobPortName.ItemHoverColor = Color.FromArgb(155, 200, 255);
cobPortName.ItemSelectForeColor = Color.FromArgb(235, 243, 255);
cobPortName.Location = new Point(134, 5);
cobPortName.Margin = new Padding(4, 5, 4, 5);
cobPortName.MinimumSize = new Size(63, 0);
cobPortName.Name = "cobPortName";
cobPortName.Padding = new Padding(0, 0, 30, 2);
cobPortName.Size = new Size(188, 33);
cobPortName.SymbolSize = 24;
cobPortName.TabIndex = 5;
cobPortName.TextAlignment = ContentAlignment.MiddleLeft;
cobPortName.Watermark = "";
cobPortName.SelectedIndexChanged += cobPortName_SelectedIndexChanged;
//
// tableLayoutPanel6
//
tableLayoutPanel6.ColumnCount = 2;
tableLayoutPanel6.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
tableLayoutPanel6.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
tableLayoutPanel6.Controls.Add(btnClosePort, 1, 0);
tableLayoutPanel6.Controls.Add(btnOpenPort, 0, 0);
tableLayoutPanel6.Dock = DockStyle.Fill;
tableLayoutPanel6.Location = new Point(3, 263);
tableLayoutPanel6.Name = "tableLayoutPanel6";
tableLayoutPanel6.RowCount = 1;
tableLayoutPanel6.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
tableLayoutPanel6.RowStyles.Add(new RowStyle(SizeType.Absolute, 20F));
tableLayoutPanel6.Size = new Size(328, 39);
tableLayoutPanel6.TabIndex = 1;
//
// btnClosePort
//
btnClosePort.BorderColor = Color.FromArgb(220, 223, 230);
btnClosePort.ButtonType = ReaLTaiizor.Util.HopeButtonType.Primary;
btnClosePort.DangerColor = Color.FromArgb(245, 108, 108);
btnClosePort.DefaultColor = Color.FromArgb(255, 255, 255);
btnClosePort.Dock = DockStyle.Fill;
btnClosePort.Font = new Font("Segoe UI", 12F);
btnClosePort.HoverTextColor = Color.FromArgb(48, 49, 51);
btnClosePort.InfoColor = Color.FromArgb(144, 147, 153);
btnClosePort.Location = new Point(167, 3);
btnClosePort.Name = "btnClosePort";
btnClosePort.PrimaryColor = Color.FromArgb(64, 158, 255);
btnClosePort.Size = new Size(158, 33);
btnClosePort.SuccessColor = Color.FromArgb(103, 194, 58);
btnClosePort.TabIndex = 3;
btnClosePort.Text = "关闭串口";
btnClosePort.TextColor = Color.White;
btnClosePort.WarningColor = Color.FromArgb(230, 162, 60);
btnClosePort.Click += btnClosePort_Click;
//
// btnOpenPort
//
btnOpenPort.BorderColor = Color.FromArgb(220, 223, 230);
btnOpenPort.ButtonType = ReaLTaiizor.Util.HopeButtonType.Primary;
btnOpenPort.DangerColor = Color.FromArgb(245, 108, 108);
btnOpenPort.DefaultColor = Color.FromArgb(255, 255, 255);
btnOpenPort.Dock = DockStyle.Fill;
btnOpenPort.Font = new Font("Segoe UI", 12F);
btnOpenPort.HoverTextColor = Color.FromArgb(48, 49, 51);
btnOpenPort.InfoColor = Color.FromArgb(144, 147, 153);
btnOpenPort.Location = new Point(3, 3);
btnOpenPort.Name = "btnOpenPort";
btnOpenPort.PrimaryColor = Color.FromArgb(64, 158, 255);
btnOpenPort.Size = new Size(158, 33);
btnOpenPort.SuccessColor = Color.FromArgb(103, 194, 58);
btnOpenPort.TabIndex = 2;
btnOpenPort.Text = "打开串口";
btnOpenPort.TextColor = Color.White;
btnOpenPort.WarningColor = Color.FromArgb(230, 162, 60);
btnOpenPort.Click += btnOpenPort_Click;
//
// tableLayoutPanel7
//
tableLayoutPanel7.ColumnCount = 1;
tableLayoutPanel7.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
tableLayoutPanel7.Controls.Add(lbStatus, 0, 0);
tableLayoutPanel7.Dock = DockStyle.Bottom;
tableLayoutPanel7.Location = new Point(3, 468);
tableLayoutPanel7.Name = "tableLayoutPanel7";
tableLayoutPanel7.RowCount = 1;
tableLayoutPanel7.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
tableLayoutPanel7.Size = new Size(328, 27);
tableLayoutPanel7.TabIndex = 2;
//
// lbStatus
//
lbStatus.AutoSize = true;
lbStatus.BackColor = Color.Transparent;
lbStatus.Dock = DockStyle.Fill;
lbStatus.Font = new Font("微软雅黑", 15F, FontStyle.Regular, GraphicsUnit.Point, 134);
lbStatus.ForeColor = Color.White;
lbStatus.Location = new Point(3, 0);
lbStatus.Name = "lbStatus";
lbStatus.Size = new Size(322, 27);
lbStatus.TabIndex = 0;
lbStatus.Text = "状态:";
lbStatus.TextAlign = ContentAlignment.MiddleLeft;
//
// tableLayoutPanel9
//
tableLayoutPanel9.ColumnCount = 1;
tableLayoutPanel9.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
tableLayoutPanel9.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 20F));
tableLayoutPanel9.Controls.Add(grbReceive, 0, 1);
tableLayoutPanel9.Controls.Add(grbSend, 0, 0);
tableLayoutPanel9.Dock = DockStyle.Fill;
tableLayoutPanel9.Location = new Point(3, 308);
tableLayoutPanel9.Name = "tableLayoutPanel9";
tableLayoutPanel9.RowCount = 2;
tableLayoutPanel9.RowStyles.Add(new RowStyle(SizeType.Percent, 50F));
tableLayoutPanel9.RowStyles.Add(new RowStyle(SizeType.Percent, 50F));
tableLayoutPanel9.Size = new Size(328, 154);
tableLayoutPanel9.TabIndex = 3;
//
// grbReceive
//
grbReceive.Controls.Add(rtxtReceive);
grbReceive.Dock = DockStyle.Fill;
grbReceive.ForeColor = SystemColors.Control;
grbReceive.Location = new Point(3, 80);
grbReceive.Name = "grbReceive";
grbReceive.Size = new Size(322, 71);
grbReceive.TabIndex = 1;
grbReceive.TabStop = false;
grbReceive.Text = "接收:";
//
// rtxtReceive
//
rtxtReceive.Dock = DockStyle.Fill;
rtxtReceive.Location = new Point(3, 22);
rtxtReceive.Name = "rtxtReceive";
rtxtReceive.ScrollBars = RichTextBoxScrollBars.ForcedVertical;
rtxtReceive.Size = new Size(316, 46);
rtxtReceive.TabIndex = 1;
rtxtReceive.Text = "";
//
// grbSend
//
grbSend.Controls.Add(rtxtSend);
grbSend.Dock = DockStyle.Fill;
grbSend.ForeColor = SystemColors.Control;
grbSend.Location = new Point(3, 3);
grbSend.Name = "grbSend";
grbSend.Size = new Size(322, 71);
grbSend.TabIndex = 0;
grbSend.TabStop = false;
grbSend.Text = "发送:";
//
// rtxtSend
//
rtxtSend.BackColor = Color.White;
rtxtSend.Dock = DockStyle.Fill;
rtxtSend.Location = new Point(3, 22);
rtxtSend.Name = "rtxtSend";
rtxtSend.ScrollBars = RichTextBoxScrollBars.ForcedVertical;
rtxtSend.Size = new Size(316, 46);
rtxtSend.TabIndex = 0;
rtxtSend.Text = "";
//
// tableLayoutPanel8
//
tableLayoutPanel8.ColumnCount = 1;
tableLayoutPanel8.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
tableLayoutPanel8.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 20F));
tableLayoutPanel8.Controls.Add(grbLEDluminosity, 0, 1);
tableLayoutPanel8.Controls.Add(dataGridView1, 0, 0);
tableLayoutPanel8.Dock = DockStyle.Fill;
tableLayoutPanel8.Location = new Point(343, 3);
tableLayoutPanel8.Name = "tableLayoutPanel8";
tableLayoutPanel8.RowCount = 2;
tableLayoutPanel8.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
tableLayoutPanel8.RowStyles.Add(new RowStyle(SizeType.Absolute, 300F));
tableLayoutPanel8.Size = new Size(508, 498);
tableLayoutPanel8.TabIndex = 1;
//
// grbLEDluminosity
//
grbLEDluminosity.Controls.Add(tableLayoutPanel10);
grbLEDluminosity.Dock = DockStyle.Fill;
grbLEDluminosity.ForeColor = SystemColors.Control;
grbLEDluminosity.Location = new Point(3, 201);
grbLEDluminosity.Name = "grbLEDluminosity";
grbLEDluminosity.Size = new Size(502, 294);
grbLEDluminosity.TabIndex = 2;
grbLEDluminosity.TabStop = false;
grbLEDluminosity.Text = "亮度设置:";
//
// tableLayoutPanel10
//
tableLayoutPanel10.ColumnCount = 2;
tableLayoutPanel10.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 375F));
tableLayoutPanel10.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
tableLayoutPanel10.Controls.Add(panel1, 0, 0);
tableLayoutPanel10.Location = new Point(3, 22);
tableLayoutPanel10.Name = "tableLayoutPanel10";
tableLayoutPanel10.RowCount = 1;
tableLayoutPanel10.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
tableLayoutPanel10.Size = new Size(496, 269);
tableLayoutPanel10.TabIndex = 32;
//
// panel1
//
panel1.Controls.Add(nupdSetValueCH3);
panel1.Controls.Add(nupdSetValueCH4);
panel1.Controls.Add(nupdSetValueCH2);
panel1.Controls.Add(nupdSetValueCH1);
panel1.Controls.Add(trackBarCH1);
panel1.Controls.Add(trackBarCH2);
panel1.Controls.Add(trackBarCH3);
panel1.Controls.Add(trackBarCH4);
panel1.Controls.Add(通道1);
panel1.Controls.Add(通道4);
panel1.Controls.Add(通道2);
panel1.Controls.Add(通道3);
panel1.Dock = DockStyle.Fill;
panel1.Location = new Point(3, 3);
panel1.Name = "panel1";
panel1.Size = new Size(369, 263);
panel1.TabIndex = 0;
//
// nupdSetValueCH3
//
nupdSetValueCH3.Location = new Point(300, 138);
nupdSetValueCH3.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
nupdSetValueCH3.Name = "nupdSetValueCH3";
nupdSetValueCH3.Size = new Size(57, 26);
nupdSetValueCH3.TabIndex = 1;
nupdSetValueCH3.ValueChanged += nupdSetValueCH3_ValueChanged;
//
// nupdSetValueCH4
//
nupdSetValueCH4.Location = new Point(300, 203);
nupdSetValueCH4.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
nupdSetValueCH4.Name = "nupdSetValueCH4";
nupdSetValueCH4.Size = new Size(57, 26);
nupdSetValueCH4.TabIndex = 1;
nupdSetValueCH4.ValueChanged += nupdSetValueCH4_ValueChanged;
//
// nupdSetValueCH2
//
nupdSetValueCH2.Location = new Point(300, 75);
nupdSetValueCH2.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
nupdSetValueCH2.Name = "nupdSetValueCH2";
nupdSetValueCH2.Size = new Size(57, 26);
nupdSetValueCH2.TabIndex = 1;
nupdSetValueCH2.ValueChanged += nupdSetValueCH2_ValueChanged;
//
// nupdSetValueCH1
//
nupdSetValueCH1.Location = new Point(300, 12);
nupdSetValueCH1.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
nupdSetValueCH1.Name = "nupdSetValueCH1";
nupdSetValueCH1.Size = new Size(57, 26);
nupdSetValueCH1.TabIndex = 1;
nupdSetValueCH1.ValueChanged += nupdSetValueCH1_ValueChanged;
//
// trackBarCH1
//
trackBarCH1.Location = new Point(62, 12);
trackBarCH1.Margin = new Padding(4, 5, 4, 5);
trackBarCH1.Maximum = 255;
trackBarCH1.Name = "trackBarCH1";
trackBarCH1.Size = new Size(228, 45);
trackBarCH1.TabIndex = 20;
trackBarCH1.Scroll += trackBarCH1_Scroll;
//
// trackBarCH2
//
trackBarCH2.Location = new Point(62, 75);
trackBarCH2.Margin = new Padding(4, 5, 4, 5);
trackBarCH2.Maximum = 255;
trackBarCH2.Name = "trackBarCH2";
trackBarCH2.Size = new Size(228, 45);
trackBarCH2.TabIndex = 21;
trackBarCH2.Scroll += trackBarCH2_Scroll;
//
// trackBarCH3
//
trackBarCH3.Location = new Point(62, 138);
trackBarCH3.Margin = new Padding(4, 5, 4, 5);
trackBarCH3.Maximum = 255;
trackBarCH3.Name = "trackBarCH3";
trackBarCH3.Size = new Size(228, 45);
trackBarCH3.TabIndex = 22;
trackBarCH3.Scroll += trackBarCH3_Scroll;
//
// trackBarCH4
//
trackBarCH4.Location = new Point(62, 203);
trackBarCH4.Margin = new Padding(4, 5, 4, 5);
trackBarCH4.Maximum = 255;
trackBarCH4.Name = "trackBarCH4";
trackBarCH4.Size = new Size(228, 45);
trackBarCH4.TabIndex = 23;
trackBarCH4.Scroll += trackBarCH4_Scroll;
//
// 通道1
//
通道1.AutoSize = true;
通道1.Location = new Point(11, 12);
通道1.Margin = new Padding(4, 0, 4, 0);
通道1.Name = "通道1";
通道1.Size = new Size(47, 16);
通道1.TabIndex = 24;
通道1.Text = "通道1";
//
// 通道4
//
通道4.AutoSize = true;
通道4.Location = new Point(11, 203);
通道4.Margin = new Padding(4, 0, 4, 0);
通道4.Name = "通道4";
通道4.Size = new Size(47, 16);
通道4.TabIndex = 27;
通道4.Text = "通道4";
//
// 通道2
//
通道2.AutoSize = true;
通道2.Location = new Point(11, 75);
通道2.Margin = new Padding(4, 0, 4, 0);
通道2.Name = "通道2";
通道2.Size = new Size(47, 16);
通道2.TabIndex = 25;
通道2.Text = "通道2";
//
// 通道3
//
通道3.AutoSize = true;
通道3.Location = new Point(11, 138);
通道3.Margin = new Padding(4, 0, 4, 0);
通道3.Name = "通道3";
通道3.Size = new Size(47, 16);
通道3.TabIndex = 26;
通道3.Text = "通道3";
//
// dataGridView1
//
dataGridView1.BackgroundColor = Color.FromArgb(32, 41, 50);
dataGridView1.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
dataGridView1.Dock = DockStyle.Fill;
dataGridView1.GridColor = Color.FromArgb(32, 41, 50);
dataGridView1.Location = new Point(3, 3);
dataGridView1.Name = "dataGridView1";
dataGridView1.Size = new Size(502, 192);
dataGridView1.TabIndex = 1;
//
// tableLayoutPanel4
//
tableLayoutPanel4.ColumnCount = 4;
tableLayoutPanel4.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 25F));
tableLayoutPanel4.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 25F));
tableLayoutPanel4.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 25F));
tableLayoutPanel4.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 25F));
tableLayoutPanel4.Controls.Add(btnSerialPortRemove, 2, 0);
tableLayoutPanel4.Controls.Add(btnSerialPortSave, 3, 0);
tableLayoutPanel4.Controls.Add(btnSerialPortAdd, 1, 0);
tableLayoutPanel4.Dock = DockStyle.Right;
tableLayoutPanel4.Location = new Point(457, 513);
tableLayoutPanel4.Name = "tableLayoutPanel4";
tableLayoutPanel4.RowCount = 1;
tableLayoutPanel4.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
tableLayoutPanel4.Size = new Size(400, 39);
tableLayoutPanel4.TabIndex = 1;
//
// btnSerialPortRemove
//
btnSerialPortRemove.BorderColor = Color.FromArgb(220, 223, 230);
btnSerialPortRemove.ButtonType = ReaLTaiizor.Util.HopeButtonType.Primary;
btnSerialPortRemove.DangerColor = Color.FromArgb(245, 108, 108);
btnSerialPortRemove.DefaultColor = Color.FromArgb(255, 255, 255);
btnSerialPortRemove.Dock = DockStyle.Fill;
btnSerialPortRemove.Font = new Font("Segoe UI", 12F);
btnSerialPortRemove.HoverTextColor = Color.FromArgb(48, 49, 51);
btnSerialPortRemove.InfoColor = Color.FromArgb(144, 147, 153);
btnSerialPortRemove.Location = new Point(203, 3);
btnSerialPortRemove.Name = "btnSerialPortRemove";
btnSerialPortRemove.PrimaryColor = Color.FromArgb(64, 158, 255);
btnSerialPortRemove.Size = new Size(94, 33);
btnSerialPortRemove.SuccessColor = Color.FromArgb(103, 194, 58);
btnSerialPortRemove.TabIndex = 1;
btnSerialPortRemove.Text = "移除";
btnSerialPortRemove.TextColor = Color.White;
btnSerialPortRemove.WarningColor = Color.FromArgb(230, 162, 60);
btnSerialPortRemove.Click += btnSerialPortRemove_Click;
//
// btnSerialPortSave
//
btnSerialPortSave.BorderColor = Color.FromArgb(220, 223, 230);
btnSerialPortSave.ButtonType = ReaLTaiizor.Util.HopeButtonType.Primary;
btnSerialPortSave.DangerColor = Color.FromArgb(245, 108, 108);
btnSerialPortSave.DefaultColor = Color.FromArgb(255, 255, 255);
btnSerialPortSave.Dock = DockStyle.Fill;
btnSerialPortSave.Font = new Font("Segoe UI", 12F);
btnSerialPortSave.HoverTextColor = Color.FromArgb(48, 49, 51);
btnSerialPortSave.InfoColor = Color.FromArgb(144, 147, 153);
btnSerialPortSave.Location = new Point(303, 3);
btnSerialPortSave.Name = "btnSerialPortSave";
btnSerialPortSave.PrimaryColor = Color.FromArgb(64, 158, 255);
btnSerialPortSave.Size = new Size(94, 33);
btnSerialPortSave.SuccessColor = Color.FromArgb(103, 194, 58);
btnSerialPortSave.TabIndex = 0;
btnSerialPortSave.Text = "保存";
btnSerialPortSave.TextColor = Color.White;
btnSerialPortSave.WarningColor = Color.FromArgb(230, 162, 60);
btnSerialPortSave.Click += btnSerialPortSave_Click;
//
// btnSerialPortAdd
//
btnSerialPortAdd.BorderColor = Color.FromArgb(220, 223, 230);
btnSerialPortAdd.ButtonType = ReaLTaiizor.Util.HopeButtonType.Primary;
btnSerialPortAdd.DangerColor = Color.FromArgb(245, 108, 108);
btnSerialPortAdd.DefaultColor = Color.FromArgb(255, 255, 255);
btnSerialPortAdd.Dock = DockStyle.Fill;
btnSerialPortAdd.Font = new Font("Segoe UI", 12F);
btnSerialPortAdd.HoverTextColor = Color.FromArgb(48, 49, 51);
btnSerialPortAdd.InfoColor = Color.FromArgb(144, 147, 153);
btnSerialPortAdd.Location = new Point(103, 3);
btnSerialPortAdd.Name = "btnSerialPortAdd";
btnSerialPortAdd.PrimaryColor = Color.FromArgb(64, 158, 255);
btnSerialPortAdd.Size = new Size(94, 33);
btnSerialPortAdd.SuccessColor = Color.FromArgb(103, 194, 58);
btnSerialPortAdd.TabIndex = 1;
btnSerialPortAdd.Text = "添加";
btnSerialPortAdd.TextColor = Color.White;
btnSerialPortAdd.WarningColor = Color.FromArgb(230, 162, 60);
btnSerialPortAdd.Click += btnSerialPortAdd_Click;
//
// LEDLightSourceControlEditPage
//
AutoScaleMode = AutoScaleMode.Inherit;
BackColor = Color.FromArgb(32, 41, 50);
Controls.Add(grpLEDControl);
Name = "LEDLightSourceControlEditPage";
Size = new Size(866, 580);
Load += LEDLightSourceControlEditPage_Load;
Resize += LEDLightSourceControlEditPage_Resize;
grpLEDControl.ResumeLayout(false);
grpLEDControl.PerformLayout();
tableLayoutPanel1.ResumeLayout(false);
tableLayoutPanel2.ResumeLayout(false);
tableLayoutPanel3.ResumeLayout(false);
uiGroupBox1.ResumeLayout(false);
tableLayoutPanel5.ResumeLayout(false);
tableLayoutPanel5.PerformLayout();
tableLayoutPanel6.ResumeLayout(false);
tableLayoutPanel7.ResumeLayout(false);
tableLayoutPanel7.PerformLayout();
tableLayoutPanel9.ResumeLayout(false);
grbReceive.ResumeLayout(false);
grbSend.ResumeLayout(false);
tableLayoutPanel8.ResumeLayout(false);
grbLEDluminosity.ResumeLayout(false);
tableLayoutPanel10.ResumeLayout(false);
panel1.ResumeLayout(false);
panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)nupdSetValueCH3).EndInit();
((System.ComponentModel.ISupportInitialize)nupdSetValueCH4).EndInit();
((System.ComponentModel.ISupportInitialize)nupdSetValueCH2).EndInit();
((System.ComponentModel.ISupportInitialize)nupdSetValueCH1).EndInit();
((System.ComponentModel.ISupportInitialize)trackBarCH1).EndInit();
((System.ComponentModel.ISupportInitialize)trackBarCH2).EndInit();
((System.ComponentModel.ISupportInitialize)trackBarCH3).EndInit();
((System.ComponentModel.ISupportInitialize)trackBarCH4).EndInit();
((System.ComponentModel.ISupportInitialize)dataGridView1).EndInit();
tableLayoutPanel4.ResumeLayout(false);
ResumeLayout(false);
}
#endregion
private ReaLTaiizor.Controls.ParrotGroupBox grpLEDControl;
private TableLayoutPanel tableLayoutPanel1;
private TableLayoutPanel tableLayoutPanel2;
private TableLayoutPanel tableLayoutPanel3;
private TableLayoutPanel tableLayoutPanel4;
private ReaLTaiizor.Controls.HopeButton btnSerialPortSave;
private ReaLTaiizor.Controls.HopeButton btnSerialPortRemove;
private ReaLTaiizor.Controls.HopeButton btnSerialPortAdd;
private Sunny.UI.UIGroupBox uiGroupBox1;
private TableLayoutPanel tableLayoutPanel5;
private ReaLTaiizor.Controls.BigLabel lbPortName;
private ReaLTaiizor.Controls.BigLabel lbBaudRate;
private ReaLTaiizor.Controls.BigLabel lbDataBit;
private ReaLTaiizor.Controls.BigLabel lbStopBit;
private ReaLTaiizor.Controls.BigLabel lbParityBit;
private Sunny.UI.UIComboBox cobParityBit;
private Sunny.UI.UIComboBox cobStopBit;
private Sunny.UI.UIComboBox cobDataBit;
private Sunny.UI.UIComboBox cobBaudRate;
private Sunny.UI.UIComboBox cobPortName;
private TableLayoutPanel tableLayoutPanel6;
private ReaLTaiizor.Controls.HopeButton btnClosePort;
private ReaLTaiizor.Controls.HopeButton btnOpenPort;
private TableLayoutPanel tableLayoutPanel7;
private ReaLTaiizor.Controls.BigLabel lbStatus;
private DataGridView dataGridView1;
private TableLayoutPanel tableLayoutPanel9;
private GroupBox grbSend;
private GroupBox grbReceive;
private RichTextBox rtxtReceive;
private RichTextBox rtxtSend;
private GroupBox grbLEDluminosity;
private Label 通道4;
private Label 通道3;
private Label 通道2;
private Label 通道1;
private TrackBar trackBarCH4;
private TrackBar trackBarCH3;
private TrackBar trackBarCH2;
private TrackBar trackBarCH1;
private TableLayoutPanel tableLayoutPanel10;
private Panel panel1;
private NumericUpDown nupdSetValueCH1;
private NumericUpDown nupdSetValueCH3;
private NumericUpDown nupdSetValueCH4;
private NumericUpDown nupdSetValueCH2;
private NumericUpDown nupd;
private NumericUpDown numericUpDown3;
private NumericUpDown numericUpDown2;
private NumericUpDown numericUpDown1;
private TableLayoutPanel tableLayoutPanel8;
}
}