📄 form1.designer.cs
字号:
this.groupBoxbmpColor.Name = "groupBoxbmpColor";
this.groupBoxbmpColor.Size = new System.Drawing.Size(198, 238);
this.groupBoxbmpColor.TabIndex = 2;
this.groupBoxbmpColor.TabStop = false;
this.groupBoxbmpColor.Text = "颜色设置";
//
// buttonPicBackColorSel
//
this.buttonPicBackColorSel.Location = new System.Drawing.Point(141, 17);
this.buttonPicBackColorSel.Name = "buttonPicBackColorSel";
this.buttonPicBackColorSel.Size = new System.Drawing.Size(32, 23);
this.buttonPicBackColorSel.TabIndex = 15;
this.buttonPicBackColorSel.Text = "...";
this.buttonPicBackColorSel.UseVisualStyleBackColor = true;
this.buttonPicBackColorSel.Click += new System.EventHandler(this.buttonBackColorSel_Click);
//
// PicBackColorBox
//
this.PicBackColorBox.BackColor = System.Drawing.Color.Black;
this.PicBackColorBox.Location = new System.Drawing.Point(82, 17);
this.PicBackColorBox.Name = "PicBackColorBox";
this.PicBackColorBox.ReadOnly = true;
this.PicBackColorBox.Size = new System.Drawing.Size(31, 21);
this.PicBackColorBox.TabIndex = 14;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(9, 22);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 13;
this.label2.Text = "背景色:";
//
// buttonIndexLineColorSel
//
this.buttonIndexLineColorSel.Location = new System.Drawing.Point(141, 197);
this.buttonIndexLineColorSel.Name = "buttonIndexLineColorSel";
this.buttonIndexLineColorSel.Size = new System.Drawing.Size(32, 23);
this.buttonIndexLineColorSel.TabIndex = 12;
this.buttonIndexLineColorSel.Text = "...";
this.buttonIndexLineColorSel.UseVisualStyleBackColor = true;
this.buttonIndexLineColorSel.Click += new System.EventHandler(this.buttonIndexLineColorSel_Click);
//
// IndexLineColortextBox
//
this.IndexLineColortextBox.BackColor = System.Drawing.Color.Yellow;
this.IndexLineColortextBox.Location = new System.Drawing.Point(82, 197);
this.IndexLineColortextBox.Name = "IndexLineColortextBox";
this.IndexLineColortextBox.ReadOnly = true;
this.IndexLineColortextBox.Size = new System.Drawing.Size(31, 21);
this.IndexLineColortextBox.TabIndex = 11;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(9, 200);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 10;
this.label1.Text = "指示线:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(7, 110);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 12);
this.label4.TabIndex = 1;
this.label4.Text = "观测点:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(9, 68);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 12);
this.label3.TabIndex = 0;
this.label3.Text = "真实点:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(401, 278);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(89, 12);
this.label6.TabIndex = 3;
this.label6.Text = "时间间隔(ms):";
//
// textBoxTimeInterval
//
this.textBoxTimeInterval.Location = new System.Drawing.Point(501, 275);
this.textBoxTimeInterval.Name = "textBoxTimeInterval";
this.textBoxTimeInterval.Size = new System.Drawing.Size(100, 21);
this.textBoxTimeInterval.TabIndex = 4;
this.textBoxTimeInterval.Text = "10";
this.textBoxTimeInterval.TextChanged += new System.EventHandler(this.textBoxTimeInterval_TextChanged);
//
// buttonPause
//
this.buttonPause.Enabled = false;
this.buttonPause.Location = new System.Drawing.Point(276, 303);
this.buttonPause.Name = "buttonPause";
this.buttonPause.Size = new System.Drawing.Size(75, 23);
this.buttonPause.TabIndex = 15;
this.buttonPause.Text = "pause";
this.buttonPause.UseVisualStyleBackColor = true;
this.buttonPause.Click += new System.EventHandler(this.buttonPause_Click);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(706, 338);
this.Controls.Add(this.buttonPause);
this.Controls.Add(this.textBoxTimeInterval);
this.Controls.Add(this.label6);
this.Controls.Add(this.groupBoxbmpColor);
this.Controls.Add(this.pictureBoxShow);
this.Controls.Add(this.buttonShow);
this.Name = "Form1";
this.Text = "Form1";
((System.ComponentModel.ISupportInitialize)(this.pictureBoxShow)).EndInit();
this.groupBoxbmpColor.ResumeLayout(false);
this.groupBoxbmpColor.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button buttonShow;
private System.Windows.Forms.PictureBox pictureBoxShow;
private System.Windows.Forms.Button buttonPredictPointColorSel;
private System.Windows.Forms.TextBox PredictPointColorBox;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Button buttonMeasurePointColorSel;
private System.Windows.Forms.Button buttonRealPointColorSel;
private System.Windows.Forms.TextBox MeasurePointColorBox;
private System.Windows.Forms.TextBox RealPointColorBox;
private System.Windows.Forms.GroupBox groupBoxbmpColor;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button buttonIndexLineColorSel;
private System.Windows.Forms.TextBox IndexLineColortextBox;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button buttonPicBackColorSel;
private System.Windows.Forms.TextBox PicBackColorBox;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox textBoxTimeInterval;
private System.Windows.Forms.Button buttonPause;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -