frmReportApp.Designer.cs 46 KB

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