frmReportApp.Designer.cs 42 KB

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