ExtremumApp.Designer.cs 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608
  1. namespace OTSExtremum
  2. {
  3. partial class ExtremumApp
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ExtremumApp));
  29. this.ribbon1 = new System.Windows.Forms.Ribbon();
  30. this.rbtab1 = new System.Windows.Forms.RibbonTab();
  31. this.rbpan1 = new System.Windows.Forms.RibbonPanel();
  32. this.rbbtn1 = new System.Windows.Forms.RibbonButton();
  33. this.rbbtn2 = new System.Windows.Forms.RibbonButton();
  34. this.rbbtn3 = new System.Windows.Forms.RibbonButton();
  35. this.rbbtntype = new System.Windows.Forms.RibbonButton();
  36. this.gbflA = new System.Windows.Forms.RibbonButton();
  37. this.gbflB = new System.Windows.Forms.RibbonButton();
  38. this.gbflC = new System.Windows.Forms.RibbonButton();
  39. this.gbflD = new System.Windows.Forms.RibbonButton();
  40. this.gbflDS = new System.Windows.Forms.RibbonButton();
  41. this.rbpan2 = new System.Windows.Forms.RibbonPanel();
  42. this.rbbtn4 = new System.Windows.Forms.RibbonButton();
  43. this.rbbtn5 = new System.Windows.Forms.RibbonButton();
  44. this.rbtab2 = new System.Windows.Forms.RibbonTab();
  45. this.ribbonPanel3 = new System.Windows.Forms.RibbonPanel();
  46. this.ribbonButton7 = new System.Windows.Forms.RibbonButton();
  47. this.ribbonButton8 = new System.Windows.Forms.RibbonButton();
  48. this.ribbonPanel4 = new System.Windows.Forms.RibbonPanel();
  49. this.ribbonButton9 = new System.Windows.Forms.RibbonButton();
  50. this.ribbonButton10 = new System.Windows.Forms.RibbonButton();
  51. this.ribbonButton11 = new System.Windows.Forms.RibbonButton();
  52. this.fztype = new System.Windows.Forms.RibbonButton();
  53. this.ribbonButton15 = new System.Windows.Forms.RibbonButton();
  54. this.ribbonButton16 = new System.Windows.Forms.RibbonButton();
  55. this.ribbonButton17 = new System.Windows.Forms.RibbonButton();
  56. this.ribbonButton18 = new System.Windows.Forms.RibbonButton();
  57. this.ribbonButton19 = new System.Windows.Forms.RibbonButton();
  58. this.ribbonPanel5 = new System.Windows.Forms.RibbonPanel();
  59. this.ribbonButton12 = new System.Windows.Forms.RibbonButton();
  60. this.ribbonButton13 = new System.Windows.Forms.RibbonButton();
  61. this.panel1 = new System.Windows.Forms.Panel();
  62. this.panel2 = new System.Windows.Forms.Panel();
  63. this.SuspendLayout();
  64. //
  65. // ribbon1
  66. //
  67. this.ribbon1.Font = new System.Drawing.Font("微软雅黑", 9F);
  68. this.ribbon1.Location = new System.Drawing.Point(0, 0);
  69. this.ribbon1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  70. this.ribbon1.Minimized = false;
  71. this.ribbon1.Name = "ribbon1";
  72. //
  73. //
  74. //
  75. this.ribbon1.OrbDropDown.BorderRoundness = 8;
  76. this.ribbon1.OrbDropDown.Location = new System.Drawing.Point(0, 0);
  77. this.ribbon1.OrbDropDown.Name = "";
  78. this.ribbon1.OrbDropDown.Size = new System.Drawing.Size(527, 72);
  79. this.ribbon1.OrbDropDown.TabIndex = 0;
  80. this.ribbon1.OrbImage = null;
  81. this.ribbon1.OrbVisible = false;
  82. this.ribbon1.QuickAccessVisible = false;
  83. //
  84. //
  85. //
  86. this.ribbon1.QuickAcessToolbar.DropDownButtonVisible = false;
  87. this.ribbon1.QuickAcessToolbar.Enabled = false;
  88. this.ribbon1.QuickAcessToolbar.Image = null;
  89. this.ribbon1.QuickAcessToolbar.Tag = null;
  90. this.ribbon1.QuickAcessToolbar.ToolTipImage = null;
  91. this.ribbon1.Size = new System.Drawing.Size(1092, 130);
  92. this.ribbon1.TabIndex = 0;
  93. this.ribbon1.Tabs.Add(this.rbtab1);
  94. this.ribbon1.Tabs.Add(this.rbtab2);
  95. this.ribbon1.TabSpacing = 6;
  96. //
  97. // rbtab1
  98. //
  99. this.rbtab1.Panels.Add(this.rbpan1);
  100. this.rbtab1.Panels.Add(this.rbpan2);
  101. this.rbtab1.Tag = null;
  102. this.rbtab1.Text = "单组数据";
  103. this.rbtab1.ActiveChanged += new System.EventHandler(this.rbtab1_ActiveChanged);
  104. //
  105. // rbpan1
  106. //
  107. this.rbpan1.ButtonMoreVisible = false;
  108. this.rbpan1.Items.Add(this.rbbtn1);
  109. this.rbpan1.Items.Add(this.rbbtn2);
  110. this.rbpan1.Items.Add(this.rbbtn3);
  111. this.rbpan1.Items.Add(this.rbbtntype);
  112. this.rbpan1.Tag = null;
  113. this.rbpan1.Text = "数据";
  114. //
  115. // rbbtn1
  116. //
  117. this.rbbtn1.AltKey = null;
  118. this.rbbtn1.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  119. this.rbbtn1.DropDownArrowSize = new System.Drawing.Size(5, 3);
  120. this.rbbtn1.Image = global::OTSExtremum.Properties.Resources.open_Size_32;
  121. this.rbbtn1.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbbtn1.SmallImage")));
  122. this.rbbtn1.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  123. this.rbbtn1.Tag = null;
  124. this.rbbtn1.Text = "打开";
  125. this.rbbtn1.ToolTip = "打开";
  126. this.rbbtn1.ToolTipImage = null;
  127. this.rbbtn1.ToolTipTitle = null;
  128. this.rbbtn1.Click += new System.EventHandler(this.btnAddFile_Click);
  129. //
  130. // rbbtn2
  131. //
  132. this.rbbtn2.AltKey = null;
  133. this.rbbtn2.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  134. this.rbbtn2.DropDownArrowSize = new System.Drawing.Size(5, 3);
  135. this.rbbtn2.Image = global::OTSExtremum.Properties.Resources.add_32px_520097_easyicon1;
  136. this.rbbtn2.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbbtn2.SmallImage")));
  137. this.rbbtn2.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  138. this.rbbtn2.Tag = null;
  139. this.rbbtn2.Text = "添加";
  140. this.rbbtn2.ToolTip = "添加数据";
  141. this.rbbtn2.ToolTipImage = null;
  142. this.rbbtn2.ToolTipTitle = null;
  143. this.rbbtn2.Click += new System.EventHandler(this.btnAddValue_Click);
  144. //
  145. // rbbtn3
  146. //
  147. this.rbbtn3.AltKey = null;
  148. this.rbbtn3.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  149. this.rbbtn3.DropDownArrowSize = new System.Drawing.Size(5, 3);
  150. this.rbbtn3.Image = global::OTSExtremum.Properties.Resources.stop_32px_520119_easyicon_net;
  151. this.rbbtn3.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbbtn3.SmallImage")));
  152. this.rbbtn3.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  153. this.rbbtn3.Tag = null;
  154. this.rbbtn3.Text = "删除";
  155. this.rbbtn3.ToolTip = "删除数据";
  156. this.rbbtn3.ToolTipImage = null;
  157. this.rbbtn3.ToolTipTitle = null;
  158. this.rbbtn3.Click += new System.EventHandler(this.btnDel_Click);
  159. //
  160. // rbbtntype
  161. //
  162. this.rbbtntype.AltKey = null;
  163. this.rbbtntype.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  164. this.rbbtntype.DropDownArrowSize = new System.Drawing.Size(5, 3);
  165. this.rbbtntype.DropDownItems.Add(this.gbflA);
  166. this.rbbtntype.DropDownItems.Add(this.gbflB);
  167. this.rbbtntype.DropDownItems.Add(this.gbflC);
  168. this.rbbtntype.DropDownItems.Add(this.gbflD);
  169. this.rbbtntype.DropDownItems.Add(this.gbflDS);
  170. this.rbbtntype.Image = global::OTSExtremum.Properties.Resources.A1;
  171. this.rbbtntype.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbbtntype.SmallImage")));
  172. this.rbbtntype.Style = System.Windows.Forms.RibbonButtonStyle.SplitDropDown;
  173. this.rbbtntype.Tag = null;
  174. this.rbbtntype.Text = "分类";
  175. this.rbbtntype.ToolTip = null;
  176. this.rbbtntype.ToolTipImage = null;
  177. this.rbbtntype.ToolTipTitle = null;
  178. //
  179. // gbflA
  180. //
  181. this.gbflA.AltKey = null;
  182. this.gbflA.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  183. this.gbflA.DropDownArrowSize = new System.Drawing.Size(5, 3);
  184. this.gbflA.Image = ((System.Drawing.Image)(resources.GetObject("gbflA.Image")));
  185. this.gbflA.SmallImage = ((System.Drawing.Image)(resources.GetObject("gbflA.SmallImage")));
  186. this.gbflA.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  187. this.gbflA.Tag = null;
  188. this.gbflA.Text = "A";
  189. this.gbflA.ToolTip = null;
  190. this.gbflA.ToolTipImage = null;
  191. this.gbflA.ToolTipTitle = null;
  192. this.gbflA.Click += new System.EventHandler(this.gbflA_Click);
  193. //
  194. // gbflB
  195. //
  196. this.gbflB.AltKey = null;
  197. this.gbflB.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  198. this.gbflB.DropDownArrowSize = new System.Drawing.Size(5, 3);
  199. this.gbflB.Image = ((System.Drawing.Image)(resources.GetObject("gbflB.Image")));
  200. this.gbflB.SmallImage = ((System.Drawing.Image)(resources.GetObject("gbflB.SmallImage")));
  201. this.gbflB.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  202. this.gbflB.Tag = null;
  203. this.gbflB.Text = "B";
  204. this.gbflB.ToolTip = null;
  205. this.gbflB.ToolTipImage = null;
  206. this.gbflB.ToolTipTitle = null;
  207. this.gbflB.Click += new System.EventHandler(this.gbflB_Click);
  208. //
  209. // gbflC
  210. //
  211. this.gbflC.AltKey = null;
  212. this.gbflC.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  213. this.gbflC.DropDownArrowSize = new System.Drawing.Size(5, 3);
  214. this.gbflC.Image = ((System.Drawing.Image)(resources.GetObject("gbflC.Image")));
  215. this.gbflC.SmallImage = ((System.Drawing.Image)(resources.GetObject("gbflC.SmallImage")));
  216. this.gbflC.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  217. this.gbflC.Tag = null;
  218. this.gbflC.Text = "C";
  219. this.gbflC.ToolTip = null;
  220. this.gbflC.ToolTipImage = null;
  221. this.gbflC.ToolTipTitle = null;
  222. this.gbflC.Click += new System.EventHandler(this.gbflC_Click);
  223. //
  224. // gbflD
  225. //
  226. this.gbflD.AltKey = null;
  227. this.gbflD.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  228. this.gbflD.DropDownArrowSize = new System.Drawing.Size(5, 3);
  229. this.gbflD.Image = ((System.Drawing.Image)(resources.GetObject("gbflD.Image")));
  230. this.gbflD.SmallImage = ((System.Drawing.Image)(resources.GetObject("gbflD.SmallImage")));
  231. this.gbflD.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  232. this.gbflD.Tag = null;
  233. this.gbflD.Text = "D";
  234. this.gbflD.ToolTip = null;
  235. this.gbflD.ToolTipImage = null;
  236. this.gbflD.ToolTipTitle = null;
  237. this.gbflD.Click += new System.EventHandler(this.gbflD_Click);
  238. //
  239. // gbflDS
  240. //
  241. this.gbflDS.AltKey = null;
  242. this.gbflDS.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  243. this.gbflDS.DropDownArrowSize = new System.Drawing.Size(5, 3);
  244. this.gbflDS.Image = ((System.Drawing.Image)(resources.GetObject("gbflDS.Image")));
  245. this.gbflDS.SmallImage = ((System.Drawing.Image)(resources.GetObject("gbflDS.SmallImage")));
  246. this.gbflDS.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  247. this.gbflDS.Tag = null;
  248. this.gbflDS.Text = "DS";
  249. this.gbflDS.ToolTip = null;
  250. this.gbflDS.ToolTipImage = null;
  251. this.gbflDS.ToolTipTitle = null;
  252. this.gbflDS.Click += new System.EventHandler(this.gbflDS_Click);
  253. //
  254. // rbpan2
  255. //
  256. this.rbpan2.ButtonMoreVisible = false;
  257. this.rbpan2.Items.Add(this.rbbtn4);
  258. this.rbpan2.Items.Add(this.rbbtn5);
  259. this.rbpan2.Tag = null;
  260. this.rbpan2.Text = "操作";
  261. //
  262. // rbbtn4
  263. //
  264. this.rbbtn4.AltKey = null;
  265. this.rbbtn4.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  266. this.rbbtn4.DropDownArrowSize = new System.Drawing.Size(5, 3);
  267. this.rbbtn4.Image = global::OTSExtremum.Properties.Resources.page_zoom_32px_572021_easyicon_net__1_;
  268. this.rbbtn4.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbbtn4.SmallImage")));
  269. this.rbbtn4.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  270. this.rbbtn4.Tag = null;
  271. this.rbbtn4.Text = "检测";
  272. this.rbbtn4.ToolTip = "有效性";
  273. this.rbbtn4.ToolTipImage = global::OTSExtremum.Properties.Resources.add_32px_520097_easyicon_net;
  274. this.rbbtn4.ToolTipTitle = "1";
  275. this.rbbtn4.Click += new System.EventHandler(this.btnCheck_Click);
  276. //
  277. // rbbtn5
  278. //
  279. this.rbbtn5.AltKey = null;
  280. this.rbbtn5.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  281. this.rbbtn5.DropDownArrowSize = new System.Drawing.Size(5, 3);
  282. this.rbbtn5.Image = global::OTSExtremum.Properties.Resources.start_here_32px_572110_easyicon_net;
  283. this.rbbtn5.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbbtn5.SmallImage")));
  284. this.rbbtn5.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  285. this.rbbtn5.Tag = null;
  286. this.rbbtn5.Text = "分析";
  287. this.rbbtn5.ToolTip = "分析";
  288. this.rbbtn5.ToolTipImage = null;
  289. this.rbbtn5.ToolTipTitle = null;
  290. this.rbbtn5.Click += new System.EventHandler(this.btnCompute_Click);
  291. //
  292. // rbtab2
  293. //
  294. this.rbtab2.Panels.Add(this.ribbonPanel3);
  295. this.rbtab2.Panels.Add(this.ribbonPanel4);
  296. this.rbtab2.Panels.Add(this.ribbonPanel5);
  297. this.rbtab2.Tag = null;
  298. this.rbtab2.Text = "多组数据";
  299. this.rbtab2.ActiveChanged += new System.EventHandler(this.rbtab2_ActiveChanged);
  300. //
  301. // ribbonPanel3
  302. //
  303. this.ribbonPanel3.ButtonMoreVisible = false;
  304. this.ribbonPanel3.Items.Add(this.ribbonButton7);
  305. this.ribbonPanel3.Items.Add(this.ribbonButton8);
  306. this.ribbonPanel3.Tag = null;
  307. this.ribbonPanel3.Text = "分组";
  308. //
  309. // ribbonButton7
  310. //
  311. this.ribbonButton7.AltKey = null;
  312. this.ribbonButton7.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  313. this.ribbonButton7.DropDownArrowSize = new System.Drawing.Size(5, 3);
  314. this.ribbonButton7.Image = global::OTSExtremum.Properties.Resources.添加32;
  315. this.ribbonButton7.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton7.SmallImage")));
  316. this.ribbonButton7.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  317. this.ribbonButton7.Tag = null;
  318. this.ribbonButton7.Text = "添加";
  319. this.ribbonButton7.ToolTip = null;
  320. this.ribbonButton7.ToolTipImage = null;
  321. this.ribbonButton7.ToolTipTitle = null;
  322. this.ribbonButton7.Click += new System.EventHandler(this.btnGroup_Click);
  323. //
  324. // ribbonButton8
  325. //
  326. this.ribbonButton8.AltKey = null;
  327. this.ribbonButton8.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  328. this.ribbonButton8.DropDownArrowSize = new System.Drawing.Size(5, 3);
  329. this.ribbonButton8.Image = global::OTSExtremum.Properties.Resources.删除32;
  330. this.ribbonButton8.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton8.SmallImage")));
  331. this.ribbonButton8.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  332. this.ribbonButton8.Tag = null;
  333. this.ribbonButton8.Text = "删除";
  334. this.ribbonButton8.ToolTip = null;
  335. this.ribbonButton8.ToolTipImage = null;
  336. this.ribbonButton8.ToolTipTitle = null;
  337. this.ribbonButton8.Click += new System.EventHandler(this.btnDelGrp_Click);
  338. //
  339. // ribbonPanel4
  340. //
  341. this.ribbonPanel4.ButtonMoreVisible = false;
  342. this.ribbonPanel4.Items.Add(this.ribbonButton9);
  343. this.ribbonPanel4.Items.Add(this.ribbonButton10);
  344. this.ribbonPanel4.Items.Add(this.ribbonButton11);
  345. this.ribbonPanel4.Items.Add(this.fztype);
  346. this.ribbonPanel4.Tag = null;
  347. this.ribbonPanel4.Text = "数据";
  348. //
  349. // ribbonButton9
  350. //
  351. this.ribbonButton9.AltKey = null;
  352. this.ribbonButton9.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  353. this.ribbonButton9.DropDownArrowSize = new System.Drawing.Size(5, 3);
  354. this.ribbonButton9.Image = global::OTSExtremum.Properties.Resources.open_Size_32;
  355. this.ribbonButton9.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton9.SmallImage")));
  356. this.ribbonButton9.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  357. this.ribbonButton9.Tag = null;
  358. this.ribbonButton9.Text = "打开";
  359. this.ribbonButton9.ToolTip = null;
  360. this.ribbonButton9.ToolTipImage = null;
  361. this.ribbonButton9.ToolTipTitle = null;
  362. this.ribbonButton9.Click += new System.EventHandler(this.btnAddFileGroup_Click);
  363. //
  364. // ribbonButton10
  365. //
  366. this.ribbonButton10.AltKey = null;
  367. this.ribbonButton10.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  368. this.ribbonButton10.DropDownArrowSize = new System.Drawing.Size(5, 3);
  369. this.ribbonButton10.Image = global::OTSExtremum.Properties.Resources.add_32px_520097_easyicon1;
  370. this.ribbonButton10.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton10.SmallImage")));
  371. this.ribbonButton10.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  372. this.ribbonButton10.Tag = null;
  373. this.ribbonButton10.Text = "添加";
  374. this.ribbonButton10.ToolTip = null;
  375. this.ribbonButton10.ToolTipImage = null;
  376. this.ribbonButton10.ToolTipTitle = null;
  377. this.ribbonButton10.Click += new System.EventHandler(this.btnAddValueGroup_Click);
  378. //
  379. // ribbonButton11
  380. //
  381. this.ribbonButton11.AltKey = null;
  382. this.ribbonButton11.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  383. this.ribbonButton11.DropDownArrowSize = new System.Drawing.Size(5, 3);
  384. this.ribbonButton11.Image = global::OTSExtremum.Properties.Resources.stop_32px_520119_easyicon_net;
  385. this.ribbonButton11.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton11.SmallImage")));
  386. this.ribbonButton11.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  387. this.ribbonButton11.Tag = null;
  388. this.ribbonButton11.Text = "删除";
  389. this.ribbonButton11.ToolTip = null;
  390. this.ribbonButton11.ToolTipImage = null;
  391. this.ribbonButton11.ToolTipTitle = null;
  392. this.ribbonButton11.Click += new System.EventHandler(this.btnDelGroup_Click);
  393. //
  394. // fztype
  395. //
  396. this.fztype.AltKey = null;
  397. this.fztype.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  398. this.fztype.DropDownArrowSize = new System.Drawing.Size(5, 3);
  399. this.fztype.DropDownItems.Add(this.ribbonButton15);
  400. this.fztype.DropDownItems.Add(this.ribbonButton16);
  401. this.fztype.DropDownItems.Add(this.ribbonButton17);
  402. this.fztype.DropDownItems.Add(this.ribbonButton18);
  403. this.fztype.DropDownItems.Add(this.ribbonButton19);
  404. this.fztype.Image = global::OTSExtremum.Properties.Resources.A1;
  405. this.fztype.SmallImage = ((System.Drawing.Image)(resources.GetObject("fztype.SmallImage")));
  406. this.fztype.Style = System.Windows.Forms.RibbonButtonStyle.SplitDropDown;
  407. this.fztype.Tag = null;
  408. this.fztype.Text = "分类";
  409. this.fztype.ToolTip = null;
  410. this.fztype.ToolTipImage = null;
  411. this.fztype.ToolTipTitle = null;
  412. //
  413. // ribbonButton15
  414. //
  415. this.ribbonButton15.AltKey = null;
  416. this.ribbonButton15.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  417. this.ribbonButton15.DropDownArrowSize = new System.Drawing.Size(5, 3);
  418. this.ribbonButton15.Image = ((System.Drawing.Image)(resources.GetObject("ribbonButton15.Image")));
  419. this.ribbonButton15.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton15.SmallImage")));
  420. this.ribbonButton15.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  421. this.ribbonButton15.Tag = null;
  422. this.ribbonButton15.Text = "A";
  423. this.ribbonButton15.ToolTip = null;
  424. this.ribbonButton15.ToolTipImage = null;
  425. this.ribbonButton15.ToolTipTitle = null;
  426. this.ribbonButton15.Click += new System.EventHandler(this.fzflA_Click);
  427. //
  428. // ribbonButton16
  429. //
  430. this.ribbonButton16.AltKey = null;
  431. this.ribbonButton16.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  432. this.ribbonButton16.DropDownArrowSize = new System.Drawing.Size(5, 3);
  433. this.ribbonButton16.Image = ((System.Drawing.Image)(resources.GetObject("ribbonButton16.Image")));
  434. this.ribbonButton16.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton16.SmallImage")));
  435. this.ribbonButton16.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  436. this.ribbonButton16.Tag = null;
  437. this.ribbonButton16.Text = "B";
  438. this.ribbonButton16.ToolTip = null;
  439. this.ribbonButton16.ToolTipImage = null;
  440. this.ribbonButton16.ToolTipTitle = null;
  441. this.ribbonButton16.Click += new System.EventHandler(this.fzflB_Click);
  442. //
  443. // ribbonButton17
  444. //
  445. this.ribbonButton17.AltKey = null;
  446. this.ribbonButton17.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  447. this.ribbonButton17.DropDownArrowSize = new System.Drawing.Size(5, 3);
  448. this.ribbonButton17.Image = ((System.Drawing.Image)(resources.GetObject("ribbonButton17.Image")));
  449. this.ribbonButton17.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton17.SmallImage")));
  450. this.ribbonButton17.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  451. this.ribbonButton17.Tag = null;
  452. this.ribbonButton17.Text = "C";
  453. this.ribbonButton17.ToolTip = null;
  454. this.ribbonButton17.ToolTipImage = null;
  455. this.ribbonButton17.ToolTipTitle = null;
  456. this.ribbonButton17.Click += new System.EventHandler(this.fzflC_Click);
  457. //
  458. // ribbonButton18
  459. //
  460. this.ribbonButton18.AltKey = null;
  461. this.ribbonButton18.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  462. this.ribbonButton18.DropDownArrowSize = new System.Drawing.Size(5, 3);
  463. this.ribbonButton18.Image = ((System.Drawing.Image)(resources.GetObject("ribbonButton18.Image")));
  464. this.ribbonButton18.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton18.SmallImage")));
  465. this.ribbonButton18.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  466. this.ribbonButton18.Tag = null;
  467. this.ribbonButton18.Text = "D";
  468. this.ribbonButton18.ToolTip = null;
  469. this.ribbonButton18.ToolTipImage = null;
  470. this.ribbonButton18.ToolTipTitle = null;
  471. this.ribbonButton18.Click += new System.EventHandler(this.fzflD_Click);
  472. //
  473. // ribbonButton19
  474. //
  475. this.ribbonButton19.AltKey = null;
  476. this.ribbonButton19.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  477. this.ribbonButton19.DropDownArrowSize = new System.Drawing.Size(5, 3);
  478. this.ribbonButton19.Image = ((System.Drawing.Image)(resources.GetObject("ribbonButton19.Image")));
  479. this.ribbonButton19.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton19.SmallImage")));
  480. this.ribbonButton19.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  481. this.ribbonButton19.Tag = null;
  482. this.ribbonButton19.Text = "DS";
  483. this.ribbonButton19.ToolTip = null;
  484. this.ribbonButton19.ToolTipImage = null;
  485. this.ribbonButton19.ToolTipTitle = null;
  486. this.ribbonButton19.Click += new System.EventHandler(this.fzflDS_Click);
  487. //
  488. // ribbonPanel5
  489. //
  490. this.ribbonPanel5.ButtonMoreVisible = false;
  491. this.ribbonPanel5.Items.Add(this.ribbonButton12);
  492. this.ribbonPanel5.Items.Add(this.ribbonButton13);
  493. this.ribbonPanel5.Tag = null;
  494. this.ribbonPanel5.Text = "分析";
  495. //
  496. // ribbonButton12
  497. //
  498. this.ribbonButton12.AltKey = null;
  499. this.ribbonButton12.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  500. this.ribbonButton12.DropDownArrowSize = new System.Drawing.Size(5, 3);
  501. this.ribbonButton12.Image = global::OTSExtremum.Properties.Resources.page_zoom_32px_572021_easyicon_net__1_;
  502. this.ribbonButton12.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton12.SmallImage")));
  503. this.ribbonButton12.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  504. this.ribbonButton12.Tag = null;
  505. this.ribbonButton12.Text = "检测";
  506. this.ribbonButton12.ToolTip = null;
  507. this.ribbonButton12.ToolTipImage = null;
  508. this.ribbonButton12.ToolTipTitle = null;
  509. this.ribbonButton12.Click += new System.EventHandler(this.btnCheckGroup_Click);
  510. //
  511. // ribbonButton13
  512. //
  513. this.ribbonButton13.AltKey = null;
  514. this.ribbonButton13.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  515. this.ribbonButton13.DropDownArrowSize = new System.Drawing.Size(5, 3);
  516. this.ribbonButton13.Image = global::OTSExtremum.Properties.Resources.start_here_32px_572110_easyicon_net;
  517. this.ribbonButton13.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton13.SmallImage")));
  518. this.ribbonButton13.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  519. this.ribbonButton13.Tag = null;
  520. this.ribbonButton13.Text = "分析";
  521. this.ribbonButton13.ToolTip = null;
  522. this.ribbonButton13.ToolTipImage = null;
  523. this.ribbonButton13.ToolTipTitle = null;
  524. this.ribbonButton13.Click += new System.EventHandler(this.btnComputeGroup_Click);
  525. //
  526. // panel1
  527. //
  528. this.panel1.Location = new System.Drawing.Point(0, 87);
  529. this.panel1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  530. this.panel1.Name = "panel1";
  531. this.panel1.Size = new System.Drawing.Size(1092, 157);
  532. this.panel1.TabIndex = 1;
  533. //
  534. // panel2
  535. //
  536. this.panel2.Location = new System.Drawing.Point(0, 253);
  537. this.panel2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  538. this.panel2.Name = "panel2";
  539. this.panel2.Size = new System.Drawing.Size(1092, 158);
  540. this.panel2.TabIndex = 2;
  541. //
  542. // ExtremumApp
  543. //
  544. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  545. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  546. this.ClientSize = new System.Drawing.Size(1092, 443);
  547. this.Controls.Add(this.panel2);
  548. this.Controls.Add(this.panel1);
  549. this.Controls.Add(this.ribbon1);
  550. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  551. this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  552. this.Name = "ExtremumApp";
  553. this.Text = "钢铁夹杂物极值分析";
  554. this.Load += new System.EventHandler(this.ExtremumApp_Load);
  555. this.ResumeLayout(false);
  556. }
  557. #endregion
  558. private System.Windows.Forms.Ribbon ribbon1;
  559. public System.Windows.Forms.RibbonButton rbOpen;
  560. public System.Windows.Forms.RibbonButton rbAllImage;
  561. public System.Windows.Forms.RibbonButton rbWidthImage;
  562. public System.Windows.Forms.RibbonButton rbCircular;
  563. public System.Windows.Forms.RibbonButton rbReverseSelection;
  564. public System.Windows.Forms.RibbonButton rbRectangle;
  565. public System.Windows.Forms.RibbonButton rbCancel;
  566. public System.Windows.Forms.RibbonPanel rbChoiceTools;
  567. private System.Windows.Forms.RibbonTab rbtab1;
  568. private System.Windows.Forms.RibbonPanel rbpan1;
  569. private System.Windows.Forms.RibbonPanel rbpan2;
  570. private System.Windows.Forms.RibbonTab rbtab2;
  571. private System.Windows.Forms.RibbonButton rbbtn1;
  572. private System.Windows.Forms.RibbonButton rbbtn2;
  573. private System.Windows.Forms.RibbonButton rbbtn3;
  574. private System.Windows.Forms.RibbonButton rbbtn4;
  575. private System.Windows.Forms.RibbonButton rbbtn5;
  576. private System.Windows.Forms.RibbonPanel ribbonPanel3;
  577. private System.Windows.Forms.RibbonPanel ribbonPanel4;
  578. private System.Windows.Forms.RibbonPanel ribbonPanel5;
  579. private System.Windows.Forms.RibbonButton ribbonButton7;
  580. private System.Windows.Forms.RibbonButton ribbonButton8;
  581. private System.Windows.Forms.RibbonButton ribbonButton9;
  582. private System.Windows.Forms.RibbonButton ribbonButton10;
  583. private System.Windows.Forms.RibbonButton ribbonButton11;
  584. private System.Windows.Forms.RibbonButton ribbonButton12;
  585. private System.Windows.Forms.RibbonButton ribbonButton13;
  586. private System.Windows.Forms.RibbonButton rbbtntype;
  587. private System.Windows.Forms.RibbonButton gbflA;
  588. private System.Windows.Forms.RibbonButton gbflB;
  589. private System.Windows.Forms.RibbonButton gbflC;
  590. private System.Windows.Forms.RibbonButton gbflD;
  591. private System.Windows.Forms.RibbonButton gbflDS;
  592. private System.Windows.Forms.Panel panel1;
  593. private System.Windows.Forms.RibbonButton fztype;
  594. private System.Windows.Forms.RibbonButton ribbonButton15;
  595. private System.Windows.Forms.RibbonButton ribbonButton16;
  596. private System.Windows.Forms.RibbonButton ribbonButton17;
  597. private System.Windows.Forms.RibbonButton ribbonButton18;
  598. private System.Windows.Forms.RibbonButton ribbonButton19;
  599. private System.Windows.Forms.Panel panel2;
  600. }
  601. }