OTSIncAMeasureAppForm.Designer.cs 61 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057
  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 dockPanelSkin2 = new OTS.WinFormsUI.Docking.DockPanelSkin();
  30. OTS.WinFormsUI.Docking.AutoHideStripSkin autoHideStripSkin2 = new OTS.WinFormsUI.Docking.AutoHideStripSkin();
  31. OTS.WinFormsUI.Docking.DockPanelGradient dockPanelGradient4 = new OTS.WinFormsUI.Docking.DockPanelGradient();
  32. OTS.WinFormsUI.Docking.TabGradient tabGradient8 = new OTS.WinFormsUI.Docking.TabGradient();
  33. OTS.WinFormsUI.Docking.DockPaneStripSkin dockPaneStripSkin2 = new OTS.WinFormsUI.Docking.DockPaneStripSkin();
  34. OTS.WinFormsUI.Docking.DockPaneStripGradient dockPaneStripGradient2 = new OTS.WinFormsUI.Docking.DockPaneStripGradient();
  35. OTS.WinFormsUI.Docking.TabGradient tabGradient9 = new OTS.WinFormsUI.Docking.TabGradient();
  36. OTS.WinFormsUI.Docking.DockPanelGradient dockPanelGradient5 = new OTS.WinFormsUI.Docking.DockPanelGradient();
  37. OTS.WinFormsUI.Docking.TabGradient tabGradient10 = new OTS.WinFormsUI.Docking.TabGradient();
  38. OTS.WinFormsUI.Docking.DockPaneStripToolWindowGradient dockPaneStripToolWindowGradient2 = new OTS.WinFormsUI.Docking.DockPaneStripToolWindowGradient();
  39. OTS.WinFormsUI.Docking.TabGradient tabGradient11 = new OTS.WinFormsUI.Docking.TabGradient();
  40. OTS.WinFormsUI.Docking.TabGradient tabGradient12 = new OTS.WinFormsUI.Docking.TabGradient();
  41. OTS.WinFormsUI.Docking.DockPanelGradient dockPanelGradient6 = new OTS.WinFormsUI.Docking.DockPanelGradient();
  42. OTS.WinFormsUI.Docking.TabGradient tabGradient13 = new OTS.WinFormsUI.Docking.TabGradient();
  43. OTS.WinFormsUI.Docking.TabGradient tabGradient14 = 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.rbTabHome = new System.Windows.Forms.RibbonTab();
  62. this.rbPanelFile = new System.Windows.Forms.RibbonPanel();
  63. this.rbPanelSample = new System.Windows.Forms.RibbonPanel();
  64. this.rbAddSample = new System.Windows.Forms.RibbonButton();
  65. this.rbDeleteSample = new System.Windows.Forms.RibbonButton();
  66. this.ribReset = new System.Windows.Forms.RibbonButton();
  67. this.rbMeasureCircle = new System.Windows.Forms.RibbonButton();
  68. this.rbMeasureRectangle = new System.Windows.Forms.RibbonButton();
  69. this.ribCircle = new System.Windows.Forms.RibbonButton();
  70. this.rbCircleCenter = new System.Windows.Forms.RibbonButton();
  71. this.rbThreePoints = new System.Windows.Forms.RibbonButton();
  72. this.ribRectangle = new System.Windows.Forms.RibbonButton();
  73. this.ribPolygon = new System.Windows.Forms.RibbonButton();
  74. this.rbSemFunction = new System.Windows.Forms.RibbonPanel();
  75. this.rbConnectHardware = new System.Windows.Forms.RibbonButton();
  76. this.rbDisconnectHardware = new System.Windows.Forms.RibbonButton();
  77. this.rbinterrupt = new System.Windows.Forms.RibbonButton();
  78. this.rbAutoBeamOff = new System.Windows.Forms.RibbonButton();
  79. this.rbPanelFunction = new System.Windows.Forms.RibbonPanel();
  80. this.rbStart = new System.Windows.Forms.RibbonButton();
  81. this.rbPause = new System.Windows.Forms.RibbonButton();
  82. this.rbStop = new System.Windows.Forms.RibbonButton();
  83. this.rbCheckParam = new System.Windows.Forms.RibbonButton();
  84. this.rbPReport = new System.Windows.Forms.RibbonPanel();
  85. this.rbReport = new System.Windows.Forms.RibbonButton();
  86. this.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.Size = new System.Drawing.Size(527, 474);
  190. this.rbMenu.OrbDropDown.TabIndex = 0;
  191. this.rbMenu.OrbImage = global::OTSMeasureApp.Properties.Resources.logo_40;
  192. //
  193. //
  194. //
  195. this.rbMenu.QuickAcessToolbar.AltKey = null;
  196. this.rbMenu.QuickAcessToolbar.DropDownButtonVisible = false;
  197. this.rbMenu.QuickAcessToolbar.Enabled = false;
  198. this.rbMenu.QuickAcessToolbar.Image = null;
  199. this.rbMenu.QuickAcessToolbar.Tag = null;
  200. this.rbMenu.QuickAcessToolbar.ToolTipImage = null;
  201. this.rbMenu.Size = new System.Drawing.Size(1916, 130);
  202. this.rbMenu.TabIndex = 0;
  203. this.rbMenu.Tabs.Add(this.rbTabHome);
  204. this.rbMenu.Tabs.Add(this.rbTabView);
  205. this.rbMenu.TabSpacing = 6;
  206. //
  207. // rbNewDocument
  208. //
  209. this.rbNewDocument.AltKey = null;
  210. this.rbNewDocument.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  211. this.rbNewDocument.DropDownArrowSize = new System.Drawing.Size(5, 3);
  212. this.rbNewDocument.Image = global::OTSMeasureApp.Properties.Resources.newdocument32;
  213. this.rbNewDocument.SmallImage = global::OTSMeasureApp.Properties.Resources.newdocument32;
  214. this.rbNewDocument.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  215. this.rbNewDocument.Tag = "rbNewDocument";
  216. this.rbNewDocument.Text = "新建";
  217. this.rbNewDocument.ToolTip = null;
  218. this.rbNewDocument.ToolTipImage = null;
  219. this.rbNewDocument.ToolTipTitle = null;
  220. this.rbNewDocument.Click += new System.EventHandler(this.ribbonOrbMenuItem3_CreateWorkspace_Click);
  221. //
  222. // rbOpenFile
  223. //
  224. this.rbOpenFile.AltKey = null;
  225. this.rbOpenFile.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  226. this.rbOpenFile.DropDownArrowSize = new System.Drawing.Size(5, 3);
  227. this.rbOpenFile.Image = global::OTSMeasureApp.Properties.Resources.open32;
  228. this.rbOpenFile.SmallImage = global::OTSMeasureApp.Properties.Resources.open32;
  229. this.rbOpenFile.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  230. this.rbOpenFile.Tag = "rbOpenFile";
  231. this.rbOpenFile.Text = "打开";
  232. this.rbOpenFile.ToolTip = "rbOpenFile";
  233. this.rbOpenFile.ToolTipImage = null;
  234. this.rbOpenFile.ToolTipTitle = "rbOpenFile";
  235. this.rbOpenFile.Click += new System.EventHandler(this.ribbonOrbMenuItem1_OpenWorkspace_Click);
  236. //
  237. // ribbonSeparator1
  238. //
  239. this.ribbonSeparator1.AltKey = null;
  240. this.ribbonSeparator1.Image = null;
  241. this.ribbonSeparator1.Tag = null;
  242. this.ribbonSeparator1.Text = null;
  243. this.ribbonSeparator1.ToolTip = null;
  244. this.ribbonSeparator1.ToolTipImage = null;
  245. this.ribbonSeparator1.ToolTipTitle = null;
  246. //
  247. // rbSaveFile
  248. //
  249. this.rbSaveFile.AltKey = null;
  250. this.rbSaveFile.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  251. this.rbSaveFile.DropDownArrowSize = new System.Drawing.Size(5, 3);
  252. this.rbSaveFile.Image = global::OTSMeasureApp.Properties.Resources.save32;
  253. this.rbSaveFile.SmallImage = global::OTSMeasureApp.Properties.Resources.save32;
  254. this.rbSaveFile.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  255. this.rbSaveFile.Tag = "rbSaveFile";
  256. this.rbSaveFile.Text = "保存";
  257. this.rbSaveFile.ToolTip = null;
  258. this.rbSaveFile.ToolTipImage = null;
  259. this.rbSaveFile.ToolTipTitle = null;
  260. this.rbSaveFile.Click += new System.EventHandler(this.rbSaveFile_Click);
  261. //
  262. // rvSaveAsFile
  263. //
  264. this.rvSaveAsFile.AltKey = null;
  265. this.rvSaveAsFile.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  266. this.rvSaveAsFile.DropDownArrowSize = new System.Drawing.Size(5, 3);
  267. this.rvSaveAsFile.Image = global::OTSMeasureApp.Properties.Resources.saveas32;
  268. this.rvSaveAsFile.SmallImage = global::OTSMeasureApp.Properties.Resources.saveas32;
  269. this.rvSaveAsFile.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  270. this.rvSaveAsFile.Tag = "rvSaveAsFile";
  271. this.rvSaveAsFile.Text = "另存为...";
  272. this.rvSaveAsFile.ToolTip = null;
  273. this.rvSaveAsFile.ToolTipImage = null;
  274. this.rvSaveAsFile.ToolTipTitle = null;
  275. this.rvSaveAsFile.Click += new System.EventHandler(this.ribbonOrbMenuItemSaveAs_Click);
  276. //
  277. // rbSTDEdit
  278. //
  279. this.rbSTDEdit.AltKey = null;
  280. this.rbSTDEdit.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  281. this.rbSTDEdit.DropDownArrowSize = new System.Drawing.Size(5, 3);
  282. this.rbSTDEdit.Image = global::OTSMeasureApp.Properties.Resources.编辑;
  283. this.rbSTDEdit.SmallImage = global::OTSMeasureApp.Properties.Resources.编辑;
  284. this.rbSTDEdit.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  285. this.rbSTDEdit.Tag = "rbSTDEdit";
  286. this.rbSTDEdit.Text = "编辑标准库";
  287. this.rbSTDEdit.ToolTip = null;
  288. this.rbSTDEdit.ToolTipImage = null;
  289. this.rbSTDEdit.ToolTipTitle = null;
  290. this.rbSTDEdit.Click += new System.EventHandler(this.rbSTDEdit_Click_1);
  291. //
  292. // rbReClassify
  293. //
  294. this.rbReClassify.AltKey = null;
  295. this.rbReClassify.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  296. this.rbReClassify.DropDownArrowSize = new System.Drawing.Size(5, 3);
  297. this.rbReClassify.Image = global::OTSMeasureApp.Properties.Resources.Reset32;
  298. this.rbReClassify.SmallImage = global::OTSMeasureApp.Properties.Resources.Reset32;
  299. this.rbReClassify.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  300. this.rbReClassify.Tag = "rbReClassify";
  301. this.rbReClassify.Text = "重新分类";
  302. this.rbReClassify.ToolTip = null;
  303. this.rbReClassify.ToolTipImage = null;
  304. this.rbReClassify.ToolTipTitle = null;
  305. this.rbReClassify.Click += new System.EventHandler(this.rbReClassify_Click);
  306. //
  307. // rbSysMgrApp
  308. //
  309. this.rbSysMgrApp.AltKey = null;
  310. this.rbSysMgrApp.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  311. this.rbSysMgrApp.DropDownArrowSize = new System.Drawing.Size(5, 3);
  312. this.rbSysMgrApp.Image = global::OTSMeasureApp.Properties.Resources.Ruler321;
  313. this.rbSysMgrApp.SmallImage = global::OTSMeasureApp.Properties.Resources.Ruler321;
  314. this.rbSysMgrApp.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  315. this.rbSysMgrApp.Tag = "rbSysMgrApp";
  316. this.rbSysMgrApp.Text = "系统设置";
  317. this.rbSysMgrApp.ToolTip = null;
  318. this.rbSysMgrApp.ToolTipImage = null;
  319. this.rbSysMgrApp.ToolTipTitle = null;
  320. this.rbSysMgrApp.Click += new System.EventHandler(this.rbSysMgrApp_Click);
  321. //
  322. // ribbonSeparator2
  323. //
  324. this.ribbonSeparator2.AltKey = null;
  325. this.ribbonSeparator2.Image = null;
  326. this.ribbonSeparator2.Tag = null;
  327. this.ribbonSeparator2.Text = null;
  328. this.ribbonSeparator2.ToolTip = null;
  329. this.ribbonSeparator2.ToolTipImage = null;
  330. this.ribbonSeparator2.ToolTipTitle = null;
  331. //
  332. // rbAbout
  333. //
  334. this.rbAbout.AltKey = null;
  335. this.rbAbout.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  336. this.rbAbout.DropDownArrowSize = new System.Drawing.Size(5, 3);
  337. this.rbAbout.Image = null;
  338. this.rbAbout.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  339. this.rbAbout.Tag = "rbAbout";
  340. this.rbAbout.Text = "About";
  341. this.rbAbout.ToolTip = null;
  342. this.rbAbout.ToolTipImage = null;
  343. this.rbAbout.ToolTipTitle = null;
  344. this.rbAbout.Click += new System.EventHandler(this.rbAbout_Click);
  345. //
  346. // rbExitApp
  347. //
  348. this.rbExitApp.AltKey = null;
  349. this.rbExitApp.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  350. this.rbExitApp.DropDownArrowSize = new System.Drawing.Size(5, 3);
  351. this.rbExitApp.Image = null;
  352. this.rbExitApp.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  353. this.rbExitApp.Tag = "rbExitApp";
  354. this.rbExitApp.Text = "退出";
  355. this.rbExitApp.ToolTip = null;
  356. this.rbExitApp.ToolTipImage = null;
  357. this.rbExitApp.ToolTipTitle = null;
  358. this.rbExitApp.Click += new System.EventHandler(this.rbExitApp_Click);
  359. //
  360. // rbSelectDlg
  361. //
  362. this.rbSelectDlg.AltKey = null;
  363. this.rbSelectDlg.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  364. this.rbSelectDlg.DropDownArrowSize = new System.Drawing.Size(5, 3);
  365. this.rbSelectDlg.Image = global::OTSMeasureApp.Properties.Resources.option_16;
  366. this.rbSelectDlg.SmallImage = global::OTSMeasureApp.Properties.Resources.option_16;
  367. this.rbSelectDlg.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  368. this.rbSelectDlg.Tag = "rbSelectDlg";
  369. this.rbSelectDlg.Text = "程序管理";
  370. this.rbSelectDlg.ToolTip = null;
  371. this.rbSelectDlg.ToolTipImage = null;
  372. this.rbSelectDlg.ToolTipTitle = null;
  373. this.rbSelectDlg.Click += new System.EventHandler(this.rbSelectDlg_Click);
  374. //
  375. // rbTabHome
  376. //
  377. this.rbTabHome.Panels.Add(this.rbPanelFile);
  378. this.rbTabHome.Panels.Add(this.rbPanelSample);
  379. this.rbTabHome.Panels.Add(this.rbSemFunction);
  380. this.rbTabHome.Panels.Add(this.rbPanelFunction);
  381. this.rbTabHome.Panels.Add(this.rbPReport);
  382. this.rbTabHome.Tag = "rbTabHome";
  383. this.rbTabHome.Text = "基本功能";
  384. //
  385. // rbPanelFile
  386. //
  387. this.rbPanelFile.ButtonMoreVisible = false;
  388. this.rbPanelFile.Items.Add(this.rbOpen);
  389. this.rbPanelFile.Tag = "rbPanelFile";
  390. this.rbPanelFile.Text = "项目文件";
  391. //
  392. // rbPanelSample
  393. //
  394. this.rbPanelSample.ButtonMoreVisible = false;
  395. this.rbPanelSample.Items.Add(this.rbAddSample);
  396. this.rbPanelSample.Items.Add(this.rbDeleteSample);
  397. this.rbPanelSample.Items.Add(this.ribReset);
  398. this.rbPanelSample.Items.Add(this.ribCircle);
  399. this.rbPanelSample.Items.Add(this.ribRectangle);
  400. this.rbPanelSample.Items.Add(this.ribPolygon);
  401. this.rbPanelSample.Tag = "rbPanelSample";
  402. this.rbPanelSample.Text = "样品操作及测量区域选择";
  403. //
  404. // rbAddSample
  405. //
  406. this.rbAddSample.AltKey = null;
  407. this.rbAddSample.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  408. this.rbAddSample.DropDownArrowSize = new System.Drawing.Size(5, 3);
  409. this.rbAddSample.Image = global::OTSMeasureApp.Properties.Resources.添加32;
  410. this.rbAddSample.SmallImage = global::OTSMeasureApp.Properties.Resources.Add_Sample16;
  411. this.rbAddSample.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  412. this.rbAddSample.Tag = "rbAddSample";
  413. this.rbAddSample.Text = "添加";
  414. this.rbAddSample.ToolTip = null;
  415. this.rbAddSample.ToolTipImage = null;
  416. this.rbAddSample.ToolTipTitle = null;
  417. this.rbAddSample.Click += new System.EventHandler(this.rbAddSample_Click);
  418. //
  419. // rbDeleteSample
  420. //
  421. this.rbDeleteSample.AltKey = null;
  422. this.rbDeleteSample.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  423. this.rbDeleteSample.DropDownArrowSize = new System.Drawing.Size(5, 3);
  424. this.rbDeleteSample.Image = global::OTSMeasureApp.Properties.Resources.删除32;
  425. this.rbDeleteSample.SmallImage = global::OTSMeasureApp.Properties.Resources.delete16;
  426. this.rbDeleteSample.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  427. this.rbDeleteSample.Tag = "rbDeleteSample";
  428. this.rbDeleteSample.Text = "删除";
  429. this.rbDeleteSample.ToolTip = null;
  430. this.rbDeleteSample.ToolTipImage = null;
  431. this.rbDeleteSample.ToolTipTitle = null;
  432. this.rbDeleteSample.Click += new System.EventHandler(this.rbDeleteSample_Click);
  433. //
  434. // ribReset
  435. //
  436. this.ribReset.AltKey = null;
  437. this.ribReset.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  438. this.ribReset.DropDownArrowSize = new System.Drawing.Size(5, 3);
  439. this.ribReset.DropDownItems.Add(this.rbMeasureCircle);
  440. this.ribReset.DropDownItems.Add(this.rbMeasureRectangle);
  441. this.ribReset.Image = global::OTSMeasureApp.Properties.Resources.复位32;
  442. this.ribReset.SmallImage = global::OTSMeasureApp.Properties.Resources.复位;
  443. this.ribReset.Style = System.Windows.Forms.RibbonButtonStyle.SplitDropDown;
  444. this.ribReset.Tag = "ribReset";
  445. this.ribReset.Text = "复位";
  446. this.ribReset.ToolTip = null;
  447. this.ribReset.ToolTipImage = null;
  448. this.ribReset.ToolTipTitle = null;
  449. this.ribReset.Click += new System.EventHandler(this.ribReset_Click);
  450. //
  451. // rbMeasureCircle
  452. //
  453. this.rbMeasureCircle.AltKey = null;
  454. this.rbMeasureCircle.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  455. this.rbMeasureCircle.DropDownArrowSize = new System.Drawing.Size(5, 3);
  456. this.rbMeasureCircle.Image = global::OTSMeasureApp.Properties.Resources.画圆;
  457. this.rbMeasureCircle.SmallImage = global::OTSMeasureApp.Properties.Resources.Circle16;
  458. this.rbMeasureCircle.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  459. this.rbMeasureCircle.Tag = "rbMeasureCircle";
  460. this.rbMeasureCircle.Text = "圆形";
  461. this.rbMeasureCircle.ToolTip = null;
  462. this.rbMeasureCircle.ToolTipImage = null;
  463. this.rbMeasureCircle.ToolTipTitle = null;
  464. this.rbMeasureCircle.Click += new System.EventHandler(this.rbMeasureCircle_Click);
  465. //
  466. // rbMeasureRectangle
  467. //
  468. this.rbMeasureRectangle.AltKey = null;
  469. this.rbMeasureRectangle.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  470. this.rbMeasureRectangle.DropDownArrowSize = new System.Drawing.Size(5, 3);
  471. this.rbMeasureRectangle.Image = global::OTSMeasureApp.Properties.Resources.画方;
  472. this.rbMeasureRectangle.SmallImage = global::OTSMeasureApp.Properties.Resources.Rectangle16;
  473. this.rbMeasureRectangle.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  474. this.rbMeasureRectangle.Tag = "rbMeasureRectangle";
  475. this.rbMeasureRectangle.Text = "矩形";
  476. this.rbMeasureRectangle.ToolTip = null;
  477. this.rbMeasureRectangle.ToolTipImage = null;
  478. this.rbMeasureRectangle.ToolTipTitle = null;
  479. this.rbMeasureRectangle.Click += new System.EventHandler(this.rbMeasureRectangle_Click);
  480. //
  481. // ribCircle
  482. //
  483. this.ribCircle.AltKey = null;
  484. this.ribCircle.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  485. this.ribCircle.DropDownArrowSize = new System.Drawing.Size(5, 3);
  486. this.ribCircle.DropDownItems.Add(this.rbCircleCenter);
  487. this.ribCircle.DropDownItems.Add(this.rbThreePoints);
  488. this.ribCircle.Image = global::OTSMeasureApp.Properties.Resources.圆形32;
  489. this.ribCircle.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribCircle.SmallImage")));
  490. this.ribCircle.Style = System.Windows.Forms.RibbonButtonStyle.SplitDropDown;
  491. this.ribCircle.Tag = "ribCircle";
  492. this.ribCircle.Text = "圆形";
  493. this.ribCircle.ToolTip = null;
  494. this.ribCircle.ToolTipImage = null;
  495. this.ribCircle.ToolTipTitle = null;
  496. this.ribCircle.Click += new System.EventHandler(this.ribCircle_Click);
  497. //
  498. // rbCircleCenter
  499. //
  500. this.rbCircleCenter.AltKey = null;
  501. this.rbCircleCenter.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  502. this.rbCircleCenter.DropDownArrowSize = new System.Drawing.Size(5, 3);
  503. this.rbCircleCenter.Image = ((System.Drawing.Image)(resources.GetObject("rbCircleCenter.Image")));
  504. this.rbCircleCenter.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbCircleCenter.SmallImage")));
  505. this.rbCircleCenter.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  506. this.rbCircleCenter.Tag = null;
  507. this.rbCircleCenter.Text = "圆心法";
  508. this.rbCircleCenter.ToolTip = null;
  509. this.rbCircleCenter.ToolTipImage = null;
  510. this.rbCircleCenter.ToolTipTitle = null;
  511. this.rbCircleCenter.Click += new System.EventHandler(this.ribCircle_Click);
  512. //
  513. // rbThreePoints
  514. //
  515. this.rbThreePoints.AltKey = null;
  516. this.rbThreePoints.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  517. this.rbThreePoints.DropDownArrowSize = new System.Drawing.Size(5, 3);
  518. this.rbThreePoints.Image = ((System.Drawing.Image)(resources.GetObject("rbThreePoints.Image")));
  519. this.rbThreePoints.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbThreePoints.SmallImage")));
  520. this.rbThreePoints.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  521. this.rbThreePoints.Tag = null;
  522. this.rbThreePoints.Text = "三点法";
  523. this.rbThreePoints.ToolTip = null;
  524. this.rbThreePoints.ToolTipImage = null;
  525. this.rbThreePoints.ToolTipTitle = null;
  526. this.rbThreePoints.Click += new System.EventHandler(this.rbThreePoints_Click);
  527. //
  528. // ribRectangle
  529. //
  530. this.ribRectangle.AltKey = null;
  531. this.ribRectangle.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  532. this.ribRectangle.DropDownArrowSize = new System.Drawing.Size(5, 3);
  533. this.ribRectangle.Image = global::OTSMeasureApp.Properties.Resources.矩形32;
  534. this.ribRectangle.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribRectangle.SmallImage")));
  535. this.ribRectangle.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  536. this.ribRectangle.Tag = "ribRectangle";
  537. this.ribRectangle.Text = "矩形";
  538. this.ribRectangle.ToolTip = null;
  539. this.ribRectangle.ToolTipImage = null;
  540. this.ribRectangle.ToolTipTitle = null;
  541. this.ribRectangle.Click += new System.EventHandler(this.ribRectangle_Click);
  542. //
  543. // ribPolygon
  544. //
  545. this.ribPolygon.AltKey = null;
  546. this.ribPolygon.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  547. this.ribPolygon.DropDownArrowSize = new System.Drawing.Size(5, 3);
  548. this.ribPolygon.Image = global::OTSMeasureApp.Properties.Resources.画方;
  549. this.ribPolygon.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribPolygon.SmallImage")));
  550. this.ribPolygon.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  551. this.ribPolygon.Tag = "ribPolygon";
  552. this.ribPolygon.Text = "多边形";
  553. this.ribPolygon.ToolTip = null;
  554. this.ribPolygon.ToolTipImage = null;
  555. this.ribPolygon.ToolTipTitle = null;
  556. this.ribPolygon.Click += new System.EventHandler(this.ribPolygon_Click);
  557. //
  558. // rbSemFunction
  559. //
  560. this.rbSemFunction.ButtonMoreEnabled = false;
  561. this.rbSemFunction.ButtonMoreVisible = false;
  562. this.rbSemFunction.Items.Add(this.rbConnectHardware);
  563. this.rbSemFunction.Items.Add(this.rbDisconnectHardware);
  564. this.rbSemFunction.Items.Add(this.rbinterrupt);
  565. this.rbSemFunction.Items.Add(this.rbAutoBeamOff);
  566. this.rbSemFunction.Tag = "rbSemFunction";
  567. this.rbSemFunction.Text = "Sem控制";
  568. //
  569. // rbConnectHardware
  570. //
  571. this.rbConnectHardware.AltKey = null;
  572. this.rbConnectHardware.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  573. this.rbConnectHardware.DropDownArrowSize = new System.Drawing.Size(3, 3);
  574. this.rbConnectHardware.Image = global::OTSMeasureApp.Properties.Resources.ConnnectHardware;
  575. this.rbConnectHardware.SmallImage = global::OTSMeasureApp.Properties.Resources.ConnnectHardware;
  576. this.rbConnectHardware.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  577. this.rbConnectHardware.Tag = "rbConnectHardware";
  578. this.rbConnectHardware.Text = "连接电镜";
  579. this.rbConnectHardware.ToolTip = null;
  580. this.rbConnectHardware.ToolTipImage = null;
  581. this.rbConnectHardware.ToolTipTitle = null;
  582. this.rbConnectHardware.Click += new System.EventHandler(this.rbConnectHardware_Click_1);
  583. //
  584. // rbDisconnectHardware
  585. //
  586. this.rbDisconnectHardware.AltKey = null;
  587. this.rbDisconnectHardware.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  588. this.rbDisconnectHardware.DropDownArrowSize = new System.Drawing.Size(3, 3);
  589. this.rbDisconnectHardware.Image = global::OTSMeasureApp.Properties.Resources.DisconnnectHardware;
  590. this.rbDisconnectHardware.SmallImage = global::OTSMeasureApp.Properties.Resources.DisconnnectHardware;
  591. this.rbDisconnectHardware.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  592. this.rbDisconnectHardware.Tag = "rbDisconnectHardware";
  593. this.rbDisconnectHardware.Text = "断开连接";
  594. this.rbDisconnectHardware.ToolTip = null;
  595. this.rbDisconnectHardware.ToolTipImage = null;
  596. this.rbDisconnectHardware.ToolTipTitle = null;
  597. this.rbDisconnectHardware.Click += new System.EventHandler(this.rbDisconnectHardware_Click_1);
  598. //
  599. // rbinterrupt
  600. //
  601. this.rbinterrupt.AltKey = null;
  602. this.rbinterrupt.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  603. this.rbinterrupt.DropDownArrowSize = new System.Drawing.Size(3, 3);
  604. this.rbinterrupt.Image = global::OTSMeasureApp.Properties.Resources.interrupt;
  605. this.rbinterrupt.SmallImage = global::OTSMeasureApp.Properties.Resources.DisconnnectHardware;
  606. this.rbinterrupt.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  607. this.rbinterrupt.Tag = "rbinterrupt";
  608. this.rbinterrupt.Text = "强制停止";
  609. this.rbinterrupt.ToolTip = null;
  610. this.rbinterrupt.ToolTipImage = null;
  611. this.rbinterrupt.ToolTipTitle = null;
  612. this.rbinterrupt.Click += new System.EventHandler(this.rbinterrupt_Click);
  613. //
  614. // rbAutoBeamOff
  615. //
  616. this.rbAutoBeamOff.AltKey = null;
  617. this.rbAutoBeamOff.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  618. this.rbAutoBeamOff.DropDownArrowSize = new System.Drawing.Size(3, 3);
  619. this.rbAutoBeamOff.Image = global::OTSMeasureApp.Properties.Resources.AutoBeamOff_off;
  620. this.rbAutoBeamOff.SmallImage = global::OTSMeasureApp.Properties.Resources.AutoBeamOff_off;
  621. this.rbAutoBeamOff.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  622. this.rbAutoBeamOff.Tag = "rbAutoBeamOff";
  623. this.rbAutoBeamOff.Text = "自动关枪";
  624. this.rbAutoBeamOff.ToolTip = null;
  625. this.rbAutoBeamOff.ToolTipImage = null;
  626. this.rbAutoBeamOff.ToolTipTitle = null;
  627. this.rbAutoBeamOff.Click += new System.EventHandler(this.rbAutoBeamOff_Click);
  628. //
  629. // rbPanelFunction
  630. //
  631. this.rbPanelFunction.ButtonMoreEnabled = false;
  632. this.rbPanelFunction.ButtonMoreVisible = false;
  633. this.rbPanelFunction.Items.Add(this.rbStart);
  634. this.rbPanelFunction.Items.Add(this.rbPause);
  635. this.rbPanelFunction.Items.Add(this.rbStop);
  636. this.rbPanelFunction.Items.Add(this.rbCheckParam);
  637. this.rbPanelFunction.Tag = "rbPanelFunction";
  638. this.rbPanelFunction.Text = "测量控制";
  639. //
  640. // rbStart
  641. //
  642. this.rbStart.AltKey = null;
  643. this.rbStart.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  644. this.rbStart.DropDownArrowSize = new System.Drawing.Size(5, 3);
  645. this.rbStart.Image = global::OTSMeasureApp.Properties.Resources.开始32;
  646. this.rbStart.SmallImage = global::OTSMeasureApp.Properties.Resources.start16;
  647. this.rbStart.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  648. this.rbStart.Tag = "rbStart";
  649. this.rbStart.Text = "开始";
  650. this.rbStart.ToolTip = null;
  651. this.rbStart.ToolTipImage = null;
  652. this.rbStart.ToolTipTitle = null;
  653. this.rbStart.Click += new System.EventHandler(this.rbStart_Click);
  654. //
  655. // rbPause
  656. //
  657. this.rbPause.AltKey = null;
  658. this.rbPause.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  659. this.rbPause.DropDownArrowSize = new System.Drawing.Size(5, 3);
  660. this.rbPause.Image = global::OTSMeasureApp.Properties.Resources.Pause;
  661. this.rbPause.SmallImage = global::OTSMeasureApp.Properties.Resources.Pause;
  662. this.rbPause.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  663. this.rbPause.Tag = "rbPause";
  664. this.rbPause.Text = "暂停";
  665. this.rbPause.ToolTip = null;
  666. this.rbPause.ToolTipImage = null;
  667. this.rbPause.ToolTipTitle = null;
  668. //
  669. // rbStop
  670. //
  671. this.rbStop.AltKey = null;
  672. this.rbStop.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  673. this.rbStop.DropDownArrowSize = new System.Drawing.Size(5, 3);
  674. this.rbStop.Image = global::OTSMeasureApp.Properties.Resources.停止32;
  675. this.rbStop.SmallImage = global::OTSMeasureApp.Properties.Resources.stop16;
  676. this.rbStop.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  677. this.rbStop.Tag = "rbStop";
  678. this.rbStop.Text = "停止";
  679. this.rbStop.ToolTip = null;
  680. this.rbStop.ToolTipImage = null;
  681. this.rbStop.ToolTipTitle = null;
  682. this.rbStop.Click += new System.EventHandler(this.rbStop_Click);
  683. //
  684. // rbCheckParam
  685. //
  686. this.rbCheckParam.AltKey = null;
  687. this.rbCheckParam.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  688. this.rbCheckParam.DropDownArrowSize = new System.Drawing.Size(5, 3);
  689. this.rbCheckParam.Image = global::OTSMeasureApp.Properties.Resources.检测32;
  690. this.rbCheckParam.SmallImage = global::OTSMeasureApp.Properties.Resources.Prepare16;
  691. this.rbCheckParam.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  692. this.rbCheckParam.Tag = "rbCheckParam";
  693. this.rbCheckParam.Text = "检测";
  694. this.rbCheckParam.ToolTip = null;
  695. this.rbCheckParam.ToolTipImage = null;
  696. this.rbCheckParam.ToolTipTitle = null;
  697. this.rbCheckParam.Click += new System.EventHandler(this.rbCheckParam_Click);
  698. //
  699. // rbPReport
  700. //
  701. this.rbPReport.ButtonMoreVisible = false;
  702. this.rbPReport.Items.Add(this.rbReport);
  703. this.rbPReport.Tag = "rbPReport";
  704. this.rbPReport.Text = "查看分析结果";
  705. //
  706. // rbReport
  707. //
  708. this.rbReport.AltKey = null;
  709. this.rbReport.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  710. this.rbReport.DropDownArrowSize = new System.Drawing.Size(5, 3);
  711. this.rbReport.Image = global::OTSMeasureApp.Properties.Resources.Add_Sample32;
  712. this.rbReport.SmallImage = global::OTSMeasureApp.Properties.Resources.Add_Sample16;
  713. this.rbReport.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  714. this.rbReport.Tag = "rbReport";
  715. this.rbReport.Text = "打开报告";
  716. this.rbReport.ToolTip = null;
  717. this.rbReport.ToolTipImage = null;
  718. this.rbReport.ToolTipTitle = null;
  719. this.rbReport.Click += new System.EventHandler(this.rbReport_Click);
  720. //
  721. // rbTabView
  722. //
  723. this.rbTabView.Panels.Add(this.ribView);
  724. this.rbTabView.Tag = "rbTabView";
  725. this.rbTabView.Text = "视图功能";
  726. //
  727. // ribView
  728. //
  729. this.ribView.ButtonMoreVisible = false;
  730. this.ribView.Items.Add(this.rbRuler);
  731. this.ribView.Items.Add(this.rbSmaplePhoto);
  732. this.ribView.Items.Add(this.rbSmapleName);
  733. this.ribView.Items.Add(this.rbRecover);
  734. this.ribView.Tag = "ribView";
  735. this.ribView.Text = "视图";
  736. //
  737. // rbRuler
  738. //
  739. this.rbRuler.AltKey = null;
  740. this.rbRuler.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  741. this.rbRuler.DropDownArrowSize = new System.Drawing.Size(5, 3);
  742. this.rbRuler.Image = global::OTSMeasureApp.Properties.Resources.标尺32;
  743. this.rbRuler.SmallImage = global::OTSMeasureApp.Properties.Resources.Ruler16;
  744. this.rbRuler.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  745. this.rbRuler.Tag = "rbRuler";
  746. this.rbRuler.Text = "标尺";
  747. this.rbRuler.ToolTip = null;
  748. this.rbRuler.ToolTipImage = null;
  749. this.rbRuler.ToolTipTitle = null;
  750. this.rbRuler.Click += new System.EventHandler(this.rbRuler_Click);
  751. //
  752. // rbSmaplePhoto
  753. //
  754. this.rbSmaplePhoto.AltKey = null;
  755. this.rbSmaplePhoto.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  756. this.rbSmaplePhoto.DropDownArrowSize = new System.Drawing.Size(5, 3);
  757. this.rbSmaplePhoto.Image = global::OTSMeasureApp.Properties.Resources.样品孔照片32;
  758. this.rbSmaplePhoto.SmallImage = global::OTSMeasureApp.Properties.Resources.SmaplePhoto16;
  759. this.rbSmaplePhoto.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  760. this.rbSmaplePhoto.Tag = "rbSmaplePhoto";
  761. this.rbSmaplePhoto.Text = "样品孔照片";
  762. this.rbSmaplePhoto.ToolTip = null;
  763. this.rbSmaplePhoto.ToolTipImage = null;
  764. this.rbSmaplePhoto.ToolTipTitle = null;
  765. this.rbSmaplePhoto.Click += new System.EventHandler(this.rbSmaplePhoto_Click);
  766. //
  767. // rbSmapleName
  768. //
  769. this.rbSmapleName.AltKey = null;
  770. this.rbSmapleName.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  771. this.rbSmapleName.DropDownArrowSize = new System.Drawing.Size(5, 3);
  772. this.rbSmapleName.Image = global::OTSMeasureApp.Properties.Resources.样品孔名称32;
  773. this.rbSmapleName.SmallImage = global::OTSMeasureApp.Properties.Resources.SmapleName16;
  774. this.rbSmapleName.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  775. this.rbSmapleName.Tag = "rbSmapleName";
  776. this.rbSmapleName.Text = "样品孔名称";
  777. this.rbSmapleName.ToolTip = null;
  778. this.rbSmapleName.ToolTipImage = null;
  779. this.rbSmapleName.ToolTipTitle = null;
  780. this.rbSmapleName.Click += new System.EventHandler(this.rbSmapleName_Click);
  781. //
  782. // rbRecover
  783. //
  784. this.rbRecover.AltKey = null;
  785. this.rbRecover.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  786. this.rbRecover.DropDownArrowSize = new System.Drawing.Size(5, 3);
  787. this.rbRecover.Image = global::OTSMeasureApp.Properties.Resources.恢复32;
  788. this.rbRecover.SmallImage = global::OTSMeasureApp.Properties.Resources.Recover16new;
  789. this.rbRecover.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  790. this.rbRecover.Tag = "rbRecover";
  791. this.rbRecover.Text = "恢复布局";
  792. this.rbRecover.ToolTip = null;
  793. this.rbRecover.ToolTipImage = null;
  794. this.rbRecover.ToolTipTitle = null;
  795. this.rbRecover.Click += new System.EventHandler(this.rbRecover_Click);
  796. //
  797. // ribbonItemGroup1
  798. //
  799. this.ribbonItemGroup1.AltKey = null;
  800. this.ribbonItemGroup1.Image = null;
  801. this.ribbonItemGroup1.Items.Add(this.ribbonButton5);
  802. this.ribbonItemGroup1.Items.Add(this.ribbonButton6);
  803. this.ribbonItemGroup1.MaxSizeMode = System.Windows.Forms.RibbonElementSizeMode.Large;
  804. this.ribbonItemGroup1.Tag = null;
  805. this.ribbonItemGroup1.Text = null;
  806. this.ribbonItemGroup1.ToolTip = null;
  807. this.ribbonItemGroup1.ToolTipImage = null;
  808. this.ribbonItemGroup1.ToolTipTitle = null;
  809. //
  810. // ribbonButton5
  811. //
  812. this.ribbonButton5.AltKey = null;
  813. this.ribbonButton5.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  814. this.ribbonButton5.DropDownArrowSize = new System.Drawing.Size(5, 3);
  815. this.ribbonButton5.Image = ((System.Drawing.Image)(resources.GetObject("ribbonButton5.Image")));
  816. this.ribbonButton5.MaxSizeMode = System.Windows.Forms.RibbonElementSizeMode.Compact;
  817. this.ribbonButton5.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton5.SmallImage")));
  818. this.ribbonButton5.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  819. this.ribbonButton5.Tag = null;
  820. this.ribbonButton5.Text = "1";
  821. this.ribbonButton5.ToolTip = null;
  822. this.ribbonButton5.ToolTipImage = null;
  823. this.ribbonButton5.ToolTipTitle = null;
  824. //
  825. // ribbonButton6
  826. //
  827. this.ribbonButton6.AltKey = null;
  828. this.ribbonButton6.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  829. this.ribbonButton6.DropDownArrowSize = new System.Drawing.Size(5, 3);
  830. this.ribbonButton6.Image = ((System.Drawing.Image)(resources.GetObject("ribbonButton6.Image")));
  831. this.ribbonButton6.MaxSizeMode = System.Windows.Forms.RibbonElementSizeMode.Compact;
  832. this.ribbonButton6.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton6.SmallImage")));
  833. this.ribbonButton6.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  834. this.ribbonButton6.Tag = null;
  835. this.ribbonButton6.Text = "2";
  836. this.ribbonButton6.ToolTip = null;
  837. this.ribbonButton6.ToolTipImage = null;
  838. this.ribbonButton6.ToolTipTitle = null;
  839. //
  840. // statusStrip1
  841. //
  842. this.statusStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
  843. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  844. this.TSGrayVal,
  845. this.STSemCoordinate,
  846. this.toolStripStatusLabel1});
  847. this.statusStrip1.Location = new System.Drawing.Point(0, 1010);
  848. this.statusStrip1.Name = "statusStrip1";
  849. this.statusStrip1.Padding = new System.Windows.Forms.Padding(3, 0, 21, 0);
  850. this.statusStrip1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  851. this.statusStrip1.Size = new System.Drawing.Size(1916, 35);
  852. this.statusStrip1.TabIndex = 2;
  853. this.statusStrip1.Text = "statusStrip1";
  854. //
  855. // TSGrayVal
  856. //
  857. this.TSGrayVal.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
  858. this.TSGrayVal.Name = "TSGrayVal";
  859. this.TSGrayVal.Size = new System.Drawing.Size(68, 28);
  860. this.TSGrayVal.Text = "灰度值";
  861. //
  862. // STSemCoordinate
  863. //
  864. this.STSemCoordinate.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
  865. this.STSemCoordinate.Name = "STSemCoordinate";
  866. this.STSemCoordinate.Size = new System.Drawing.Size(88, 28);
  867. this.STSemCoordinate.Text = "SEM坐标";
  868. //
  869. // toolStripStatusLabel1
  870. //
  871. this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
  872. this.toolStripStatusLabel1.Size = new System.Drawing.Size(77, 28);
  873. this.toolStripStatusLabel1.Text = "IsReady";
  874. this.toolStripStatusLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  875. this.toolStripStatusLabel1.Visible = false;
  876. //
  877. // dockPanel
  878. //
  879. this.dockPanel.ActiveAutoHideContent = null;
  880. this.dockPanel.BackColor = System.Drawing.Color.Transparent;
  881. this.dockPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  882. this.dockPanel.Dock = System.Windows.Forms.DockStyle.Fill;
  883. this.dockPanel.DockBackColor = System.Drawing.SystemColors.Control;
  884. this.dockPanel.DockLeftPortion = 0.21D;
  885. this.dockPanel.DockRightPortion = 0.27D;
  886. this.dockPanel.Location = new System.Drawing.Point(0, 130);
  887. this.dockPanel.Margin = new System.Windows.Forms.Padding(9, 10, 9, 10);
  888. this.dockPanel.Name = "dockPanel";
  889. this.dockPanel.Size = new System.Drawing.Size(1916, 880);
  890. dockPanelGradient4.EndColor = System.Drawing.SystemColors.ControlLight;
  891. dockPanelGradient4.StartColor = System.Drawing.SystemColors.ControlLight;
  892. autoHideStripSkin2.DockStripGradient = dockPanelGradient4;
  893. tabGradient8.EndColor = System.Drawing.SystemColors.Control;
  894. tabGradient8.StartColor = System.Drawing.SystemColors.Control;
  895. tabGradient8.TextColor = System.Drawing.SystemColors.ControlDarkDark;
  896. autoHideStripSkin2.TabGradient = tabGradient8;
  897. dockPanelSkin2.AutoHideStripSkin = autoHideStripSkin2;
  898. tabGradient9.EndColor = System.Drawing.SystemColors.ControlLightLight;
  899. tabGradient9.StartColor = System.Drawing.SystemColors.ControlLightLight;
  900. tabGradient9.TextColor = System.Drawing.SystemColors.ControlText;
  901. dockPaneStripGradient2.ActiveTabGradient = tabGradient9;
  902. dockPanelGradient5.EndColor = System.Drawing.SystemColors.Control;
  903. dockPanelGradient5.StartColor = System.Drawing.SystemColors.Control;
  904. dockPaneStripGradient2.DockStripGradient = dockPanelGradient5;
  905. tabGradient10.EndColor = System.Drawing.SystemColors.ControlLight;
  906. tabGradient10.StartColor = System.Drawing.SystemColors.ControlLight;
  907. tabGradient10.TextColor = System.Drawing.SystemColors.ControlText;
  908. dockPaneStripGradient2.InactiveTabGradient = tabGradient10;
  909. dockPaneStripSkin2.DocumentGradient = dockPaneStripGradient2;
  910. tabGradient11.EndColor = System.Drawing.SystemColors.ActiveCaption;
  911. tabGradient11.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
  912. tabGradient11.StartColor = System.Drawing.SystemColors.GradientActiveCaption;
  913. tabGradient11.TextColor = System.Drawing.SystemColors.ActiveCaptionText;
  914. dockPaneStripToolWindowGradient2.ActiveCaptionGradient = tabGradient11;
  915. tabGradient12.EndColor = System.Drawing.SystemColors.Control;
  916. tabGradient12.StartColor = System.Drawing.SystemColors.Control;
  917. tabGradient12.TextColor = System.Drawing.SystemColors.ControlText;
  918. dockPaneStripToolWindowGradient2.ActiveTabGradient = tabGradient12;
  919. dockPanelGradient6.EndColor = System.Drawing.SystemColors.ControlLight;
  920. dockPanelGradient6.StartColor = System.Drawing.SystemColors.ControlLight;
  921. dockPaneStripToolWindowGradient2.DockStripGradient = dockPanelGradient6;
  922. tabGradient13.EndColor = System.Drawing.SystemColors.GradientInactiveCaption;
  923. tabGradient13.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
  924. tabGradient13.StartColor = System.Drawing.SystemColors.GradientInactiveCaption;
  925. tabGradient13.TextColor = System.Drawing.SystemColors.ControlText;
  926. dockPaneStripToolWindowGradient2.InactiveCaptionGradient = tabGradient13;
  927. tabGradient14.EndColor = System.Drawing.Color.Transparent;
  928. tabGradient14.StartColor = System.Drawing.Color.Transparent;
  929. tabGradient14.TextColor = System.Drawing.SystemColors.ControlDarkDark;
  930. dockPaneStripToolWindowGradient2.InactiveTabGradient = tabGradient14;
  931. dockPaneStripSkin2.ToolWindowGradient = dockPaneStripToolWindowGradient2;
  932. dockPanelSkin2.DockPaneStripSkin = dockPaneStripSkin2;
  933. this.dockPanel.Skin = dockPanelSkin2;
  934. this.dockPanel.TabIndex = 4;
  935. //
  936. // ribbonButton3
  937. //
  938. this.ribbonButton3.AltKey = null;
  939. this.ribbonButton3.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  940. this.ribbonButton3.DropDownArrowSize = new System.Drawing.Size(5, 3);
  941. this.ribbonButton3.Image = global::OTSMeasureApp.Properties.Resources.复位;
  942. this.ribbonButton3.SmallImage = global::OTSMeasureApp.Properties.Resources.Recover16new;
  943. this.ribbonButton3.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  944. this.ribbonButton3.Tag = "ribbonButton3";
  945. this.ribbonButton3.Text = "复位";
  946. this.ribbonButton3.ToolTip = null;
  947. this.ribbonButton3.ToolTipImage = null;
  948. this.ribbonButton3.ToolTipTitle = null;
  949. //
  950. // ribbonButton1
  951. //
  952. this.ribbonButton1.AltKey = null;
  953. this.ribbonButton1.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  954. this.ribbonButton1.DropDownArrowSize = new System.Drawing.Size(5, 3);
  955. this.ribbonButton1.Image = global::OTSMeasureApp.Properties.Resources.open321;
  956. this.ribbonButton1.SmallImage = global::OTSMeasureApp.Properties.Resources.Open16;
  957. this.ribbonButton1.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  958. this.ribbonButton1.Tag = "ribbonButton1";
  959. this.ribbonButton1.Text = "打开";
  960. this.ribbonButton1.ToolTip = null;
  961. this.ribbonButton1.ToolTipImage = null;
  962. this.ribbonButton1.ToolTipTitle = null;
  963. //
  964. // OTSIncAMeasureAppForm
  965. //
  966. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  967. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  968. this.ClientSize = new System.Drawing.Size(1916, 1045);
  969. this.Controls.Add(this.dockPanel);
  970. this.Controls.Add(this.statusStrip1);
  971. this.Controls.Add(this.rbMenu);
  972. this.DoubleBuffered = true;
  973. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  974. this.IsMdiContainer = true;
  975. this.KeyPreview = true;
  976. this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  977. this.MinimumSize = new System.Drawing.Size(1011, 732);
  978. this.Name = "OTSIncAMeasureAppForm";
  979. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  980. this.Text = "OTSMeasureApp";
  981. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  982. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OTSIncAMeasureAppForm_FormClosing);
  983. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.OTSIncAMeasureAppForm_FormClosed);
  984. this.Load += new System.EventHandler(this.OTSIncAMeasureAppForm_Load);
  985. this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.OTSIncAMeasureAppForm_KeyDown);
  986. this.statusStrip1.ResumeLayout(false);
  987. this.statusStrip1.PerformLayout();
  988. this.ResumeLayout(false);
  989. this.PerformLayout();
  990. }
  991. #endregion
  992. public System.Windows.Forms.Ribbon rbMenu;
  993. private System.Windows.Forms.RibbonTab rbTabHome;
  994. public System.Windows.Forms.RibbonOrbMenuItem rbNewDocument;
  995. public System.Windows.Forms.RibbonPanel rbPanelSample;
  996. public System.Windows.Forms.RibbonPanel rbSemFunction;
  997. public System.Windows.Forms.RibbonPanel rbPanelFunction;
  998. public System.Windows.Forms.RibbonOrbMenuItem rbOpenFile;
  999. // private System.Windows.Forms.RibbonButton rbNew;
  1000. public System.Windows.Forms.RibbonButton rbOpen;
  1001. public System.Windows.Forms.RibbonButton rbSave;
  1002. public System.Windows.Forms.RibbonButton rbSaveAs;
  1003. public System.Windows.Forms.RibbonButton rbAddSample;
  1004. public System.Windows.Forms.RibbonButton rbDeleteSample;
  1005. public System.Windows.Forms.RibbonButton rbStart;
  1006. public System.Windows.Forms.RibbonButton rbPause;
  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.RibbonButton rbThreePoints;
  1046. public System.Windows.Forms.RibbonButton rbConnectHardware;
  1047. public System.Windows.Forms.RibbonButton rbDisconnectHardware;
  1048. public System.Windows.Forms.RibbonButton rbinterrupt;
  1049. public System.Windows.Forms.RibbonButton rbAutoBeamOff;
  1050. public System.Windows.Forms.RibbonButton rbSysMgrApp;
  1051. }
  1052. }