📄 form1.designer.cs
字号:
namespace kalman_example
{
partial class Form1
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.buttonShow = new System.Windows.Forms.Button();
this.pictureBoxShow = new System.Windows.Forms.PictureBox();
this.buttonPredictPointColorSel = new System.Windows.Forms.Button();
this.PredictPointColorBox = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.buttonMeasurePointColorSel = new System.Windows.Forms.Button();
this.buttonRealPointColorSel = new System.Windows.Forms.Button();
this.MeasurePointColorBox = new System.Windows.Forms.TextBox();
this.RealPointColorBox = new System.Windows.Forms.TextBox();
this.groupBoxbmpColor = new System.Windows.Forms.GroupBox();
this.buttonPicBackColorSel = new System.Windows.Forms.Button();
this.PicBackColorBox = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.buttonIndexLineColorSel = new System.Windows.Forms.Button();
this.IndexLineColortextBox = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.textBoxTimeInterval = new System.Windows.Forms.TextBox();
this.buttonPause = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.pictureBoxShow)).BeginInit();
this.groupBoxbmpColor.SuspendLayout();
this.SuspendLayout();
//
// buttonShow
//
this.buttonShow.Location = new System.Drawing.Point(25, 303);
this.buttonShow.Name = "buttonShow";
this.buttonShow.Size = new System.Drawing.Size(75, 23);
this.buttonShow.TabIndex = 0;
this.buttonShow.Text = "show";
this.buttonShow.UseVisualStyleBackColor = true;
this.buttonShow.Click += new System.EventHandler(this.buttonShow_Click);
//
// pictureBoxShow
//
this.pictureBoxShow.Location = new System.Drawing.Point(12, 12);
this.pictureBoxShow.Name = "pictureBoxShow";
this.pictureBoxShow.Size = new System.Drawing.Size(365, 285);
this.pictureBoxShow.TabIndex = 1;
this.pictureBoxShow.TabStop = false;
//
// buttonPredictPointColorSel
//
this.buttonPredictPointColorSel.Location = new System.Drawing.Point(141, 151);
this.buttonPredictPointColorSel.Name = "buttonPredictPointColorSel";
this.buttonPredictPointColorSel.Size = new System.Drawing.Size(32, 23);
this.buttonPredictPointColorSel.TabIndex = 9;
this.buttonPredictPointColorSel.Text = "...";
this.buttonPredictPointColorSel.UseVisualStyleBackColor = true;
this.buttonPredictPointColorSel.Click += new System.EventHandler(this.buttonPredictPointColorSel_Click);
//
// PredictPointColorBox
//
this.PredictPointColorBox.BackColor = System.Drawing.Color.Red;
this.PredictPointColorBox.Location = new System.Drawing.Point(82, 153);
this.PredictPointColorBox.Name = "PredictPointColorBox";
this.PredictPointColorBox.ReadOnly = true;
this.PredictPointColorBox.Size = new System.Drawing.Size(31, 21);
this.PredictPointColorBox.TabIndex = 8;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(7, 162);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(53, 12);
this.label5.TabIndex = 7;
this.label5.Text = "预测点:";
//
// buttonMeasurePointColorSel
//
this.buttonMeasurePointColorSel.Location = new System.Drawing.Point(141, 105);
this.buttonMeasurePointColorSel.Name = "buttonMeasurePointColorSel";
this.buttonMeasurePointColorSel.Size = new System.Drawing.Size(32, 23);
this.buttonMeasurePointColorSel.TabIndex = 6;
this.buttonMeasurePointColorSel.Text = "...";
this.buttonMeasurePointColorSel.UseVisualStyleBackColor = true;
this.buttonMeasurePointColorSel.Click += new System.EventHandler(this.buttonMeasurePointColorSel_Click);
//
// buttonRealPointColorSel
//
this.buttonRealPointColorSel.Location = new System.Drawing.Point(141, 63);
this.buttonRealPointColorSel.Name = "buttonRealPointColorSel";
this.buttonRealPointColorSel.Size = new System.Drawing.Size(32, 23);
this.buttonRealPointColorSel.TabIndex = 4;
this.buttonRealPointColorSel.Text = "...";
this.buttonRealPointColorSel.UseVisualStyleBackColor = true;
this.buttonRealPointColorSel.Click += new System.EventHandler(this.buttonRealPointColorSel_Click);
//
// MeasurePointColorBox
//
this.MeasurePointColorBox.BackColor = System.Drawing.SystemColors.ActiveCaption;
this.MeasurePointColorBox.Location = new System.Drawing.Point(82, 107);
this.MeasurePointColorBox.Name = "MeasurePointColorBox";
this.MeasurePointColorBox.ReadOnly = true;
this.MeasurePointColorBox.Size = new System.Drawing.Size(31, 21);
this.MeasurePointColorBox.TabIndex = 3;
//
// RealPointColorBox
//
this.RealPointColorBox.BackColor = System.Drawing.Color.Lime;
this.RealPointColorBox.Location = new System.Drawing.Point(82, 63);
this.RealPointColorBox.Name = "RealPointColorBox";
this.RealPointColorBox.ReadOnly = true;
this.RealPointColorBox.Size = new System.Drawing.Size(31, 21);
this.RealPointColorBox.TabIndex = 2;
//
// groupBoxbmpColor
//
this.groupBoxbmpColor.Controls.Add(this.buttonPicBackColorSel);
this.groupBoxbmpColor.Controls.Add(this.PicBackColorBox);
this.groupBoxbmpColor.Controls.Add(this.label2);
this.groupBoxbmpColor.Controls.Add(this.buttonIndexLineColorSel);
this.groupBoxbmpColor.Controls.Add(this.IndexLineColortextBox);
this.groupBoxbmpColor.Controls.Add(this.label1);
this.groupBoxbmpColor.Controls.Add(this.buttonPredictPointColorSel);
this.groupBoxbmpColor.Controls.Add(this.PredictPointColorBox);
this.groupBoxbmpColor.Controls.Add(this.label5);
this.groupBoxbmpColor.Controls.Add(this.buttonMeasurePointColorSel);
this.groupBoxbmpColor.Controls.Add(this.buttonRealPointColorSel);
this.groupBoxbmpColor.Controls.Add(this.MeasurePointColorBox);
this.groupBoxbmpColor.Controls.Add(this.RealPointColorBox);
this.groupBoxbmpColor.Controls.Add(this.label4);
this.groupBoxbmpColor.Controls.Add(this.label3);
this.groupBoxbmpColor.Location = new System.Drawing.Point(403, 12);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -