Form_ConstantsEditor2.Designer.cs 41 KB

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