OTSIncAMeasureAppForm.Designer.cs 62 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072
  1. namespace OTSMeasureApp
  2. {
  3. partial class OTSIncAMeasureAppForm
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OTSIncAMeasureAppForm));
  29. OTS.WinFormsUI.Docking.DockPanelSkin dockPanelSkin1 = new OTS.WinFormsUI.Docking.DockPanelSkin();
  30. OTS.WinFormsUI.Docking.AutoHideStripSkin autoHideStripSkin1 = new OTS.WinFormsUI.Docking.AutoHideStripSkin();
  31. OTS.WinFormsUI.Docking.DockPanelGradient dockPanelGradient1 = new OTS.WinFormsUI.Docking.DockPanelGradient();
  32. OTS.WinFormsUI.Docking.TabGradient tabGradient1 = new OTS.WinFormsUI.Docking.TabGradient();
  33. OTS.WinFormsUI.Docking.DockPaneStripSkin dockPaneStripSkin1 = new OTS.WinFormsUI.Docking.DockPaneStripSkin();
  34. OTS.WinFormsUI.Docking.DockPaneStripGradient dockPaneStripGradient1 = new OTS.WinFormsUI.Docking.DockPaneStripGradient();
  35. OTS.WinFormsUI.Docking.TabGradient tabGradient2 = new OTS.WinFormsUI.Docking.TabGradient();
  36. OTS.WinFormsUI.Docking.DockPanelGradient dockPanelGradient2 = new OTS.WinFormsUI.Docking.DockPanelGradient();
  37. OTS.WinFormsUI.Docking.TabGradient tabGradient3 = new OTS.WinFormsUI.Docking.TabGradient();
  38. OTS.WinFormsUI.Docking.DockPaneStripToolWindowGradient dockPaneStripToolWindowGradient1 = new OTS.WinFormsUI.Docking.DockPaneStripToolWindowGradient();
  39. OTS.WinFormsUI.Docking.TabGradient tabGradient4 = new OTS.WinFormsUI.Docking.TabGradient();
  40. OTS.WinFormsUI.Docking.TabGradient tabGradient5 = new OTS.WinFormsUI.Docking.TabGradient();
  41. OTS.WinFormsUI.Docking.DockPanelGradient dockPanelGradient3 = new OTS.WinFormsUI.Docking.DockPanelGradient();
  42. OTS.WinFormsUI.Docking.TabGradient tabGradient6 = new OTS.WinFormsUI.Docking.TabGradient();
  43. OTS.WinFormsUI.Docking.TabGradient tabGradient7 = new OTS.WinFormsUI.Docking.TabGradient();
  44. this.rbNew = new System.Windows.Forms.RibbonButton();
  45. this.rbOpen = new System.Windows.Forms.RibbonButton();
  46. this.rbSave = new System.Windows.Forms.RibbonButton();
  47. this.rbSaveAs = new System.Windows.Forms.RibbonButton();
  48. this.rbMenu = new System.Windows.Forms.Ribbon();
  49. this.menuNewDocument = new System.Windows.Forms.RibbonOrbMenuItem();
  50. this.menuOpenprj = new System.Windows.Forms.RibbonOrbMenuItem();
  51. this.ribbonSeparator1 = new System.Windows.Forms.RibbonSeparator();
  52. this.menuSaveprj = new System.Windows.Forms.RibbonOrbMenuItem();
  53. this.menuSaveAsprj = new System.Windows.Forms.RibbonOrbMenuItem();
  54. this.menuSTDEdit = new System.Windows.Forms.RibbonButton();
  55. this.menuHistoryPrj = new System.Windows.Forms.RibbonButton();
  56. this.menuSysMgrApp = new System.Windows.Forms.RibbonButton();
  57. this.ribbonSeparator2 = new System.Windows.Forms.RibbonSeparator();
  58. this.menuAbout = new System.Windows.Forms.RibbonOrbMenuItem();
  59. this.menuExitApp = new System.Windows.Forms.RibbonOrbMenuItem();
  60. this.rbSelectDlg = new System.Windows.Forms.RibbonOrbOptionButton();
  61. this.rbTabHome = new System.Windows.Forms.RibbonTab();
  62. this.rbPanelFile = new System.Windows.Forms.RibbonPanel();
  63. this.rbPanelSample = new System.Windows.Forms.RibbonPanel();
  64. this.ribInvers = new System.Windows.Forms.RibbonButton();
  65. this.ribCircle = new System.Windows.Forms.RibbonButton();
  66. this.rbCircleCenter = new System.Windows.Forms.RibbonButton();
  67. this.rbThreePoints = new System.Windows.Forms.RibbonButton();
  68. this.rbRingShape = new System.Windows.Forms.RibbonButton();
  69. this.ribRectangle = new System.Windows.Forms.RibbonButton();
  70. this.ribbonButtonTwoPoint = new System.Windows.Forms.RibbonButton();
  71. this.ribPolygon = new System.Windows.Forms.RibbonButton();
  72. this.ribbonSeparator4 = new System.Windows.Forms.RibbonSeparator();
  73. this.ribonBtnShot = new System.Windows.Forms.RibbonButton();
  74. this.rbSemFunction = new System.Windows.Forms.RibbonPanel();
  75. this.rbConnectHardware = new System.Windows.Forms.RibbonButton();
  76. this.rbDisconnectHardware = new System.Windows.Forms.RibbonButton();
  77. this.rbinterrupt = new System.Windows.Forms.RibbonButton();
  78. this.rbAutoBeamOff = new System.Windows.Forms.RibbonButton();
  79. this.rbPanelFunction = new System.Windows.Forms.RibbonPanel();
  80. this.rbStart = new System.Windows.Forms.RibbonButton();
  81. this.rbPause = new System.Windows.Forms.RibbonButton();
  82. this.rbStop = new System.Windows.Forms.RibbonButton();
  83. this.rbCheckParam = new System.Windows.Forms.RibbonButton();
  84. this.rbPReport = new System.Windows.Forms.RibbonPanel();
  85. this.rbReport = new System.Windows.Forms.RibbonButton();
  86. this.rb_Reclassify = new System.Windows.Forms.RibbonButton();
  87. this.rbTabView = new System.Windows.Forms.RibbonTab();
  88. this.ribView = new System.Windows.Forms.RibbonPanel();
  89. this.rbRuler = new System.Windows.Forms.RibbonButton();
  90. this.rbSmaplePhoto = new System.Windows.Forms.RibbonButton();
  91. this.rbSmapleName = new System.Windows.Forms.RibbonButton();
  92. this.rbRecover = new System.Windows.Forms.RibbonButton();
  93. this.ribbonItemGroup1 = new System.Windows.Forms.RibbonItemGroup();
  94. this.ribbonButton5 = new System.Windows.Forms.RibbonButton();
  95. this.ribbonButton6 = new System.Windows.Forms.RibbonButton();
  96. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  97. this.TSGrayVal = new System.Windows.Forms.ToolStripStatusLabel();
  98. this.STSemCoordinate = new System.Windows.Forms.ToolStripStatusLabel();
  99. this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
  100. this.dockPanel = new OTS.WinFormsUI.Docking.DockPanel();
  101. this.ribbonButton3 = new System.Windows.Forms.RibbonButton();
  102. this.ribbonButton1 = new System.Windows.Forms.RibbonButton();
  103. this.statusStrip1.SuspendLayout();
  104. this.SuspendLayout();
  105. //
  106. // rbNew
  107. //
  108. this.rbNew.AltKey = null;
  109. this.rbNew.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  110. this.rbNew.DropDownArrowSize = new System.Drawing.Size(5, 3);
  111. this.rbNew.Image = ((System.Drawing.Image)(resources.GetObject("rbNew.Image")));
  112. this.rbNew.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbNew.SmallImage")));
  113. this.rbNew.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  114. this.rbNew.Tag = null;
  115. this.rbNew.Text = null;
  116. this.rbNew.ToolTip = null;
  117. this.rbNew.ToolTipImage = null;
  118. this.rbNew.ToolTipTitle = null;
  119. //
  120. // rbOpen
  121. //
  122. this.rbOpen.AltKey = null;
  123. this.rbOpen.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  124. this.rbOpen.DropDownArrowSize = new System.Drawing.Size(5, 3);
  125. this.rbOpen.Image = global::OTSMeasureApp.Properties.Resources.open321;
  126. this.rbOpen.SmallImage = global::OTSMeasureApp.Properties.Resources.Open16;
  127. this.rbOpen.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  128. this.rbOpen.Tag = "rbOpen";
  129. this.rbOpen.Text = "打开";
  130. this.rbOpen.ToolTip = null;
  131. this.rbOpen.ToolTipImage = null;
  132. this.rbOpen.ToolTipTitle = null;
  133. this.rbOpen.Click += new System.EventHandler(this.rbOpen_Click);
  134. //
  135. // rbSave
  136. //
  137. this.rbSave.AltKey = null;
  138. this.rbSave.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  139. this.rbSave.DropDownArrowSize = new System.Drawing.Size(5, 3);
  140. this.rbSave.Image = ((System.Drawing.Image)(resources.GetObject("rbSave.Image")));
  141. this.rbSave.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbSave.SmallImage")));
  142. this.rbSave.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  143. this.rbSave.Tag = null;
  144. this.rbSave.Text = null;
  145. this.rbSave.ToolTip = null;
  146. this.rbSave.ToolTipImage = null;
  147. this.rbSave.ToolTipTitle = null;
  148. //
  149. // rbSaveAs
  150. //
  151. this.rbSaveAs.AltKey = null;
  152. this.rbSaveAs.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  153. this.rbSaveAs.DropDownArrowSize = new System.Drawing.Size(5, 3);
  154. this.rbSaveAs.Image = ((System.Drawing.Image)(resources.GetObject("rbSaveAs.Image")));
  155. this.rbSaveAs.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbSaveAs.SmallImage")));
  156. this.rbSaveAs.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  157. this.rbSaveAs.Tag = null;
  158. this.rbSaveAs.Text = null;
  159. this.rbSaveAs.ToolTip = null;
  160. this.rbSaveAs.ToolTipImage = null;
  161. this.rbSaveAs.ToolTipTitle = null;
  162. //
  163. // rbMenu
  164. //
  165. this.rbMenu.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  166. this.rbMenu.BorderMode = System.Windows.Forms.RibbonWindowMode.InsideWindow;
  167. this.rbMenu.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F);
  168. this.rbMenu.Location = new System.Drawing.Point(0, 0);
  169. this.rbMenu.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  170. this.rbMenu.Minimized = true;
  171. this.rbMenu.Name = "rbMenu";
  172. //
  173. //
  174. //
  175. this.rbMenu.OrbDropDown.BorderRoundness = 10;
  176. this.rbMenu.OrbDropDown.Location = new System.Drawing.Point(0, 0);
  177. this.rbMenu.OrbDropDown.MenuItems.Add(this.menuNewDocument);
  178. this.rbMenu.OrbDropDown.MenuItems.Add(this.menuOpenprj);
  179. this.rbMenu.OrbDropDown.MenuItems.Add(this.ribbonSeparator1);
  180. this.rbMenu.OrbDropDown.MenuItems.Add(this.menuSaveprj);
  181. this.rbMenu.OrbDropDown.MenuItems.Add(this.menuSaveAsprj);
  182. this.rbMenu.OrbDropDown.MenuItems.Add(this.menuSTDEdit);
  183. this.rbMenu.OrbDropDown.MenuItems.Add(this.menuHistoryPrj);
  184. this.rbMenu.OrbDropDown.MenuItems.Add(this.menuSysMgrApp);
  185. this.rbMenu.OrbDropDown.MenuItems.Add(this.ribbonSeparator2);
  186. this.rbMenu.OrbDropDown.MenuItems.Add(this.menuAbout);
  187. this.rbMenu.OrbDropDown.MenuItems.Add(this.menuExitApp);
  188. this.rbMenu.OrbDropDown.Name = "";
  189. this.rbMenu.OrbDropDown.OptionItems.Add(this.rbSelectDlg);
  190. this.rbMenu.OrbDropDown.Size = new System.Drawing.Size(527, 474);
  191. this.rbMenu.OrbDropDown.TabIndex = 0;
  192. this.rbMenu.OrbImage = global::OTSMeasureApp.Properties.Resources.logo_40;
  193. //
  194. //
  195. //
  196. this.rbMenu.QuickAcessToolbar.AltKey = null;
  197. this.rbMenu.QuickAcessToolbar.DropDownButtonVisible = false;
  198. this.rbMenu.QuickAcessToolbar.Enabled = false;
  199. this.rbMenu.QuickAcessToolbar.Image = null;
  200. this.rbMenu.QuickAcessToolbar.Tag = null;
  201. this.rbMenu.QuickAcessToolbar.ToolTipImage = null;
  202. this.rbMenu.Size = new System.Drawing.Size(1277, 130);
  203. this.rbMenu.TabIndex = 0;
  204. this.rbMenu.Tabs.Add(this.rbTabHome);
  205. this.rbMenu.Tabs.Add(this.rbTabView);
  206. this.rbMenu.TabSpacing = 6;
  207. //
  208. // menuNewDocument
  209. //
  210. this.menuNewDocument.AltKey = null;
  211. this.menuNewDocument.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  212. this.menuNewDocument.DropDownArrowSize = new System.Drawing.Size(5, 3);
  213. this.menuNewDocument.Image = global::OTSMeasureApp.Properties.Resources.newdocument32;
  214. this.menuNewDocument.SmallImage = global::OTSMeasureApp.Properties.Resources.newdocument32;
  215. this.menuNewDocument.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  216. this.menuNewDocument.Tag = "rbNewDocument";
  217. this.menuNewDocument.Text = "新建";
  218. this.menuNewDocument.ToolTip = null;
  219. this.menuNewDocument.ToolTipImage = null;
  220. this.menuNewDocument.ToolTipTitle = null;
  221. this.menuNewDocument.Click += new System.EventHandler(this.ribbonOrbMenuItem3_CreateWorkspace_Click);
  222. //
  223. // menuOpenprj
  224. //
  225. this.menuOpenprj.AltKey = null;
  226. this.menuOpenprj.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  227. this.menuOpenprj.DropDownArrowSize = new System.Drawing.Size(5, 3);
  228. this.menuOpenprj.Image = global::OTSMeasureApp.Properties.Resources.open32;
  229. this.menuOpenprj.SmallImage = global::OTSMeasureApp.Properties.Resources.open32;
  230. this.menuOpenprj.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  231. this.menuOpenprj.Tag = "rbOpenFile";
  232. this.menuOpenprj.Text = "打开";
  233. this.menuOpenprj.ToolTip = "rbOpenFile";
  234. this.menuOpenprj.ToolTipImage = null;
  235. this.menuOpenprj.ToolTipTitle = "rbOpenFile";
  236. this.menuOpenprj.Click += new System.EventHandler(this.ribbonOrbMenuItem1_OpenWorkspace_Click);
  237. //
  238. // ribbonSeparator1
  239. //
  240. this.ribbonSeparator1.AltKey = null;
  241. this.ribbonSeparator1.Image = null;
  242. this.ribbonSeparator1.Tag = null;
  243. this.ribbonSeparator1.Text = null;
  244. this.ribbonSeparator1.ToolTip = null;
  245. this.ribbonSeparator1.ToolTipImage = null;
  246. this.ribbonSeparator1.ToolTipTitle = null;
  247. //
  248. // menuSaveprj
  249. //
  250. this.menuSaveprj.AltKey = null;
  251. this.menuSaveprj.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  252. this.menuSaveprj.DropDownArrowSize = new System.Drawing.Size(5, 3);
  253. this.menuSaveprj.Image = global::OTSMeasureApp.Properties.Resources.save32;
  254. this.menuSaveprj.SmallImage = global::OTSMeasureApp.Properties.Resources.save32;
  255. this.menuSaveprj.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  256. this.menuSaveprj.Tag = "rbSaveFile";
  257. this.menuSaveprj.Text = "保存";
  258. this.menuSaveprj.ToolTip = null;
  259. this.menuSaveprj.ToolTipImage = null;
  260. this.menuSaveprj.ToolTipTitle = null;
  261. this.menuSaveprj.Click += new System.EventHandler(this.rbSaveFile_Click);
  262. //
  263. // menuSaveAsprj
  264. //
  265. this.menuSaveAsprj.AltKey = null;
  266. this.menuSaveAsprj.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  267. this.menuSaveAsprj.DropDownArrowSize = new System.Drawing.Size(5, 3);
  268. this.menuSaveAsprj.Image = global::OTSMeasureApp.Properties.Resources.saveas32;
  269. this.menuSaveAsprj.SmallImage = global::OTSMeasureApp.Properties.Resources.saveas32;
  270. this.menuSaveAsprj.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  271. this.menuSaveAsprj.Tag = "rvSaveAsFile";
  272. this.menuSaveAsprj.Text = "另存为...";
  273. this.menuSaveAsprj.ToolTip = null;
  274. this.menuSaveAsprj.ToolTipImage = null;
  275. this.menuSaveAsprj.ToolTipTitle = null;
  276. this.menuSaveAsprj.Click += new System.EventHandler(this.ribbonOrbMenuItemSaveAs_Click);
  277. //
  278. // menuSTDEdit
  279. //
  280. this.menuSTDEdit.AltKey = null;
  281. this.menuSTDEdit.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  282. this.menuSTDEdit.DropDownArrowSize = new System.Drawing.Size(5, 3);
  283. this.menuSTDEdit.Image = global::OTSMeasureApp.Properties.Resources.编辑;
  284. this.menuSTDEdit.SmallImage = global::OTSMeasureApp.Properties.Resources.编辑;
  285. this.menuSTDEdit.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  286. this.menuSTDEdit.Tag = "rbSTDEdit";
  287. this.menuSTDEdit.Text = "编辑标准库";
  288. this.menuSTDEdit.ToolTip = null;
  289. this.menuSTDEdit.ToolTipImage = null;
  290. this.menuSTDEdit.ToolTipTitle = null;
  291. this.menuSTDEdit.Click += new System.EventHandler(this.rbSTDEdit_Click_1);
  292. //
  293. // menuHistoryPrj
  294. //
  295. this.menuHistoryPrj.AltKey = null;
  296. this.menuHistoryPrj.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  297. this.menuHistoryPrj.DropDownArrowSize = new System.Drawing.Size(5, 3);
  298. this.menuHistoryPrj.DropDownResizable = true;
  299. this.menuHistoryPrj.Image = global::OTSMeasureApp.Properties.Resources.Recover32;
  300. this.menuHistoryPrj.SmallImage = global::OTSMeasureApp.Properties.Resources.Recover32;
  301. this.menuHistoryPrj.Style = System.Windows.Forms.RibbonButtonStyle.DropDown;
  302. this.menuHistoryPrj.Tag = null;
  303. this.menuHistoryPrj.Text = "历史项目";
  304. this.menuHistoryPrj.ToolTip = null;
  305. this.menuHistoryPrj.ToolTipImage = null;
  306. this.menuHistoryPrj.ToolTipTitle = null;
  307. //
  308. // menuSysMgrApp
  309. //
  310. this.menuSysMgrApp.AltKey = null;
  311. this.menuSysMgrApp.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  312. this.menuSysMgrApp.DropDownArrowSize = new System.Drawing.Size(5, 3);
  313. this.menuSysMgrApp.Image = global::OTSMeasureApp.Properties.Resources.Ruler321;
  314. this.menuSysMgrApp.SmallImage = global::OTSMeasureApp.Properties.Resources.Ruler321;
  315. this.menuSysMgrApp.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  316. this.menuSysMgrApp.Tag = "rbSysMgrApp";
  317. this.menuSysMgrApp.Text = "系统设置";
  318. this.menuSysMgrApp.ToolTip = null;
  319. this.menuSysMgrApp.ToolTipImage = null;
  320. this.menuSysMgrApp.ToolTipTitle = null;
  321. this.menuSysMgrApp.Click += new System.EventHandler(this.rbSysMgrApp_Click);
  322. //
  323. // ribbonSeparator2
  324. //
  325. this.ribbonSeparator2.AltKey = null;
  326. this.ribbonSeparator2.Image = null;
  327. this.ribbonSeparator2.Tag = null;
  328. this.ribbonSeparator2.Text = null;
  329. this.ribbonSeparator2.ToolTip = null;
  330. this.ribbonSeparator2.ToolTipImage = null;
  331. this.ribbonSeparator2.ToolTipTitle = null;
  332. //
  333. // menuAbout
  334. //
  335. this.menuAbout.AltKey = null;
  336. this.menuAbout.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  337. this.menuAbout.DropDownArrowSize = new System.Drawing.Size(5, 3);
  338. this.menuAbout.Image = null;
  339. this.menuAbout.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  340. this.menuAbout.Tag = "rbAbout";
  341. this.menuAbout.Text = "About";
  342. this.menuAbout.ToolTip = null;
  343. this.menuAbout.ToolTipImage = null;
  344. this.menuAbout.ToolTipTitle = null;
  345. this.menuAbout.Click += new System.EventHandler(this.rbAbout_Click);
  346. //
  347. // menuExitApp
  348. //
  349. this.menuExitApp.AltKey = null;
  350. this.menuExitApp.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  351. this.menuExitApp.DropDownArrowSize = new System.Drawing.Size(5, 3);
  352. this.menuExitApp.Image = null;
  353. this.menuExitApp.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  354. this.menuExitApp.Tag = "rbExitApp";
  355. this.menuExitApp.Text = "退出";
  356. this.menuExitApp.ToolTip = null;
  357. this.menuExitApp.ToolTipImage = null;
  358. this.menuExitApp.ToolTipTitle = null;
  359. this.menuExitApp.Click += new System.EventHandler(this.rbExitApp_Click);
  360. //
  361. // rbSelectDlg
  362. //
  363. this.rbSelectDlg.AltKey = null;
  364. this.rbSelectDlg.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  365. this.rbSelectDlg.DropDownArrowSize = new System.Drawing.Size(5, 3);
  366. this.rbSelectDlg.Image = global::OTSMeasureApp.Properties.Resources.option_16;
  367. this.rbSelectDlg.SmallImage = global::OTSMeasureApp.Properties.Resources.option_16;
  368. this.rbSelectDlg.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  369. this.rbSelectDlg.Tag = "rbSelectDlg";
  370. this.rbSelectDlg.Text = "程序管理";
  371. this.rbSelectDlg.ToolTip = null;
  372. this.rbSelectDlg.ToolTipImage = null;
  373. this.rbSelectDlg.ToolTipTitle = null;
  374. this.rbSelectDlg.Click += new System.EventHandler(this.rbSelectDlg_Click);
  375. //
  376. // rbTabHome
  377. //
  378. this.rbTabHome.Panels.Add(this.rbPanelFile);
  379. this.rbTabHome.Panels.Add(this.rbPanelSample);
  380. this.rbTabHome.Panels.Add(this.rbSemFunction);
  381. this.rbTabHome.Panels.Add(this.rbPanelFunction);
  382. this.rbTabHome.Panels.Add(this.rbPReport);
  383. this.rbTabHome.Tag = "rbTabHome";
  384. this.rbTabHome.Text = "基本功能";
  385. //
  386. // rbPanelFile
  387. //
  388. this.rbPanelFile.ButtonMoreVisible = false;
  389. this.rbPanelFile.Items.Add(this.rbOpen);
  390. this.rbPanelFile.Tag = "rbPanelFile";
  391. this.rbPanelFile.Text = "项目文件";
  392. //
  393. // rbPanelSample
  394. //
  395. this.rbPanelSample.ButtonMoreVisible = false;
  396. this.rbPanelSample.Items.Add(this.ribInvers);
  397. this.rbPanelSample.Items.Add(this.ribCircle);
  398. this.rbPanelSample.Items.Add(this.ribRectangle);
  399. this.rbPanelSample.Items.Add(this.ribPolygon);
  400. this.rbPanelSample.Items.Add(this.ribbonSeparator4);
  401. this.rbPanelSample.Items.Add(this.ribonBtnShot);
  402. this.rbPanelSample.Tag = "rbPanelSample";
  403. this.rbPanelSample.Text = "样品操作及测量区域选择";
  404. //
  405. // ribInvers
  406. //
  407. this.ribInvers.AltKey = null;
  408. this.ribInvers.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  409. this.ribInvers.DropDownArrowSize = new System.Drawing.Size(5, 3);
  410. this.ribInvers.Image = global::OTSMeasureApp.Properties.Resources.复位32;
  411. this.ribInvers.SmallImage = global::OTSMeasureApp.Properties.Resources.复位;
  412. this.ribInvers.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  413. this.ribInvers.Tag = "ribReset";
  414. this.ribInvers.Text = "反选";
  415. this.ribInvers.ToolTip = null;
  416. this.ribInvers.ToolTipImage = null;
  417. this.ribInvers.ToolTipTitle = null;
  418. this.ribInvers.Click += new System.EventHandler(this.ribReset_Click);
  419. //
  420. // ribCircle
  421. //
  422. this.ribCircle.AltKey = null;
  423. this.ribCircle.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  424. this.ribCircle.DropDownArrowSize = new System.Drawing.Size(5, 3);
  425. this.ribCircle.DropDownItems.Add(this.rbCircleCenter);
  426. this.ribCircle.DropDownItems.Add(this.rbThreePoints);
  427. this.ribCircle.DropDownItems.Add(this.rbRingShape);
  428. this.ribCircle.Image = global::OTSMeasureApp.Properties.Resources.圆形32;
  429. this.ribCircle.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribCircle.SmallImage")));
  430. this.ribCircle.Style = System.Windows.Forms.RibbonButtonStyle.SplitDropDown;
  431. this.ribCircle.Tag = "ribCircle";
  432. this.ribCircle.Text = "圆形";
  433. this.ribCircle.ToolTip = null;
  434. this.ribCircle.ToolTipImage = null;
  435. this.ribCircle.ToolTipTitle = null;
  436. this.ribCircle.Click += new System.EventHandler(this.ribCircle_Click);
  437. //
  438. // rbCircleCenter
  439. //
  440. this.rbCircleCenter.AltKey = null;
  441. this.rbCircleCenter.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  442. this.rbCircleCenter.DropDownArrowSize = new System.Drawing.Size(5, 3);
  443. this.rbCircleCenter.Image = ((System.Drawing.Image)(resources.GetObject("rbCircleCenter.Image")));
  444. this.rbCircleCenter.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbCircleCenter.SmallImage")));
  445. this.rbCircleCenter.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  446. this.rbCircleCenter.Tag = null;
  447. this.rbCircleCenter.Text = "圆心法";
  448. this.rbCircleCenter.ToolTip = null;
  449. this.rbCircleCenter.ToolTipImage = null;
  450. this.rbCircleCenter.ToolTipTitle = null;
  451. this.rbCircleCenter.Click += new System.EventHandler(this.ribCircle_Click);
  452. //
  453. // rbThreePoints
  454. //
  455. this.rbThreePoints.AltKey = null;
  456. this.rbThreePoints.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  457. this.rbThreePoints.DropDownArrowSize = new System.Drawing.Size(5, 3);
  458. this.rbThreePoints.Image = ((System.Drawing.Image)(resources.GetObject("rbThreePoints.Image")));
  459. this.rbThreePoints.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbThreePoints.SmallImage")));
  460. this.rbThreePoints.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  461. this.rbThreePoints.Tag = null;
  462. this.rbThreePoints.Text = "三点法";
  463. this.rbThreePoints.ToolTip = null;
  464. this.rbThreePoints.ToolTipImage = null;
  465. this.rbThreePoints.ToolTipTitle = null;
  466. this.rbThreePoints.Click += new System.EventHandler(this.rbThreePoints_Click);
  467. //
  468. // rbRingShape
  469. //
  470. this.rbRingShape.AltKey = null;
  471. this.rbRingShape.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  472. this.rbRingShape.DropDownArrowSize = new System.Drawing.Size(5, 3);
  473. this.rbRingShape.Image = ((System.Drawing.Image)(resources.GetObject("rbRingShape.Image")));
  474. this.rbRingShape.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbRingShape.SmallImage")));
  475. this.rbRingShape.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  476. this.rbRingShape.Tag = null;
  477. this.rbRingShape.Text = "环形";
  478. this.rbRingShape.ToolTip = null;
  479. this.rbRingShape.ToolTipImage = null;
  480. this.rbRingShape.ToolTipTitle = null;
  481. this.rbRingShape.Click += new System.EventHandler(this.rbRingShape_Click);
  482. //
  483. // ribRectangle
  484. //
  485. this.ribRectangle.AltKey = null;
  486. this.ribRectangle.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  487. this.ribRectangle.DropDownArrowSize = new System.Drawing.Size(5, 3);
  488. this.ribRectangle.DropDownItems.Add(this.ribbonButtonTwoPoint);
  489. this.ribRectangle.Image = global::OTSMeasureApp.Properties.Resources.矩形32;
  490. this.ribRectangle.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribRectangle.SmallImage")));
  491. this.ribRectangle.Style = System.Windows.Forms.RibbonButtonStyle.SplitDropDown;
  492. this.ribRectangle.Tag = "ribRectangle";
  493. this.ribRectangle.Text = "矩形";
  494. this.ribRectangle.ToolTip = null;
  495. this.ribRectangle.ToolTipImage = null;
  496. this.ribRectangle.ToolTipTitle = null;
  497. this.ribRectangle.Click += new System.EventHandler(this.ribRectangle_Click);
  498. //
  499. // ribbonButtonTwoPoint
  500. //
  501. this.ribbonButtonTwoPoint.AltKey = null;
  502. this.ribbonButtonTwoPoint.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  503. this.ribbonButtonTwoPoint.DropDownArrowSize = new System.Drawing.Size(5, 3);
  504. this.ribbonButtonTwoPoint.Image = ((System.Drawing.Image)(resources.GetObject("ribbonButtonTwoPoint.Image")));
  505. this.ribbonButtonTwoPoint.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButtonTwoPoint.SmallImage")));
  506. this.ribbonButtonTwoPoint.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  507. this.ribbonButtonTwoPoint.Tag = null;
  508. this.ribbonButtonTwoPoint.Text = "两点法";
  509. this.ribbonButtonTwoPoint.ToolTip = null;
  510. this.ribbonButtonTwoPoint.ToolTipImage = null;
  511. this.ribbonButtonTwoPoint.ToolTipTitle = null;
  512. this.ribbonButtonTwoPoint.Click += new System.EventHandler(this.ribbonButton4_Click);
  513. //
  514. // ribPolygon
  515. //
  516. this.ribPolygon.AltKey = null;
  517. this.ribPolygon.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  518. this.ribPolygon.DropDownArrowSize = new System.Drawing.Size(5, 3);
  519. this.ribPolygon.Image = global::OTSMeasureApp.Properties.Resources.画方;
  520. this.ribPolygon.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribPolygon.SmallImage")));
  521. this.ribPolygon.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  522. this.ribPolygon.Tag = "ribPolygon";
  523. this.ribPolygon.Text = "多边形";
  524. this.ribPolygon.ToolTip = null;
  525. this.ribPolygon.ToolTipImage = null;
  526. this.ribPolygon.ToolTipTitle = null;
  527. this.ribPolygon.Click += new System.EventHandler(this.ribPolygon_Click);
  528. //
  529. // ribbonSeparator4
  530. //
  531. this.ribbonSeparator4.AltKey = null;
  532. this.ribbonSeparator4.Image = null;
  533. this.ribbonSeparator4.Tag = null;
  534. this.ribbonSeparator4.Text = null;
  535. this.ribbonSeparator4.ToolTip = null;
  536. this.ribbonSeparator4.ToolTipImage = null;
  537. this.ribbonSeparator4.ToolTipTitle = null;
  538. //
  539. // ribonBtnShot
  540. //
  541. this.ribonBtnShot.AltKey = null;
  542. this.ribonBtnShot.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  543. this.ribonBtnShot.DropDownArrowSize = new System.Drawing.Size(5, 3);
  544. this.ribonBtnShot.Image = global::OTSMeasureApp.Properties.Resources.样品孔照片32;
  545. this.ribonBtnShot.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribonBtnShot.SmallImage")));
  546. this.ribonBtnShot.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  547. this.ribonBtnShot.Tag = "ribonBtnShot";
  548. this.ribonBtnShot.Text = "预览拍摄";
  549. this.ribonBtnShot.ToolTip = null;
  550. this.ribonBtnShot.ToolTipImage = null;
  551. this.ribonBtnShot.ToolTipTitle = null;
  552. this.ribonBtnShot.Click += new System.EventHandler(this.ribonBtnShot_Click);
  553. //
  554. // rbSemFunction
  555. //
  556. this.rbSemFunction.ButtonMoreEnabled = false;
  557. this.rbSemFunction.ButtonMoreVisible = false;
  558. this.rbSemFunction.Items.Add(this.rbConnectHardware);
  559. this.rbSemFunction.Items.Add(this.rbDisconnectHardware);
  560. this.rbSemFunction.Items.Add(this.rbinterrupt);
  561. this.rbSemFunction.Items.Add(this.rbAutoBeamOff);
  562. this.rbSemFunction.Tag = "rbSemFunction";
  563. this.rbSemFunction.Text = "Sem控制";
  564. //
  565. // rbConnectHardware
  566. //
  567. this.rbConnectHardware.AltKey = null;
  568. this.rbConnectHardware.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  569. this.rbConnectHardware.DropDownArrowSize = new System.Drawing.Size(3, 3);
  570. this.rbConnectHardware.Image = global::OTSMeasureApp.Properties.Resources.ConnnectHardware;
  571. this.rbConnectHardware.SmallImage = global::OTSMeasureApp.Properties.Resources.ConnnectHardware;
  572. this.rbConnectHardware.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  573. this.rbConnectHardware.Tag = "rbConnectHardware";
  574. this.rbConnectHardware.Text = "连接电镜";
  575. this.rbConnectHardware.ToolTip = null;
  576. this.rbConnectHardware.ToolTipImage = null;
  577. this.rbConnectHardware.ToolTipTitle = null;
  578. this.rbConnectHardware.Click += new System.EventHandler(this.rbConnectHardware_Click_1);
  579. //
  580. // rbDisconnectHardware
  581. //
  582. this.rbDisconnectHardware.AltKey = null;
  583. this.rbDisconnectHardware.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  584. this.rbDisconnectHardware.DropDownArrowSize = new System.Drawing.Size(3, 3);
  585. this.rbDisconnectHardware.Image = global::OTSMeasureApp.Properties.Resources.DisconnnectHardware;
  586. this.rbDisconnectHardware.SmallImage = global::OTSMeasureApp.Properties.Resources.DisconnnectHardware;
  587. this.rbDisconnectHardware.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  588. this.rbDisconnectHardware.Tag = "rbDisconnectHardware";
  589. this.rbDisconnectHardware.Text = "断开连接";
  590. this.rbDisconnectHardware.ToolTip = null;
  591. this.rbDisconnectHardware.ToolTipImage = null;
  592. this.rbDisconnectHardware.ToolTipTitle = null;
  593. this.rbDisconnectHardware.Click += new System.EventHandler(this.rbDisconnectHardware_Click_1);
  594. //
  595. // rbinterrupt
  596. //
  597. this.rbinterrupt.AltKey = null;
  598. this.rbinterrupt.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  599. this.rbinterrupt.DropDownArrowSize = new System.Drawing.Size(3, 3);
  600. this.rbinterrupt.Image = global::OTSMeasureApp.Properties.Resources.interrupt;
  601. this.rbinterrupt.SmallImage = global::OTSMeasureApp.Properties.Resources.DisconnnectHardware;
  602. this.rbinterrupt.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  603. this.rbinterrupt.Tag = "rbinterrupt";
  604. this.rbinterrupt.Text = "强制停止";
  605. this.rbinterrupt.ToolTip = null;
  606. this.rbinterrupt.ToolTipImage = null;
  607. this.rbinterrupt.ToolTipTitle = null;
  608. this.rbinterrupt.Click += new System.EventHandler(this.rbinterrupt_Click);
  609. //
  610. // rbAutoBeamOff
  611. //
  612. this.rbAutoBeamOff.AltKey = null;
  613. this.rbAutoBeamOff.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  614. this.rbAutoBeamOff.DropDownArrowSize = new System.Drawing.Size(3, 3);
  615. this.rbAutoBeamOff.Image = global::OTSMeasureApp.Properties.Resources.AutoBeamOff_off;
  616. this.rbAutoBeamOff.SmallImage = global::OTSMeasureApp.Properties.Resources.AutoBeamOff_off;
  617. this.rbAutoBeamOff.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  618. this.rbAutoBeamOff.Tag = "rbAutoBeamOff";
  619. this.rbAutoBeamOff.Text = "自动关枪";
  620. this.rbAutoBeamOff.ToolTip = null;
  621. this.rbAutoBeamOff.ToolTipImage = null;
  622. this.rbAutoBeamOff.ToolTipTitle = null;
  623. this.rbAutoBeamOff.Click += new System.EventHandler(this.rbAutoBeamOff_Click);
  624. //
  625. // rbPanelFunction
  626. //
  627. this.rbPanelFunction.ButtonMoreEnabled = false;
  628. this.rbPanelFunction.ButtonMoreVisible = false;
  629. this.rbPanelFunction.Items.Add(this.rbStart);
  630. this.rbPanelFunction.Items.Add(this.rbPause);
  631. this.rbPanelFunction.Items.Add(this.rbStop);
  632. this.rbPanelFunction.Items.Add(this.rbCheckParam);
  633. this.rbPanelFunction.Tag = "rbPanelFunction";
  634. this.rbPanelFunction.Text = "测量控制";
  635. //
  636. // rbStart
  637. //
  638. this.rbStart.AltKey = null;
  639. this.rbStart.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  640. this.rbStart.DropDownArrowSize = new System.Drawing.Size(5, 3);
  641. this.rbStart.Image = global::OTSMeasureApp.Properties.Resources.开始32;
  642. this.rbStart.SmallImage = global::OTSMeasureApp.Properties.Resources.start16;
  643. this.rbStart.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  644. this.rbStart.Tag = "rbStart";
  645. this.rbStart.Text = "开始";
  646. this.rbStart.ToolTip = null;
  647. this.rbStart.ToolTipImage = null;
  648. this.rbStart.ToolTipTitle = null;
  649. this.rbStart.Click += new System.EventHandler(this.rbStart_Click);
  650. //
  651. // rbPause
  652. //
  653. this.rbPause.AltKey = null;
  654. this.rbPause.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  655. this.rbPause.DropDownArrowSize = new System.Drawing.Size(5, 3);
  656. this.rbPause.Image = global::OTSMeasureApp.Properties.Resources.Pause;
  657. this.rbPause.SmallImage = global::OTSMeasureApp.Properties.Resources.Pause;
  658. this.rbPause.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  659. this.rbPause.Tag = "rbPause";
  660. this.rbPause.Text = "暂停";
  661. this.rbPause.ToolTip = null;
  662. this.rbPause.ToolTipImage = null;
  663. this.rbPause.ToolTipTitle = null;
  664. this.rbPause.Click += new System.EventHandler(this.rbPause_Click);
  665. //
  666. // rbStop
  667. //
  668. this.rbStop.AltKey = null;
  669. this.rbStop.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  670. this.rbStop.DropDownArrowSize = new System.Drawing.Size(5, 3);
  671. this.rbStop.Image = global::OTSMeasureApp.Properties.Resources.停止32;
  672. this.rbStop.SmallImage = global::OTSMeasureApp.Properties.Resources.stop16;
  673. this.rbStop.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  674. this.rbStop.Tag = "rbStop";
  675. this.rbStop.Text = "停止";
  676. this.rbStop.ToolTip = null;
  677. this.rbStop.ToolTipImage = null;
  678. this.rbStop.ToolTipTitle = null;
  679. this.rbStop.Click += new System.EventHandler(this.rbStop_Click);
  680. //
  681. // rbCheckParam
  682. //
  683. this.rbCheckParam.AltKey = null;
  684. this.rbCheckParam.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  685. this.rbCheckParam.DropDownArrowSize = new System.Drawing.Size(5, 3);
  686. this.rbCheckParam.Image = global::OTSMeasureApp.Properties.Resources.检测32;
  687. this.rbCheckParam.SmallImage = global::OTSMeasureApp.Properties.Resources.Prepare16;
  688. this.rbCheckParam.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  689. this.rbCheckParam.Tag = "rbCheckParam";
  690. this.rbCheckParam.Text = "检测";
  691. this.rbCheckParam.ToolTip = null;
  692. this.rbCheckParam.ToolTipImage = null;
  693. this.rbCheckParam.ToolTipTitle = null;
  694. this.rbCheckParam.Click += new System.EventHandler(this.rbCheckParam_Click);
  695. //
  696. // rbPReport
  697. //
  698. this.rbPReport.ButtonMoreVisible = false;
  699. this.rbPReport.Items.Add(this.rbReport);
  700. this.rbPReport.Items.Add(this.rb_Reclassify);
  701. this.rbPReport.Tag = "rbPReport";
  702. this.rbPReport.Text = "测量结果";
  703. //
  704. // rbReport
  705. //
  706. this.rbReport.AltKey = null;
  707. this.rbReport.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  708. this.rbReport.DropDownArrowSize = new System.Drawing.Size(5, 3);
  709. this.rbReport.Image = global::OTSMeasureApp.Properties.Resources.Add_Sample32;
  710. this.rbReport.SmallImage = global::OTSMeasureApp.Properties.Resources.Add_Sample16;
  711. this.rbReport.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  712. this.rbReport.Tag = "rbReport";
  713. this.rbReport.Text = "打开报告";
  714. this.rbReport.ToolTip = null;
  715. this.rbReport.ToolTipImage = null;
  716. this.rbReport.ToolTipTitle = null;
  717. this.rbReport.Click += new System.EventHandler(this.rbReport_Click);
  718. //
  719. // rb_Reclassify
  720. //
  721. this.rb_Reclassify.AltKey = null;
  722. this.rb_Reclassify.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  723. this.rb_Reclassify.DropDownArrowSize = new System.Drawing.Size(5, 3);
  724. this.rb_Reclassify.Image = global::OTSMeasureApp.Properties.Resources.Reset32;
  725. this.rb_Reclassify.SmallImage = ((System.Drawing.Image)(resources.GetObject("rb_Reclassify.SmallImage")));
  726. this.rb_Reclassify.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  727. this.rb_Reclassify.Tag = "rb_reclassify";
  728. this.rb_Reclassify.Text = "重新分类";
  729. this.rb_Reclassify.ToolTip = null;
  730. this.rb_Reclassify.ToolTipImage = null;
  731. this.rb_Reclassify.ToolTipTitle = null;
  732. this.rb_Reclassify.Click += new System.EventHandler(this.ribbonButton2_Click);
  733. //
  734. // rbTabView
  735. //
  736. this.rbTabView.Panels.Add(this.ribView);
  737. this.rbTabView.Tag = "rbTabView";
  738. this.rbTabView.Text = "视图功能";
  739. //
  740. // ribView
  741. //
  742. this.ribView.ButtonMoreVisible = false;
  743. this.ribView.Items.Add(this.rbRuler);
  744. this.ribView.Items.Add(this.rbSmaplePhoto);
  745. this.ribView.Items.Add(this.rbSmapleName);
  746. this.ribView.Items.Add(this.rbRecover);
  747. this.ribView.Tag = "ribView";
  748. this.ribView.Text = "视图";
  749. //
  750. // rbRuler
  751. //
  752. this.rbRuler.AltKey = null;
  753. this.rbRuler.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  754. this.rbRuler.DropDownArrowSize = new System.Drawing.Size(5, 3);
  755. this.rbRuler.Image = global::OTSMeasureApp.Properties.Resources.标尺32;
  756. this.rbRuler.SmallImage = global::OTSMeasureApp.Properties.Resources.Ruler16;
  757. this.rbRuler.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  758. this.rbRuler.Tag = "rbRuler";
  759. this.rbRuler.Text = "标尺";
  760. this.rbRuler.ToolTip = null;
  761. this.rbRuler.ToolTipImage = null;
  762. this.rbRuler.ToolTipTitle = null;
  763. this.rbRuler.Click += new System.EventHandler(this.rbRuler_Click);
  764. //
  765. // rbSmaplePhoto
  766. //
  767. this.rbSmaplePhoto.AltKey = null;
  768. this.rbSmaplePhoto.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  769. this.rbSmaplePhoto.DropDownArrowSize = new System.Drawing.Size(5, 3);
  770. this.rbSmaplePhoto.Image = global::OTSMeasureApp.Properties.Resources.样品孔照片32;
  771. this.rbSmaplePhoto.SmallImage = global::OTSMeasureApp.Properties.Resources.SmaplePhoto16;
  772. this.rbSmaplePhoto.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  773. this.rbSmaplePhoto.Tag = "rbSmaplePhoto";
  774. this.rbSmaplePhoto.Text = "样品孔照片";
  775. this.rbSmaplePhoto.ToolTip = null;
  776. this.rbSmaplePhoto.ToolTipImage = null;
  777. this.rbSmaplePhoto.ToolTipTitle = null;
  778. this.rbSmaplePhoto.Click += new System.EventHandler(this.rbSmaplePhoto_Click);
  779. //
  780. // rbSmapleName
  781. //
  782. this.rbSmapleName.AltKey = null;
  783. this.rbSmapleName.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  784. this.rbSmapleName.DropDownArrowSize = new System.Drawing.Size(5, 3);
  785. this.rbSmapleName.Image = global::OTSMeasureApp.Properties.Resources.样品孔名称32;
  786. this.rbSmapleName.SmallImage = global::OTSMeasureApp.Properties.Resources.SmapleName16;
  787. this.rbSmapleName.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  788. this.rbSmapleName.Tag = "rbSmapleName";
  789. this.rbSmapleName.Text = "样品孔名称";
  790. this.rbSmapleName.ToolTip = null;
  791. this.rbSmapleName.ToolTipImage = null;
  792. this.rbSmapleName.ToolTipTitle = null;
  793. this.rbSmapleName.Click += new System.EventHandler(this.rbSmapleName_Click);
  794. //
  795. // rbRecover
  796. //
  797. this.rbRecover.AltKey = null;
  798. this.rbRecover.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  799. this.rbRecover.DropDownArrowSize = new System.Drawing.Size(5, 3);
  800. this.rbRecover.Image = global::OTSMeasureApp.Properties.Resources.恢复32;
  801. this.rbRecover.SmallImage = global::OTSMeasureApp.Properties.Resources.Recover16new;
  802. this.rbRecover.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  803. this.rbRecover.Tag = "rbRecover";
  804. this.rbRecover.Text = "恢复布局";
  805. this.rbRecover.ToolTip = null;
  806. this.rbRecover.ToolTipImage = null;
  807. this.rbRecover.ToolTipTitle = null;
  808. this.rbRecover.Click += new System.EventHandler(this.rbRecover_Click);
  809. //
  810. // ribbonItemGroup1
  811. //
  812. this.ribbonItemGroup1.AltKey = null;
  813. this.ribbonItemGroup1.Image = null;
  814. this.ribbonItemGroup1.Items.Add(this.ribbonButton5);
  815. this.ribbonItemGroup1.Items.Add(this.ribbonButton6);
  816. this.ribbonItemGroup1.MaxSizeMode = System.Windows.Forms.RibbonElementSizeMode.Large;
  817. this.ribbonItemGroup1.Tag = null;
  818. this.ribbonItemGroup1.Text = null;
  819. this.ribbonItemGroup1.ToolTip = null;
  820. this.ribbonItemGroup1.ToolTipImage = null;
  821. this.ribbonItemGroup1.ToolTipTitle = null;
  822. //
  823. // ribbonButton5
  824. //
  825. this.ribbonButton5.AltKey = null;
  826. this.ribbonButton5.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  827. this.ribbonButton5.DropDownArrowSize = new System.Drawing.Size(5, 3);
  828. this.ribbonButton5.Image = ((System.Drawing.Image)(resources.GetObject("ribbonButton5.Image")));
  829. this.ribbonButton5.MaxSizeMode = System.Windows.Forms.RibbonElementSizeMode.Compact;
  830. this.ribbonButton5.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton5.SmallImage")));
  831. this.ribbonButton5.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  832. this.ribbonButton5.Tag = null;
  833. this.ribbonButton5.Text = "1";
  834. this.ribbonButton5.ToolTip = null;
  835. this.ribbonButton5.ToolTipImage = null;
  836. this.ribbonButton5.ToolTipTitle = null;
  837. //
  838. // ribbonButton6
  839. //
  840. this.ribbonButton6.AltKey = null;
  841. this.ribbonButton6.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  842. this.ribbonButton6.DropDownArrowSize = new System.Drawing.Size(5, 3);
  843. this.ribbonButton6.Image = ((System.Drawing.Image)(resources.GetObject("ribbonButton6.Image")));
  844. this.ribbonButton6.MaxSizeMode = System.Windows.Forms.RibbonElementSizeMode.Compact;
  845. this.ribbonButton6.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton6.SmallImage")));
  846. this.ribbonButton6.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  847. this.ribbonButton6.Tag = null;
  848. this.ribbonButton6.Text = "2";
  849. this.ribbonButton6.ToolTip = null;
  850. this.ribbonButton6.ToolTipImage = null;
  851. this.ribbonButton6.ToolTipTitle = null;
  852. //
  853. // statusStrip1
  854. //
  855. this.statusStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
  856. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  857. this.TSGrayVal,
  858. this.STSemCoordinate,
  859. this.toolStripStatusLabel1});
  860. this.statusStrip1.Location = new System.Drawing.Point(0, 671);
  861. this.statusStrip1.Name = "statusStrip1";
  862. this.statusStrip1.Padding = new System.Windows.Forms.Padding(2, 0, 14, 0);
  863. this.statusStrip1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  864. this.statusStrip1.Size = new System.Drawing.Size(1277, 26);
  865. this.statusStrip1.TabIndex = 2;
  866. this.statusStrip1.Text = "statusStrip1";
  867. //
  868. // TSGrayVal
  869. //
  870. this.TSGrayVal.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
  871. this.TSGrayVal.Name = "TSGrayVal";
  872. this.TSGrayVal.Size = new System.Drawing.Size(48, 21);
  873. this.TSGrayVal.Text = "灰度值";
  874. //
  875. // STSemCoordinate
  876. //
  877. this.STSemCoordinate.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
  878. this.STSemCoordinate.Name = "STSemCoordinate";
  879. this.STSemCoordinate.Size = new System.Drawing.Size(62, 21);
  880. this.STSemCoordinate.Text = "SEM坐标";
  881. //
  882. // toolStripStatusLabel1
  883. //
  884. this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
  885. this.toolStripStatusLabel1.Size = new System.Drawing.Size(54, 21);
  886. this.toolStripStatusLabel1.Text = "IsReady";
  887. this.toolStripStatusLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  888. this.toolStripStatusLabel1.Visible = false;
  889. //
  890. // dockPanel
  891. //
  892. this.dockPanel.ActiveAutoHideContent = null;
  893. this.dockPanel.BackColor = System.Drawing.Color.Transparent;
  894. this.dockPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  895. this.dockPanel.Dock = System.Windows.Forms.DockStyle.Fill;
  896. this.dockPanel.DockBackColor = System.Drawing.SystemColors.Control;
  897. this.dockPanel.DockLeftPortion = 0.21D;
  898. this.dockPanel.DockRightPortion = 0.27D;
  899. this.dockPanel.Location = new System.Drawing.Point(0, 130);
  900. this.dockPanel.Margin = new System.Windows.Forms.Padding(6, 7, 6, 7);
  901. this.dockPanel.Name = "dockPanel";
  902. this.dockPanel.Size = new System.Drawing.Size(1277, 541);
  903. dockPanelGradient1.EndColor = System.Drawing.SystemColors.ControlLight;
  904. dockPanelGradient1.StartColor = System.Drawing.SystemColors.ControlLight;
  905. autoHideStripSkin1.DockStripGradient = dockPanelGradient1;
  906. tabGradient1.EndColor = System.Drawing.SystemColors.Control;
  907. tabGradient1.StartColor = System.Drawing.SystemColors.Control;
  908. tabGradient1.TextColor = System.Drawing.SystemColors.ControlDarkDark;
  909. autoHideStripSkin1.TabGradient = tabGradient1;
  910. dockPanelSkin1.AutoHideStripSkin = autoHideStripSkin1;
  911. tabGradient2.EndColor = System.Drawing.SystemColors.ControlLightLight;
  912. tabGradient2.StartColor = System.Drawing.SystemColors.ControlLightLight;
  913. tabGradient2.TextColor = System.Drawing.SystemColors.ControlText;
  914. dockPaneStripGradient1.ActiveTabGradient = tabGradient2;
  915. dockPanelGradient2.EndColor = System.Drawing.SystemColors.Control;
  916. dockPanelGradient2.StartColor = System.Drawing.SystemColors.Control;
  917. dockPaneStripGradient1.DockStripGradient = dockPanelGradient2;
  918. tabGradient3.EndColor = System.Drawing.SystemColors.ControlLight;
  919. tabGradient3.StartColor = System.Drawing.SystemColors.ControlLight;
  920. tabGradient3.TextColor = System.Drawing.SystemColors.ControlText;
  921. dockPaneStripGradient1.InactiveTabGradient = tabGradient3;
  922. dockPaneStripSkin1.DocumentGradient = dockPaneStripGradient1;
  923. tabGradient4.EndColor = System.Drawing.SystemColors.ActiveCaption;
  924. tabGradient4.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
  925. tabGradient4.StartColor = System.Drawing.SystemColors.GradientActiveCaption;
  926. tabGradient4.TextColor = System.Drawing.SystemColors.ActiveCaptionText;
  927. dockPaneStripToolWindowGradient1.ActiveCaptionGradient = tabGradient4;
  928. tabGradient5.EndColor = System.Drawing.SystemColors.Control;
  929. tabGradient5.StartColor = System.Drawing.SystemColors.Control;
  930. tabGradient5.TextColor = System.Drawing.SystemColors.ControlText;
  931. dockPaneStripToolWindowGradient1.ActiveTabGradient = tabGradient5;
  932. dockPanelGradient3.EndColor = System.Drawing.SystemColors.ControlLight;
  933. dockPanelGradient3.StartColor = System.Drawing.SystemColors.ControlLight;
  934. dockPaneStripToolWindowGradient1.DockStripGradient = dockPanelGradient3;
  935. tabGradient6.EndColor = System.Drawing.SystemColors.GradientInactiveCaption;
  936. tabGradient6.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
  937. tabGradient6.StartColor = System.Drawing.SystemColors.GradientInactiveCaption;
  938. tabGradient6.TextColor = System.Drawing.SystemColors.ControlText;
  939. dockPaneStripToolWindowGradient1.InactiveCaptionGradient = tabGradient6;
  940. tabGradient7.EndColor = System.Drawing.Color.Transparent;
  941. tabGradient7.StartColor = System.Drawing.Color.Transparent;
  942. tabGradient7.TextColor = System.Drawing.SystemColors.ControlDarkDark;
  943. dockPaneStripToolWindowGradient1.InactiveTabGradient = tabGradient7;
  944. dockPaneStripSkin1.ToolWindowGradient = dockPaneStripToolWindowGradient1;
  945. dockPanelSkin1.DockPaneStripSkin = dockPaneStripSkin1;
  946. this.dockPanel.Skin = dockPanelSkin1;
  947. this.dockPanel.TabIndex = 4;
  948. //
  949. // ribbonButton3
  950. //
  951. this.ribbonButton3.AltKey = null;
  952. this.ribbonButton3.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  953. this.ribbonButton3.DropDownArrowSize = new System.Drawing.Size(5, 3);
  954. this.ribbonButton3.Image = global::OTSMeasureApp.Properties.Resources.复位;
  955. this.ribbonButton3.SmallImage = global::OTSMeasureApp.Properties.Resources.Recover16new;
  956. this.ribbonButton3.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  957. this.ribbonButton3.Tag = "ribbonButton3";
  958. this.ribbonButton3.Text = "复位";
  959. this.ribbonButton3.ToolTip = null;
  960. this.ribbonButton3.ToolTipImage = null;
  961. this.ribbonButton3.ToolTipTitle = null;
  962. //
  963. // ribbonButton1
  964. //
  965. this.ribbonButton1.AltKey = null;
  966. this.ribbonButton1.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  967. this.ribbonButton1.DropDownArrowSize = new System.Drawing.Size(5, 3);
  968. this.ribbonButton1.Image = global::OTSMeasureApp.Properties.Resources.open321;
  969. this.ribbonButton1.SmallImage = global::OTSMeasureApp.Properties.Resources.Open16;
  970. this.ribbonButton1.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  971. this.ribbonButton1.Tag = "ribbonButton1";
  972. this.ribbonButton1.Text = "打开";
  973. this.ribbonButton1.ToolTip = null;
  974. this.ribbonButton1.ToolTipImage = null;
  975. this.ribbonButton1.ToolTipTitle = null;
  976. //
  977. // OTSIncAMeasureAppForm
  978. //
  979. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  980. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  981. this.ClientSize = new System.Drawing.Size(1277, 697);
  982. this.Controls.Add(this.dockPanel);
  983. this.Controls.Add(this.statusStrip1);
  984. this.Controls.Add(this.rbMenu);
  985. this.DoubleBuffered = true;
  986. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  987. this.IsMdiContainer = true;
  988. this.KeyPreview = true;
  989. this.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  990. this.MinimumSize = new System.Drawing.Size(678, 500);
  991. this.Name = "OTSIncAMeasureAppForm";
  992. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  993. this.Text = "OTSMeasureApp";
  994. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  995. this.Activated += new System.EventHandler(this.OTSIncAMeasureAppForm_Activated);
  996. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OTSIncAMeasureAppForm_FormClosing);
  997. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.OTSIncAMeasureAppForm_FormClosed);
  998. this.Load += new System.EventHandler(this.OTSIncAMeasureAppForm_Load);
  999. this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.OTSIncAMeasureAppForm_KeyDown);
  1000. this.statusStrip1.ResumeLayout(false);
  1001. this.statusStrip1.PerformLayout();
  1002. this.ResumeLayout(false);
  1003. this.PerformLayout();
  1004. }
  1005. #endregion
  1006. public System.Windows.Forms.Ribbon rbMenu;
  1007. private System.Windows.Forms.RibbonTab rbTabHome;
  1008. public System.Windows.Forms.RibbonOrbMenuItem menuNewDocument;
  1009. public System.Windows.Forms.RibbonPanel rbPanelSample;
  1010. public System.Windows.Forms.RibbonPanel rbSemFunction;
  1011. public System.Windows.Forms.RibbonPanel rbPanelFunction;
  1012. public System.Windows.Forms.RibbonOrbMenuItem menuOpenprj;
  1013. // private System.Windows.Forms.RibbonButton rbNew;
  1014. public System.Windows.Forms.RibbonButton rbOpen;
  1015. public System.Windows.Forms.RibbonButton rbSave;
  1016. public System.Windows.Forms.RibbonButton rbSaveAs;
  1017. public System.Windows.Forms.RibbonButton rbStart;
  1018. public System.Windows.Forms.RibbonButton rbPause;
  1019. public System.Windows.Forms.RibbonButton rbStop;
  1020. public System.Windows.Forms.RibbonButton rbCheckParam;
  1021. private System.Windows.Forms.RibbonTab rbTabView;
  1022. public System.Windows.Forms.RibbonPanel ribView;
  1023. public System.Windows.Forms.RibbonButton rbRuler;
  1024. public System.Windows.Forms.RibbonButton rbSmaplePhoto;
  1025. public System.Windows.Forms.RibbonButton rbSmapleName;
  1026. public System.Windows.Forms.RibbonButton rbRecover;
  1027. private System.Windows.Forms.RibbonSeparator ribbonSeparator1;
  1028. public System.Windows.Forms.RibbonOrbMenuItem menuSaveprj;
  1029. public System.Windows.Forms.RibbonOrbMenuItem menuSaveAsprj;
  1030. private System.Windows.Forms.RibbonButton ribbonButton6;
  1031. private System.Windows.Forms.RibbonButton ribbonButton5;
  1032. private System.Windows.Forms.RibbonItemGroup ribbonItemGroup1;
  1033. private System.Windows.Forms.StatusStrip statusStrip1;
  1034. public OTS.WinFormsUI.Docking.DockPanel dockPanel;
  1035. private System.Windows.Forms.RibbonSeparator ribbonSeparator2;
  1036. public System.Windows.Forms.RibbonButton rbNew;
  1037. private System.Windows.Forms.ToolStripStatusLabel TSGrayVal;
  1038. private System.Windows.Forms.ToolStripStatusLabel STSemCoordinate;
  1039. public System.Windows.Forms.RibbonOrbMenuItem menuAbout;
  1040. public System.Windows.Forms.RibbonOrbMenuItem menuExitApp;
  1041. public System.Windows.Forms.RibbonOrbOptionButton rbSelectDlg;
  1042. public System.Windows.Forms.RibbonButton ribbonButton3;
  1043. public System.Windows.Forms.RibbonButton ribInvers;
  1044. public System.Windows.Forms.RibbonButton ribCircle;
  1045. public System.Windows.Forms.RibbonButton ribRectangle;
  1046. public System.Windows.Forms.RibbonPanel rbPanelFile;
  1047. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
  1048. public System.Windows.Forms.RibbonButton ribbonButton1;
  1049. public System.Windows.Forms.RibbonPanel rbPReport;
  1050. public System.Windows.Forms.RibbonButton rbReport;
  1051. public System.Windows.Forms.RibbonButton ribPolygon;
  1052. public System.Windows.Forms.RibbonButton menuSTDEdit;
  1053. public System.Windows.Forms.RibbonButton menuHistoryPrj;
  1054. private System.Windows.Forms.RibbonButton rbCircleCenter;
  1055. private System.Windows.Forms.RibbonButton rbThreePoints;
  1056. private System.Windows.Forms.RibbonButton rbRingShape;
  1057. public System.Windows.Forms.RibbonButton rbConnectHardware;
  1058. public System.Windows.Forms.RibbonButton rbDisconnectHardware;
  1059. public System.Windows.Forms.RibbonButton rbinterrupt;
  1060. public System.Windows.Forms.RibbonButton rbAutoBeamOff;
  1061. public System.Windows.Forms.RibbonButton menuSysMgrApp;
  1062. private System.Windows.Forms.RibbonButton rb_Reclassify;
  1063. private System.Windows.Forms.RibbonButton ribbonButtonTwoPoint;
  1064. private System.Windows.Forms.RibbonSeparator ribbonSeparator4;
  1065. public System.Windows.Forms.RibbonButton ribonBtnShot;
  1066. }
  1067. }