570 lines
21 KiB
C#
570 lines
21 KiB
C#
namespace CanFly.UI.GuidePanel
|
|
{
|
|
partial class GuideLineLineCtrl
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GuideLineLineCtrl));
|
|
lblStatus = new ToolStripStatusLabel();
|
|
panel1 = new Panel();
|
|
canvas = new Canvas.UI.FlyCanvas();
|
|
statusStrip1 = new StatusStrip();
|
|
ctrlTitleBar = new CtrlTitleBar();
|
|
tbLine1X2 = new TextBox();
|
|
label8 = new Label();
|
|
tbLine1Y2 = new TextBox();
|
|
label5 = new Label();
|
|
label10 = new Label();
|
|
tbLine1X1 = new TextBox();
|
|
tbLine1Y1 = new TextBox();
|
|
label6 = new Label();
|
|
label7 = new Label();
|
|
btnLoadImage = new Button();
|
|
label9 = new Label();
|
|
btnExecute = new Button();
|
|
panelGuide = new Panel();
|
|
lblDistance = new Label();
|
|
label17 = new Label();
|
|
lblResult = new Label();
|
|
label15 = new Label();
|
|
groupBox3 = new GroupBox();
|
|
NumRectWidth2 = new NumericUpDown();
|
|
label2 = new Label();
|
|
tbLine2X2 = new TextBox();
|
|
label11 = new Label();
|
|
tbLine2Y2 = new TextBox();
|
|
label12 = new Label();
|
|
tbLine2X1 = new TextBox();
|
|
tbLine2Y1 = new TextBox();
|
|
label13 = new Label();
|
|
label14 = new Label();
|
|
groupBox2 = new GroupBox();
|
|
NumRectWidth1 = new NumericUpDown();
|
|
label1 = new Label();
|
|
splitContainer = new SplitContainer();
|
|
lblElapsed = new Label();
|
|
label4 = new Label();
|
|
btnSave = new Button();
|
|
panel1.SuspendLayout();
|
|
statusStrip1.SuspendLayout();
|
|
panelGuide.SuspendLayout();
|
|
groupBox3.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)NumRectWidth2).BeginInit();
|
|
groupBox2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)NumRectWidth1).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)splitContainer).BeginInit();
|
|
splitContainer.Panel1.SuspendLayout();
|
|
splitContainer.Panel2.SuspendLayout();
|
|
splitContainer.SuspendLayout();
|
|
SuspendLayout();
|
|
//
|
|
// lblStatus
|
|
//
|
|
lblStatus.Name = "lblStatus";
|
|
lblStatus.Size = new Size(44, 17);
|
|
lblStatus.Text = " ";
|
|
//
|
|
// panel1
|
|
//
|
|
panel1.BorderStyle = BorderStyle.FixedSingle;
|
|
panel1.Controls.Add(canvas);
|
|
panel1.Controls.Add(statusStrip1);
|
|
panel1.Dock = DockStyle.Fill;
|
|
panel1.Location = new Point(0, 0);
|
|
panel1.Name = "panel1";
|
|
panel1.Size = new Size(1076, 640);
|
|
panel1.TabIndex = 1;
|
|
//
|
|
// canvas
|
|
//
|
|
canvas.AllowMultiSelect = false;
|
|
canvas.CreateMode = Canvas.Shape.ShapeTypeEnum.Polygon;
|
|
canvas.Dock = DockStyle.Fill;
|
|
canvas.Enabled = false;
|
|
canvas.FillDrawing = false;
|
|
canvas.Location = new Point(0, 0);
|
|
canvas.Margin = new Padding(2);
|
|
canvas.Name = "canvas";
|
|
canvas.OutsideShapes = (List<Canvas.Shape.FlyShape>)resources.GetObject("canvas.OutsideShapes");
|
|
canvas.Scale = 1F;
|
|
canvas.Shapes = (List<Canvas.Shape.FlyShape>)resources.GetObject("canvas.Shapes");
|
|
canvas.Size = new Size(1074, 616);
|
|
canvas.TabIndex = 2;
|
|
//
|
|
// statusStrip1
|
|
//
|
|
statusStrip1.Items.AddRange(new ToolStripItem[] { lblStatus });
|
|
statusStrip1.Location = new Point(0, 616);
|
|
statusStrip1.Name = "statusStrip1";
|
|
statusStrip1.Size = new Size(1074, 22);
|
|
statusStrip1.TabIndex = 1;
|
|
statusStrip1.Text = "statusStrip1";
|
|
//
|
|
// ctrlTitleBar
|
|
//
|
|
ctrlTitleBar.Dock = DockStyle.Top;
|
|
ctrlTitleBar.Location = new Point(0, 0);
|
|
ctrlTitleBar.MinimumSize = new Size(0, 36);
|
|
ctrlTitleBar.Name = "ctrlTitleBar";
|
|
ctrlTitleBar.Padding = new Padding(3);
|
|
ctrlTitleBar.Size = new Size(198, 36);
|
|
ctrlTitleBar.TabIndex = 11;
|
|
ctrlTitleBar.Title = "线线测量";
|
|
//
|
|
// tbLine1X2
|
|
//
|
|
tbLine1X2.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
|
tbLine1X2.Location = new Point(56, 80);
|
|
tbLine1X2.Name = "tbLine1X2";
|
|
tbLine1X2.Size = new Size(134, 23);
|
|
tbLine1X2.TabIndex = 9;
|
|
//
|
|
// label8
|
|
//
|
|
label8.AutoSize = true;
|
|
label8.Location = new Point(6, 83);
|
|
label8.Name = "label8";
|
|
label8.Size = new Size(26, 17);
|
|
label8.TabIndex = 8;
|
|
label8.Text = "X2:";
|
|
//
|
|
// tbLine1Y2
|
|
//
|
|
tbLine1Y2.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
|
tbLine1Y2.Location = new Point(56, 109);
|
|
tbLine1Y2.Name = "tbLine1Y2";
|
|
tbLine1Y2.Size = new Size(134, 23);
|
|
tbLine1Y2.TabIndex = 7;
|
|
//
|
|
// label5
|
|
//
|
|
label5.AutoSize = true;
|
|
label5.Location = new Point(6, 112);
|
|
label5.Name = "label5";
|
|
label5.Size = new Size(25, 17);
|
|
label5.TabIndex = 6;
|
|
label5.Text = "Y2:";
|
|
//
|
|
// label10
|
|
//
|
|
label10.AutoSize = true;
|
|
label10.Location = new Point(6, 521);
|
|
label10.Name = "label10";
|
|
label10.Size = new Size(44, 17);
|
|
label10.TabIndex = 16;
|
|
label10.Text = "耗时:";
|
|
//
|
|
// tbLine1X1
|
|
//
|
|
tbLine1X1.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
|
tbLine1X1.Location = new Point(56, 22);
|
|
tbLine1X1.Name = "tbLine1X1";
|
|
tbLine1X1.Size = new Size(134, 23);
|
|
tbLine1X1.TabIndex = 5;
|
|
//
|
|
// tbLine1Y1
|
|
//
|
|
tbLine1Y1.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
|
tbLine1Y1.Location = new Point(56, 51);
|
|
tbLine1Y1.Name = "tbLine1Y1";
|
|
tbLine1Y1.Size = new Size(134, 23);
|
|
tbLine1Y1.TabIndex = 4;
|
|
//
|
|
// label6
|
|
//
|
|
label6.AutoSize = true;
|
|
label6.Location = new Point(6, 54);
|
|
label6.Name = "label6";
|
|
label6.Size = new Size(25, 17);
|
|
label6.TabIndex = 1;
|
|
label6.Text = "Y1:";
|
|
//
|
|
// label7
|
|
//
|
|
label7.AutoSize = true;
|
|
label7.Location = new Point(6, 25);
|
|
label7.Name = "label7";
|
|
label7.Size = new Size(26, 17);
|
|
label7.TabIndex = 0;
|
|
label7.Text = "X1:";
|
|
//
|
|
// btnLoadImage
|
|
//
|
|
btnLoadImage.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
|
btnLoadImage.Location = new Point(6, 394);
|
|
btnLoadImage.Name = "btnLoadImage";
|
|
btnLoadImage.Size = new Size(184, 32);
|
|
btnLoadImage.TabIndex = 18;
|
|
btnLoadImage.Text = "打开图片";
|
|
btnLoadImage.UseVisualStyleBackColor = true;
|
|
btnLoadImage.Click += btnLoadImage_Click;
|
|
//
|
|
// label9
|
|
//
|
|
label9.AutoSize = true;
|
|
label9.Location = new Point(54, 521);
|
|
label9.Name = "label9";
|
|
label9.Size = new Size(32, 17);
|
|
label9.TabIndex = 17;
|
|
label9.Text = "0ms";
|
|
//
|
|
// btnExecute
|
|
//
|
|
btnExecute.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
|
btnExecute.Location = new Point(5, 432);
|
|
btnExecute.Name = "btnExecute";
|
|
btnExecute.Size = new Size(184, 32);
|
|
btnExecute.TabIndex = 15;
|
|
btnExecute.Text = "执行";
|
|
btnExecute.UseVisualStyleBackColor = true;
|
|
btnExecute.Click += btnExecute_Click;
|
|
//
|
|
// panelGuide
|
|
//
|
|
panelGuide.BorderStyle = BorderStyle.FixedSingle;
|
|
panelGuide.Controls.Add(btnSave);
|
|
panelGuide.Controls.Add(lblDistance);
|
|
panelGuide.Controls.Add(label17);
|
|
panelGuide.Controls.Add(lblResult);
|
|
panelGuide.Controls.Add(label15);
|
|
panelGuide.Controls.Add(groupBox3);
|
|
panelGuide.Controls.Add(btnLoadImage);
|
|
panelGuide.Controls.Add(label9);
|
|
panelGuide.Controls.Add(btnExecute);
|
|
panelGuide.Controls.Add(label10);
|
|
panelGuide.Controls.Add(groupBox2);
|
|
panelGuide.Controls.Add(ctrlTitleBar);
|
|
panelGuide.Dock = DockStyle.Fill;
|
|
panelGuide.Location = new Point(0, 0);
|
|
panelGuide.Name = "panelGuide";
|
|
panelGuide.Size = new Size(200, 640);
|
|
panelGuide.TabIndex = 0;
|
|
//
|
|
// lblDistance
|
|
//
|
|
lblDistance.AutoSize = true;
|
|
lblDistance.Location = new Point(54, 493);
|
|
lblDistance.Name = "lblDistance";
|
|
lblDistance.Size = new Size(15, 17);
|
|
lblDistance.TabIndex = 25;
|
|
lblDistance.Text = "0";
|
|
//
|
|
// label17
|
|
//
|
|
label17.AutoSize = true;
|
|
label17.Location = new Point(6, 493);
|
|
label17.Name = "label17";
|
|
label17.Size = new Size(44, 17);
|
|
label17.TabIndex = 24;
|
|
label17.Text = "距离:";
|
|
//
|
|
// lblResult
|
|
//
|
|
lblResult.AutoSize = true;
|
|
lblResult.Location = new Point(54, 467);
|
|
lblResult.Name = "lblResult";
|
|
lblResult.Size = new Size(20, 17);
|
|
lblResult.TabIndex = 23;
|
|
lblResult.Text = "无";
|
|
//
|
|
// label15
|
|
//
|
|
label15.AutoSize = true;
|
|
label15.Location = new Point(6, 467);
|
|
label15.Name = "label15";
|
|
label15.Size = new Size(44, 17);
|
|
label15.TabIndex = 22;
|
|
label15.Text = "结果:";
|
|
//
|
|
// groupBox3
|
|
//
|
|
groupBox3.Controls.Add(NumRectWidth2);
|
|
groupBox3.Controls.Add(label2);
|
|
groupBox3.Controls.Add(tbLine2X2);
|
|
groupBox3.Controls.Add(label11);
|
|
groupBox3.Controls.Add(tbLine2Y2);
|
|
groupBox3.Controls.Add(label12);
|
|
groupBox3.Controls.Add(tbLine2X1);
|
|
groupBox3.Controls.Add(tbLine2Y1);
|
|
groupBox3.Controls.Add(label13);
|
|
groupBox3.Controls.Add(label14);
|
|
groupBox3.Dock = DockStyle.Top;
|
|
groupBox3.Location = new Point(0, 216);
|
|
groupBox3.Name = "groupBox3";
|
|
groupBox3.Size = new Size(198, 172);
|
|
groupBox3.TabIndex = 21;
|
|
groupBox3.TabStop = false;
|
|
groupBox3.Text = "线2参数";
|
|
//
|
|
// NumRectWidth2
|
|
//
|
|
NumRectWidth2.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
|
NumRectWidth2.Location = new Point(53, 138);
|
|
NumRectWidth2.Maximum = new decimal(new int[] { 9000, 0, 0, 0 });
|
|
NumRectWidth2.Minimum = new decimal(new int[] { 1, 0, 0, 0 });
|
|
NumRectWidth2.Name = "NumRectWidth2";
|
|
NumRectWidth2.Size = new Size(136, 23);
|
|
NumRectWidth2.TabIndex = 13;
|
|
NumRectWidth2.Value = new decimal(new int[] { 1, 0, 0, 0 });
|
|
//
|
|
// label2
|
|
//
|
|
label2.AutoSize = true;
|
|
label2.Location = new Point(6, 140);
|
|
label2.Name = "label2";
|
|
label2.Size = new Size(35, 17);
|
|
label2.TabIndex = 12;
|
|
label2.Text = "宽度:";
|
|
//
|
|
// tbLine2X2
|
|
//
|
|
tbLine2X2.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
|
tbLine2X2.Location = new Point(56, 80);
|
|
tbLine2X2.Name = "tbLine2X2";
|
|
tbLine2X2.Size = new Size(134, 23);
|
|
tbLine2X2.TabIndex = 9;
|
|
//
|
|
// label11
|
|
//
|
|
label11.AutoSize = true;
|
|
label11.Location = new Point(6, 83);
|
|
label11.Name = "label11";
|
|
label11.Size = new Size(26, 17);
|
|
label11.TabIndex = 8;
|
|
label11.Text = "X2:";
|
|
//
|
|
// tbLine2Y2
|
|
//
|
|
tbLine2Y2.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
|
tbLine2Y2.Location = new Point(56, 109);
|
|
tbLine2Y2.Name = "tbLine2Y2";
|
|
tbLine2Y2.Size = new Size(136, 23);
|
|
tbLine2Y2.TabIndex = 7;
|
|
//
|
|
// label12
|
|
//
|
|
label12.AutoSize = true;
|
|
label12.Location = new Point(6, 112);
|
|
label12.Name = "label12";
|
|
label12.Size = new Size(25, 17);
|
|
label12.TabIndex = 6;
|
|
label12.Text = "Y2:";
|
|
//
|
|
// tbLine2X1
|
|
//
|
|
tbLine2X1.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
|
tbLine2X1.Location = new Point(56, 22);
|
|
tbLine2X1.Name = "tbLine2X1";
|
|
tbLine2X1.Size = new Size(134, 23);
|
|
tbLine2X1.TabIndex = 5;
|
|
//
|
|
// tbLine2Y1
|
|
//
|
|
tbLine2Y1.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
|
tbLine2Y1.Location = new Point(56, 51);
|
|
tbLine2Y1.Name = "tbLine2Y1";
|
|
tbLine2Y1.Size = new Size(134, 23);
|
|
tbLine2Y1.TabIndex = 4;
|
|
//
|
|
// label13
|
|
//
|
|
label13.AutoSize = true;
|
|
label13.Location = new Point(6, 54);
|
|
label13.Name = "label13";
|
|
label13.Size = new Size(25, 17);
|
|
label13.TabIndex = 1;
|
|
label13.Text = "Y1:";
|
|
//
|
|
// label14
|
|
//
|
|
label14.AutoSize = true;
|
|
label14.Location = new Point(6, 25);
|
|
label14.Name = "label14";
|
|
label14.Size = new Size(26, 17);
|
|
label14.TabIndex = 0;
|
|
label14.Text = "X1:";
|
|
//
|
|
// groupBox2
|
|
//
|
|
groupBox2.Controls.Add(NumRectWidth1);
|
|
groupBox2.Controls.Add(label1);
|
|
groupBox2.Controls.Add(tbLine1X2);
|
|
groupBox2.Controls.Add(label8);
|
|
groupBox2.Controls.Add(tbLine1Y2);
|
|
groupBox2.Controls.Add(label5);
|
|
groupBox2.Controls.Add(tbLine1X1);
|
|
groupBox2.Controls.Add(tbLine1Y1);
|
|
groupBox2.Controls.Add(label6);
|
|
groupBox2.Controls.Add(label7);
|
|
groupBox2.Dock = DockStyle.Top;
|
|
groupBox2.Location = new Point(0, 36);
|
|
groupBox2.Name = "groupBox2";
|
|
groupBox2.Size = new Size(198, 180);
|
|
groupBox2.TabIndex = 13;
|
|
groupBox2.TabStop = false;
|
|
groupBox2.Text = "线1参数";
|
|
//
|
|
// NumRectWidth1
|
|
//
|
|
NumRectWidth1.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
|
NumRectWidth1.Location = new Point(54, 138);
|
|
NumRectWidth1.Maximum = new decimal(new int[] { 9000, 0, 0, 0 });
|
|
NumRectWidth1.Minimum = new decimal(new int[] { 1, 0, 0, 0 });
|
|
NumRectWidth1.Name = "NumRectWidth1";
|
|
NumRectWidth1.Size = new Size(135, 23);
|
|
NumRectWidth1.TabIndex = 11;
|
|
NumRectWidth1.Value = new decimal(new int[] { 1, 0, 0, 0 });
|
|
//
|
|
// label1
|
|
//
|
|
label1.AutoSize = true;
|
|
label1.Location = new Point(6, 140);
|
|
label1.Name = "label1";
|
|
label1.Size = new Size(35, 17);
|
|
label1.TabIndex = 10;
|
|
label1.Text = "宽度:";
|
|
//
|
|
// splitContainer
|
|
//
|
|
splitContainer.Dock = DockStyle.Fill;
|
|
splitContainer.Location = new Point(0, 0);
|
|
splitContainer.Name = "splitContainer";
|
|
//
|
|
// splitContainer.Panel1
|
|
//
|
|
splitContainer.Panel1.Controls.Add(panelGuide);
|
|
splitContainer.Panel1MinSize = 150;
|
|
//
|
|
// splitContainer.Panel2
|
|
//
|
|
splitContainer.Panel2.Controls.Add(panel1);
|
|
splitContainer.Size = new Size(1280, 640);
|
|
splitContainer.SplitterDistance = 200;
|
|
splitContainer.TabIndex = 11;
|
|
//
|
|
// lblElapsed
|
|
//
|
|
lblElapsed.AutoSize = true;
|
|
lblElapsed.Location = new Point(50, 328);
|
|
lblElapsed.Name = "lblElapsed";
|
|
lblElapsed.Size = new Size(32, 17);
|
|
lblElapsed.TabIndex = 13;
|
|
lblElapsed.Text = "0ms";
|
|
//
|
|
// label4
|
|
//
|
|
label4.AutoSize = true;
|
|
label4.Location = new Point(0, 328);
|
|
label4.Name = "label4";
|
|
label4.Size = new Size(44, 17);
|
|
label4.TabIndex = 12;
|
|
label4.Text = "耗时:";
|
|
//
|
|
// btnSave
|
|
//
|
|
btnSave.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
|
btnSave.Location = new Point(3, 541);
|
|
btnSave.Name = "btnSave";
|
|
btnSave.Size = new Size(186, 32);
|
|
btnSave.TabIndex = 26;
|
|
btnSave.Text = "保存数据";
|
|
btnSave.UseVisualStyleBackColor = true;
|
|
btnSave.Click += btnSave_Click;
|
|
//
|
|
// GuideLineLineCtrl
|
|
//
|
|
AutoScaleDimensions = new SizeF(7F, 17F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
Controls.Add(splitContainer);
|
|
Controls.Add(lblElapsed);
|
|
Controls.Add(label4);
|
|
Name = "GuideLineLineCtrl";
|
|
Size = new Size(1280, 640);
|
|
panel1.ResumeLayout(false);
|
|
panel1.PerformLayout();
|
|
statusStrip1.ResumeLayout(false);
|
|
statusStrip1.PerformLayout();
|
|
panelGuide.ResumeLayout(false);
|
|
panelGuide.PerformLayout();
|
|
groupBox3.ResumeLayout(false);
|
|
groupBox3.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)NumRectWidth2).EndInit();
|
|
groupBox2.ResumeLayout(false);
|
|
groupBox2.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)NumRectWidth1).EndInit();
|
|
splitContainer.Panel1.ResumeLayout(false);
|
|
splitContainer.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)splitContainer).EndInit();
|
|
splitContainer.ResumeLayout(false);
|
|
ResumeLayout(false);
|
|
PerformLayout();
|
|
}
|
|
|
|
#endregion
|
|
|
|
private ToolStripStatusLabel lblStatus;
|
|
private Panel panel1;
|
|
private Canvas.UI.FlyCanvas canvas;
|
|
private StatusStrip statusStrip1;
|
|
private CtrlTitleBar ctrlTitleBar;
|
|
private TextBox tbLine1X2;
|
|
private Label label8;
|
|
private TextBox tbLine1Y2;
|
|
private Label label5;
|
|
private Label label10;
|
|
private TextBox tbLine1X1;
|
|
private TextBox tbLine1Y1;
|
|
private Label label6;
|
|
private Label label7;
|
|
private Button btnLoadImage;
|
|
private Label label9;
|
|
private Button btnExecute;
|
|
private Panel panelGuide;
|
|
private GroupBox groupBox2;
|
|
private SplitContainer splitContainer;
|
|
private Label lblElapsed;
|
|
private Label label4;
|
|
private GroupBox groupBox3;
|
|
private TextBox tbLine2X2;
|
|
private Label label11;
|
|
private TextBox tbLine2Y2;
|
|
private Label label12;
|
|
private TextBox tbLine2X1;
|
|
private TextBox tbLine2Y1;
|
|
private Label label13;
|
|
private Label label14;
|
|
private Label label1;
|
|
private Label label2;
|
|
private NumericUpDown NumRectWidth2;
|
|
private NumericUpDown NumRectWidth1;
|
|
private Label lblDistance;
|
|
private Label label17;
|
|
private Label lblResult;
|
|
private Label label15;
|
|
private Button btnSave;
|
|
}
|
|
} |