795 lines
42 KiB
C#
795 lines
42 KiB
C#
namespace MaiMuAOI.SysUI.SysSet
|
|
{
|
|
partial class SysDebugFrm
|
|
{
|
|
/// <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()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SysDebugFrm));
|
|
this.skinTabControl1 = new CCWin.SkinControl.SkinTabControl();
|
|
this.skinTabPage1 = new CCWin.SkinControl.SkinTabPage();
|
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.numGain = new System.Windows.Forms.NumericUpDown();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.numExposure = new System.Windows.Forms.NumericUpDown();
|
|
this.label12 = new System.Windows.Forms.Label();
|
|
this.stslog = new System.Windows.Forms.Label();
|
|
this.numDist = new System.Windows.Forms.NumericUpDown();
|
|
this.btnMove = new System.Windows.Forms.Button();
|
|
this.label13 = new System.Windows.Forms.Label();
|
|
this.cbDir = new System.Windows.Forms.ComboBox();
|
|
this.label14 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.cbAxisName = new System.Windows.Forms.ComboBox();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.cbTS = new System.Windows.Forms.ComboBox();
|
|
this.numDec = new System.Windows.Forms.NumericUpDown();
|
|
this.numAcc = new System.Windows.Forms.NumericUpDown();
|
|
this.numET = new System.Windows.Forms.NumericUpDown();
|
|
this.numST = new System.Windows.Forms.NumericUpDown();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.btnGrab = new System.Windows.Forms.Button();
|
|
this.btnTrg = new System.Windows.Forms.Button();
|
|
this.imageBox1 = new ImageToolKits.ImageBox();
|
|
this.skinTabPage2 = new CCWin.SkinControl.SkinTabPage();
|
|
this.uiAxisDev1 = new MaiMuControl.Device.AxisDev.UIAxisDev();
|
|
this.skinTabPage3 = new CCWin.SkinControl.SkinTabPage();
|
|
this.uiioCardDev1 = new MaiMuControl.Device.IOCardDev.UIIOCardDev();
|
|
this.skinTabPage4 = new CCWin.SkinControl.SkinTabPage();
|
|
this.uiLightDev1 = new MaiMuControl.Device.LightDev.UILightDev();
|
|
this.skinTabPage5 = new CCWin.SkinControl.SkinTabPage();
|
|
this.uiCamDev1 = new MaiMuControl.Device.CamDev.UICamDev();
|
|
this.skinTabPage6 = new CCWin.SkinControl.SkinTabPage();
|
|
this.tbCodeUsb = new System.Windows.Forms.TextBox();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
|
this.uiTitel1 = new MaiMuControl.UIKits.MaiMuMenu.UITitel();
|
|
this.skinTabControl1.SuspendLayout();
|
|
this.skinTabPage1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
|
this.splitContainer1.Panel1.SuspendLayout();
|
|
this.splitContainer1.Panel2.SuspendLayout();
|
|
this.splitContainer1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.numGain)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numExposure)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numDist)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numDec)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numAcc)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numET)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numST)).BeginInit();
|
|
this.skinTabPage2.SuspendLayout();
|
|
this.skinTabPage3.SuspendLayout();
|
|
this.skinTabPage4.SuspendLayout();
|
|
this.skinTabPage5.SuspendLayout();
|
|
this.skinTabPage6.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// skinTabControl1
|
|
//
|
|
this.skinTabControl1.AnimatorType = CCWin.SkinControl.AnimationType.HorizSlide;
|
|
this.skinTabControl1.CloseRect = new System.Drawing.Rectangle(2, 2, 12, 12);
|
|
this.skinTabControl1.Controls.Add(this.skinTabPage1);
|
|
this.skinTabControl1.Controls.Add(this.skinTabPage2);
|
|
this.skinTabControl1.Controls.Add(this.skinTabPage3);
|
|
this.skinTabControl1.Controls.Add(this.skinTabPage4);
|
|
this.skinTabControl1.Controls.Add(this.skinTabPage5);
|
|
this.skinTabControl1.Controls.Add(this.skinTabPage6);
|
|
this.skinTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.skinTabControl1.HeadBack = null;
|
|
this.skinTabControl1.ImgTxtOffset = new System.Drawing.Point(0, 0);
|
|
this.skinTabControl1.ItemSize = new System.Drawing.Size(143, 36);
|
|
this.skinTabControl1.ItemStretch = true;
|
|
this.skinTabControl1.Location = new System.Drawing.Point(0, 46);
|
|
this.skinTabControl1.Name = "skinTabControl1";
|
|
this.skinTabControl1.PageArrowDown = ((System.Drawing.Image)(resources.GetObject("skinTabControl1.PageArrowDown")));
|
|
this.skinTabControl1.PageArrowHover = ((System.Drawing.Image)(resources.GetObject("skinTabControl1.PageArrowHover")));
|
|
this.skinTabControl1.PageCloseHover = ((System.Drawing.Image)(resources.GetObject("skinTabControl1.PageCloseHover")));
|
|
this.skinTabControl1.PageCloseNormal = ((System.Drawing.Image)(resources.GetObject("skinTabControl1.PageCloseNormal")));
|
|
this.skinTabControl1.PageDown = ((System.Drawing.Image)(resources.GetObject("skinTabControl1.PageDown")));
|
|
this.skinTabControl1.PageDownTxtColor = System.Drawing.Color.White;
|
|
this.skinTabControl1.PageHover = ((System.Drawing.Image)(resources.GetObject("skinTabControl1.PageHover")));
|
|
this.skinTabControl1.PageHoverTxtColor = System.Drawing.Color.White;
|
|
this.skinTabControl1.PageImagePosition = CCWin.SkinControl.SkinTabControl.ePageImagePosition.Left;
|
|
this.skinTabControl1.PageNorml = null;
|
|
this.skinTabControl1.PageNormlTxtColor = System.Drawing.Color.White;
|
|
this.skinTabControl1.SelectedIndex = 1;
|
|
this.skinTabControl1.Size = new System.Drawing.Size(861, 540);
|
|
this.skinTabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
|
|
this.skinTabControl1.TabIndex = 24;
|
|
//
|
|
// skinTabPage1
|
|
//
|
|
this.skinTabPage1.BackColor = System.Drawing.Color.White;
|
|
this.skinTabPage1.Controls.Add(this.splitContainer1);
|
|
this.skinTabPage1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.skinTabPage1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.skinTabPage1.Location = new System.Drawing.Point(0, 36);
|
|
this.skinTabPage1.Name = "skinTabPage1";
|
|
this.skinTabPage1.Size = new System.Drawing.Size(856, 504);
|
|
this.skinTabPage1.TabIndex = 0;
|
|
this.skinTabPage1.TabItemImage = null;
|
|
this.skinTabPage1.Text = "综合调试";
|
|
//
|
|
// splitContainer1
|
|
//
|
|
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
|
|
this.splitContainer1.Name = "splitContainer1";
|
|
//
|
|
// splitContainer1.Panel1
|
|
//
|
|
this.splitContainer1.Panel1.Controls.Add(this.button2);
|
|
this.splitContainer1.Panel1.Controls.Add(this.numGain);
|
|
this.splitContainer1.Panel1.Controls.Add(this.label1);
|
|
this.splitContainer1.Panel1.Controls.Add(this.numExposure);
|
|
this.splitContainer1.Panel1.Controls.Add(this.label12);
|
|
this.splitContainer1.Panel1.Controls.Add(this.stslog);
|
|
this.splitContainer1.Panel1.Controls.Add(this.numDist);
|
|
this.splitContainer1.Panel1.Controls.Add(this.btnMove);
|
|
this.splitContainer1.Panel1.Controls.Add(this.label13);
|
|
this.splitContainer1.Panel1.Controls.Add(this.cbDir);
|
|
this.splitContainer1.Panel1.Controls.Add(this.label14);
|
|
this.splitContainer1.Panel1.Controls.Add(this.label2);
|
|
this.splitContainer1.Panel1.Controls.Add(this.cbAxisName);
|
|
this.splitContainer1.Panel1.Controls.Add(this.label11);
|
|
this.splitContainer1.Panel1.Controls.Add(this.label10);
|
|
this.splitContainer1.Panel1.Controls.Add(this.label9);
|
|
this.splitContainer1.Panel1.Controls.Add(this.label8);
|
|
this.splitContainer1.Panel1.Controls.Add(this.cbTS);
|
|
this.splitContainer1.Panel1.Controls.Add(this.numDec);
|
|
this.splitContainer1.Panel1.Controls.Add(this.numAcc);
|
|
this.splitContainer1.Panel1.Controls.Add(this.numET);
|
|
this.splitContainer1.Panel1.Controls.Add(this.numST);
|
|
this.splitContainer1.Panel1.Controls.Add(this.label7);
|
|
this.splitContainer1.Panel1.Controls.Add(this.label6);
|
|
this.splitContainer1.Panel1.Controls.Add(this.label5);
|
|
this.splitContainer1.Panel1.Controls.Add(this.label4);
|
|
this.splitContainer1.Panel1.Controls.Add(this.label3);
|
|
this.splitContainer1.Panel1.Controls.Add(this.btnGrab);
|
|
this.splitContainer1.Panel1.Controls.Add(this.btnTrg);
|
|
//
|
|
// splitContainer1.Panel2
|
|
//
|
|
this.splitContainer1.Panel2.Controls.Add(this.imageBox1);
|
|
this.splitContainer1.Size = new System.Drawing.Size(856, 504);
|
|
this.splitContainer1.SplitterDistance = 326;
|
|
this.splitContainer1.TabIndex = 0;
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.Location = new System.Drawing.Point(124, 90);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(79, 20);
|
|
this.button2.TabIndex = 61;
|
|
this.button2.Text = "设置";
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
|
//
|
|
// numGain
|
|
//
|
|
this.numGain.DecimalPlaces = 2;
|
|
this.numGain.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.numGain.Location = new System.Drawing.Point(225, 63);
|
|
this.numGain.Maximum = new decimal(new int[] {
|
|
1000000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numGain.Name = "numGain";
|
|
this.numGain.Size = new System.Drawing.Size(88, 21);
|
|
this.numGain.TabIndex = 60;
|
|
this.numGain.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
|
|
this.label1.Location = new System.Drawing.Point(173, 63);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(46, 21);
|
|
this.label1.TabIndex = 59;
|
|
this.label1.Text = "增益:";
|
|
//
|
|
// numExposure
|
|
//
|
|
this.numExposure.DecimalPlaces = 2;
|
|
this.numExposure.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.numExposure.Location = new System.Drawing.Point(72, 63);
|
|
this.numExposure.Maximum = new decimal(new int[] {
|
|
1000000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numExposure.Name = "numExposure";
|
|
this.numExposure.Size = new System.Drawing.Size(88, 21);
|
|
this.numExposure.TabIndex = 58;
|
|
this.numExposure.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// label12
|
|
//
|
|
this.label12.AutoSize = true;
|
|
this.label12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label12.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
|
|
this.label12.Location = new System.Drawing.Point(20, 63);
|
|
this.label12.Name = "label12";
|
|
this.label12.Size = new System.Drawing.Size(46, 21);
|
|
this.label12.TabIndex = 57;
|
|
this.label12.Text = "曝光:";
|
|
//
|
|
// stslog
|
|
//
|
|
this.stslog.AutoSize = true;
|
|
this.stslog.Location = new System.Drawing.Point(12, 483);
|
|
this.stslog.Name = "stslog";
|
|
this.stslog.Size = new System.Drawing.Size(0, 12);
|
|
this.stslog.TabIndex = 42;
|
|
//
|
|
// numDist
|
|
//
|
|
this.numDist.DecimalPlaces = 3;
|
|
this.numDist.Location = new System.Drawing.Point(126, 402);
|
|
this.numDist.Maximum = new decimal(new int[] {
|
|
10000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numDist.Minimum = new decimal(new int[] {
|
|
10000,
|
|
0,
|
|
0,
|
|
-2147483648});
|
|
this.numDist.Name = "numDist";
|
|
this.numDist.Size = new System.Drawing.Size(155, 21);
|
|
this.numDist.TabIndex = 41;
|
|
this.numDist.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// btnMove
|
|
//
|
|
this.btnMove.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
|
|
this.btnMove.FlatAppearance.BorderColor = System.Drawing.Color.Cyan;
|
|
this.btnMove.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Blue;
|
|
this.btnMove.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Cyan;
|
|
this.btnMove.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.btnMove.ForeColor = System.Drawing.Color.Black;
|
|
this.btnMove.Location = new System.Drawing.Point(124, 432);
|
|
this.btnMove.Name = "btnMove";
|
|
this.btnMove.Size = new System.Drawing.Size(114, 35);
|
|
this.btnMove.TabIndex = 37;
|
|
this.btnMove.Text = "移动";
|
|
this.btnMove.UseVisualStyleBackColor = false;
|
|
this.btnMove.Click += new System.EventHandler(this.btnMove_Click);
|
|
//
|
|
// label13
|
|
//
|
|
this.label13.AutoSize = true;
|
|
this.label13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label13.Location = new System.Drawing.Point(20, 404);
|
|
this.label13.Name = "label13";
|
|
this.label13.Size = new System.Drawing.Size(76, 21);
|
|
this.label13.TabIndex = 40;
|
|
this.label13.Text = "位置mm:";
|
|
//
|
|
// cbDir
|
|
//
|
|
this.cbDir.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cbDir.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.cbDir.FormattingEnabled = true;
|
|
this.cbDir.Items.AddRange(new object[] {
|
|
"相对运动",
|
|
"绝对运动"});
|
|
this.cbDir.Location = new System.Drawing.Point(126, 360);
|
|
this.cbDir.Name = "cbDir";
|
|
this.cbDir.Size = new System.Drawing.Size(107, 29);
|
|
this.cbDir.TabIndex = 39;
|
|
//
|
|
// label14
|
|
//
|
|
this.label14.AutoSize = true;
|
|
this.label14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label14.Location = new System.Drawing.Point(20, 363);
|
|
this.label14.Name = "label14";
|
|
this.label14.Size = new System.Drawing.Size(78, 21);
|
|
this.label14.TabIndex = 38;
|
|
this.label14.Text = "移动方式:";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label2.ForeColor = System.Drawing.Color.Black;
|
|
this.label2.Location = new System.Drawing.Point(16, 122);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(46, 21);
|
|
this.label2.TabIndex = 36;
|
|
this.label2.Text = "轴号:";
|
|
//
|
|
// cbAxisName
|
|
//
|
|
this.cbAxisName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cbAxisName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.cbAxisName.FormattingEnabled = true;
|
|
this.cbAxisName.Location = new System.Drawing.Point(124, 119);
|
|
this.cbAxisName.Name = "cbAxisName";
|
|
this.cbAxisName.Size = new System.Drawing.Size(79, 29);
|
|
this.cbAxisName.TabIndex = 35;
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.AutoSize = true;
|
|
this.label11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label11.Location = new System.Drawing.Point(260, 282);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(60, 21);
|
|
this.label11.TabIndex = 34;
|
|
this.label11.Text = "mm/s²";
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label10.Location = new System.Drawing.Point(260, 242);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(60, 21);
|
|
this.label10.TabIndex = 33;
|
|
this.label10.Text = "mm/s²";
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label9.Location = new System.Drawing.Point(260, 203);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(54, 21);
|
|
this.label9.TabIndex = 32;
|
|
this.label9.Text = "mm/s";
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label8.Location = new System.Drawing.Point(260, 162);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(54, 21);
|
|
this.label8.TabIndex = 31;
|
|
this.label8.Text = "mm/s";
|
|
//
|
|
// cbTS
|
|
//
|
|
this.cbTS.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cbTS.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.cbTS.FormattingEnabled = true;
|
|
this.cbTS.Location = new System.Drawing.Point(124, 319);
|
|
this.cbTS.Name = "cbTS";
|
|
this.cbTS.Size = new System.Drawing.Size(155, 29);
|
|
this.cbTS.TabIndex = 30;
|
|
//
|
|
// numDec
|
|
//
|
|
this.numDec.DecimalPlaces = 3;
|
|
this.numDec.Increment = new decimal(new int[] {
|
|
100,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numDec.Location = new System.Drawing.Point(124, 282);
|
|
this.numDec.Maximum = new decimal(new int[] {
|
|
20000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numDec.Name = "numDec";
|
|
this.numDec.Size = new System.Drawing.Size(130, 21);
|
|
this.numDec.TabIndex = 29;
|
|
this.numDec.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.numDec.Value = new decimal(new int[] {
|
|
200,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// numAcc
|
|
//
|
|
this.numAcc.DecimalPlaces = 3;
|
|
this.numAcc.Increment = new decimal(new int[] {
|
|
100,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numAcc.Location = new System.Drawing.Point(124, 242);
|
|
this.numAcc.Maximum = new decimal(new int[] {
|
|
20000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numAcc.Name = "numAcc";
|
|
this.numAcc.Size = new System.Drawing.Size(130, 21);
|
|
this.numAcc.TabIndex = 28;
|
|
this.numAcc.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.numAcc.Value = new decimal(new int[] {
|
|
200,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// numET
|
|
//
|
|
this.numET.DecimalPlaces = 3;
|
|
this.numET.Increment = new decimal(new int[] {
|
|
100,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numET.Location = new System.Drawing.Point(124, 202);
|
|
this.numET.Maximum = new decimal(new int[] {
|
|
10000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numET.Name = "numET";
|
|
this.numET.Size = new System.Drawing.Size(130, 21);
|
|
this.numET.TabIndex = 27;
|
|
this.numET.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.numET.Value = new decimal(new int[] {
|
|
200,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// numST
|
|
//
|
|
this.numST.DecimalPlaces = 3;
|
|
this.numST.Increment = new decimal(new int[] {
|
|
100,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numST.Location = new System.Drawing.Point(124, 162);
|
|
this.numST.Maximum = new decimal(new int[] {
|
|
10000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numST.Name = "numST";
|
|
this.numST.Size = new System.Drawing.Size(130, 21);
|
|
this.numST.TabIndex = 26;
|
|
this.numST.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label7.Location = new System.Drawing.Point(16, 322);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(71, 21);
|
|
this.label7.TabIndex = 25;
|
|
this.label7.Text = "T/S曲线:";
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label6.Location = new System.Drawing.Point(16, 281);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(62, 21);
|
|
this.label6.TabIndex = 24;
|
|
this.label6.Text = "减速度:";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label5.Location = new System.Drawing.Point(16, 242);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(62, 21);
|
|
this.label5.TabIndex = 23;
|
|
this.label5.Text = "加速度:";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label4.Location = new System.Drawing.Point(16, 203);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(78, 21);
|
|
this.label4.TabIndex = 22;
|
|
this.label4.Text = "运行速度:";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label3.Location = new System.Drawing.Point(16, 164);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(78, 21);
|
|
this.label3.TabIndex = 21;
|
|
this.label3.Text = "初始速度:";
|
|
//
|
|
// btnGrab
|
|
//
|
|
this.btnGrab.Location = new System.Drawing.Point(177, 12);
|
|
this.btnGrab.Name = "btnGrab";
|
|
this.btnGrab.Size = new System.Drawing.Size(89, 36);
|
|
this.btnGrab.TabIndex = 1;
|
|
this.btnGrab.Text = "连续拍照";
|
|
this.btnGrab.UseVisualStyleBackColor = true;
|
|
this.btnGrab.Click += new System.EventHandler(this.btnGrab_Click);
|
|
//
|
|
// btnTrg
|
|
//
|
|
this.btnTrg.Location = new System.Drawing.Point(64, 12);
|
|
this.btnTrg.Name = "btnTrg";
|
|
this.btnTrg.Size = new System.Drawing.Size(89, 36);
|
|
this.btnTrg.TabIndex = 0;
|
|
this.btnTrg.Text = "拍照";
|
|
this.btnTrg.UseVisualStyleBackColor = true;
|
|
this.btnTrg.Click += new System.EventHandler(this.btnTrg_Click);
|
|
//
|
|
// imageBox1
|
|
//
|
|
this.imageBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.imageBox1.ColorName = System.Drawing.Color.LimeGreen;
|
|
this.imageBox1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.imageBox1.DrawParam = null;
|
|
this.imageBox1.Image = null;
|
|
this.imageBox1.Location = new System.Drawing.Point(0, 0);
|
|
this.imageBox1.Margin = new System.Windows.Forms.Padding(0);
|
|
this.imageBox1.Name = "imageBox1";
|
|
this.imageBox1.Size = new System.Drawing.Size(526, 504);
|
|
this.imageBox1.TabIndex = 1;
|
|
//
|
|
// skinTabPage2
|
|
//
|
|
this.skinTabPage2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
|
|
this.skinTabPage2.Controls.Add(this.uiAxisDev1);
|
|
this.skinTabPage2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.skinTabPage2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.skinTabPage2.Location = new System.Drawing.Point(0, 36);
|
|
this.skinTabPage2.Name = "skinTabPage2";
|
|
this.skinTabPage2.Size = new System.Drawing.Size(861, 504);
|
|
this.skinTabPage2.TabIndex = 1;
|
|
this.skinTabPage2.TabItemImage = null;
|
|
this.skinTabPage2.Text = "电机调试";
|
|
//
|
|
// uiAxisDev1
|
|
//
|
|
this.uiAxisDev1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
|
|
this.uiAxisDev1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.uiAxisDev1.Location = new System.Drawing.Point(0, 0);
|
|
this.uiAxisDev1.Name = "uiAxisDev1";
|
|
this.uiAxisDev1.Size = new System.Drawing.Size(861, 504);
|
|
this.uiAxisDev1.TabIndex = 0;
|
|
//
|
|
// skinTabPage3
|
|
//
|
|
this.skinTabPage3.BackColor = System.Drawing.Color.White;
|
|
this.skinTabPage3.Controls.Add(this.uiioCardDev1);
|
|
this.skinTabPage3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.skinTabPage3.Location = new System.Drawing.Point(0, 36);
|
|
this.skinTabPage3.Name = "skinTabPage3";
|
|
this.skinTabPage3.Size = new System.Drawing.Size(856, 504);
|
|
this.skinTabPage3.TabIndex = 6;
|
|
this.skinTabPage3.TabItemImage = null;
|
|
this.skinTabPage3.Text = "IO调试";
|
|
//
|
|
// uiioCardDev1
|
|
//
|
|
this.uiioCardDev1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
|
|
this.uiioCardDev1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.uiioCardDev1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiioCardDev1.Location = new System.Drawing.Point(0, 0);
|
|
this.uiioCardDev1.Margin = new System.Windows.Forms.Padding(5);
|
|
this.uiioCardDev1.Name = "uiioCardDev1";
|
|
this.uiioCardDev1.Size = new System.Drawing.Size(856, 504);
|
|
this.uiioCardDev1.TabIndex = 0;
|
|
//
|
|
// skinTabPage4
|
|
//
|
|
this.skinTabPage4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
|
|
this.skinTabPage4.Controls.Add(this.uiLightDev1);
|
|
this.skinTabPage4.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.skinTabPage4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.skinTabPage4.Location = new System.Drawing.Point(0, 36);
|
|
this.skinTabPage4.Name = "skinTabPage4";
|
|
this.skinTabPage4.Size = new System.Drawing.Size(856, 504);
|
|
this.skinTabPage4.TabIndex = 3;
|
|
this.skinTabPage4.TabItemImage = null;
|
|
this.skinTabPage4.Text = "光源调试";
|
|
//
|
|
// uiLightDev1
|
|
//
|
|
this.uiLightDev1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
|
|
this.uiLightDev1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.uiLightDev1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiLightDev1.ForeColor = System.Drawing.Color.White;
|
|
this.uiLightDev1.Location = new System.Drawing.Point(0, 0);
|
|
this.uiLightDev1.Margin = new System.Windows.Forms.Padding(5);
|
|
this.uiLightDev1.Name = "uiLightDev1";
|
|
this.uiLightDev1.Size = new System.Drawing.Size(856, 504);
|
|
this.uiLightDev1.TabIndex = 0;
|
|
//
|
|
// skinTabPage5
|
|
//
|
|
this.skinTabPage5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
|
|
this.skinTabPage5.Controls.Add(this.uiCamDev1);
|
|
this.skinTabPage5.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.skinTabPage5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.skinTabPage5.Location = new System.Drawing.Point(0, 36);
|
|
this.skinTabPage5.Name = "skinTabPage5";
|
|
this.skinTabPage5.Size = new System.Drawing.Size(856, 504);
|
|
this.skinTabPage5.TabIndex = 4;
|
|
this.skinTabPage5.TabItemImage = null;
|
|
this.skinTabPage5.Text = "相机调试";
|
|
//
|
|
// uiCamDev1
|
|
//
|
|
this.uiCamDev1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
|
|
this.uiCamDev1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.uiCamDev1.Location = new System.Drawing.Point(0, 0);
|
|
this.uiCamDev1.Name = "uiCamDev1";
|
|
this.uiCamDev1.Size = new System.Drawing.Size(856, 504);
|
|
this.uiCamDev1.TabIndex = 0;
|
|
//
|
|
// skinTabPage6
|
|
//
|
|
this.skinTabPage6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
|
|
this.skinTabPage6.Controls.Add(this.tbCodeUsb);
|
|
this.skinTabPage6.Controls.Add(this.button1);
|
|
this.skinTabPage6.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.skinTabPage6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.skinTabPage6.Location = new System.Drawing.Point(0, 36);
|
|
this.skinTabPage6.Name = "skinTabPage6";
|
|
this.skinTabPage6.Size = new System.Drawing.Size(856, 504);
|
|
this.skinTabPage6.TabIndex = 5;
|
|
this.skinTabPage6.TabItemImage = null;
|
|
this.skinTabPage6.Text = "扫码枪";
|
|
//
|
|
// tbCodeUsb
|
|
//
|
|
this.tbCodeUsb.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.tbCodeUsb.Location = new System.Drawing.Point(168, 162);
|
|
this.tbCodeUsb.Name = "tbCodeUsb";
|
|
this.tbCodeUsb.Size = new System.Drawing.Size(636, 29);
|
|
this.tbCodeUsb.TabIndex = 1;
|
|
this.tbCodeUsb.TextChanged += new System.EventHandler(this.tbCodeUsb_TextChanged);
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.button1.Location = new System.Drawing.Point(44, 159);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(88, 33);
|
|
this.button1.TabIndex = 0;
|
|
this.button1.Text = "扫码抓取";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// timer1
|
|
//
|
|
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
|
//
|
|
// uiTitel1
|
|
//
|
|
this.uiTitel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
|
|
this.uiTitel1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.uiTitel1.Location = new System.Drawing.Point(0, 0);
|
|
this.uiTitel1.Name = "uiTitel1";
|
|
this.uiTitel1.Size = new System.Drawing.Size(861, 46);
|
|
this.uiTitel1.TabIndex = 23;
|
|
//
|
|
// SysDebugFrm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(861, 586);
|
|
this.Controls.Add(this.skinTabControl1);
|
|
this.Controls.Add(this.uiTitel1);
|
|
this.Name = "SysDebugFrm";
|
|
this.Text = "SysDebugFrm";
|
|
this.Load += new System.EventHandler(this.SysDebugFrm_Load);
|
|
this.skinTabControl1.ResumeLayout(false);
|
|
this.skinTabPage1.ResumeLayout(false);
|
|
this.splitContainer1.Panel1.ResumeLayout(false);
|
|
this.splitContainer1.Panel1.PerformLayout();
|
|
this.splitContainer1.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
|
this.splitContainer1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.numGain)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numExposure)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numDist)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numDec)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numAcc)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numET)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numST)).EndInit();
|
|
this.skinTabPage2.ResumeLayout(false);
|
|
this.skinTabPage3.ResumeLayout(false);
|
|
this.skinTabPage4.ResumeLayout(false);
|
|
this.skinTabPage5.ResumeLayout(false);
|
|
this.skinTabPage6.ResumeLayout(false);
|
|
this.skinTabPage6.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private CCWin.SkinControl.SkinTabControl skinTabControl1;
|
|
private CCWin.SkinControl.SkinTabPage skinTabPage1;
|
|
private CCWin.SkinControl.SkinTabPage skinTabPage2;
|
|
private CCWin.SkinControl.SkinTabPage skinTabPage4;
|
|
private CCWin.SkinControl.SkinTabPage skinTabPage5;
|
|
private CCWin.SkinControl.SkinTabPage skinTabPage6;
|
|
private MaiMuControl.UIKits.MaiMuMenu.UITitel uiTitel1;
|
|
private MaiMuControl.Device.AxisDev.UIAxisDev uiAxisDev1;
|
|
private MaiMuControl.Device.LightDev.UILightDev uiLightDev1;
|
|
private CCWin.SkinControl.SkinTabPage skinTabPage3;
|
|
private MaiMuControl.Device.IOCardDev.UIIOCardDev uiioCardDev1;
|
|
private MaiMuControl.Device.CamDev.UICamDev uiCamDev1;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.SplitContainer splitContainer1;
|
|
private System.Windows.Forms.Button btnGrab;
|
|
private System.Windows.Forms.Button btnTrg;
|
|
private ImageToolKits.ImageBox imageBox1;
|
|
private System.Windows.Forms.TextBox tbCodeUsb;
|
|
private System.Windows.Forms.NumericUpDown numDist;
|
|
private System.Windows.Forms.Button btnMove;
|
|
private System.Windows.Forms.Label label13;
|
|
private System.Windows.Forms.ComboBox cbDir;
|
|
private System.Windows.Forms.Label label14;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.ComboBox cbAxisName;
|
|
private System.Windows.Forms.Label label11;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.ComboBox cbTS;
|
|
private System.Windows.Forms.NumericUpDown numDec;
|
|
private System.Windows.Forms.NumericUpDown numAcc;
|
|
private System.Windows.Forms.NumericUpDown numET;
|
|
private System.Windows.Forms.NumericUpDown numST;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Timer timer1;
|
|
private System.Windows.Forms.Label stslog;
|
|
private System.Windows.Forms.Button button2;
|
|
private System.Windows.Forms.NumericUpDown numGain;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.NumericUpDown numExposure;
|
|
private System.Windows.Forms.Label label12;
|
|
}
|
|
} |