OTSIncAMeasureAppForm.Designer.cs 65 KB

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