|
@@ -73,7 +73,7 @@
|
|
|
this.rbThreePoints = new System.Windows.Forms.RibbonButton();
|
|
|
this.rbRingShape = new System.Windows.Forms.RibbonButton();
|
|
|
this.ribRectangle = new System.Windows.Forms.RibbonButton();
|
|
|
- this.ribbonButton4 = new System.Windows.Forms.RibbonButton();
|
|
|
+ this.ribbonButtonTwoPoint = new System.Windows.Forms.RibbonButton();
|
|
|
this.ribPolygon = new System.Windows.Forms.RibbonButton();
|
|
|
this.ribbonSeparator4 = new System.Windows.Forms.RibbonSeparator();
|
|
|
this.ribonBtnShot = new System.Windows.Forms.RibbonButton();
|
|
@@ -534,7 +534,7 @@
|
|
|
this.ribRectangle.AltKey = null;
|
|
|
this.ribRectangle.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
|
|
|
this.ribRectangle.DropDownArrowSize = new System.Drawing.Size(5, 3);
|
|
|
- this.ribRectangle.DropDownItems.Add(this.ribbonButton4);
|
|
|
+ this.ribRectangle.DropDownItems.Add(this.ribbonButtonTwoPoint);
|
|
|
this.ribRectangle.Image = global::OTSMeasureApp.Properties.Resources.矩形32;
|
|
|
this.ribRectangle.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribRectangle.SmallImage")));
|
|
|
this.ribRectangle.Style = System.Windows.Forms.RibbonButtonStyle.SplitDropDown;
|
|
@@ -543,22 +543,22 @@
|
|
|
this.ribRectangle.ToolTip = null;
|
|
|
this.ribRectangle.ToolTipImage = null;
|
|
|
this.ribRectangle.ToolTipTitle = null;
|
|
|
-
|
|
|
this.ribRectangle.Click += new System.EventHandler(this.ribRectangle_Click);
|
|
|
//
|
|
|
- // ribbonButton4
|
|
|
- //
|
|
|
- this.ribbonButton4.AltKey = null;
|
|
|
- this.ribbonButton4.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
|
|
|
- this.ribbonButton4.DropDownArrowSize = new System.Drawing.Size(5, 3);
|
|
|
- this.ribbonButton4.Image = ((System.Drawing.Image)(resources.GetObject("ribbonButton4.Image")));
|
|
|
- this.ribbonButton4.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton4.SmallImage")));
|
|
|
- this.ribbonButton4.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
|
|
|
- this.ribbonButton4.Tag = null;
|
|
|
- this.ribbonButton4.Text = null;
|
|
|
- this.ribbonButton4.ToolTip = null;
|
|
|
- this.ribbonButton4.ToolTipImage = null;
|
|
|
- this.ribbonButton4.ToolTipTitle = null;
|
|
|
+ // ribbonButtonTwoPoint
|
|
|
+ //
|
|
|
+ this.ribbonButtonTwoPoint.AltKey = null;
|
|
|
+ this.ribbonButtonTwoPoint.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
|
|
|
+ this.ribbonButtonTwoPoint.DropDownArrowSize = new System.Drawing.Size(5, 3);
|
|
|
+ this.ribbonButtonTwoPoint.Image = ((System.Drawing.Image)(resources.GetObject("ribbonButtonTwoPoint.Image")));
|
|
|
+ this.ribbonButtonTwoPoint.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButtonTwoPoint.SmallImage")));
|
|
|
+ this.ribbonButtonTwoPoint.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
|
|
|
+ this.ribbonButtonTwoPoint.Tag = null;
|
|
|
+ this.ribbonButtonTwoPoint.Text = "两点法";
|
|
|
+ this.ribbonButtonTwoPoint.ToolTip = null;
|
|
|
+ this.ribbonButtonTwoPoint.ToolTipImage = null;
|
|
|
+ this.ribbonButtonTwoPoint.ToolTipTitle = null;
|
|
|
+ this.ribbonButtonTwoPoint.Click += new System.EventHandler(this.ribbonButton4_Click);
|
|
|
//
|
|
|
// ribPolygon
|
|
|
//
|
|
@@ -773,8 +773,8 @@
|
|
|
this.rb_Reclassify.Image = global::OTSMeasureApp.Properties.Resources.Reset32;
|
|
|
this.rb_Reclassify.SmallImage = ((System.Drawing.Image)(resources.GetObject("rb_Reclassify.SmallImage")));
|
|
|
this.rb_Reclassify.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
|
|
|
- this.rb_Reclassify.Text = "重新分类";
|
|
|
this.rb_Reclassify.Tag = "rb_reclassify";
|
|
|
+ this.rb_Reclassify.Text = "重新分类";
|
|
|
this.rb_Reclassify.ToolTip = null;
|
|
|
this.rb_Reclassify.ToolTipImage = null;
|
|
|
this.rb_Reclassify.ToolTipTitle = null;
|
|
@@ -1113,7 +1113,7 @@
|
|
|
public System.Windows.Forms.RibbonButton rbAutoBeamOff;
|
|
|
public System.Windows.Forms.RibbonButton rbSysMgrApp;
|
|
|
private System.Windows.Forms.RibbonButton rb_Reclassify;
|
|
|
- private System.Windows.Forms.RibbonButton ribbonButton4;
|
|
|
+ private System.Windows.Forms.RibbonButton ribbonButtonTwoPoint;
|
|
|
private System.Windows.Forms.RibbonSeparator ribbonSeparator3;
|
|
|
private System.Windows.Forms.RibbonSeparator ribbonSeparator4;
|
|
|
public System.Windows.Forms.RibbonButton ribonBtnShot;
|