752 lines
35 KiB
C#
752 lines
35 KiB
C#
namespace Camera
|
|
{
|
|
partial class Setting
|
|
{
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows 窗体设计器生成的代码
|
|
|
|
private void InitializeComponent()
|
|
{
|
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
|
this.picBoxCamera = new System.Windows.Forms.PictureBox();
|
|
this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
|
|
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
|
|
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripTextBox1 = new System.Windows.Forms.ToolStripTextBox();
|
|
this.toolStrip2 = new System.Windows.Forms.ToolStrip();
|
|
this.toolStrip3 = new System.Windows.Forms.ToolStrip();
|
|
this.toolStripLabel5 = new System.Windows.Forms.ToolStripLabel();
|
|
this.toolStripNumericUpDown5 = new ToolStripNumericUpDown();
|
|
this.toolStripLabel6 = new System.Windows.Forms.ToolStripLabel();
|
|
this.toolStripNumericUpDown6 = new ToolStripNumericUpDown();
|
|
this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
|
|
this.toolStripNumericUpDown1 = new ToolStripNumericUpDown();
|
|
this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
|
|
this.toolStripNumericUpDown2 = new ToolStripNumericUpDown();
|
|
this.toolStripLabel3 = new System.Windows.Forms.ToolStripLabel();
|
|
this.toolStripNumericUpDown3 = new ToolStripNumericUpDown();
|
|
this.toolStripLabel4 = new System.Windows.Forms.ToolStripLabel();
|
|
this.toolStripNumericUpDown4 = new ToolStripNumericUpDown();
|
|
this.toolStrip4 = new System.Windows.Forms.ToolStrip();
|
|
this.toolStripLabel7 = new System.Windows.Forms.ToolStripLabel();
|
|
this.toolStripNumericUpDown7 = new ToolStripNumericUpDown();
|
|
this.toolStripNumericUpDown8 = new ToolStripNumericUpDown();
|
|
this.toolStripLabel9 = new System.Windows.Forms.ToolStripLabel();
|
|
this.toolStripNumericUpDown9 = new ToolStripNumericUpDown();
|
|
this.toolStripNumericUpDown10 = new ToolStripNumericUpDown();
|
|
this.toolStripLabel11 = new System.Windows.Forms.ToolStripLabel();
|
|
this.toolStripNumericUpDown11 = new ToolStripNumericUpDown();
|
|
this.toolStripNumericUpDown12 = new ToolStripNumericUpDown();
|
|
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
|
|
this.dataGridView1 = new System.Windows.Forms.DataGridView();
|
|
this.dataGridView2 = new System.Windows.Forms.DataGridView();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
|
this.splitContainer1.Panel1.SuspendLayout();
|
|
this.splitContainer1.Panel2.SuspendLayout();
|
|
this.splitContainer1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.picBoxCamera)).BeginInit();
|
|
this.toolStrip1.SuspendLayout();
|
|
this.toolStrip2.SuspendLayout();
|
|
this.toolStrip3.SuspendLayout();
|
|
this.toolStrip4.SuspendLayout();
|
|
this.toolStripContainer1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
|
|
this.splitContainer2.Panel1.SuspendLayout();
|
|
this.splitContainer2.Panel2.SuspendLayout();
|
|
this.splitContainer2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// splitContainer1
|
|
//
|
|
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
|
|
this.splitContainer1.Name = "splitContainer1";
|
|
this.splitContainer1.SplitterWidth = 5;
|
|
//
|
|
// splitContainer1.Panel1
|
|
//
|
|
this.splitContainer1.Panel1.Controls.Add(this.picBoxCamera);
|
|
this.splitContainer1.Panel1MinSize = 0;
|
|
//
|
|
// splitContainer1.Panel2
|
|
//
|
|
this.splitContainer1.Panel2.Controls.Add(this.toolStripContainer1);
|
|
this.splitContainer1.Panel2MinSize = 460;
|
|
this.splitContainer1.Size = new System.Drawing.Size(1263, 515);
|
|
this.splitContainer1.SplitterDistance = 700;
|
|
this.splitContainer1.TabIndex = 0;
|
|
//
|
|
// picBoxCamera
|
|
//
|
|
this.picBoxCamera.BackColor = System.Drawing.Color.Gray;
|
|
this.picBoxCamera.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.picBoxCamera.Location = new System.Drawing.Point(0, 0);
|
|
this.picBoxCamera.Name = "picBoxCamera";
|
|
this.picBoxCamera.Size = new System.Drawing.Size(700, 515);
|
|
this.picBoxCamera.TabIndex = 0;
|
|
this.picBoxCamera.TabStop = false;
|
|
this.picBoxCamera.SizeChanged += new System.EventHandler(this.PicBoxCamera_SizeChanged);
|
|
this.picBoxCamera.Paint += new System.Windows.Forms.PaintEventHandler(this.PicBoxCamera_Paint);
|
|
this.picBoxCamera.MouseDown += new System.Windows.Forms.MouseEventHandler(this.PicBoxCamera_MouseDown);
|
|
this.picBoxCamera.MouseMove += new System.Windows.Forms.MouseEventHandler(this.PicBoxCamera_MouseMove);
|
|
this.picBoxCamera.MouseUp += new System.Windows.Forms.MouseEventHandler(this.PicBoxCamera_MouseUp);
|
|
//
|
|
// toolStripContainer1
|
|
//
|
|
this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.toolStripContainer1.Location = new System.Drawing.Point(0, 0);
|
|
this.toolStripContainer1.Name = "toolStripContainer1";
|
|
this.toolStripContainer1.TabIndex = 0;
|
|
this.toolStripContainer1.Text = "toolStripContainer1";
|
|
this.toolStripContainer1.TopToolStripPanel.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.toolStripContainer1.TopToolStripPanel.Padding = new System.Windows.Forms.Padding(0);
|
|
this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.toolStrip1);
|
|
this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.toolStrip2);
|
|
this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.toolStrip3);
|
|
this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.toolStrip4);
|
|
//
|
|
// toolStripContainer1.ContentPanel
|
|
//
|
|
this.toolStripContainer1.ContentPanel.Controls.Add(this.splitContainer2);
|
|
this.toolStripContainer1.ContentPanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
//
|
|
// toolStrip1
|
|
//
|
|
this.toolStrip1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
|
|
this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
|
|
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.toolStripButton1,
|
|
this.toolStripButton2,
|
|
this.toolStripButton3,
|
|
this.toolStripButton4,
|
|
this.toolStripTextBox1});
|
|
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
|
|
this.toolStrip1.Name = "toolStrip1";
|
|
this.toolStrip1.Size = new System.Drawing.Size(559, 25);
|
|
this.toolStrip1.TabIndex = 0;
|
|
this.toolStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.toolStrip1_ItemClicked);
|
|
//
|
|
// toolStripButton1
|
|
//
|
|
this.toolStripButton1.CheckOnClick = true;
|
|
this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.toolStripButton1.Name = "toolStripButton1";
|
|
this.toolStripButton1.Size = new System.Drawing.Size(23, 22);
|
|
this.toolStripButton1.ToolTipText = "修改检测区(点击开启/关闭)";
|
|
this.toolStripButton1.Click += new System.EventHandler(this.ToolStripButton1_Click);
|
|
//
|
|
// toolStripButton2
|
|
//
|
|
this.toolStripButton2.CheckOnClick = true;
|
|
this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.toolStripButton2.Name = "toolStripButton2";
|
|
this.toolStripButton2.Size = new System.Drawing.Size(23, 22);
|
|
this.toolStripButton2.ToolTipText = "绘制Led区(点击开启/关闭)";
|
|
this.toolStripButton2.Click += new System.EventHandler(this.ToolStripButton2_Click);
|
|
//
|
|
// toolStripButton3
|
|
//
|
|
this.toolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.toolStripButton3.Name = "toolStripButton3";
|
|
this.toolStripButton3.Size = new System.Drawing.Size(23, 28);
|
|
this.toolStripButton3.ToolTipText = "选择颜色";
|
|
this.toolStripButton3.Visible = false;
|
|
this.toolStripButton3.Click += new System.EventHandler(this.ToolStripButton3_Click);
|
|
//
|
|
// toolStripButton4
|
|
//
|
|
this.toolStripButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.toolStripButton4.Name = "toolStripButton4";
|
|
this.toolStripButton4.Size = new System.Drawing.Size(23, 28);
|
|
this.toolStripButton4.ToolTipText = "删除Led区";
|
|
this.toolStripButton4.Visible = false;
|
|
this.toolStripButton4.Click += new System.EventHandler(this.ToolStripButton4_Click);
|
|
//
|
|
// toolStripTextBox1
|
|
//
|
|
this.toolStripTextBox1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Left;
|
|
this.toolStripTextBox1.Margin = new System.Windows.Forms.Padding(0, 2, 3, 2);
|
|
this.toolStripTextBox1.Name = "toolStripTextBox1";
|
|
this.toolStripTextBox1.Size = new System.Drawing.Size(60, 27);
|
|
this.toolStripTextBox1.ToolTipText = "Led区编号";
|
|
this.toolStripTextBox1.Visible = false;
|
|
this.toolStripTextBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ToolStripTextBox1_KeyDown);
|
|
this.toolStripTextBox1.TextChanged += new System.EventHandler(this.ToolStripTextBox1_TextChanged);
|
|
//
|
|
// toolStrip2
|
|
//
|
|
this.toolStrip2.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.toolStrip2.Location = new System.Drawing.Point(0, 25);
|
|
this.toolStrip2.ImageScalingSize = new System.Drawing.Size(32, 32);
|
|
this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.toolStripLabel1,
|
|
this.toolStripNumericUpDown1,
|
|
this.toolStripLabel2,
|
|
this.toolStripNumericUpDown2,
|
|
this.toolStripLabel3,
|
|
this.toolStripNumericUpDown3,
|
|
this.toolStripLabel4,
|
|
this.toolStripNumericUpDown4});
|
|
this.toolStrip2.Name = "toolStrip2";
|
|
this.toolStrip2.Size = new System.Drawing.Size(559, 30);
|
|
this.toolStrip2.TabIndex = 1;
|
|
//
|
|
// toolStrip3
|
|
//
|
|
this.toolStrip3.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.toolStrip3.Location = new System.Drawing.Point(0, 55);
|
|
this.toolStrip3.ImageScalingSize = new System.Drawing.Size(32, 32);
|
|
this.toolStrip3.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.toolStripLabel5,
|
|
this.toolStripNumericUpDown5,
|
|
this.toolStripLabel6,
|
|
this.toolStripNumericUpDown6,
|
|
this.toolStripButton5});
|
|
this.toolStrip3.Name = "toolStrip3";
|
|
this.toolStrip3.Size = new System.Drawing.Size(559, 30);
|
|
this.toolStrip3.TabIndex = 2;
|
|
this.toolStrip3.Visible = true;
|
|
//
|
|
// toolStrip4
|
|
//
|
|
this.toolStrip4.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.toolStrip4.ImageScalingSize = new System.Drawing.Size(32, 32);
|
|
this.toolStrip4.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.toolStripLabel7,
|
|
this.toolStripNumericUpDown7,
|
|
this.toolStripNumericUpDown8,
|
|
this.toolStripLabel9,
|
|
this.toolStripNumericUpDown9,
|
|
this.toolStripNumericUpDown10,
|
|
this.toolStripLabel11,
|
|
this.toolStripNumericUpDown11,
|
|
this.toolStripNumericUpDown12});
|
|
this.toolStrip4.Location = new System.Drawing.Point(0, 85);
|
|
this.toolStrip4.Name = "toolStrip4";
|
|
this.toolStrip4.Size = new System.Drawing.Size(559, 30);
|
|
this.toolStrip4.TabIndex = 3;
|
|
//
|
|
// toolStripLabel5
|
|
//
|
|
this.toolStripLabel5.Name = "toolStripLabel5";
|
|
this.toolStripLabel5.Size = new System.Drawing.Size(56, 27);
|
|
this.toolStripLabel5.Text = "亮度:";
|
|
//
|
|
// toolStripNumericUpDown5
|
|
//
|
|
this.toolStripNumericUpDown5.AutoSize = false;
|
|
this.toolStripNumericUpDown5.DecimalPlaces = 0;
|
|
this.toolStripNumericUpDown5.Increment = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.toolStripNumericUpDown5.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.toolStripNumericUpDown5.Minimum = new decimal(new int[] {
|
|
0,
|
|
0,
|
|
0,
|
|
0});
|
|
this.toolStripNumericUpDown5.Name = "toolStripNumericUpDown5";
|
|
this.toolStripNumericUpDown5.Size = new System.Drawing.Size(60, 27);
|
|
this.toolStripNumericUpDown5.ToolTipText = "亮度阈值";
|
|
this.toolStripNumericUpDown5.Value = new decimal(new int[] {
|
|
110,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// toolStripLabel6
|
|
//
|
|
this.toolStripLabel6.Name = "toolStripLabel6";
|
|
this.toolStripLabel6.Size = new System.Drawing.Size(44, 27);
|
|
this.toolStripLabel6.Text = "饱和度:";
|
|
//
|
|
// toolStripNumericUpDown6
|
|
//
|
|
this.toolStripNumericUpDown6.AutoSize = false;
|
|
this.toolStripNumericUpDown6.DecimalPlaces = 0;
|
|
this.toolStripNumericUpDown6.Increment = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.toolStripNumericUpDown6.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.toolStripNumericUpDown6.Minimum = new decimal(new int[] {
|
|
0,
|
|
0,
|
|
0,
|
|
0});
|
|
this.toolStripNumericUpDown6.Name = "toolStripNumericUpDown6";
|
|
this.toolStripNumericUpDown6.Size = new System.Drawing.Size(60, 27);
|
|
this.toolStripNumericUpDown6.ToolTipText = "饱和度阈值";
|
|
this.toolStripNumericUpDown6.Value = new decimal(new int[] {
|
|
35,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// toolStripButton5
|
|
//
|
|
this.toolStripButton5.Checked = true;
|
|
this.toolStripButton5.CheckOnClick = true;
|
|
this.toolStripButton5.Name = "toolStripButton5";
|
|
this.toolStripButton5.Size = new System.Drawing.Size(100, 27);
|
|
this.toolStripButton5.Text = "显示Led框";
|
|
this.toolStripButton5.Click += new System.EventHandler(this.ToolStripButton5_Click);
|
|
//
|
|
// toolStripLabel7
|
|
//
|
|
this.toolStripLabel7.Name = "toolStripLabel7";
|
|
this.toolStripLabel7.Size = new System.Drawing.Size(32, 27);
|
|
this.toolStripLabel7.Text = "红";
|
|
//
|
|
// toolStripNumericUpDown7
|
|
//
|
|
this.toolStripNumericUpDown7.AutoSize = false;
|
|
this.toolStripNumericUpDown7.DecimalPlaces = 0;
|
|
this.toolStripNumericUpDown7.Increment = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.toolStripNumericUpDown7.Maximum = new decimal(new int[] {
|
|
180,
|
|
0,
|
|
0,
|
|
0});
|
|
this.toolStripNumericUpDown7.Minimum = new decimal(new int[] {
|
|
0,
|
|
0,
|
|
0,
|
|
0});
|
|
this.toolStripNumericUpDown7.Name = "toolStripNumericUpDown7";
|
|
this.toolStripNumericUpDown7.Size = new System.Drawing.Size(60, 27);
|
|
this.toolStripNumericUpDown7.Value = new decimal(new int[] {
|
|
60,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// toolStripLabel9
|
|
//
|
|
this.toolStripLabel9.Name = "toolStripLabel9";
|
|
this.toolStripLabel9.Size = new System.Drawing.Size(32, 27);
|
|
this.toolStripLabel9.Text = "绿";
|
|
//
|
|
// toolStripNumericUpDown9
|
|
//
|
|
this.toolStripNumericUpDown9.AutoSize = false;
|
|
this.toolStripNumericUpDown9.DecimalPlaces = 0;
|
|
this.toolStripNumericUpDown9.Increment = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.toolStripNumericUpDown9.Maximum = new decimal(new int[] {
|
|
180,
|
|
0,
|
|
0,
|
|
0});
|
|
this.toolStripNumericUpDown9.Minimum = new decimal(new int[] {
|
|
0,
|
|
0,
|
|
0,
|
|
0});
|
|
this.toolStripNumericUpDown9.Name = "toolStripNumericUpDown9";
|
|
this.toolStripNumericUpDown9.Size = new System.Drawing.Size(60, 27);
|
|
this.toolStripNumericUpDown9.Value = new decimal(new int[] {
|
|
30,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// toolStripNumericUpDown10
|
|
//
|
|
this.toolStripNumericUpDown10.AutoSize = false;
|
|
this.toolStripNumericUpDown10.DecimalPlaces = 0;
|
|
this.toolStripNumericUpDown10.Increment = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.toolStripNumericUpDown10.Maximum = new decimal(new int[] {
|
|
180,
|
|
0,
|
|
0,
|
|
0});
|
|
this.toolStripNumericUpDown10.Minimum = new decimal(new int[] {
|
|
0,
|
|
0,
|
|
0,
|
|
0});
|
|
this.toolStripNumericUpDown10.Name = "toolStripNumericUpDown10";
|
|
this.toolStripNumericUpDown10.Size = new System.Drawing.Size(60, 27);
|
|
this.toolStripNumericUpDown10.Value = new decimal(new int[] {
|
|
60,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// toolStripLabel11
|
|
//
|
|
this.toolStripLabel11.Name = "toolStripLabel11";
|
|
this.toolStripLabel11.Size = new System.Drawing.Size(32, 27);
|
|
this.toolStripLabel11.Text = "蓝";
|
|
//
|
|
// toolStripNumericUpDown11
|
|
//
|
|
this.toolStripNumericUpDown11.AutoSize = false;
|
|
this.toolStripNumericUpDown11.DecimalPlaces = 0;
|
|
this.toolStripNumericUpDown11.Increment = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.toolStripNumericUpDown11.Maximum = new decimal(new int[] {
|
|
180,
|
|
0,
|
|
0,
|
|
0});
|
|
this.toolStripNumericUpDown11.Minimum = new decimal(new int[] {
|
|
0,
|
|
0,
|
|
0,
|
|
0});
|
|
this.toolStripNumericUpDown11.Name = "toolStripNumericUpDown11";
|
|
this.toolStripNumericUpDown11.Size = new System.Drawing.Size(60, 27);
|
|
this.toolStripNumericUpDown11.Value = new decimal(new int[] {
|
|
90,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// toolStripNumericUpDown12
|
|
//
|
|
this.toolStripNumericUpDown12.AutoSize = false;
|
|
this.toolStripNumericUpDown12.DecimalPlaces = 0;
|
|
this.toolStripNumericUpDown12.Increment = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.toolStripNumericUpDown12.Maximum = new decimal(new int[] {
|
|
180,
|
|
0,
|
|
0,
|
|
0});
|
|
this.toolStripNumericUpDown12.Minimum = new decimal(new int[] {
|
|
0,
|
|
0,
|
|
0,
|
|
0});
|
|
this.toolStripNumericUpDown12.Name = "toolStripNumericUpDown12";
|
|
this.toolStripNumericUpDown12.Size = new System.Drawing.Size(60, 27);
|
|
this.toolStripNumericUpDown12.Value = new decimal(new int[] {
|
|
130,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// toolStripLabel1
|
|
//
|
|
this.toolStripLabel1.Name = "toolStripLabel1";
|
|
this.toolStripLabel1.Size = new System.Drawing.Size(23, 27);
|
|
this.toolStripLabel1.Text = "X:";
|
|
//
|
|
// toolStripNumericUpDown1
|
|
//
|
|
this.toolStripNumericUpDown1.AutoSize = false;
|
|
this.toolStripNumericUpDown1.DecimalPlaces = 0;
|
|
this.toolStripNumericUpDown1.Increment = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.toolStripNumericUpDown1.Maximum = new decimal(new int[] {
|
|
10000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.toolStripNumericUpDown1.Minimum = new decimal(new int[] {
|
|
0,
|
|
0,
|
|
0,
|
|
0});
|
|
this.toolStripNumericUpDown1.Name = "toolStripNumericUpDown1";
|
|
this.toolStripNumericUpDown1.Size = new System.Drawing.Size(60, 27);
|
|
this.toolStripNumericUpDown1.ToolTipText = "X坐标";
|
|
this.toolStripNumericUpDown1.Value = new decimal(new int[] {
|
|
0,
|
|
0,
|
|
0,
|
|
0});
|
|
this.toolStripNumericUpDown1.ValueChanged += new System.EventHandler(this.ToolStripNumericUpDown1_ValueChanged);
|
|
//
|
|
// toolStripLabel2
|
|
//
|
|
this.toolStripLabel2.Name = "toolStripLabel2";
|
|
this.toolStripLabel2.Size = new System.Drawing.Size(22, 27);
|
|
this.toolStripLabel2.Text = "Y:";
|
|
//
|
|
// toolStripNumericUpDown2
|
|
//
|
|
this.toolStripNumericUpDown2.AutoSize = false;
|
|
this.toolStripNumericUpDown2.DecimalPlaces = 0;
|
|
this.toolStripNumericUpDown2.Increment = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.toolStripNumericUpDown2.Maximum = new decimal(new int[] {
|
|
10000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.toolStripNumericUpDown2.Minimum = new decimal(new int[] {
|
|
0,
|
|
0,
|
|
0,
|
|
0});
|
|
this.toolStripNumericUpDown2.Name = "toolStripNumericUpDown2";
|
|
this.toolStripNumericUpDown2.Size = new System.Drawing.Size(60, 27);
|
|
this.toolStripNumericUpDown2.ToolTipText = "Y坐标";
|
|
this.toolStripNumericUpDown2.Value = new decimal(new int[] {
|
|
0,
|
|
0,
|
|
0,
|
|
0});
|
|
this.toolStripNumericUpDown2.ValueChanged += new System.EventHandler(this.ToolStripNumericUpDown2_ValueChanged);
|
|
//
|
|
// toolStripLabel3
|
|
//
|
|
this.toolStripLabel3.Name = "toolStripLabel3";
|
|
this.toolStripLabel3.Size = new System.Drawing.Size(28, 27);
|
|
this.toolStripLabel3.Text = "宽:";
|
|
//
|
|
// toolStripNumericUpDown3
|
|
//
|
|
this.toolStripNumericUpDown3.AutoSize = false;
|
|
this.toolStripNumericUpDown3.DecimalPlaces = 0;
|
|
this.toolStripNumericUpDown3.Increment = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.toolStripNumericUpDown3.Maximum = new decimal(new int[] {
|
|
10000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.toolStripNumericUpDown3.Minimum = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.toolStripNumericUpDown3.Name = "toolStripNumericUpDown3";
|
|
this.toolStripNumericUpDown3.Size = new System.Drawing.Size(60, 27);
|
|
this.toolStripNumericUpDown3.ToolTipText = "宽度";
|
|
this.toolStripNumericUpDown3.Value = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.toolStripNumericUpDown3.ValueChanged += new System.EventHandler(this.ToolStripNumericUpDown3_ValueChanged);
|
|
//
|
|
// toolStripLabel4
|
|
//
|
|
this.toolStripLabel4.Name = "toolStripLabel4";
|
|
this.toolStripLabel4.Size = new System.Drawing.Size(28, 27);
|
|
this.toolStripLabel4.Text = "高:";
|
|
//
|
|
// toolStripNumericUpDown4
|
|
//
|
|
this.toolStripNumericUpDown4.AutoSize = false;
|
|
this.toolStripNumericUpDown4.DecimalPlaces = 0;
|
|
this.toolStripNumericUpDown4.Increment = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.toolStripNumericUpDown4.Maximum = new decimal(new int[] {
|
|
10000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.toolStripNumericUpDown4.Minimum = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.toolStripNumericUpDown4.Name = "toolStripNumericUpDown4";
|
|
this.toolStripNumericUpDown4.Size = new System.Drawing.Size(60, 27);
|
|
this.toolStripNumericUpDown4.ToolTipText = "高度";
|
|
this.toolStripNumericUpDown4.Value = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.toolStripNumericUpDown4.ValueChanged += new System.EventHandler(this.ToolStripNumericUpDown4_ValueChanged);
|
|
this.toolStripNumericUpDown5.ValueChanged += new System.EventHandler(this.ToolStripNumericUpDown5_ValueChanged);
|
|
this.toolStripNumericUpDown6.ValueChanged += new System.EventHandler(this.ToolStripNumericUpDown6_ValueChanged);
|
|
this.toolStripNumericUpDown7.ValueChanged += new System.EventHandler(this.ToolStripNumericUpDown7_ValueChanged);
|
|
this.toolStripNumericUpDown8.ValueChanged += new System.EventHandler(this.ToolStripNumericUpDown8_ValueChanged);
|
|
this.toolStripNumericUpDown9.ValueChanged += new System.EventHandler(this.ToolStripNumericUpDown9_ValueChanged);
|
|
this.toolStripNumericUpDown10.ValueChanged += new System.EventHandler(this.ToolStripNumericUpDown10_ValueChanged);
|
|
this.toolStripNumericUpDown11.ValueChanged += new System.EventHandler(this.ToolStripNumericUpDown11_ValueChanged);
|
|
this.toolStripNumericUpDown12.ValueChanged += new System.EventHandler(this.ToolStripNumericUpDown12_ValueChanged);
|
|
//
|
|
// dataGridView1
|
|
//
|
|
this.dataGridView1.AllowUserToAddRows = false;
|
|
this.dataGridView1.AllowUserToDeleteRows = false;
|
|
this.dataGridView1.AllowUserToResizeRows = false;
|
|
this.dataGridView1.ColumnHeadersHeight = 25;
|
|
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
|
// this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
|
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.dataGridView1.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
|
|
this.dataGridView1.Location = new System.Drawing.Point(0, 0);
|
|
this.dataGridView1.Name = "dataGridView1";
|
|
this.dataGridView1.RowHeadersVisible = false;
|
|
this.dataGridView1.RowTemplate.Height = 25;
|
|
this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.dataGridView1.Size = new System.Drawing.Size(600, 254);
|
|
this.dataGridView1.TabIndex = 0;
|
|
this.dataGridView1.SelectionChanged += new System.EventHandler(this.DataGridView1_SelectionChanged);
|
|
//
|
|
// splitContainer2
|
|
//
|
|
this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitContainer2.Name = "splitContainer2";
|
|
this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|
this.splitContainer2.SplitterWidth = 5;
|
|
//
|
|
// splitContainer2.Panel1
|
|
//
|
|
this.splitContainer2.Panel1.Controls.Add(this.dataGridView1);
|
|
this.splitContainer2.Panel1MinSize = 50;
|
|
//
|
|
// splitContainer2.Panel2
|
|
//
|
|
this.splitContainer2.Panel2.Controls.Add(this.dataGridView2);
|
|
this.splitContainer2.Panel2MinSize = 50;
|
|
this.splitContainer2.TabIndex = 1;
|
|
//
|
|
// dataGridView2
|
|
//
|
|
this.dataGridView2.AllowUserToAddRows = false;
|
|
this.dataGridView2.AllowUserToDeleteRows = false;
|
|
this.dataGridView2.AllowUserToResizeRows = false;
|
|
this.dataGridView2.Enabled = false;
|
|
this.dataGridView2.ColumnHeadersHeight = 25;
|
|
this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
|
this.dataGridView2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.dataGridView2.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
|
|
this.dataGridView2.Name = "dataGridView2";
|
|
this.dataGridView2.ReadOnly = true;
|
|
this.dataGridView2.RowHeadersVisible = false;
|
|
this.dataGridView2.RowTemplate.Height = 25;
|
|
this.dataGridView2.Size = new System.Drawing.Size(600, 254);
|
|
this.dataGridView2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.dataGridView2.TabIndex = 0;
|
|
//
|
|
// Setting
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1263, 515);
|
|
this.Controls.Add(this.splitContainer1);
|
|
this.Name = "Setting";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "设置";
|
|
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Setting_FormClosed);
|
|
this.Load += new System.EventHandler(this.Setting_Load);
|
|
this.splitContainer1.Panel1.ResumeLayout(false);
|
|
this.splitContainer1.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
|
this.splitContainer1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.picBoxCamera)).EndInit();
|
|
this.toolStrip1.ResumeLayout(false);
|
|
this.toolStrip1.PerformLayout();
|
|
this.toolStrip2.ResumeLayout(false);
|
|
this.toolStrip2.PerformLayout();
|
|
this.toolStrip3.ResumeLayout(false);
|
|
this.toolStrip3.PerformLayout();
|
|
this.toolStrip4.ResumeLayout(false);
|
|
this.toolStrip4.PerformLayout();
|
|
this.toolStripContainer1.ResumeLayout(false);
|
|
this.toolStripContainer1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.SplitContainer splitContainer1;
|
|
private System.Windows.Forms.PictureBox picBoxCamera;
|
|
private System.Windows.Forms.ToolStripContainer toolStripContainer1;
|
|
private System.Windows.Forms.ToolStrip toolStrip1;
|
|
private System.Windows.Forms.ToolStrip toolStrip2;
|
|
private System.Windows.Forms.ToolStripButton toolStripButton1;
|
|
private System.Windows.Forms.ToolStripButton toolStripButton2;
|
|
private System.Windows.Forms.ToolStripButton toolStripButton3;
|
|
private System.Windows.Forms.ToolStripButton toolStripButton4;
|
|
private System.Windows.Forms.ToolStripTextBox toolStripTextBox1;
|
|
private System.Windows.Forms.ToolStripLabel toolStripLabel1;
|
|
private ToolStripNumericUpDown toolStripNumericUpDown1;
|
|
private System.Windows.Forms.ToolStripLabel toolStripLabel2;
|
|
private ToolStripNumericUpDown toolStripNumericUpDown2;
|
|
private System.Windows.Forms.ToolStripLabel toolStripLabel3;
|
|
private ToolStripNumericUpDown toolStripNumericUpDown3;
|
|
private System.Windows.Forms.ToolStripLabel toolStripLabel4;
|
|
private ToolStripNumericUpDown toolStripNumericUpDown4;
|
|
private System.Windows.Forms.ToolStrip toolStrip3;
|
|
private System.Windows.Forms.ToolStripLabel toolStripLabel5;
|
|
private ToolStripNumericUpDown toolStripNumericUpDown5;
|
|
private System.Windows.Forms.ToolStripLabel toolStripLabel6;
|
|
private ToolStripNumericUpDown toolStripNumericUpDown6;
|
|
private System.Windows.Forms.ToolStrip toolStrip4;
|
|
private System.Windows.Forms.ToolStripLabel toolStripLabel7;
|
|
private ToolStripNumericUpDown toolStripNumericUpDown7;
|
|
private ToolStripNumericUpDown toolStripNumericUpDown8;
|
|
private System.Windows.Forms.ToolStripLabel toolStripLabel9;
|
|
private ToolStripNumericUpDown toolStripNumericUpDown9;
|
|
private ToolStripNumericUpDown toolStripNumericUpDown10;
|
|
private System.Windows.Forms.ToolStripLabel toolStripLabel11;
|
|
private ToolStripNumericUpDown toolStripNumericUpDown11;
|
|
private ToolStripNumericUpDown toolStripNumericUpDown12;
|
|
private System.Windows.Forms.ToolStripButton toolStripButton5;
|
|
private System.Windows.Forms.DataGridView dataGridView1;
|
|
private System.Windows.Forms.SplitContainer splitContainer2;
|
|
private System.Windows.Forms.DataGridView dataGridView2;
|
|
}
|
|
} |