Form_ConstantsEditor2.Designer.cs 40 KB

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