frmReportApp.Designer.cs 48 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830
  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.rbClose = new System.Windows.Forms.RibbonButton();
  53. this.ribbon1 = new System.Windows.Forms.Ribbon();
  54. this.dpbOpen = new System.Windows.Forms.RibbonOrbMenuItem();
  55. this.dpbExport = new System.Windows.Forms.RibbonOrbMenuItem();
  56. this.ribbonOrbMenuItem_Extremum = new System.Windows.Forms.RibbonOrbMenuItem();
  57. this.ribbonOrbMenuItem_InclusionsTraceability = new System.Windows.Forms.RibbonOrbMenuItem();
  58. this.ribbonOrbMenuItem_purity = new System.Windows.Forms.RibbonOrbMenuItem();
  59. this.Backup = new System.Windows.Forms.RibbonOrbMenuItem();
  60. this.ribbonOrbOptionButton1 = new System.Windows.Forms.RibbonOrbOptionButton();
  61. this.ribbonOrbRecentItem1 = new System.Windows.Forms.RibbonOrbRecentItem();
  62. this.ribbonTab1 = new System.Windows.Forms.RibbonTab();
  63. this.ribbonPanel3 = new System.Windows.Forms.RibbonPanel();
  64. this.rbSelTool = new System.Windows.Forms.RibbonPanel();
  65. this.rbAllImage = new System.Windows.Forms.RibbonButton();
  66. this.rbWidthImage = new System.Windows.Forms.RibbonButton();
  67. this.rbChoiceTools = new System.Windows.Forms.RibbonPanel();
  68. this.rbReverseSelection = new System.Windows.Forms.RibbonButton();
  69. this.rbCircular = new System.Windows.Forms.RibbonButton();
  70. this.rbRectangle = new System.Windows.Forms.RibbonButton();
  71. this.rbCancel = new System.Windows.Forms.RibbonButton();
  72. this.rbChoiceParticle = new System.Windows.Forms.RibbonPanel();
  73. this.rbReMeasure = new System.Windows.Forms.RibbonButton();
  74. this.rbMenu = new System.Windows.Forms.RibbonTab();
  75. this.ribbonPanel2 = new System.Windows.Forms.RibbonPanel();
  76. this.rbFrame = new System.Windows.Forms.RibbonButton();
  77. this.rbStaff = new System.Windows.Forms.RibbonButton();
  78. this.rbRenew = new System.Windows.Forms.RibbonButton();
  79. this.ribbonPanelOthers = new System.Windows.Forms.RibbonPanel();
  80. this.rbHelp = new System.Windows.Forms.RibbonButton();
  81. this.rbGB1 = new System.Windows.Forms.RibbonButton();
  82. this.rbGB2 = new System.Windows.Forms.RibbonButton();
  83. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  84. this.RSGrayVal = new System.Windows.Forms.ToolStripStatusLabel();
  85. this.mouseMatter = new System.Windows.Forms.ToolStripStatusLabel();
  86. this.DockWindowPanel = new OTS.WinFormsUI.Docking.DockPanel();
  87. this.ribbonOrbMenuItem5 = new System.Windows.Forms.RibbonOrbMenuItem();
  88. this.ribbonOrbMenuItem7 = new System.Windows.Forms.RibbonOrbMenuItem();
  89. this.ribbonButton3 = new System.Windows.Forms.RibbonButton();
  90. this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
  91. ribbonPanel1 = new System.Windows.Forms.RibbonPanel();
  92. this.statusStrip1.SuspendLayout();
  93. this.SuspendLayout();
  94. //
  95. // ribbonPanel1
  96. //
  97. ribbonPanel1.Tag = null;
  98. ribbonPanel1.Text = null;
  99. //
  100. // rbSave
  101. //
  102. this.rbSave.AltKey = null;
  103. this.rbSave.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  104. this.rbSave.DropDownArrowSize = new System.Drawing.Size(5, 3);
  105. this.rbSave.Image = ((System.Drawing.Image)(resources.GetObject("rbSave.Image")));
  106. this.rbSave.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbSave.SmallImage")));
  107. this.rbSave.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  108. this.rbSave.Tag = null;
  109. this.rbSave.Text = null;
  110. this.rbSave.ToolTip = null;
  111. this.rbSave.ToolTipImage = null;
  112. this.rbSave.ToolTipTitle = null;
  113. //
  114. // rbSaveAs
  115. //
  116. this.rbSaveAs.AltKey = null;
  117. this.rbSaveAs.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  118. this.rbSaveAs.DropDownArrowSize = new System.Drawing.Size(5, 3);
  119. this.rbSaveAs.Image = ((System.Drawing.Image)(resources.GetObject("rbSaveAs.Image")));
  120. this.rbSaveAs.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbSaveAs.SmallImage")));
  121. this.rbSaveAs.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  122. this.rbSaveAs.Tag = null;
  123. this.rbSaveAs.Text = null;
  124. this.rbSaveAs.ToolTip = null;
  125. this.rbSaveAs.ToolTipImage = null;
  126. this.rbSaveAs.ToolTipTitle = null;
  127. //
  128. // rbOut
  129. //
  130. this.rbOut.AltKey = null;
  131. this.rbOut.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  132. this.rbOut.DropDownArrowSize = new System.Drawing.Size(5, 3);
  133. this.rbOut.Image = ((System.Drawing.Image)(resources.GetObject("rbOut.Image")));
  134. this.rbOut.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbOut.SmallImage")));
  135. this.rbOut.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  136. this.rbOut.Tag = null;
  137. this.rbOut.Text = null;
  138. this.rbOut.ToolTip = null;
  139. this.rbOut.ToolTipImage = null;
  140. this.rbOut.ToolTipTitle = null;
  141. //
  142. // ribbonButton2
  143. //
  144. this.ribbonButton2.AltKey = null;
  145. this.ribbonButton2.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  146. this.ribbonButton2.DropDownArrowSize = new System.Drawing.Size(5, 3);
  147. this.ribbonButton2.Image = ((System.Drawing.Image)(resources.GetObject("ribbonButton2.Image")));
  148. this.ribbonButton2.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton2.SmallImage")));
  149. this.ribbonButton2.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  150. this.ribbonButton2.Tag = null;
  151. this.ribbonButton2.Text = null;
  152. this.ribbonButton2.ToolTip = null;
  153. this.ribbonButton2.ToolTipImage = null;
  154. this.ribbonButton2.ToolTipTitle = null;
  155. //
  156. // rbOpen
  157. //
  158. this.rbOpen.AltKey = null;
  159. this.rbOpen.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  160. this.rbOpen.DropDownArrowSize = new System.Drawing.Size(5, 3);
  161. this.rbOpen.DropDownItems.Add(this.ribbonButton1);
  162. this.rbOpen.Image = global::OTSIncAReportApp.Properties.Resources.open321;
  163. this.rbOpen.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbOpen.SmallImage")));
  164. this.rbOpen.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  165. this.rbOpen.Tag = "rbOpen";
  166. this.rbOpen.Text = "打开";
  167. this.rbOpen.ToolTip = "rbOpen";
  168. this.rbOpen.ToolTipImage = null;
  169. this.rbOpen.ToolTipTitle = "rbOpen";
  170. this.rbOpen.Click += new System.EventHandler(this.rbOpen_Click);
  171. //
  172. // ribbonButton1
  173. //
  174. this.ribbonButton1.AltKey = null;
  175. this.ribbonButton1.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  176. this.ribbonButton1.DropDownArrowSize = new System.Drawing.Size(5, 3);
  177. this.ribbonButton1.Image = ((System.Drawing.Image)(resources.GetObject("ribbonButton1.Image")));
  178. this.ribbonButton1.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton1.SmallImage")));
  179. this.ribbonButton1.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  180. this.ribbonButton1.Tag = null;
  181. this.ribbonButton1.Text = "ribbonButton1";
  182. this.ribbonButton1.ToolTip = null;
  183. this.ribbonButton1.ToolTipImage = null;
  184. this.ribbonButton1.ToolTipTitle = null;
  185. //
  186. // rbClose
  187. //
  188. this.rbClose.AltKey = null;
  189. this.rbClose.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  190. this.rbClose.DropDownArrowSize = new System.Drawing.Size(5, 3);
  191. this.rbClose.DropDownItems.Add(this.ribbonButton1);
  192. this.rbClose.Image = global::OTSIncAReportApp.Properties.Resources.close32;
  193. this.rbClose.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbClose.SmallImage")));
  194. this.rbClose.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  195. this.rbClose.Tag = null;
  196. this.rbClose.Text = "关闭";
  197. this.rbClose.ToolTip = "rbClose";
  198. this.rbClose.ToolTipImage = null;
  199. this.rbClose.ToolTipTitle = null;
  200. this.rbClose.DoubleClick += new System.EventHandler(this.rbClose_DoubleClick);
  201. this.rbClose.Click += new System.EventHandler(this.rbClose_Click);
  202. //
  203. // ribbon1
  204. //
  205. this.ribbon1.Font = new System.Drawing.Font("微软雅黑", 9F);
  206. this.ribbon1.Location = new System.Drawing.Point(0, 0);
  207. this.ribbon1.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
  208. this.ribbon1.Minimized = false;
  209. this.ribbon1.Name = "ribbon1";
  210. //
  211. //
  212. //
  213. this.ribbon1.OrbDropDown.BorderRoundness = 8;
  214. this.ribbon1.OrbDropDown.Location = new System.Drawing.Point(0, 0);
  215. this.ribbon1.OrbDropDown.MenuItems.Add(this.dpbOpen);
  216. this.ribbon1.OrbDropDown.MenuItems.Add(this.dpbExport);
  217. this.ribbon1.OrbDropDown.MenuItems.Add(this.ribbonOrbMenuItem_Extremum);
  218. this.ribbon1.OrbDropDown.MenuItems.Add(this.ribbonOrbMenuItem_InclusionsTraceability);
  219. this.ribbon1.OrbDropDown.MenuItems.Add(this.ribbonOrbMenuItem_purity);
  220. this.ribbon1.OrbDropDown.MenuItems.Add(this.Backup);
  221. this.ribbon1.OrbDropDown.Name = "";
  222. this.ribbon1.OrbDropDown.OptionItems.Add(this.ribbonOrbOptionButton1);
  223. this.ribbon1.OrbDropDown.RecentItems.Add(this.ribbonOrbRecentItem1);
  224. this.ribbon1.OrbDropDown.Size = new System.Drawing.Size(527, 336);
  225. this.ribbon1.OrbDropDown.TabIndex = 0;
  226. this.ribbon1.OrbImage = global::OTSIncAReportApp.Properties.Resources.logo_40;
  227. //
  228. //
  229. //
  230. this.ribbon1.QuickAcessToolbar.AltKey = null;
  231. this.ribbon1.QuickAcessToolbar.Image = null;
  232. this.ribbon1.QuickAcessToolbar.Tag = null;
  233. this.ribbon1.QuickAcessToolbar.Text = null;
  234. this.ribbon1.QuickAcessToolbar.ToolTip = null;
  235. this.ribbon1.QuickAcessToolbar.ToolTipImage = null;
  236. this.ribbon1.QuickAcessToolbar.ToolTipTitle = null;
  237. this.ribbon1.Size = new System.Drawing.Size(1701, 130);
  238. this.ribbon1.TabIndex = 0;
  239. this.ribbon1.Tabs.Add(this.ribbonTab1);
  240. this.ribbon1.Tabs.Add(this.rbMenu);
  241. this.ribbon1.TabSpacing = 6;
  242. this.ribbon1.Text = "ribbon1";
  243. //
  244. // dpbOpen
  245. //
  246. this.dpbOpen.AltKey = null;
  247. this.dpbOpen.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  248. this.dpbOpen.DropDownArrowSize = new System.Drawing.Size(5, 3);
  249. this.dpbOpen.Image = global::OTSIncAReportApp.Properties.Resources.open_Size_32;
  250. this.dpbOpen.SmallImage = global::OTSIncAReportApp.Properties.Resources.open_Size_32;
  251. this.dpbOpen.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  252. this.dpbOpen.Tag = null;
  253. this.dpbOpen.Text = "打开项目文件";
  254. this.dpbOpen.ToolTip = null;
  255. this.dpbOpen.ToolTipImage = null;
  256. this.dpbOpen.ToolTipTitle = null;
  257. this.dpbOpen.Click += new System.EventHandler(this.dpbOpen_Click);
  258. //
  259. // dpbExport
  260. //
  261. this.dpbExport.AltKey = null;
  262. this.dpbExport.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  263. this.dpbExport.DropDownArrowSize = new System.Drawing.Size(5, 3);
  264. this.dpbExport.Image = global::OTSIncAReportApp.Properties.Resources.export_Size_32;
  265. this.dpbExport.SmallImage = global::OTSIncAReportApp.Properties.Resources.export_Size_32;
  266. this.dpbExport.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  267. this.dpbExport.Tag = null;
  268. this.dpbExport.Text = "输出";
  269. this.dpbExport.ToolTip = null;
  270. this.dpbExport.ToolTipImage = null;
  271. this.dpbExport.ToolTipTitle = null;
  272. this.dpbExport.Click += new System.EventHandler(this.ribbonOrbMenuItem4_Click);
  273. //
  274. // ribbonOrbMenuItem_Extremum
  275. //
  276. this.ribbonOrbMenuItem_Extremum.AltKey = null;
  277. this.ribbonOrbMenuItem_Extremum.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  278. this.ribbonOrbMenuItem_Extremum.DropDownArrowSize = new System.Drawing.Size(5, 3);
  279. this.ribbonOrbMenuItem_Extremum.Image = global::OTSIncAReportApp.Properties.Resources.编辑;
  280. this.ribbonOrbMenuItem_Extremum.SmallImage = global::OTSIncAReportApp.Properties.Resources.编辑;
  281. this.ribbonOrbMenuItem_Extremum.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  282. this.ribbonOrbMenuItem_Extremum.Tag = null;
  283. this.ribbonOrbMenuItem_Extremum.Text = "极值分析法";
  284. this.ribbonOrbMenuItem_Extremum.ToolTip = null;
  285. this.ribbonOrbMenuItem_Extremum.ToolTipImage = null;
  286. this.ribbonOrbMenuItem_Extremum.ToolTipTitle = null;
  287. this.ribbonOrbMenuItem_Extremum.Click += new System.EventHandler(this.ribbonOrbMenuItem_Extremum_Click);
  288. //
  289. // ribbonOrbMenuItem_InclusionsTraceability
  290. //
  291. this.ribbonOrbMenuItem_InclusionsTraceability.AltKey = null;
  292. this.ribbonOrbMenuItem_InclusionsTraceability.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  293. this.ribbonOrbMenuItem_InclusionsTraceability.DropDownArrowSize = new System.Drawing.Size(5, 3);
  294. this.ribbonOrbMenuItem_InclusionsTraceability.Image = global::OTSIncAReportApp.Properties.Resources.sem16;
  295. this.ribbonOrbMenuItem_InclusionsTraceability.SmallImage = global::OTSIncAReportApp.Properties.Resources.sem16;
  296. this.ribbonOrbMenuItem_InclusionsTraceability.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  297. this.ribbonOrbMenuItem_InclusionsTraceability.Tag = null;
  298. this.ribbonOrbMenuItem_InclusionsTraceability.Text = "外来夹杂物溯源";
  299. this.ribbonOrbMenuItem_InclusionsTraceability.ToolTip = null;
  300. this.ribbonOrbMenuItem_InclusionsTraceability.ToolTipImage = null;
  301. this.ribbonOrbMenuItem_InclusionsTraceability.ToolTipTitle = null;
  302. this.ribbonOrbMenuItem_InclusionsTraceability.Click += new System.EventHandler(this.ribbonOrbMenuItem_InclusionsTraceability_Click);
  303. //
  304. // ribbonOrbMenuItem_purity
  305. //
  306. this.ribbonOrbMenuItem_purity.AltKey = null;
  307. this.ribbonOrbMenuItem_purity.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  308. this.ribbonOrbMenuItem_purity.DropDownArrowSize = new System.Drawing.Size(5, 3);
  309. this.ribbonOrbMenuItem_purity.Image = global::OTSIncAReportApp.Properties.Resources.copy_Size_32;
  310. this.ribbonOrbMenuItem_purity.SmallImage = global::OTSIncAReportApp.Properties.Resources.copy_Size_32;
  311. this.ribbonOrbMenuItem_purity.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  312. this.ribbonOrbMenuItem_purity.Tag = null;
  313. this.ribbonOrbMenuItem_purity.Text = "钢铁中夹杂物纯洁度分析";
  314. this.ribbonOrbMenuItem_purity.ToolTip = null;
  315. this.ribbonOrbMenuItem_purity.ToolTipImage = global::OTSIncAReportApp.Properties.Resources.copy_Size_32;
  316. this.ribbonOrbMenuItem_purity.ToolTipTitle = null;
  317. this.ribbonOrbMenuItem_purity.Click += new System.EventHandler(this.ribbonOrbMenuItem_purity_Click);
  318. //
  319. // Backup
  320. //
  321. this.Backup.AltKey = null;
  322. this.Backup.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  323. this.Backup.DropDownArrowSize = new System.Drawing.Size(5, 3);
  324. this.Backup.Image = ((System.Drawing.Image)(resources.GetObject("Backup.Image")));
  325. this.Backup.SmallImage = ((System.Drawing.Image)(resources.GetObject("Backup.SmallImage")));
  326. this.Backup.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  327. this.Backup.Tag = null;
  328. this.Backup.Text = "Backup Database";
  329. this.Backup.ToolTip = null;
  330. this.Backup.ToolTipImage = null;
  331. this.Backup.ToolTipTitle = null;
  332. this.Backup.Click += new System.EventHandler(this.Backup_Click);
  333. //
  334. // ribbonOrbOptionButton1
  335. //
  336. this.ribbonOrbOptionButton1.AltKey = null;
  337. this.ribbonOrbOptionButton1.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  338. this.ribbonOrbOptionButton1.DropDownArrowSize = new System.Drawing.Size(5, 3);
  339. this.ribbonOrbOptionButton1.Image = ((System.Drawing.Image)(resources.GetObject("ribbonOrbOptionButton1.Image")));
  340. this.ribbonOrbOptionButton1.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonOrbOptionButton1.SmallImage")));
  341. this.ribbonOrbOptionButton1.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  342. this.ribbonOrbOptionButton1.Tag = null;
  343. this.ribbonOrbOptionButton1.Text = "程序管理";
  344. this.ribbonOrbOptionButton1.ToolTip = null;
  345. this.ribbonOrbOptionButton1.ToolTipImage = null;
  346. this.ribbonOrbOptionButton1.ToolTipTitle = null;
  347. this.ribbonOrbOptionButton1.Click += new System.EventHandler(this.RibbonOrbOptionButton1_Click);
  348. //
  349. // ribbonOrbRecentItem1
  350. //
  351. this.ribbonOrbRecentItem1.AltKey = null;
  352. this.ribbonOrbRecentItem1.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  353. this.ribbonOrbRecentItem1.DropDownArrowSize = new System.Drawing.Size(5, 3);
  354. this.ribbonOrbRecentItem1.Image = ((System.Drawing.Image)(resources.GetObject("ribbonOrbRecentItem1.Image")));
  355. this.ribbonOrbRecentItem1.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonOrbRecentItem1.SmallImage")));
  356. this.ribbonOrbRecentItem1.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  357. this.ribbonOrbRecentItem1.Tag = null;
  358. this.ribbonOrbRecentItem1.Text = null;
  359. this.ribbonOrbRecentItem1.ToolTip = null;
  360. this.ribbonOrbRecentItem1.ToolTipImage = null;
  361. this.ribbonOrbRecentItem1.ToolTipTitle = null;
  362. //
  363. // ribbonTab1
  364. //
  365. this.ribbonTab1.Panels.Add(this.ribbonPanel3);
  366. this.ribbonTab1.Panels.Add(this.rbSelTool);
  367. this.ribbonTab1.Panels.Add(this.rbChoiceTools);
  368. this.ribbonTab1.Panels.Add(this.rbChoiceParticle);
  369. this.ribbonTab1.Tag = null;
  370. this.ribbonTab1.Text = "基本功能";
  371. //
  372. // ribbonPanel3
  373. //
  374. this.ribbonPanel3.ButtonMoreEnabled = false;
  375. this.ribbonPanel3.ButtonMoreVisible = false;
  376. this.ribbonPanel3.Items.Add(this.rbOpen);
  377. this.ribbonPanel3.Items.Add(this.rbClose);
  378. this.ribbonPanel3.Tag = null;
  379. this.ribbonPanel3.Text = "文件";
  380. //
  381. // rbSelTool
  382. //
  383. this.rbSelTool.ButtonMoreEnabled = false;
  384. this.rbSelTool.ButtonMoreVisible = false;
  385. this.rbSelTool.Items.Add(this.rbAllImage);
  386. this.rbSelTool.Items.Add(this.rbWidthImage);
  387. this.rbSelTool.Tag = null;
  388. this.rbSelTool.Text = "显示图匹配";
  389. //
  390. // rbAllImage
  391. //
  392. this.rbAllImage.AltKey = null;
  393. this.rbAllImage.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  394. this.rbAllImage.DropDownArrowSize = new System.Drawing.Size(5, 3);
  395. this.rbAllImage.Image = global::OTSIncAReportApp.Properties.Resources.全图匹配32;
  396. this.rbAllImage.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbAllImage.SmallImage")));
  397. this.rbAllImage.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  398. this.rbAllImage.Tag = "rbAllImage";
  399. this.rbAllImage.Text = "全图匹配";
  400. this.rbAllImage.ToolTip = "rbAllImage";
  401. this.rbAllImage.ToolTipImage = null;
  402. this.rbAllImage.ToolTipTitle = "rbAllImage";
  403. this.rbAllImage.Click += new System.EventHandler(this.rbAllImage_Click);
  404. //
  405. // rbWidthImage
  406. //
  407. this.rbWidthImage.AltKey = null;
  408. this.rbWidthImage.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  409. this.rbWidthImage.DropDownArrowSize = new System.Drawing.Size(5, 3);
  410. this.rbWidthImage.Image = global::OTSIncAReportApp.Properties.Resources.宽度匹配32;
  411. this.rbWidthImage.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbWidthImage.SmallImage")));
  412. this.rbWidthImage.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  413. this.rbWidthImage.Tag = "rbWidthImage";
  414. this.rbWidthImage.Text = "宽度匹配";
  415. this.rbWidthImage.ToolTip = "rbWidthImage";
  416. this.rbWidthImage.ToolTipImage = null;
  417. this.rbWidthImage.ToolTipTitle = null;
  418. this.rbWidthImage.Click += new System.EventHandler(this.rbWidthImage_Click);
  419. //
  420. // rbChoiceTools
  421. //
  422. this.rbChoiceTools.ButtonMoreEnabled = false;
  423. this.rbChoiceTools.ButtonMoreVisible = false;
  424. this.rbChoiceTools.Items.Add(this.rbReverseSelection);
  425. this.rbChoiceTools.Items.Add(this.rbCircular);
  426. this.rbChoiceTools.Items.Add(this.rbRectangle);
  427. this.rbChoiceTools.Items.Add(this.rbCancel);
  428. this.rbChoiceTools.Tag = null;
  429. this.rbChoiceTools.Text = "选择工具";
  430. //
  431. // rbReverseSelection
  432. //
  433. this.rbReverseSelection.AltKey = null;
  434. this.rbReverseSelection.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  435. this.rbReverseSelection.DropDownArrowSize = new System.Drawing.Size(5, 3);
  436. this.rbReverseSelection.Image = global::OTSIncAReportApp.Properties.Resources.反选32;
  437. this.rbReverseSelection.SmallImage = global::OTSIncAReportApp.Properties.Resources.反选16;
  438. this.rbReverseSelection.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  439. this.rbReverseSelection.Tag = "rbReverseSelection";
  440. this.rbReverseSelection.Text = "反选";
  441. this.rbReverseSelection.ToolTip = "rbReverseSelection";
  442. this.rbReverseSelection.ToolTipImage = null;
  443. this.rbReverseSelection.ToolTipTitle = null;
  444. this.rbReverseSelection.Click += new System.EventHandler(this.rbReverseSelection_Click);
  445. //
  446. // rbCircular
  447. //
  448. this.rbCircular.AltKey = null;
  449. this.rbCircular.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  450. this.rbCircular.DropDownArrowSize = new System.Drawing.Size(5, 3);
  451. this.rbCircular.Image = global::OTSIncAReportApp.Properties.Resources.圆形32;
  452. this.rbCircular.SmallImage = global::OTSIncAReportApp.Properties.Resources.圆形16;
  453. this.rbCircular.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  454. this.rbCircular.Tag = "rbCircular";
  455. this.rbCircular.Text = "圆形";
  456. this.rbCircular.ToolTip = "rbCircular";
  457. this.rbCircular.ToolTipImage = null;
  458. this.rbCircular.ToolTipTitle = null;
  459. this.rbCircular.Click += new System.EventHandler(this.rbCircular_Click);
  460. //
  461. // rbRectangle
  462. //
  463. this.rbRectangle.AltKey = null;
  464. this.rbRectangle.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  465. this.rbRectangle.DropDownArrowSize = new System.Drawing.Size(5, 3);
  466. this.rbRectangle.Image = global::OTSIncAReportApp.Properties.Resources.矩形32;
  467. this.rbRectangle.SmallImage = global::OTSIncAReportApp.Properties.Resources.矩形16;
  468. this.rbRectangle.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  469. this.rbRectangle.Tag = "rbRectangle";
  470. this.rbRectangle.Text = "矩形";
  471. this.rbRectangle.ToolTip = "rbRectangle";
  472. this.rbRectangle.ToolTipImage = null;
  473. this.rbRectangle.ToolTipTitle = null;
  474. this.rbRectangle.Click += new System.EventHandler(this.rbRectangle_Click);
  475. //
  476. // rbCancel
  477. //
  478. this.rbCancel.AltKey = null;
  479. this.rbCancel.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  480. this.rbCancel.DropDownArrowSize = new System.Drawing.Size(5, 3);
  481. this.rbCancel.Image = global::OTSIncAReportApp.Properties.Resources.取消32;
  482. this.rbCancel.SmallImage = global::OTSIncAReportApp.Properties.Resources.取消16;
  483. this.rbCancel.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  484. this.rbCancel.Tag = "rbCancel";
  485. this.rbCancel.Text = "取消";
  486. this.rbCancel.ToolTip = "rbCancel";
  487. this.rbCancel.ToolTipImage = null;
  488. this.rbCancel.ToolTipTitle = null;
  489. this.rbCancel.Click += new System.EventHandler(this.rbCancel_Click);
  490. //
  491. // rbChoiceParticle
  492. //
  493. this.rbChoiceParticle.ButtonMoreEnabled = false;
  494. this.rbChoiceParticle.ButtonMoreVisible = false;
  495. this.rbChoiceParticle.Items.Add(this.rbReMeasure);
  496. this.rbChoiceParticle.Tag = null;
  497. this.rbChoiceParticle.Text = "颗粒";
  498. //
  499. // rbReMeasure
  500. //
  501. this.rbReMeasure.AltKey = null;
  502. this.rbReMeasure.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  503. this.rbReMeasure.DropDownArrowSize = new System.Drawing.Size(5, 3);
  504. this.rbReMeasure.Image = global::OTSIncAReportApp.Properties.Resources.重新分类;
  505. this.rbReMeasure.SmallImage = global::OTSIncAReportApp.Properties.Resources.重新分类;
  506. this.rbReMeasure.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  507. this.rbReMeasure.Tag = "rbReMeasure";
  508. this.rbReMeasure.Text = "重新测量";
  509. this.rbReMeasure.ToolTip = "rbReMeasure";
  510. this.rbReMeasure.ToolTipImage = null;
  511. this.rbReMeasure.ToolTipTitle = null;
  512. this.rbReMeasure.Click += new System.EventHandler(this.rbReMeasure_Click);
  513. //
  514. // rbMenu
  515. //
  516. this.rbMenu.Panels.Add(this.ribbonPanel2);
  517. this.rbMenu.Tag = null;
  518. this.rbMenu.Text = "视域菜单";
  519. //
  520. // ribbonPanel2
  521. //
  522. this.ribbonPanel2.ButtonMoreEnabled = false;
  523. this.ribbonPanel2.ButtonMoreVisible = false;
  524. this.ribbonPanel2.Items.Add(this.rbFrame);
  525. this.ribbonPanel2.Items.Add(this.rbStaff);
  526. this.ribbonPanel2.Items.Add(this.rbRenew);
  527. this.ribbonPanel2.Tag = null;
  528. this.ribbonPanel2.Text = "图形功能";
  529. //
  530. // rbFrame
  531. //
  532. this.rbFrame.AltKey = null;
  533. this.rbFrame.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  534. this.rbFrame.DropDownArrowSize = new System.Drawing.Size(5, 3);
  535. this.rbFrame.Image = global::OTSIncAReportApp.Properties.Resources.帧图边框32;
  536. this.rbFrame.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbFrame.SmallImage")));
  537. this.rbFrame.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  538. this.rbFrame.Tag = "rbFrame";
  539. this.rbFrame.Text = "帧图边框";
  540. this.rbFrame.ToolTip = "rbFrame";
  541. this.rbFrame.ToolTipImage = null;
  542. this.rbFrame.ToolTipTitle = null;
  543. this.rbFrame.Click += new System.EventHandler(this.rbFrame_Click);
  544. //
  545. // rbStaff
  546. //
  547. this.rbStaff.AltKey = null;
  548. this.rbStaff.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  549. this.rbStaff.DropDownArrowSize = new System.Drawing.Size(5, 3);
  550. this.rbStaff.Image = global::OTSIncAReportApp.Properties.Resources.标尺32;
  551. this.rbStaff.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbStaff.SmallImage")));
  552. this.rbStaff.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  553. this.rbStaff.Tag = "rbStaff";
  554. this.rbStaff.Text = "标尺";
  555. this.rbStaff.ToolTip = "rbStaff";
  556. this.rbStaff.ToolTipImage = null;
  557. this.rbStaff.ToolTipTitle = null;
  558. this.rbStaff.Click += new System.EventHandler(this.rbStaff_Click);
  559. //
  560. // rbRenew
  561. //
  562. this.rbRenew.AltKey = null;
  563. this.rbRenew.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  564. this.rbRenew.DropDownArrowSize = new System.Drawing.Size(5, 3);
  565. this.rbRenew.Image = global::OTSIncAReportApp.Properties.Resources.恢复32;
  566. this.rbRenew.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbRenew.SmallImage")));
  567. this.rbRenew.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  568. this.rbRenew.Tag = "rbRenew";
  569. this.rbRenew.Text = "恢复";
  570. this.rbRenew.ToolTip = "rbRenew";
  571. this.rbRenew.ToolTipImage = null;
  572. this.rbRenew.ToolTipTitle = null;
  573. this.rbRenew.Click += new System.EventHandler(this.rbRenew_Click);
  574. //
  575. // ribbonPanelOthers
  576. //
  577. this.ribbonPanelOthers.Tag = null;
  578. this.ribbonPanelOthers.Text = null;
  579. //
  580. // rbHelp
  581. //
  582. this.rbHelp.AltKey = null;
  583. this.rbHelp.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  584. this.rbHelp.DropDownArrowSize = new System.Drawing.Size(5, 3);
  585. this.rbHelp.Image = ((System.Drawing.Image)(resources.GetObject("rbHelp.Image")));
  586. this.rbHelp.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbHelp.SmallImage")));
  587. this.rbHelp.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  588. this.rbHelp.Tag = null;
  589. this.rbHelp.Text = null;
  590. this.rbHelp.ToolTip = null;
  591. this.rbHelp.ToolTipImage = null;
  592. this.rbHelp.ToolTipTitle = null;
  593. //
  594. // rbGB1
  595. //
  596. this.rbGB1.AltKey = null;
  597. this.rbGB1.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  598. this.rbGB1.DropDownArrowSize = new System.Drawing.Size(5, 3);
  599. this.rbGB1.Image = global::OTSIncAReportApp.Properties.Resources.国标一32;
  600. this.rbGB1.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbGB1.SmallImage")));
  601. this.rbGB1.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  602. this.rbGB1.Tag = "rbGB1";
  603. this.rbGB1.Text = "国标一";
  604. this.rbGB1.ToolTip = "rbGB1";
  605. this.rbGB1.ToolTipImage = null;
  606. this.rbGB1.ToolTipTitle = null;
  607. //
  608. // rbGB2
  609. //
  610. this.rbGB2.AltKey = null;
  611. this.rbGB2.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  612. this.rbGB2.DropDownArrowSize = new System.Drawing.Size(5, 3);
  613. this.rbGB2.Image = global::OTSIncAReportApp.Properties.Resources.国标二32;
  614. this.rbGB2.SmallImage = ((System.Drawing.Image)(resources.GetObject("rbGB2.SmallImage")));
  615. this.rbGB2.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  616. this.rbGB2.Tag = "rbGB2";
  617. this.rbGB2.Text = "国标二";
  618. this.rbGB2.ToolTip = "rbGB2";
  619. this.rbGB2.ToolTipImage = null;
  620. this.rbGB2.ToolTipTitle = null;
  621. //
  622. // statusStrip1
  623. //
  624. this.statusStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
  625. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  626. this.RSGrayVal,
  627. this.mouseMatter});
  628. this.statusStrip1.Location = new System.Drawing.Point(0, 671);
  629. this.statusStrip1.Name = "statusStrip1";
  630. this.statusStrip1.Padding = new System.Windows.Forms.Padding(12, 0, 3, 0);
  631. this.statusStrip1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  632. this.statusStrip1.Size = new System.Drawing.Size(1701, 26);
  633. this.statusStrip1.TabIndex = 4;
  634. this.statusStrip1.Text = "statusStrip1";
  635. //
  636. // RSGrayVal
  637. //
  638. this.RSGrayVal.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
  639. this.RSGrayVal.Name = "RSGrayVal";
  640. this.RSGrayVal.Size = new System.Drawing.Size(48, 21);
  641. this.RSGrayVal.Text = "灰度值";
  642. //
  643. // mouseMatter
  644. //
  645. this.mouseMatter.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
  646. this.mouseMatter.Name = "mouseMatter";
  647. this.mouseMatter.Size = new System.Drawing.Size(84, 21);
  648. this.mouseMatter.Text = "鼠标点的物质";
  649. //
  650. // DockWindowPanel
  651. //
  652. this.DockWindowPanel.ActiveAutoHideContent = null;
  653. this.DockWindowPanel.Dock = System.Windows.Forms.DockStyle.Fill;
  654. this.DockWindowPanel.DockBackColor = System.Drawing.SystemColors.Control;
  655. this.DockWindowPanel.Location = new System.Drawing.Point(0, 130);
  656. this.DockWindowPanel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  657. this.DockWindowPanel.Name = "DockWindowPanel";
  658. this.DockWindowPanel.Size = new System.Drawing.Size(1701, 541);
  659. dockPanelGradient1.EndColor = System.Drawing.SystemColors.ControlLight;
  660. dockPanelGradient1.StartColor = System.Drawing.SystemColors.ControlLight;
  661. autoHideStripSkin1.DockStripGradient = dockPanelGradient1;
  662. tabGradient1.EndColor = System.Drawing.SystemColors.Control;
  663. tabGradient1.StartColor = System.Drawing.SystemColors.Control;
  664. tabGradient1.TextColor = System.Drawing.SystemColors.ControlDarkDark;
  665. autoHideStripSkin1.TabGradient = tabGradient1;
  666. dockPanelSkin1.AutoHideStripSkin = autoHideStripSkin1;
  667. tabGradient2.EndColor = System.Drawing.SystemColors.ControlLightLight;
  668. tabGradient2.StartColor = System.Drawing.SystemColors.ControlLightLight;
  669. tabGradient2.TextColor = System.Drawing.SystemColors.ControlText;
  670. dockPaneStripGradient1.ActiveTabGradient = tabGradient2;
  671. dockPanelGradient2.EndColor = System.Drawing.SystemColors.Control;
  672. dockPanelGradient2.StartColor = System.Drawing.SystemColors.Control;
  673. dockPaneStripGradient1.DockStripGradient = dockPanelGradient2;
  674. tabGradient3.EndColor = System.Drawing.SystemColors.ControlLight;
  675. tabGradient3.StartColor = System.Drawing.SystemColors.ControlLight;
  676. tabGradient3.TextColor = System.Drawing.SystemColors.ControlText;
  677. dockPaneStripGradient1.InactiveTabGradient = tabGradient3;
  678. dockPaneStripSkin1.DocumentGradient = dockPaneStripGradient1;
  679. tabGradient4.EndColor = System.Drawing.SystemColors.ActiveCaption;
  680. tabGradient4.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
  681. tabGradient4.StartColor = System.Drawing.SystemColors.GradientActiveCaption;
  682. tabGradient4.TextColor = System.Drawing.SystemColors.ActiveCaptionText;
  683. dockPaneStripToolWindowGradient1.ActiveCaptionGradient = tabGradient4;
  684. tabGradient5.EndColor = System.Drawing.SystemColors.Control;
  685. tabGradient5.StartColor = System.Drawing.SystemColors.Control;
  686. tabGradient5.TextColor = System.Drawing.SystemColors.ControlText;
  687. dockPaneStripToolWindowGradient1.ActiveTabGradient = tabGradient5;
  688. dockPanelGradient3.EndColor = System.Drawing.SystemColors.ControlLight;
  689. dockPanelGradient3.StartColor = System.Drawing.SystemColors.ControlLight;
  690. dockPaneStripToolWindowGradient1.DockStripGradient = dockPanelGradient3;
  691. tabGradient6.EndColor = System.Drawing.SystemColors.GradientInactiveCaption;
  692. tabGradient6.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
  693. tabGradient6.StartColor = System.Drawing.SystemColors.GradientInactiveCaption;
  694. tabGradient6.TextColor = System.Drawing.SystemColors.ControlText;
  695. dockPaneStripToolWindowGradient1.InactiveCaptionGradient = tabGradient6;
  696. tabGradient7.EndColor = System.Drawing.Color.Transparent;
  697. tabGradient7.StartColor = System.Drawing.Color.Transparent;
  698. tabGradient7.TextColor = System.Drawing.SystemColors.ControlDarkDark;
  699. dockPaneStripToolWindowGradient1.InactiveTabGradient = tabGradient7;
  700. dockPaneStripSkin1.ToolWindowGradient = dockPaneStripToolWindowGradient1;
  701. dockPanelSkin1.DockPaneStripSkin = dockPaneStripSkin1;
  702. this.DockWindowPanel.Skin = dockPanelSkin1;
  703. this.DockWindowPanel.TabIndex = 5;
  704. //
  705. // ribbonOrbMenuItem5
  706. //
  707. this.ribbonOrbMenuItem5.AltKey = null;
  708. this.ribbonOrbMenuItem5.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  709. this.ribbonOrbMenuItem5.DropDownArrowSize = new System.Drawing.Size(5, 3);
  710. this.ribbonOrbMenuItem5.Image = ((System.Drawing.Image)(resources.GetObject("ribbonOrbMenuItem5.Image")));
  711. this.ribbonOrbMenuItem5.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonOrbMenuItem5.SmallImage")));
  712. this.ribbonOrbMenuItem5.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  713. this.ribbonOrbMenuItem5.Tag = null;
  714. this.ribbonOrbMenuItem5.Text = "复制";
  715. this.ribbonOrbMenuItem5.ToolTip = null;
  716. this.ribbonOrbMenuItem5.ToolTipImage = null;
  717. this.ribbonOrbMenuItem5.ToolTipTitle = null;
  718. //
  719. // ribbonOrbMenuItem7
  720. //
  721. this.ribbonOrbMenuItem7.AltKey = null;
  722. this.ribbonOrbMenuItem7.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  723. this.ribbonOrbMenuItem7.DropDownArrowSize = new System.Drawing.Size(5, 3);
  724. this.ribbonOrbMenuItem7.Image = ((System.Drawing.Image)(resources.GetObject("ribbonOrbMenuItem7.Image")));
  725. this.ribbonOrbMenuItem7.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonOrbMenuItem7.SmallImage")));
  726. this.ribbonOrbMenuItem7.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  727. this.ribbonOrbMenuItem7.Tag = null;
  728. this.ribbonOrbMenuItem7.Text = null;
  729. this.ribbonOrbMenuItem7.ToolTip = null;
  730. this.ribbonOrbMenuItem7.ToolTipImage = null;
  731. this.ribbonOrbMenuItem7.ToolTipTitle = null;
  732. //
  733. // ribbonButton3
  734. //
  735. this.ribbonButton3.AltKey = null;
  736. this.ribbonButton3.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  737. this.ribbonButton3.DropDownArrowSize = new System.Drawing.Size(5, 3);
  738. this.ribbonButton3.Image = global::OTSIncAReportApp.Properties.Resources.帧图边框32;
  739. this.ribbonButton3.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton3.SmallImage")));
  740. this.ribbonButton3.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  741. this.ribbonButton3.Tag = "rbFrame";
  742. this.ribbonButton3.Text = "帧图边框";
  743. this.ribbonButton3.ToolTip = "rbFrame";
  744. this.ribbonButton3.ToolTipImage = null;
  745. this.ribbonButton3.ToolTipTitle = null;
  746. //
  747. // frmReportApp
  748. //
  749. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  750. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  751. this.ClientSize = new System.Drawing.Size(1701, 697);
  752. this.Controls.Add(this.DockWindowPanel);
  753. this.Controls.Add(this.statusStrip1);
  754. this.Controls.Add(this.ribbon1);
  755. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  756. this.IsMdiContainer = true;
  757. this.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
  758. this.Name = "frmReportApp";
  759. this.Text = "OTSReportApp";
  760. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  761. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmReportApp_FormClosing);
  762. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmReportApp_FormClosed);
  763. this.Load += new System.EventHandler(this.OTSReportApp_Load);
  764. this.statusStrip1.ResumeLayout(false);
  765. this.statusStrip1.PerformLayout();
  766. this.ResumeLayout(false);
  767. this.PerformLayout();
  768. }
  769. #endregion
  770. private System.Windows.Forms.Ribbon ribbon1;
  771. private System.Windows.Forms.RibbonTab ribbonTab1;
  772. private System.Windows.Forms.RibbonButton ribbonButton1;
  773. public System.Windows.Forms.RibbonButton rbSave;
  774. public System.Windows.Forms.RibbonButton rbOpen;
  775. public System.Windows.Forms.RibbonButton rbClose;
  776. public System.Windows.Forms.RibbonButton rbSaveAs;
  777. public System.Windows.Forms.RibbonButton rbOut;
  778. public System.Windows.Forms.RibbonButton rbWidthImage;
  779. public System.Windows.Forms.RibbonButton rbAllImage;
  780. public System.Windows.Forms.RibbonTab rbMenu;
  781. public System.Windows.Forms.RibbonPanel ribbonPanel2;
  782. public System.Windows.Forms.RibbonButton rbFrame;
  783. public System.Windows.Forms.RibbonButton rbStaff;
  784. public System.Windows.Forms.RibbonButton rbRenew;
  785. public System.Windows.Forms.RibbonButton rbGB1;
  786. public System.Windows.Forms.RibbonButton rbGB2;
  787. public System.Windows.Forms.RibbonPanel rbSelTool;
  788. public System.Windows.Forms.StatusStrip statusStrip1;
  789. public System.Windows.Forms.ToolStripStatusLabel RSGrayVal;
  790. public System.Windows.Forms.ToolStripStatusLabel mouseMatter;
  791. public OTS.WinFormsUI.Docking.DockPanel DockWindowPanel;
  792. private System.Windows.Forms.RibbonOrbOptionButton ribbonOrbOptionButton1;
  793. public System.Windows.Forms.RibbonButton rbReverseSelection;
  794. public System.Windows.Forms.RibbonButton rbCircular;
  795. public System.Windows.Forms.RibbonButton rbRectangle;
  796. public System.Windows.Forms.RibbonButton rbCancel;
  797. public System.Windows.Forms.RibbonPanel rbChoiceTools;
  798. public System.Windows.Forms.RibbonButton rbReMeasure;
  799. public System.Windows.Forms.RibbonPanel rbChoiceParticle;
  800. //public System.Windows.Forms.RibbonOrbMenuItem dpbNew;
  801. public System.Windows.Forms.RibbonOrbMenuItem dpbOpen;
  802. //public System.Windows.Forms.RibbonOrbMenuItem dpbSave;
  803. //public System.Windows.Forms.RibbonOrbMenuItem dpbSaveAS;
  804. public System.Windows.Forms.RibbonOrbMenuItem dpbExport;
  805. public System.Windows.Forms.RibbonButton ribbonButton2;
  806. private System.Windows.Forms.RibbonPanel ribbonPanel3;
  807. private System.Windows.Forms.RibbonOrbMenuItem ribbonOrbMenuItem5;
  808. private System.Windows.Forms.RibbonOrbMenuItem ribbonOrbMenuItem7;
  809. private System.Windows.Forms.RibbonOrbRecentItem ribbonOrbRecentItem1;
  810. public System.Windows.Forms.RibbonOrbMenuItem dpbUnDo;
  811. public System.Windows.Forms.RibbonOrbMenuItem dpbReDo;
  812. private System.Windows.Forms.RibbonPanel ribbonPanelOthers;
  813. public System.Windows.Forms.RibbonButton ribbonButton3;
  814. public System.Windows.Forms.RibbonButton rbHelp;
  815. public System.Windows.Forms.RibbonOrbMenuItem ribbonOrbMenuItem_Extremum;
  816. public System.Windows.Forms.RibbonOrbMenuItem Backup;
  817. public System.Windows.Forms.RibbonOrbMenuItem ribbonOrbMenuItem_InclusionsTraceability;
  818. public System.Windows.Forms.RibbonOrbMenuItem ribbonOrbMenuItem_purity;
  819. private System.Windows.Forms.ToolTip toolTip1;
  820. }
  821. }