|
@@ -86,7 +86,7 @@
|
|
this.rbCheckParam = new System.Windows.Forms.RibbonButton();
|
|
this.rbCheckParam = new System.Windows.Forms.RibbonButton();
|
|
this.rbPReport = new System.Windows.Forms.RibbonPanel();
|
|
this.rbPReport = new System.Windows.Forms.RibbonPanel();
|
|
this.rbReport = new System.Windows.Forms.RibbonButton();
|
|
this.rbReport = new System.Windows.Forms.RibbonButton();
|
|
- this.ribbonButton2 = new System.Windows.Forms.RibbonButton();
|
|
|
|
|
|
+ this.rb_Reclassify = new System.Windows.Forms.RibbonButton();
|
|
this.rbTabView = new System.Windows.Forms.RibbonTab();
|
|
this.rbTabView = new System.Windows.Forms.RibbonTab();
|
|
this.ribView = new System.Windows.Forms.RibbonPanel();
|
|
this.ribView = new System.Windows.Forms.RibbonPanel();
|
|
this.rbRuler = new System.Windows.Forms.RibbonButton();
|
|
this.rbRuler = new System.Windows.Forms.RibbonButton();
|
|
@@ -169,7 +169,7 @@
|
|
this.rbMenu.BorderMode = System.Windows.Forms.RibbonWindowMode.InsideWindow;
|
|
this.rbMenu.BorderMode = System.Windows.Forms.RibbonWindowMode.InsideWindow;
|
|
this.rbMenu.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F);
|
|
this.rbMenu.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F);
|
|
this.rbMenu.Location = new System.Drawing.Point(0, 0);
|
|
this.rbMenu.Location = new System.Drawing.Point(0, 0);
|
|
- this.rbMenu.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
|
|
|
|
|
|
+ this.rbMenu.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
|
|
this.rbMenu.Minimized = true;
|
|
this.rbMenu.Minimized = true;
|
|
this.rbMenu.Name = "rbMenu";
|
|
this.rbMenu.Name = "rbMenu";
|
|
//
|
|
//
|
|
@@ -202,7 +202,7 @@
|
|
this.rbMenu.QuickAcessToolbar.Image = null;
|
|
this.rbMenu.QuickAcessToolbar.Image = null;
|
|
this.rbMenu.QuickAcessToolbar.Tag = null;
|
|
this.rbMenu.QuickAcessToolbar.Tag = null;
|
|
this.rbMenu.QuickAcessToolbar.ToolTipImage = null;
|
|
this.rbMenu.QuickAcessToolbar.ToolTipImage = null;
|
|
- this.rbMenu.Size = new System.Drawing.Size(1916, 130);
|
|
|
|
|
|
+ this.rbMenu.Size = new System.Drawing.Size(1277, 130);
|
|
this.rbMenu.TabIndex = 0;
|
|
this.rbMenu.TabIndex = 0;
|
|
this.rbMenu.Tabs.Add(this.rbTabHome);
|
|
this.rbMenu.Tabs.Add(this.rbTabHome);
|
|
this.rbMenu.Tabs.Add(this.rbTabView);
|
|
this.rbMenu.Tabs.Add(this.rbTabView);
|
|
@@ -705,7 +705,7 @@
|
|
//
|
|
//
|
|
this.rbPReport.ButtonMoreVisible = false;
|
|
this.rbPReport.ButtonMoreVisible = false;
|
|
this.rbPReport.Items.Add(this.rbReport);
|
|
this.rbPReport.Items.Add(this.rbReport);
|
|
- this.rbPReport.Items.Add(this.ribbonButton2);
|
|
|
|
|
|
+ this.rbPReport.Items.Add(this.rb_Reclassify);
|
|
this.rbPReport.Tag = "rbPReport";
|
|
this.rbPReport.Tag = "rbPReport";
|
|
this.rbPReport.Text = "测量结果";
|
|
this.rbPReport.Text = "测量结果";
|
|
//
|
|
//
|
|
@@ -724,20 +724,20 @@
|
|
this.rbReport.ToolTipTitle = null;
|
|
this.rbReport.ToolTipTitle = null;
|
|
this.rbReport.Click += new System.EventHandler(this.rbReport_Click);
|
|
this.rbReport.Click += new System.EventHandler(this.rbReport_Click);
|
|
//
|
|
//
|
|
- // ribbonButton2
|
|
|
|
- //
|
|
|
|
- this.ribbonButton2.AltKey = null;
|
|
|
|
- this.ribbonButton2.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
|
|
|
|
- this.ribbonButton2.DropDownArrowSize = new System.Drawing.Size(5, 3);
|
|
|
|
- this.ribbonButton2.Image = global::OTSMeasureApp.Properties.Resources.Reset32;
|
|
|
|
- this.ribbonButton2.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton2.SmallImage")));
|
|
|
|
- this.ribbonButton2.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
|
|
|
|
- this.ribbonButton2.Tag = null;
|
|
|
|
- this.ribbonButton2.Text = "重新分类";
|
|
|
|
- this.ribbonButton2.ToolTip = null;
|
|
|
|
- this.ribbonButton2.ToolTipImage = null;
|
|
|
|
- this.ribbonButton2.ToolTipTitle = null;
|
|
|
|
- this.ribbonButton2.Click += new System.EventHandler(this.ribbonButton2_Click);
|
|
|
|
|
|
+ // rb_Reclassify
|
|
|
|
+ //
|
|
|
|
+ this.rb_Reclassify.AltKey = null;
|
|
|
|
+ this.rb_Reclassify.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
|
|
|
|
+ this.rb_Reclassify.DropDownArrowSize = new System.Drawing.Size(5, 3);
|
|
|
|
+ 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.ToolTip = null;
|
|
|
|
+ this.rb_Reclassify.ToolTipImage = null;
|
|
|
|
+ this.rb_Reclassify.ToolTipTitle = null;
|
|
|
|
+ this.rb_Reclassify.Click += new System.EventHandler(this.ribbonButton2_Click);
|
|
//
|
|
//
|
|
// rbTabView
|
|
// rbTabView
|
|
//
|
|
//
|
|
@@ -865,11 +865,11 @@
|
|
this.TSGrayVal,
|
|
this.TSGrayVal,
|
|
this.STSemCoordinate,
|
|
this.STSemCoordinate,
|
|
this.toolStripStatusLabel1});
|
|
this.toolStripStatusLabel1});
|
|
- this.statusStrip1.Location = new System.Drawing.Point(0, 1019);
|
|
|
|
|
|
+ this.statusStrip1.Location = new System.Drawing.Point(0, 671);
|
|
this.statusStrip1.Name = "statusStrip1";
|
|
this.statusStrip1.Name = "statusStrip1";
|
|
- this.statusStrip1.Padding = new System.Windows.Forms.Padding(3, 0, 21, 0);
|
|
|
|
|
|
+ this.statusStrip1.Padding = new System.Windows.Forms.Padding(2, 0, 14, 0);
|
|
this.statusStrip1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
|
this.statusStrip1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
|
- this.statusStrip1.Size = new System.Drawing.Size(1916, 26);
|
|
|
|
|
|
+ this.statusStrip1.Size = new System.Drawing.Size(1277, 26);
|
|
this.statusStrip1.TabIndex = 2;
|
|
this.statusStrip1.TabIndex = 2;
|
|
this.statusStrip1.Text = "statusStrip1";
|
|
this.statusStrip1.Text = "statusStrip1";
|
|
//
|
|
//
|
|
@@ -905,9 +905,9 @@
|
|
this.dockPanel.DockLeftPortion = 0.21D;
|
|
this.dockPanel.DockLeftPortion = 0.21D;
|
|
this.dockPanel.DockRightPortion = 0.27D;
|
|
this.dockPanel.DockRightPortion = 0.27D;
|
|
this.dockPanel.Location = new System.Drawing.Point(0, 130);
|
|
this.dockPanel.Location = new System.Drawing.Point(0, 130);
|
|
- this.dockPanel.Margin = new System.Windows.Forms.Padding(9, 11, 9, 11);
|
|
|
|
|
|
+ this.dockPanel.Margin = new System.Windows.Forms.Padding(6, 7, 6, 7);
|
|
this.dockPanel.Name = "dockPanel";
|
|
this.dockPanel.Name = "dockPanel";
|
|
- this.dockPanel.Size = new System.Drawing.Size(1916, 889);
|
|
|
|
|
|
+ this.dockPanel.Size = new System.Drawing.Size(1277, 541);
|
|
dockPanelGradient1.EndColor = System.Drawing.SystemColors.ControlLight;
|
|
dockPanelGradient1.EndColor = System.Drawing.SystemColors.ControlLight;
|
|
dockPanelGradient1.StartColor = System.Drawing.SystemColors.ControlLight;
|
|
dockPanelGradient1.StartColor = System.Drawing.SystemColors.ControlLight;
|
|
autoHideStripSkin1.DockStripGradient = dockPanelGradient1;
|
|
autoHideStripSkin1.DockStripGradient = dockPanelGradient1;
|
|
@@ -984,9 +984,9 @@
|
|
//
|
|
//
|
|
// OTSIncAMeasureAppForm
|
|
// OTSIncAMeasureAppForm
|
|
//
|
|
//
|
|
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
|
|
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
- this.ClientSize = new System.Drawing.Size(1916, 1045);
|
|
|
|
|
|
+ this.ClientSize = new System.Drawing.Size(1277, 697);
|
|
this.Controls.Add(this.dockPanel);
|
|
this.Controls.Add(this.dockPanel);
|
|
this.Controls.Add(this.statusStrip1);
|
|
this.Controls.Add(this.statusStrip1);
|
|
this.Controls.Add(this.rbMenu);
|
|
this.Controls.Add(this.rbMenu);
|
|
@@ -994,8 +994,8 @@
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.IsMdiContainer = true;
|
|
this.IsMdiContainer = true;
|
|
this.KeyPreview = true;
|
|
this.KeyPreview = true;
|
|
- this.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
|
|
|
|
- this.MinimumSize = new System.Drawing.Size(1009, 730);
|
|
|
|
|
|
+ this.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
|
|
|
|
+ this.MinimumSize = new System.Drawing.Size(678, 500);
|
|
this.Name = "OTSIncAMeasureAppForm";
|
|
this.Name = "OTSIncAMeasureAppForm";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "OTSMeasureApp";
|
|
this.Text = "OTSMeasureApp";
|
|
@@ -1071,7 +1071,7 @@
|
|
public System.Windows.Forms.RibbonButton rbinterrupt;
|
|
public System.Windows.Forms.RibbonButton rbinterrupt;
|
|
public System.Windows.Forms.RibbonButton rbAutoBeamOff;
|
|
public System.Windows.Forms.RibbonButton rbAutoBeamOff;
|
|
public System.Windows.Forms.RibbonButton rbSysMgrApp;
|
|
public System.Windows.Forms.RibbonButton rbSysMgrApp;
|
|
- private System.Windows.Forms.RibbonButton ribbonButton2;
|
|
|
|
|
|
+ private System.Windows.Forms.RibbonButton rb_Reclassify;
|
|
private System.Windows.Forms.RibbonButton ribbonButton4;
|
|
private System.Windows.Forms.RibbonButton ribbonButton4;
|
|
}
|
|
}
|
|
}
|
|
}
|