frmReportApp.Designer.cs 46 KB

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