OTSIncAMeasureAppForm.Designer.cs 61 KB

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