namespace LB_SmartVision.Forms.Pages.MotionControlPage
{
partial class MotionControlFormRead
{
///
/// 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(MotionControlFormRead));
uiGroupBoxMotionControl = new GroupBox();
panel1 = new Panel();
tableLayoutPanel3 = new TableLayoutPanel();
tableLayoutPanel6 = new TableLayoutPanel();
uiButtonCloseSoftGrab = new Button();
uiButtonHardGrabWithPLC = new Button();
tableLayoutPanel5 = new TableLayoutPanel();
uiButtonGrabOnce = new Button();
tableLayoutPanel1 = new TableLayoutPanel();
uiMarkLabelSN = new Label();
cmbSN = new ComboBox();
tableLayoutPanel7 = new TableLayoutPanel();
textBoxName = new TextBox();
uiMarkLabelName = new Label();
tabControl1 = new TabControl();
tabPage1 = new TabPage();
tableLayoutPanel9 = new TableLayoutPanel();
dataGridView1 = new DataGridView();
tableLayoutPanel2 = new TableLayoutPanel();
btnOneClickSetting = new ReaLTaiizor.Controls.Button();
btnOneClickRead = new ReaLTaiizor.Controls.Button();
btnRemove = new ReaLTaiizor.Controls.Button();
btnAdd = new ReaLTaiizor.Controls.Button();
btnSave = new ReaLTaiizor.Controls.Button();
uiGroupBoxImage = new GroupBox();
uiSplitContainer1 = new SplitContainer();
themeForm1 = new ReaLTaiizor.Forms.ThemeForm();
controlBox1 = new ReaLTaiizor.Controls.ControlBox();
uiGroupBoxMotionControl.SuspendLayout();
panel1.SuspendLayout();
tableLayoutPanel3.SuspendLayout();
tableLayoutPanel6.SuspendLayout();
tableLayoutPanel5.SuspendLayout();
tableLayoutPanel1.SuspendLayout();
tableLayoutPanel7.SuspendLayout();
tabControl1.SuspendLayout();
tabPage1.SuspendLayout();
tableLayoutPanel9.SuspendLayout();
((System.ComponentModel.ISupportInitialize)dataGridView1).BeginInit();
tableLayoutPanel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)uiSplitContainer1).BeginInit();
uiSplitContainer1.Panel1.SuspendLayout();
uiSplitContainer1.Panel2.SuspendLayout();
uiSplitContainer1.SuspendLayout();
themeForm1.SuspendLayout();
SuspendLayout();
//
// uiGroupBoxMotionControl
//
uiGroupBoxMotionControl.Controls.Add(panel1);
uiGroupBoxMotionControl.Dock = DockStyle.Fill;
uiGroupBoxMotionControl.Font = new Font("宋体", 12F);
uiGroupBoxMotionControl.ForeColor = SystemColors.Control;
uiGroupBoxMotionControl.Location = new Point(0, 0);
uiGroupBoxMotionControl.Margin = new Padding(3, 4, 3, 4);
uiGroupBoxMotionControl.MinimumSize = new Size(1, 1);
uiGroupBoxMotionControl.Name = "uiGroupBoxMotionControl";
uiGroupBoxMotionControl.Padding = new Padding(0);
uiGroupBoxMotionControl.Size = new Size(464, 547);
uiGroupBoxMotionControl.TabIndex = 18;
uiGroupBoxMotionControl.TabStop = false;
uiGroupBoxMotionControl.Text = "运动控制参数";
//
// panel1
//
panel1.Controls.Add(tableLayoutPanel3);
panel1.Dock = DockStyle.Fill;
panel1.Location = new Point(0, 19);
panel1.Margin = new Padding(2);
panel1.Name = "panel1";
panel1.Padding = new Padding(0, 2, 0, 0);
panel1.Size = new Size(464, 528);
panel1.TabIndex = 1;
//
// tableLayoutPanel3
//
tableLayoutPanel3.BackColor = Color.FromArgb(32, 41, 50);
tableLayoutPanel3.ColumnCount = 1;
tableLayoutPanel3.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
tableLayoutPanel3.Controls.Add(tableLayoutPanel6, 0, 3);
tableLayoutPanel3.Controls.Add(tableLayoutPanel5, 0, 2);
tableLayoutPanel3.Controls.Add(tableLayoutPanel1, 0, 0);
tableLayoutPanel3.Controls.Add(tableLayoutPanel7, 0, 1);
tableLayoutPanel3.Controls.Add(tabControl1, 0, 4);
tableLayoutPanel3.Dock = DockStyle.Fill;
tableLayoutPanel3.Location = new Point(0, 2);
tableLayoutPanel3.Margin = new Padding(2);
tableLayoutPanel3.Name = "tableLayoutPanel3";
tableLayoutPanel3.RowCount = 5;
tableLayoutPanel3.RowStyles.Add(new RowStyle(SizeType.Absolute, 36F));
tableLayoutPanel3.RowStyles.Add(new RowStyle(SizeType.Absolute, 36F));
tableLayoutPanel3.RowStyles.Add(new RowStyle(SizeType.Absolute, 36F));
tableLayoutPanel3.RowStyles.Add(new RowStyle(SizeType.Absolute, 36F));
tableLayoutPanel3.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
tableLayoutPanel3.RowStyles.Add(new RowStyle(SizeType.Absolute, 20F));
tableLayoutPanel3.Size = new Size(464, 526);
tableLayoutPanel3.TabIndex = 0;
//
// tableLayoutPanel6
//
tableLayoutPanel6.ColumnCount = 2;
tableLayoutPanel6.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
tableLayoutPanel6.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
tableLayoutPanel6.Controls.Add(uiButtonCloseSoftGrab, 1, 0);
tableLayoutPanel6.Controls.Add(uiButtonHardGrabWithPLC, 0, 0);
tableLayoutPanel6.Dock = DockStyle.Fill;
tableLayoutPanel6.Location = new Point(2, 110);
tableLayoutPanel6.Margin = new Padding(2);
tableLayoutPanel6.Name = "tableLayoutPanel6";
tableLayoutPanel6.RowCount = 1;
tableLayoutPanel6.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
tableLayoutPanel6.Size = new Size(460, 32);
tableLayoutPanel6.TabIndex = 6;
//
// uiButtonCloseSoftGrab
//
uiButtonCloseSoftGrab.Anchor = AnchorStyles.None;
uiButtonCloseSoftGrab.BackColor = Color.Black;
uiButtonCloseSoftGrab.Location = new Point(304, 4);
uiButtonCloseSoftGrab.Margin = new Padding(2);
uiButtonCloseSoftGrab.Name = "uiButtonCloseSoftGrab";
uiButtonCloseSoftGrab.Size = new Size(82, 23);
uiButtonCloseSoftGrab.TabIndex = 2;
uiButtonCloseSoftGrab.Text = "暂停采集";
uiButtonCloseSoftGrab.UseVisualStyleBackColor = false;
//
// uiButtonHardGrabWithPLC
//
uiButtonHardGrabWithPLC.Anchor = AnchorStyles.None;
uiButtonHardGrabWithPLC.BackColor = Color.Black;
uiButtonHardGrabWithPLC.Location = new Point(74, 3);
uiButtonHardGrabWithPLC.Margin = new Padding(2);
uiButtonHardGrabWithPLC.Name = "uiButtonHardGrabWithPLC";
uiButtonHardGrabWithPLC.Size = new Size(82, 26);
uiButtonHardGrabWithPLC.TabIndex = 1;
uiButtonHardGrabWithPLC.Text = "模拟采集";
uiButtonHardGrabWithPLC.UseVisualStyleBackColor = false;
uiButtonHardGrabWithPLC.Click += uiButtonHardGrabWithPLC_Click;
//
// tableLayoutPanel5
//
tableLayoutPanel5.ColumnCount = 1;
tableLayoutPanel5.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
tableLayoutPanel5.Controls.Add(uiButtonGrabOnce, 0, 0);
tableLayoutPanel5.Dock = DockStyle.Fill;
tableLayoutPanel5.Location = new Point(2, 74);
tableLayoutPanel5.Margin = new Padding(2);
tableLayoutPanel5.Name = "tableLayoutPanel5";
tableLayoutPanel5.RowCount = 1;
tableLayoutPanel5.RowStyles.Add(new RowStyle(SizeType.Percent, 50F));
tableLayoutPanel5.Size = new Size(460, 32);
tableLayoutPanel5.TabIndex = 5;
//
// uiButtonGrabOnce
//
uiButtonGrabOnce.BackColor = Color.Black;
uiButtonGrabOnce.Dock = DockStyle.Fill;
uiButtonGrabOnce.Location = new Point(2, 2);
uiButtonGrabOnce.Margin = new Padding(2);
uiButtonGrabOnce.Name = "uiButtonGrabOnce";
uiButtonGrabOnce.Size = new Size(456, 28);
uiButtonGrabOnce.TabIndex = 0;
uiButtonGrabOnce.Text = "单张采集";
uiButtonGrabOnce.UseVisualStyleBackColor = false;
uiButtonGrabOnce.Click += uiButtonGrabOnce_Click;
//
// tableLayoutPanel1
//
tableLayoutPanel1.ColumnCount = 2;
tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 60F));
tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
tableLayoutPanel1.Controls.Add(uiMarkLabelSN, 0, 0);
tableLayoutPanel1.Controls.Add(cmbSN, 1, 0);
tableLayoutPanel1.Dock = DockStyle.Fill;
tableLayoutPanel1.Location = new Point(2, 2);
tableLayoutPanel1.Margin = new Padding(2);
tableLayoutPanel1.Name = "tableLayoutPanel1";
tableLayoutPanel1.RowCount = 1;
tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
tableLayoutPanel1.Size = new Size(460, 32);
tableLayoutPanel1.TabIndex = 4;
//
// uiMarkLabelSN
//
uiMarkLabelSN.AutoSize = true;
uiMarkLabelSN.Dock = DockStyle.Fill;
uiMarkLabelSN.Location = new Point(2, 4);
uiMarkLabelSN.Margin = new Padding(2, 4, 2, 4);
uiMarkLabelSN.Name = "uiMarkLabelSN";
uiMarkLabelSN.Size = new Size(56, 24);
uiMarkLabelSN.TabIndex = 19;
uiMarkLabelSN.Text = "SN";
uiMarkLabelSN.TextAlign = ContentAlignment.MiddleLeft;
//
// cmbSN
//
cmbSN.Dock = DockStyle.Fill;
cmbSN.DropDownStyle = ComboBoxStyle.DropDownList;
cmbSN.FormattingEnabled = true;
cmbSN.Location = new Point(63, 3);
cmbSN.Name = "cmbSN";
cmbSN.Size = new Size(394, 24);
cmbSN.TabIndex = 5;
cmbSN.SelectedIndexChanged += cmbSN_SelectedIndexChanged;
//
// tableLayoutPanel7
//
tableLayoutPanel7.ColumnCount = 2;
tableLayoutPanel7.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 60F));
tableLayoutPanel7.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
tableLayoutPanel7.Controls.Add(textBoxName, 1, 0);
tableLayoutPanel7.Controls.Add(uiMarkLabelName, 0, 0);
tableLayoutPanel7.Dock = DockStyle.Fill;
tableLayoutPanel7.Location = new Point(2, 38);
tableLayoutPanel7.Margin = new Padding(2);
tableLayoutPanel7.Name = "tableLayoutPanel7";
tableLayoutPanel7.RowCount = 1;
tableLayoutPanel7.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
tableLayoutPanel7.Size = new Size(460, 32);
tableLayoutPanel7.TabIndex = 7;
//
// textBoxName
//
textBoxName.Anchor = AnchorStyles.Left | AnchorStyles.Right;
textBoxName.Enabled = false;
textBoxName.Location = new Point(62, 3);
textBoxName.Margin = new Padding(2);
textBoxName.Name = "textBoxName";
textBoxName.ReadOnly = true;
textBoxName.Size = new Size(396, 26);
textBoxName.TabIndex = 21;
//
// uiMarkLabelName
//
uiMarkLabelName.Anchor = AnchorStyles.None;
uiMarkLabelName.Location = new Point(2, 4);
uiMarkLabelName.Margin = new Padding(2, 4, 2, 4);
uiMarkLabelName.Name = "uiMarkLabelName";
uiMarkLabelName.Size = new Size(55, 23);
uiMarkLabelName.TabIndex = 20;
uiMarkLabelName.Text = "名称";
uiMarkLabelName.TextAlign = ContentAlignment.MiddleLeft;
//
// tabControl1
//
tabControl1.Controls.Add(tabPage1);
tabControl1.Dock = DockStyle.Fill;
tabControl1.Location = new Point(3, 147);
tabControl1.Name = "tabControl1";
tabControl1.SelectedIndex = 0;
tabControl1.Size = new Size(458, 376);
tabControl1.TabIndex = 8;
//
// tabPage1
//
tabPage1.BackColor = Color.FromArgb(32, 41, 50);
tabPage1.Controls.Add(tableLayoutPanel9);
tabPage1.ForeColor = Color.White;
tabPage1.Location = new Point(4, 26);
tabPage1.Name = "tabPage1";
tabPage1.Padding = new Padding(3);
tabPage1.Size = new Size(450, 346);
tabPage1.TabIndex = 0;
tabPage1.Text = "读取轴参数";
//
// tableLayoutPanel9
//
tableLayoutPanel9.ColumnCount = 1;
tableLayoutPanel9.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
tableLayoutPanel9.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 20F));
tableLayoutPanel9.Controls.Add(dataGridView1, 0, 0);
tableLayoutPanel9.Controls.Add(tableLayoutPanel2, 0, 1);
tableLayoutPanel9.Dock = DockStyle.Fill;
tableLayoutPanel9.Location = new Point(3, 3);
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(444, 340);
tableLayoutPanel9.TabIndex = 0;
//
// dataGridView1
//
dataGridView1.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
dataGridView1.Dock = DockStyle.Fill;
dataGridView1.Location = new Point(3, 3);
dataGridView1.Name = "dataGridView1";
dataGridView1.Size = new Size(438, 164);
dataGridView1.TabIndex = 0;
dataGridView1.CellContentClick += dataGridView1_CellContentClick;
//
// tableLayoutPanel2
//
tableLayoutPanel2.ColumnCount = 3;
tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 33.3333321F));
tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 33.3333321F));
tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 33.3333321F));
tableLayoutPanel2.Controls.Add(btnOneClickSetting, 1, 1);
tableLayoutPanel2.Controls.Add(btnOneClickRead, 0, 1);
tableLayoutPanel2.Controls.Add(btnRemove, 1, 0);
tableLayoutPanel2.Controls.Add(btnAdd, 0, 0);
tableLayoutPanel2.Controls.Add(btnSave, 2, 0);
tableLayoutPanel2.Dock = DockStyle.Fill;
tableLayoutPanel2.Location = new Point(3, 173);
tableLayoutPanel2.Name = "tableLayoutPanel2";
tableLayoutPanel2.RowCount = 5;
tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Absolute, 55F));
tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Absolute, 55F));
tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Absolute, 55F));
tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Percent, 50F));
tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Percent, 50F));
tableLayoutPanel2.Size = new Size(438, 164);
tableLayoutPanel2.TabIndex = 1;
//
// btnOneClickSetting
//
btnOneClickSetting.BackColor = Color.White;
btnOneClickSetting.BorderColor = Color.Lime;
btnOneClickSetting.Dock = DockStyle.Fill;
btnOneClickSetting.EnteredBorderColor = Color.FromArgb(165, 37, 37);
btnOneClickSetting.EnteredColor = Color.FromArgb(32, 34, 37);
btnOneClickSetting.Font = new Font("Microsoft Sans Serif", 12F);
btnOneClickSetting.Image = null;
btnOneClickSetting.ImageAlign = ContentAlignment.MiddleLeft;
btnOneClickSetting.InactiveColor = Color.FromArgb(32, 34, 37);
btnOneClickSetting.Location = new Point(148, 58);
btnOneClickSetting.Name = "btnOneClickSetting";
btnOneClickSetting.PressedBorderColor = Color.FromArgb(165, 37, 37);
btnOneClickSetting.PressedColor = Color.FromArgb(165, 37, 37);
btnOneClickSetting.Size = new Size(139, 49);
btnOneClickSetting.TabIndex = 4;
btnOneClickSetting.Text = "一键设置";
btnOneClickSetting.TextAlignment = StringAlignment.Center;
btnOneClickSetting.Click += btnOneClickSetting_Click;
//
// btnOneClickRead
//
btnOneClickRead.BackColor = Color.White;
btnOneClickRead.BorderColor = Color.Lime;
btnOneClickRead.Dock = DockStyle.Fill;
btnOneClickRead.EnteredBorderColor = Color.FromArgb(165, 37, 37);
btnOneClickRead.EnteredColor = Color.FromArgb(32, 34, 37);
btnOneClickRead.Font = new Font("Microsoft Sans Serif", 12F);
btnOneClickRead.Image = null;
btnOneClickRead.ImageAlign = ContentAlignment.MiddleLeft;
btnOneClickRead.InactiveColor = Color.FromArgb(32, 34, 37);
btnOneClickRead.Location = new Point(3, 58);
btnOneClickRead.Name = "btnOneClickRead";
btnOneClickRead.PressedBorderColor = Color.FromArgb(165, 37, 37);
btnOneClickRead.PressedColor = Color.FromArgb(165, 37, 37);
btnOneClickRead.Size = new Size(139, 49);
btnOneClickRead.TabIndex = 3;
btnOneClickRead.Text = "一键读取";
btnOneClickRead.TextAlignment = StringAlignment.Center;
btnOneClickRead.Click += btnOneClickRead_Click;
//
// btnRemove
//
btnRemove.BackColor = Color.White;
btnRemove.BorderColor = Color.Lime;
btnRemove.Dock = DockStyle.Fill;
btnRemove.EnteredBorderColor = Color.FromArgb(165, 37, 37);
btnRemove.EnteredColor = Color.FromArgb(32, 34, 37);
btnRemove.Font = new Font("Microsoft Sans Serif", 12F);
btnRemove.Image = null;
btnRemove.ImageAlign = ContentAlignment.MiddleLeft;
btnRemove.InactiveColor = Color.FromArgb(32, 34, 37);
btnRemove.Location = new Point(148, 3);
btnRemove.Name = "btnRemove";
btnRemove.PressedBorderColor = Color.FromArgb(165, 37, 37);
btnRemove.PressedColor = Color.FromArgb(165, 37, 37);
btnRemove.Size = new Size(139, 49);
btnRemove.TabIndex = 1;
btnRemove.Text = "移除";
btnRemove.TextAlignment = StringAlignment.Center;
btnRemove.Click += btnRemove_Click;
//
// btnAdd
//
btnAdd.BackColor = Color.White;
btnAdd.BorderColor = Color.Lime;
btnAdd.Dock = DockStyle.Fill;
btnAdd.EnteredBorderColor = Color.FromArgb(165, 37, 37);
btnAdd.EnteredColor = Color.FromArgb(32, 34, 37);
btnAdd.Font = new Font("Microsoft Sans Serif", 12F);
btnAdd.Image = null;
btnAdd.ImageAlign = ContentAlignment.MiddleLeft;
btnAdd.InactiveColor = Color.FromArgb(32, 34, 37);
btnAdd.Location = new Point(3, 3);
btnAdd.Name = "btnAdd";
btnAdd.PressedBorderColor = Color.FromArgb(165, 37, 37);
btnAdd.PressedColor = Color.FromArgb(165, 37, 37);
btnAdd.Size = new Size(139, 49);
btnAdd.TabIndex = 0;
btnAdd.Text = "添加";
btnAdd.TextAlignment = StringAlignment.Center;
btnAdd.Click += btnAdd_Click;
//
// btnSave
//
btnSave.BackColor = Color.White;
btnSave.BorderColor = Color.Lime;
btnSave.Dock = DockStyle.Fill;
btnSave.EnteredBorderColor = Color.FromArgb(165, 37, 37);
btnSave.EnteredColor = Color.FromArgb(32, 34, 37);
btnSave.Font = new Font("Microsoft Sans Serif", 12F);
btnSave.Image = null;
btnSave.ImageAlign = ContentAlignment.MiddleLeft;
btnSave.InactiveColor = Color.FromArgb(32, 34, 37);
btnSave.Location = new Point(293, 3);
btnSave.Name = "btnSave";
btnSave.PressedBorderColor = Color.FromArgb(165, 37, 37);
btnSave.PressedColor = Color.FromArgb(165, 37, 37);
btnSave.Size = new Size(142, 49);
btnSave.TabIndex = 2;
btnSave.Text = "保存";
btnSave.TextAlignment = StringAlignment.Center;
//
// uiGroupBoxImage
//
uiGroupBoxImage.Dock = DockStyle.Fill;
uiGroupBoxImage.Font = new Font("宋体", 12F);
uiGroupBoxImage.ForeColor = SystemColors.Control;
uiGroupBoxImage.Location = new Point(0, 0);
uiGroupBoxImage.Margin = new Padding(3, 4, 3, 4);
uiGroupBoxImage.MinimumSize = new Size(1, 1);
uiGroupBoxImage.Name = "uiGroupBoxImage";
uiGroupBoxImage.Padding = new Padding(0, 26, 0, 0);
uiGroupBoxImage.Size = new Size(471, 547);
uiGroupBoxImage.TabIndex = 17;
uiGroupBoxImage.TabStop = false;
uiGroupBoxImage.Text = "实时采集";
//
// uiSplitContainer1
//
uiSplitContainer1.Dock = DockStyle.Fill;
uiSplitContainer1.ForeColor = SystemColors.Control;
uiSplitContainer1.Location = new Point(8, 56);
uiSplitContainer1.Margin = new Padding(2);
uiSplitContainer1.MinimumSize = new Size(16, 16);
uiSplitContainer1.Name = "uiSplitContainer1";
//
// uiSplitContainer1.Panel1
//
uiSplitContainer1.Panel1.Controls.Add(uiGroupBoxMotionControl);
//
// uiSplitContainer1.Panel2
//
uiSplitContainer1.Panel2.Controls.Add(uiGroupBoxImage);
uiSplitContainer1.Size = new Size(944, 547);
uiSplitContainer1.SplitterDistance = 464;
uiSplitContainer1.SplitterWidth = 9;
uiSplitContainer1.TabIndex = 20;
//
// themeForm1
//
themeForm1.BackColor = Color.FromArgb(32, 41, 50);
themeForm1.Controls.Add(controlBox1);
themeForm1.Controls.Add(uiSplitContainer1);
themeForm1.Dock = DockStyle.Fill;
themeForm1.Font = new Font("Microsoft YaHei UI", 9F, FontStyle.Regular, GraphicsUnit.Point, 0);
themeForm1.Image = (Image)resources.GetObject("themeForm1.Image");
themeForm1.Location = new Point(0, 0);
themeForm1.Margin = new Padding(2);
themeForm1.Name = "themeForm1";
themeForm1.Padding = new Padding(8, 56, 8, 7);
themeForm1.RoundCorners = true;
themeForm1.Sizable = true;
themeForm1.Size = new Size(960, 610);
themeForm1.SmartBounds = true;
themeForm1.StartPosition = FormStartPosition.WindowsDefaultLocation;
themeForm1.TabIndex = 21;
themeForm1.Text = "运动控制设置";
//
// 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(860, 18);
controlBox1.Margin = new Padding(2);
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 = 21;
controlBox1.Text = "controlBox1";
//
// MotionControlFormRead
//
AutoScaleDimensions = new SizeF(96F, 96F);
AutoScaleMode = AutoScaleMode.Dpi;
AutoSize = true;
ClientSize = new Size(960, 610);
Controls.Add(themeForm1);
FormBorderStyle = FormBorderStyle.None;
Margin = new Padding(2);
MinimumSize = new Size(209, 49);
Name = "MotionControlFormRead";
Text = "运动控制设置";
TransparencyKey = Color.Fuchsia;
uiGroupBoxMotionControl.ResumeLayout(false);
panel1.ResumeLayout(false);
tableLayoutPanel3.ResumeLayout(false);
tableLayoutPanel6.ResumeLayout(false);
tableLayoutPanel5.ResumeLayout(false);
tableLayoutPanel1.ResumeLayout(false);
tableLayoutPanel1.PerformLayout();
tableLayoutPanel7.ResumeLayout(false);
tableLayoutPanel7.PerformLayout();
tabControl1.ResumeLayout(false);
tabPage1.ResumeLayout(false);
tableLayoutPanel9.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)dataGridView1).EndInit();
tableLayoutPanel2.ResumeLayout(false);
uiSplitContainer1.Panel1.ResumeLayout(false);
uiSplitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)uiSplitContainer1).EndInit();
uiSplitContainer1.ResumeLayout(false);
themeForm1.ResumeLayout(false);
ResumeLayout(false);
}
#endregion
private GroupBox uiGroupBoxImage;
private GroupBox uiGroupBoxMotionControl;
private SplitContainer uiSplitContainer1;
private TableLayoutPanel tableLayoutPanel7;
private Label uiMarkLabel5;
private TextBox uiTextBoxPitchAngle;
private ReaLTaiizor.Forms.ThemeForm themeForm1;
private ReaLTaiizor.Controls.ControlBox controlBox1;
private TableLayoutPanel tableLayoutPanel3;
private TableLayoutPanel tableLayoutPanel6;
private Button uiButtonHardGrabWithPLC;
private TableLayoutPanel tableLayoutPanel5;
private Button uiButtonGrabOnce;
private TableLayoutPanel tableLayoutPanel1;
private Label uiMarkLabelSN;
private Button uiButtonCloseSoftGrab;
private Label uiMarkLabelName;
private TextBox textBoxName;
private Panel panel1;
private TabControl tabControl1;
private TabPage tabPage1;
private TableLayoutPanel tableLayoutPanel9;
private DataGridView dataGridView1;
private TableLayoutPanel tableLayoutPanel2;
private ReaLTaiizor.Controls.Button btnRemove;
private ReaLTaiizor.Controls.Button btnAdd;
private ReaLTaiizor.Controls.Button btnSave;
private ReaLTaiizor.Controls.Button btnOneClickSetting;
private ReaLTaiizor.Controls.Button btnOneClickRead;
private ComboBox cmbSN;
}
}