pictureBox1";Р this.pictureBox1.Size = new System.Drawing.Size(292, 266);Р this.pictureBox1.TabIndex = 4;Р this.pictureBox1.TabStop = false;Р this.pictureBox1.Paint += new System.Windows.Forms.PaintEventHandler(this.pictureBox1_Paint);Р this.pictureBox1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseUp);Р this.pictureBox1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseMove);Р this.pictureBox1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseDown);Р Р statusBar1.Location = new System.Drawing.Point(0, 244);Р statusBar1.Name = "statusBar1";Р statusBar1.Size = new System.Drawing.Size(292, 22);Р statusBar1.TabIndex = 2;Р statusBar1.Text = "就绪";Р this.userControl11.Dock = System.Windows.Forms.DockStyle.Left;