218 lines
12 KiB
C#
218 lines
12 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.toolStrip1 = new System.Windows.Forms.ToolStrip();
|
|
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
|
|
this.dataGridView1 = new System.Windows.Forms.DataGridView();
|
|
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();
|
|
((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();
|
|
((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.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Normal;
|
|
this.picBoxCamera.TabIndex = 0;
|
|
this.picBoxCamera.TabStop = false;
|
|
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.toolStrip1);
|
|
this.splitContainer2.Panel1MinSize = 40;
|
|
//
|
|
// 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.None;
|
|
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(80, 40);
|
|
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(36, 36);
|
|
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(36, 36);
|
|
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(36, 36);
|
|
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(36, 36);
|
|
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.Right;
|
|
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);
|
|
//
|
|
// 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.Location = new System.Drawing.Point(0, 0);
|
|
this.dataGridView1.Name = "dataGridView1";
|
|
this.dataGridView1.ReadOnly = true;
|
|
this.dataGridView1.RowHeadersVisible = false;
|
|
this.dataGridView1.RowTemplate.Height = 25;
|
|
this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
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();
|
|
((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.ToolStrip toolStrip1;
|
|
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.DataGridView dataGridView1;
|
|
}
|
|
} |