OTSIncAMeasureAppForm.Designer.cs 61 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059
  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 dockPanelSkin3 = new OTS.WinFormsUI.Docking.DockPanelSkin();
  30. OTS.WinFormsUI.Docking.AutoHideStripSkin autoHideStripSkin3 = new OTS.WinFormsUI.Docking.AutoHideStripSkin();
  31. OTS.WinFormsUI.Docking.DockPanelGradient dockPanelGradient7 = new OTS.WinFormsUI.Docking.DockPanelGradient();
  32. OTS.WinFormsUI.Docking.TabGradient tabGradient15 = new OTS.WinFormsUI.Docking.TabGradient();
  33. OTS.WinFormsUI.Docking.DockPaneStripSkin dockPaneStripSkin3 = new OTS.WinFormsUI.Docking.DockPaneStripSkin();
  34. OTS.WinFormsUI.Docking.DockPaneStripGradient dockPaneStripGradient3 = new OTS.WinFormsUI.Docking.DockPaneStripGradient();
  35. OTS.WinFormsUI.Docking.TabGradient tabGradient16 = new OTS.WinFormsUI.Docking.TabGradient();
  36. OTS.WinFormsUI.Docking.DockPanelGradient dockPanelGradient8 = new OTS.WinFormsUI.Docking.DockPanelGradient();
  37. OTS.WinFormsUI.Docking.TabGradient tabGradient17 = new OTS.WinFormsUI.Docking.TabGradient();
  38. OTS.WinFormsUI.Docking.DockPaneStripToolWindowGradient dockPaneStripToolWindowGradient3 = new OTS.WinFormsUI.Docking.DockPaneStripToolWindowGradient();
  39. OTS.WinFormsUI.Docking.TabGradient tabGradient18 = new OTS.WinFormsUI.Docking.TabGradient();
  40. OTS.WinFormsUI.Docking.TabGradient tabGradient19 = new OTS.WinFormsUI.Docking.TabGradient();
  41. OTS.WinFormsUI.Docking.DockPanelGradient dockPanelGradient9 = new OTS.WinFormsUI.Docking.DockPanelGradient();
  42. OTS.WinFormsUI.Docking.TabGradient tabGradient20 = new OTS.WinFormsUI.Docking.TabGradient();
  43. OTS.WinFormsUI.Docking.TabGradient tabGradient21 = 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.ribInvers = new System.Windows.Forms.RibbonButton();
  67. this.ribCircle = new System.Windows.Forms.RibbonButton();
  68. this.rbCircleCenter = new System.Windows.Forms.RibbonButton();
  69. this.rbThreePoints = new System.Windows.Forms.RibbonButton();
  70. this.rbRingShape = new System.Windows.Forms.RibbonButton();
  71. this.ribRectangle = new System.Windows.Forms.RibbonButton();
  72. this.ribPolygon = new System.Windows.Forms.RibbonButton();
  73. this.rbSemFunction = new System.Windows.Forms.RibbonPanel();
  74. this.rbConnectHardware = new System.Windows.Forms.RibbonButton();
  75. this.rbDisconnectHardware = new System.Windows.Forms.RibbonButton();
  76. this.rbinterrupt = new System.Windows.Forms.RibbonButton();
  77. this.rbAutoBeamOff = new System.Windows.Forms.RibbonButton();
  78. this.rbPanelFunction = new System.Windows.Forms.RibbonPanel();
  79. this.rbStart = new System.Windows.Forms.RibbonButton();
  80. this.rbPause = new System.Windows.Forms.RibbonButton();
  81. this.rbStop = new System.Windows.Forms.RibbonButton();
  82. this.rbCheckParam = new System.Windows.Forms.RibbonButton();
  83. this.rbPReport = new System.Windows.Forms.RibbonPanel();
  84. this.rbReport = new System.Windows.Forms.RibbonButton();
  85. this.rbTabView = new System.Windows.Forms.RibbonTab();
  86. this.ribView = new System.Windows.Forms.RibbonPanel();
  87. this.rbRuler = new System.Windows.Forms.RibbonButton();
  88. this.rbSmaplePhoto = new System.Windows.Forms.RibbonButton();
  89. this.rbSmapleName = new System.Windows.Forms.RibbonButton();
  90. this.rbRecover = new System.Windows.Forms.RibbonButton();
  91. this.ribbonItemGroup1 = new System.Windows.Forms.RibbonItemGroup();
  92. this.ribbonButton5 = new System.Windows.Forms.RibbonButton();
  93. this.ribbonButton6 = new System.Windows.Forms.RibbonButton();
  94. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  95. this.TSGrayVal = new System.Windows.Forms.ToolStripStatusLabel();
  96. this.STSemCoordinate = new System.Windows.Forms.ToolStripStatusLabel();
  97. this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
  98. this.dockPanel = new OTS.WinFormsUI.Docking.DockPanel();
  99. this.ribbonButton3 = new System.Windows.Forms.RibbonButton();
  100. this.ribbonButton1 = new System.Windows.Forms.RibbonButton();
  101. this.ribbonButton2 = 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(2, 1, 2, 1);
  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(1277, 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.ribInvers);
  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. // ribInvers
  435. //
  436. this.ribInvers.AltKey = null;
  437. this.ribInvers.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  438. this.ribInvers.DropDownArrowSize = new System.Drawing.Size(5, 3);
  439. this.ribInvers.Image = global::OTSMeasureApp.Properties.Resources.复位32;
  440. this.ribInvers.SmallImage = global::OTSMeasureApp.Properties.Resources.复位;
  441. this.ribInvers.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  442. this.ribInvers.Tag = "ribReset";
  443. this.ribInvers.Text = "反选";
  444. this.ribInvers.ToolTip = null;
  445. this.ribInvers.ToolTipImage = null;
  446. this.ribInvers.ToolTipTitle = null;
  447. this.ribInvers.Click += new System.EventHandler(this.ribReset_Click);
  448. //
  449. // ribCircle
  450. //
  451. this.ribCircle.AltKey = null;
  452. this.ribCircle.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  453. this.ribCircle.DropDownArrowSize = new System.Drawing.Size(5, 3);
  454. this.ribCircle.DropDownItems.Add(this.rbCircleCenter);
  455. this.ribCircle.DropDownItems.Add(this.rbThreePoints);
  456. this.ribCircle.DropDownItems.Add(this.rbRingShape);
  457. this.ribCircle.Image = global::OTSMeasureApp.Properties.Resources.圆形32;
  458. this.ribCircle.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribCircle.SmallImage")));
  459. this.ribCircle.Style = System.Windows.Forms.RibbonButtonStyle.SplitDropDown;
  460. this.ribCircle.Tag = "ribCircle";
  461. this.ribCircle.Text = "圆形";
  462. this.ribCircle.ToolTip = null;
  463. this.ribCircle.ToolTipImage = null;
  464. this.ribCircle.ToolTipTitle = null;
  465. this.ribCircle.Click += new System.EventHandler(this.ribCircle_Click);
  466. //
  467. // rbCircleCenter
  468. //
  469. this.rbCircleCenter.AltKey = null;
  470. this.rbCircleCenter.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  471. this.rbCircleCenter.DropDownArrowSize = new System.Drawing.Size(5, 3);
  472. this.rbCircleCenter.Image = ((System.Drawing.Image)(resources.GetObject("rbCircleCenter.Image")));
  473. this.rbCircleCenter.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbCircleCenter.SmallImage")));
  474. this.rbCircleCenter.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  475. this.rbCircleCenter.Tag = null;
  476. this.rbCircleCenter.Text = "圆心法";
  477. this.rbCircleCenter.ToolTip = null;
  478. this.rbCircleCenter.ToolTipImage = null;
  479. this.rbCircleCenter.ToolTipTitle = null;
  480. this.rbCircleCenter.Click += new System.EventHandler(this.ribCircle_Click);
  481. //
  482. // rbThreePoints
  483. //
  484. this.rbThreePoints.AltKey = null;
  485. this.rbThreePoints.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  486. this.rbThreePoints.DropDownArrowSize = new System.Drawing.Size(5, 3);
  487. this.rbThreePoints.Image = ((System.Drawing.Image)(resources.GetObject("rbThreePoints.Image")));
  488. this.rbThreePoints.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbThreePoints.SmallImage")));
  489. this.rbThreePoints.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  490. this.rbThreePoints.Tag = null;
  491. this.rbThreePoints.Text = "三点法";
  492. this.rbThreePoints.ToolTip = null;
  493. this.rbThreePoints.ToolTipImage = null;
  494. this.rbThreePoints.ToolTipTitle = null;
  495. this.rbThreePoints.Click += new System.EventHandler(this.rbThreePoints_Click);
  496. //
  497. // rbRingShape
  498. //
  499. this.rbRingShape.AltKey = null;
  500. this.rbRingShape.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  501. this.rbRingShape.DropDownArrowSize = new System.Drawing.Size(5, 3);
  502. this.rbRingShape.Image = ((System.Drawing.Image)(resources.GetObject("rbRingShape.Image")));
  503. this.rbRingShape.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbRingShape.SmallImage")));
  504. this.rbRingShape.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  505. this.rbRingShape.Tag = null;
  506. this.rbRingShape.Text = "环形";
  507. this.rbRingShape.ToolTip = null;
  508. this.rbRingShape.ToolTipImage = null;
  509. this.rbRingShape.ToolTipTitle = null;
  510. this.rbRingShape.Click += new System.EventHandler(this.rbRingShape_Click);
  511. //
  512. // ribRectangle
  513. //
  514. this.ribRectangle.AltKey = null;
  515. this.ribRectangle.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  516. this.ribRectangle.DropDownArrowSize = new System.Drawing.Size(5, 3);
  517. this.ribRectangle.Image = global::OTSMeasureApp.Properties.Resources.矩形32;
  518. this.ribRectangle.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribRectangle.SmallImage")));
  519. this.ribRectangle.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  520. this.ribRectangle.Tag = "ribRectangle";
  521. this.ribRectangle.Text = "矩形";
  522. this.ribRectangle.ToolTip = null;
  523. this.ribRectangle.ToolTipImage = null;
  524. this.ribRectangle.ToolTipTitle = null;
  525. this.ribRectangle.Click += new System.EventHandler(this.ribRectangle_Click);
  526. //
  527. // ribPolygon
  528. //
  529. this.ribPolygon.AltKey = null;
  530. this.ribPolygon.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  531. this.ribPolygon.DropDownArrowSize = new System.Drawing.Size(5, 3);
  532. this.ribPolygon.Image = global::OTSMeasureApp.Properties.Resources.画方;
  533. this.ribPolygon.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribPolygon.SmallImage")));
  534. this.ribPolygon.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  535. this.ribPolygon.Tag = "ribPolygon";
  536. this.ribPolygon.Text = "多边形";
  537. this.ribPolygon.ToolTip = null;
  538. this.ribPolygon.ToolTipImage = null;
  539. this.ribPolygon.ToolTipTitle = null;
  540. this.ribPolygon.Click += new System.EventHandler(this.ribPolygon_Click);
  541. //
  542. // rbSemFunction
  543. //
  544. this.rbSemFunction.ButtonMoreEnabled = false;
  545. this.rbSemFunction.ButtonMoreVisible = false;
  546. this.rbSemFunction.Items.Add(this.rbConnectHardware);
  547. this.rbSemFunction.Items.Add(this.rbDisconnectHardware);
  548. this.rbSemFunction.Items.Add(this.rbinterrupt);
  549. this.rbSemFunction.Items.Add(this.rbAutoBeamOff);
  550. this.rbSemFunction.Tag = "rbSemFunction";
  551. this.rbSemFunction.Text = "Sem控制";
  552. //
  553. // rbConnectHardware
  554. //
  555. this.rbConnectHardware.AltKey = null;
  556. this.rbConnectHardware.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  557. this.rbConnectHardware.DropDownArrowSize = new System.Drawing.Size(3, 3);
  558. this.rbConnectHardware.Image = global::OTSMeasureApp.Properties.Resources.ConnnectHardware;
  559. this.rbConnectHardware.SmallImage = global::OTSMeasureApp.Properties.Resources.ConnnectHardware;
  560. this.rbConnectHardware.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  561. this.rbConnectHardware.Tag = "rbConnectHardware";
  562. this.rbConnectHardware.Text = "连接电镜";
  563. this.rbConnectHardware.ToolTip = null;
  564. this.rbConnectHardware.ToolTipImage = null;
  565. this.rbConnectHardware.ToolTipTitle = null;
  566. this.rbConnectHardware.Click += new System.EventHandler(this.rbConnectHardware_Click_1);
  567. //
  568. // rbDisconnectHardware
  569. //
  570. this.rbDisconnectHardware.AltKey = null;
  571. this.rbDisconnectHardware.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  572. this.rbDisconnectHardware.DropDownArrowSize = new System.Drawing.Size(3, 3);
  573. this.rbDisconnectHardware.Image = global::OTSMeasureApp.Properties.Resources.DisconnnectHardware;
  574. this.rbDisconnectHardware.SmallImage = global::OTSMeasureApp.Properties.Resources.DisconnnectHardware;
  575. this.rbDisconnectHardware.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  576. this.rbDisconnectHardware.Tag = "rbDisconnectHardware";
  577. this.rbDisconnectHardware.Text = "断开连接";
  578. this.rbDisconnectHardware.ToolTip = null;
  579. this.rbDisconnectHardware.ToolTipImage = null;
  580. this.rbDisconnectHardware.ToolTipTitle = null;
  581. this.rbDisconnectHardware.Click += new System.EventHandler(this.rbDisconnectHardware_Click_1);
  582. //
  583. // rbinterrupt
  584. //
  585. this.rbinterrupt.AltKey = null;
  586. this.rbinterrupt.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  587. this.rbinterrupt.DropDownArrowSize = new System.Drawing.Size(3, 3);
  588. this.rbinterrupt.Image = global::OTSMeasureApp.Properties.Resources.interrupt;
  589. this.rbinterrupt.SmallImage = global::OTSMeasureApp.Properties.Resources.DisconnnectHardware;
  590. this.rbinterrupt.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  591. this.rbinterrupt.Tag = "rbinterrupt";
  592. this.rbinterrupt.Text = "强制停止";
  593. this.rbinterrupt.ToolTip = null;
  594. this.rbinterrupt.ToolTipImage = null;
  595. this.rbinterrupt.ToolTipTitle = null;
  596. this.rbinterrupt.Click += new System.EventHandler(this.rbinterrupt_Click);
  597. //
  598. // rbAutoBeamOff
  599. //
  600. this.rbAutoBeamOff.AltKey = null;
  601. this.rbAutoBeamOff.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  602. this.rbAutoBeamOff.DropDownArrowSize = new System.Drawing.Size(3, 3);
  603. this.rbAutoBeamOff.Image = global::OTSMeasureApp.Properties.Resources.AutoBeamOff_off;
  604. this.rbAutoBeamOff.SmallImage = global::OTSMeasureApp.Properties.Resources.AutoBeamOff_off;
  605. this.rbAutoBeamOff.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  606. this.rbAutoBeamOff.Tag = "rbAutoBeamOff";
  607. this.rbAutoBeamOff.Text = "自动关枪";
  608. this.rbAutoBeamOff.ToolTip = null;
  609. this.rbAutoBeamOff.ToolTipImage = null;
  610. this.rbAutoBeamOff.ToolTipTitle = null;
  611. this.rbAutoBeamOff.Click += new System.EventHandler(this.rbAutoBeamOff_Click);
  612. //
  613. // rbPanelFunction
  614. //
  615. this.rbPanelFunction.ButtonMoreEnabled = false;
  616. this.rbPanelFunction.ButtonMoreVisible = false;
  617. this.rbPanelFunction.Items.Add(this.rbStart);
  618. this.rbPanelFunction.Items.Add(this.rbPause);
  619. this.rbPanelFunction.Items.Add(this.rbStop);
  620. this.rbPanelFunction.Items.Add(this.rbCheckParam);
  621. this.rbPanelFunction.Tag = "rbPanelFunction";
  622. this.rbPanelFunction.Text = "测量控制";
  623. //
  624. // rbStart
  625. //
  626. this.rbStart.AltKey = null;
  627. this.rbStart.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  628. this.rbStart.DropDownArrowSize = new System.Drawing.Size(5, 3);
  629. this.rbStart.Image = global::OTSMeasureApp.Properties.Resources.开始32;
  630. this.rbStart.SmallImage = global::OTSMeasureApp.Properties.Resources.start16;
  631. this.rbStart.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  632. this.rbStart.Tag = "rbStart";
  633. this.rbStart.Text = "开始";
  634. this.rbStart.ToolTip = null;
  635. this.rbStart.ToolTipImage = null;
  636. this.rbStart.ToolTipTitle = null;
  637. this.rbStart.Click += new System.EventHandler(this.rbStart_Click);
  638. //
  639. // rbPause
  640. //
  641. this.rbPause.AltKey = null;
  642. this.rbPause.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  643. this.rbPause.DropDownArrowSize = new System.Drawing.Size(5, 3);
  644. this.rbPause.Image = global::OTSMeasureApp.Properties.Resources.Pause;
  645. this.rbPause.SmallImage = global::OTSMeasureApp.Properties.Resources.Pause;
  646. this.rbPause.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  647. this.rbPause.Tag = "rbPause";
  648. this.rbPause.Text = "暂停";
  649. this.rbPause.ToolTip = null;
  650. this.rbPause.ToolTipImage = null;
  651. this.rbPause.ToolTipTitle = null;
  652. this.rbPause.Click += new System.EventHandler(this.rbPause_Click);
  653. //
  654. // rbStop
  655. //
  656. this.rbStop.AltKey = null;
  657. this.rbStop.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  658. this.rbStop.DropDownArrowSize = new System.Drawing.Size(5, 3);
  659. this.rbStop.Image = global::OTSMeasureApp.Properties.Resources.停止32;
  660. this.rbStop.SmallImage = global::OTSMeasureApp.Properties.Resources.stop16;
  661. this.rbStop.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  662. this.rbStop.Tag = "rbStop";
  663. this.rbStop.Text = "停止";
  664. this.rbStop.ToolTip = null;
  665. this.rbStop.ToolTipImage = null;
  666. this.rbStop.ToolTipTitle = null;
  667. this.rbStop.Click += new System.EventHandler(this.rbStop_Click);
  668. //
  669. // rbCheckParam
  670. //
  671. this.rbCheckParam.AltKey = null;
  672. this.rbCheckParam.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  673. this.rbCheckParam.DropDownArrowSize = new System.Drawing.Size(5, 3);
  674. this.rbCheckParam.Image = global::OTSMeasureApp.Properties.Resources.检测32;
  675. this.rbCheckParam.SmallImage = global::OTSMeasureApp.Properties.Resources.Prepare16;
  676. this.rbCheckParam.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  677. this.rbCheckParam.Tag = "rbCheckParam";
  678. this.rbCheckParam.Text = "检测";
  679. this.rbCheckParam.ToolTip = null;
  680. this.rbCheckParam.ToolTipImage = null;
  681. this.rbCheckParam.ToolTipTitle = null;
  682. this.rbCheckParam.Click += new System.EventHandler(this.rbCheckParam_Click);
  683. //
  684. // rbPReport
  685. //
  686. this.rbPReport.ButtonMoreVisible = false;
  687. this.rbPReport.Items.Add(this.rbReport);
  688. this.rbPReport.Items.Add(this.ribbonButton2);
  689. this.rbPReport.Tag = "rbPReport";
  690. this.rbPReport.Text = "测量结果";
  691. //
  692. // rbReport
  693. //
  694. this.rbReport.AltKey = null;
  695. this.rbReport.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  696. this.rbReport.DropDownArrowSize = new System.Drawing.Size(5, 3);
  697. this.rbReport.Image = global::OTSMeasureApp.Properties.Resources.Add_Sample32;
  698. this.rbReport.SmallImage = global::OTSMeasureApp.Properties.Resources.Add_Sample16;
  699. this.rbReport.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  700. this.rbReport.Tag = "rbReport";
  701. this.rbReport.Text = "打开报告";
  702. this.rbReport.ToolTip = null;
  703. this.rbReport.ToolTipImage = null;
  704. this.rbReport.ToolTipTitle = null;
  705. this.rbReport.Click += new System.EventHandler(this.rbReport_Click);
  706. //
  707. // rbTabView
  708. //
  709. this.rbTabView.Panels.Add(this.ribView);
  710. this.rbTabView.Tag = "rbTabView";
  711. this.rbTabView.Text = "视图功能";
  712. //
  713. // ribView
  714. //
  715. this.ribView.ButtonMoreVisible = false;
  716. this.ribView.Items.Add(this.rbRuler);
  717. this.ribView.Items.Add(this.rbSmaplePhoto);
  718. this.ribView.Items.Add(this.rbSmapleName);
  719. this.ribView.Items.Add(this.rbRecover);
  720. this.ribView.Tag = "ribView";
  721. this.ribView.Text = "视图";
  722. //
  723. // rbRuler
  724. //
  725. this.rbRuler.AltKey = null;
  726. this.rbRuler.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  727. this.rbRuler.DropDownArrowSize = new System.Drawing.Size(5, 3);
  728. this.rbRuler.Image = global::OTSMeasureApp.Properties.Resources.标尺32;
  729. this.rbRuler.SmallImage = global::OTSMeasureApp.Properties.Resources.Ruler16;
  730. this.rbRuler.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  731. this.rbRuler.Tag = "rbRuler";
  732. this.rbRuler.Text = "标尺";
  733. this.rbRuler.ToolTip = null;
  734. this.rbRuler.ToolTipImage = null;
  735. this.rbRuler.ToolTipTitle = null;
  736. this.rbRuler.Click += new System.EventHandler(this.rbRuler_Click);
  737. //
  738. // rbSmaplePhoto
  739. //
  740. this.rbSmaplePhoto.AltKey = null;
  741. this.rbSmaplePhoto.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  742. this.rbSmaplePhoto.DropDownArrowSize = new System.Drawing.Size(5, 3);
  743. this.rbSmaplePhoto.Image = global::OTSMeasureApp.Properties.Resources.样品孔照片32;
  744. this.rbSmaplePhoto.SmallImage = global::OTSMeasureApp.Properties.Resources.SmaplePhoto16;
  745. this.rbSmaplePhoto.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  746. this.rbSmaplePhoto.Tag = "rbSmaplePhoto";
  747. this.rbSmaplePhoto.Text = "样品孔照片";
  748. this.rbSmaplePhoto.ToolTip = null;
  749. this.rbSmaplePhoto.ToolTipImage = null;
  750. this.rbSmaplePhoto.ToolTipTitle = null;
  751. this.rbSmaplePhoto.Click += new System.EventHandler(this.rbSmaplePhoto_Click);
  752. //
  753. // rbSmapleName
  754. //
  755. this.rbSmapleName.AltKey = null;
  756. this.rbSmapleName.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  757. this.rbSmapleName.DropDownArrowSize = new System.Drawing.Size(5, 3);
  758. this.rbSmapleName.Image = global::OTSMeasureApp.Properties.Resources.样品孔名称32;
  759. this.rbSmapleName.SmallImage = global::OTSMeasureApp.Properties.Resources.SmapleName16;
  760. this.rbSmapleName.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  761. this.rbSmapleName.Tag = "rbSmapleName";
  762. this.rbSmapleName.Text = "样品孔名称";
  763. this.rbSmapleName.ToolTip = null;
  764. this.rbSmapleName.ToolTipImage = null;
  765. this.rbSmapleName.ToolTipTitle = null;
  766. this.rbSmapleName.Click += new System.EventHandler(this.rbSmapleName_Click);
  767. //
  768. // rbRecover
  769. //
  770. this.rbRecover.AltKey = null;
  771. this.rbRecover.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  772. this.rbRecover.DropDownArrowSize = new System.Drawing.Size(5, 3);
  773. this.rbRecover.Image = global::OTSMeasureApp.Properties.Resources.恢复32;
  774. this.rbRecover.SmallImage = global::OTSMeasureApp.Properties.Resources.Recover16new;
  775. this.rbRecover.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  776. this.rbRecover.Tag = "rbRecover";
  777. this.rbRecover.Text = "恢复布局";
  778. this.rbRecover.ToolTip = null;
  779. this.rbRecover.ToolTipImage = null;
  780. this.rbRecover.ToolTipTitle = null;
  781. this.rbRecover.Click += new System.EventHandler(this.rbRecover_Click);
  782. //
  783. // ribbonItemGroup1
  784. //
  785. this.ribbonItemGroup1.AltKey = null;
  786. this.ribbonItemGroup1.Image = null;
  787. this.ribbonItemGroup1.Items.Add(this.ribbonButton5);
  788. this.ribbonItemGroup1.Items.Add(this.ribbonButton6);
  789. this.ribbonItemGroup1.MaxSizeMode = System.Windows.Forms.RibbonElementSizeMode.Large;
  790. this.ribbonItemGroup1.Tag = null;
  791. this.ribbonItemGroup1.Text = null;
  792. this.ribbonItemGroup1.ToolTip = null;
  793. this.ribbonItemGroup1.ToolTipImage = null;
  794. this.ribbonItemGroup1.ToolTipTitle = null;
  795. //
  796. // ribbonButton5
  797. //
  798. this.ribbonButton5.AltKey = null;
  799. this.ribbonButton5.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  800. this.ribbonButton5.DropDownArrowSize = new System.Drawing.Size(5, 3);
  801. this.ribbonButton5.Image = ((System.Drawing.Image)(resources.GetObject("ribbonButton5.Image")));
  802. this.ribbonButton5.MaxSizeMode = System.Windows.Forms.RibbonElementSizeMode.Compact;
  803. this.ribbonButton5.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton5.SmallImage")));
  804. this.ribbonButton5.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  805. this.ribbonButton5.Tag = null;
  806. this.ribbonButton5.Text = "1";
  807. this.ribbonButton5.ToolTip = null;
  808. this.ribbonButton5.ToolTipImage = null;
  809. this.ribbonButton5.ToolTipTitle = null;
  810. //
  811. // ribbonButton6
  812. //
  813. this.ribbonButton6.AltKey = null;
  814. this.ribbonButton6.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  815. this.ribbonButton6.DropDownArrowSize = new System.Drawing.Size(5, 3);
  816. this.ribbonButton6.Image = ((System.Drawing.Image)(resources.GetObject("ribbonButton6.Image")));
  817. this.ribbonButton6.MaxSizeMode = System.Windows.Forms.RibbonElementSizeMode.Compact;
  818. this.ribbonButton6.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton6.SmallImage")));
  819. this.ribbonButton6.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  820. this.ribbonButton6.Tag = null;
  821. this.ribbonButton6.Text = "2";
  822. this.ribbonButton6.ToolTip = null;
  823. this.ribbonButton6.ToolTipImage = null;
  824. this.ribbonButton6.ToolTipTitle = null;
  825. //
  826. // statusStrip1
  827. //
  828. this.statusStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
  829. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  830. this.TSGrayVal,
  831. this.STSemCoordinate,
  832. this.toolStripStatusLabel1});
  833. this.statusStrip1.Location = new System.Drawing.Point(0, 671);
  834. this.statusStrip1.Name = "statusStrip1";
  835. this.statusStrip1.Padding = new System.Windows.Forms.Padding(2, 0, 14, 0);
  836. this.statusStrip1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  837. this.statusStrip1.Size = new System.Drawing.Size(1277, 26);
  838. this.statusStrip1.TabIndex = 2;
  839. this.statusStrip1.Text = "statusStrip1";
  840. //
  841. // TSGrayVal
  842. //
  843. this.TSGrayVal.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
  844. this.TSGrayVal.Name = "TSGrayVal";
  845. this.TSGrayVal.Size = new System.Drawing.Size(48, 21);
  846. this.TSGrayVal.Text = "灰度值";
  847. //
  848. // STSemCoordinate
  849. //
  850. this.STSemCoordinate.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
  851. this.STSemCoordinate.Name = "STSemCoordinate";
  852. this.STSemCoordinate.Size = new System.Drawing.Size(62, 21);
  853. this.STSemCoordinate.Text = "SEM坐标";
  854. //
  855. // toolStripStatusLabel1
  856. //
  857. this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
  858. this.toolStripStatusLabel1.Size = new System.Drawing.Size(54, 21);
  859. this.toolStripStatusLabel1.Text = "IsReady";
  860. this.toolStripStatusLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  861. this.toolStripStatusLabel1.Visible = false;
  862. //
  863. // dockPanel
  864. //
  865. this.dockPanel.ActiveAutoHideContent = null;
  866. this.dockPanel.BackColor = System.Drawing.Color.Transparent;
  867. this.dockPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  868. this.dockPanel.Dock = System.Windows.Forms.DockStyle.Fill;
  869. this.dockPanel.DockBackColor = System.Drawing.SystemColors.Control;
  870. this.dockPanel.DockLeftPortion = 0.21D;
  871. this.dockPanel.DockRightPortion = 0.27D;
  872. this.dockPanel.Location = new System.Drawing.Point(0, 130);
  873. this.dockPanel.Margin = new System.Windows.Forms.Padding(6, 7, 6, 7);
  874. this.dockPanel.Name = "dockPanel";
  875. this.dockPanel.Size = new System.Drawing.Size(1277, 541);
  876. dockPanelGradient7.EndColor = System.Drawing.SystemColors.ControlLight;
  877. dockPanelGradient7.StartColor = System.Drawing.SystemColors.ControlLight;
  878. autoHideStripSkin3.DockStripGradient = dockPanelGradient7;
  879. tabGradient15.EndColor = System.Drawing.SystemColors.Control;
  880. tabGradient15.StartColor = System.Drawing.SystemColors.Control;
  881. tabGradient15.TextColor = System.Drawing.SystemColors.ControlDarkDark;
  882. autoHideStripSkin3.TabGradient = tabGradient15;
  883. dockPanelSkin3.AutoHideStripSkin = autoHideStripSkin3;
  884. tabGradient16.EndColor = System.Drawing.SystemColors.ControlLightLight;
  885. tabGradient16.StartColor = System.Drawing.SystemColors.ControlLightLight;
  886. tabGradient16.TextColor = System.Drawing.SystemColors.ControlText;
  887. dockPaneStripGradient3.ActiveTabGradient = tabGradient16;
  888. dockPanelGradient8.EndColor = System.Drawing.SystemColors.Control;
  889. dockPanelGradient8.StartColor = System.Drawing.SystemColors.Control;
  890. dockPaneStripGradient3.DockStripGradient = dockPanelGradient8;
  891. tabGradient17.EndColor = System.Drawing.SystemColors.ControlLight;
  892. tabGradient17.StartColor = System.Drawing.SystemColors.ControlLight;
  893. tabGradient17.TextColor = System.Drawing.SystemColors.ControlText;
  894. dockPaneStripGradient3.InactiveTabGradient = tabGradient17;
  895. dockPaneStripSkin3.DocumentGradient = dockPaneStripGradient3;
  896. tabGradient18.EndColor = System.Drawing.SystemColors.ActiveCaption;
  897. tabGradient18.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
  898. tabGradient18.StartColor = System.Drawing.SystemColors.GradientActiveCaption;
  899. tabGradient18.TextColor = System.Drawing.SystemColors.ActiveCaptionText;
  900. dockPaneStripToolWindowGradient3.ActiveCaptionGradient = tabGradient18;
  901. tabGradient19.EndColor = System.Drawing.SystemColors.Control;
  902. tabGradient19.StartColor = System.Drawing.SystemColors.Control;
  903. tabGradient19.TextColor = System.Drawing.SystemColors.ControlText;
  904. dockPaneStripToolWindowGradient3.ActiveTabGradient = tabGradient19;
  905. dockPanelGradient9.EndColor = System.Drawing.SystemColors.ControlLight;
  906. dockPanelGradient9.StartColor = System.Drawing.SystemColors.ControlLight;
  907. dockPaneStripToolWindowGradient3.DockStripGradient = dockPanelGradient9;
  908. tabGradient20.EndColor = System.Drawing.SystemColors.GradientInactiveCaption;
  909. tabGradient20.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
  910. tabGradient20.StartColor = System.Drawing.SystemColors.GradientInactiveCaption;
  911. tabGradient20.TextColor = System.Drawing.SystemColors.ControlText;
  912. dockPaneStripToolWindowGradient3.InactiveCaptionGradient = tabGradient20;
  913. tabGradient21.EndColor = System.Drawing.Color.Transparent;
  914. tabGradient21.StartColor = System.Drawing.Color.Transparent;
  915. tabGradient21.TextColor = System.Drawing.SystemColors.ControlDarkDark;
  916. dockPaneStripToolWindowGradient3.InactiveTabGradient = tabGradient21;
  917. dockPaneStripSkin3.ToolWindowGradient = dockPaneStripToolWindowGradient3;
  918. dockPanelSkin3.DockPaneStripSkin = dockPaneStripSkin3;
  919. this.dockPanel.Skin = dockPanelSkin3;
  920. this.dockPanel.TabIndex = 4;
  921. //
  922. // ribbonButton3
  923. //
  924. this.ribbonButton3.AltKey = null;
  925. this.ribbonButton3.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  926. this.ribbonButton3.DropDownArrowSize = new System.Drawing.Size(5, 3);
  927. this.ribbonButton3.Image = global::OTSMeasureApp.Properties.Resources.复位;
  928. this.ribbonButton3.SmallImage = global::OTSMeasureApp.Properties.Resources.Recover16new;
  929. this.ribbonButton3.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  930. this.ribbonButton3.Tag = "ribbonButton3";
  931. this.ribbonButton3.Text = "复位";
  932. this.ribbonButton3.ToolTip = null;
  933. this.ribbonButton3.ToolTipImage = null;
  934. this.ribbonButton3.ToolTipTitle = null;
  935. //
  936. // ribbonButton1
  937. //
  938. this.ribbonButton1.AltKey = null;
  939. this.ribbonButton1.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  940. this.ribbonButton1.DropDownArrowSize = new System.Drawing.Size(5, 3);
  941. this.ribbonButton1.Image = global::OTSMeasureApp.Properties.Resources.open321;
  942. this.ribbonButton1.SmallImage = global::OTSMeasureApp.Properties.Resources.Open16;
  943. this.ribbonButton1.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  944. this.ribbonButton1.Tag = "ribbonButton1";
  945. this.ribbonButton1.Text = "打开";
  946. this.ribbonButton1.ToolTip = null;
  947. this.ribbonButton1.ToolTipImage = null;
  948. this.ribbonButton1.ToolTipTitle = null;
  949. //
  950. // ribbonButton2
  951. //
  952. this.ribbonButton2.AltKey = null;
  953. this.ribbonButton2.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  954. this.ribbonButton2.DropDownArrowSize = new System.Drawing.Size(5, 3);
  955. this.ribbonButton2.Image = global::OTSMeasureApp.Properties.Resources.Reset32;
  956. this.ribbonButton2.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton2.SmallImage")));
  957. this.ribbonButton2.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  958. this.ribbonButton2.Tag = null;
  959. this.ribbonButton2.Text = "重新分类";
  960. this.ribbonButton2.ToolTip = null;
  961. this.ribbonButton2.ToolTipImage = null;
  962. this.ribbonButton2.ToolTipTitle = null;
  963. this.ribbonButton2.Click += new System.EventHandler(this.ribbonButton2_Click);
  964. //
  965. // OTSIncAMeasureAppForm
  966. //
  967. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  968. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  969. this.ClientSize = new System.Drawing.Size(1277, 697);
  970. this.Controls.Add(this.dockPanel);
  971. this.Controls.Add(this.statusStrip1);
  972. this.Controls.Add(this.rbMenu);
  973. this.DoubleBuffered = true;
  974. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  975. this.IsMdiContainer = true;
  976. this.KeyPreview = true;
  977. this.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  978. this.MinimumSize = new System.Drawing.Size(678, 500);
  979. this.Name = "OTSIncAMeasureAppForm";
  980. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  981. this.Text = "OTSMeasureApp";
  982. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  983. this.Activated += new System.EventHandler(this.OTSIncAMeasureAppForm_Activated);
  984. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OTSIncAMeasureAppForm_FormClosing);
  985. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.OTSIncAMeasureAppForm_FormClosed);
  986. this.Load += new System.EventHandler(this.OTSIncAMeasureAppForm_Load);
  987. this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.OTSIncAMeasureAppForm_KeyDown);
  988. this.statusStrip1.ResumeLayout(false);
  989. this.statusStrip1.PerformLayout();
  990. this.ResumeLayout(false);
  991. this.PerformLayout();
  992. }
  993. #endregion
  994. public System.Windows.Forms.Ribbon rbMenu;
  995. private System.Windows.Forms.RibbonTab rbTabHome;
  996. public System.Windows.Forms.RibbonOrbMenuItem rbNewDocument;
  997. public System.Windows.Forms.RibbonPanel rbPanelSample;
  998. public System.Windows.Forms.RibbonPanel rbSemFunction;
  999. public System.Windows.Forms.RibbonPanel rbPanelFunction;
  1000. public System.Windows.Forms.RibbonOrbMenuItem rbOpenFile;
  1001. // private System.Windows.Forms.RibbonButton rbNew;
  1002. public System.Windows.Forms.RibbonButton rbOpen;
  1003. public System.Windows.Forms.RibbonButton rbSave;
  1004. public System.Windows.Forms.RibbonButton rbSaveAs;
  1005. public System.Windows.Forms.RibbonButton rbAddSample;
  1006. public System.Windows.Forms.RibbonButton rbDeleteSample;
  1007. public System.Windows.Forms.RibbonButton rbStart;
  1008. public System.Windows.Forms.RibbonButton rbPause;
  1009. public System.Windows.Forms.RibbonButton rbStop;
  1010. public System.Windows.Forms.RibbonButton rbCheckParam;
  1011. private System.Windows.Forms.RibbonTab rbTabView;
  1012. public System.Windows.Forms.RibbonPanel ribView;
  1013. public System.Windows.Forms.RibbonButton rbRuler;
  1014. public System.Windows.Forms.RibbonButton rbSmaplePhoto;
  1015. public System.Windows.Forms.RibbonButton rbSmapleName;
  1016. public System.Windows.Forms.RibbonButton rbRecover;
  1017. private System.Windows.Forms.RibbonSeparator ribbonSeparator1;
  1018. public System.Windows.Forms.RibbonOrbMenuItem rbSaveFile;
  1019. public System.Windows.Forms.RibbonOrbMenuItem rvSaveAsFile;
  1020. private System.Windows.Forms.RibbonButton ribbonButton6;
  1021. private System.Windows.Forms.RibbonButton ribbonButton5;
  1022. private System.Windows.Forms.RibbonItemGroup ribbonItemGroup1;
  1023. private System.Windows.Forms.StatusStrip statusStrip1;
  1024. public OTS.WinFormsUI.Docking.DockPanel dockPanel;
  1025. private System.Windows.Forms.RibbonSeparator ribbonSeparator2;
  1026. public System.Windows.Forms.RibbonButton rbNew;
  1027. private System.Windows.Forms.ToolStripStatusLabel TSGrayVal;
  1028. private System.Windows.Forms.ToolStripStatusLabel STSemCoordinate;
  1029. public System.Windows.Forms.RibbonOrbMenuItem rbAbout;
  1030. public System.Windows.Forms.RibbonOrbMenuItem rbExitApp;
  1031. public System.Windows.Forms.RibbonOrbOptionButton rbSelectDlg;
  1032. public System.Windows.Forms.RibbonButton ribbonButton3;
  1033. public System.Windows.Forms.RibbonButton ribInvers;
  1034. public System.Windows.Forms.RibbonButton ribCircle;
  1035. public System.Windows.Forms.RibbonButton ribRectangle;
  1036. public System.Windows.Forms.RibbonPanel rbPanelFile;
  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. private System.Windows.Forms.RibbonButton rbRingShape;
  1047. public System.Windows.Forms.RibbonButton rbConnectHardware;
  1048. public System.Windows.Forms.RibbonButton rbDisconnectHardware;
  1049. public System.Windows.Forms.RibbonButton rbinterrupt;
  1050. public System.Windows.Forms.RibbonButton rbAutoBeamOff;
  1051. public System.Windows.Forms.RibbonButton rbSysMgrApp;
  1052. private System.Windows.Forms.RibbonButton ribbonButton2;
  1053. }
  1054. }