frmReportApp.Designer.cs 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724
  1. namespace OTSIncAReportApp
  2. {
  3. partial class frmReportApp
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.Windows.Forms.RibbonPanel ribbonPanel1;
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmReportApp));
  31. OTS.WinFormsUI.Docking.DockPanelSkin dockPanelSkin1 = new OTS.WinFormsUI.Docking.DockPanelSkin();
  32. OTS.WinFormsUI.Docking.AutoHideStripSkin autoHideStripSkin1 = new OTS.WinFormsUI.Docking.AutoHideStripSkin();
  33. OTS.WinFormsUI.Docking.DockPanelGradient dockPanelGradient1 = new OTS.WinFormsUI.Docking.DockPanelGradient();
  34. OTS.WinFormsUI.Docking.TabGradient tabGradient1 = new OTS.WinFormsUI.Docking.TabGradient();
  35. OTS.WinFormsUI.Docking.DockPaneStripSkin dockPaneStripSkin1 = new OTS.WinFormsUI.Docking.DockPaneStripSkin();
  36. OTS.WinFormsUI.Docking.DockPaneStripGradient dockPaneStripGradient1 = new OTS.WinFormsUI.Docking.DockPaneStripGradient();
  37. OTS.WinFormsUI.Docking.TabGradient tabGradient2 = new OTS.WinFormsUI.Docking.TabGradient();
  38. OTS.WinFormsUI.Docking.DockPanelGradient dockPanelGradient2 = new OTS.WinFormsUI.Docking.DockPanelGradient();
  39. OTS.WinFormsUI.Docking.TabGradient tabGradient3 = new OTS.WinFormsUI.Docking.TabGradient();
  40. OTS.WinFormsUI.Docking.DockPaneStripToolWindowGradient dockPaneStripToolWindowGradient1 = new OTS.WinFormsUI.Docking.DockPaneStripToolWindowGradient();
  41. OTS.WinFormsUI.Docking.TabGradient tabGradient4 = new OTS.WinFormsUI.Docking.TabGradient();
  42. OTS.WinFormsUI.Docking.TabGradient tabGradient5 = new OTS.WinFormsUI.Docking.TabGradient();
  43. OTS.WinFormsUI.Docking.DockPanelGradient dockPanelGradient3 = new OTS.WinFormsUI.Docking.DockPanelGradient();
  44. OTS.WinFormsUI.Docking.TabGradient tabGradient6 = new OTS.WinFormsUI.Docking.TabGradient();
  45. OTS.WinFormsUI.Docking.TabGradient tabGradient7 = new OTS.WinFormsUI.Docking.TabGradient();
  46. this.rbSave = new System.Windows.Forms.RibbonButton();
  47. this.rbSaveAs = new System.Windows.Forms.RibbonButton();
  48. this.rbOut = new System.Windows.Forms.RibbonButton();
  49. this.ribbonButton2 = new System.Windows.Forms.RibbonButton();
  50. this.rbOpen = new System.Windows.Forms.RibbonButton();
  51. this.ribbonButton1 = new System.Windows.Forms.RibbonButton();
  52. this.ribbon1 = new System.Windows.Forms.Ribbon();
  53. this.dpbOpen = new System.Windows.Forms.RibbonOrbMenuItem();
  54. this.dpbExport = new System.Windows.Forms.RibbonOrbMenuItem();
  55. this.dpbCopy = new System.Windows.Forms.RibbonOrbMenuItem();
  56. this.dpbCopyAll = new System.Windows.Forms.RibbonOrbMenuItem();
  57. this.ribbonOrbMenuItem_Extremum = new System.Windows.Forms.RibbonOrbMenuItem();
  58. this.ribbonOrbOptionButton1 = new System.Windows.Forms.RibbonOrbOptionButton();
  59. this.ribbonOrbRecentItem1 = new System.Windows.Forms.RibbonOrbRecentItem();
  60. this.ribbonTab1 = new System.Windows.Forms.RibbonTab();
  61. this.ribbonPanel3 = new System.Windows.Forms.RibbonPanel();
  62. this.rbSelTool = new System.Windows.Forms.RibbonPanel();
  63. this.rbAllImage = new System.Windows.Forms.RibbonButton();
  64. this.rbWidthImage = new System.Windows.Forms.RibbonButton();
  65. this.rbChoiceTools = new System.Windows.Forms.RibbonPanel();
  66. this.rbReverseSelection = new System.Windows.Forms.RibbonButton();
  67. this.rbCircular = new System.Windows.Forms.RibbonButton();
  68. this.rbRectangle = new System.Windows.Forms.RibbonButton();
  69. this.rbCancel = new System.Windows.Forms.RibbonButton();
  70. this.rbMenu = new System.Windows.Forms.RibbonTab();
  71. this.ribbonPanel2 = new System.Windows.Forms.RibbonPanel();
  72. this.rbFrame = new System.Windows.Forms.RibbonButton();
  73. this.rbStaff = new System.Windows.Forms.RibbonButton();
  74. this.rbRenew = new System.Windows.Forms.RibbonButton();
  75. this.rbGB1 = new System.Windows.Forms.RibbonButton();
  76. this.rbGB2 = new System.Windows.Forms.RibbonButton();
  77. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  78. this.RSGrayVal = new System.Windows.Forms.ToolStripStatusLabel();
  79. this.mouseMatter = new System.Windows.Forms.ToolStripStatusLabel();
  80. this.DockWindowPanel = new OTS.WinFormsUI.Docking.DockPanel();
  81. this.ribbonOrbMenuItem5 = new System.Windows.Forms.RibbonOrbMenuItem();
  82. this.ribbonOrbMenuItem7 = new System.Windows.Forms.RibbonOrbMenuItem();
  83. this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
  84. ribbonPanel1 = new System.Windows.Forms.RibbonPanel();
  85. this.statusStrip1.SuspendLayout();
  86. this.SuspendLayout();
  87. //
  88. // ribbonPanel1
  89. //
  90. ribbonPanel1.Tag = null;
  91. ribbonPanel1.Text = null;
  92. //
  93. // rbSave
  94. //
  95. this.rbSave.AltKey = null;
  96. this.rbSave.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  97. this.rbSave.DropDownArrowSize = new System.Drawing.Size(5, 3);
  98. this.rbSave.Image = ((System.Drawing.Image)(resources.GetObject("rbSave.Image")));
  99. this.rbSave.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbSave.SmallImage")));
  100. this.rbSave.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  101. this.rbSave.Tag = null;
  102. this.rbSave.Text = null;
  103. this.rbSave.ToolTip = null;
  104. this.rbSave.ToolTipImage = null;
  105. this.rbSave.ToolTipTitle = null;
  106. //
  107. // rbSaveAs
  108. //
  109. this.rbSaveAs.AltKey = null;
  110. this.rbSaveAs.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  111. this.rbSaveAs.DropDownArrowSize = new System.Drawing.Size(5, 3);
  112. this.rbSaveAs.Image = ((System.Drawing.Image)(resources.GetObject("rbSaveAs.Image")));
  113. this.rbSaveAs.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbSaveAs.SmallImage")));
  114. this.rbSaveAs.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  115. this.rbSaveAs.Tag = null;
  116. this.rbSaveAs.Text = null;
  117. this.rbSaveAs.ToolTip = null;
  118. this.rbSaveAs.ToolTipImage = null;
  119. this.rbSaveAs.ToolTipTitle = null;
  120. //
  121. // rbOut
  122. //
  123. this.rbOut.AltKey = null;
  124. this.rbOut.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  125. this.rbOut.DropDownArrowSize = new System.Drawing.Size(5, 3);
  126. this.rbOut.Image = ((System.Drawing.Image)(resources.GetObject("rbOut.Image")));
  127. this.rbOut.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbOut.SmallImage")));
  128. this.rbOut.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  129. this.rbOut.Tag = null;
  130. this.rbOut.Text = null;
  131. this.rbOut.ToolTip = null;
  132. this.rbOut.ToolTipImage = null;
  133. this.rbOut.ToolTipTitle = null;
  134. //
  135. // ribbonButton2
  136. //
  137. this.ribbonButton2.AltKey = null;
  138. this.ribbonButton2.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  139. this.ribbonButton2.DropDownArrowSize = new System.Drawing.Size(5, 3);
  140. this.ribbonButton2.Image = ((System.Drawing.Image)(resources.GetObject("ribbonButton2.Image")));
  141. this.ribbonButton2.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton2.SmallImage")));
  142. this.ribbonButton2.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  143. this.ribbonButton2.Tag = null;
  144. this.ribbonButton2.Text = null;
  145. this.ribbonButton2.ToolTip = null;
  146. this.ribbonButton2.ToolTipImage = null;
  147. this.ribbonButton2.ToolTipTitle = null;
  148. //
  149. // rbOpen
  150. //
  151. this.rbOpen.AltKey = null;
  152. this.rbOpen.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  153. this.rbOpen.DropDownArrowSize = new System.Drawing.Size(5, 3);
  154. this.rbOpen.DropDownItems.Add(this.ribbonButton1);
  155. this.rbOpen.Image = global::OTSIncAReportApp.Properties.Resources.open321;
  156. this.rbOpen.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbOpen.SmallImage")));
  157. this.rbOpen.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  158. this.rbOpen.Tag = "rbOpen";
  159. this.rbOpen.Text = "打开";
  160. this.rbOpen.ToolTip = "rbOpen";
  161. this.rbOpen.ToolTipImage = null;
  162. this.rbOpen.ToolTipTitle = "rbOpen";
  163. this.rbOpen.Click += new System.EventHandler(this.rbOpen_Click);
  164. //
  165. // ribbonButton1
  166. //
  167. this.ribbonButton1.AltKey = null;
  168. this.ribbonButton1.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  169. this.ribbonButton1.DropDownArrowSize = new System.Drawing.Size(5, 3);
  170. this.ribbonButton1.Image = ((System.Drawing.Image)(resources.GetObject("ribbonButton1.Image")));
  171. this.ribbonButton1.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton1.SmallImage")));
  172. this.ribbonButton1.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  173. this.ribbonButton1.Tag = null;
  174. this.ribbonButton1.Text = "ribbonButton1";
  175. this.ribbonButton1.ToolTip = null;
  176. this.ribbonButton1.ToolTipImage = null;
  177. this.ribbonButton1.ToolTipTitle = null;
  178. //
  179. // ribbon1
  180. //
  181. this.ribbon1.Font = new System.Drawing.Font("微软雅黑", 9F);
  182. this.ribbon1.Location = new System.Drawing.Point(0, 0);
  183. this.ribbon1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  184. this.ribbon1.Minimized = false;
  185. this.ribbon1.Name = "ribbon1";
  186. //
  187. //
  188. //
  189. this.ribbon1.OrbDropDown.BorderRoundness = 8;
  190. this.ribbon1.OrbDropDown.Location = new System.Drawing.Point(0, 0);
  191. this.ribbon1.OrbDropDown.MenuItems.Add(this.dpbOpen);
  192. this.ribbon1.OrbDropDown.MenuItems.Add(this.dpbExport);
  193. this.ribbon1.OrbDropDown.MenuItems.Add(this.dpbCopy);
  194. this.ribbon1.OrbDropDown.MenuItems.Add(this.dpbCopyAll);
  195. this.ribbon1.OrbDropDown.MenuItems.Add(this.ribbonOrbMenuItem_Extremum);
  196. this.ribbon1.OrbDropDown.Name = "";
  197. this.ribbon1.OrbDropDown.OptionItems.Add(this.ribbonOrbOptionButton1);
  198. this.ribbon1.OrbDropDown.RecentItems.Add(this.ribbonOrbRecentItem1);
  199. this.ribbon1.OrbDropDown.Size = new System.Drawing.Size(527, 292);
  200. this.ribbon1.OrbDropDown.TabIndex = 0;
  201. this.ribbon1.OrbImage = global::OTSIncAReportApp.Properties.Resources.logo_40;
  202. //
  203. //
  204. //
  205. this.ribbon1.QuickAcessToolbar.AltKey = null;
  206. this.ribbon1.QuickAcessToolbar.Image = null;
  207. this.ribbon1.QuickAcessToolbar.Tag = null;
  208. this.ribbon1.QuickAcessToolbar.Text = null;
  209. this.ribbon1.QuickAcessToolbar.ToolTip = null;
  210. this.ribbon1.QuickAcessToolbar.ToolTipImage = null;
  211. this.ribbon1.QuickAcessToolbar.ToolTipTitle = null;
  212. this.ribbon1.Size = new System.Drawing.Size(1914, 130);
  213. this.ribbon1.TabIndex = 0;
  214. this.ribbon1.Tabs.Add(this.ribbonTab1);
  215. this.ribbon1.Tabs.Add(this.rbMenu);
  216. this.ribbon1.TabSpacing = 6;
  217. this.ribbon1.Text = "ribbon1";
  218. //
  219. // dpbOpen
  220. //
  221. this.dpbOpen.AltKey = null;
  222. this.dpbOpen.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  223. this.dpbOpen.DropDownArrowSize = new System.Drawing.Size(5, 3);
  224. this.dpbOpen.Image = global::OTSIncAReportApp.Properties.Resources.open_Size_32;
  225. this.dpbOpen.SmallImage = global::OTSIncAReportApp.Properties.Resources.open_Size_32;
  226. this.dpbOpen.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  227. this.dpbOpen.Tag = null;
  228. this.dpbOpen.Text = "打开项目文件";
  229. this.dpbOpen.ToolTip = null;
  230. this.dpbOpen.ToolTipImage = null;
  231. this.dpbOpen.ToolTipTitle = null;
  232. this.dpbOpen.Click += new System.EventHandler(this.dpbOpen_Click);
  233. //
  234. // dpbExport
  235. //
  236. this.dpbExport.AltKey = null;
  237. this.dpbExport.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  238. this.dpbExport.DropDownArrowSize = new System.Drawing.Size(5, 3);
  239. this.dpbExport.Image = global::OTSIncAReportApp.Properties.Resources.export_Size_32;
  240. this.dpbExport.SmallImage = global::OTSIncAReportApp.Properties.Resources.export_Size_32;
  241. this.dpbExport.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  242. this.dpbExport.Tag = null;
  243. this.dpbExport.Text = "输出";
  244. this.dpbExport.ToolTip = null;
  245. this.dpbExport.ToolTipImage = null;
  246. this.dpbExport.ToolTipTitle = null;
  247. this.dpbExport.Click += new System.EventHandler(this.ribbonOrbMenuItem4_Click);
  248. //
  249. // dpbCopy
  250. //
  251. this.dpbCopy.AltKey = null;
  252. this.dpbCopy.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  253. this.dpbCopy.DropDownArrowSize = new System.Drawing.Size(5, 3);
  254. this.dpbCopy.Image = global::OTSIncAReportApp.Properties.Resources.复制32;
  255. this.dpbCopy.SmallImage = global::OTSIncAReportApp.Properties.Resources.复制32;
  256. this.dpbCopy.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  257. this.dpbCopy.Tag = null;
  258. this.dpbCopy.Text = "复制";
  259. this.dpbCopy.ToolTip = null;
  260. this.dpbCopy.ToolTipImage = null;
  261. this.dpbCopy.ToolTipTitle = null;
  262. this.dpbCopy.Click += new System.EventHandler(this.ribbonOrbMenuItem6_Click);
  263. //
  264. // dpbCopyAll
  265. //
  266. this.dpbCopyAll.AltKey = null;
  267. this.dpbCopyAll.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  268. this.dpbCopyAll.DropDownArrowSize = new System.Drawing.Size(5, 3);
  269. this.dpbCopyAll.Image = global::OTSIncAReportApp.Properties.Resources.复制全部32;
  270. this.dpbCopyAll.SmallImage = global::OTSIncAReportApp.Properties.Resources.复制全部32;
  271. this.dpbCopyAll.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  272. this.dpbCopyAll.Tag = null;
  273. this.dpbCopyAll.Text = "复制全部";
  274. this.dpbCopyAll.ToolTip = null;
  275. this.dpbCopyAll.ToolTipImage = null;
  276. this.dpbCopyAll.ToolTipTitle = null;
  277. this.dpbCopyAll.Click += new System.EventHandler(this.ribbonOrbMenuItem8_Click);
  278. //
  279. // ribbonOrbMenuItem_Extremum
  280. //
  281. this.ribbonOrbMenuItem_Extremum.AltKey = null;
  282. this.ribbonOrbMenuItem_Extremum.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  283. this.ribbonOrbMenuItem_Extremum.DropDownArrowSize = new System.Drawing.Size(5, 3);
  284. this.ribbonOrbMenuItem_Extremum.Image = global::OTSIncAReportApp.Properties.Resources.Mouse;
  285. this.ribbonOrbMenuItem_Extremum.SmallImage = global::OTSIncAReportApp.Properties.Resources.Mouse;
  286. this.ribbonOrbMenuItem_Extremum.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  287. this.ribbonOrbMenuItem_Extremum.Tag = null;
  288. this.ribbonOrbMenuItem_Extremum.Text = "极值分析法";
  289. this.ribbonOrbMenuItem_Extremum.ToolTip = null;
  290. this.ribbonOrbMenuItem_Extremum.ToolTipImage = null;
  291. this.ribbonOrbMenuItem_Extremum.ToolTipTitle = null;
  292. this.ribbonOrbMenuItem_Extremum.Click += new System.EventHandler(this.ribbonOrbMenuItem_Extremum_Click);
  293. //
  294. // ribbonOrbOptionButton1
  295. //
  296. this.ribbonOrbOptionButton1.AltKey = null;
  297. this.ribbonOrbOptionButton1.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  298. this.ribbonOrbOptionButton1.DropDownArrowSize = new System.Drawing.Size(5, 3);
  299. this.ribbonOrbOptionButton1.Image = ((System.Drawing.Image)(resources.GetObject("ribbonOrbOptionButton1.Image")));
  300. this.ribbonOrbOptionButton1.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonOrbOptionButton1.SmallImage")));
  301. this.ribbonOrbOptionButton1.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  302. this.ribbonOrbOptionButton1.Tag = null;
  303. this.ribbonOrbOptionButton1.Text = "程序管理";
  304. this.ribbonOrbOptionButton1.ToolTip = null;
  305. this.ribbonOrbOptionButton1.ToolTipImage = null;
  306. this.ribbonOrbOptionButton1.ToolTipTitle = null;
  307. this.ribbonOrbOptionButton1.Click += new System.EventHandler(this.RibbonOrbOptionButton1_Click);
  308. //
  309. // ribbonOrbRecentItem1
  310. //
  311. this.ribbonOrbRecentItem1.AltKey = null;
  312. this.ribbonOrbRecentItem1.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  313. this.ribbonOrbRecentItem1.DropDownArrowSize = new System.Drawing.Size(5, 3);
  314. this.ribbonOrbRecentItem1.Image = ((System.Drawing.Image)(resources.GetObject("ribbonOrbRecentItem1.Image")));
  315. this.ribbonOrbRecentItem1.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonOrbRecentItem1.SmallImage")));
  316. this.ribbonOrbRecentItem1.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  317. this.ribbonOrbRecentItem1.Tag = null;
  318. this.ribbonOrbRecentItem1.Text = null;
  319. this.ribbonOrbRecentItem1.ToolTip = null;
  320. this.ribbonOrbRecentItem1.ToolTipImage = null;
  321. this.ribbonOrbRecentItem1.ToolTipTitle = null;
  322. //
  323. // ribbonTab1
  324. //
  325. this.ribbonTab1.Panels.Add(this.ribbonPanel3);
  326. this.ribbonTab1.Panels.Add(this.rbSelTool);
  327. this.ribbonTab1.Panels.Add(this.rbChoiceTools);
  328. this.ribbonTab1.Tag = null;
  329. this.ribbonTab1.Text = "基本功能";
  330. //
  331. // ribbonPanel3
  332. //
  333. this.ribbonPanel3.ButtonMoreEnabled = false;
  334. this.ribbonPanel3.ButtonMoreVisible = false;
  335. this.ribbonPanel3.Items.Add(this.rbOpen);
  336. this.ribbonPanel3.Tag = null;
  337. this.ribbonPanel3.Text = "文件";
  338. //
  339. // rbSelTool
  340. //
  341. this.rbSelTool.ButtonMoreEnabled = false;
  342. this.rbSelTool.ButtonMoreVisible = false;
  343. this.rbSelTool.Items.Add(this.rbAllImage);
  344. this.rbSelTool.Items.Add(this.rbWidthImage);
  345. this.rbSelTool.Tag = null;
  346. this.rbSelTool.Text = "显示图匹配";
  347. //
  348. // rbAllImage
  349. //
  350. this.rbAllImage.AltKey = null;
  351. this.rbAllImage.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  352. this.rbAllImage.DropDownArrowSize = new System.Drawing.Size(5, 3);
  353. this.rbAllImage.Image = global::OTSIncAReportApp.Properties.Resources.全图匹配32;
  354. this.rbAllImage.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbAllImage.SmallImage")));
  355. this.rbAllImage.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  356. this.rbAllImage.Tag = "rbAllImage";
  357. this.rbAllImage.Text = "全图匹配";
  358. this.rbAllImage.ToolTip = "rbAllImage";
  359. this.rbAllImage.ToolTipImage = null;
  360. this.rbAllImage.ToolTipTitle = "rbAllImage";
  361. this.rbAllImage.Click += new System.EventHandler(this.rbAllImage_Click);
  362. //
  363. // rbWidthImage
  364. //
  365. this.rbWidthImage.AltKey = null;
  366. this.rbWidthImage.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  367. this.rbWidthImage.DropDownArrowSize = new System.Drawing.Size(5, 3);
  368. this.rbWidthImage.Image = global::OTSIncAReportApp.Properties.Resources.宽度匹配32;
  369. this.rbWidthImage.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbWidthImage.SmallImage")));
  370. this.rbWidthImage.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  371. this.rbWidthImage.Tag = "rbWidthImage";
  372. this.rbWidthImage.Text = "宽度匹配";
  373. this.rbWidthImage.ToolTip = "rbWidthImage";
  374. this.rbWidthImage.ToolTipImage = null;
  375. this.rbWidthImage.ToolTipTitle = null;
  376. this.rbWidthImage.Click += new System.EventHandler(this.rbWidthImage_Click);
  377. //
  378. // rbChoiceTools
  379. //
  380. this.rbChoiceTools.ButtonMoreEnabled = false;
  381. this.rbChoiceTools.ButtonMoreVisible = false;
  382. this.rbChoiceTools.Items.Add(this.rbReverseSelection);
  383. this.rbChoiceTools.Items.Add(this.rbCircular);
  384. this.rbChoiceTools.Items.Add(this.rbRectangle);
  385. this.rbChoiceTools.Items.Add(this.rbCancel);
  386. this.rbChoiceTools.Tag = null;
  387. this.rbChoiceTools.Text = "选择工具";
  388. //
  389. // rbReverseSelection
  390. //
  391. this.rbReverseSelection.AltKey = null;
  392. this.rbReverseSelection.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  393. this.rbReverseSelection.DropDownArrowSize = new System.Drawing.Size(5, 3);
  394. this.rbReverseSelection.Image = global::OTSIncAReportApp.Properties.Resources.反选32;
  395. this.rbReverseSelection.SmallImage = global::OTSIncAReportApp.Properties.Resources.反选16;
  396. this.rbReverseSelection.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  397. this.rbReverseSelection.Tag = "rbReverseSelection";
  398. this.rbReverseSelection.Text = "反选";
  399. this.rbReverseSelection.ToolTip = "rbReverseSelection";
  400. this.rbReverseSelection.ToolTipImage = null;
  401. this.rbReverseSelection.ToolTipTitle = null;
  402. this.rbReverseSelection.Click += new System.EventHandler(this.rbReverseSelection_Click);
  403. //
  404. // rbCircular
  405. //
  406. this.rbCircular.AltKey = null;
  407. this.rbCircular.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  408. this.rbCircular.DropDownArrowSize = new System.Drawing.Size(5, 3);
  409. this.rbCircular.Image = global::OTSIncAReportApp.Properties.Resources.圆形32;
  410. this.rbCircular.SmallImage = global::OTSIncAReportApp.Properties.Resources.圆形16;
  411. this.rbCircular.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  412. this.rbCircular.Tag = "rbCircular";
  413. this.rbCircular.Text = "圆形";
  414. this.rbCircular.ToolTip = "rbCircular";
  415. this.rbCircular.ToolTipImage = null;
  416. this.rbCircular.ToolTipTitle = null;
  417. this.rbCircular.Click += new System.EventHandler(this.rbCircular_Click);
  418. //
  419. // rbRectangle
  420. //
  421. this.rbRectangle.AltKey = null;
  422. this.rbRectangle.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  423. this.rbRectangle.DropDownArrowSize = new System.Drawing.Size(5, 3);
  424. this.rbRectangle.Image = global::OTSIncAReportApp.Properties.Resources.矩形32;
  425. this.rbRectangle.SmallImage = global::OTSIncAReportApp.Properties.Resources.矩形16;
  426. this.rbRectangle.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  427. this.rbRectangle.Tag = "rbRectangle";
  428. this.rbRectangle.Text = "矩形";
  429. this.rbRectangle.ToolTip = "rbRectangle";
  430. this.rbRectangle.ToolTipImage = null;
  431. this.rbRectangle.ToolTipTitle = null;
  432. this.rbRectangle.Click += new System.EventHandler(this.rbRectangle_Click);
  433. //
  434. // rbCancel
  435. //
  436. this.rbCancel.AltKey = null;
  437. this.rbCancel.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  438. this.rbCancel.DropDownArrowSize = new System.Drawing.Size(5, 3);
  439. this.rbCancel.Image = global::OTSIncAReportApp.Properties.Resources.取消32;
  440. this.rbCancel.SmallImage = global::OTSIncAReportApp.Properties.Resources.取消16;
  441. this.rbCancel.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  442. this.rbCancel.Tag = "rbCancel";
  443. this.rbCancel.Text = "取消";
  444. this.rbCancel.ToolTip = "rbCancel";
  445. this.rbCancel.ToolTipImage = null;
  446. this.rbCancel.ToolTipTitle = null;
  447. this.rbCancel.Click += new System.EventHandler(this.rbCancel_Click);
  448. //
  449. // rbMenu
  450. //
  451. this.rbMenu.Panels.Add(this.ribbonPanel2);
  452. this.rbMenu.Tag = null;
  453. this.rbMenu.Text = "视域菜单";
  454. //
  455. // ribbonPanel2
  456. //
  457. this.ribbonPanel2.ButtonMoreEnabled = false;
  458. this.ribbonPanel2.ButtonMoreVisible = false;
  459. this.ribbonPanel2.Items.Add(this.rbFrame);
  460. this.ribbonPanel2.Items.Add(this.rbStaff);
  461. this.ribbonPanel2.Items.Add(this.rbRenew);
  462. this.ribbonPanel2.Tag = null;
  463. this.ribbonPanel2.Text = "图形功能";
  464. //
  465. // rbFrame
  466. //
  467. this.rbFrame.AltKey = null;
  468. this.rbFrame.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  469. this.rbFrame.DropDownArrowSize = new System.Drawing.Size(5, 3);
  470. this.rbFrame.Image = global::OTSIncAReportApp.Properties.Resources.帧图边框32;
  471. this.rbFrame.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbFrame.SmallImage")));
  472. this.rbFrame.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  473. this.rbFrame.Tag = "rbFrame";
  474. this.rbFrame.Text = "帧图边框";
  475. this.rbFrame.ToolTip = "rbFrame";
  476. this.rbFrame.ToolTipImage = null;
  477. this.rbFrame.ToolTipTitle = null;
  478. this.rbFrame.Click += new System.EventHandler(this.rbFrame_Click);
  479. //
  480. // rbStaff
  481. //
  482. this.rbStaff.AltKey = null;
  483. this.rbStaff.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  484. this.rbStaff.DropDownArrowSize = new System.Drawing.Size(5, 3);
  485. this.rbStaff.Image = global::OTSIncAReportApp.Properties.Resources.标尺32;
  486. this.rbStaff.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbStaff.SmallImage")));
  487. this.rbStaff.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  488. this.rbStaff.Tag = "rbStaff";
  489. this.rbStaff.Text = "标尺";
  490. this.rbStaff.ToolTip = "rbStaff";
  491. this.rbStaff.ToolTipImage = null;
  492. this.rbStaff.ToolTipTitle = null;
  493. this.rbStaff.Click += new System.EventHandler(this.rbStaff_Click);
  494. //
  495. // rbRenew
  496. //
  497. this.rbRenew.AltKey = null;
  498. this.rbRenew.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  499. this.rbRenew.DropDownArrowSize = new System.Drawing.Size(5, 3);
  500. this.rbRenew.Image = global::OTSIncAReportApp.Properties.Resources.恢复32;
  501. this.rbRenew.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbRenew.SmallImage")));
  502. this.rbRenew.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  503. this.rbRenew.Tag = "rbRenew";
  504. this.rbRenew.Text = "恢复";
  505. this.rbRenew.ToolTip = "rbRenew";
  506. this.rbRenew.ToolTipImage = null;
  507. this.rbRenew.ToolTipTitle = null;
  508. this.rbRenew.Click += new System.EventHandler(this.rbRenew_Click);
  509. //
  510. // rbGB1
  511. //
  512. this.rbGB1.AltKey = null;
  513. this.rbGB1.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  514. this.rbGB1.DropDownArrowSize = new System.Drawing.Size(5, 3);
  515. this.rbGB1.Image = global::OTSIncAReportApp.Properties.Resources.国标一32;
  516. this.rbGB1.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbGB1.SmallImage")));
  517. this.rbGB1.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  518. this.rbGB1.Tag = "rbGB1";
  519. this.rbGB1.Text = "国标一";
  520. this.rbGB1.ToolTip = "rbGB1";
  521. this.rbGB1.ToolTipImage = null;
  522. this.rbGB1.ToolTipTitle = null;
  523. //
  524. // rbGB2
  525. //
  526. this.rbGB2.AltKey = null;
  527. this.rbGB2.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  528. this.rbGB2.DropDownArrowSize = new System.Drawing.Size(5, 3);
  529. this.rbGB2.Image = global::OTSIncAReportApp.Properties.Resources.国标二32;
  530. this.rbGB2.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbGB2.SmallImage")));
  531. this.rbGB2.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  532. this.rbGB2.Tag = "rbGB2";
  533. this.rbGB2.Text = "国标二";
  534. this.rbGB2.ToolTip = "rbGB2";
  535. this.rbGB2.ToolTipImage = null;
  536. this.rbGB2.ToolTipTitle = null;
  537. //
  538. // statusStrip1
  539. //
  540. this.statusStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
  541. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  542. this.RSGrayVal,
  543. this.mouseMatter});
  544. this.statusStrip1.Location = new System.Drawing.Point(0, 1003);
  545. this.statusStrip1.Name = "statusStrip1";
  546. this.statusStrip1.Padding = new System.Windows.Forms.Padding(14, 0, 2, 0);
  547. this.statusStrip1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  548. this.statusStrip1.Size = new System.Drawing.Size(1914, 35);
  549. this.statusStrip1.TabIndex = 4;
  550. this.statusStrip1.Text = "statusStrip1";
  551. //
  552. // RSGrayVal
  553. //
  554. this.RSGrayVal.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
  555. this.RSGrayVal.Name = "RSGrayVal";
  556. this.RSGrayVal.Size = new System.Drawing.Size(68, 28);
  557. this.RSGrayVal.Text = "灰度值";
  558. //
  559. // mouseMatter
  560. //
  561. this.mouseMatter.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
  562. this.mouseMatter.Name = "mouseMatter";
  563. this.mouseMatter.Size = new System.Drawing.Size(122, 28);
  564. this.mouseMatter.Text = "鼠标点的物质";
  565. //
  566. // DockWindowPanel
  567. //
  568. this.DockWindowPanel.ActiveAutoHideContent = null;
  569. this.DockWindowPanel.Dock = System.Windows.Forms.DockStyle.Fill;
  570. this.DockWindowPanel.DockBackColor = System.Drawing.SystemColors.Control;
  571. this.DockWindowPanel.Location = new System.Drawing.Point(0, 130);
  572. this.DockWindowPanel.Name = "DockWindowPanel";
  573. this.DockWindowPanel.Size = new System.Drawing.Size(1914, 873);
  574. dockPanelGradient1.EndColor = System.Drawing.SystemColors.ControlLight;
  575. dockPanelGradient1.StartColor = System.Drawing.SystemColors.ControlLight;
  576. autoHideStripSkin1.DockStripGradient = dockPanelGradient1;
  577. tabGradient1.EndColor = System.Drawing.SystemColors.Control;
  578. tabGradient1.StartColor = System.Drawing.SystemColors.Control;
  579. tabGradient1.TextColor = System.Drawing.SystemColors.ControlDarkDark;
  580. autoHideStripSkin1.TabGradient = tabGradient1;
  581. dockPanelSkin1.AutoHideStripSkin = autoHideStripSkin1;
  582. tabGradient2.EndColor = System.Drawing.SystemColors.ControlLightLight;
  583. tabGradient2.StartColor = System.Drawing.SystemColors.ControlLightLight;
  584. tabGradient2.TextColor = System.Drawing.SystemColors.ControlText;
  585. dockPaneStripGradient1.ActiveTabGradient = tabGradient2;
  586. dockPanelGradient2.EndColor = System.Drawing.SystemColors.Control;
  587. dockPanelGradient2.StartColor = System.Drawing.SystemColors.Control;
  588. dockPaneStripGradient1.DockStripGradient = dockPanelGradient2;
  589. tabGradient3.EndColor = System.Drawing.SystemColors.ControlLight;
  590. tabGradient3.StartColor = System.Drawing.SystemColors.ControlLight;
  591. tabGradient3.TextColor = System.Drawing.SystemColors.ControlText;
  592. dockPaneStripGradient1.InactiveTabGradient = tabGradient3;
  593. dockPaneStripSkin1.DocumentGradient = dockPaneStripGradient1;
  594. tabGradient4.EndColor = System.Drawing.SystemColors.ActiveCaption;
  595. tabGradient4.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
  596. tabGradient4.StartColor = System.Drawing.SystemColors.GradientActiveCaption;
  597. tabGradient4.TextColor = System.Drawing.SystemColors.ActiveCaptionText;
  598. dockPaneStripToolWindowGradient1.ActiveCaptionGradient = tabGradient4;
  599. tabGradient5.EndColor = System.Drawing.SystemColors.Control;
  600. tabGradient5.StartColor = System.Drawing.SystemColors.Control;
  601. tabGradient5.TextColor = System.Drawing.SystemColors.ControlText;
  602. dockPaneStripToolWindowGradient1.ActiveTabGradient = tabGradient5;
  603. dockPanelGradient3.EndColor = System.Drawing.SystemColors.ControlLight;
  604. dockPanelGradient3.StartColor = System.Drawing.SystemColors.ControlLight;
  605. dockPaneStripToolWindowGradient1.DockStripGradient = dockPanelGradient3;
  606. tabGradient6.EndColor = System.Drawing.SystemColors.GradientInactiveCaption;
  607. tabGradient6.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
  608. tabGradient6.StartColor = System.Drawing.SystemColors.GradientInactiveCaption;
  609. tabGradient6.TextColor = System.Drawing.SystemColors.ControlText;
  610. dockPaneStripToolWindowGradient1.InactiveCaptionGradient = tabGradient6;
  611. tabGradient7.EndColor = System.Drawing.Color.Transparent;
  612. tabGradient7.StartColor = System.Drawing.Color.Transparent;
  613. tabGradient7.TextColor = System.Drawing.SystemColors.ControlDarkDark;
  614. dockPaneStripToolWindowGradient1.InactiveTabGradient = tabGradient7;
  615. dockPaneStripSkin1.ToolWindowGradient = dockPaneStripToolWindowGradient1;
  616. dockPanelSkin1.DockPaneStripSkin = dockPaneStripSkin1;
  617. this.DockWindowPanel.Skin = dockPanelSkin1;
  618. this.DockWindowPanel.TabIndex = 5;
  619. //
  620. // ribbonOrbMenuItem5
  621. //
  622. this.ribbonOrbMenuItem5.AltKey = null;
  623. this.ribbonOrbMenuItem5.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  624. this.ribbonOrbMenuItem5.DropDownArrowSize = new System.Drawing.Size(5, 3);
  625. this.ribbonOrbMenuItem5.Image = ((System.Drawing.Image)(resources.GetObject("ribbonOrbMenuItem5.Image")));
  626. this.ribbonOrbMenuItem5.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonOrbMenuItem5.SmallImage")));
  627. this.ribbonOrbMenuItem5.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  628. this.ribbonOrbMenuItem5.Tag = null;
  629. this.ribbonOrbMenuItem5.Text = "复制";
  630. this.ribbonOrbMenuItem5.ToolTip = null;
  631. this.ribbonOrbMenuItem5.ToolTipImage = null;
  632. this.ribbonOrbMenuItem5.ToolTipTitle = null;
  633. //
  634. // ribbonOrbMenuItem7
  635. //
  636. this.ribbonOrbMenuItem7.AltKey = null;
  637. this.ribbonOrbMenuItem7.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  638. this.ribbonOrbMenuItem7.DropDownArrowSize = new System.Drawing.Size(5, 3);
  639. this.ribbonOrbMenuItem7.Image = ((System.Drawing.Image)(resources.GetObject("ribbonOrbMenuItem7.Image")));
  640. this.ribbonOrbMenuItem7.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonOrbMenuItem7.SmallImage")));
  641. this.ribbonOrbMenuItem7.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  642. this.ribbonOrbMenuItem7.Tag = null;
  643. this.ribbonOrbMenuItem7.Text = null;
  644. this.ribbonOrbMenuItem7.ToolTip = null;
  645. this.ribbonOrbMenuItem7.ToolTipImage = null;
  646. this.ribbonOrbMenuItem7.ToolTipTitle = null;
  647. //
  648. // frmReportApp
  649. //
  650. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  651. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  652. this.ClientSize = new System.Drawing.Size(1914, 1038);
  653. this.Controls.Add(this.DockWindowPanel);
  654. this.Controls.Add(this.statusStrip1);
  655. this.Controls.Add(this.ribbon1);
  656. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  657. this.IsMdiContainer = true;
  658. this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  659. this.Name = "frmReportApp";
  660. this.Text = "报告程序";
  661. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  662. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmReportApp_FormClosing);
  663. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmReportApp_FormClosed);
  664. this.Load += new System.EventHandler(this.OTSReportApp_Load);
  665. this.statusStrip1.ResumeLayout(false);
  666. this.statusStrip1.PerformLayout();
  667. this.ResumeLayout(false);
  668. this.PerformLayout();
  669. }
  670. #endregion
  671. private System.Windows.Forms.Ribbon ribbon1;
  672. private System.Windows.Forms.RibbonTab ribbonTab1;
  673. private System.Windows.Forms.RibbonButton ribbonButton1;
  674. public System.Windows.Forms.RibbonButton rbSave;
  675. public System.Windows.Forms.RibbonButton rbOpen;
  676. public System.Windows.Forms.RibbonButton rbSaveAs;
  677. public System.Windows.Forms.RibbonButton rbOut;
  678. public System.Windows.Forms.RibbonButton rbWidthImage;
  679. public System.Windows.Forms.RibbonButton rbAllImage;
  680. //public System.Windows.Forms.RibbonPanel rbOther;
  681. //public System.Windows.Forms.RibbonButton rbRecap;
  682. public System.Windows.Forms.RibbonTab rbMenu;
  683. public System.Windows.Forms.RibbonPanel ribbonPanel2;
  684. public System.Windows.Forms.RibbonButton rbFrame;
  685. public System.Windows.Forms.RibbonButton rbStaff;
  686. public System.Windows.Forms.RibbonButton rbRenew;
  687. public System.Windows.Forms.RibbonButton rbGB1;
  688. public System.Windows.Forms.RibbonButton rbGB2;
  689. public System.Windows.Forms.RibbonPanel rbSelTool;
  690. public System.Windows.Forms.StatusStrip statusStrip1;
  691. public System.Windows.Forms.ToolStripStatusLabel RSGrayVal;
  692. public System.Windows.Forms.ToolStripStatusLabel mouseMatter;
  693. public OTS.WinFormsUI.Docking.DockPanel DockWindowPanel;
  694. private System.Windows.Forms.RibbonOrbOptionButton ribbonOrbOptionButton1;
  695. public System.Windows.Forms.RibbonButton rbReverseSelection;
  696. public System.Windows.Forms.RibbonButton rbCircular;
  697. public System.Windows.Forms.RibbonButton rbRectangle;
  698. public System.Windows.Forms.RibbonButton rbCancel;
  699. public System.Windows.Forms.RibbonPanel rbChoiceTools;
  700. //public System.Windows.Forms.RibbonOrbMenuItem dpbNew;
  701. public System.Windows.Forms.RibbonOrbMenuItem dpbOpen;
  702. //public System.Windows.Forms.RibbonOrbMenuItem dpbSave;
  703. //public System.Windows.Forms.RibbonOrbMenuItem dpbSaveAS;
  704. public System.Windows.Forms.RibbonOrbMenuItem dpbExport;
  705. public System.Windows.Forms.RibbonButton ribbonButton2;
  706. private System.Windows.Forms.RibbonPanel ribbonPanel3;
  707. private System.Windows.Forms.RibbonOrbMenuItem ribbonOrbMenuItem5;
  708. public System.Windows.Forms.RibbonOrbMenuItem dpbCopy;
  709. private System.Windows.Forms.RibbonOrbMenuItem ribbonOrbMenuItem7;
  710. public System.Windows.Forms.RibbonOrbMenuItem dpbCopyAll;
  711. private System.Windows.Forms.RibbonOrbRecentItem ribbonOrbRecentItem1;
  712. public System.Windows.Forms.RibbonOrbMenuItem dpbUnDo;
  713. public System.Windows.Forms.RibbonOrbMenuItem dpbReDo;
  714. private System.Windows.Forms.ToolTip toolTip1;
  715. public System.Windows.Forms.RibbonOrbMenuItem ribbonOrbMenuItem_Extremum;
  716. }
  717. }