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