frmReportApp.Designer.cs 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713
  1. namespace OTSIncAReportApp
  2. {
  3. partial class frmReportApp
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.Windows.Forms.RibbonPanel ribbonPanel1;
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmReportApp));
  31. OTS.WinFormsUI.Docking.DockPanelSkin dockPanelSkin1 = new OTS.WinFormsUI.Docking.DockPanelSkin();
  32. OTS.WinFormsUI.Docking.AutoHideStripSkin autoHideStripSkin1 = new OTS.WinFormsUI.Docking.AutoHideStripSkin();
  33. OTS.WinFormsUI.Docking.DockPanelGradient dockPanelGradient1 = new OTS.WinFormsUI.Docking.DockPanelGradient();
  34. OTS.WinFormsUI.Docking.TabGradient tabGradient1 = new OTS.WinFormsUI.Docking.TabGradient();
  35. OTS.WinFormsUI.Docking.DockPaneStripSkin dockPaneStripSkin1 = new OTS.WinFormsUI.Docking.DockPaneStripSkin();
  36. OTS.WinFormsUI.Docking.DockPaneStripGradient dockPaneStripGradient1 = new OTS.WinFormsUI.Docking.DockPaneStripGradient();
  37. OTS.WinFormsUI.Docking.TabGradient tabGradient2 = new OTS.WinFormsUI.Docking.TabGradient();
  38. OTS.WinFormsUI.Docking.DockPanelGradient dockPanelGradient2 = new OTS.WinFormsUI.Docking.DockPanelGradient();
  39. OTS.WinFormsUI.Docking.TabGradient tabGradient3 = new OTS.WinFormsUI.Docking.TabGradient();
  40. OTS.WinFormsUI.Docking.DockPaneStripToolWindowGradient dockPaneStripToolWindowGradient1 = new OTS.WinFormsUI.Docking.DockPaneStripToolWindowGradient();
  41. OTS.WinFormsUI.Docking.TabGradient tabGradient4 = new OTS.WinFormsUI.Docking.TabGradient();
  42. OTS.WinFormsUI.Docking.TabGradient tabGradient5 = new OTS.WinFormsUI.Docking.TabGradient();
  43. OTS.WinFormsUI.Docking.DockPanelGradient dockPanelGradient3 = new OTS.WinFormsUI.Docking.DockPanelGradient();
  44. OTS.WinFormsUI.Docking.TabGradient tabGradient6 = new OTS.WinFormsUI.Docking.TabGradient();
  45. OTS.WinFormsUI.Docking.TabGradient tabGradient7 = new OTS.WinFormsUI.Docking.TabGradient();
  46. this.rbSave = new System.Windows.Forms.RibbonButton();
  47. this.rbSaveAs = new System.Windows.Forms.RibbonButton();
  48. this.rbOut = new System.Windows.Forms.RibbonButton();
  49. this.ribbonButton2 = new System.Windows.Forms.RibbonButton();
  50. this.rbOpen = new System.Windows.Forms.RibbonButton();
  51. this.ribbonButton1 = new System.Windows.Forms.RibbonButton();
  52. this.ribbon1 = new System.Windows.Forms.Ribbon();
  53. this.dpbOpen = new System.Windows.Forms.RibbonOrbMenuItem();
  54. this.dpbExport = new System.Windows.Forms.RibbonOrbMenuItem();
  55. this.ribbonOrbOptionButton1 = new System.Windows.Forms.RibbonOrbOptionButton();
  56. this.ribbonOrbRecentItem1 = new System.Windows.Forms.RibbonOrbRecentItem();
  57. this.ribbonTab1 = new System.Windows.Forms.RibbonTab();
  58. this.ribbonPanel3 = new System.Windows.Forms.RibbonPanel();
  59. this.rbSelTool = new System.Windows.Forms.RibbonPanel();
  60. this.rbAllImage = new System.Windows.Forms.RibbonButton();
  61. this.rbWidthImage = new System.Windows.Forms.RibbonButton();
  62. this.rbChoiceTools = new System.Windows.Forms.RibbonPanel();
  63. this.rbReverseSelection = new System.Windows.Forms.RibbonButton();
  64. this.rbCircular = new System.Windows.Forms.RibbonButton();
  65. this.rbRectangle = new System.Windows.Forms.RibbonButton();
  66. this.rbCancel = new System.Windows.Forms.RibbonButton();
  67. this.rbMenu = new System.Windows.Forms.RibbonTab();
  68. this.ribbonPanel2 = new System.Windows.Forms.RibbonPanel();
  69. this.rbFrame = new System.Windows.Forms.RibbonButton();
  70. this.rbStaff = new System.Windows.Forms.RibbonButton();
  71. this.rbRenew = new System.Windows.Forms.RibbonButton();
  72. this.ribbonPanelOthers = new System.Windows.Forms.RibbonPanel();
  73. this.rbHelp = new System.Windows.Forms.RibbonButton();
  74. this.rbGB1 = new System.Windows.Forms.RibbonButton();
  75. this.rbGB2 = new System.Windows.Forms.RibbonButton();
  76. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  77. this.RSGrayVal = new System.Windows.Forms.ToolStripStatusLabel();
  78. this.mouseMatter = new System.Windows.Forms.ToolStripStatusLabel();
  79. this.DockWindowPanel = new OTS.WinFormsUI.Docking.DockPanel();
  80. this.ribbonOrbMenuItem5 = new System.Windows.Forms.RibbonOrbMenuItem();
  81. this.ribbonOrbMenuItem7 = new System.Windows.Forms.RibbonOrbMenuItem();
  82. this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
  83. this.ribbonButton3 = new System.Windows.Forms.RibbonButton();
  84. ribbonPanel1 = new System.Windows.Forms.RibbonPanel();
  85. this.statusStrip1.SuspendLayout();
  86. this.SuspendLayout();
  87. //
  88. // ribbonPanel1
  89. //
  90. ribbonPanel1.Tag = null;
  91. ribbonPanel1.Text = null;
  92. //
  93. // rbSave
  94. //
  95. this.rbSave.AltKey = null;
  96. this.rbSave.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  97. this.rbSave.DropDownArrowSize = new System.Drawing.Size(5, 3);
  98. this.rbSave.Image = ((System.Drawing.Image)(resources.GetObject("rbSave.Image")));
  99. this.rbSave.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbSave.SmallImage")));
  100. this.rbSave.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  101. this.rbSave.Tag = null;
  102. this.rbSave.Text = null;
  103. this.rbSave.ToolTip = null;
  104. this.rbSave.ToolTipImage = null;
  105. this.rbSave.ToolTipTitle = null;
  106. //
  107. // rbSaveAs
  108. //
  109. this.rbSaveAs.AltKey = null;
  110. this.rbSaveAs.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  111. this.rbSaveAs.DropDownArrowSize = new System.Drawing.Size(5, 3);
  112. this.rbSaveAs.Image = ((System.Drawing.Image)(resources.GetObject("rbSaveAs.Image")));
  113. this.rbSaveAs.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbSaveAs.SmallImage")));
  114. this.rbSaveAs.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  115. this.rbSaveAs.Tag = null;
  116. this.rbSaveAs.Text = null;
  117. this.rbSaveAs.ToolTip = null;
  118. this.rbSaveAs.ToolTipImage = null;
  119. this.rbSaveAs.ToolTipTitle = null;
  120. //
  121. // rbOut
  122. //
  123. this.rbOut.AltKey = null;
  124. this.rbOut.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  125. this.rbOut.DropDownArrowSize = new System.Drawing.Size(5, 3);
  126. this.rbOut.Image = ((System.Drawing.Image)(resources.GetObject("rbOut.Image")));
  127. this.rbOut.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbOut.SmallImage")));
  128. this.rbOut.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  129. this.rbOut.Tag = null;
  130. this.rbOut.Text = null;
  131. this.rbOut.ToolTip = null;
  132. this.rbOut.ToolTipImage = null;
  133. this.rbOut.ToolTipTitle = null;
  134. //
  135. // ribbonButton2
  136. //
  137. this.ribbonButton2.AltKey = null;
  138. this.ribbonButton2.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  139. this.ribbonButton2.DropDownArrowSize = new System.Drawing.Size(5, 3);
  140. this.ribbonButton2.Image = ((System.Drawing.Image)(resources.GetObject("ribbonButton2.Image")));
  141. this.ribbonButton2.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton2.SmallImage")));
  142. this.ribbonButton2.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  143. this.ribbonButton2.Tag = null;
  144. this.ribbonButton2.Text = null;
  145. this.ribbonButton2.ToolTip = null;
  146. this.ribbonButton2.ToolTipImage = null;
  147. this.ribbonButton2.ToolTipTitle = null;
  148. //
  149. // rbOpen
  150. //
  151. this.rbOpen.AltKey = null;
  152. this.rbOpen.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  153. this.rbOpen.DropDownArrowSize = new System.Drawing.Size(5, 3);
  154. this.rbOpen.DropDownItems.Add(this.ribbonButton1);
  155. this.rbOpen.Image = global::OTSIncAReportApp.Properties.Resources.open321;
  156. this.rbOpen.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbOpen.SmallImage")));
  157. this.rbOpen.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  158. this.rbOpen.Tag = "rbOpen";
  159. this.rbOpen.Text = "打开";
  160. this.rbOpen.ToolTip = "rbOpen";
  161. this.rbOpen.ToolTipImage = null;
  162. this.rbOpen.ToolTipTitle = "rbOpen";
  163. this.rbOpen.Click += new System.EventHandler(this.rbOpen_Click);
  164. //
  165. // ribbonButton1
  166. //
  167. this.ribbonButton1.AltKey = null;
  168. this.ribbonButton1.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  169. this.ribbonButton1.DropDownArrowSize = new System.Drawing.Size(5, 3);
  170. this.ribbonButton1.Image = ((System.Drawing.Image)(resources.GetObject("ribbonButton1.Image")));
  171. this.ribbonButton1.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton1.SmallImage")));
  172. this.ribbonButton1.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  173. this.ribbonButton1.Tag = null;
  174. this.ribbonButton1.Text = "ribbonButton1";
  175. this.ribbonButton1.ToolTip = null;
  176. this.ribbonButton1.ToolTipImage = null;
  177. this.ribbonButton1.ToolTipTitle = null;
  178. //
  179. // ribbon1
  180. //
  181. this.ribbon1.Font = new System.Drawing.Font("微软雅黑", 9F);
  182. this.ribbon1.Location = new System.Drawing.Point(0, 0);
  183. this.ribbon1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  184. this.ribbon1.Minimized = false;
  185. this.ribbon1.Name = "ribbon1";
  186. //
  187. //
  188. //
  189. this.ribbon1.OrbDropDown.BorderRoundness = 8;
  190. this.ribbon1.OrbDropDown.Location = new System.Drawing.Point(0, 0);
  191. this.ribbon1.OrbDropDown.MenuItems.Add(this.dpbOpen);
  192. this.ribbon1.OrbDropDown.MenuItems.Add(this.dpbExport);
  193. this.ribbon1.OrbDropDown.Name = "";
  194. this.ribbon1.OrbDropDown.OptionItems.Add(this.ribbonOrbOptionButton1);
  195. this.ribbon1.OrbDropDown.RecentItems.Add(this.ribbonOrbRecentItem1);
  196. this.ribbon1.OrbDropDown.Size = new System.Drawing.Size(527, 160);
  197. this.ribbon1.OrbDropDown.TabIndex = 0;
  198. this.ribbon1.OrbImage = global::OTSIncAReportApp.Properties.Resources.logo_40;
  199. //
  200. //
  201. //
  202. this.ribbon1.QuickAcessToolbar.AltKey = null;
  203. this.ribbon1.QuickAcessToolbar.Image = null;
  204. this.ribbon1.QuickAcessToolbar.Tag = null;
  205. this.ribbon1.QuickAcessToolbar.Text = null;
  206. this.ribbon1.QuickAcessToolbar.ToolTip = null;
  207. this.ribbon1.QuickAcessToolbar.ToolTipImage = null;
  208. this.ribbon1.QuickAcessToolbar.ToolTipTitle = null;
  209. this.ribbon1.Size = new System.Drawing.Size(1276, 130);
  210. this.ribbon1.TabIndex = 0;
  211. this.ribbon1.Tabs.Add(this.ribbonTab1);
  212. this.ribbon1.Tabs.Add(this.rbMenu);
  213. this.ribbon1.TabSpacing = 6;
  214. this.ribbon1.Text = "ribbon1";
  215. //
  216. // dpbOpen
  217. //
  218. this.dpbOpen.AltKey = null;
  219. this.dpbOpen.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  220. this.dpbOpen.DropDownArrowSize = new System.Drawing.Size(5, 3);
  221. this.dpbOpen.Image = global::OTSIncAReportApp.Properties.Resources.open_Size_32;
  222. this.dpbOpen.SmallImage = global::OTSIncAReportApp.Properties.Resources.open_Size_32;
  223. this.dpbOpen.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  224. this.dpbOpen.Tag = null;
  225. this.dpbOpen.Text = "打开项目文件";
  226. this.dpbOpen.ToolTip = null;
  227. this.dpbOpen.ToolTipImage = null;
  228. this.dpbOpen.ToolTipTitle = null;
  229. this.dpbOpen.Click += new System.EventHandler(this.dpbOpen_Click);
  230. //
  231. // dpbExport
  232. //
  233. this.dpbExport.AltKey = null;
  234. this.dpbExport.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  235. this.dpbExport.DropDownArrowSize = new System.Drawing.Size(5, 3);
  236. this.dpbExport.Image = global::OTSIncAReportApp.Properties.Resources.export_Size_32;
  237. this.dpbExport.SmallImage = global::OTSIncAReportApp.Properties.Resources.export_Size_32;
  238. this.dpbExport.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  239. this.dpbExport.Tag = null;
  240. this.dpbExport.Text = "输出";
  241. this.dpbExport.ToolTip = null;
  242. this.dpbExport.ToolTipImage = null;
  243. this.dpbExport.ToolTipTitle = null;
  244. this.dpbExport.Click += new System.EventHandler(this.ribbonOrbMenuItem4_Click);
  245. //
  246. // ribbonOrbOptionButton1
  247. //
  248. this.ribbonOrbOptionButton1.AltKey = null;
  249. this.ribbonOrbOptionButton1.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  250. this.ribbonOrbOptionButton1.DropDownArrowSize = new System.Drawing.Size(5, 3);
  251. this.ribbonOrbOptionButton1.Image = ((System.Drawing.Image)(resources.GetObject("ribbonOrbOptionButton1.Image")));
  252. this.ribbonOrbOptionButton1.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonOrbOptionButton1.SmallImage")));
  253. this.ribbonOrbOptionButton1.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  254. this.ribbonOrbOptionButton1.Tag = null;
  255. this.ribbonOrbOptionButton1.Text = "程序管理";
  256. this.ribbonOrbOptionButton1.ToolTip = null;
  257. this.ribbonOrbOptionButton1.ToolTipImage = null;
  258. this.ribbonOrbOptionButton1.ToolTipTitle = null;
  259. this.ribbonOrbOptionButton1.Click += new System.EventHandler(this.RibbonOrbOptionButton1_Click);
  260. //
  261. // ribbonOrbRecentItem1
  262. //
  263. this.ribbonOrbRecentItem1.AltKey = null;
  264. this.ribbonOrbRecentItem1.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  265. this.ribbonOrbRecentItem1.DropDownArrowSize = new System.Drawing.Size(5, 3);
  266. this.ribbonOrbRecentItem1.Image = ((System.Drawing.Image)(resources.GetObject("ribbonOrbRecentItem1.Image")));
  267. this.ribbonOrbRecentItem1.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonOrbRecentItem1.SmallImage")));
  268. this.ribbonOrbRecentItem1.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  269. this.ribbonOrbRecentItem1.Tag = null;
  270. this.ribbonOrbRecentItem1.Text = null;
  271. this.ribbonOrbRecentItem1.ToolTip = null;
  272. this.ribbonOrbRecentItem1.ToolTipImage = null;
  273. this.ribbonOrbRecentItem1.ToolTipTitle = null;
  274. //
  275. // ribbonTab1
  276. //
  277. this.ribbonTab1.Panels.Add(this.ribbonPanel3);
  278. this.ribbonTab1.Panels.Add(this.rbSelTool);
  279. this.ribbonTab1.Panels.Add(this.rbChoiceTools);
  280. this.ribbonTab1.Tag = null;
  281. this.ribbonTab1.Text = "基本功能";
  282. //
  283. // ribbonPanel3
  284. //
  285. this.ribbonPanel3.ButtonMoreEnabled = false;
  286. this.ribbonPanel3.ButtonMoreVisible = false;
  287. this.ribbonPanel3.Items.Add(this.rbOpen);
  288. this.ribbonPanel3.Tag = null;
  289. this.ribbonPanel3.Text = "文件";
  290. //
  291. // rbSelTool
  292. //
  293. this.rbSelTool.ButtonMoreEnabled = false;
  294. this.rbSelTool.ButtonMoreVisible = false;
  295. this.rbSelTool.Items.Add(this.rbAllImage);
  296. this.rbSelTool.Items.Add(this.rbWidthImage);
  297. this.rbSelTool.Tag = null;
  298. this.rbSelTool.Text = "显示图匹配";
  299. //
  300. // rbAllImage
  301. //
  302. this.rbAllImage.AltKey = null;
  303. this.rbAllImage.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  304. this.rbAllImage.DropDownArrowSize = new System.Drawing.Size(5, 3);
  305. this.rbAllImage.Image = global::OTSIncAReportApp.Properties.Resources.全图匹配32;
  306. this.rbAllImage.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbAllImage.SmallImage")));
  307. this.rbAllImage.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  308. this.rbAllImage.Tag = "rbAllImage";
  309. this.rbAllImage.Text = "全图匹配";
  310. this.rbAllImage.ToolTip = "rbAllImage";
  311. this.rbAllImage.ToolTipImage = null;
  312. this.rbAllImage.ToolTipTitle = "rbAllImage";
  313. this.rbAllImage.Click += new System.EventHandler(this.rbAllImage_Click);
  314. //
  315. // rbWidthImage
  316. //
  317. this.rbWidthImage.AltKey = null;
  318. this.rbWidthImage.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  319. this.rbWidthImage.DropDownArrowSize = new System.Drawing.Size(5, 3);
  320. this.rbWidthImage.Image = global::OTSIncAReportApp.Properties.Resources.宽度匹配32;
  321. this.rbWidthImage.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbWidthImage.SmallImage")));
  322. this.rbWidthImage.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  323. this.rbWidthImage.Tag = "rbWidthImage";
  324. this.rbWidthImage.Text = "宽度匹配";
  325. this.rbWidthImage.ToolTip = "rbWidthImage";
  326. this.rbWidthImage.ToolTipImage = null;
  327. this.rbWidthImage.ToolTipTitle = null;
  328. this.rbWidthImage.Click += new System.EventHandler(this.rbWidthImage_Click);
  329. //
  330. // rbChoiceTools
  331. //
  332. this.rbChoiceTools.ButtonMoreEnabled = false;
  333. this.rbChoiceTools.ButtonMoreVisible = false;
  334. this.rbChoiceTools.Items.Add(this.rbReverseSelection);
  335. this.rbChoiceTools.Items.Add(this.rbCircular);
  336. this.rbChoiceTools.Items.Add(this.rbRectangle);
  337. this.rbChoiceTools.Items.Add(this.rbCancel);
  338. this.rbChoiceTools.Tag = null;
  339. this.rbChoiceTools.Text = "选择工具";
  340. //
  341. // rbReverseSelection
  342. //
  343. this.rbReverseSelection.AltKey = null;
  344. this.rbReverseSelection.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  345. this.rbReverseSelection.DropDownArrowSize = new System.Drawing.Size(5, 3);
  346. this.rbReverseSelection.Image = global::OTSIncAReportApp.Properties.Resources.反选32;
  347. this.rbReverseSelection.SmallImage = global::OTSIncAReportApp.Properties.Resources.反选16;
  348. this.rbReverseSelection.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  349. this.rbReverseSelection.Tag = "rbReverseSelection";
  350. this.rbReverseSelection.Text = "反选";
  351. this.rbReverseSelection.ToolTip = "rbReverseSelection";
  352. this.rbReverseSelection.ToolTipImage = null;
  353. this.rbReverseSelection.ToolTipTitle = null;
  354. this.rbReverseSelection.Click += new System.EventHandler(this.rbReverseSelection_Click);
  355. //
  356. // rbCircular
  357. //
  358. this.rbCircular.AltKey = null;
  359. this.rbCircular.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  360. this.rbCircular.DropDownArrowSize = new System.Drawing.Size(5, 3);
  361. this.rbCircular.Image = global::OTSIncAReportApp.Properties.Resources.圆形32;
  362. this.rbCircular.SmallImage = global::OTSIncAReportApp.Properties.Resources.圆形16;
  363. this.rbCircular.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  364. this.rbCircular.Tag = "rbCircular";
  365. this.rbCircular.Text = "圆形";
  366. this.rbCircular.ToolTip = "rbCircular";
  367. this.rbCircular.ToolTipImage = null;
  368. this.rbCircular.ToolTipTitle = null;
  369. this.rbCircular.Click += new System.EventHandler(this.rbCircular_Click);
  370. //
  371. // rbRectangle
  372. //
  373. this.rbRectangle.AltKey = null;
  374. this.rbRectangle.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  375. this.rbRectangle.DropDownArrowSize = new System.Drawing.Size(5, 3);
  376. this.rbRectangle.Image = global::OTSIncAReportApp.Properties.Resources.矩形32;
  377. this.rbRectangle.SmallImage = global::OTSIncAReportApp.Properties.Resources.矩形16;
  378. this.rbRectangle.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  379. this.rbRectangle.Tag = "rbRectangle";
  380. this.rbRectangle.Text = "矩形";
  381. this.rbRectangle.ToolTip = "rbRectangle";
  382. this.rbRectangle.ToolTipImage = null;
  383. this.rbRectangle.ToolTipTitle = null;
  384. this.rbRectangle.Click += new System.EventHandler(this.rbRectangle_Click);
  385. //
  386. // rbCancel
  387. //
  388. this.rbCancel.AltKey = null;
  389. this.rbCancel.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  390. this.rbCancel.DropDownArrowSize = new System.Drawing.Size(5, 3);
  391. this.rbCancel.Image = global::OTSIncAReportApp.Properties.Resources.取消32;
  392. this.rbCancel.SmallImage = global::OTSIncAReportApp.Properties.Resources.取消16;
  393. this.rbCancel.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  394. this.rbCancel.Tag = "rbCancel";
  395. this.rbCancel.Text = "取消";
  396. this.rbCancel.ToolTip = "rbCancel";
  397. this.rbCancel.ToolTipImage = null;
  398. this.rbCancel.ToolTipTitle = null;
  399. this.rbCancel.Click += new System.EventHandler(this.rbCancel_Click);
  400. //
  401. // rbMenu
  402. //
  403. this.rbMenu.Panels.Add(this.ribbonPanel2);
  404. this.rbMenu.Panels.Add(this.ribbonPanelOthers);
  405. this.rbMenu.Tag = null;
  406. this.rbMenu.Text = "视域菜单";
  407. //
  408. // ribbonPanel2
  409. //
  410. this.ribbonPanel2.ButtonMoreEnabled = false;
  411. this.ribbonPanel2.ButtonMoreVisible = false;
  412. this.ribbonPanel2.Items.Add(this.rbFrame);
  413. this.ribbonPanel2.Items.Add(this.rbStaff);
  414. this.ribbonPanel2.Items.Add(this.rbRenew);
  415. this.ribbonPanel2.Tag = null;
  416. this.ribbonPanel2.Text = "图形功能";
  417. //
  418. // rbFrame
  419. //
  420. this.rbFrame.AltKey = null;
  421. this.rbFrame.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  422. this.rbFrame.DropDownArrowSize = new System.Drawing.Size(5, 3);
  423. this.rbFrame.Image = global::OTSIncAReportApp.Properties.Resources.帧图边框32;
  424. this.rbFrame.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbFrame.SmallImage")));
  425. this.rbFrame.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  426. this.rbFrame.Tag = "rbFrame";
  427. this.rbFrame.Text = "帧图边框";
  428. this.rbFrame.ToolTip = "rbFrame";
  429. this.rbFrame.ToolTipImage = null;
  430. this.rbFrame.ToolTipTitle = null;
  431. this.rbFrame.Click += new System.EventHandler(this.rbFrame_Click);
  432. //
  433. // rbStaff
  434. //
  435. this.rbStaff.AltKey = null;
  436. this.rbStaff.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  437. this.rbStaff.DropDownArrowSize = new System.Drawing.Size(5, 3);
  438. this.rbStaff.Image = global::OTSIncAReportApp.Properties.Resources.标尺32;
  439. this.rbStaff.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbStaff.SmallImage")));
  440. this.rbStaff.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  441. this.rbStaff.Tag = "rbStaff";
  442. this.rbStaff.Text = "标尺";
  443. this.rbStaff.ToolTip = "rbStaff";
  444. this.rbStaff.ToolTipImage = null;
  445. this.rbStaff.ToolTipTitle = null;
  446. this.rbStaff.Click += new System.EventHandler(this.rbStaff_Click);
  447. //
  448. // rbRenew
  449. //
  450. this.rbRenew.AltKey = null;
  451. this.rbRenew.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  452. this.rbRenew.DropDownArrowSize = new System.Drawing.Size(5, 3);
  453. this.rbRenew.Image = global::OTSIncAReportApp.Properties.Resources.恢复32;
  454. this.rbRenew.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbRenew.SmallImage")));
  455. this.rbRenew.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  456. this.rbRenew.Tag = "rbRenew";
  457. this.rbRenew.Text = "恢复";
  458. this.rbRenew.ToolTip = "rbRenew";
  459. this.rbRenew.ToolTipImage = null;
  460. this.rbRenew.ToolTipTitle = null;
  461. this.rbRenew.Click += new System.EventHandler(this.rbRenew_Click);
  462. //
  463. // ribbonPanelOthers
  464. //
  465. this.ribbonPanelOthers.Items.Add(this.rbHelp);
  466. this.ribbonPanelOthers.Tag = null;
  467. this.ribbonPanelOthers.Text = "其它";
  468. //
  469. // rbHelp
  470. //
  471. this.rbHelp.AltKey = null;
  472. this.rbHelp.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  473. this.rbHelp.DropDownArrowSize = new System.Drawing.Size(5, 3);
  474. this.rbHelp.Image = global::OTSIncAReportApp.Properties.Resources.find32;
  475. this.rbHelp.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbHelp.SmallImage")));
  476. this.rbHelp.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  477. this.rbHelp.Tag = "rbHelp";
  478. this.rbHelp.Text = "帮助";
  479. this.rbHelp.ToolTip = "rbHelp";
  480. this.rbHelp.ToolTipImage = null;
  481. this.rbHelp.ToolTipTitle = null;
  482. this.rbHelp.Click += new System.EventHandler(this.rbHelp_Click);
  483. //
  484. // rbGB1
  485. //
  486. this.rbGB1.AltKey = null;
  487. this.rbGB1.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  488. this.rbGB1.DropDownArrowSize = new System.Drawing.Size(5, 3);
  489. this.rbGB1.Image = global::OTSIncAReportApp.Properties.Resources.国标一32;
  490. this.rbGB1.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbGB1.SmallImage")));
  491. this.rbGB1.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  492. this.rbGB1.Tag = "rbGB1";
  493. this.rbGB1.Text = "国标一";
  494. this.rbGB1.ToolTip = "rbGB1";
  495. this.rbGB1.ToolTipImage = null;
  496. this.rbGB1.ToolTipTitle = null;
  497. //
  498. // rbGB2
  499. //
  500. this.rbGB2.AltKey = null;
  501. this.rbGB2.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  502. this.rbGB2.DropDownArrowSize = new System.Drawing.Size(5, 3);
  503. this.rbGB2.Image = global::OTSIncAReportApp.Properties.Resources.国标二32;
  504. this.rbGB2.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbGB2.SmallImage")));
  505. this.rbGB2.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  506. this.rbGB2.Tag = "rbGB2";
  507. this.rbGB2.Text = "国标二";
  508. this.rbGB2.ToolTip = "rbGB2";
  509. this.rbGB2.ToolTipImage = null;
  510. this.rbGB2.ToolTipTitle = null;
  511. //
  512. // statusStrip1
  513. //
  514. this.statusStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
  515. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  516. this.RSGrayVal,
  517. this.mouseMatter});
  518. this.statusStrip1.Location = new System.Drawing.Point(0, 666);
  519. this.statusStrip1.Name = "statusStrip1";
  520. this.statusStrip1.Padding = new System.Windows.Forms.Padding(9, 0, 2, 0);
  521. this.statusStrip1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  522. this.statusStrip1.Size = new System.Drawing.Size(1276, 26);
  523. this.statusStrip1.TabIndex = 4;
  524. this.statusStrip1.Text = "statusStrip1";
  525. //
  526. // RSGrayVal
  527. //
  528. this.RSGrayVal.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
  529. this.RSGrayVal.Name = "RSGrayVal";
  530. this.RSGrayVal.Size = new System.Drawing.Size(48, 21);
  531. this.RSGrayVal.Text = "灰度值";
  532. //
  533. // mouseMatter
  534. //
  535. this.mouseMatter.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
  536. this.mouseMatter.Name = "mouseMatter";
  537. this.mouseMatter.Size = new System.Drawing.Size(84, 21);
  538. this.mouseMatter.Text = "鼠标点的物质";
  539. //
  540. // DockWindowPanel
  541. //
  542. this.DockWindowPanel.ActiveAutoHideContent = null;
  543. this.DockWindowPanel.Dock = System.Windows.Forms.DockStyle.Fill;
  544. this.DockWindowPanel.DockBackColor = System.Drawing.SystemColors.Control;
  545. this.DockWindowPanel.Location = new System.Drawing.Point(0, 130);
  546. this.DockWindowPanel.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  547. this.DockWindowPanel.Name = "DockWindowPanel";
  548. this.DockWindowPanel.Size = new System.Drawing.Size(1276, 536);
  549. dockPanelGradient1.EndColor = System.Drawing.SystemColors.ControlLight;
  550. dockPanelGradient1.StartColor = System.Drawing.SystemColors.ControlLight;
  551. autoHideStripSkin1.DockStripGradient = dockPanelGradient1;
  552. tabGradient1.EndColor = System.Drawing.SystemColors.Control;
  553. tabGradient1.StartColor = System.Drawing.SystemColors.Control;
  554. tabGradient1.TextColor = System.Drawing.SystemColors.ControlDarkDark;
  555. autoHideStripSkin1.TabGradient = tabGradient1;
  556. dockPanelSkin1.AutoHideStripSkin = autoHideStripSkin1;
  557. tabGradient2.EndColor = System.Drawing.SystemColors.ControlLightLight;
  558. tabGradient2.StartColor = System.Drawing.SystemColors.ControlLightLight;
  559. tabGradient2.TextColor = System.Drawing.SystemColors.ControlText;
  560. dockPaneStripGradient1.ActiveTabGradient = tabGradient2;
  561. dockPanelGradient2.EndColor = System.Drawing.SystemColors.Control;
  562. dockPanelGradient2.StartColor = System.Drawing.SystemColors.Control;
  563. dockPaneStripGradient1.DockStripGradient = dockPanelGradient2;
  564. tabGradient3.EndColor = System.Drawing.SystemColors.ControlLight;
  565. tabGradient3.StartColor = System.Drawing.SystemColors.ControlLight;
  566. tabGradient3.TextColor = System.Drawing.SystemColors.ControlText;
  567. dockPaneStripGradient1.InactiveTabGradient = tabGradient3;
  568. dockPaneStripSkin1.DocumentGradient = dockPaneStripGradient1;
  569. tabGradient4.EndColor = System.Drawing.SystemColors.ActiveCaption;
  570. tabGradient4.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
  571. tabGradient4.StartColor = System.Drawing.SystemColors.GradientActiveCaption;
  572. tabGradient4.TextColor = System.Drawing.SystemColors.ActiveCaptionText;
  573. dockPaneStripToolWindowGradient1.ActiveCaptionGradient = tabGradient4;
  574. tabGradient5.EndColor = System.Drawing.SystemColors.Control;
  575. tabGradient5.StartColor = System.Drawing.SystemColors.Control;
  576. tabGradient5.TextColor = System.Drawing.SystemColors.ControlText;
  577. dockPaneStripToolWindowGradient1.ActiveTabGradient = tabGradient5;
  578. dockPanelGradient3.EndColor = System.Drawing.SystemColors.ControlLight;
  579. dockPanelGradient3.StartColor = System.Drawing.SystemColors.ControlLight;
  580. dockPaneStripToolWindowGradient1.DockStripGradient = dockPanelGradient3;
  581. tabGradient6.EndColor = System.Drawing.SystemColors.GradientInactiveCaption;
  582. tabGradient6.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
  583. tabGradient6.StartColor = System.Drawing.SystemColors.GradientInactiveCaption;
  584. tabGradient6.TextColor = System.Drawing.SystemColors.ControlText;
  585. dockPaneStripToolWindowGradient1.InactiveCaptionGradient = tabGradient6;
  586. tabGradient7.EndColor = System.Drawing.Color.Transparent;
  587. tabGradient7.StartColor = System.Drawing.Color.Transparent;
  588. tabGradient7.TextColor = System.Drawing.SystemColors.ControlDarkDark;
  589. dockPaneStripToolWindowGradient1.InactiveTabGradient = tabGradient7;
  590. dockPaneStripSkin1.ToolWindowGradient = dockPaneStripToolWindowGradient1;
  591. dockPanelSkin1.DockPaneStripSkin = dockPaneStripSkin1;
  592. this.DockWindowPanel.Skin = dockPanelSkin1;
  593. this.DockWindowPanel.TabIndex = 5;
  594. //
  595. // ribbonOrbMenuItem5
  596. //
  597. this.ribbonOrbMenuItem5.AltKey = null;
  598. this.ribbonOrbMenuItem5.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  599. this.ribbonOrbMenuItem5.DropDownArrowSize = new System.Drawing.Size(5, 3);
  600. this.ribbonOrbMenuItem5.Image = ((System.Drawing.Image)(resources.GetObject("ribbonOrbMenuItem5.Image")));
  601. this.ribbonOrbMenuItem5.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonOrbMenuItem5.SmallImage")));
  602. this.ribbonOrbMenuItem5.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  603. this.ribbonOrbMenuItem5.Tag = null;
  604. this.ribbonOrbMenuItem5.Text = "复制";
  605. this.ribbonOrbMenuItem5.ToolTip = null;
  606. this.ribbonOrbMenuItem5.ToolTipImage = null;
  607. this.ribbonOrbMenuItem5.ToolTipTitle = null;
  608. //
  609. // ribbonOrbMenuItem7
  610. //
  611. this.ribbonOrbMenuItem7.AltKey = null;
  612. this.ribbonOrbMenuItem7.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  613. this.ribbonOrbMenuItem7.DropDownArrowSize = new System.Drawing.Size(5, 3);
  614. this.ribbonOrbMenuItem7.Image = ((System.Drawing.Image)(resources.GetObject("ribbonOrbMenuItem7.Image")));
  615. this.ribbonOrbMenuItem7.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonOrbMenuItem7.SmallImage")));
  616. this.ribbonOrbMenuItem7.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  617. this.ribbonOrbMenuItem7.Tag = null;
  618. this.ribbonOrbMenuItem7.Text = null;
  619. this.ribbonOrbMenuItem7.ToolTip = null;
  620. this.ribbonOrbMenuItem7.ToolTipImage = null;
  621. this.ribbonOrbMenuItem7.ToolTipTitle = null;
  622. //
  623. // ribbonButton3
  624. //
  625. this.ribbonButton3.AltKey = null;
  626. this.ribbonButton3.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  627. this.ribbonButton3.DropDownArrowSize = new System.Drawing.Size(5, 3);
  628. this.ribbonButton3.Image = global::OTSIncAReportApp.Properties.Resources.帧图边框32;
  629. this.ribbonButton3.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton3.SmallImage")));
  630. this.ribbonButton3.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  631. this.ribbonButton3.Tag = "rbFrame";
  632. this.ribbonButton3.Text = "帧图边框";
  633. this.ribbonButton3.ToolTip = "rbFrame";
  634. this.ribbonButton3.ToolTipImage = null;
  635. this.ribbonButton3.ToolTipTitle = null;
  636. //
  637. // frmReportApp
  638. //
  639. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  640. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  641. this.ClientSize = new System.Drawing.Size(1276, 692);
  642. this.Controls.Add(this.DockWindowPanel);
  643. this.Controls.Add(this.statusStrip1);
  644. this.Controls.Add(this.ribbon1);
  645. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  646. this.IsMdiContainer = true;
  647. this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  648. this.Name = "frmReportApp";
  649. this.Text = "OTSReportApp";
  650. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  651. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmReportApp_FormClosing);
  652. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmReportApp_FormClosed);
  653. this.Load += new System.EventHandler(this.OTSReportApp_Load);
  654. this.statusStrip1.ResumeLayout(false);
  655. this.statusStrip1.PerformLayout();
  656. this.ResumeLayout(false);
  657. this.PerformLayout();
  658. }
  659. #endregion
  660. private System.Windows.Forms.Ribbon ribbon1;
  661. private System.Windows.Forms.RibbonTab ribbonTab1;
  662. private System.Windows.Forms.RibbonButton ribbonButton1;
  663. public System.Windows.Forms.RibbonButton rbSave;
  664. public System.Windows.Forms.RibbonButton rbOpen;
  665. public System.Windows.Forms.RibbonButton rbSaveAs;
  666. public System.Windows.Forms.RibbonButton rbOut;
  667. public System.Windows.Forms.RibbonButton rbWidthImage;
  668. public System.Windows.Forms.RibbonButton rbAllImage;
  669. //public System.Windows.Forms.RibbonPanel rbOther;
  670. //public System.Windows.Forms.RibbonButton rbRecap;
  671. public System.Windows.Forms.RibbonTab rbMenu;
  672. public System.Windows.Forms.RibbonPanel ribbonPanel2;
  673. public System.Windows.Forms.RibbonButton rbFrame;
  674. public System.Windows.Forms.RibbonButton rbStaff;
  675. public System.Windows.Forms.RibbonButton rbRenew;
  676. public System.Windows.Forms.RibbonButton rbGB1;
  677. public System.Windows.Forms.RibbonButton rbGB2;
  678. public System.Windows.Forms.RibbonPanel rbSelTool;
  679. public System.Windows.Forms.StatusStrip statusStrip1;
  680. public System.Windows.Forms.ToolStripStatusLabel RSGrayVal;
  681. public System.Windows.Forms.ToolStripStatusLabel mouseMatter;
  682. public OTS.WinFormsUI.Docking.DockPanel DockWindowPanel;
  683. private System.Windows.Forms.RibbonOrbOptionButton ribbonOrbOptionButton1;
  684. public System.Windows.Forms.RibbonButton rbReverseSelection;
  685. public System.Windows.Forms.RibbonButton rbCircular;
  686. public System.Windows.Forms.RibbonButton rbRectangle;
  687. public System.Windows.Forms.RibbonButton rbCancel;
  688. public System.Windows.Forms.RibbonPanel rbChoiceTools;
  689. //public System.Windows.Forms.RibbonOrbMenuItem dpbNew;
  690. public System.Windows.Forms.RibbonOrbMenuItem dpbOpen;
  691. //public System.Windows.Forms.RibbonOrbMenuItem dpbSave;
  692. //public System.Windows.Forms.RibbonOrbMenuItem dpbSaveAS;
  693. public System.Windows.Forms.RibbonOrbMenuItem dpbExport;
  694. public System.Windows.Forms.RibbonButton ribbonButton2;
  695. private System.Windows.Forms.RibbonPanel ribbonPanel3;
  696. private System.Windows.Forms.RibbonOrbMenuItem ribbonOrbMenuItem5;
  697. private System.Windows.Forms.RibbonOrbMenuItem ribbonOrbMenuItem7;
  698. private System.Windows.Forms.RibbonOrbRecentItem ribbonOrbRecentItem1;
  699. public System.Windows.Forms.RibbonOrbMenuItem dpbUnDo;
  700. public System.Windows.Forms.RibbonOrbMenuItem dpbReDo;
  701. private System.Windows.Forms.ToolTip toolTip1;
  702. private System.Windows.Forms.RibbonPanel ribbonPanelOthers;
  703. public System.Windows.Forms.RibbonButton ribbonButton3;
  704. public System.Windows.Forms.RibbonButton rbHelp;
  705. }
  706. }