Form_Main.Designer.cs 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715
  1. namespace OTSPartA_STDEditor
  2. {
  3. partial class Form_Main
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. OTS.WinFormsUI.Docking.DockPanelSkin dockPanelSkin2 = new OTS.WinFormsUI.Docking.DockPanelSkin();
  29. OTS.WinFormsUI.Docking.AutoHideStripSkin autoHideStripSkin2 = new OTS.WinFormsUI.Docking.AutoHideStripSkin();
  30. OTS.WinFormsUI.Docking.DockPanelGradient dockPanelGradient4 = new OTS.WinFormsUI.Docking.DockPanelGradient();
  31. OTS.WinFormsUI.Docking.TabGradient tabGradient8 = new OTS.WinFormsUI.Docking.TabGradient();
  32. OTS.WinFormsUI.Docking.DockPaneStripSkin dockPaneStripSkin2 = new OTS.WinFormsUI.Docking.DockPaneStripSkin();
  33. OTS.WinFormsUI.Docking.DockPaneStripGradient dockPaneStripGradient2 = new OTS.WinFormsUI.Docking.DockPaneStripGradient();
  34. OTS.WinFormsUI.Docking.TabGradient tabGradient9 = new OTS.WinFormsUI.Docking.TabGradient();
  35. OTS.WinFormsUI.Docking.DockPanelGradient dockPanelGradient5 = new OTS.WinFormsUI.Docking.DockPanelGradient();
  36. OTS.WinFormsUI.Docking.TabGradient tabGradient10 = new OTS.WinFormsUI.Docking.TabGradient();
  37. OTS.WinFormsUI.Docking.DockPaneStripToolWindowGradient dockPaneStripToolWindowGradient2 = new OTS.WinFormsUI.Docking.DockPaneStripToolWindowGradient();
  38. OTS.WinFormsUI.Docking.TabGradient tabGradient11 = new OTS.WinFormsUI.Docking.TabGradient();
  39. OTS.WinFormsUI.Docking.TabGradient tabGradient12 = new OTS.WinFormsUI.Docking.TabGradient();
  40. OTS.WinFormsUI.Docking.DockPanelGradient dockPanelGradient6 = new OTS.WinFormsUI.Docking.DockPanelGradient();
  41. OTS.WinFormsUI.Docking.TabGradient tabGradient13 = new OTS.WinFormsUI.Docking.TabGradient();
  42. OTS.WinFormsUI.Docking.TabGradient tabGradient14 = new OTS.WinFormsUI.Docking.TabGradient();
  43. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_Main));
  44. this.ribbonSeparator1 = new System.Windows.Forms.RibbonSeparator();
  45. this.ribbonTextBox1 = new System.Windows.Forms.RibbonTextBox();
  46. this.ribbonTextBox2 = new System.Windows.Forms.RibbonTextBox();
  47. this.ribbonSeparator2 = new System.Windows.Forms.RibbonSeparator();
  48. this.ribbonPanel1 = new System.Windows.Forms.RibbonPanel();
  49. this.ribbonItemGroup1 = new System.Windows.Forms.RibbonItemGroup();
  50. this.ribbonComboBox1 = new System.Windows.Forms.RibbonComboBox();
  51. this.ribbonButtonList1 = new System.Windows.Forms.RibbonButtonList();
  52. this.ribbon1 = new System.Windows.Forms.Ribbon();
  53. this.ribbon_ESDMaxRules = new System.Windows.Forms.RibbonOrbMenuItem();
  54. this.ribbon_ZeroRules = new System.Windows.Forms.RibbonOrbMenuItem();
  55. this.ribbon_UserConstants = new System.Windows.Forms.RibbonOrbMenuItem();
  56. this.ribbon_GroupNameMaintenance = new System.Windows.Forms.RibbonOrbMenuItem();
  57. this.ribbon_BulkImport = new System.Windows.Forms.RibbonOrbMenuItem();
  58. this.ribbon_ConvertOreDatabaseToOtsDatabase = new System.Windows.Forms.RibbonOrbMenuItem();
  59. this.rbMatchescorrespondingelement = new System.Windows.Forms.RibbonOrbMenuItem();
  60. this.ribbonSeparator3 = new System.Windows.Forms.RibbonSeparator();
  61. this.ribbon_Exit = new System.Windows.Forms.RibbonOrbMenuItem();
  62. this.ribbonTab2 = new System.Windows.Forms.RibbonTab();
  63. this.ribbonPanel3 = new System.Windows.Forms.RibbonPanel();
  64. this.rbOpen = new System.Windows.Forms.RibbonButton();
  65. this.rbClose = new System.Windows.Forms.RibbonButton();
  66. this.rbNew = new System.Windows.Forms.RibbonButton();
  67. this.rbBackup = new System.Windows.Forms.RibbonButton();
  68. this.rbSave = new System.Windows.Forms.RibbonButton();
  69. this.ribbonPanel2 = new System.Windows.Forms.RibbonPanel();
  70. this.ribbonTab1 = new System.Windows.Forms.RibbonTab();
  71. this.ribbonTab3 = new System.Windows.Forms.RibbonTab();
  72. this.ribbonPanel4 = new System.Windows.Forms.RibbonPanel();
  73. this.ribbonTextBox3 = new System.Windows.Forms.RibbonTextBox();
  74. this.dockPanel1 = new OTS.WinFormsUI.Docking.DockPanel();
  75. this.ribbonOrbRecentItem1 = new System.Windows.Forms.RibbonOrbRecentItem();
  76. this.ribbonOrbOptionButton1 = new System.Windows.Forms.RibbonOrbOptionButton();
  77. this.ribbonOrbMenuItem1 = new System.Windows.Forms.RibbonOrbMenuItem();
  78. this.ribbonDescriptionMenuItem1 = new System.Windows.Forms.RibbonDescriptionMenuItem();
  79. this.ribbonColorChooser1 = new System.Windows.Forms.RibbonColorChooser();
  80. this.ribbonOrbMenuItem2 = new System.Windows.Forms.RibbonOrbMenuItem();
  81. this.ribbonButton1 = new System.Windows.Forms.RibbonButton();
  82. this.ribbonButton2 = new System.Windows.Forms.RibbonButton();
  83. this.ribbonButton3 = new System.Windows.Forms.RibbonButton();
  84. this.SuspendLayout();
  85. //
  86. // ribbonSeparator1
  87. //
  88. this.ribbonSeparator1.AltKey = null;
  89. this.ribbonSeparator1.Image = null;
  90. this.ribbonSeparator1.Tag = null;
  91. this.ribbonSeparator1.Text = null;
  92. this.ribbonSeparator1.ToolTip = null;
  93. this.ribbonSeparator1.ToolTipImage = null;
  94. this.ribbonSeparator1.ToolTipTitle = null;
  95. //
  96. // ribbonTextBox1
  97. //
  98. this.ribbonTextBox1.AltKey = null;
  99. this.ribbonTextBox1.Image = null;
  100. this.ribbonTextBox1.Tag = null;
  101. this.ribbonTextBox1.Text = null;
  102. this.ribbonTextBox1.TextBoxText = null;
  103. this.ribbonTextBox1.ToolTip = null;
  104. this.ribbonTextBox1.ToolTipImage = null;
  105. this.ribbonTextBox1.ToolTipTitle = null;
  106. //
  107. // ribbonTextBox2
  108. //
  109. this.ribbonTextBox2.AltKey = null;
  110. this.ribbonTextBox2.Image = null;
  111. this.ribbonTextBox2.Tag = null;
  112. this.ribbonTextBox2.Text = null;
  113. this.ribbonTextBox2.TextBoxText = null;
  114. this.ribbonTextBox2.ToolTip = null;
  115. this.ribbonTextBox2.ToolTipImage = null;
  116. this.ribbonTextBox2.ToolTipTitle = null;
  117. //
  118. // ribbonSeparator2
  119. //
  120. this.ribbonSeparator2.AltKey = null;
  121. this.ribbonSeparator2.Image = null;
  122. this.ribbonSeparator2.Tag = null;
  123. this.ribbonSeparator2.Text = null;
  124. this.ribbonSeparator2.ToolTip = null;
  125. this.ribbonSeparator2.ToolTipImage = null;
  126. this.ribbonSeparator2.ToolTipTitle = null;
  127. //
  128. // ribbonPanel1
  129. //
  130. this.ribbonPanel1.Tag = null;
  131. this.ribbonPanel1.Text = null;
  132. //
  133. // ribbonItemGroup1
  134. //
  135. this.ribbonItemGroup1.AltKey = null;
  136. this.ribbonItemGroup1.Image = null;
  137. this.ribbonItemGroup1.Tag = null;
  138. this.ribbonItemGroup1.Text = null;
  139. this.ribbonItemGroup1.ToolTip = null;
  140. this.ribbonItemGroup1.ToolTipImage = null;
  141. this.ribbonItemGroup1.ToolTipTitle = null;
  142. //
  143. // ribbonComboBox1
  144. //
  145. this.ribbonComboBox1.AltKey = null;
  146. this.ribbonComboBox1.Image = null;
  147. this.ribbonComboBox1.Tag = null;
  148. this.ribbonComboBox1.Text = null;
  149. this.ribbonComboBox1.TextBoxText = null;
  150. this.ribbonComboBox1.ToolTip = null;
  151. this.ribbonComboBox1.ToolTipImage = null;
  152. this.ribbonComboBox1.ToolTipTitle = null;
  153. //
  154. // ribbonButtonList1
  155. //
  156. this.ribbonButtonList1.AltKey = null;
  157. this.ribbonButtonList1.ButtonsSizeMode = System.Windows.Forms.RibbonElementSizeMode.Large;
  158. this.ribbonButtonList1.FlowToBottom = false;
  159. this.ribbonButtonList1.Image = null;
  160. this.ribbonButtonList1.ItemsSizeInDropwDownMode = new System.Drawing.Size(7, 5);
  161. this.ribbonButtonList1.Tag = null;
  162. this.ribbonButtonList1.Text = null;
  163. this.ribbonButtonList1.ToolTip = null;
  164. this.ribbonButtonList1.ToolTipImage = null;
  165. this.ribbonButtonList1.ToolTipTitle = null;
  166. //
  167. // ribbon1
  168. //
  169. this.ribbon1.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F);
  170. this.ribbon1.Location = new System.Drawing.Point(0, 0);
  171. this.ribbon1.Minimized = false;
  172. this.ribbon1.Name = "ribbon1";
  173. //
  174. //
  175. //
  176. this.ribbon1.OrbDropDown.BorderRoundness = 7;
  177. this.ribbon1.OrbDropDown.Location = new System.Drawing.Point(0, 0);
  178. this.ribbon1.OrbDropDown.MenuItems.Add(this.ribbon_ESDMaxRules);
  179. this.ribbon1.OrbDropDown.MenuItems.Add(this.ribbon_ZeroRules);
  180. this.ribbon1.OrbDropDown.MenuItems.Add(this.ribbon_UserConstants);
  181. this.ribbon1.OrbDropDown.MenuItems.Add(this.ribbon_GroupNameMaintenance);
  182. this.ribbon1.OrbDropDown.MenuItems.Add(this.ribbon_BulkImport);
  183. this.ribbon1.OrbDropDown.MenuItems.Add(this.ribbon_ConvertOreDatabaseToOtsDatabase);
  184. this.ribbon1.OrbDropDown.MenuItems.Add(this.rbMatchescorrespondingelement);
  185. this.ribbon1.OrbDropDown.MenuItems.Add(this.ribbonSeparator3);
  186. this.ribbon1.OrbDropDown.MenuItems.Add(this.ribbon_Exit);
  187. this.ribbon1.OrbDropDown.Name = "";
  188. this.ribbon1.OrbDropDown.Size = new System.Drawing.Size(527, 427);
  189. this.ribbon1.OrbDropDown.TabIndex = 0;
  190. this.ribbon1.OrbImage = global::OTSPartA_STDEditor.Properties.Resources.公司图标;
  191. //
  192. //
  193. //
  194. this.ribbon1.QuickAcessToolbar.AltKey = null;
  195. this.ribbon1.QuickAcessToolbar.Image = null;
  196. this.ribbon1.QuickAcessToolbar.Tag = null;
  197. this.ribbon1.QuickAcessToolbar.Text = null;
  198. this.ribbon1.QuickAcessToolbar.ToolTip = null;
  199. this.ribbon1.QuickAcessToolbar.ToolTipImage = null;
  200. this.ribbon1.QuickAcessToolbar.ToolTipTitle = null;
  201. this.ribbon1.Size = new System.Drawing.Size(1805, 130);
  202. this.ribbon1.TabIndex = 0;
  203. this.ribbon1.Tabs.Add(this.ribbonTab2);
  204. this.ribbon1.TabSpacing = 6;
  205. this.ribbon1.Text = "ribbon1";
  206. //
  207. // ribbon_ESDMaxRules
  208. //
  209. this.ribbon_ESDMaxRules.AltKey = null;
  210. this.ribbon_ESDMaxRules.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  211. this.ribbon_ESDMaxRules.DropDownArrowSize = new System.Drawing.Size(5, 3);
  212. this.ribbon_ESDMaxRules.Enabled = false;
  213. this.ribbon_ESDMaxRules.Image = global::OTSPartA_STDEditor.Properties.Resources.Ruler161;
  214. this.ribbon_ESDMaxRules.SmallImage = global::OTSPartA_STDEditor.Properties.Resources.Ruler161;
  215. this.ribbon_ESDMaxRules.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  216. this.ribbon_ESDMaxRules.Tag = "ribbon_ESDMaxRules";
  217. this.ribbon_ESDMaxRules.Text = "ESD Max Rules";
  218. this.ribbon_ESDMaxRules.ToolTip = null;
  219. this.ribbon_ESDMaxRules.ToolTipImage = null;
  220. this.ribbon_ESDMaxRules.ToolTipTitle = null;
  221. this.ribbon_ESDMaxRules.Click += new System.EventHandler(this.ribbon_ESDMaxRules_Click);
  222. //
  223. // ribbon_ZeroRules
  224. //
  225. this.ribbon_ZeroRules.AltKey = null;
  226. this.ribbon_ZeroRules.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  227. this.ribbon_ZeroRules.DropDownArrowSize = new System.Drawing.Size(5, 3);
  228. this.ribbon_ZeroRules.Enabled = false;
  229. this.ribbon_ZeroRules.Image = global::OTSPartA_STDEditor.Properties.Resources.编辑;
  230. this.ribbon_ZeroRules.SmallImage = global::OTSPartA_STDEditor.Properties.Resources.编辑;
  231. this.ribbon_ZeroRules.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  232. this.ribbon_ZeroRules.Tag = "ribbon_ZeroRules";
  233. this.ribbon_ZeroRules.Text = "Zero Rules";
  234. this.ribbon_ZeroRules.ToolTip = null;
  235. this.ribbon_ZeroRules.ToolTipImage = null;
  236. this.ribbon_ZeroRules.ToolTipTitle = null;
  237. this.ribbon_ZeroRules.Click += new System.EventHandler(this.ribbon_ZeroRules_Click);
  238. //
  239. // ribbon_UserConstants
  240. //
  241. this.ribbon_UserConstants.AltKey = null;
  242. this.ribbon_UserConstants.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  243. this.ribbon_UserConstants.DropDownArrowSize = new System.Drawing.Size(5, 3);
  244. this.ribbon_UserConstants.Enabled = false;
  245. this.ribbon_UserConstants.Image = global::OTSPartA_STDEditor.Properties.Resources.worddocument32;
  246. this.ribbon_UserConstants.SmallImage = global::OTSPartA_STDEditor.Properties.Resources.worddocument32;
  247. this.ribbon_UserConstants.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  248. this.ribbon_UserConstants.Tag = "ribbon_UserConstants";
  249. this.ribbon_UserConstants.Text = "常量表达式";
  250. this.ribbon_UserConstants.ToolTip = null;
  251. this.ribbon_UserConstants.ToolTipImage = null;
  252. this.ribbon_UserConstants.ToolTipTitle = null;
  253. this.ribbon_UserConstants.Click += new System.EventHandler(this.ribbon_UserConstants_Click);
  254. //
  255. // ribbon_GroupNameMaintenance
  256. //
  257. this.ribbon_GroupNameMaintenance.AltKey = null;
  258. this.ribbon_GroupNameMaintenance.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  259. this.ribbon_GroupNameMaintenance.DropDownArrowSize = new System.Drawing.Size(5, 3);
  260. this.ribbon_GroupNameMaintenance.Enabled = false;
  261. this.ribbon_GroupNameMaintenance.Image = global::OTSPartA_STDEditor.Properties.Resources.编辑;
  262. this.ribbon_GroupNameMaintenance.SmallImage = global::OTSPartA_STDEditor.Properties.Resources.编辑;
  263. this.ribbon_GroupNameMaintenance.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  264. this.ribbon_GroupNameMaintenance.Tag = "ribbon_GroupNameMaintenance";
  265. this.ribbon_GroupNameMaintenance.Text = "组名维护";
  266. this.ribbon_GroupNameMaintenance.ToolTip = null;
  267. this.ribbon_GroupNameMaintenance.ToolTipImage = null;
  268. this.ribbon_GroupNameMaintenance.ToolTipTitle = null;
  269. this.ribbon_GroupNameMaintenance.Click += new System.EventHandler(this.ribbon_GroupNameMaintenance_Click);
  270. //
  271. // ribbon_BulkImport
  272. //
  273. this.ribbon_BulkImport.AltKey = null;
  274. this.ribbon_BulkImport.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  275. this.ribbon_BulkImport.DropDownArrowSize = new System.Drawing.Size(5, 3);
  276. this.ribbon_BulkImport.Enabled = false;
  277. this.ribbon_BulkImport.Image = global::OTSPartA_STDEditor.Properties.Resources.worddocument32;
  278. this.ribbon_BulkImport.SmallImage = global::OTSPartA_STDEditor.Properties.Resources.worddocument32;
  279. this.ribbon_BulkImport.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  280. this.ribbon_BulkImport.Tag = "ribbon_BulkImport";
  281. this.ribbon_BulkImport.Text = "批量导入X-ray";
  282. this.ribbon_BulkImport.ToolTip = null;
  283. this.ribbon_BulkImport.ToolTipImage = null;
  284. this.ribbon_BulkImport.ToolTipTitle = null;
  285. this.ribbon_BulkImport.Click += new System.EventHandler(this.ribbon_BulkImport_Click);
  286. //
  287. // ribbon_ConvertOreDatabaseToOtsDatabase
  288. //
  289. this.ribbon_ConvertOreDatabaseToOtsDatabase.AltKey = null;
  290. this.ribbon_ConvertOreDatabaseToOtsDatabase.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  291. this.ribbon_ConvertOreDatabaseToOtsDatabase.DropDownArrowSize = new System.Drawing.Size(5, 3);
  292. this.ribbon_ConvertOreDatabaseToOtsDatabase.Image = global::OTSPartA_STDEditor.Properties.Resources.worddocument32;
  293. this.ribbon_ConvertOreDatabaseToOtsDatabase.SmallImage = global::OTSPartA_STDEditor.Properties.Resources.worddocument32;
  294. this.ribbon_ConvertOreDatabaseToOtsDatabase.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  295. this.ribbon_ConvertOreDatabaseToOtsDatabase.Tag = "ribbon_ConvertOreDatabaseToOtsDatabase";
  296. this.ribbon_ConvertOreDatabaseToOtsDatabase.Text = "矿石数据库转换为ots数据库工具";
  297. this.ribbon_ConvertOreDatabaseToOtsDatabase.ToolTip = null;
  298. this.ribbon_ConvertOreDatabaseToOtsDatabase.ToolTipImage = null;
  299. this.ribbon_ConvertOreDatabaseToOtsDatabase.ToolTipTitle = null;
  300. this.ribbon_ConvertOreDatabaseToOtsDatabase.Click += new System.EventHandler(this.ribbon_ConvertOreDatabaseToOtsDatabase_Click);
  301. //
  302. // rbMatchescorrespondingelement
  303. //
  304. this.rbMatchescorrespondingelement.AltKey = null;
  305. this.rbMatchescorrespondingelement.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  306. this.rbMatchescorrespondingelement.DropDownArrowSize = new System.Drawing.Size(5, 3);
  307. this.rbMatchescorrespondingelement.Image = global::OTSPartA_STDEditor.Properties.Resources.Ruler161;
  308. this.rbMatchescorrespondingelement.SmallImage = global::OTSPartA_STDEditor.Properties.Resources.Ruler161;
  309. this.rbMatchescorrespondingelement.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  310. this.rbMatchescorrespondingelement.Tag = "rbMatchescorrespondingelement";
  311. this.rbMatchescorrespondingelement.Text = "从矿物数据库中搜索元素信息并移植到新库";
  312. this.rbMatchescorrespondingelement.ToolTip = null;
  313. this.rbMatchescorrespondingelement.ToolTipImage = null;
  314. this.rbMatchescorrespondingelement.ToolTipTitle = null;
  315. this.rbMatchescorrespondingelement.Click += new System.EventHandler(this.rbMatchescorrespondingelement_Click);
  316. //
  317. // ribbonSeparator3
  318. //
  319. this.ribbonSeparator3.AltKey = null;
  320. this.ribbonSeparator3.Image = null;
  321. this.ribbonSeparator3.Tag = null;
  322. this.ribbonSeparator3.Text = null;
  323. this.ribbonSeparator3.ToolTip = null;
  324. this.ribbonSeparator3.ToolTipImage = null;
  325. this.ribbonSeparator3.ToolTipTitle = null;
  326. //
  327. // ribbon_Exit
  328. //
  329. this.ribbon_Exit.AltKey = null;
  330. this.ribbon_Exit.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  331. this.ribbon_Exit.DropDownArrowSize = new System.Drawing.Size(5, 3);
  332. this.ribbon_Exit.Image = global::OTSPartA_STDEditor.Properties.Resources.关机;
  333. this.ribbon_Exit.SmallImage = global::OTSPartA_STDEditor.Properties.Resources.关机;
  334. this.ribbon_Exit.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  335. this.ribbon_Exit.Tag = "ribbon_Exit";
  336. this.ribbon_Exit.Text = "退出";
  337. this.ribbon_Exit.ToolTip = null;
  338. this.ribbon_Exit.ToolTipImage = null;
  339. this.ribbon_Exit.ToolTipTitle = null;
  340. this.ribbon_Exit.Click += new System.EventHandler(this.ribbon_Exit_Click);
  341. //
  342. // ribbonTab2
  343. //
  344. this.ribbonTab2.Panels.Add(this.ribbonPanel3);
  345. this.ribbonTab2.Tag = "ribbonTab2";
  346. this.ribbonTab2.Text = "主页";
  347. //
  348. // ribbonPanel3
  349. //
  350. this.ribbonPanel3.ButtonMoreVisible = false;
  351. this.ribbonPanel3.Items.Add(this.rbOpen);
  352. this.ribbonPanel3.Items.Add(this.rbClose);
  353. this.ribbonPanel3.Items.Add(this.rbNew);
  354. this.ribbonPanel3.Items.Add(this.rbBackup);
  355. this.ribbonPanel3.Items.Add(this.rbSave);
  356. this.ribbonPanel3.Tag = "ribbonPanel3";
  357. this.ribbonPanel3.Text = "文件操作";
  358. //
  359. // rbOpen
  360. //
  361. this.rbOpen.AltKey = null;
  362. this.rbOpen.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  363. this.rbOpen.DropDownArrowSize = new System.Drawing.Size(5, 3);
  364. this.rbOpen.Image = global::OTSPartA_STDEditor.Properties.Resources.Recover321;
  365. this.rbOpen.SmallImage = global::OTSPartA_STDEditor.Properties.Resources.Recover321;
  366. this.rbOpen.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  367. this.rbOpen.Tag = "rbOpen";
  368. this.rbOpen.Text = "打开数据库";
  369. this.rbOpen.ToolTip = null;
  370. this.rbOpen.ToolTipImage = null;
  371. this.rbOpen.ToolTipTitle = null;
  372. this.rbOpen.Click += new System.EventHandler(this.rbOpen_Click);
  373. //
  374. // rbClose
  375. //
  376. this.rbClose.AltKey = null;
  377. this.rbClose.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  378. this.rbClose.DropDownArrowSize = new System.Drawing.Size(5, 3);
  379. this.rbClose.Enabled = false;
  380. this.rbClose.Image = global::OTSPartA_STDEditor.Properties.Resources.Recover321;
  381. this.rbClose.SmallImage = global::OTSPartA_STDEditor.Properties.Resources.Recover321;
  382. this.rbClose.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  383. this.rbClose.Tag = "rbClose";
  384. this.rbClose.Text = "关闭数据库";
  385. this.rbClose.ToolTip = null;
  386. this.rbClose.ToolTipImage = null;
  387. this.rbClose.ToolTipTitle = null;
  388. this.rbClose.Click += new System.EventHandler(this.rbClose_Click);
  389. //
  390. // rbNew
  391. //
  392. this.rbNew.AltKey = null;
  393. this.rbNew.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  394. this.rbNew.DropDownArrowSize = new System.Drawing.Size(5, 3);
  395. this.rbNew.Image = global::OTSPartA_STDEditor.Properties.Resources.编辑;
  396. this.rbNew.SmallImage = global::OTSPartA_STDEditor.Properties.Resources.Recover321;
  397. this.rbNew.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  398. this.rbNew.Tag = "rbNew";
  399. this.rbNew.Text = "新建";
  400. this.rbNew.ToolTip = null;
  401. this.rbNew.ToolTipImage = null;
  402. this.rbNew.ToolTipTitle = null;
  403. this.rbNew.Click += new System.EventHandler(this.rbNew_Click);
  404. //
  405. // rbBackup
  406. //
  407. this.rbBackup.AltKey = null;
  408. this.rbBackup.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  409. this.rbBackup.DropDownArrowSize = new System.Drawing.Size(5, 3);
  410. this.rbBackup.Enabled = false;
  411. this.rbBackup.Image = global::OTSPartA_STDEditor.Properties.Resources.saveas32;
  412. this.rbBackup.SmallImage = global::OTSPartA_STDEditor.Properties.Resources.saveas321;
  413. this.rbBackup.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  414. this.rbBackup.Tag = "rbBackup";
  415. this.rbBackup.Text = "另存为";
  416. this.rbBackup.ToolTip = null;
  417. this.rbBackup.ToolTipImage = null;
  418. this.rbBackup.ToolTipTitle = null;
  419. this.rbBackup.Click += new System.EventHandler(this.rbBackup_Click);
  420. //
  421. // rbSave
  422. //
  423. this.rbSave.AltKey = null;
  424. this.rbSave.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  425. this.rbSave.DropDownArrowSize = new System.Drawing.Size(5, 3);
  426. this.rbSave.Enabled = false;
  427. this.rbSave.Image = global::OTSPartA_STDEditor.Properties.Resources.另存为;
  428. this.rbSave.SmallImage = global::OTSPartA_STDEditor.Properties.Resources.另存为;
  429. this.rbSave.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  430. this.rbSave.Tag = "rbSave";
  431. this.rbSave.Text = "保存";
  432. this.rbSave.ToolTip = null;
  433. this.rbSave.ToolTipImage = null;
  434. this.rbSave.ToolTipTitle = null;
  435. this.rbSave.Click += new System.EventHandler(this.rbSave_Click);
  436. //
  437. // ribbonPanel2
  438. //
  439. this.ribbonPanel2.Tag = null;
  440. this.ribbonPanel2.Text = null;
  441. //
  442. // ribbonTab1
  443. //
  444. this.ribbonTab1.Tag = null;
  445. this.ribbonTab1.Text = null;
  446. //
  447. // ribbonTab3
  448. //
  449. this.ribbonTab3.Tag = null;
  450. this.ribbonTab3.Text = null;
  451. //
  452. // ribbonPanel4
  453. //
  454. this.ribbonPanel4.Tag = null;
  455. this.ribbonPanel4.Text = null;
  456. //
  457. // ribbonTextBox3
  458. //
  459. this.ribbonTextBox3.AltKey = null;
  460. this.ribbonTextBox3.Image = null;
  461. this.ribbonTextBox3.Tag = null;
  462. this.ribbonTextBox3.Text = null;
  463. this.ribbonTextBox3.TextBoxText = null;
  464. this.ribbonTextBox3.ToolTip = null;
  465. this.ribbonTextBox3.ToolTipImage = null;
  466. this.ribbonTextBox3.ToolTipTitle = null;
  467. //
  468. // dockPanel1
  469. //
  470. this.dockPanel1.ActiveAutoHideContent = null;
  471. this.dockPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  472. this.dockPanel1.DockBackColor = System.Drawing.SystemColors.Control;
  473. this.dockPanel1.Location = new System.Drawing.Point(0, 130);
  474. this.dockPanel1.Name = "dockPanel1";
  475. this.dockPanel1.Size = new System.Drawing.Size(1805, 660);
  476. dockPanelGradient4.EndColor = System.Drawing.SystemColors.ControlLight;
  477. dockPanelGradient4.StartColor = System.Drawing.SystemColors.ControlLight;
  478. autoHideStripSkin2.DockStripGradient = dockPanelGradient4;
  479. tabGradient8.EndColor = System.Drawing.SystemColors.Control;
  480. tabGradient8.StartColor = System.Drawing.SystemColors.Control;
  481. tabGradient8.TextColor = System.Drawing.SystemColors.ControlDarkDark;
  482. autoHideStripSkin2.TabGradient = tabGradient8;
  483. dockPanelSkin2.AutoHideStripSkin = autoHideStripSkin2;
  484. tabGradient9.EndColor = System.Drawing.SystemColors.ControlLightLight;
  485. tabGradient9.StartColor = System.Drawing.SystemColors.ControlLightLight;
  486. tabGradient9.TextColor = System.Drawing.SystemColors.ControlText;
  487. dockPaneStripGradient2.ActiveTabGradient = tabGradient9;
  488. dockPanelGradient5.EndColor = System.Drawing.SystemColors.Control;
  489. dockPanelGradient5.StartColor = System.Drawing.SystemColors.Control;
  490. dockPaneStripGradient2.DockStripGradient = dockPanelGradient5;
  491. tabGradient10.EndColor = System.Drawing.SystemColors.ControlLight;
  492. tabGradient10.StartColor = System.Drawing.SystemColors.ControlLight;
  493. tabGradient10.TextColor = System.Drawing.SystemColors.ControlText;
  494. dockPaneStripGradient2.InactiveTabGradient = tabGradient10;
  495. dockPaneStripSkin2.DocumentGradient = dockPaneStripGradient2;
  496. tabGradient11.EndColor = System.Drawing.SystemColors.ActiveCaption;
  497. tabGradient11.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
  498. tabGradient11.StartColor = System.Drawing.SystemColors.GradientActiveCaption;
  499. tabGradient11.TextColor = System.Drawing.SystemColors.ActiveCaptionText;
  500. dockPaneStripToolWindowGradient2.ActiveCaptionGradient = tabGradient11;
  501. tabGradient12.EndColor = System.Drawing.SystemColors.Control;
  502. tabGradient12.StartColor = System.Drawing.SystemColors.Control;
  503. tabGradient12.TextColor = System.Drawing.SystemColors.ControlText;
  504. dockPaneStripToolWindowGradient2.ActiveTabGradient = tabGradient12;
  505. dockPanelGradient6.EndColor = System.Drawing.SystemColors.ControlLight;
  506. dockPanelGradient6.StartColor = System.Drawing.SystemColors.ControlLight;
  507. dockPaneStripToolWindowGradient2.DockStripGradient = dockPanelGradient6;
  508. tabGradient13.EndColor = System.Drawing.SystemColors.GradientInactiveCaption;
  509. tabGradient13.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
  510. tabGradient13.StartColor = System.Drawing.SystemColors.GradientInactiveCaption;
  511. tabGradient13.TextColor = System.Drawing.SystemColors.ControlText;
  512. dockPaneStripToolWindowGradient2.InactiveCaptionGradient = tabGradient13;
  513. tabGradient14.EndColor = System.Drawing.Color.Transparent;
  514. tabGradient14.StartColor = System.Drawing.Color.Transparent;
  515. tabGradient14.TextColor = System.Drawing.SystemColors.ControlDarkDark;
  516. dockPaneStripToolWindowGradient2.InactiveTabGradient = tabGradient14;
  517. dockPaneStripSkin2.ToolWindowGradient = dockPaneStripToolWindowGradient2;
  518. dockPanelSkin2.DockPaneStripSkin = dockPaneStripSkin2;
  519. this.dockPanel1.Skin = dockPanelSkin2;
  520. this.dockPanel1.TabIndex = 31;
  521. //
  522. // ribbonOrbRecentItem1
  523. //
  524. this.ribbonOrbRecentItem1.AltKey = null;
  525. this.ribbonOrbRecentItem1.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  526. this.ribbonOrbRecentItem1.DropDownArrowSize = new System.Drawing.Size(5, 3);
  527. this.ribbonOrbRecentItem1.Image = ((System.Drawing.Image)(resources.GetObject("ribbonOrbRecentItem1.Image")));
  528. this.ribbonOrbRecentItem1.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonOrbRecentItem1.SmallImage")));
  529. this.ribbonOrbRecentItem1.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  530. this.ribbonOrbRecentItem1.Tag = null;
  531. this.ribbonOrbRecentItem1.Text = null;
  532. this.ribbonOrbRecentItem1.ToolTip = null;
  533. this.ribbonOrbRecentItem1.ToolTipImage = null;
  534. this.ribbonOrbRecentItem1.ToolTipTitle = null;
  535. //
  536. // ribbonOrbOptionButton1
  537. //
  538. this.ribbonOrbOptionButton1.AltKey = null;
  539. this.ribbonOrbOptionButton1.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  540. this.ribbonOrbOptionButton1.DropDownArrowSize = new System.Drawing.Size(5, 3);
  541. this.ribbonOrbOptionButton1.Image = ((System.Drawing.Image)(resources.GetObject("ribbonOrbOptionButton1.Image")));
  542. this.ribbonOrbOptionButton1.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonOrbOptionButton1.SmallImage")));
  543. this.ribbonOrbOptionButton1.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  544. this.ribbonOrbOptionButton1.Tag = null;
  545. this.ribbonOrbOptionButton1.Text = null;
  546. this.ribbonOrbOptionButton1.ToolTip = null;
  547. this.ribbonOrbOptionButton1.ToolTipImage = null;
  548. this.ribbonOrbOptionButton1.ToolTipTitle = null;
  549. //
  550. // ribbonOrbMenuItem1
  551. //
  552. this.ribbonOrbMenuItem1.AltKey = null;
  553. this.ribbonOrbMenuItem1.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  554. this.ribbonOrbMenuItem1.DropDownArrowSize = new System.Drawing.Size(5, 3);
  555. this.ribbonOrbMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("ribbonOrbMenuItem1.Image")));
  556. this.ribbonOrbMenuItem1.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonOrbMenuItem1.SmallImage")));
  557. this.ribbonOrbMenuItem1.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  558. this.ribbonOrbMenuItem1.Tag = null;
  559. this.ribbonOrbMenuItem1.Text = null;
  560. this.ribbonOrbMenuItem1.ToolTip = null;
  561. this.ribbonOrbMenuItem1.ToolTipImage = null;
  562. this.ribbonOrbMenuItem1.ToolTipTitle = null;
  563. //
  564. // ribbonDescriptionMenuItem1
  565. //
  566. this.ribbonDescriptionMenuItem1.AltKey = null;
  567. this.ribbonDescriptionMenuItem1.Description = null;
  568. this.ribbonDescriptionMenuItem1.DescriptionBounds = new System.Drawing.Rectangle(0, 0, 0, 0);
  569. this.ribbonDescriptionMenuItem1.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  570. this.ribbonDescriptionMenuItem1.DropDownArrowSize = new System.Drawing.Size(5, 3);
  571. this.ribbonDescriptionMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("ribbonDescriptionMenuItem1.Image")));
  572. this.ribbonDescriptionMenuItem1.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonDescriptionMenuItem1.SmallImage")));
  573. this.ribbonDescriptionMenuItem1.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  574. this.ribbonDescriptionMenuItem1.Tag = null;
  575. this.ribbonDescriptionMenuItem1.Text = null;
  576. this.ribbonDescriptionMenuItem1.ToolTip = null;
  577. this.ribbonDescriptionMenuItem1.ToolTipImage = null;
  578. this.ribbonDescriptionMenuItem1.ToolTipTitle = null;
  579. //
  580. // ribbonColorChooser1
  581. //
  582. this.ribbonColorChooser1.AltKey = null;
  583. this.ribbonColorChooser1.Color = System.Drawing.Color.Transparent;
  584. this.ribbonColorChooser1.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  585. this.ribbonColorChooser1.DropDownArrowSize = new System.Drawing.Size(5, 3);
  586. this.ribbonColorChooser1.Image = ((System.Drawing.Image)(resources.GetObject("ribbonColorChooser1.Image")));
  587. this.ribbonColorChooser1.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonColorChooser1.SmallImage")));
  588. this.ribbonColorChooser1.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  589. this.ribbonColorChooser1.Tag = null;
  590. this.ribbonColorChooser1.Text = null;
  591. this.ribbonColorChooser1.ToolTip = null;
  592. this.ribbonColorChooser1.ToolTipImage = null;
  593. this.ribbonColorChooser1.ToolTipTitle = null;
  594. //
  595. // ribbonOrbMenuItem2
  596. //
  597. this.ribbonOrbMenuItem2.AltKey = null;
  598. this.ribbonOrbMenuItem2.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Left;
  599. this.ribbonOrbMenuItem2.DropDownArrowSize = new System.Drawing.Size(5, 3);
  600. this.ribbonOrbMenuItem2.Image = ((System.Drawing.Image)(resources.GetObject("ribbonOrbMenuItem2.Image")));
  601. this.ribbonOrbMenuItem2.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonOrbMenuItem2.SmallImage")));
  602. this.ribbonOrbMenuItem2.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  603. this.ribbonOrbMenuItem2.Tag = null;
  604. this.ribbonOrbMenuItem2.Text = "ribbonOrbMenuItem2";
  605. this.ribbonOrbMenuItem2.ToolTip = null;
  606. this.ribbonOrbMenuItem2.ToolTipImage = null;
  607. this.ribbonOrbMenuItem2.ToolTipTitle = null;
  608. //
  609. // ribbonButton1
  610. //
  611. this.ribbonButton1.AltKey = null;
  612. this.ribbonButton1.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  613. this.ribbonButton1.DropDownArrowSize = new System.Drawing.Size(5, 3);
  614. this.ribbonButton1.Image = ((System.Drawing.Image)(resources.GetObject("ribbonButton1.Image")));
  615. this.ribbonButton1.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton1.SmallImage")));
  616. this.ribbonButton1.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  617. this.ribbonButton1.Tag = null;
  618. this.ribbonButton1.Text = null;
  619. this.ribbonButton1.ToolTip = null;
  620. this.ribbonButton1.ToolTipImage = null;
  621. this.ribbonButton1.ToolTipTitle = null;
  622. //
  623. // ribbonButton2
  624. //
  625. this.ribbonButton2.AltKey = null;
  626. this.ribbonButton2.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  627. this.ribbonButton2.DropDownArrowSize = new System.Drawing.Size(5, 3);
  628. this.ribbonButton2.Image = ((System.Drawing.Image)(resources.GetObject("ribbonButton2.Image")));
  629. this.ribbonButton2.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton2.SmallImage")));
  630. this.ribbonButton2.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  631. this.ribbonButton2.Tag = null;
  632. this.ribbonButton2.Text = null;
  633. this.ribbonButton2.ToolTip = null;
  634. this.ribbonButton2.ToolTipImage = null;
  635. this.ribbonButton2.ToolTipTitle = null;
  636. //
  637. // ribbonButton3
  638. //
  639. this.ribbonButton3.AltKey = null;
  640. this.ribbonButton3.DropDownArrowDirection = System.Windows.Forms.RibbonArrowDirection.Down;
  641. this.ribbonButton3.DropDownArrowSize = new System.Drawing.Size(5, 3);
  642. this.ribbonButton3.Image = ((System.Drawing.Image)(resources.GetObject("ribbonButton3.Image")));
  643. this.ribbonButton3.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton3.SmallImage")));
  644. this.ribbonButton3.Style = System.Windows.Forms.RibbonButtonStyle.Normal;
  645. this.ribbonButton3.Tag = null;
  646. this.ribbonButton3.Text = null;
  647. this.ribbonButton3.ToolTip = null;
  648. this.ribbonButton3.ToolTipImage = null;
  649. this.ribbonButton3.ToolTipTitle = null;
  650. //
  651. // Form_ConstantsEditor2
  652. //
  653. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  654. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  655. this.ClientSize = new System.Drawing.Size(1805, 790);
  656. this.Controls.Add(this.dockPanel1);
  657. this.Controls.Add(this.ribbon1);
  658. this.IsMdiContainer = true;
  659. this.Name = "Form_ConstantsEditor2";
  660. this.ShowIcon = false;
  661. this.Text = "表达式编辑器";
  662. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  663. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form_ConstantsEditor2_FormClosing);
  664. this.Load += new System.EventHandler(this.Form_ConstantsEditor2_Load);
  665. this.ResumeLayout(false);
  666. }
  667. #endregion
  668. private System.Windows.Forms.RibbonSeparator ribbonSeparator1;
  669. private System.Windows.Forms.RibbonTextBox ribbonTextBox1;
  670. private System.Windows.Forms.RibbonTextBox ribbonTextBox2;
  671. private System.Windows.Forms.RibbonSeparator ribbonSeparator2;
  672. private System.Windows.Forms.RibbonPanel ribbonPanel1;
  673. private System.Windows.Forms.RibbonOrbRecentItem ribbonOrbRecentItem1;
  674. private System.Windows.Forms.RibbonOrbOptionButton ribbonOrbOptionButton1;
  675. private System.Windows.Forms.RibbonOrbMenuItem ribbonOrbMenuItem1;
  676. private System.Windows.Forms.RibbonItemGroup ribbonItemGroup1;
  677. private System.Windows.Forms.RibbonDescriptionMenuItem ribbonDescriptionMenuItem1;
  678. private System.Windows.Forms.RibbonComboBox ribbonComboBox1;
  679. private System.Windows.Forms.RibbonColorChooser ribbonColorChooser1;
  680. private System.Windows.Forms.RibbonButtonList ribbonButtonList1;
  681. private System.Windows.Forms.Ribbon ribbon1;
  682. private System.Windows.Forms.RibbonPanel ribbonPanel2;
  683. private System.Windows.Forms.RibbonTab ribbonTab1;
  684. private System.Windows.Forms.RibbonTab ribbonTab2;
  685. private System.Windows.Forms.RibbonOrbMenuItem ribbonOrbMenuItem2;
  686. private System.Windows.Forms.RibbonPanel ribbonPanel3;
  687. private System.Windows.Forms.RibbonTab ribbonTab3;
  688. private System.Windows.Forms.RibbonButton ribbonButton1;
  689. private System.Windows.Forms.RibbonButton ribbonButton2;
  690. private System.Windows.Forms.RibbonButton ribbonButton3;
  691. private System.Windows.Forms.RibbonPanel ribbonPanel4;
  692. private System.Windows.Forms.RibbonOrbMenuItem ribbon_ESDMaxRules;
  693. private System.Windows.Forms.RibbonOrbMenuItem ribbon_ZeroRules;
  694. public System.Windows.Forms.RibbonButton rbOpen;
  695. public System.Windows.Forms.RibbonButton rbClose;
  696. public System.Windows.Forms.RibbonButton rbBackup;
  697. public System.Windows.Forms.RibbonButton rbNew;
  698. public System.Windows.Forms.RibbonButton rbSave;
  699. private System.Windows.Forms.RibbonTextBox ribbonTextBox3;
  700. public OTS.WinFormsUI.Docking.DockPanel dockPanel1;
  701. private System.Windows.Forms.RibbonOrbMenuItem ribbon_UserConstants;
  702. private System.Windows.Forms.RibbonOrbMenuItem ribbon_GroupNameMaintenance;
  703. private System.Windows.Forms.RibbonOrbMenuItem ribbon_BulkImport;
  704. private System.Windows.Forms.RibbonOrbMenuItem ribbon_ConvertOreDatabaseToOtsDatabase;
  705. private System.Windows.Forms.RibbonSeparator ribbonSeparator3;
  706. private System.Windows.Forms.RibbonOrbMenuItem ribbon_Exit;
  707. private System.Windows.Forms.RibbonOrbMenuItem rbMatchescorrespondingelement;
  708. }
  709. }