| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608 | namespace OTSExtremum{    partial class ExtremumApp    {        /// <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(ExtremumApp));            this.ribbon1 = new System.Windows.Forms.Ribbon();            this.rbtab1 = new System.Windows.Forms.RibbonTab();            this.rbpan1 = new System.Windows.Forms.RibbonPanel();            this.rbbtn1 = new System.Windows.Forms.RibbonButton();            this.rbbtn2 = new System.Windows.Forms.RibbonButton();            this.rbbtn3 = new System.Windows.Forms.RibbonButton();            this.rbbtntype = new System.Windows.Forms.RibbonButton();            this.gbflA = new System.Windows.Forms.RibbonButton();            this.gbflB = new System.Windows.Forms.RibbonButton();            this.gbflC = new System.Windows.Forms.RibbonButton();            this.gbflD = new System.Windows.Forms.RibbonButton();            this.gbflDS = new System.Windows.Forms.RibbonButton();            this.rbpan2 = new System.Windows.Forms.RibbonPanel();            this.rbbtn4 = new System.Windows.Forms.RibbonButton();            this.rbbtn5 = new System.Windows.Forms.RibbonButton();            this.rbtab2 = new System.Windows.Forms.RibbonTab();            this.ribbonPanel3 = new System.Windows.Forms.RibbonPanel();            this.ribbonButton7 = new System.Windows.Forms.RibbonButton();            this.ribbonButton8 = new System.Windows.Forms.RibbonButton();            this.ribbonPanel4 = new System.Windows.Forms.RibbonPanel();            this.ribbonButton9 = new System.Windows.Forms.RibbonButton();            this.ribbonButton10 = new System.Windows.Forms.RibbonButton();            this.ribbonButton11 = new System.Windows.Forms.RibbonButton();            this.fztype = new System.Windows.Forms.RibbonButton();            this.ribbonButton15 = new System.Windows.Forms.RibbonButton();            this.ribbonButton16 = new System.Windows.Forms.RibbonButton();            this.ribbonButton17 = new System.Windows.Forms.RibbonButton();            this.ribbonButton18 = new System.Windows.Forms.RibbonButton();            this.ribbonButton19 = new System.Windows.Forms.RibbonButton();            this.ribbonPanel5 = new System.Windows.Forms.RibbonPanel();            this.ribbonButton12 = new System.Windows.Forms.RibbonButton();            this.ribbonButton13 = new System.Windows.Forms.RibbonButton();            this.panel1 = new System.Windows.Forms.Panel();            this.panel2 = new System.Windows.Forms.Panel();            this.SuspendLayout();            //             // ribbon1            //             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(3, 2, 3, 2);            this.ribbon1.Minimized = false;            this.ribbon1.Name = "ribbon1";            //             //             //             this.ribbon1.OrbDropDown.BorderRoundness = 8;            this.ribbon1.OrbDropDown.Location = new System.Drawing.Point(0, 0);            this.ribbon1.OrbDropDown.Name = "";            this.ribbon1.OrbDropDown.Size = new System.Drawing.Size(527, 72);            this.ribbon1.OrbDropDown.TabIndex = 0;            this.ribbon1.OrbImage = null;            this.ribbon1.OrbVisible = false;            this.ribbon1.QuickAccessVisible = false;            //             //             //             this.ribbon1.QuickAcessToolbar.DropDownButtonVisible = false;            this.ribbon1.QuickAcessToolbar.Enabled = false;            this.ribbon1.QuickAcessToolbar.Image = null;            this.ribbon1.QuickAcessToolbar.Tag = null;            this.ribbon1.QuickAcessToolbar.ToolTipImage = null;            this.ribbon1.Size = new System.Drawing.Size(1092, 130);            this.ribbon1.TabIndex = 0;            this.ribbon1.Tabs.Add(this.rbtab1);            this.ribbon1.Tabs.Add(this.rbtab2);            this.ribbon1.TabSpacing = 6;            //             // rbtab1            //             this.rbtab1.Panels.Add(this.rbpan1);            this.rbtab1.Panels.Add(this.rbpan2);            this.rbtab1.Tag = null;            this.rbtab1.Text = "单组数据";            this.rbtab1.ActiveChanged += new System.EventHandler(this.rbtab1_ActiveChanged);            //             // rbpan1            //             this.rbpan1.ButtonMoreVisible = false;            this.rbpan1.Items.Add(this.rbbtn1);            this.rbpan1.Items.Add(this.rbbtn2);            this.rbpan1.Items.Add(this.rbbtn3);            this.rbpan1.Items.Add(this.rbbtntype);            this.rbpan1.Tag = null;            this.rbpan1.Text = "数据";            //             // rbbtn1            //             this.rbbtn1.AltKey = null;            this.rbbtn1.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;            this.rbbtn1.DropDownArrowSize = new System.Drawing.Size(5, 3);            this.rbbtn1.Image = global::OTSExtremum.Properties.Resources.open_Size_32;            this.rbbtn1.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbbtn1.SmallImage")));            this.rbbtn1.Style = System.Windows.Forms.RibbonButtonStyle.Normal;            this.rbbtn1.Tag = null;            this.rbbtn1.Text = "打开";            this.rbbtn1.ToolTip = "打开";            this.rbbtn1.ToolTipImage = null;            this.rbbtn1.ToolTipTitle = null;            this.rbbtn1.Click += new System.EventHandler(this.btnAddFile_Click);            //             // rbbtn2            //             this.rbbtn2.AltKey = null;            this.rbbtn2.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;            this.rbbtn2.DropDownArrowSize = new System.Drawing.Size(5, 3);            this.rbbtn2.Image = global::OTSExtremum.Properties.Resources.add_32px_520097_easyicon1;            this.rbbtn2.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbbtn2.SmallImage")));            this.rbbtn2.Style = System.Windows.Forms.RibbonButtonStyle.Normal;            this.rbbtn2.Tag = null;            this.rbbtn2.Text = "添加";            this.rbbtn2.ToolTip = "添加数据";            this.rbbtn2.ToolTipImage = null;            this.rbbtn2.ToolTipTitle = null;            this.rbbtn2.Click += new System.EventHandler(this.btnAddValue_Click);            //             // rbbtn3            //             this.rbbtn3.AltKey = null;            this.rbbtn3.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;            this.rbbtn3.DropDownArrowSize = new System.Drawing.Size(5, 3);            this.rbbtn3.Image = global::OTSExtremum.Properties.Resources.stop_32px_520119_easyicon_net;            this.rbbtn3.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbbtn3.SmallImage")));            this.rbbtn3.Style = System.Windows.Forms.RibbonButtonStyle.Normal;            this.rbbtn3.Tag = null;            this.rbbtn3.Text = "删除";            this.rbbtn3.ToolTip = "删除数据";            this.rbbtn3.ToolTipImage = null;            this.rbbtn3.ToolTipTitle = null;            this.rbbtn3.Click += new System.EventHandler(this.btnDel_Click);            //             // rbbtntype            //             this.rbbtntype.AltKey = null;            this.rbbtntype.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;            this.rbbtntype.DropDownArrowSize = new System.Drawing.Size(5, 3);            this.rbbtntype.DropDownItems.Add(this.gbflA);            this.rbbtntype.DropDownItems.Add(this.gbflB);            this.rbbtntype.DropDownItems.Add(this.gbflC);            this.rbbtntype.DropDownItems.Add(this.gbflD);            this.rbbtntype.DropDownItems.Add(this.gbflDS);            this.rbbtntype.Image = global::OTSExtremum.Properties.Resources.A1;            this.rbbtntype.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbbtntype.SmallImage")));            this.rbbtntype.Style = System.Windows.Forms.RibbonButtonStyle.SplitDropDown;            this.rbbtntype.Tag = null;            this.rbbtntype.Text = "分类";            this.rbbtntype.ToolTip = null;            this.rbbtntype.ToolTipImage = null;            this.rbbtntype.ToolTipTitle = null;            //             // gbflA            //             this.gbflA.AltKey = null;            this.gbflA.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;            this.gbflA.DropDownArrowSize = new System.Drawing.Size(5, 3);            this.gbflA.Image = ((System.Drawing.Image)(resources.GetObject("gbflA.Image")));            this.gbflA.SmallImage = ((System.Drawing.Image)(resources.GetObject("gbflA.SmallImage")));            this.gbflA.Style = System.Windows.Forms.RibbonButtonStyle.Normal;            this.gbflA.Tag = null;            this.gbflA.Text = "A";            this.gbflA.ToolTip = null;            this.gbflA.ToolTipImage = null;            this.gbflA.ToolTipTitle = null;            this.gbflA.Click += new System.EventHandler(this.gbflA_Click);            //             // gbflB            //             this.gbflB.AltKey = null;            this.gbflB.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;            this.gbflB.DropDownArrowSize = new System.Drawing.Size(5, 3);            this.gbflB.Image = ((System.Drawing.Image)(resources.GetObject("gbflB.Image")));            this.gbflB.SmallImage = ((System.Drawing.Image)(resources.GetObject("gbflB.SmallImage")));            this.gbflB.Style = System.Windows.Forms.RibbonButtonStyle.Normal;            this.gbflB.Tag = null;            this.gbflB.Text = "B";            this.gbflB.ToolTip = null;            this.gbflB.ToolTipImage = null;            this.gbflB.ToolTipTitle = null;            this.gbflB.Click += new System.EventHandler(this.gbflB_Click);            //             // gbflC            //             this.gbflC.AltKey = null;            this.gbflC.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;            this.gbflC.DropDownArrowSize = new System.Drawing.Size(5, 3);            this.gbflC.Image = ((System.Drawing.Image)(resources.GetObject("gbflC.Image")));            this.gbflC.SmallImage = ((System.Drawing.Image)(resources.GetObject("gbflC.SmallImage")));            this.gbflC.Style = System.Windows.Forms.RibbonButtonStyle.Normal;            this.gbflC.Tag = null;            this.gbflC.Text = "C";            this.gbflC.ToolTip = null;            this.gbflC.ToolTipImage = null;            this.gbflC.ToolTipTitle = null;            this.gbflC.Click += new System.EventHandler(this.gbflC_Click);            //             // gbflD            //             this.gbflD.AltKey = null;            this.gbflD.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;            this.gbflD.DropDownArrowSize = new System.Drawing.Size(5, 3);            this.gbflD.Image = ((System.Drawing.Image)(resources.GetObject("gbflD.Image")));            this.gbflD.SmallImage = ((System.Drawing.Image)(resources.GetObject("gbflD.SmallImage")));            this.gbflD.Style = System.Windows.Forms.RibbonButtonStyle.Normal;            this.gbflD.Tag = null;            this.gbflD.Text = "D";            this.gbflD.ToolTip = null;            this.gbflD.ToolTipImage = null;            this.gbflD.ToolTipTitle = null;            this.gbflD.Click += new System.EventHandler(this.gbflD_Click);            //             // gbflDS            //             this.gbflDS.AltKey = null;            this.gbflDS.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;            this.gbflDS.DropDownArrowSize = new System.Drawing.Size(5, 3);            this.gbflDS.Image = ((System.Drawing.Image)(resources.GetObject("gbflDS.Image")));            this.gbflDS.SmallImage = ((System.Drawing.Image)(resources.GetObject("gbflDS.SmallImage")));            this.gbflDS.Style = System.Windows.Forms.RibbonButtonStyle.Normal;            this.gbflDS.Tag = null;            this.gbflDS.Text = "DS";            this.gbflDS.ToolTip = null;            this.gbflDS.ToolTipImage = null;            this.gbflDS.ToolTipTitle = null;            this.gbflDS.Click += new System.EventHandler(this.gbflDS_Click);            //             // rbpan2            //             this.rbpan2.ButtonMoreVisible = false;            this.rbpan2.Items.Add(this.rbbtn4);            this.rbpan2.Items.Add(this.rbbtn5);            this.rbpan2.Tag = null;            this.rbpan2.Text = "操作";            //             // rbbtn4            //             this.rbbtn4.AltKey = null;            this.rbbtn4.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;            this.rbbtn4.DropDownArrowSize = new System.Drawing.Size(5, 3);            this.rbbtn4.Image = global::OTSExtremum.Properties.Resources.page_zoom_32px_572021_easyicon_net__1_;            this.rbbtn4.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbbtn4.SmallImage")));            this.rbbtn4.Style = System.Windows.Forms.RibbonButtonStyle.Normal;            this.rbbtn4.Tag = null;            this.rbbtn4.Text = "检测";            this.rbbtn4.ToolTip = "有效性";            this.rbbtn4.ToolTipImage = global::OTSExtremum.Properties.Resources.add_32px_520097_easyicon_net;            this.rbbtn4.ToolTipTitle = "1";            this.rbbtn4.Click += new System.EventHandler(this.btnCheck_Click);            //             // rbbtn5            //             this.rbbtn5.AltKey = null;            this.rbbtn5.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;            this.rbbtn5.DropDownArrowSize = new System.Drawing.Size(5, 3);            this.rbbtn5.Image = global::OTSExtremum.Properties.Resources.start_here_32px_572110_easyicon_net;            this.rbbtn5.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbbtn5.SmallImage")));            this.rbbtn5.Style = System.Windows.Forms.RibbonButtonStyle.Normal;            this.rbbtn5.Tag = null;            this.rbbtn5.Text = "分析";            this.rbbtn5.ToolTip = "分析";            this.rbbtn5.ToolTipImage = null;            this.rbbtn5.ToolTipTitle = null;            this.rbbtn5.Click += new System.EventHandler(this.btnCompute_Click);            //             // rbtab2            //             this.rbtab2.Panels.Add(this.ribbonPanel3);            this.rbtab2.Panels.Add(this.ribbonPanel4);            this.rbtab2.Panels.Add(this.ribbonPanel5);            this.rbtab2.Tag = null;            this.rbtab2.Text = "多组数据";            this.rbtab2.ActiveChanged += new System.EventHandler(this.rbtab2_ActiveChanged);            //             // ribbonPanel3            //             this.ribbonPanel3.ButtonMoreVisible = false;            this.ribbonPanel3.Items.Add(this.ribbonButton7);            this.ribbonPanel3.Items.Add(this.ribbonButton8);            this.ribbonPanel3.Tag = null;            this.ribbonPanel3.Text = "分组";            //             // ribbonButton7            //             this.ribbonButton7.AltKey = null;            this.ribbonButton7.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;            this.ribbonButton7.DropDownArrowSize = new System.Drawing.Size(5, 3);            this.ribbonButton7.Image = global::OTSExtremum.Properties.Resources.添加32;            this.ribbonButton7.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton7.SmallImage")));            this.ribbonButton7.Style = System.Windows.Forms.RibbonButtonStyle.Normal;            this.ribbonButton7.Tag = null;            this.ribbonButton7.Text = "添加";            this.ribbonButton7.ToolTip = null;            this.ribbonButton7.ToolTipImage = null;            this.ribbonButton7.ToolTipTitle = null;            this.ribbonButton7.Click += new System.EventHandler(this.btnGroup_Click);            //             // ribbonButton8            //             this.ribbonButton8.AltKey = null;            this.ribbonButton8.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;            this.ribbonButton8.DropDownArrowSize = new System.Drawing.Size(5, 3);            this.ribbonButton8.Image = global::OTSExtremum.Properties.Resources.删除32;            this.ribbonButton8.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton8.SmallImage")));            this.ribbonButton8.Style = System.Windows.Forms.RibbonButtonStyle.Normal;            this.ribbonButton8.Tag = null;            this.ribbonButton8.Text = "删除";            this.ribbonButton8.ToolTip = null;            this.ribbonButton8.ToolTipImage = null;            this.ribbonButton8.ToolTipTitle = null;            this.ribbonButton8.Click += new System.EventHandler(this.btnDelGrp_Click);            //             // ribbonPanel4            //             this.ribbonPanel4.ButtonMoreVisible = false;            this.ribbonPanel4.Items.Add(this.ribbonButton9);            this.ribbonPanel4.Items.Add(this.ribbonButton10);            this.ribbonPanel4.Items.Add(this.ribbonButton11);            this.ribbonPanel4.Items.Add(this.fztype);            this.ribbonPanel4.Tag = null;            this.ribbonPanel4.Text = "数据";            //             // ribbonButton9            //             this.ribbonButton9.AltKey = null;            this.ribbonButton9.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;            this.ribbonButton9.DropDownArrowSize = new System.Drawing.Size(5, 3);            this.ribbonButton9.Image = global::OTSExtremum.Properties.Resources.open_Size_32;            this.ribbonButton9.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton9.SmallImage")));            this.ribbonButton9.Style = System.Windows.Forms.RibbonButtonStyle.Normal;            this.ribbonButton9.Tag = null;            this.ribbonButton9.Text = "打开";            this.ribbonButton9.ToolTip = null;            this.ribbonButton9.ToolTipImage = null;            this.ribbonButton9.ToolTipTitle = null;            this.ribbonButton9.Click += new System.EventHandler(this.btnAddFileGroup_Click);            //             // ribbonButton10            //             this.ribbonButton10.AltKey = null;            this.ribbonButton10.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;            this.ribbonButton10.DropDownArrowSize = new System.Drawing.Size(5, 3);            this.ribbonButton10.Image = global::OTSExtremum.Properties.Resources.add_32px_520097_easyicon1;            this.ribbonButton10.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton10.SmallImage")));            this.ribbonButton10.Style = System.Windows.Forms.RibbonButtonStyle.Normal;            this.ribbonButton10.Tag = null;            this.ribbonButton10.Text = "添加";            this.ribbonButton10.ToolTip = null;            this.ribbonButton10.ToolTipImage = null;            this.ribbonButton10.ToolTipTitle = null;            this.ribbonButton10.Click += new System.EventHandler(this.btnAddValueGroup_Click);            //             // ribbonButton11            //             this.ribbonButton11.AltKey = null;            this.ribbonButton11.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;            this.ribbonButton11.DropDownArrowSize = new System.Drawing.Size(5, 3);            this.ribbonButton11.Image = global::OTSExtremum.Properties.Resources.stop_32px_520119_easyicon_net;            this.ribbonButton11.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton11.SmallImage")));            this.ribbonButton11.Style = System.Windows.Forms.RibbonButtonStyle.Normal;            this.ribbonButton11.Tag = null;            this.ribbonButton11.Text = "删除";            this.ribbonButton11.ToolTip = null;            this.ribbonButton11.ToolTipImage = null;            this.ribbonButton11.ToolTipTitle = null;            this.ribbonButton11.Click += new System.EventHandler(this.btnDelGroup_Click);            //             // fztype            //             this.fztype.AltKey = null;            this.fztype.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;            this.fztype.DropDownArrowSize = new System.Drawing.Size(5, 3);            this.fztype.DropDownItems.Add(this.ribbonButton15);            this.fztype.DropDownItems.Add(this.ribbonButton16);            this.fztype.DropDownItems.Add(this.ribbonButton17);            this.fztype.DropDownItems.Add(this.ribbonButton18);            this.fztype.DropDownItems.Add(this.ribbonButton19);            this.fztype.Image = global::OTSExtremum.Properties.Resources.A1;            this.fztype.SmallImage = ((System.Drawing.Image)(resources.GetObject("fztype.SmallImage")));            this.fztype.Style = System.Windows.Forms.RibbonButtonStyle.SplitDropDown;            this.fztype.Tag = null;            this.fztype.Text = "分类";            this.fztype.ToolTip = null;            this.fztype.ToolTipImage = null;            this.fztype.ToolTipTitle = null;            //             // ribbonButton15            //             this.ribbonButton15.AltKey = null;            this.ribbonButton15.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;            this.ribbonButton15.DropDownArrowSize = new System.Drawing.Size(5, 3);            this.ribbonButton15.Image = ((System.Drawing.Image)(resources.GetObject("ribbonButton15.Image")));            this.ribbonButton15.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton15.SmallImage")));            this.ribbonButton15.Style = System.Windows.Forms.RibbonButtonStyle.Normal;            this.ribbonButton15.Tag = null;            this.ribbonButton15.Text = "A";            this.ribbonButton15.ToolTip = null;            this.ribbonButton15.ToolTipImage = null;            this.ribbonButton15.ToolTipTitle = null;            this.ribbonButton15.Click += new System.EventHandler(this.fzflA_Click);            //             // ribbonButton16            //             this.ribbonButton16.AltKey = null;            this.ribbonButton16.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;            this.ribbonButton16.DropDownArrowSize = new System.Drawing.Size(5, 3);            this.ribbonButton16.Image = ((System.Drawing.Image)(resources.GetObject("ribbonButton16.Image")));            this.ribbonButton16.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton16.SmallImage")));            this.ribbonButton16.Style = System.Windows.Forms.RibbonButtonStyle.Normal;            this.ribbonButton16.Tag = null;            this.ribbonButton16.Text = "B";            this.ribbonButton16.ToolTip = null;            this.ribbonButton16.ToolTipImage = null;            this.ribbonButton16.ToolTipTitle = null;            this.ribbonButton16.Click += new System.EventHandler(this.fzflB_Click);            //             // ribbonButton17            //             this.ribbonButton17.AltKey = null;            this.ribbonButton17.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;            this.ribbonButton17.DropDownArrowSize = new System.Drawing.Size(5, 3);            this.ribbonButton17.Image = ((System.Drawing.Image)(resources.GetObject("ribbonButton17.Image")));            this.ribbonButton17.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton17.SmallImage")));            this.ribbonButton17.Style = System.Windows.Forms.RibbonButtonStyle.Normal;            this.ribbonButton17.Tag = null;            this.ribbonButton17.Text = "C";            this.ribbonButton17.ToolTip = null;            this.ribbonButton17.ToolTipImage = null;            this.ribbonButton17.ToolTipTitle = null;            this.ribbonButton17.Click += new System.EventHandler(this.fzflC_Click);            //             // ribbonButton18            //             this.ribbonButton18.AltKey = null;            this.ribbonButton18.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;            this.ribbonButton18.DropDownArrowSize = new System.Drawing.Size(5, 3);            this.ribbonButton18.Image = ((System.Drawing.Image)(resources.GetObject("ribbonButton18.Image")));            this.ribbonButton18.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton18.SmallImage")));            this.ribbonButton18.Style = System.Windows.Forms.RibbonButtonStyle.Normal;            this.ribbonButton18.Tag = null;            this.ribbonButton18.Text = "D";            this.ribbonButton18.ToolTip = null;            this.ribbonButton18.ToolTipImage = null;            this.ribbonButton18.ToolTipTitle = null;            this.ribbonButton18.Click += new System.EventHandler(this.fzflD_Click);            //             // ribbonButton19            //             this.ribbonButton19.AltKey = null;            this.ribbonButton19.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;            this.ribbonButton19.DropDownArrowSize = new System.Drawing.Size(5, 3);            this.ribbonButton19.Image = ((System.Drawing.Image)(resources.GetObject("ribbonButton19.Image")));            this.ribbonButton19.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton19.SmallImage")));            this.ribbonButton19.Style = System.Windows.Forms.RibbonButtonStyle.Normal;            this.ribbonButton19.Tag = null;            this.ribbonButton19.Text = "DS";            this.ribbonButton19.ToolTip = null;            this.ribbonButton19.ToolTipImage = null;            this.ribbonButton19.ToolTipTitle = null;            this.ribbonButton19.Click += new System.EventHandler(this.fzflDS_Click);            //             // ribbonPanel5            //             this.ribbonPanel5.ButtonMoreVisible = false;            this.ribbonPanel5.Items.Add(this.ribbonButton12);            this.ribbonPanel5.Items.Add(this.ribbonButton13);            this.ribbonPanel5.Tag = null;            this.ribbonPanel5.Text = "分析";            //             // ribbonButton12            //             this.ribbonButton12.AltKey = null;            this.ribbonButton12.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;            this.ribbonButton12.DropDownArrowSize = new System.Drawing.Size(5, 3);            this.ribbonButton12.Image = global::OTSExtremum.Properties.Resources.page_zoom_32px_572021_easyicon_net__1_;            this.ribbonButton12.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton12.SmallImage")));            this.ribbonButton12.Style = System.Windows.Forms.RibbonButtonStyle.Normal;            this.ribbonButton12.Tag = null;            this.ribbonButton12.Text = "检测";            this.ribbonButton12.ToolTip = null;            this.ribbonButton12.ToolTipImage = null;            this.ribbonButton12.ToolTipTitle = null;            this.ribbonButton12.Click += new System.EventHandler(this.btnCheckGroup_Click);            //             // ribbonButton13            //             this.ribbonButton13.AltKey = null;            this.ribbonButton13.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;            this.ribbonButton13.DropDownArrowSize = new System.Drawing.Size(5, 3);            this.ribbonButton13.Image = global::OTSExtremum.Properties.Resources.start_here_32px_572110_easyicon_net;            this.ribbonButton13.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton13.SmallImage")));            this.ribbonButton13.Style = System.Windows.Forms.RibbonButtonStyle.Normal;            this.ribbonButton13.Tag = null;            this.ribbonButton13.Text = "分析";            this.ribbonButton13.ToolTip = null;            this.ribbonButton13.ToolTipImage = null;            this.ribbonButton13.ToolTipTitle = null;            this.ribbonButton13.Click += new System.EventHandler(this.btnComputeGroup_Click);            //             // panel1            //             this.panel1.Location = new System.Drawing.Point(0, 87);            this.panel1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);            this.panel1.Name = "panel1";            this.panel1.Size = new System.Drawing.Size(1092, 157);            this.panel1.TabIndex = 1;            //             // panel2            //             this.panel2.Location = new System.Drawing.Point(0, 253);            this.panel2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);            this.panel2.Name = "panel2";            this.panel2.Size = new System.Drawing.Size(1092, 158);            this.panel2.TabIndex = 2;            //             // ExtremumApp            //             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;            this.ClientSize = new System.Drawing.Size(1092, 443);            this.Controls.Add(this.panel2);            this.Controls.Add(this.panel1);            this.Controls.Add(this.ribbon1);            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));            this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);            this.Name = "ExtremumApp";            this.Text = "钢铁夹杂物极值分析";            this.Load += new System.EventHandler(this.ExtremumApp_Load);            this.ResumeLayout(false);        }        #endregion        private System.Windows.Forms.Ribbon ribbon1;        public System.Windows.Forms.RibbonButton rbOpen;        public System.Windows.Forms.RibbonButton rbAllImage;        public System.Windows.Forms.RibbonButton rbWidthImage;        public System.Windows.Forms.RibbonButton rbCircular;        public System.Windows.Forms.RibbonButton rbReverseSelection;        public System.Windows.Forms.RibbonButton rbRectangle;        public System.Windows.Forms.RibbonButton rbCancel;        public System.Windows.Forms.RibbonPanel rbChoiceTools;        private System.Windows.Forms.RibbonTab rbtab1;        private System.Windows.Forms.RibbonPanel rbpan1;        private System.Windows.Forms.RibbonPanel rbpan2;        private System.Windows.Forms.RibbonTab rbtab2;        private System.Windows.Forms.RibbonButton rbbtn1;        private System.Windows.Forms.RibbonButton rbbtn2;        private System.Windows.Forms.RibbonButton rbbtn3;        private System.Windows.Forms.RibbonButton rbbtn4;        private System.Windows.Forms.RibbonButton rbbtn5;        private System.Windows.Forms.RibbonPanel ribbonPanel3;           private System.Windows.Forms.RibbonPanel ribbonPanel4;        private System.Windows.Forms.RibbonPanel ribbonPanel5;        private System.Windows.Forms.RibbonButton ribbonButton7;        private System.Windows.Forms.RibbonButton ribbonButton8;        private System.Windows.Forms.RibbonButton ribbonButton9;        private System.Windows.Forms.RibbonButton ribbonButton10;        private System.Windows.Forms.RibbonButton ribbonButton11;        private System.Windows.Forms.RibbonButton ribbonButton12;        private System.Windows.Forms.RibbonButton ribbonButton13;        private System.Windows.Forms.RibbonButton rbbtntype;        private System.Windows.Forms.RibbonButton gbflA;        private System.Windows.Forms.RibbonButton gbflB;        private System.Windows.Forms.RibbonButton gbflC;        private System.Windows.Forms.RibbonButton gbflD;        private System.Windows.Forms.RibbonButton gbflDS;        private System.Windows.Forms.Panel panel1;        private System.Windows.Forms.RibbonButton fztype;        private System.Windows.Forms.RibbonButton ribbonButton15;        private System.Windows.Forms.RibbonButton ribbonButton16;        private System.Windows.Forms.RibbonButton ribbonButton17;        private System.Windows.Forms.RibbonButton ribbonButton18;        private System.Windows.Forms.RibbonButton ribbonButton19;        private System.Windows.Forms.Panel panel2;    }}
 |