Esempio n. 1
0
 /// <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(MainForm));
     this.statusStrip1 = new System.Windows.Forms.StatusStrip();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.ofd = new System.Windows.Forms.OpenFileDialog();
     this.timer = new System.Timers.Timer();
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.CameraButtonT = new System.Windows.Forms.ToolStripMenuItem();
     this.CentrT = new System.Windows.Forms.ToolStripMenuItem();
     this.CreateCelT = new System.Windows.Forms.ToolStripMenuItem();
     this.RezaltedT = new System.Windows.Forms.ToolStripMenuItem();
     this.Marks = new System.Windows.Forms.ToolStripMenuItem();
     this.SettingsMarks = new System.Windows.Forms.ToolStripMenuItem();
     this.Start = new System.Windows.Forms.ToolStripMenuItem();
     this.Stop = new System.Windows.Forms.ToolStripMenuItem();
     this.�����������ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.listBox1 = new System.Windows.Forms.ListBox();
     this.UstedBoxCenter = new System.Windows.Forms.DomainUpDown();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     this.timer2 = new System.Windows.Forms.Timer(this.components);
     this.tabControl1 = new System.Windows.Forms.TabControl();
     this.tabPageRezalt = new System.Windows.Forms.TabPage();
     this.tabPageusted = new System.Windows.Forms.TabPage();
     this.panelUstedHand = new System.Windows.Forms.Panel();
     this.checkBoxRound = new System.Windows.Forms.CheckBox();
     this.domainUpDownXa = new System.Windows.Forms.DomainUpDown();
     this.UstedBoxY = new System.Windows.Forms.DomainUpDown();
     this.button1 = new System.Windows.Forms.Button();
     this.label6 = new System.Windows.Forms.Label();
     this.UstedBoxX = new System.Windows.Forms.DomainUpDown();
     this.label5 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.buttonHandUst = new System.Windows.Forms.Button();
     this.buttonAutoUst = new System.Windows.Forms.Button();
     this.timerDrawingUst2 = new System.Windows.Forms.Timer(this.components);
     this.buttonHelp = new System.Windows.Forms.Button();
     this.LineCr2 = new System.Windows.Forms.PictureBox();
     this.LineCr1 = new System.Windows.Forms.PictureBox();
     this.LineBlack = new System.Windows.Forms.PictureBox();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.label7 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.panel1 = new System.Windows.Forms.Panel();
     this.label11 = new System.Windows.Forms.Label();
     this.cameraWindow = new motion.CameraWindow();
     this.statusStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.timer)).BeginInit();
     this.menuStrip1.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tabPageRezalt.SuspendLayout();
     this.tabPageusted.SuspendLayout();
     this.panelUstedHand.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.LineCr2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.LineCr1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.LineBlack)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripStatusLabel1});
     this.statusStrip1.Location = new System.Drawing.Point(0, 487);
     this.statusStrip1.Name = "statusStrip1";
     this.statusStrip1.Size = new System.Drawing.Size(1051, 22);
     this.statusStrip1.TabIndex = 12;
     this.statusStrip1.Text = "statusStrip1";
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(0, 17);
     //
     // ofd
     //
     this.ofd.Filter = "AVI files (*.avi)|*.avi";
     this.ofd.Title = "Open movie";
     //
     // timer
     //
     this.timer.Interval = 1000D;
     this.timer.SynchronizingObject = this;
     //
     // menuStrip1
     //
     this.menuStrip1.AutoSize = false;
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.CameraButtonT,
     this.CentrT,
     this.CreateCelT,
     this.RezaltedT,
     this.Start,
     this.Stop,
     this.�����������ToolStripMenuItem});
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new System.Drawing.Size(1051, 40);
     this.menuStrip1.TabIndex = 13;
     this.menuStrip1.Text = "menuStrip1";
     //
     // CameraButtonT
     //
     this.CameraButtonT.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.CameraButtonT.Image = ((System.Drawing.Image)(resources.GetObject("CameraButtonT.Image")));
     this.CameraButtonT.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.CameraButtonT.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.CameraButtonT.Name = "CameraButtonT";
     this.CameraButtonT.Size = new System.Drawing.Size(126, 36);
     this.CameraButtonT.Text = "���� ������";
     this.CameraButtonT.Click += new System.EventHandler(this.CameraButtonTClick);
     //
     // CentrT
     //
     this.CentrT.Enabled = false;
     this.CentrT.Image = ((System.Drawing.Image)(resources.GetObject("CentrT.Image")));
     this.CentrT.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.CentrT.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.CentrT.Name = "CentrT";
     this.CentrT.Size = new System.Drawing.Size(85, 36);
     this.CentrT.Text = "�����";
     this.CentrT.Click += new System.EventHandler(this.CentrTClick);
     //
     // CreateCelT
     //
     this.CreateCelT.Enabled = false;
     this.CreateCelT.Image = ((System.Drawing.Image)(resources.GetObject("CreateCelT.Image")));
     this.CreateCelT.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.CreateCelT.Name = "CreateCelT";
     this.CreateCelT.Size = new System.Drawing.Size(145, 36);
     this.CreateCelT.Text = "�������� �����";
     this.CreateCelT.Click += new System.EventHandler(this.CreateCelTClick);
     //
     // RezaltedT
     //
     this.RezaltedT.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.Marks,
     this.SettingsMarks});
     this.RezaltedT.Image = ((System.Drawing.Image)(resources.GetObject("RezaltedT.Image")));
     this.RezaltedT.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.RezaltedT.Name = "RezaltedT";
     this.RezaltedT.Size = new System.Drawing.Size(119, 36);
     this.RezaltedT.Text = "����������";
     //
     // Marks
     //
     this.Marks.CheckOnClick = true;
     this.Marks.Name = "Marks";
     this.Marks.Size = new System.Drawing.Size(156, 22);
     this.Marks.Text = "����������";
     this.Marks.Click += new System.EventHandler(this.MarksClick);
     //
     // SettingsMarks
     //
     this.SettingsMarks.Name = "SettingsMarks";
     this.SettingsMarks.Size = new System.Drawing.Size(156, 22);
     this.SettingsMarks.Text = "������������";
     this.SettingsMarks.Visible = false;
     this.SettingsMarks.Click += new System.EventHandler(this.SettingsMarksClick);
     //
     // Start
     //
     this.Start.Enabled = false;
     this.Start.Image = ((System.Drawing.Image)(resources.GetObject("Start.Image")));
     this.Start.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.Start.Name = "Start";
     this.Start.Size = new System.Drawing.Size(82, 36);
     this.Start.Text = "�����";
     this.Start.Click += new System.EventHandler(this.StartClick);
     //
     // Stop
     //
     this.Stop.Enabled = false;
     this.Stop.Image = ((System.Drawing.Image)(resources.GetObject("Stop.Image")));
     this.Stop.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.Stop.Name = "Stop";
     this.Stop.Size = new System.Drawing.Size(78, 36);
     this.Stop.Text = "����";
     this.Stop.Click += new System.EventHandler(this.StopClick);
     //
     // �����������ToolStripMenuItem
     //
     this.�����������ToolStripMenuItem.Name = "�����������ToolStripMenuItem";
     this.�����������ToolStripMenuItem.Size = new System.Drawing.Size(77, 36);
     this.�����������ToolStripMenuItem.Text = "���� �����";
     this.�����������ToolStripMenuItem.Click += new System.EventHandler(this.�����������ToolStripMenuItem_Click);
     //
     // listBox1
     //
     this.listBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.listBox1.FormattingEnabled = true;
     this.listBox1.ItemHeight = 15;
     this.listBox1.Location = new System.Drawing.Point(3, 46);
     this.listBox1.Name = "listBox1";
     this.listBox1.Size = new System.Drawing.Size(137, 289);
     this.listBox1.TabIndex = 17;
     this.listBox1.SelectedIndexChanged += new System.EventHandler(this.ListBox1SelectedIndexChanged);
     //
     // UstedBoxCenter
     //
     this.UstedBoxCenter.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.UstedBoxCenter.Location = new System.Drawing.Point(68, 79);
     this.UstedBoxCenter.Name = "UstedBoxCenter";
     this.UstedBoxCenter.Size = new System.Drawing.Size(70, 20);
     this.UstedBoxCenter.TabIndex = 19;
     this.UstedBoxCenter.TextChanged += new System.EventHandler(this.DomainUpDown1TextChanged);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label2.Location = new System.Drawing.Point(9, 79);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(31, 15);
     this.label2.TabIndex = 17;
     this.label2.Text = "Ye - ";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label3.Location = new System.Drawing.Point(7, 353);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(42, 15);
     this.label3.TabIndex = 0;
     this.label3.Text = "����: ";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label1.Location = new System.Drawing.Point(7, 15);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(68, 15);
     this.label1.TabIndex = 0;
     this.label1.Text = "�������: ";
     //
     // timer1
     //
     this.timer1.Interval = 2000;
     this.timer1.Tick += new System.EventHandler(this.Timer1Tick);
     //
     // timer2
     //
     this.timer2.Interval = 1;
     this.timer2.Tick += new System.EventHandler(this.Timer2Tick);
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPageRezalt);
     this.tabControl1.Controls.Add(this.tabPageusted);
     this.tabControl1.Location = new System.Drawing.Point(871, 55);
     this.tabControl1.Name = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size = new System.Drawing.Size(168, 415);
     this.tabControl1.TabIndex = 16;
     //
     // tabPageRezalt
     //
     this.tabPageRezalt.Controls.Add(this.listBox1);
     this.tabPageRezalt.Controls.Add(this.label1);
     this.tabPageRezalt.Controls.Add(this.label3);
     this.tabPageRezalt.Location = new System.Drawing.Point(4, 22);
     this.tabPageRezalt.Name = "tabPageRezalt";
     this.tabPageRezalt.Padding = new System.Windows.Forms.Padding(3);
     this.tabPageRezalt.Size = new System.Drawing.Size(160, 389);
     this.tabPageRezalt.TabIndex = 0;
     this.tabPageRezalt.Text = "���������";
     this.tabPageRezalt.UseVisualStyleBackColor = true;
     //
     // tabPageusted
     //
     this.tabPageusted.Controls.Add(this.panelUstedHand);
     this.tabPageusted.Controls.Add(this.buttonHandUst);
     this.tabPageusted.Controls.Add(this.buttonAutoUst);
     this.tabPageusted.Location = new System.Drawing.Point(4, 22);
     this.tabPageusted.Name = "tabPageusted";
     this.tabPageusted.Padding = new System.Windows.Forms.Padding(3);
     this.tabPageusted.Size = new System.Drawing.Size(160, 389);
     this.tabPageusted.TabIndex = 1;
     this.tabPageusted.Text = "���������";
     this.tabPageusted.UseVisualStyleBackColor = true;
     //
     // panelUstedHand
     //
     this.panelUstedHand.Controls.Add(this.checkBoxRound);
     this.panelUstedHand.Controls.Add(this.domainUpDownXa);
     this.panelUstedHand.Controls.Add(this.UstedBoxCenter);
     this.panelUstedHand.Controls.Add(this.UstedBoxY);
     this.panelUstedHand.Controls.Add(this.button1);
     this.panelUstedHand.Controls.Add(this.label6);
     this.panelUstedHand.Controls.Add(this.UstedBoxX);
     this.panelUstedHand.Controls.Add(this.label2);
     this.panelUstedHand.Controls.Add(this.label5);
     this.panelUstedHand.Controls.Add(this.label4);
     this.panelUstedHand.Location = new System.Drawing.Point(13, 86);
     this.panelUstedHand.Name = "panelUstedHand";
     this.panelUstedHand.Size = new System.Drawing.Size(141, 236);
     this.panelUstedHand.TabIndex = 20;
     //
     // checkBoxRound
     //
     this.checkBoxRound.AutoSize = true;
     this.checkBoxRound.Location = new System.Drawing.Point(11, 14);
     this.checkBoxRound.Name = "checkBoxRound";
     this.checkBoxRound.Size = new System.Drawing.Size(49, 17);
     this.checkBoxRound.TabIndex = 20;
     this.checkBoxRound.Text = "����";
     this.checkBoxRound.UseVisualStyleBackColor = true;
     this.checkBoxRound.CheckedChanged += new System.EventHandler(this.CheckBox1CheckedChanged);
     //
     // domainUpDownXa
     //
     this.domainUpDownXa.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.domainUpDownXa.Location = new System.Drawing.Point(68, 42);
     this.domainUpDownXa.Name = "domainUpDownXa";
     this.domainUpDownXa.Size = new System.Drawing.Size(70, 20);
     this.domainUpDownXa.TabIndex = 19;
     this.domainUpDownXa.TextChanged += new System.EventHandler(this.DomainUpDown1TextChanged);
     //
     // UstedBoxY
     //
     this.UstedBoxY.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.UstedBoxY.Location = new System.Drawing.Point(68, 153);
     this.UstedBoxY.Name = "UstedBoxY";
     this.UstedBoxY.Size = new System.Drawing.Size(70, 20);
     this.UstedBoxY.TabIndex = 19;
     this.UstedBoxY.TextChanged += new System.EventHandler(this.DomainUpDown3TextChanged);
     //
     // button1
     //
     this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.button1.Image = ((System.Drawing.Image)(resources.GetObject("button1.Image")));
     this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.button1.Location = new System.Drawing.Point(11, 199);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(107, 27);
     this.button1.TabIndex = 18;
     this.button1.Text = "�����������";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.Button1Click1);
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label6.Location = new System.Drawing.Point(9, 42);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(32, 15);
     this.label6.TabIndex = 17;
     this.label6.Text = "Xe - ";
     //
     // UstedBoxX
     //
     this.UstedBoxX.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.UstedBoxX.Location = new System.Drawing.Point(68, 118);
     this.UstedBoxX.Name = "UstedBoxX";
     this.UstedBoxX.Size = new System.Drawing.Size(70, 20);
     this.UstedBoxX.TabIndex = 19;
     this.UstedBoxX.TextChanged += new System.EventHandler(this.DomainUpDown2TextChanged);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label5.Location = new System.Drawing.Point(9, 153);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(24, 15);
     this.label5.TabIndex = 17;
     this.label5.Text = "Y - ";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label4.Location = new System.Drawing.Point(8, 118);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(25, 15);
     this.label4.TabIndex = 17;
     this.label4.Text = "� - ";
     //
     // buttonHandUst
     //
     this.buttonHandUst.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.buttonHandUst.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.buttonHandUst.Location = new System.Drawing.Point(24, 53);
     this.buttonHandUst.Name = "buttonHandUst";
     this.buttonHandUst.Size = new System.Drawing.Size(107, 27);
     this.buttonHandUst.TabIndex = 18;
     this.buttonHandUst.Text = "����� ���������";
     this.buttonHandUst.UseVisualStyleBackColor = true;
     this.buttonHandUst.Visible = false;
     this.buttonHandUst.Click += new System.EventHandler(this.ButtonHandUstClick);
     //
     // buttonAutoUst
     //
     this.buttonAutoUst.Enabled = false;
     this.buttonAutoUst.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.buttonAutoUst.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.buttonAutoUst.Location = new System.Drawing.Point(24, 20);
     this.buttonAutoUst.Name = "buttonAutoUst";
     this.buttonAutoUst.Size = new System.Drawing.Size(107, 27);
     this.buttonAutoUst.TabIndex = 18;
     this.buttonAutoUst.Text = "�������������";
     this.buttonAutoUst.UseVisualStyleBackColor = true;
     this.buttonAutoUst.Visible = false;
     this.buttonAutoUst.Click += new System.EventHandler(this.ButtonAutoUstClick);
     //
     // timerDrawingUst2
     //
     this.timerDrawingUst2.Interval = 1;
     this.timerDrawingUst2.Tick += new System.EventHandler(this.TimerDrawingUst2Tick);
     //
     // buttonHelp
     //
     this.buttonHelp.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.buttonHelp.Location = new System.Drawing.Point(20, 376);
     this.buttonHelp.Name = "buttonHelp";
     this.buttonHelp.Size = new System.Drawing.Size(201, 94);
     this.buttonHelp.TabIndex = 17;
     this.buttonHelp.Text = "������ ��������� ��������";
     this.buttonHelp.UseVisualStyleBackColor = true;
     this.buttonHelp.Click += new System.EventHandler(this.ButtonHelpClick);
     //
     // LineCr2
     //
     this.LineCr2.BackColor = System.Drawing.Color.Red;
     this.LineCr2.Location = new System.Drawing.Point(220, 55);
     this.LineCr2.Name = "LineCr2";
     this.LineCr2.Size = new System.Drawing.Size(1, 300);
     this.LineCr2.TabIndex = 11;
     this.LineCr2.TabStop = false;
     this.LineCr2.Visible = false;
     //
     // LineCr1
     //
     this.LineCr1.BackColor = System.Drawing.Color.Red;
     this.LineCr1.Location = new System.Drawing.Point(20, 205);
     this.LineCr1.Name = "LineCr1";
     this.LineCr1.Size = new System.Drawing.Size(400, 1);
     this.LineCr1.TabIndex = 11;
     this.LineCr1.TabStop = false;
     this.LineCr1.Visible = false;
     //
     // LineBlack
     //
     this.LineBlack.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.LineBlack.Location = new System.Drawing.Point(440, 42);
     this.LineBlack.Name = "LineBlack";
     this.LineBlack.Size = new System.Drawing.Size(1, 327);
     this.LineBlack.TabIndex = 11;
     this.LineBlack.TabStop = false;
     //
     // pictureBox1
     //
     this.pictureBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox1.BackgroundImage")));
     this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(460, 55);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(400, 300);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 10;
     this.pictureBox1.TabStop = false;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(3, 47);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(103, 13);
     this.label7.TabIndex = 18;
     this.label7.Text = "1) ������� ������";
     this.label7.Click += new System.EventHandler(this.Label7Click);
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Enabled = false;
     this.label8.Location = new System.Drawing.Point(24, 66);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(101, 13);
     this.label8.TabIndex = 18;
     this.label8.Text = "2) ������� �����";
     this.label8.Click += new System.EventHandler(this.Label8Click);
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Enabled = false;
     this.label9.Location = new System.Drawing.Point(51, 83);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(141, 13);
     this.label9.TabIndex = 18;
     this.label9.Text = "3) ��\'������� ����������";
     this.label9.Click += new System.EventHandler(this.Label9Click);
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(3, 7);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(554, 13);
     this.label10.TabIndex = 18;
     this.label10.Text = "������������� � �������� ���������� �\'������� �� ����\'�������, ���� ���� �����" +
     "� - �������� ����";
     this.label10.Click += new System.EventHandler(this.Label10Click);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.label10);
     this.panel1.Controls.Add(this.label9);
     this.panel1.Controls.Add(this.label11);
     this.panel1.Controls.Add(this.label7);
     this.panel1.Controls.Add(this.label8);
     this.panel1.Location = new System.Drawing.Point(241, 376);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(565, 100);
     this.panel1.TabIndex = 19;
     this.panel1.Visible = false;
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(11, 27);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(320, 13);
     this.label11.TabIndex = 18;
     this.label11.Text = "ϳ��� ������������ �\'������� �������� �볺������ ��������";
     //
     // cameraWindow
     //
     this.cameraWindow.BackColor = System.Drawing.SystemColors.AppWorkspace;
     this.cameraWindow.Camera = null;
     this.cameraWindow.Location = new System.Drawing.Point(20, 55);
     this.cameraWindow.Name = "cameraWindow";
     this.cameraWindow.Size = new System.Drawing.Size(400, 300);
     this.cameraWindow.TabIndex = 6;
     //
     // MainForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(1051, 509);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.buttonHelp);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.menuStrip1);
     this.Controls.Add(this.LineCr2);
     this.Controls.Add(this.LineCr1);
     this.Controls.Add(this.LineBlack);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.cameraWindow);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip = this.menuStrip1;
     this.Name = "MainForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "LazerShot";
     this.Closing += new System.ComponentModel.CancelEventHandler(this.MainFormClosing);
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.ExitFileItemClick);
     this.Load += new System.EventHandler(this.MainFormLoad);
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.timer)).EndInit();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.tabControl1.ResumeLayout(false);
     this.tabPageRezalt.ResumeLayout(false);
     this.tabPageRezalt.PerformLayout();
     this.tabPageusted.ResumeLayout(false);
     this.panelUstedHand.ResumeLayout(false);
     this.panelUstedHand.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.LineCr2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.LineCr1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.LineBlack)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 2
