frmReportApp.Designer.cs 60 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005
  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.rbOpenprj = new System.Windows.Forms.RibbonButton();
  53. this.rbClose = new System.Windows.Forms.RibbonButton();
  54. this.ribbon1 = new System.Windows.Forms.Ribbon();
  55. this.dpbOpen = new System.Windows.Forms.RibbonOrbMenuItem();
  56. this.dpbTemplateEditing = new System.Windows.Forms.RibbonOrbMenuItem();
  57. this.dpbExport = new System.Windows.Forms.RibbonOrbMenuItem();
  58. this.ribbonOrbMenuItem_Extremum = new System.Windows.Forms.RibbonOrbMenuItem();
  59. this.ribbonOrbMenuItem_InclusionsTraceability = new System.Windows.Forms.RibbonOrbMenuItem();
  60. this.ribbonOrbMenuItem_purity = new System.Windows.Forms.RibbonOrbMenuItem();
  61. this.Backup = new System.Windows.Forms.RibbonOrbMenuItem();
  62. this.ribbonOrbOptionButton1 = new System.Windows.Forms.RibbonOrbOptionButton();
  63. this.ribbonOrbRecentItem1 = new System.Windows.Forms.RibbonOrbRecentItem();
  64. this.ribbonTab1 = new System.Windows.Forms.RibbonTab();
  65. this.ribbonPanel3 = new System.Windows.Forms.RibbonPanel();
  66. this.rbSelTool = new System.Windows.Forms.RibbonPanel();
  67. this.rbAllImage = new System.Windows.Forms.RibbonButton();
  68. this.rbChoiceTools = new System.Windows.Forms.RibbonPanel();
  69. this.rbReverseSelection = new System.Windows.Forms.RibbonButton();
  70. this.rbCircular = new System.Windows.Forms.RibbonButton();
  71. this.rbRectangle = new System.Windows.Forms.RibbonButton();
  72. this.rbCancel = new System.Windows.Forms.RibbonButton();
  73. this.rbChoiceParticle = new System.Windows.Forms.RibbonPanel();
  74. this.rbReMeasure = new System.Windows.Forms.RibbonButton();
  75. this.rbMenu = new System.Windows.Forms.RibbonTab();
  76. this.ribbonPanel2 = new System.Windows.Forms.RibbonPanel();
  77. this.rbFrame = new System.Windows.Forms.RibbonButton();
  78. this.rbStaff = new System.Windows.Forms.RibbonButton();
  79. this.rbRenew = new System.Windows.Forms.RibbonButton();
  80. this.ribbonPanelOthers = new System.Windows.Forms.RibbonPanel();
  81. this.rbHelp = new System.Windows.Forms.RibbonButton();
  82. this.rbGB1 = new System.Windows.Forms.RibbonButton();
  83. this.rbGB2 = new System.Windows.Forms.RibbonButton();
  84. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  85. this.RSGrayVal = new System.Windows.Forms.ToolStripStatusLabel();
  86. this.mouseMatter = new System.Windows.Forms.ToolStripStatusLabel();
  87. this.DockWindowPanel = new OTS.WinFormsUI.Docking.DockPanel();
  88. this.ribbonOrbMenuItem5 = new System.Windows.Forms.RibbonOrbMenuItem();
  89. this.ribbonOrbMenuItem7 = new System.Windows.Forms.RibbonOrbMenuItem();
  90. this.ribbonButton3 = new System.Windows.Forms.RibbonButton();
  91. this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
  92. this.ribbonOrbRecentItem2 = new System.Windows.Forms.RibbonOrbRecentItem();
  93. this.ribbonOrbRecentItem3 = new System.Windows.Forms.RibbonOrbRecentItem();
  94. this.ribbonOrbRecentItem4 = new System.Windows.Forms.RibbonOrbRecentItem();
  95. this.ribbonOrbRecentItem5 = new System.Windows.Forms.RibbonOrbRecentItem();
  96. this.ribbonOrbRecentItem6 = new System.Windows.Forms.RibbonOrbRecentItem();
  97. this.ribbonOrbRecentItem7 = new System.Windows.Forms.RibbonOrbRecentItem();
  98. this.ribbonOrbRecentItem8 = new System.Windows.Forms.RibbonOrbRecentItem();
  99. this.ribbonOrbRecentItem9 = new System.Windows.Forms.RibbonOrbRecentItem();
  100. this.ribbonOrbRecentItem10 = new System.Windows.Forms.RibbonOrbRecentItem();
  101. ribbonPanel1 = new System.Windows.Forms.RibbonPanel();
  102. this.statusStrip1.SuspendLayout();
  103. this.SuspendLayout();
  104. //
  105. // ribbonPanel1
  106. //
  107. ribbonPanel1.Tag = null;
  108. ribbonPanel1.Text = null;
  109. //
  110. // rbSave
  111. //
  112. this.rbSave.AltKey = null;
  113. this.rbSave.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  114. this.rbSave.DropDownArrowSize = new System.Drawing.Size(5, 3);
  115. this.rbSave.Image = ((System.Drawing.Image)(resources.GetObject("rbSave.Image")));
  116. this.rbSave.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbSave.SmallImage")));
  117. this.rbSave.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  118. this.rbSave.Tag = null;
  119. this.rbSave.Text = null;
  120. this.rbSave.ToolTip = null;
  121. this.rbSave.ToolTipImage = null;
  122. this.rbSave.ToolTipTitle = null;
  123. //
  124. // rbSaveAs
  125. //
  126. this.rbSaveAs.AltKey = null;
  127. this.rbSaveAs.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  128. this.rbSaveAs.DropDownArrowSize = new System.Drawing.Size(5, 3);
  129. this.rbSaveAs.Image = ((System.Drawing.Image)(resources.GetObject("rbSaveAs.Image")));
  130. this.rbSaveAs.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbSaveAs.SmallImage")));
  131. this.rbSaveAs.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  132. this.rbSaveAs.Tag = null;
  133. this.rbSaveAs.Text = null;
  134. this.rbSaveAs.ToolTip = null;
  135. this.rbSaveAs.ToolTipImage = null;
  136. this.rbSaveAs.ToolTipTitle = null;
  137. //
  138. // rbOut
  139. //
  140. this.rbOut.AltKey = null;
  141. this.rbOut.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  142. this.rbOut.DropDownArrowSize = new System.Drawing.Size(5, 3);
  143. this.rbOut.Image = ((System.Drawing.Image)(resources.GetObject("rbOut.Image")));
  144. this.rbOut.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbOut.SmallImage")));
  145. this.rbOut.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  146. this.rbOut.Tag = null;
  147. this.rbOut.Text = null;
  148. this.rbOut.ToolTip = null;
  149. this.rbOut.ToolTipImage = null;
  150. this.rbOut.ToolTipTitle = null;
  151. //
  152. // ribbonButton2
  153. //
  154. this.ribbonButton2.AltKey = null;
  155. this.ribbonButton2.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  156. this.ribbonButton2.DropDownArrowSize = new System.Drawing.Size(5, 3);
  157. this.ribbonButton2.Image = ((System.Drawing.Image)(resources.GetObject("ribbonButton2.Image")));
  158. this.ribbonButton2.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton2.SmallImage")));
  159. this.ribbonButton2.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  160. this.ribbonButton2.Tag = null;
  161. this.ribbonButton2.Text = null;
  162. this.ribbonButton2.ToolTip = null;
  163. this.ribbonButton2.ToolTipImage = null;
  164. this.ribbonButton2.ToolTipTitle = null;
  165. //
  166. // rbOpen
  167. //
  168. this.rbOpen.AltKey = null;
  169. this.rbOpen.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  170. this.rbOpen.DropDownArrowSize = new System.Drawing.Size(5, 3);
  171. this.rbOpen.DropDownItems.Add(this.ribbonButton1);
  172. this.rbOpen.Image = global::OTSIncAReportApp.Properties.Resources.open321;
  173. this.rbOpen.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbOpen.SmallImage")));
  174. this.rbOpen.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  175. this.rbOpen.Tag = "rbOpen";
  176. this.rbOpen.Text = "添加";
  177. this.rbOpen.ToolTip = "rbOpen";
  178. this.rbOpen.ToolTipImage = null;
  179. this.rbOpen.ToolTipTitle = "rbOpen";
  180. this.rbOpen.Click += new System.EventHandler(this.rbOpen_Click);
  181. //
  182. // ribbonButton1
  183. //
  184. this.ribbonButton1.AltKey = null;
  185. this.ribbonButton1.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  186. this.ribbonButton1.DropDownArrowSize = new System.Drawing.Size(5, 3);
  187. this.ribbonButton1.Image = ((System.Drawing.Image)(resources.GetObject("ribbonButton1.Image")));
  188. this.ribbonButton1.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton1.SmallImage")));
  189. this.ribbonButton1.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  190. this.ribbonButton1.Tag = null;
  191. this.ribbonButton1.Text = "ribbonButton1";
  192. this.ribbonButton1.ToolTip = null;
  193. this.ribbonButton1.ToolTipImage = null;
  194. this.ribbonButton1.ToolTipTitle = null;
  195. //
  196. // rbOpenprj
  197. //
  198. this.rbOpenprj.AltKey = null;
  199. this.rbOpenprj.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  200. this.rbOpenprj.DropDownArrowSize = new System.Drawing.Size(5, 3);
  201. this.rbOpenprj.DropDownItems.Add(this.ribbonButton1);
  202. this.rbOpenprj.Image = global::OTSIncAReportApp.Properties.Resources.open321;
  203. this.rbOpenprj.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbOpenprj.SmallImage")));
  204. this.rbOpenprj.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  205. this.rbOpenprj.Tag = "rbOpenprj";
  206. this.rbOpenprj.Text = "打开";
  207. this.rbOpenprj.ToolTip = "rbOpenprj";
  208. this.rbOpenprj.ToolTipImage = null;
  209. this.rbOpenprj.ToolTipTitle = "rbOpenprj";
  210. this.rbOpenprj.Click += new System.EventHandler(this.rbOpenprj_Click);
  211. //
  212. // rbClose
  213. //
  214. this.rbClose.AltKey = null;
  215. this.rbClose.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  216. this.rbClose.DropDownArrowSize = new System.Drawing.Size(5, 3);
  217. this.rbClose.DropDownItems.Add(this.ribbonButton1);
  218. this.rbClose.Image = global::OTSIncAReportApp.Properties.Resources.close32;
  219. this.rbClose.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbClose.SmallImage")));
  220. this.rbClose.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  221. this.rbClose.Tag = null;
  222. this.rbClose.Text = "关闭";
  223. this.rbClose.ToolTip = "rbClose";
  224. this.rbClose.ToolTipImage = null;
  225. this.rbClose.ToolTipTitle = null;
  226. this.rbClose.Click += new System.EventHandler(this.rbClose_Click);
  227. //
  228. // ribbon1
  229. //
  230. this.ribbon1.Font = new System.Drawing.Font("Microsoft YaHei", 9F);
  231. this.ribbon1.Location = new System.Drawing.Point(0, 0);
  232. this.ribbon1.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
  233. this.ribbon1.Minimized = false;
  234. this.ribbon1.Name = "ribbon1";
  235. //
  236. //
  237. //
  238. this.ribbon1.OrbDropDown.BorderRoundness = 8;
  239. this.ribbon1.OrbDropDown.Location = new System.Drawing.Point(0, 0);
  240. this.ribbon1.OrbDropDown.MenuItems.Add(this.dpbOpen);
  241. this.ribbon1.OrbDropDown.MenuItems.Add(this.dpbTemplateEditing);
  242. this.ribbon1.OrbDropDown.MenuItems.Add(this.dpbExport);
  243. this.ribbon1.OrbDropDown.MenuItems.Add(this.ribbonOrbMenuItem_Extremum);
  244. this.ribbon1.OrbDropDown.MenuItems.Add(this.ribbonOrbMenuItem_InclusionsTraceability);
  245. this.ribbon1.OrbDropDown.MenuItems.Add(this.ribbonOrbMenuItem_purity);
  246. this.ribbon1.OrbDropDown.MenuItems.Add(this.Backup);
  247. this.ribbon1.OrbDropDown.Name = "";
  248. this.ribbon1.OrbDropDown.OptionItems.Add(this.ribbonOrbOptionButton1);
  249. this.ribbon1.OrbDropDown.RecentItems.Add(this.ribbonOrbRecentItem1);
  250. this.ribbon1.OrbDropDown.RecentItems.Add(this.ribbonOrbRecentItem2);
  251. this.ribbon1.OrbDropDown.RecentItems.Add(this.ribbonOrbRecentItem3);
  252. this.ribbon1.OrbDropDown.RecentItems.Add(this.ribbonOrbRecentItem4);
  253. this.ribbon1.OrbDropDown.RecentItems.Add(this.ribbonOrbRecentItem5);
  254. this.ribbon1.OrbDropDown.RecentItems.Add(this.ribbonOrbRecentItem6);
  255. this.ribbon1.OrbDropDown.RecentItems.Add(this.ribbonOrbRecentItem7);
  256. this.ribbon1.OrbDropDown.RecentItems.Add(this.ribbonOrbRecentItem8);
  257. this.ribbon1.OrbDropDown.RecentItems.Add(this.ribbonOrbRecentItem9);
  258. this.ribbon1.OrbDropDown.RecentItems.Add(this.ribbonOrbRecentItem10);
  259. this.ribbon1.OrbDropDown.Size = new System.Drawing.Size(527, 380);
  260. this.ribbon1.OrbDropDown.TabIndex = 0;
  261. this.ribbon1.OrbImage = global::OTSIncAReportApp.Properties.Resources.logo_40;
  262. //
  263. //
  264. //
  265. this.ribbon1.QuickAcessToolbar.AltKey = null;
  266. this.ribbon1.QuickAcessToolbar.Image = null;
  267. this.ribbon1.QuickAcessToolbar.Tag = null;
  268. this.ribbon1.QuickAcessToolbar.Text = null;
  269. this.ribbon1.QuickAcessToolbar.ToolTip = null;
  270. this.ribbon1.QuickAcessToolbar.ToolTipImage = null;
  271. this.ribbon1.QuickAcessToolbar.ToolTipTitle = null;
  272. this.ribbon1.Size = new System.Drawing.Size(1701, 130);
  273. this.ribbon1.TabIndex = 0;
  274. this.ribbon1.Tabs.Add(this.ribbonTab1);
  275. this.ribbon1.Tabs.Add(this.rbMenu);
  276. this.ribbon1.TabSpacing = 6;
  277. this.ribbon1.Text = "ribbon1";
  278. //
  279. // dpbOpen
  280. //
  281. this.dpbOpen.AltKey = null;
  282. this.dpbOpen.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  283. this.dpbOpen.DropDownArrowSize = new System.Drawing.Size(5, 3);
  284. this.dpbOpen.Image = global::OTSIncAReportApp.Properties.Resources.open_Size_32;
  285. this.dpbOpen.SmallImage = global::OTSIncAReportApp.Properties.Resources.open_Size_32;
  286. this.dpbOpen.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  287. this.dpbOpen.Tag = null;
  288. this.dpbOpen.Text = "打开项目文件";
  289. this.dpbOpen.ToolTip = null;
  290. this.dpbOpen.ToolTipImage = null;
  291. this.dpbOpen.ToolTipTitle = null;
  292. this.dpbOpen.Click += new System.EventHandler(this.dpbOpen_Click);
  293. //
  294. // dpbTemplateEditing
  295. //
  296. this.dpbTemplateEditing.AltKey = null;
  297. this.dpbTemplateEditing.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  298. this.dpbTemplateEditing.DropDownArrowSize = new System.Drawing.Size(5, 3);
  299. this.dpbTemplateEditing.Image = global::OTSIncAReportApp.Properties.Resources.paste32;
  300. this.dpbTemplateEditing.SmallImage = global::OTSIncAReportApp.Properties.Resources.paste32;
  301. this.dpbTemplateEditing.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  302. this.dpbTemplateEditing.Tag = null;
  303. this.dpbTemplateEditing.Text = "摸板编辑";
  304. this.dpbTemplateEditing.ToolTip = null;
  305. this.dpbTemplateEditing.ToolTipImage = null;
  306. this.dpbTemplateEditing.ToolTipTitle = null;
  307. this.dpbTemplateEditing.Click += new System.EventHandler(this.dpbTemplateEditing_Click);
  308. //
  309. // dpbExport
  310. //
  311. this.dpbExport.AltKey = null;
  312. this.dpbExport.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  313. this.dpbExport.DropDownArrowSize = new System.Drawing.Size(5, 3);
  314. this.dpbExport.Image = global::OTSIncAReportApp.Properties.Resources.export_Size_32;
  315. this.dpbExport.SmallImage = global::OTSIncAReportApp.Properties.Resources.export_Size_32;
  316. this.dpbExport.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  317. this.dpbExport.Tag = null;
  318. this.dpbExport.Text = "输出";
  319. this.dpbExport.ToolTip = null;
  320. this.dpbExport.ToolTipImage = null;
  321. this.dpbExport.ToolTipTitle = null;
  322. this.dpbExport.Click += new System.EventHandler(this.ribbonOrbMenuItem4_Click);
  323. //
  324. // ribbonOrbMenuItem_Extremum
  325. //
  326. this.ribbonOrbMenuItem_Extremum.AltKey = null;
  327. this.ribbonOrbMenuItem_Extremum.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  328. this.ribbonOrbMenuItem_Extremum.DropDownArrowSize = new System.Drawing.Size(5, 3);
  329. this.ribbonOrbMenuItem_Extremum.Image = global::OTSIncAReportApp.Properties.Resources.编辑;
  330. this.ribbonOrbMenuItem_Extremum.SmallImage = global::OTSIncAReportApp.Properties.Resources.编辑;
  331. this.ribbonOrbMenuItem_Extremum.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  332. this.ribbonOrbMenuItem_Extremum.Tag = null;
  333. this.ribbonOrbMenuItem_Extremum.Text = "极值分析法";
  334. this.ribbonOrbMenuItem_Extremum.ToolTip = null;
  335. this.ribbonOrbMenuItem_Extremum.ToolTipImage = null;
  336. this.ribbonOrbMenuItem_Extremum.ToolTipTitle = null;
  337. this.ribbonOrbMenuItem_Extremum.Click += new System.EventHandler(this.ribbonOrbMenuItem_Extremum_Click);
  338. //
  339. // ribbonOrbMenuItem_InclusionsTraceability
  340. //
  341. this.ribbonOrbMenuItem_InclusionsTraceability.AltKey = null;
  342. this.ribbonOrbMenuItem_InclusionsTraceability.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  343. this.ribbonOrbMenuItem_InclusionsTraceability.DropDownArrowSize = new System.Drawing.Size(5, 3);
  344. this.ribbonOrbMenuItem_InclusionsTraceability.Image = global::OTSIncAReportApp.Properties.Resources.sem16;
  345. this.ribbonOrbMenuItem_InclusionsTraceability.SmallImage = global::OTSIncAReportApp.Properties.Resources.sem16;
  346. this.ribbonOrbMenuItem_InclusionsTraceability.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  347. this.ribbonOrbMenuItem_InclusionsTraceability.Tag = null;
  348. this.ribbonOrbMenuItem_InclusionsTraceability.Text = "外来夹杂物溯源";
  349. this.ribbonOrbMenuItem_InclusionsTraceability.ToolTip = null;
  350. this.ribbonOrbMenuItem_InclusionsTraceability.ToolTipImage = null;
  351. this.ribbonOrbMenuItem_InclusionsTraceability.ToolTipTitle = null;
  352. this.ribbonOrbMenuItem_InclusionsTraceability.Click += new System.EventHandler(this.ribbonOrbMenuItem_InclusionsTraceability_Click);
  353. //
  354. // ribbonOrbMenuItem_purity
  355. //
  356. this.ribbonOrbMenuItem_purity.AltKey = null;
  357. this.ribbonOrbMenuItem_purity.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  358. this.ribbonOrbMenuItem_purity.DropDownArrowSize = new System.Drawing.Size(5, 3);
  359. this.ribbonOrbMenuItem_purity.Image = global::OTSIncAReportApp.Properties.Resources.copy_Size_32;
  360. this.ribbonOrbMenuItem_purity.SmallImage = global::OTSIncAReportApp.Properties.Resources.copy_Size_32;
  361. this.ribbonOrbMenuItem_purity.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  362. this.ribbonOrbMenuItem_purity.Tag = null;
  363. this.ribbonOrbMenuItem_purity.Text = "钢铁中夹杂物纯洁度分析";
  364. this.ribbonOrbMenuItem_purity.ToolTip = null;
  365. this.ribbonOrbMenuItem_purity.ToolTipImage = global::OTSIncAReportApp.Properties.Resources.copy_Size_32;
  366. this.ribbonOrbMenuItem_purity.ToolTipTitle = null;
  367. this.ribbonOrbMenuItem_purity.Click += new System.EventHandler(this.ribbonOrbMenuItem_purity_Click);
  368. //
  369. // Backup
  370. //
  371. this.Backup.AltKey = null;
  372. this.Backup.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  373. this.Backup.DropDownArrowSize = new System.Drawing.Size(5, 3);
  374. this.Backup.Image = ((System.Drawing.Image)(resources.GetObject("Backup.Image")));
  375. this.Backup.SmallImage = ((System.Drawing.Image)(resources.GetObject("Backup.SmallImage")));
  376. this.Backup.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  377. this.Backup.Tag = null;
  378. this.Backup.Text = "Backup Database";
  379. this.Backup.ToolTip = null;
  380. this.Backup.ToolTipImage = null;
  381. this.Backup.ToolTipTitle = null;
  382. this.Backup.Click += new System.EventHandler(this.Backup_Click);
  383. //
  384. // ribbonOrbOptionButton1
  385. //
  386. this.ribbonOrbOptionButton1.AltKey = null;
  387. this.ribbonOrbOptionButton1.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  388. this.ribbonOrbOptionButton1.DropDownArrowSize = new System.Drawing.Size(5, 3);
  389. this.ribbonOrbOptionButton1.Image = ((System.Drawing.Image)(resources.GetObject("ribbonOrbOptionButton1.Image")));
  390. this.ribbonOrbOptionButton1.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonOrbOptionButton1.SmallImage")));
  391. this.ribbonOrbOptionButton1.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  392. this.ribbonOrbOptionButton1.Tag = null;
  393. this.ribbonOrbOptionButton1.Text = "程序管理";
  394. this.ribbonOrbOptionButton1.ToolTip = null;
  395. this.ribbonOrbOptionButton1.ToolTipImage = null;
  396. this.ribbonOrbOptionButton1.ToolTipTitle = null;
  397. this.ribbonOrbOptionButton1.Click += new System.EventHandler(this.RibbonOrbOptionButton1_Click);
  398. //
  399. // ribbonOrbRecentItem1
  400. //
  401. this.ribbonOrbRecentItem1.AltKey = null;
  402. this.ribbonOrbRecentItem1.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  403. this.ribbonOrbRecentItem1.DropDownArrowSize = new System.Drawing.Size(5, 3);
  404. this.ribbonOrbRecentItem1.Image = ((System.Drawing.Image)(resources.GetObject("ribbonOrbRecentItem1.Image")));
  405. this.ribbonOrbRecentItem1.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonOrbRecentItem1.SmallImage")));
  406. this.ribbonOrbRecentItem1.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  407. this.ribbonOrbRecentItem1.Tag = null;
  408. this.ribbonOrbRecentItem1.Text = null;
  409. this.ribbonOrbRecentItem1.ToolTip = null;
  410. this.ribbonOrbRecentItem1.ToolTipImage = null;
  411. this.ribbonOrbRecentItem1.ToolTipTitle = null;
  412. //
  413. // ribbonTab1
  414. //
  415. this.ribbonTab1.Panels.Add(this.ribbonPanel3);
  416. this.ribbonTab1.Panels.Add(this.rbSelTool);
  417. this.ribbonTab1.Panels.Add(this.rbChoiceTools);
  418. this.ribbonTab1.Panels.Add(this.rbChoiceParticle);
  419. this.ribbonTab1.Tag = null;
  420. this.ribbonTab1.Text = "基本功能";
  421. //
  422. // ribbonPanel3
  423. //
  424. this.ribbonPanel3.ButtonMoreEnabled = false;
  425. this.ribbonPanel3.ButtonMoreVisible = false;
  426. this.ribbonPanel3.Items.Add(this.rbOpenprj);
  427. this.ribbonPanel3.Items.Add(this.rbOpen);
  428. this.ribbonPanel3.Items.Add(this.rbClose);
  429. this.ribbonPanel3.Tag = null;
  430. this.ribbonPanel3.Text = "文件";
  431. //
  432. // rbSelTool
  433. //
  434. this.rbSelTool.ButtonMoreEnabled = false;
  435. this.rbSelTool.ButtonMoreVisible = false;
  436. this.rbSelTool.Items.Add(this.rbAllImage);
  437. this.rbSelTool.Tag = null;
  438. this.rbSelTool.Text = "显示图匹配";
  439. //
  440. // rbAllImage
  441. //
  442. this.rbAllImage.AltKey = null;
  443. this.rbAllImage.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  444. this.rbAllImage.DropDownArrowSize = new System.Drawing.Size(5, 3);
  445. this.rbAllImage.Image = global::OTSIncAReportApp.Properties.Resources.全图匹配32;
  446. this.rbAllImage.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbAllImage.SmallImage")));
  447. this.rbAllImage.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  448. this.rbAllImage.Tag = "rbAllImage";
  449. this.rbAllImage.Text = "全图匹配";
  450. this.rbAllImage.ToolTip = "rbAllImage";
  451. this.rbAllImage.ToolTipImage = null;
  452. this.rbAllImage.ToolTipTitle = "rbAllImage";
  453. this.rbAllImage.Click += new System.EventHandler(this.rbAllImage_Click);
  454. //
  455. // rbChoiceTools
  456. //
  457. this.rbChoiceTools.ButtonMoreEnabled = false;
  458. this.rbChoiceTools.ButtonMoreVisible = false;
  459. this.rbChoiceTools.Items.Add(this.rbReverseSelection);
  460. this.rbChoiceTools.Items.Add(this.rbCircular);
  461. this.rbChoiceTools.Items.Add(this.rbRectangle);
  462. this.rbChoiceTools.Items.Add(this.rbCancel);
  463. this.rbChoiceTools.Tag = null;
  464. this.rbChoiceTools.Text = "选择工具";
  465. //
  466. // rbReverseSelection
  467. //
  468. this.rbReverseSelection.AltKey = null;
  469. this.rbReverseSelection.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  470. this.rbReverseSelection.DropDownArrowSize = new System.Drawing.Size(5, 3);
  471. this.rbReverseSelection.Image = global::OTSIncAReportApp.Properties.Resources.反选32;
  472. this.rbReverseSelection.SmallImage = global::OTSIncAReportApp.Properties.Resources.反选16;
  473. this.rbReverseSelection.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  474. this.rbReverseSelection.Tag = "rbReverseSelection";
  475. this.rbReverseSelection.Text = "反选";
  476. this.rbReverseSelection.ToolTip = "rbReverseSelection";
  477. this.rbReverseSelection.ToolTipImage = null;
  478. this.rbReverseSelection.ToolTipTitle = null;
  479. this.rbReverseSelection.Click += new System.EventHandler(this.rbReverseSelection_Click);
  480. //
  481. // rbCircular
  482. //
  483. this.rbCircular.AltKey = null;
  484. this.rbCircular.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  485. this.rbCircular.DropDownArrowSize = new System.Drawing.Size(5, 3);
  486. this.rbCircular.Image = global::OTSIncAReportApp.Properties.Resources.圆形32;
  487. this.rbCircular.SmallImage = global::OTSIncAReportApp.Properties.Resources.圆形16;
  488. this.rbCircular.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  489. this.rbCircular.Tag = "rbCircular";
  490. this.rbCircular.Text = "圆形";
  491. this.rbCircular.ToolTip = "rbCircular";
  492. this.rbCircular.ToolTipImage = null;
  493. this.rbCircular.ToolTipTitle = null;
  494. this.rbCircular.Click += new System.EventHandler(this.rbCircular_Click);
  495. //
  496. // rbRectangle
  497. //
  498. this.rbRectangle.AltKey = null;
  499. this.rbRectangle.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  500. this.rbRectangle.DropDownArrowSize = new System.Drawing.Size(5, 3);
  501. this.rbRectangle.Image = global::OTSIncAReportApp.Properties.Resources.矩形32;
  502. this.rbRectangle.SmallImage = global::OTSIncAReportApp.Properties.Resources.矩形16;
  503. this.rbRectangle.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  504. this.rbRectangle.Tag = "rbRectangle";
  505. this.rbRectangle.Text = "矩形";
  506. this.rbRectangle.ToolTip = "rbRectangle";
  507. this.rbRectangle.ToolTipImage = null;
  508. this.rbRectangle.ToolTipTitle = null;
  509. this.rbRectangle.Click += new System.EventHandler(this.rbRectangle_Click);
  510. //
  511. // rbCancel
  512. //
  513. this.rbCancel.AltKey = null;
  514. this.rbCancel.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  515. this.rbCancel.DropDownArrowSize = new System.Drawing.Size(5, 3);
  516. this.rbCancel.Image = global::OTSIncAReportApp.Properties.Resources.取消32;
  517. this.rbCancel.SmallImage = global::OTSIncAReportApp.Properties.Resources.取消16;
  518. this.rbCancel.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  519. this.rbCancel.Tag = "rbCancel";
  520. this.rbCancel.Text = "取消";
  521. this.rbCancel.ToolTip = "rbCancel";
  522. this.rbCancel.ToolTipImage = null;
  523. this.rbCancel.ToolTipTitle = null;
  524. this.rbCancel.Click += new System.EventHandler(this.rbCancel_Click);
  525. //
  526. // rbChoiceParticle
  527. //
  528. this.rbChoiceParticle.ButtonMoreEnabled = false;
  529. this.rbChoiceParticle.ButtonMoreVisible = false;
  530. this.rbChoiceParticle.Items.Add(this.rbReMeasure);
  531. this.rbChoiceParticle.Tag = null;
  532. this.rbChoiceParticle.Text = "颗粒";
  533. //
  534. // rbReMeasure
  535. //
  536. this.rbReMeasure.AltKey = null;
  537. this.rbReMeasure.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  538. this.rbReMeasure.DropDownArrowSize = new System.Drawing.Size(5, 3);
  539. this.rbReMeasure.Image = global::OTSIncAReportApp.Properties.Resources.重新分类;
  540. this.rbReMeasure.SmallImage = global::OTSIncAReportApp.Properties.Resources.重新分类;
  541. this.rbReMeasure.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  542. this.rbReMeasure.Tag = "rbReMeasure";
  543. this.rbReMeasure.Text = "重新测量";
  544. this.rbReMeasure.ToolTip = "rbReMeasure";
  545. this.rbReMeasure.ToolTipImage = null;
  546. this.rbReMeasure.ToolTipTitle = null;
  547. this.rbReMeasure.Click += new System.EventHandler(this.rbReMeasure_Click);
  548. //
  549. // rbMenu
  550. //
  551. this.rbMenu.Panels.Add(this.ribbonPanel2);
  552. this.rbMenu.Tag = null;
  553. this.rbMenu.Text = "视域菜单";
  554. //
  555. // ribbonPanel2
  556. //
  557. this.ribbonPanel2.ButtonMoreEnabled = false;
  558. this.ribbonPanel2.ButtonMoreVisible = false;
  559. this.ribbonPanel2.Items.Add(this.rbFrame);
  560. this.ribbonPanel2.Items.Add(this.rbStaff);
  561. this.ribbonPanel2.Items.Add(this.rbRenew);
  562. this.ribbonPanel2.Tag = null;
  563. this.ribbonPanel2.Text = "图形功能";
  564. //
  565. // rbFrame
  566. //
  567. this.rbFrame.AltKey = null;
  568. this.rbFrame.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  569. this.rbFrame.DropDownArrowSize = new System.Drawing.Size(5, 3);
  570. this.rbFrame.Image = global::OTSIncAReportApp.Properties.Resources.帧图边框32;
  571. this.rbFrame.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbFrame.SmallImage")));
  572. this.rbFrame.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  573. this.rbFrame.Tag = "rbFrame";
  574. this.rbFrame.Text = "帧图边框";
  575. this.rbFrame.ToolTip = "rbFrame";
  576. this.rbFrame.ToolTipImage = null;
  577. this.rbFrame.ToolTipTitle = null;
  578. this.rbFrame.Click += new System.EventHandler(this.rbFrame_Click);
  579. //
  580. // rbStaff
  581. //
  582. this.rbStaff.AltKey = null;
  583. this.rbStaff.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  584. this.rbStaff.DropDownArrowSize = new System.Drawing.Size(5, 3);
  585. this.rbStaff.Image = global::OTSIncAReportApp.Properties.Resources.标尺32;
  586. this.rbStaff.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbStaff.SmallImage")));
  587. this.rbStaff.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  588. this.rbStaff.Tag = "rbStaff";
  589. this.rbStaff.Text = "标尺";
  590. this.rbStaff.ToolTip = "rbStaff";
  591. this.rbStaff.ToolTipImage = null;
  592. this.rbStaff.ToolTipTitle = null;
  593. this.rbStaff.Click += new System.EventHandler(this.rbStaff_Click);
  594. //
  595. // rbRenew
  596. //
  597. this.rbRenew.AltKey = null;
  598. this.rbRenew.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  599. this.rbRenew.DropDownArrowSize = new System.Drawing.Size(5, 3);
  600. this.rbRenew.Image = global::OTSIncAReportApp.Properties.Resources.恢复32;
  601. this.rbRenew.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbRenew.SmallImage")));
  602. this.rbRenew.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  603. this.rbRenew.Tag = "rbRenew";
  604. this.rbRenew.Text = "恢复";
  605. this.rbRenew.ToolTip = "rbRenew";
  606. this.rbRenew.ToolTipImage = null;
  607. this.rbRenew.ToolTipTitle = null;
  608. this.rbRenew.Click += new System.EventHandler(this.rbRenew_Click);
  609. //
  610. // ribbonPanelOthers
  611. //
  612. this.ribbonPanelOthers.Tag = null;
  613. this.ribbonPanelOthers.Text = null;
  614. //
  615. // rbHelp
  616. //
  617. this.rbHelp.AltKey = null;
  618. this.rbHelp.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  619. this.rbHelp.DropDownArrowSize = new System.Drawing.Size(5, 3);
  620. this.rbHelp.Image = ((System.Drawing.Image)(resources.GetObject("rbHelp.Image")));
  621. this.rbHelp.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbHelp.SmallImage")));
  622. this.rbHelp.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  623. this.rbHelp.Tag = null;
  624. this.rbHelp.Text = null;
  625. this.rbHelp.ToolTip = null;
  626. this.rbHelp.ToolTipImage = null;
  627. this.rbHelp.ToolTipTitle = null;
  628. //
  629. // rbGB1
  630. //
  631. this.rbGB1.AltKey = null;
  632. this.rbGB1.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  633. this.rbGB1.DropDownArrowSize = new System.Drawing.Size(5, 3);
  634. this.rbGB1.Image = global::OTSIncAReportApp.Properties.Resources.国标一32;
  635. this.rbGB1.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbGB1.SmallImage")));
  636. this.rbGB1.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  637. this.rbGB1.Tag = "rbGB1";
  638. this.rbGB1.Text = "国标一";
  639. this.rbGB1.ToolTip = "rbGB1";
  640. this.rbGB1.ToolTipImage = null;
  641. this.rbGB1.ToolTipTitle = null;
  642. //
  643. // rbGB2
  644. //
  645. this.rbGB2.AltKey = null;
  646. this.rbGB2.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  647. this.rbGB2.DropDownArrowSize = new System.Drawing.Size(5, 3);
  648. this.rbGB2.Image = global::OTSIncAReportApp.Properties.Resources.国标二32;
  649. this.rbGB2.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbGB2.SmallImage")));
  650. this.rbGB2.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  651. this.rbGB2.Tag = "rbGB2";
  652. this.rbGB2.Text = "国标二";
  653. this.rbGB2.ToolTip = "rbGB2";
  654. this.rbGB2.ToolTipImage = null;
  655. this.rbGB2.ToolTipTitle = null;
  656. //
  657. // statusStrip1
  658. //
  659. this.statusStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
  660. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  661. this.RSGrayVal,
  662. this.mouseMatter});
  663. this.statusStrip1.Location = new System.Drawing.Point(0, 671);
  664. this.statusStrip1.Name = "statusStrip1";
  665. this.statusStrip1.Padding = new System.Windows.Forms.Padding(12, 0, 3, 0);
  666. this.statusStrip1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  667. this.statusStrip1.Size = new System.Drawing.Size(1701, 26);
  668. this.statusStrip1.TabIndex = 4;
  669. this.statusStrip1.Text = "statusStrip1";
  670. //
  671. // RSGrayVal
  672. //
  673. this.RSGrayVal.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
  674. this.RSGrayVal.Name = "RSGrayVal";
  675. this.RSGrayVal.Size = new System.Drawing.Size(48, 21);
  676. this.RSGrayVal.Text = "灰度值";
  677. //
  678. // mouseMatter
  679. //
  680. this.mouseMatter.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
  681. this.mouseMatter.Name = "mouseMatter";
  682. this.mouseMatter.Size = new System.Drawing.Size(84, 21);
  683. this.mouseMatter.Text = "鼠标点的物质";
  684. //
  685. // DockWindowPanel
  686. //
  687. this.DockWindowPanel.ActiveAutoHideContent = null;
  688. this.DockWindowPanel.Dock = System.Windows.Forms.DockStyle.Fill;
  689. this.DockWindowPanel.DockBackColor = System.Drawing.SystemColors.Control;
  690. this.DockWindowPanel.Location = new System.Drawing.Point(0, 130);
  691. this.DockWindowPanel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  692. this.DockWindowPanel.Name = "DockWindowPanel";
  693. this.DockWindowPanel.Size = new System.Drawing.Size(1701, 541);
  694. dockPanelGradient1.EndColor = System.Drawing.SystemColors.ControlLight;
  695. dockPanelGradient1.StartColor = System.Drawing.SystemColors.ControlLight;
  696. autoHideStripSkin1.DockStripGradient = dockPanelGradient1;
  697. tabGradient1.EndColor = System.Drawing.SystemColors.Control;
  698. tabGradient1.StartColor = System.Drawing.SystemColors.Control;
  699. tabGradient1.TextColor = System.Drawing.SystemColors.ControlDarkDark;
  700. autoHideStripSkin1.TabGradient = tabGradient1;
  701. dockPanelSkin1.AutoHideStripSkin = autoHideStripSkin1;
  702. tabGradient2.EndColor = System.Drawing.SystemColors.ControlLightLight;
  703. tabGradient2.StartColor = System.Drawing.SystemColors.ControlLightLight;
  704. tabGradient2.TextColor = System.Drawing.SystemColors.ControlText;
  705. dockPaneStripGradient1.ActiveTabGradient = tabGradient2;
  706. dockPanelGradient2.EndColor = System.Drawing.SystemColors.Control;
  707. dockPanelGradient2.StartColor = System.Drawing.SystemColors.Control;
  708. dockPaneStripGradient1.DockStripGradient = dockPanelGradient2;
  709. tabGradient3.EndColor = System.Drawing.SystemColors.ControlLight;
  710. tabGradient3.StartColor = System.Drawing.SystemColors.ControlLight;
  711. tabGradient3.TextColor = System.Drawing.SystemColors.ControlText;
  712. dockPaneStripGradient1.InactiveTabGradient = tabGradient3;
  713. dockPaneStripSkin1.DocumentGradient = dockPaneStripGradient1;
  714. tabGradient4.EndColor = System.Drawing.SystemColors.ActiveCaption;
  715. tabGradient4.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
  716. tabGradient4.StartColor = System.Drawing.SystemColors.GradientActiveCaption;
  717. tabGradient4.TextColor = System.Drawing.SystemColors.ActiveCaptionText;
  718. dockPaneStripToolWindowGradient1.ActiveCaptionGradient = tabGradient4;
  719. tabGradient5.EndColor = System.Drawing.SystemColors.Control;
  720. tabGradient5.StartColor = System.Drawing.SystemColors.Control;
  721. tabGradient5.TextColor = System.Drawing.SystemColors.ControlText;
  722. dockPaneStripToolWindowGradient1.ActiveTabGradient = tabGradient5;
  723. dockPanelGradient3.EndColor = System.Drawing.SystemColors.ControlLight;
  724. dockPanelGradient3.StartColor = System.Drawing.SystemColors.ControlLight;
  725. dockPaneStripToolWindowGradient1.DockStripGradient = dockPanelGradient3;
  726. tabGradient6.EndColor = System.Drawing.SystemColors.GradientInactiveCaption;
  727. tabGradient6.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
  728. tabGradient6.StartColor = System.Drawing.SystemColors.GradientInactiveCaption;
  729. tabGradient6.TextColor = System.Drawing.SystemColors.ControlText;
  730. dockPaneStripToolWindowGradient1.InactiveCaptionGradient = tabGradient6;
  731. tabGradient7.EndColor = System.Drawing.Color.Transparent;
  732. tabGradient7.StartColor = System.Drawing.Color.Transparent;
  733. tabGradient7.TextColor = System.Drawing.SystemColors.ControlDarkDark;
  734. dockPaneStripToolWindowGradient1.InactiveTabGradient = tabGradient7;
  735. dockPaneStripSkin1.ToolWindowGradient = dockPaneStripToolWindowGradient1;
  736. dockPanelSkin1.DockPaneStripSkin = dockPaneStripSkin1;
  737. this.DockWindowPanel.Skin = dockPanelSkin1;
  738. this.DockWindowPanel.TabIndex = 5;
  739. this.DockWindowPanel.ActiveContentChanged += new System.EventHandler(this.DockWindowPanel_ActiveContentChanged);
  740. //
  741. // ribbonOrbMenuItem5
  742. //
  743. this.ribbonOrbMenuItem5.AltKey = null;
  744. this.ribbonOrbMenuItem5.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  745. this.ribbonOrbMenuItem5.DropDownArrowSize = new System.Drawing.Size(5, 3);
  746. this.ribbonOrbMenuItem5.Image = ((System.Drawing.Image)(resources.GetObject("ribbonOrbMenuItem5.Image")));
  747. this.ribbonOrbMenuItem5.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonOrbMenuItem5.SmallImage")));
  748. this.ribbonOrbMenuItem5.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  749. this.ribbonOrbMenuItem5.Tag = null;
  750. this.ribbonOrbMenuItem5.Text = "复制";
  751. this.ribbonOrbMenuItem5.ToolTip = null;
  752. this.ribbonOrbMenuItem5.ToolTipImage = null;
  753. this.ribbonOrbMenuItem5.ToolTipTitle = null;
  754. //
  755. // ribbonOrbMenuItem7
  756. //
  757. this.ribbonOrbMenuItem7.AltKey = null;
  758. this.ribbonOrbMenuItem7.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  759. this.ribbonOrbMenuItem7.DropDownArrowSize = new System.Drawing.Size(5, 3);
  760. this.ribbonOrbMenuItem7.Image = ((System.Drawing.Image)(resources.GetObject("ribbonOrbMenuItem7.Image")));
  761. this.ribbonOrbMenuItem7.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonOrbMenuItem7.SmallImage")));
  762. this.ribbonOrbMenuItem7.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  763. this.ribbonOrbMenuItem7.Tag = null;
  764. this.ribbonOrbMenuItem7.Text = null;
  765. this.ribbonOrbMenuItem7.ToolTip = null;
  766. this.ribbonOrbMenuItem7.ToolTipImage = null;
  767. this.ribbonOrbMenuItem7.ToolTipTitle = null;
  768. //
  769. // ribbonButton3
  770. //
  771. this.ribbonButton3.AltKey = null;
  772. this.ribbonButton3.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  773. this.ribbonButton3.DropDownArrowSize = new System.Drawing.Size(5, 3);
  774. this.ribbonButton3.Image = global::OTSIncAReportApp.Properties.Resources.帧图边框32;
  775. this.ribbonButton3.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton3.SmallImage")));
  776. this.ribbonButton3.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  777. this.ribbonButton3.Tag = "rbFrame";
  778. this.ribbonButton3.Text = "帧图边框";
  779. this.ribbonButton3.ToolTip = "rbFrame";
  780. this.ribbonButton3.ToolTipImage = null;
  781. this.ribbonButton3.ToolTipTitle = null;
  782. //
  783. // toolTip1
  784. //
  785. this.toolTip1.Popup += new System.Windows.Forms.PopupEventHandler(this.toolTip1_Popup);
  786. //
  787. // ribbonOrbRecentItem2
  788. //
  789. this.ribbonOrbRecentItem2.AltKey = null;
  790. this.ribbonOrbRecentItem2.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  791. this.ribbonOrbRecentItem2.DropDownArrowSize = new System.Drawing.Size(5, 3);
  792. this.ribbonOrbRecentItem2.Image = ((System.Drawing.Image)(resources.GetObject("ribbonOrbRecentItem2.Image")));
  793. this.ribbonOrbRecentItem2.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonOrbRecentItem2.SmallImage")));
  794. this.ribbonOrbRecentItem2.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  795. this.ribbonOrbRecentItem2.Tag = null;
  796. this.ribbonOrbRecentItem2.Text = "ribbonOrbRecentItem2";
  797. this.ribbonOrbRecentItem2.ToolTip = null;
  798. this.ribbonOrbRecentItem2.ToolTipImage = null;
  799. this.ribbonOrbRecentItem2.ToolTipTitle = null;
  800. //
  801. // ribbonOrbRecentItem3
  802. //
  803. this.ribbonOrbRecentItem3.AltKey = null;
  804. this.ribbonOrbRecentItem3.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  805. this.ribbonOrbRecentItem3.DropDownArrowSize = new System.Drawing.Size(5, 3);
  806. this.ribbonOrbRecentItem3.Image = ((System.Drawing.Image)(resources.GetObject("ribbonOrbRecentItem3.Image")));
  807. this.ribbonOrbRecentItem3.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonOrbRecentItem3.SmallImage")));
  808. this.ribbonOrbRecentItem3.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  809. this.ribbonOrbRecentItem3.Tag = null;
  810. this.ribbonOrbRecentItem3.Text = "ribbonOrbRecentItem3";
  811. this.ribbonOrbRecentItem3.ToolTip = null;
  812. this.ribbonOrbRecentItem3.ToolTipImage = null;
  813. this.ribbonOrbRecentItem3.ToolTipTitle = null;
  814. //
  815. // ribbonOrbRecentItem4
  816. //
  817. this.ribbonOrbRecentItem4.AltKey = null;
  818. this.ribbonOrbRecentItem4.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  819. this.ribbonOrbRecentItem4.DropDownArrowSize = new System.Drawing.Size(5, 3);
  820. this.ribbonOrbRecentItem4.Image = ((System.Drawing.Image)(resources.GetObject("ribbonOrbRecentItem4.Image")));
  821. this.ribbonOrbRecentItem4.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonOrbRecentItem4.SmallImage")));
  822. this.ribbonOrbRecentItem4.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  823. this.ribbonOrbRecentItem4.Tag = null;
  824. this.ribbonOrbRecentItem4.Text = "ribbonOrbRecentItem4";
  825. this.ribbonOrbRecentItem4.ToolTip = null;
  826. this.ribbonOrbRecentItem4.ToolTipImage = null;
  827. this.ribbonOrbRecentItem4.ToolTipTitle = null;
  828. //
  829. // ribbonOrbRecentItem5
  830. //
  831. this.ribbonOrbRecentItem5.AltKey = null;
  832. this.ribbonOrbRecentItem5.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  833. this.ribbonOrbRecentItem5.DropDownArrowSize = new System.Drawing.Size(5, 3);
  834. this.ribbonOrbRecentItem5.Image = ((System.Drawing.Image)(resources.GetObject("ribbonOrbRecentItem5.Image")));
  835. this.ribbonOrbRecentItem5.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonOrbRecentItem5.SmallImage")));
  836. this.ribbonOrbRecentItem5.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  837. this.ribbonOrbRecentItem5.Tag = null;
  838. this.ribbonOrbRecentItem5.Text = "ribbonOrbRecentItem5";
  839. this.ribbonOrbRecentItem5.ToolTip = null;
  840. this.ribbonOrbRecentItem5.ToolTipImage = null;
  841. this.ribbonOrbRecentItem5.ToolTipTitle = null;
  842. //
  843. // ribbonOrbRecentItem6
  844. //
  845. this.ribbonOrbRecentItem6.AltKey = null;
  846. this.ribbonOrbRecentItem6.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  847. this.ribbonOrbRecentItem6.DropDownArrowSize = new System.Drawing.Size(5, 3);
  848. this.ribbonOrbRecentItem6.Image = ((System.Drawing.Image)(resources.GetObject("ribbonOrbRecentItem6.Image")));
  849. this.ribbonOrbRecentItem6.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonOrbRecentItem6.SmallImage")));
  850. this.ribbonOrbRecentItem6.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  851. this.ribbonOrbRecentItem6.Tag = null;
  852. this.ribbonOrbRecentItem6.Text = "ribbonOrbRecentItem6";
  853. this.ribbonOrbRecentItem6.ToolTip = null;
  854. this.ribbonOrbRecentItem6.ToolTipImage = null;
  855. this.ribbonOrbRecentItem6.ToolTipTitle = null;
  856. //
  857. // ribbonOrbRecentItem7
  858. //
  859. this.ribbonOrbRecentItem7.AltKey = null;
  860. this.ribbonOrbRecentItem7.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  861. this.ribbonOrbRecentItem7.DropDownArrowSize = new System.Drawing.Size(5, 3);
  862. this.ribbonOrbRecentItem7.Image = ((System.Drawing.Image)(resources.GetObject("ribbonOrbRecentItem7.Image")));
  863. this.ribbonOrbRecentItem7.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonOrbRecentItem7.SmallImage")));
  864. this.ribbonOrbRecentItem7.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  865. this.ribbonOrbRecentItem7.Tag = null;
  866. this.ribbonOrbRecentItem7.Text = "ribbonOrbRecentItem7";
  867. this.ribbonOrbRecentItem7.ToolTip = null;
  868. this.ribbonOrbRecentItem7.ToolTipImage = null;
  869. this.ribbonOrbRecentItem7.ToolTipTitle = null;
  870. //
  871. // ribbonOrbRecentItem8
  872. //
  873. this.ribbonOrbRecentItem8.AltKey = null;
  874. this.ribbonOrbRecentItem8.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  875. this.ribbonOrbRecentItem8.DropDownArrowSize = new System.Drawing.Size(5, 3);
  876. this.ribbonOrbRecentItem8.Image = ((System.Drawing.Image)(resources.GetObject("ribbonOrbRecentItem8.Image")));
  877. this.ribbonOrbRecentItem8.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonOrbRecentItem8.SmallImage")));
  878. this.ribbonOrbRecentItem8.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  879. this.ribbonOrbRecentItem8.Tag = null;
  880. this.ribbonOrbRecentItem8.Text = "ribbonOrbRecentItem8";
  881. this.ribbonOrbRecentItem8.ToolTip = null;
  882. this.ribbonOrbRecentItem8.ToolTipImage = null;
  883. this.ribbonOrbRecentItem8.ToolTipTitle = null;
  884. //
  885. // ribbonOrbRecentItem9
  886. //
  887. this.ribbonOrbRecentItem9.AltKey = null;
  888. this.ribbonOrbRecentItem9.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  889. this.ribbonOrbRecentItem9.DropDownArrowSize = new System.Drawing.Size(5, 3);
  890. this.ribbonOrbRecentItem9.Image = ((System.Drawing.Image)(resources.GetObject("ribbonOrbRecentItem9.Image")));
  891. this.ribbonOrbRecentItem9.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonOrbRecentItem9.SmallImage")));
  892. this.ribbonOrbRecentItem9.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  893. this.ribbonOrbRecentItem9.Tag = null;
  894. this.ribbonOrbRecentItem9.Text = "ribbonOrbRecentItem9";
  895. this.ribbonOrbRecentItem9.ToolTip = null;
  896. this.ribbonOrbRecentItem9.ToolTipImage = null;
  897. this.ribbonOrbRecentItem9.ToolTipTitle = null;
  898. //
  899. // ribbonOrbRecentItem10
  900. //
  901. this.ribbonOrbRecentItem10.AltKey = null;
  902. this.ribbonOrbRecentItem10.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  903. this.ribbonOrbRecentItem10.DropDownArrowSize = new System.Drawing.Size(5, 3);
  904. this.ribbonOrbRecentItem10.Image = ((System.Drawing.Image)(resources.GetObject("ribbonOrbRecentItem10.Image")));
  905. this.ribbonOrbRecentItem10.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonOrbRecentItem10.SmallImage")));
  906. this.ribbonOrbRecentItem10.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  907. this.ribbonOrbRecentItem10.Tag = null;
  908. this.ribbonOrbRecentItem10.Text = "ribbonOrbRecentItem10";
  909. this.ribbonOrbRecentItem10.ToolTip = null;
  910. this.ribbonOrbRecentItem10.ToolTipImage = null;
  911. this.ribbonOrbRecentItem10.ToolTipTitle = null;
  912. //
  913. // frmReportApp
  914. //
  915. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  916. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  917. this.ClientSize = new System.Drawing.Size(1701, 697);
  918. this.Controls.Add(this.DockWindowPanel);
  919. this.Controls.Add(this.statusStrip1);
  920. this.Controls.Add(this.ribbon1);
  921. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  922. this.IsMdiContainer = true;
  923. this.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
  924. this.Name = "frmReportApp";
  925. this.Text = "OTSReportApp";
  926. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  927. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmReportApp_FormClosing);
  928. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmReportApp_FormClosed);
  929. this.Load += new System.EventHandler(this.OTSReportApp_Load);
  930. this.statusStrip1.ResumeLayout(false);
  931. this.statusStrip1.PerformLayout();
  932. this.ResumeLayout(false);
  933. this.PerformLayout();
  934. }
  935. #endregion
  936. private System.Windows.Forms.Ribbon ribbon1;
  937. private System.Windows.Forms.RibbonTab ribbonTab1;
  938. private System.Windows.Forms.RibbonButton ribbonButton1;
  939. public System.Windows.Forms.RibbonButton rbSave;
  940. public System.Windows.Forms.RibbonButton rbOpen;
  941. public System.Windows.Forms.RibbonButton rbClose;
  942. public System.Windows.Forms.RibbonButton rbSaveAs;
  943. public System.Windows.Forms.RibbonButton rbOut;
  944. public System.Windows.Forms.RibbonButton rbAllImage;
  945. public System.Windows.Forms.RibbonTab rbMenu;
  946. public System.Windows.Forms.RibbonPanel ribbonPanel2;
  947. public System.Windows.Forms.RibbonButton rbFrame;
  948. public System.Windows.Forms.RibbonButton rbStaff;
  949. public System.Windows.Forms.RibbonButton rbRenew;
  950. public System.Windows.Forms.RibbonButton rbGB1;
  951. public System.Windows.Forms.RibbonButton rbGB2;
  952. public System.Windows.Forms.RibbonPanel rbSelTool;
  953. public System.Windows.Forms.StatusStrip statusStrip1;
  954. public System.Windows.Forms.ToolStripStatusLabel RSGrayVal;
  955. public System.Windows.Forms.ToolStripStatusLabel mouseMatter;
  956. public OTS.WinFormsUI.Docking.DockPanel DockWindowPanel;
  957. private System.Windows.Forms.RibbonOrbOptionButton ribbonOrbOptionButton1;
  958. public System.Windows.Forms.RibbonButton rbReverseSelection;
  959. public System.Windows.Forms.RibbonButton rbCircular;
  960. public System.Windows.Forms.RibbonButton rbRectangle;
  961. public System.Windows.Forms.RibbonButton rbCancel;
  962. public System.Windows.Forms.RibbonPanel rbChoiceTools;
  963. public System.Windows.Forms.RibbonButton rbReMeasure;
  964. public System.Windows.Forms.RibbonPanel rbChoiceParticle;
  965. //public System.Windows.Forms.RibbonOrbMenuItem dpbNew;
  966. public System.Windows.Forms.RibbonOrbMenuItem dpbOpen;
  967. //public System.Windows.Forms.RibbonOrbMenuItem dpbSave;
  968. //public System.Windows.Forms.RibbonOrbMenuItem dpbSaveAS;
  969. public System.Windows.Forms.RibbonOrbMenuItem dpbExport;
  970. public System.Windows.Forms.RibbonButton ribbonButton2;
  971. private System.Windows.Forms.RibbonPanel ribbonPanel3;
  972. private System.Windows.Forms.RibbonOrbMenuItem ribbonOrbMenuItem5;
  973. private System.Windows.Forms.RibbonOrbMenuItem ribbonOrbMenuItem7;
  974. private System.Windows.Forms.RibbonOrbRecentItem ribbonOrbRecentItem1;
  975. public System.Windows.Forms.RibbonOrbMenuItem dpbUnDo;
  976. public System.Windows.Forms.RibbonOrbMenuItem dpbReDo;
  977. private System.Windows.Forms.RibbonPanel ribbonPanelOthers;
  978. public System.Windows.Forms.RibbonButton ribbonButton3;
  979. public System.Windows.Forms.RibbonButton rbHelp;
  980. public System.Windows.Forms.RibbonOrbMenuItem ribbonOrbMenuItem_Extremum;
  981. public System.Windows.Forms.RibbonOrbMenuItem Backup;
  982. public System.Windows.Forms.RibbonOrbMenuItem ribbonOrbMenuItem_InclusionsTraceability;
  983. public System.Windows.Forms.RibbonOrbMenuItem ribbonOrbMenuItem_purity;
  984. private System.Windows.Forms.ToolTip toolTip1;
  985. private System.Windows.Forms.RibbonOrbMenuItem dpbTemplateEditing;
  986. public System.Windows.Forms.RibbonButton rbOpenprj;
  987. private System.Windows.Forms.RibbonOrbRecentItem ribbonOrbRecentItem2;
  988. private System.Windows.Forms.RibbonOrbRecentItem ribbonOrbRecentItem3;
  989. private System.Windows.Forms.RibbonOrbRecentItem ribbonOrbRecentItem4;
  990. private System.Windows.Forms.RibbonOrbRecentItem ribbonOrbRecentItem5;
  991. private System.Windows.Forms.RibbonOrbRecentItem ribbonOrbRecentItem6;
  992. private System.Windows.Forms.RibbonOrbRecentItem ribbonOrbRecentItem7;
  993. private System.Windows.Forms.RibbonOrbRecentItem ribbonOrbRecentItem8;
  994. private System.Windows.Forms.RibbonOrbRecentItem ribbonOrbRecentItem9;
  995. private System.Windows.Forms.RibbonOrbRecentItem ribbonOrbRecentItem10;
  996. }
  997. }