417 lines
20 KiB
C#
417 lines
20 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.splitContainer2 = new System.Windows.Forms.SplitContainer();
|
|
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.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.dataGridView1 = 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();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
|
|
this.splitContainer2.Panel1.SuspendLayout();
|
|
this.splitContainer2.Panel2.SuspendLayout();
|
|
this.splitContainer2.SuspendLayout();
|
|
this.toolStrip1.SuspendLayout();
|
|
this.toolStrip2.SuspendLayout();
|
|
this.toolStripContainer1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).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";
|
|
//
|
|
// splitContainer1.Panel1
|
|
//
|
|
this.splitContainer1.Panel1.Controls.Add(this.picBoxCamera);
|
|
this.splitContainer1.Panel1MinSize = 0;
|
|
//
|
|
// splitContainer1.Panel2
|
|
//
|
|
this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
|
|
this.splitContainer1.Panel2MinSize = 457;
|
|
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);
|
|
//
|
|
// splitContainer2
|
|
//
|
|
this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitContainer2.Location = new System.Drawing.Point(0, 0);
|
|
this.splitContainer2.Name = "splitContainer2";
|
|
this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|
//
|
|
// splitContainer2.Panel1
|
|
//
|
|
this.splitContainer2.Panel1.Controls.Add(this.toolStripContainer1);
|
|
this.splitContainer2.Panel1MinSize = 120;
|
|
//
|
|
// toolStripContainer1
|
|
//
|
|
this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.toolStripContainer1.Location = new System.Drawing.Point(0, 0);
|
|
this.toolStripContainer1.Name = "toolStripContainer1";
|
|
this.toolStripContainer1.Size = new System.Drawing.Size(559, 120);
|
|
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);
|
|
//
|
|
// splitContainer2.Panel2
|
|
//
|
|
this.splitContainer2.Panel2.Controls.Add(this.dataGridView1);
|
|
this.splitContainer2.Panel2MinSize = 100;
|
|
this.splitContainer2.Size = new System.Drawing.Size(559, 515);
|
|
this.splitContainer2.SplitterDistance = 257;
|
|
this.splitContainer2.TabIndex = 0;
|
|
//
|
|
// 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(200, 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(353, 30);
|
|
this.toolStrip2.TabIndex = 1;
|
|
//
|
|
// 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);
|
|
//
|
|
// 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.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(559, 254);
|
|
this.dataGridView1.TabIndex = 0;
|
|
this.dataGridView1.SelectionChanged += new System.EventHandler(this.DataGridView1_SelectionChanged);
|
|
//
|
|
// 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.splitContainer2.Panel1.ResumeLayout(false);
|
|
this.splitContainer2.Panel1.PerformLayout();
|
|
this.splitContainer2.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
|
|
this.splitContainer2.ResumeLayout(false);
|
|
this.toolStrip1.ResumeLayout(false);
|
|
this.toolStrip1.PerformLayout();
|
|
this.toolStrip2.ResumeLayout(false);
|
|
this.toolStrip2.PerformLayout();
|
|
this.toolStripContainer1.ResumeLayout(false);
|
|
this.toolStripContainer1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.SplitContainer splitContainer1;
|
|
private System.Windows.Forms.SplitContainer splitContainer2;
|
|
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.DataGridView dataGridView1;
|
|
}
|
|
} |