0
 /// <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(MainForm));
     this.statusStrip1 = new System.Windows.Forms.StatusStrip();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.ofd = new System.Windows.Forms.OpenFileDialog();
     this.timer = new System.Timers.Timer();
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.CameraButtonT = new System.Windows.Forms.ToolStripMenuItem();
     this.CentrT = new System.Windows.Forms.ToolStripMenuItem();
     this.CreateCelT = new System.Windows.Forms.ToolStripMenuItem();
     this.RezaltedT = new System.Windows.Forms.ToolStripMenuItem();
     this.Marks = new System.Windows.Forms.ToolStripMenuItem();
     this.SettingsMarks = new System.Windows.Forms.ToolStripMenuItem();
     this.Start = new System.Windows.Forms.ToolStripMenuItem();
     this.Stop = new System.Windows.Forms.ToolStripMenuItem();
     this.listBox1 = new System.Windows.Forms.ListBox();
     this.domainUpDown1 = new System.Windows.Forms.DomainUpDown();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     this.timer2 = new System.Windows.Forms.Timer(this.components);
     this.tabControl1 = new System.Windows.Forms.TabControl();
     this.tabPageRezalt = new System.Windows.Forms.TabPage();
     this.tabPageusted = new System.Windows.Forms.TabPage();
     this.domainUpDown3 = new System.Windows.Forms.DomainUpDown();
     this.domainUpDown2 = new System.Windows.Forms.DomainUpDown();
     this.label5 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.buttonAutoUst = new System.Windows.Forms.Button();
     this.button1 = new System.Windows.Forms.Button();
     this.LineCr2 = new System.Windows.Forms.PictureBox();
     this.LineCr1 = new System.Windows.Forms.PictureBox();
     this.LineBlack = new System.Windows.Forms.PictureBox();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.buttonLazerUst = new System.Windows.Forms.Button();
     this.cameraWindow = new motion.CameraWindow();
     this.statusStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.timer)).BeginInit();
     this.menuStrip1.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tabPageRezalt.SuspendLayout();
     this.tabPageusted.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.LineCr2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.LineCr1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.LineBlack)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripStatusLabel1});
     this.statusStrip1.Location = new System.Drawing.Point(0, 487);
     this.statusStrip1.Name = "statusStrip1";
     this.statusStrip1.Size = new System.Drawing.Size(1051, 22);
     this.statusStrip1.TabIndex = 12;
     this.statusStrip1.Text = "statusStrip1";
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(118, 17);
     this.toolStripStatusLabel1.Text = "toolStripStatusLabel1";
     //
     // ofd
     //
     this.ofd.Filter = "AVI files (*.avi)|*.avi";
     this.ofd.Title = "Open movie";
     //
     // timer
     //
     this.timer.Interval = 1000D;
     this.timer.SynchronizingObject = this;
     //
     // menuStrip1
     //
     this.menuStrip1.AutoSize = false;
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.CameraButtonT,
     this.CentrT,
     this.CreateCelT,
     this.RezaltedT,
     this.Start,
     this.Stop});
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new System.Drawing.Size(1051, 40);
     this.menuStrip1.TabIndex = 13;
     this.menuStrip1.Text = "menuStrip1";
     //
     // CameraButtonT
     //
     this.CameraButtonT.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.CameraButtonT.Image = ((System.Drawing.Image)(resources.GetObject("CameraButtonT.Image")));
     this.CameraButtonT.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.CameraButtonT.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.CameraButtonT.Name = "CameraButtonT";
     this.CameraButtonT.Size = new System.Drawing.Size(126, 36);
     this.CameraButtonT.Text = "���� ������";
     this.CameraButtonT.Click += new System.EventHandler(this.CameraButtonT_Click);
     //
     // CentrT
     //
     this.CentrT.Enabled = false;
     this.CentrT.Image = ((System.Drawing.Image)(resources.GetObject("CentrT.Image")));
     this.CentrT.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.CentrT.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.CentrT.Name = "CentrT";
     this.CentrT.Size = new System.Drawing.Size(85, 36);
     this.CentrT.Text = "�����";
     this.CentrT.Click += new System.EventHandler(this.CentrT_Click);
     //
     // CreateCelT
     //
     this.CreateCelT.Enabled = false;
     this.CreateCelT.Image = ((System.Drawing.Image)(resources.GetObject("CreateCelT.Image")));
     this.CreateCelT.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.CreateCelT.Name = "CreateCelT";
     this.CreateCelT.Size = new System.Drawing.Size(145, 36);
     this.CreateCelT.Text = "�������� �����";
     this.CreateCelT.Click += new System.EventHandler(this.CreateCelT_Click);
     //
     // RezaltedT
     //
     this.RezaltedT.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.Marks,
     this.SettingsMarks});
     this.RezaltedT.Image = ((System.Drawing.Image)(resources.GetObject("RezaltedT.Image")));
     this.RezaltedT.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.RezaltedT.Name = "RezaltedT";
     this.RezaltedT.Size = new System.Drawing.Size(119, 36);
     this.RezaltedT.Text = "����������";
     this.RezaltedT.Click += new System.EventHandler(this.RezaltedT_Click);
     //
     // Marks
     //
     this.Marks.CheckOnClick = true;
     this.Marks.Name = "Marks";
     this.Marks.Size = new System.Drawing.Size(156, 22);
     this.Marks.Text = "����������";
     this.Marks.Click += new System.EventHandler(this.Marks_Click);
     //
     // SettingsMarks
     //
     this.SettingsMarks.Name = "SettingsMarks";
     this.SettingsMarks.Size = new System.Drawing.Size(156, 22);
     this.SettingsMarks.Text = "������������";
     this.SettingsMarks.Visible = false;
     this.SettingsMarks.Click += new System.EventHandler(this.SettingsMarks_Click);
     //
     // Start
     //
     this.Start.Enabled = false;
     this.Start.Image = ((System.Drawing.Image)(resources.GetObject("Start.Image")));
     this.Start.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.Start.Name = "Start";
     this.Start.Size = new System.Drawing.Size(82, 36);
     this.Start.Text = "�����";
     this.Start.Click += new System.EventHandler(this.Start_Click);
     //
     // Stop
     //
     this.Stop.Enabled = false;
     this.Stop.Image = ((System.Drawing.Image)(resources.GetObject("Stop.Image")));
     this.Stop.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.Stop.Name = "Stop";
     this.Stop.Size = new System.Drawing.Size(78, 36);
     this.Stop.Text = "����";
     this.Stop.Click += new System.EventHandler(this.Stop_Click);
     //
     // listBox1
     //
     this.listBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.listBox1.FormattingEnabled = true;
     this.listBox1.ItemHeight = 15;
     this.listBox1.Location = new System.Drawing.Point(3, 46);
     this.listBox1.Name = "listBox1";
     this.listBox1.Size = new System.Drawing.Size(137, 289);
     this.listBox1.TabIndex = 17;
     //
     // domainUpDown1
     //
     this.domainUpDown1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.domainUpDown1.Location = new System.Drawing.Point(75, 66);
     this.domainUpDown1.Name = "domainUpDown1";
     this.domainUpDown1.Size = new System.Drawing.Size(70, 20);
     this.domainUpDown1.TabIndex = 19;
     this.domainUpDown1.TextChanged += new System.EventHandler(this.domainUpDown1_TextChanged);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label2.Location = new System.Drawing.Point(15, 66);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(54, 15);
     this.label2.TabIndex = 17;
     this.label2.Text = "����� - ";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label3.Location = new System.Drawing.Point(7, 353);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(42, 15);
     this.label3.TabIndex = 0;
     this.label3.Text = "����: ";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label1.Location = new System.Drawing.Point(7, 15);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(68, 15);
     this.label1.TabIndex = 0;
     this.label1.Text = "�������: ";
     //
     // timer1
     //
     this.timer1.Interval = 2000;
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // timer2
     //
     this.timer2.Interval = 1;
     this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPageRezalt);
     this.tabControl1.Controls.Add(this.tabPageusted);
     this.tabControl1.Location = new System.Drawing.Point(871, 55);
     this.tabControl1.Name = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size = new System.Drawing.Size(168, 415);
     this.tabControl1.TabIndex = 16;
     //
     // tabPageRezalt
     //
     this.tabPageRezalt.Controls.Add(this.listBox1);
     this.tabPageRezalt.Controls.Add(this.label1);
     this.tabPageRezalt.Controls.Add(this.label3);
     this.tabPageRezalt.Location = new System.Drawing.Point(4, 22);
     this.tabPageRezalt.Name = "tabPageRezalt";
     this.tabPageRezalt.Padding = new System.Windows.Forms.Padding(3);
     this.tabPageRezalt.Size = new System.Drawing.Size(160, 389);
     this.tabPageRezalt.TabIndex = 0;
     this.tabPageRezalt.Text = "���������";
     this.tabPageRezalt.UseVisualStyleBackColor = true;
     //
     // tabPageusted
     //
     this.tabPageusted.Controls.Add(this.domainUpDown3);
     this.tabPageusted.Controls.Add(this.domainUpDown2);
     this.tabPageusted.Controls.Add(this.label5);
     this.tabPageusted.Controls.Add(this.domainUpDown1);
     this.tabPageusted.Controls.Add(this.label4);
     this.tabPageusted.Controls.Add(this.label2);
     this.tabPageusted.Controls.Add(this.buttonAutoUst);
     this.tabPageusted.Controls.Add(this.button1);
     this.tabPageusted.Location = new System.Drawing.Point(4, 22);
     this.tabPageusted.Name = "tabPageusted";
     this.tabPageusted.Padding = new System.Windows.Forms.Padding(3);
     this.tabPageusted.Size = new System.Drawing.Size(160, 389);
     this.tabPageusted.TabIndex = 1;
     this.tabPageusted.Text = "���������";
     this.tabPageusted.UseVisualStyleBackColor = true;
     //
     // domainUpDown3
     //
     this.domainUpDown3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.domainUpDown3.Location = new System.Drawing.Point(75, 140);
     this.domainUpDown3.Name = "domainUpDown3";
     this.domainUpDown3.Size = new System.Drawing.Size(70, 20);
     this.domainUpDown3.TabIndex = 19;
     this.domainUpDown3.TextChanged += new System.EventHandler(this.domainUpDown3_TextChanged);
     //
     // domainUpDown2
     //
     this.domainUpDown2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.domainUpDown2.Location = new System.Drawing.Point(75, 105);
     this.domainUpDown2.Name = "domainUpDown2";
     this.domainUpDown2.Size = new System.Drawing.Size(70, 20);
     this.domainUpDown2.TabIndex = 19;
     this.domainUpDown2.TextChanged += new System.EventHandler(this.domainUpDown2_TextChanged);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label5.Location = new System.Drawing.Point(16, 140);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(24, 15);
     this.label5.TabIndex = 17;
     this.label5.Text = "Y - ";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label4.Location = new System.Drawing.Point(15, 105);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(25, 15);
     this.label4.TabIndex = 17;
     this.label4.Text = "� - ";
     //
     // buttonAutoUst
     //
     this.buttonAutoUst.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.buttonAutoUst.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.buttonAutoUst.Location = new System.Drawing.Point(18, 21);
     this.buttonAutoUst.Name = "buttonAutoUst";
     this.buttonAutoUst.Size = new System.Drawing.Size(107, 27);
     this.buttonAutoUst.TabIndex = 18;
     this.buttonAutoUst.Text = "�������������";
     this.buttonAutoUst.UseVisualStyleBackColor = true;
     //
     // button1
     //
     this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.button1.Image = ((System.Drawing.Image)(resources.GetObject("button1.Image")));
     this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.button1.Location = new System.Drawing.Point(18, 186);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(107, 27);
     this.button1.TabIndex = 18;
     this.button1.Text = "�����������";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click_1);
     //
     // LineCr2
     //
     this.LineCr2.BackColor = System.Drawing.Color.Red;
     this.LineCr2.Location = new System.Drawing.Point(220, 55);
     this.LineCr2.Name = "LineCr2";
     this.LineCr2.Size = new System.Drawing.Size(1, 300);
     this.LineCr2.TabIndex = 11;
     this.LineCr2.TabStop = false;
     this.LineCr2.Visible = false;
     //
     // LineCr1
     //
     this.LineCr1.BackColor = System.Drawing.Color.Red;
     this.LineCr1.Location = new System.Drawing.Point(20, 205);
     this.LineCr1.Name = "LineCr1";
     this.LineCr1.Size = new System.Drawing.Size(400, 1);
     this.LineCr1.TabIndex = 11;
     this.LineCr1.TabStop = false;
     this.LineCr1.Visible = false;
     //
     // LineBlack
     //
     this.LineBlack.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.LineBlack.Location = new System.Drawing.Point(440, 42);
     this.LineBlack.Name = "LineBlack";
     this.LineBlack.Size = new System.Drawing.Size(1, 327);
     this.LineBlack.TabIndex = 11;
     this.LineBlack.TabStop = false;
     //
     // pictureBox1
     //
     this.pictureBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox1.BackgroundImage")));
     this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(465, 55);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(400, 300);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 10;
     this.pictureBox1.TabStop = false;
     //
     // buttonLazerUst
     //
     this.buttonLazerUst.Enabled = false;
     this.buttonLazerUst.Location = new System.Drawing.Point(214, 370);
     this.buttonLazerUst.MaximumSize = new System.Drawing.Size(206, 370);
     this.buttonLazerUst.Name = "buttonLazerUst";
     this.buttonLazerUst.Size = new System.Drawing.Size(206, 23);
     this.buttonLazerUst.TabIndex = 19;
     this.buttonLazerUst.Text = "������������ ���������� ������";
     this.buttonLazerUst.UseVisualStyleBackColor = true;
     this.buttonLazerUst.Click += new System.EventHandler(this.buttonLazerUst_Click);
     //
     // cameraWindow
     //
     this.cameraWindow.BackColor = System.Drawing.SystemColors.AppWorkspace;
     this.cameraWindow.Camera = null;
     this.cameraWindow.Location = new System.Drawing.Point(20, 55);
     this.cameraWindow.Name = "cameraWindow";
     this.cameraWindow.Size = new System.Drawing.Size(400, 300);
     this.cameraWindow.TabIndex = 6;
     //
     // MainForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(1051, 509);
     this.Controls.Add(this.buttonLazerUst);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.menuStrip1);
     this.Controls.Add(this.LineCr2);
     this.Controls.Add(this.LineCr1);
     this.Controls.Add(this.LineBlack);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.cameraWindow);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip = this.menuStrip1;
     this.Name = "MainForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "LazerShot";
     this.Closing += new System.ComponentModel.CancelEventHandler(this.MainForm_Closing);
     this.Load += new System.EventHandler(this.MainForm_Load);
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.timer)).EndInit();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.tabControl1.ResumeLayout(false);
     this.tabPageRezalt.ResumeLayout(false);
     this.tabPageRezalt.PerformLayout();
     this.tabPageusted.ResumeLayout(false);
     this.tabPageusted.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.LineCr2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.LineCr1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.LineBlack)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }