|
@@ -56,6 +56,7 @@
|
|
|
this.dpbOpen = new System.Windows.Forms.RibbonOrbMenuItem();
|
|
|
this.dpbExport = new System.Windows.Forms.RibbonOrbMenuItem();
|
|
|
this.ribbonOrbMenuItem_Extremum = new System.Windows.Forms.RibbonOrbMenuItem();
|
|
|
+ this.Backup = new System.Windows.Forms.RibbonOrbMenuItem();
|
|
|
this.ribbonOrbOptionButton1 = new System.Windows.Forms.RibbonOrbOptionButton();
|
|
|
this.ribbonOrbRecentItem1 = new System.Windows.Forms.RibbonOrbRecentItem();
|
|
|
this.ribbonTab1 = new System.Windows.Forms.RibbonTab();
|
|
@@ -68,7 +69,6 @@
|
|
|
this.rbCircular = new System.Windows.Forms.RibbonButton();
|
|
|
this.rbRectangle = new System.Windows.Forms.RibbonButton();
|
|
|
this.rbCancel = new System.Windows.Forms.RibbonButton();
|
|
|
- this.rbParticleSegmentation = new System.Windows.Forms.RibbonButton();
|
|
|
this.rbMenu = new System.Windows.Forms.RibbonTab();
|
|
|
this.ribbonPanel2 = new System.Windows.Forms.RibbonPanel();
|
|
|
this.rbFrame = new System.Windows.Forms.RibbonButton();
|
|
@@ -86,7 +86,6 @@
|
|
|
this.ribbonOrbMenuItem7 = new System.Windows.Forms.RibbonOrbMenuItem();
|
|
|
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
|
|
|
this.ribbonButton3 = new System.Windows.Forms.RibbonButton();
|
|
|
- this.Backup = new System.Windows.Forms.RibbonOrbMenuItem();
|
|
|
ribbonPanel1 = new System.Windows.Forms.RibbonPanel();
|
|
|
this.statusStrip1.SuspendLayout();
|
|
|
this.SuspendLayout();
|
|
@@ -159,7 +158,6 @@
|
|
|
this.rbOpen.DropDownArrowSize = new System.Drawing.Size(5, 3);
|
|
|
this.rbOpen.DropDownItems.Add(this.ribbonButton1);
|
|
|
this.rbOpen.Image = global::OTSIncAReportApp.Properties.Resources.open321;
|
|
|
- this.rbOpen.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbOpen.SmallImage")));
|
|
|
this.rbOpen.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
|
|
|
this.rbOpen.Tag = "rbOpen";
|
|
|
this.rbOpen.Text = "打开";
|
|
@@ -186,7 +184,7 @@
|
|
|
//
|
|
|
this.ribbon1.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
this.ribbon1.Location = new System.Drawing.Point(0, 0);
|
|
|
- this.ribbon1.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
|
|
|
+ this.ribbon1.Margin = new System.Windows.Forms.Padding(5, 2, 5, 2);
|
|
|
this.ribbon1.Minimized = false;
|
|
|
this.ribbon1.Name = "ribbon1";
|
|
|
//
|
|
@@ -214,7 +212,7 @@
|
|
|
this.ribbon1.QuickAcessToolbar.ToolTip = null;
|
|
|
this.ribbon1.QuickAcessToolbar.ToolTipImage = null;
|
|
|
this.ribbon1.QuickAcessToolbar.ToolTipTitle = null;
|
|
|
- this.ribbon1.Size = new System.Drawing.Size(1701, 130);
|
|
|
+ this.ribbon1.Size = new System.Drawing.Size(2268, 130);
|
|
|
this.ribbon1.TabIndex = 0;
|
|
|
this.ribbon1.Tabs.Add(this.ribbonTab1);
|
|
|
this.ribbon1.Tabs.Add(this.rbMenu);
|
|
@@ -266,6 +264,21 @@
|
|
|
this.ribbonOrbMenuItem_Extremum.ToolTipTitle = null;
|
|
|
this.ribbonOrbMenuItem_Extremum.Click += new System.EventHandler(this.ribbonOrbMenuItem_Extremum_Click);
|
|
|
//
|
|
|
+ // Backup
|
|
|
+ //
|
|
|
+ this.Backup.AltKey = null;
|
|
|
+ this.Backup.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
|
|
|
+ this.Backup.DropDownArrowSize = new System.Drawing.Size(5, 3);
|
|
|
+ this.Backup.Image = ((System.Drawing.Image)(resources.GetObject("Backup.Image")));
|
|
|
+ this.Backup.SmallImage = ((System.Drawing.Image)(resources.GetObject("Backup.SmallImage")));
|
|
|
+ this.Backup.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
|
|
|
+ this.Backup.Tag = null;
|
|
|
+ this.Backup.Text = "Backup Database";
|
|
|
+ this.Backup.ToolTip = null;
|
|
|
+ this.Backup.ToolTipImage = null;
|
|
|
+ this.Backup.ToolTipTitle = null;
|
|
|
+ this.Backup.Click += new System.EventHandler(this.Backup_Click);
|
|
|
+ //
|
|
|
// ribbonOrbOptionButton1
|
|
|
//
|
|
|
this.ribbonOrbOptionButton1.AltKey = null;
|
|
@@ -358,7 +371,6 @@
|
|
|
this.rbChoiceTools.Items.Add(this.rbCircular);
|
|
|
this.rbChoiceTools.Items.Add(this.rbRectangle);
|
|
|
this.rbChoiceTools.Items.Add(this.rbCancel);
|
|
|
- this.rbChoiceTools.Items.Add(this.rbParticleSegmentation);
|
|
|
this.rbChoiceTools.Tag = null;
|
|
|
this.rbChoiceTools.Text = "选择工具";
|
|
|
//
|
|
@@ -424,21 +436,6 @@
|
|
|
//
|
|
|
// rbMenu
|
|
|
//
|
|
|
- this.rbParticleSegmentation.AltKey = null;
|
|
|
- this.rbParticleSegmentation.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
|
|
|
- this.rbParticleSegmentation.DropDownArrowSize = new System.Drawing.Size(5, 3);
|
|
|
- this.rbParticleSegmentation.Image = global::OTSIncAReportApp.Properties.Resources.cut;
|
|
|
- this.rbParticleSegmentation.SmallImage = global::OTSIncAReportApp.Properties.Resources.cut16;
|
|
|
- this.rbParticleSegmentation.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
|
|
|
- this.rbParticleSegmentation.Tag = "rbParticleSegmentation";
|
|
|
- this.rbParticleSegmentation.Text = "颗粒分割";
|
|
|
- this.rbParticleSegmentation.ToolTip = "rbParticleSegmentation";
|
|
|
- this.rbParticleSegmentation.ToolTipImage = null;
|
|
|
- this.rbParticleSegmentation.ToolTipTitle = null;
|
|
|
- this.rbParticleSegmentation.Click += new System.EventHandler(this.rbParticleSegmentation_Click);
|
|
|
- //
|
|
|
- // rbMenu
|
|
|
- //
|
|
|
this.rbMenu.Panels.Add(this.ribbonPanel2);
|
|
|
this.rbMenu.Panels.Add(this.ribbonPanelOthers);
|
|
|
this.rbMenu.Tag = null;
|
|
@@ -554,11 +551,11 @@
|
|
|
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
this.RSGrayVal,
|
|
|
this.mouseMatter});
|
|
|
- this.statusStrip1.Location = new System.Drawing.Point(0, 835);
|
|
|
+ this.statusStrip1.Location = new System.Drawing.Point(0, 1051);
|
|
|
this.statusStrip1.Name = "statusStrip1";
|
|
|
- this.statusStrip1.Padding = new System.Windows.Forms.Padding(12, 0, 3, 0);
|
|
|
+ this.statusStrip1.Padding = new System.Windows.Forms.Padding(16, 0, 4, 0);
|
|
|
this.statusStrip1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
|
|
- this.statusStrip1.Size = new System.Drawing.Size(1701, 30);
|
|
|
+ this.statusStrip1.Size = new System.Drawing.Size(2268, 30);
|
|
|
this.statusStrip1.TabIndex = 4;
|
|
|
this.statusStrip1.Text = "statusStrip1";
|
|
|
//
|
|
@@ -582,9 +579,9 @@
|
|
|
this.DockWindowPanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.DockWindowPanel.DockBackColor = System.Drawing.SystemColors.Control;
|
|
|
this.DockWindowPanel.Location = new System.Drawing.Point(0, 130);
|
|
|
- this.DockWindowPanel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
+ this.DockWindowPanel.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
|
|
|
this.DockWindowPanel.Name = "DockWindowPanel";
|
|
|
- this.DockWindowPanel.Size = new System.Drawing.Size(1701, 705);
|
|
|
+ this.DockWindowPanel.Size = new System.Drawing.Size(2268, 921);
|
|
|
dockPanelGradient1.EndColor = System.Drawing.SystemColors.ControlLight;
|
|
|
dockPanelGradient1.StartColor = System.Drawing.SystemColors.ControlLight;
|
|
|
autoHideStripSkin1.DockStripGradient = dockPanelGradient1;
|
|
@@ -673,32 +670,17 @@
|
|
|
this.ribbonButton3.ToolTipImage = null;
|
|
|
this.ribbonButton3.ToolTipTitle = null;
|
|
|
//
|
|
|
- // Backup
|
|
|
- //
|
|
|
- this.Backup.AltKey = null;
|
|
|
- this.Backup.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
|
|
|
- this.Backup.DropDownArrowSize = new System.Drawing.Size(5, 3);
|
|
|
- this.Backup.Image = ((System.Drawing.Image)(resources.GetObject("Backup.Image")));
|
|
|
- this.Backup.SmallImage = ((System.Drawing.Image)(resources.GetObject("Backup.SmallImage")));
|
|
|
- this.Backup.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
|
|
|
- this.Backup.Tag = null;
|
|
|
- this.Backup.Text = "Backup Database";
|
|
|
- this.Backup.ToolTip = null;
|
|
|
- this.Backup.ToolTipImage = null;
|
|
|
- this.Backup.ToolTipTitle = null;
|
|
|
- this.Backup.Click += new System.EventHandler(this.Backup_Click);
|
|
|
- //
|
|
|
// frmReportApp
|
|
|
//
|
|
|
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.ClientSize = new System.Drawing.Size(1701, 865);
|
|
|
+ this.ClientSize = new System.Drawing.Size(2268, 1081);
|
|
|
this.Controls.Add(this.DockWindowPanel);
|
|
|
this.Controls.Add(this.statusStrip1);
|
|
|
this.Controls.Add(this.ribbon1);
|
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
|
this.IsMdiContainer = true;
|
|
|
- this.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
|
|
|
+ this.Margin = new System.Windows.Forms.Padding(5, 2, 5, 2);
|
|
|
this.Name = "frmReportApp";
|
|
|
this.Text = "OTSReportApp";
|
|
|
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
|
@@ -742,7 +724,6 @@
|
|
|
public System.Windows.Forms.RibbonButton rbCircular;
|
|
|
public System.Windows.Forms.RibbonButton rbRectangle;
|
|
|
public System.Windows.Forms.RibbonButton rbCancel;
|
|
|
- public System.Windows.Forms.RibbonButton rbParticleSegmentation;
|
|
|
public System.Windows.Forms.RibbonPanel rbChoiceTools;
|
|
|
//public System.Windows.Forms.RibbonOrbMenuItem dpbNew;
|
|
|
public System.Windows.Forms.RibbonOrbMenuItem dpbOpen;
|