OTSIncAMeasureAppForm.Designer.cs 62 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077
  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.rbRingShape = 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.rbPause = new System.Windows.Forms.RibbonButton();
  83. this.rbStop = new System.Windows.Forms.RibbonButton();
  84. this.rbCheckParam = new System.Windows.Forms.RibbonButton();
  85. this.rbPReport = new System.Windows.Forms.RibbonPanel();
  86. this.rbReport = new System.Windows.Forms.RibbonButton();
  87. this.rbTabView = new System.Windows.Forms.RibbonTab();
  88. this.ribView = new System.Windows.Forms.RibbonPanel();
  89. this.rbRuler = new System.Windows.Forms.RibbonButton();
  90. this.rbSmaplePhoto = new System.Windows.Forms.RibbonButton();
  91. this.rbSmapleName = new System.Windows.Forms.RibbonButton();
  92. this.rbRecover = new System.Windows.Forms.RibbonButton();
  93. this.ribbonItemGroup1 = new System.Windows.Forms.RibbonItemGroup();
  94. this.ribbonButton5 = new System.Windows.Forms.RibbonButton();
  95. this.ribbonButton6 = new System.Windows.Forms.RibbonButton();
  96. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  97. this.TSGrayVal = new System.Windows.Forms.ToolStripStatusLabel();
  98. this.STSemCoordinate = new System.Windows.Forms.ToolStripStatusLabel();
  99. this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
  100. this.dockPanel = new OTS.WinFormsUI.Docking.DockPanel();
  101. this.ribbonButton3 = new System.Windows.Forms.RibbonButton();
  102. this.ribbonButton1 = new System.Windows.Forms.RibbonButton();
  103. this.statusStrip1.SuspendLayout();
  104. this.SuspendLayout();
  105. //
  106. // rbNew
  107. //
  108. this.rbNew.AltKey = null;
  109. this.rbNew.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  110. this.rbNew.DropDownArrowSize = new System.Drawing.Size(5, 3);
  111. this.rbNew.Image = ((System.Drawing.Image)(resources.GetObject("rbNew.Image")));
  112. this.rbNew.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbNew.SmallImage")));
  113. this.rbNew.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  114. this.rbNew.Tag = null;
  115. this.rbNew.Text = null;
  116. this.rbNew.ToolTip = null;
  117. this.rbNew.ToolTipImage = null;
  118. this.rbNew.ToolTipTitle = null;
  119. //
  120. // rbOpen
  121. //
  122. this.rbOpen.AltKey = null;
  123. this.rbOpen.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  124. this.rbOpen.DropDownArrowSize = new System.Drawing.Size(5, 3);
  125. this.rbOpen.Image = global::OTSMeasureApp.Properties.Resources.open321;
  126. this.rbOpen.SmallImage = global::OTSMeasureApp.Properties.Resources.Open16;
  127. this.rbOpen.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  128. this.rbOpen.Tag = "rbOpen";
  129. this.rbOpen.Text = "打开";
  130. this.rbOpen.ToolTip = null;
  131. this.rbOpen.ToolTipImage = null;
  132. this.rbOpen.ToolTipTitle = null;
  133. this.rbOpen.Click += new System.EventHandler(this.rbOpen_Click);
  134. //
  135. // rbSave
  136. //
  137. this.rbSave.AltKey = null;
  138. this.rbSave.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  139. this.rbSave.DropDownArrowSize = new System.Drawing.Size(5, 3);
  140. this.rbSave.Image = ((System.Drawing.Image)(resources.GetObject("rbSave.Image")));
  141. this.rbSave.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbSave.SmallImage")));
  142. this.rbSave.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  143. this.rbSave.Tag = null;
  144. this.rbSave.Text = null;
  145. this.rbSave.ToolTip = null;
  146. this.rbSave.ToolTipImage = null;
  147. this.rbSave.ToolTipTitle = null;
  148. //
  149. // rbSaveAs
  150. //
  151. this.rbSaveAs.AltKey = null;
  152. this.rbSaveAs.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  153. this.rbSaveAs.DropDownArrowSize = new System.Drawing.Size(5, 3);
  154. this.rbSaveAs.Image = ((System.Drawing.Image)(resources.GetObject("rbSaveAs.Image")));
  155. this.rbSaveAs.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbSaveAs.SmallImage")));
  156. this.rbSaveAs.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  157. this.rbSaveAs.Tag = null;
  158. this.rbSaveAs.Text = null;
  159. this.rbSaveAs.ToolTip = null;
  160. this.rbSaveAs.ToolTipImage = null;
  161. this.rbSaveAs.ToolTipTitle = null;
  162. //
  163. // rbMenu
  164. //
  165. this.rbMenu.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  166. this.rbMenu.BorderMode = System.Windows.Forms.RibbonWindowMode.InsideWindow;
  167. this.rbMenu.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F);
  168. this.rbMenu.Location = new System.Drawing.Point(0, 0);
  169. this.rbMenu.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  170. this.rbMenu.Minimized = true;
  171. this.rbMenu.Name = "rbMenu";
  172. //
  173. //
  174. //
  175. this.rbMenu.OrbDropDown.BorderRoundness = 10;
  176. this.rbMenu.OrbDropDown.Location = new System.Drawing.Point(0, 0);
  177. this.rbMenu.OrbDropDown.MenuItems.Add(this.rbNewDocument);
  178. this.rbMenu.OrbDropDown.MenuItems.Add(this.rbOpenFile);
  179. this.rbMenu.OrbDropDown.MenuItems.Add(this.ribbonSeparator1);
  180. this.rbMenu.OrbDropDown.MenuItems.Add(this.rbSaveFile);
  181. this.rbMenu.OrbDropDown.MenuItems.Add(this.rvSaveAsFile);
  182. this.rbMenu.OrbDropDown.MenuItems.Add(this.rbSTDEdit);
  183. this.rbMenu.OrbDropDown.MenuItems.Add(this.rbReClassify);
  184. this.rbMenu.OrbDropDown.MenuItems.Add(this.rbSysMgrApp);
  185. this.rbMenu.OrbDropDown.MenuItems.Add(this.ribbonSeparator2);
  186. this.rbMenu.OrbDropDown.MenuItems.Add(this.rbAbout);
  187. this.rbMenu.OrbDropDown.MenuItems.Add(this.rbExitApp);
  188. this.rbMenu.OrbDropDown.Name = "";
  189. this.rbMenu.OrbDropDown.OptionItems.Add(this.rbSelectDlg);
  190. this.rbMenu.OrbDropDown.Size = new System.Drawing.Size(527, 474);
  191. this.rbMenu.OrbDropDown.TabIndex = 0;
  192. this.rbMenu.OrbImage = global::OTSMeasureApp.Properties.Resources.logo_40;
  193. //
  194. //
  195. //
  196. this.rbMenu.QuickAcessToolbar.AltKey = null;
  197. this.rbMenu.QuickAcessToolbar.DropDownButtonVisible = false;
  198. this.rbMenu.QuickAcessToolbar.Enabled = false;
  199. this.rbMenu.QuickAcessToolbar.Image = null;
  200. this.rbMenu.QuickAcessToolbar.Tag = null;
  201. this.rbMenu.QuickAcessToolbar.ToolTipImage = null;
  202. this.rbMenu.Size = new System.Drawing.Size(1277, 130);
  203. this.rbMenu.TabIndex = 0;
  204. this.rbMenu.Tabs.Add(this.rbTabHome);
  205. this.rbMenu.Tabs.Add(this.rbTabView);
  206. this.rbMenu.TabSpacing = 6;
  207. //
  208. // 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. // rbTabHome
  377. //
  378. this.rbTabHome.Panels.Add(this.rbPanelFile);
  379. this.rbTabHome.Panels.Add(this.rbPanelSample);
  380. this.rbTabHome.Panels.Add(this.rbSemFunction);
  381. this.rbTabHome.Panels.Add(this.rbPanelFunction);
  382. this.rbTabHome.Panels.Add(this.rbPReport);
  383. this.rbTabHome.Tag = "rbTabHome";
  384. this.rbTabHome.Text = "基本功能";
  385. //
  386. // rbPanelFile
  387. //
  388. this.rbPanelFile.ButtonMoreVisible = false;
  389. this.rbPanelFile.Items.Add(this.rbOpen);
  390. this.rbPanelFile.Tag = "rbPanelFile";
  391. this.rbPanelFile.Text = "项目文件";
  392. //
  393. // rbPanelSample
  394. //
  395. this.rbPanelSample.ButtonMoreVisible = false;
  396. this.rbPanelSample.Items.Add(this.rbAddSample);
  397. this.rbPanelSample.Items.Add(this.rbDeleteSample);
  398. this.rbPanelSample.Items.Add(this.ribReset);
  399. this.rbPanelSample.Items.Add(this.ribCircle);
  400. this.rbPanelSample.Items.Add(this.ribRectangle);
  401. this.rbPanelSample.Items.Add(this.ribPolygon);
  402. this.rbPanelSample.Tag = "rbPanelSample";
  403. this.rbPanelSample.Text = "样品操作及测量区域选择";
  404. //
  405. // rbAddSample
  406. //
  407. this.rbAddSample.AltKey = null;
  408. this.rbAddSample.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  409. this.rbAddSample.DropDownArrowSize = new System.Drawing.Size(5, 3);
  410. this.rbAddSample.Image = global::OTSMeasureApp.Properties.Resources.添加32;
  411. this.rbAddSample.SmallImage = global::OTSMeasureApp.Properties.Resources.Add_Sample16;
  412. this.rbAddSample.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  413. this.rbAddSample.Tag = "rbAddSample";
  414. this.rbAddSample.Text = "添加";
  415. this.rbAddSample.ToolTip = null;
  416. this.rbAddSample.ToolTipImage = null;
  417. this.rbAddSample.ToolTipTitle = null;
  418. this.rbAddSample.Click += new System.EventHandler(this.rbAddSample_Click);
  419. //
  420. // rbDeleteSample
  421. //
  422. this.rbDeleteSample.AltKey = null;
  423. this.rbDeleteSample.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  424. this.rbDeleteSample.DropDownArrowSize = new System.Drawing.Size(5, 3);
  425. this.rbDeleteSample.Image = global::OTSMeasureApp.Properties.Resources.删除32;
  426. this.rbDeleteSample.SmallImage = global::OTSMeasureApp.Properties.Resources.delete16;
  427. this.rbDeleteSample.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  428. this.rbDeleteSample.Tag = "rbDeleteSample";
  429. this.rbDeleteSample.Text = "删除";
  430. this.rbDeleteSample.ToolTip = null;
  431. this.rbDeleteSample.ToolTipImage = null;
  432. this.rbDeleteSample.ToolTipTitle = null;
  433. this.rbDeleteSample.Click += new System.EventHandler(this.rbDeleteSample_Click);
  434. //
  435. // ribReset
  436. //
  437. this.ribReset.AltKey = null;
  438. this.ribReset.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  439. this.ribReset.DropDownArrowSize = new System.Drawing.Size(5, 3);
  440. this.ribReset.DropDownItems.Add(this.rbMeasureCircle);
  441. this.ribReset.DropDownItems.Add(this.rbMeasureRectangle);
  442. this.ribReset.Image = global::OTSMeasureApp.Properties.Resources.复位32;
  443. this.ribReset.SmallImage = global::OTSMeasureApp.Properties.Resources.复位;
  444. this.ribReset.Style = System.Windows.Forms.RibbonButtonStyle.SplitDropDown;
  445. this.ribReset.Tag = "ribReset";
  446. this.ribReset.Text = "复位";
  447. this.ribReset.ToolTip = null;
  448. this.ribReset.ToolTipImage = null;
  449. this.ribReset.ToolTipTitle = null;
  450. this.ribReset.Click += new System.EventHandler(this.ribReset_Click);
  451. //
  452. // rbMeasureCircle
  453. //
  454. this.rbMeasureCircle.AltKey = null;
  455. this.rbMeasureCircle.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  456. this.rbMeasureCircle.DropDownArrowSize = new System.Drawing.Size(5, 3);
  457. this.rbMeasureCircle.Image = global::OTSMeasureApp.Properties.Resources.画圆;
  458. this.rbMeasureCircle.SmallImage = global::OTSMeasureApp.Properties.Resources.Circle16;
  459. this.rbMeasureCircle.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  460. this.rbMeasureCircle.Tag = "rbMeasureCircle";
  461. this.rbMeasureCircle.Text = "圆形";
  462. this.rbMeasureCircle.ToolTip = null;
  463. this.rbMeasureCircle.ToolTipImage = null;
  464. this.rbMeasureCircle.ToolTipTitle = null;
  465. this.rbMeasureCircle.Click += new System.EventHandler(this.rbMeasureCircle_Click);
  466. //
  467. // rbMeasureRectangle
  468. //
  469. this.rbMeasureRectangle.AltKey = null;
  470. this.rbMeasureRectangle.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  471. this.rbMeasureRectangle.DropDownArrowSize = new System.Drawing.Size(5, 3);
  472. this.rbMeasureRectangle.Image = global::OTSMeasureApp.Properties.Resources.画方;
  473. this.rbMeasureRectangle.SmallImage = global::OTSMeasureApp.Properties.Resources.Rectangle16;
  474. this.rbMeasureRectangle.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  475. this.rbMeasureRectangle.Tag = "rbMeasureRectangle";
  476. this.rbMeasureRectangle.Text = "矩形";
  477. this.rbMeasureRectangle.ToolTip = null;
  478. this.rbMeasureRectangle.ToolTipImage = null;
  479. this.rbMeasureRectangle.ToolTipTitle = null;
  480. this.rbMeasureRectangle.Click += new System.EventHandler(this.rbMeasureRectangle_Click);
  481. //
  482. // ribCircle
  483. //
  484. this.ribCircle.AltKey = null;
  485. this.ribCircle.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  486. this.ribCircle.DropDownArrowSize = new System.Drawing.Size(5, 3);
  487. this.ribCircle.DropDownItems.Add(this.rbCircleCenter);
  488. this.ribCircle.DropDownItems.Add(this.rbThreePoints);
  489. this.ribCircle.DropDownItems.Add(this.rbRingShape);
  490. this.ribCircle.Image = global::OTSMeasureApp.Properties.Resources.圆形32;
  491. this.ribCircle.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribCircle.SmallImage")));
  492. this.ribCircle.Style = System.Windows.Forms.RibbonButtonStyle.SplitDropDown;
  493. this.ribCircle.Tag = "ribCircle";
  494. this.ribCircle.Text = "圆形";
  495. this.ribCircle.ToolTip = null;
  496. this.ribCircle.ToolTipImage = null;
  497. this.ribCircle.ToolTipTitle = null;
  498. this.ribCircle.Click += new System.EventHandler(this.ribCircle_Click);
  499. //
  500. // rbCircleCenter
  501. //
  502. this.rbCircleCenter.AltKey = null;
  503. this.rbCircleCenter.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  504. this.rbCircleCenter.DropDownArrowSize = new System.Drawing.Size(5, 3);
  505. this.rbCircleCenter.Image = ((System.Drawing.Image)(resources.GetObject("rbCircleCenter.Image")));
  506. this.rbCircleCenter.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbCircleCenter.SmallImage")));
  507. this.rbCircleCenter.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  508. this.rbCircleCenter.Tag = null;
  509. this.rbCircleCenter.Text = "圆心法";
  510. this.rbCircleCenter.ToolTip = null;
  511. this.rbCircleCenter.ToolTipImage = null;
  512. this.rbCircleCenter.ToolTipTitle = null;
  513. this.rbCircleCenter.Click += new System.EventHandler(this.ribCircle_Click);
  514. //
  515. // rbThreePoints
  516. //
  517. this.rbThreePoints.AltKey = null;
  518. this.rbThreePoints.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  519. this.rbThreePoints.DropDownArrowSize = new System.Drawing.Size(5, 3);
  520. this.rbThreePoints.Image = ((System.Drawing.Image)(resources.GetObject("rbThreePoints.Image")));
  521. this.rbThreePoints.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbThreePoints.SmallImage")));
  522. this.rbThreePoints.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  523. this.rbThreePoints.Tag = null;
  524. this.rbThreePoints.Text = "三点法";
  525. this.rbThreePoints.ToolTip = null;
  526. this.rbThreePoints.ToolTipImage = null;
  527. this.rbThreePoints.ToolTipTitle = null;
  528. this.rbThreePoints.Click += new System.EventHandler(this.rbThreePoints_Click);
  529. //
  530. // rbRingShape
  531. //
  532. this.rbRingShape.AltKey = null;
  533. this.rbRingShape.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  534. this.rbRingShape.DropDownArrowSize = new System.Drawing.Size(5, 3);
  535. this.rbRingShape.Image = ((System.Drawing.Image)(resources.GetObject("rbRingShape.Image")));
  536. this.rbRingShape.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbRingShape.SmallImage")));
  537. this.rbRingShape.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  538. this.rbRingShape.Tag = null;
  539. this.rbRingShape.Text = "环形";
  540. this.rbRingShape.ToolTip = null;
  541. this.rbRingShape.ToolTipImage = null;
  542. this.rbRingShape.ToolTipTitle = null;
  543. this.rbRingShape.Click += new System.EventHandler(this.rbRingShape_Click);
  544. //
  545. // ribRectangle
  546. //
  547. this.ribRectangle.AltKey = null;
  548. this.ribRectangle.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  549. this.ribRectangle.DropDownArrowSize = new System.Drawing.Size(5, 3);
  550. this.ribRectangle.Image = global::OTSMeasureApp.Properties.Resources.矩形32;
  551. this.ribRectangle.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribRectangle.SmallImage")));
  552. this.ribRectangle.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  553. this.ribRectangle.Tag = "ribRectangle";
  554. this.ribRectangle.Text = "矩形";
  555. this.ribRectangle.ToolTip = null;
  556. this.ribRectangle.ToolTipImage = null;
  557. this.ribRectangle.ToolTipTitle = null;
  558. this.ribRectangle.Click += new System.EventHandler(this.ribRectangle_Click);
  559. //
  560. // ribPolygon
  561. //
  562. this.ribPolygon.AltKey = null;
  563. this.ribPolygon.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  564. this.ribPolygon.DropDownArrowSize = new System.Drawing.Size(5, 3);
  565. this.ribPolygon.Image = global::OTSMeasureApp.Properties.Resources.画方;
  566. this.ribPolygon.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribPolygon.SmallImage")));
  567. this.ribPolygon.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  568. this.ribPolygon.Tag = "ribPolygon";
  569. this.ribPolygon.Text = "多边形";
  570. this.ribPolygon.ToolTip = null;
  571. this.ribPolygon.ToolTipImage = null;
  572. this.ribPolygon.ToolTipTitle = null;
  573. this.ribPolygon.Click += new System.EventHandler(this.ribPolygon_Click);
  574. //
  575. // rbSemFunction
  576. //
  577. this.rbSemFunction.ButtonMoreEnabled = false;
  578. this.rbSemFunction.ButtonMoreVisible = false;
  579. this.rbSemFunction.Items.Add(this.rbConnectHardware);
  580. this.rbSemFunction.Items.Add(this.rbDisconnectHardware);
  581. this.rbSemFunction.Items.Add(this.rbinterrupt);
  582. this.rbSemFunction.Items.Add(this.rbAutoBeamOff);
  583. this.rbSemFunction.Tag = "rbSemFunction";
  584. this.rbSemFunction.Text = "Sem控制";
  585. //
  586. // rbConnectHardware
  587. //
  588. this.rbConnectHardware.AltKey = null;
  589. this.rbConnectHardware.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  590. this.rbConnectHardware.DropDownArrowSize = new System.Drawing.Size(3, 3);
  591. this.rbConnectHardware.Image = global::OTSMeasureApp.Properties.Resources.ConnnectHardware;
  592. this.rbConnectHardware.SmallImage = global::OTSMeasureApp.Properties.Resources.ConnnectHardware;
  593. this.rbConnectHardware.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  594. this.rbConnectHardware.Tag = "rbConnectHardware";
  595. this.rbConnectHardware.Text = "连接电镜";
  596. this.rbConnectHardware.ToolTip = null;
  597. this.rbConnectHardware.ToolTipImage = null;
  598. this.rbConnectHardware.ToolTipTitle = null;
  599. this.rbConnectHardware.Click += new System.EventHandler(this.rbConnectHardware_Click_1);
  600. //
  601. // rbDisconnectHardware
  602. //
  603. this.rbDisconnectHardware.AltKey = null;
  604. this.rbDisconnectHardware.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  605. this.rbDisconnectHardware.DropDownArrowSize = new System.Drawing.Size(3, 3);
  606. this.rbDisconnectHardware.Image = global::OTSMeasureApp.Properties.Resources.DisconnnectHardware;
  607. this.rbDisconnectHardware.SmallImage = global::OTSMeasureApp.Properties.Resources.DisconnnectHardware;
  608. this.rbDisconnectHardware.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  609. this.rbDisconnectHardware.Tag = "rbDisconnectHardware";
  610. this.rbDisconnectHardware.Text = "断开连接";
  611. this.rbDisconnectHardware.ToolTip = null;
  612. this.rbDisconnectHardware.ToolTipImage = null;
  613. this.rbDisconnectHardware.ToolTipTitle = null;
  614. this.rbDisconnectHardware.Click += new System.EventHandler(this.rbDisconnectHardware_Click_1);
  615. //
  616. // rbinterrupt
  617. //
  618. this.rbinterrupt.AltKey = null;
  619. this.rbinterrupt.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  620. this.rbinterrupt.DropDownArrowSize = new System.Drawing.Size(3, 3);
  621. this.rbinterrupt.Image = global::OTSMeasureApp.Properties.Resources.interrupt;
  622. this.rbinterrupt.SmallImage = global::OTSMeasureApp.Properties.Resources.DisconnnectHardware;
  623. this.rbinterrupt.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  624. this.rbinterrupt.Tag = "rbinterrupt";
  625. this.rbinterrupt.Text = "强制停止";
  626. this.rbinterrupt.ToolTip = null;
  627. this.rbinterrupt.ToolTipImage = null;
  628. this.rbinterrupt.ToolTipTitle = null;
  629. this.rbinterrupt.Click += new System.EventHandler(this.rbinterrupt_Click);
  630. //
  631. // rbAutoBeamOff
  632. //
  633. this.rbAutoBeamOff.AltKey = null;
  634. this.rbAutoBeamOff.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  635. this.rbAutoBeamOff.DropDownArrowSize = new System.Drawing.Size(3, 3);
  636. this.rbAutoBeamOff.Image = global::OTSMeasureApp.Properties.Resources.AutoBeamOff_off;
  637. this.rbAutoBeamOff.SmallImage = global::OTSMeasureApp.Properties.Resources.AutoBeamOff_off;
  638. this.rbAutoBeamOff.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  639. this.rbAutoBeamOff.Tag = "rbAutoBeamOff";
  640. this.rbAutoBeamOff.Text = "自动关枪";
  641. this.rbAutoBeamOff.ToolTip = null;
  642. this.rbAutoBeamOff.ToolTipImage = null;
  643. this.rbAutoBeamOff.ToolTipTitle = null;
  644. this.rbAutoBeamOff.Click += new System.EventHandler(this.rbAutoBeamOff_Click);
  645. //
  646. // rbPanelFunction
  647. //
  648. this.rbPanelFunction.ButtonMoreEnabled = false;
  649. this.rbPanelFunction.ButtonMoreVisible = false;
  650. this.rbPanelFunction.Items.Add(this.rbStart);
  651. this.rbPanelFunction.Items.Add(this.rbPause);
  652. this.rbPanelFunction.Items.Add(this.rbStop);
  653. this.rbPanelFunction.Items.Add(this.rbCheckParam);
  654. this.rbPanelFunction.Tag = "rbPanelFunction";
  655. this.rbPanelFunction.Text = "测量控制";
  656. //
  657. // rbStart
  658. //
  659. this.rbStart.AltKey = null;
  660. this.rbStart.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  661. this.rbStart.DropDownArrowSize = new System.Drawing.Size(5, 3);
  662. this.rbStart.Image = global::OTSMeasureApp.Properties.Resources.开始32;
  663. this.rbStart.SmallImage = global::OTSMeasureApp.Properties.Resources.start16;
  664. this.rbStart.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  665. this.rbStart.Tag = "rbStart";
  666. this.rbStart.Text = "开始";
  667. this.rbStart.ToolTip = null;
  668. this.rbStart.ToolTipImage = null;
  669. this.rbStart.ToolTipTitle = null;
  670. this.rbStart.Click += new System.EventHandler(this.rbStart_Click);
  671. //
  672. // rbPause
  673. //
  674. this.rbPause.AltKey = null;
  675. this.rbPause.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  676. this.rbPause.DropDownArrowSize = new System.Drawing.Size(5, 3);
  677. this.rbPause.Image = global::OTSMeasureApp.Properties.Resources.Pause;
  678. this.rbPause.SmallImage = global::OTSMeasureApp.Properties.Resources.Pause;
  679. this.rbPause.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  680. this.rbPause.Tag = "rbPause";
  681. this.rbPause.Text = "暂停";
  682. this.rbPause.ToolTip = null;
  683. this.rbPause.ToolTipImage = null;
  684. this.rbPause.ToolTipTitle = null;
  685. this.rbPause.Click += new System.EventHandler(this.rbPause_Click);
  686. //
  687. // rbStop
  688. //
  689. this.rbStop.AltKey = null;
  690. this.rbStop.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  691. this.rbStop.DropDownArrowSize = new System.Drawing.Size(5, 3);
  692. this.rbStop.Image = global::OTSMeasureApp.Properties.Resources.停止32;
  693. this.rbStop.SmallImage = global::OTSMeasureApp.Properties.Resources.stop16;
  694. this.rbStop.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  695. this.rbStop.Tag = "rbStop";
  696. this.rbStop.Text = "停止";
  697. this.rbStop.ToolTip = null;
  698. this.rbStop.ToolTipImage = null;
  699. this.rbStop.ToolTipTitle = null;
  700. this.rbStop.Click += new System.EventHandler(this.rbStop_Click);
  701. //
  702. // rbCheckParam
  703. //
  704. this.rbCheckParam.AltKey = null;
  705. this.rbCheckParam.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  706. this.rbCheckParam.DropDownArrowSize = new System.Drawing.Size(5, 3);
  707. this.rbCheckParam.Image = global::OTSMeasureApp.Properties.Resources.检测32;
  708. this.rbCheckParam.SmallImage = global::OTSMeasureApp.Properties.Resources.Prepare16;
  709. this.rbCheckParam.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  710. this.rbCheckParam.Tag = "rbCheckParam";
  711. this.rbCheckParam.Text = "检测";
  712. this.rbCheckParam.ToolTip = null;
  713. this.rbCheckParam.ToolTipImage = null;
  714. this.rbCheckParam.ToolTipTitle = null;
  715. this.rbCheckParam.Click += new System.EventHandler(this.rbCheckParam_Click);
  716. //
  717. // rbPReport
  718. //
  719. this.rbPReport.ButtonMoreVisible = false;
  720. this.rbPReport.Items.Add(this.rbReport);
  721. this.rbPReport.Tag = "rbPReport";
  722. this.rbPReport.Text = "查看分析结果";
  723. //
  724. // rbReport
  725. //
  726. this.rbReport.AltKey = null;
  727. this.rbReport.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  728. this.rbReport.DropDownArrowSize = new System.Drawing.Size(5, 3);
  729. this.rbReport.Image = global::OTSMeasureApp.Properties.Resources.Add_Sample32;
  730. this.rbReport.SmallImage = global::OTSMeasureApp.Properties.Resources.Add_Sample16;
  731. this.rbReport.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  732. this.rbReport.Tag = "rbReport";
  733. this.rbReport.Text = "打开报告";
  734. this.rbReport.ToolTip = null;
  735. this.rbReport.ToolTipImage = null;
  736. this.rbReport.ToolTipTitle = null;
  737. this.rbReport.Click += new System.EventHandler(this.rbReport_Click);
  738. //
  739. // rbTabView
  740. //
  741. this.rbTabView.Panels.Add(this.ribView);
  742. this.rbTabView.Tag = "rbTabView";
  743. this.rbTabView.Text = "视图功能";
  744. //
  745. // ribView
  746. //
  747. this.ribView.ButtonMoreVisible = false;
  748. this.ribView.Items.Add(this.rbRuler);
  749. this.ribView.Items.Add(this.rbSmaplePhoto);
  750. this.ribView.Items.Add(this.rbSmapleName);
  751. this.ribView.Items.Add(this.rbRecover);
  752. this.ribView.Tag = "ribView";
  753. this.ribView.Text = "视图";
  754. //
  755. // rbRuler
  756. //
  757. this.rbRuler.AltKey = null;
  758. this.rbRuler.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  759. this.rbRuler.DropDownArrowSize = new System.Drawing.Size(5, 3);
  760. this.rbRuler.Image = global::OTSMeasureApp.Properties.Resources.标尺32;
  761. this.rbRuler.SmallImage = global::OTSMeasureApp.Properties.Resources.Ruler16;
  762. this.rbRuler.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  763. this.rbRuler.Tag = "rbRuler";
  764. this.rbRuler.Text = "标尺";
  765. this.rbRuler.ToolTip = null;
  766. this.rbRuler.ToolTipImage = null;
  767. this.rbRuler.ToolTipTitle = null;
  768. this.rbRuler.Click += new System.EventHandler(this.rbRuler_Click);
  769. //
  770. // rbSmaplePhoto
  771. //
  772. this.rbSmaplePhoto.AltKey = null;
  773. this.rbSmaplePhoto.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  774. this.rbSmaplePhoto.DropDownArrowSize = new System.Drawing.Size(5, 3);
  775. this.rbSmaplePhoto.Image = global::OTSMeasureApp.Properties.Resources.样品孔照片32;
  776. this.rbSmaplePhoto.SmallImage = global::OTSMeasureApp.Properties.Resources.SmaplePhoto16;
  777. this.rbSmaplePhoto.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  778. this.rbSmaplePhoto.Tag = "rbSmaplePhoto";
  779. this.rbSmaplePhoto.Text = "样品孔照片";
  780. this.rbSmaplePhoto.ToolTip = null;
  781. this.rbSmaplePhoto.ToolTipImage = null;
  782. this.rbSmaplePhoto.ToolTipTitle = null;
  783. this.rbSmaplePhoto.Click += new System.EventHandler(this.rbSmaplePhoto_Click);
  784. //
  785. // rbSmapleName
  786. //
  787. this.rbSmapleName.AltKey = null;
  788. this.rbSmapleName.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  789. this.rbSmapleName.DropDownArrowSize = new System.Drawing.Size(5, 3);
  790. this.rbSmapleName.Image = global::OTSMeasureApp.Properties.Resources.样品孔名称32;
  791. this.rbSmapleName.SmallImage = global::OTSMeasureApp.Properties.Resources.SmapleName16;
  792. this.rbSmapleName.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  793. this.rbSmapleName.Tag = "rbSmapleName";
  794. this.rbSmapleName.Text = "样品孔名称";
  795. this.rbSmapleName.ToolTip = null;
  796. this.rbSmapleName.ToolTipImage = null;
  797. this.rbSmapleName.ToolTipTitle = null;
  798. this.rbSmapleName.Click += new System.EventHandler(this.rbSmapleName_Click);
  799. //
  800. // rbRecover
  801. //
  802. this.rbRecover.AltKey = null;
  803. this.rbRecover.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  804. this.rbRecover.DropDownArrowSize = new System.Drawing.Size(5, 3);
  805. this.rbRecover.Image = global::OTSMeasureApp.Properties.Resources.恢复32;
  806. this.rbRecover.SmallImage = global::OTSMeasureApp.Properties.Resources.Recover16new;
  807. this.rbRecover.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  808. this.rbRecover.Tag = "rbRecover";
  809. this.rbRecover.Text = "恢复布局";
  810. this.rbRecover.ToolTip = null;
  811. this.rbRecover.ToolTipImage = null;
  812. this.rbRecover.ToolTipTitle = null;
  813. this.rbRecover.Click += new System.EventHandler(this.rbRecover_Click);
  814. //
  815. // ribbonItemGroup1
  816. //
  817. this.ribbonItemGroup1.AltKey = null;
  818. this.ribbonItemGroup1.Image = null;
  819. this.ribbonItemGroup1.Items.Add(this.ribbonButton5);
  820. this.ribbonItemGroup1.Items.Add(this.ribbonButton6);
  821. this.ribbonItemGroup1.MaxSizeMode = System.Windows.Forms.RibbonElementSizeMode.Large;
  822. this.ribbonItemGroup1.Tag = null;
  823. this.ribbonItemGroup1.Text = null;
  824. this.ribbonItemGroup1.ToolTip = null;
  825. this.ribbonItemGroup1.ToolTipImage = null;
  826. this.ribbonItemGroup1.ToolTipTitle = null;
  827. //
  828. // ribbonButton5
  829. //
  830. this.ribbonButton5.AltKey = null;
  831. this.ribbonButton5.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  832. this.ribbonButton5.DropDownArrowSize = new System.Drawing.Size(5, 3);
  833. this.ribbonButton5.Image = ((System.Drawing.Image)(resources.GetObject("ribbonButton5.Image")));
  834. this.ribbonButton5.MaxSizeMode = System.Windows.Forms.RibbonElementSizeMode.Compact;
  835. this.ribbonButton5.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton5.SmallImage")));
  836. this.ribbonButton5.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  837. this.ribbonButton5.Tag = null;
  838. this.ribbonButton5.Text = "1";
  839. this.ribbonButton5.ToolTip = null;
  840. this.ribbonButton5.ToolTipImage = null;
  841. this.ribbonButton5.ToolTipTitle = null;
  842. //
  843. // ribbonButton6
  844. //
  845. this.ribbonButton6.AltKey = null;
  846. this.ribbonButton6.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  847. this.ribbonButton6.DropDownArrowSize = new System.Drawing.Size(5, 3);
  848. this.ribbonButton6.Image = ((System.Drawing.Image)(resources.GetObject("ribbonButton6.Image")));
  849. this.ribbonButton6.MaxSizeMode = System.Windows.Forms.RibbonElementSizeMode.Compact;
  850. this.ribbonButton6.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton6.SmallImage")));
  851. this.ribbonButton6.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  852. this.ribbonButton6.Tag = null;
  853. this.ribbonButton6.Text = "2";
  854. this.ribbonButton6.ToolTip = null;
  855. this.ribbonButton6.ToolTipImage = null;
  856. this.ribbonButton6.ToolTipTitle = null;
  857. //
  858. // statusStrip1
  859. //
  860. this.statusStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
  861. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  862. this.TSGrayVal,
  863. this.STSemCoordinate,
  864. this.toolStripStatusLabel1});
  865. this.statusStrip1.Location = new System.Drawing.Point(0, 671);
  866. this.statusStrip1.Name = "statusStrip1";
  867. this.statusStrip1.Padding = new System.Windows.Forms.Padding(2, 0, 14, 0);
  868. this.statusStrip1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  869. this.statusStrip1.Size = new System.Drawing.Size(1277, 26);
  870. this.statusStrip1.TabIndex = 2;
  871. this.statusStrip1.Text = "statusStrip1";
  872. //
  873. // TSGrayVal
  874. //
  875. this.TSGrayVal.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
  876. this.TSGrayVal.Name = "TSGrayVal";
  877. this.TSGrayVal.Size = new System.Drawing.Size(48, 21);
  878. this.TSGrayVal.Text = "灰度值";
  879. //
  880. // STSemCoordinate
  881. //
  882. this.STSemCoordinate.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
  883. this.STSemCoordinate.Name = "STSemCoordinate";
  884. this.STSemCoordinate.Size = new System.Drawing.Size(62, 21);
  885. this.STSemCoordinate.Text = "SEM坐标";
  886. //
  887. // toolStripStatusLabel1
  888. //
  889. this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
  890. this.toolStripStatusLabel1.Size = new System.Drawing.Size(54, 21);
  891. this.toolStripStatusLabel1.Text = "IsReady";
  892. this.toolStripStatusLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  893. this.toolStripStatusLabel1.Visible = false;
  894. //
  895. // dockPanel
  896. //
  897. this.dockPanel.ActiveAutoHideContent = null;
  898. this.dockPanel.BackColor = System.Drawing.Color.Transparent;
  899. this.dockPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  900. this.dockPanel.Dock = System.Windows.Forms.DockStyle.Fill;
  901. this.dockPanel.DockBackColor = System.Drawing.SystemColors.Control;
  902. this.dockPanel.DockLeftPortion = 0.21D;
  903. this.dockPanel.DockRightPortion = 0.27D;
  904. this.dockPanel.Location = new System.Drawing.Point(0, 130);
  905. this.dockPanel.Margin = new System.Windows.Forms.Padding(6, 7, 6, 7);
  906. this.dockPanel.Name = "dockPanel";
  907. this.dockPanel.Size = new System.Drawing.Size(1277, 541);
  908. dockPanelGradient4.EndColor = System.Drawing.SystemColors.ControlLight;
  909. dockPanelGradient4.StartColor = System.Drawing.SystemColors.ControlLight;
  910. autoHideStripSkin2.DockStripGradient = dockPanelGradient4;
  911. tabGradient8.EndColor = System.Drawing.SystemColors.Control;
  912. tabGradient8.StartColor = System.Drawing.SystemColors.Control;
  913. tabGradient8.TextColor = System.Drawing.SystemColors.ControlDarkDark;
  914. autoHideStripSkin2.TabGradient = tabGradient8;
  915. dockPanelSkin2.AutoHideStripSkin = autoHideStripSkin2;
  916. tabGradient9.EndColor = System.Drawing.SystemColors.ControlLightLight;
  917. tabGradient9.StartColor = System.Drawing.SystemColors.ControlLightLight;
  918. tabGradient9.TextColor = System.Drawing.SystemColors.ControlText;
  919. dockPaneStripGradient2.ActiveTabGradient = tabGradient9;
  920. dockPanelGradient5.EndColor = System.Drawing.SystemColors.Control;
  921. dockPanelGradient5.StartColor = System.Drawing.SystemColors.Control;
  922. dockPaneStripGradient2.DockStripGradient = dockPanelGradient5;
  923. tabGradient10.EndColor = System.Drawing.SystemColors.ControlLight;
  924. tabGradient10.StartColor = System.Drawing.SystemColors.ControlLight;
  925. tabGradient10.TextColor = System.Drawing.SystemColors.ControlText;
  926. dockPaneStripGradient2.InactiveTabGradient = tabGradient10;
  927. dockPaneStripSkin2.DocumentGradient = dockPaneStripGradient2;
  928. tabGradient11.EndColor = System.Drawing.SystemColors.ActiveCaption;
  929. tabGradient11.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
  930. tabGradient11.StartColor = System.Drawing.SystemColors.GradientActiveCaption;
  931. tabGradient11.TextColor = System.Drawing.SystemColors.ActiveCaptionText;
  932. dockPaneStripToolWindowGradient2.ActiveCaptionGradient = tabGradient11;
  933. tabGradient12.EndColor = System.Drawing.SystemColors.Control;
  934. tabGradient12.StartColor = System.Drawing.SystemColors.Control;
  935. tabGradient12.TextColor = System.Drawing.SystemColors.ControlText;
  936. dockPaneStripToolWindowGradient2.ActiveTabGradient = tabGradient12;
  937. dockPanelGradient6.EndColor = System.Drawing.SystemColors.ControlLight;
  938. dockPanelGradient6.StartColor = System.Drawing.SystemColors.ControlLight;
  939. dockPaneStripToolWindowGradient2.DockStripGradient = dockPanelGradient6;
  940. tabGradient13.EndColor = System.Drawing.SystemColors.GradientInactiveCaption;
  941. tabGradient13.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
  942. tabGradient13.StartColor = System.Drawing.SystemColors.GradientInactiveCaption;
  943. tabGradient13.TextColor = System.Drawing.SystemColors.ControlText;
  944. dockPaneStripToolWindowGradient2.InactiveCaptionGradient = tabGradient13;
  945. tabGradient14.EndColor = System.Drawing.Color.Transparent;
  946. tabGradient14.StartColor = System.Drawing.Color.Transparent;
  947. tabGradient14.TextColor = System.Drawing.SystemColors.ControlDarkDark;
  948. dockPaneStripToolWindowGradient2.InactiveTabGradient = tabGradient14;
  949. dockPaneStripSkin2.ToolWindowGradient = dockPaneStripToolWindowGradient2;
  950. dockPanelSkin2.DockPaneStripSkin = dockPaneStripSkin2;
  951. this.dockPanel.Skin = dockPanelSkin2;
  952. this.dockPanel.TabIndex = 4;
  953. //
  954. // ribbonButton3
  955. //
  956. this.ribbonButton3.AltKey = null;
  957. this.ribbonButton3.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  958. this.ribbonButton3.DropDownArrowSize = new System.Drawing.Size(5, 3);
  959. this.ribbonButton3.Image = global::OTSMeasureApp.Properties.Resources.复位;
  960. this.ribbonButton3.SmallImage = global::OTSMeasureApp.Properties.Resources.Recover16new;
  961. this.ribbonButton3.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  962. this.ribbonButton3.Tag = "ribbonButton3";
  963. this.ribbonButton3.Text = "复位";
  964. this.ribbonButton3.ToolTip = null;
  965. this.ribbonButton3.ToolTipImage = null;
  966. this.ribbonButton3.ToolTipTitle = null;
  967. //
  968. // ribbonButton1
  969. //
  970. this.ribbonButton1.AltKey = null;
  971. this.ribbonButton1.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  972. this.ribbonButton1.DropDownArrowSize = new System.Drawing.Size(5, 3);
  973. this.ribbonButton1.Image = global::OTSMeasureApp.Properties.Resources.open321;
  974. this.ribbonButton1.SmallImage = global::OTSMeasureApp.Properties.Resources.Open16;
  975. this.ribbonButton1.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  976. this.ribbonButton1.Tag = "ribbonButton1";
  977. this.ribbonButton1.Text = "打开";
  978. this.ribbonButton1.ToolTip = null;
  979. this.ribbonButton1.ToolTipImage = null;
  980. this.ribbonButton1.ToolTipTitle = null;
  981. //
  982. // OTSIncAMeasureAppForm
  983. //
  984. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  985. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  986. this.ClientSize = new System.Drawing.Size(1277, 697);
  987. this.Controls.Add(this.dockPanel);
  988. this.Controls.Add(this.statusStrip1);
  989. this.Controls.Add(this.rbMenu);
  990. this.DoubleBuffered = true;
  991. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  992. this.IsMdiContainer = true;
  993. this.KeyPreview = true;
  994. this.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  995. this.MinimumSize = new System.Drawing.Size(678, 500);
  996. this.Name = "OTSIncAMeasureAppForm";
  997. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  998. this.Text = "OTSMeasureApp";
  999. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  1000. this.Activated += new System.EventHandler(this.OTSIncAMeasureAppForm_Activated);
  1001. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OTSIncAMeasureAppForm_FormClosing);
  1002. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.OTSIncAMeasureAppForm_FormClosed);
  1003. this.Load += new System.EventHandler(this.OTSIncAMeasureAppForm_Load);
  1004. this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.OTSIncAMeasureAppForm_KeyDown);
  1005. this.statusStrip1.ResumeLayout(false);
  1006. this.statusStrip1.PerformLayout();
  1007. this.ResumeLayout(false);
  1008. this.PerformLayout();
  1009. }
  1010. #endregion
  1011. public System.Windows.Forms.Ribbon rbMenu;
  1012. private System.Windows.Forms.RibbonTab rbTabHome;
  1013. public System.Windows.Forms.RibbonOrbMenuItem rbNewDocument;
  1014. public System.Windows.Forms.RibbonPanel rbPanelSample;
  1015. public System.Windows.Forms.RibbonPanel rbSemFunction;
  1016. public System.Windows.Forms.RibbonPanel rbPanelFunction;
  1017. public System.Windows.Forms.RibbonOrbMenuItem rbOpenFile;
  1018. // private System.Windows.Forms.RibbonButton rbNew;
  1019. public System.Windows.Forms.RibbonButton rbOpen;
  1020. public System.Windows.Forms.RibbonButton rbSave;
  1021. public System.Windows.Forms.RibbonButton rbSaveAs;
  1022. public System.Windows.Forms.RibbonButton rbAddSample;
  1023. public System.Windows.Forms.RibbonButton rbDeleteSample;
  1024. public System.Windows.Forms.RibbonButton rbStart;
  1025. public System.Windows.Forms.RibbonButton rbPause;
  1026. public System.Windows.Forms.RibbonButton rbStop;
  1027. public System.Windows.Forms.RibbonButton rbCheckParam;
  1028. private System.Windows.Forms.RibbonTab rbTabView;
  1029. public System.Windows.Forms.RibbonPanel ribView;
  1030. public System.Windows.Forms.RibbonButton rbRuler;
  1031. public System.Windows.Forms.RibbonButton rbSmaplePhoto;
  1032. public System.Windows.Forms.RibbonButton rbSmapleName;
  1033. public System.Windows.Forms.RibbonButton rbRecover;
  1034. private System.Windows.Forms.RibbonSeparator ribbonSeparator1;
  1035. public System.Windows.Forms.RibbonOrbMenuItem rbSaveFile;
  1036. public System.Windows.Forms.RibbonOrbMenuItem rvSaveAsFile;
  1037. private System.Windows.Forms.RibbonButton ribbonButton6;
  1038. private System.Windows.Forms.RibbonButton ribbonButton5;
  1039. private System.Windows.Forms.RibbonItemGroup ribbonItemGroup1;
  1040. private System.Windows.Forms.StatusStrip statusStrip1;
  1041. public OTS.WinFormsUI.Docking.DockPanel dockPanel;
  1042. private System.Windows.Forms.RibbonSeparator ribbonSeparator2;
  1043. public System.Windows.Forms.RibbonButton rbNew;
  1044. private System.Windows.Forms.ToolStripStatusLabel TSGrayVal;
  1045. private System.Windows.Forms.ToolStripStatusLabel STSemCoordinate;
  1046. public System.Windows.Forms.RibbonOrbMenuItem rbAbout;
  1047. public System.Windows.Forms.RibbonOrbMenuItem rbExitApp;
  1048. public System.Windows.Forms.RibbonOrbOptionButton rbSelectDlg;
  1049. public System.Windows.Forms.RibbonButton ribbonButton3;
  1050. public System.Windows.Forms.RibbonButton ribReset;
  1051. public System.Windows.Forms.RibbonButton ribCircle;
  1052. public System.Windows.Forms.RibbonButton ribRectangle;
  1053. public System.Windows.Forms.RibbonPanel rbPanelFile;
  1054. private System.Windows.Forms.RibbonButton rbMeasureCircle;
  1055. private System.Windows.Forms.RibbonButton rbMeasureRectangle;
  1056. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
  1057. public System.Windows.Forms.RibbonButton ribbonButton1;
  1058. public System.Windows.Forms.RibbonPanel rbPReport;
  1059. public System.Windows.Forms.RibbonButton rbReport;
  1060. public System.Windows.Forms.RibbonButton ribPolygon;
  1061. public System.Windows.Forms.RibbonButton rbSTDEdit;
  1062. public System.Windows.Forms.RibbonButton rbReClassify;
  1063. private System.Windows.Forms.RibbonButton rbCircleCenter;
  1064. private System.Windows.Forms.RibbonButton rbThreePoints;
  1065. private System.Windows.Forms.RibbonButton rbRingShape;
  1066. public System.Windows.Forms.RibbonButton rbConnectHardware;
  1067. public System.Windows.Forms.RibbonButton rbDisconnectHardware;
  1068. public System.Windows.Forms.RibbonButton rbinterrupt;
  1069. public System.Windows.Forms.RibbonButton rbAutoBeamOff;
  1070. public System.Windows.Forms.RibbonButton rbSysMgrApp;
  1071. }
  1072. }