ReferenceLibrary.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218
  1. namespace OTSPartA_STDEditor
  2. {
  3. partial class ReferenceLibrary
  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. this.components = new System.ComponentModel.Container();
  29. this.TSGridTitle = new System.Windows.Forms.ToolStrip();
  30. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  31. this.TSLoad = new System.Windows.Forms.ToolStripButton();
  32. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  33. this.TSClose = new System.Windows.Forms.ToolStripButton();
  34. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  35. this.TSMineralList = new System.Windows.Forms.ToolStripButton();
  36. this.TSMineralCompare = new System.Windows.Forms.ToolStripButton();
  37. this.PropGrid = new SourceGrid.Grid();
  38. this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
  39. this.copyDataToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  40. this.insertToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  41. this.addIntoMainLabToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  42. this.TSGridTitle.SuspendLayout();
  43. this.contextMenuStrip.SuspendLayout();
  44. this.SuspendLayout();
  45. //
  46. // TSGridTitle
  47. //
  48. this.TSGridTitle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  49. | System.Windows.Forms.AnchorStyles.Right)));
  50. this.TSGridTitle.AutoSize = false;
  51. this.TSGridTitle.BackColor = System.Drawing.Color.LightGray;
  52. this.TSGridTitle.Dock = System.Windows.Forms.DockStyle.None;
  53. this.TSGridTitle.GripMargin = new System.Windows.Forms.Padding(0);
  54. this.TSGridTitle.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
  55. this.TSGridTitle.ImageScalingSize = new System.Drawing.Size(24, 24);
  56. this.TSGridTitle.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  57. this.toolStripSeparator1,
  58. this.TSLoad,
  59. this.toolStripSeparator2,
  60. this.TSClose,
  61. this.toolStripSeparator3,
  62. this.TSMineralList,
  63. this.TSMineralCompare});
  64. this.TSGridTitle.Location = new System.Drawing.Point(4, 9);
  65. this.TSGridTitle.Name = "TSGridTitle";
  66. this.TSGridTitle.Padding = new System.Windows.Forms.Padding(0);
  67. this.TSGridTitle.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  68. this.TSGridTitle.ShowItemToolTips = false;
  69. this.TSGridTitle.Size = new System.Drawing.Size(529, 26);
  70. this.TSGridTitle.Stretch = true;
  71. this.TSGridTitle.TabIndex = 7;
  72. this.TSGridTitle.Text = "TSGridTitle";
  73. //
  74. // toolStripSeparator1
  75. //
  76. this.toolStripSeparator1.Name = "toolStripSeparator1";
  77. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 26);
  78. //
  79. // TSLoad
  80. //
  81. this.TSLoad.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  82. this.TSLoad.Image = global::OTSPartA_STDEditor.Properties.Resources.open32;
  83. this.TSLoad.ImageTransparentColor = System.Drawing.Color.Magenta;
  84. this.TSLoad.Name = "TSLoad";
  85. this.TSLoad.Size = new System.Drawing.Size(28, 23);
  86. this.TSLoad.Text = "toolStripLoad";
  87. this.TSLoad.Click += new System.EventHandler(this.TSLoad_Click);
  88. //
  89. // toolStripSeparator2
  90. //
  91. this.toolStripSeparator2.Name = "toolStripSeparator2";
  92. this.toolStripSeparator2.Size = new System.Drawing.Size(6, 26);
  93. //
  94. // TSClose
  95. //
  96. this.TSClose.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  97. this.TSClose.Image = global::OTSPartA_STDEditor.Properties.Resources.back32;
  98. this.TSClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  99. this.TSClose.Name = "TSClose";
  100. this.TSClose.Size = new System.Drawing.Size(28, 23);
  101. this.TSClose.Text = "toolStripClose";
  102. this.TSClose.Click += new System.EventHandler(this.TSClose_Click);
  103. //
  104. // toolStripSeparator3
  105. //
  106. this.toolStripSeparator3.Name = "toolStripSeparator3";
  107. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 26);
  108. //
  109. // TSMineralList
  110. //
  111. this.TSMineralList.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  112. this.TSMineralList.ImageTransparentColor = System.Drawing.Color.Magenta;
  113. this.TSMineralList.Name = "TSMineralList";
  114. this.TSMineralList.Size = new System.Drawing.Size(23, 23);
  115. this.TSMineralList.Text = "toolStripMineralList";
  116. this.TSMineralList.Visible = false;
  117. //
  118. // TSMineralCompare
  119. //
  120. this.TSMineralCompare.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  121. this.TSMineralCompare.ImageTransparentColor = System.Drawing.Color.Magenta;
  122. this.TSMineralCompare.Name = "TSMineralCompare";
  123. this.TSMineralCompare.Size = new System.Drawing.Size(23, 23);
  124. this.TSMineralCompare.Text = "toolStripMineralCompare";
  125. this.TSMineralCompare.Visible = false;
  126. //
  127. // PropGrid
  128. //
  129. this.PropGrid.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  130. | System.Windows.Forms.AnchorStyles.Left)
  131. | System.Windows.Forms.AnchorStyles.Right)));
  132. this.PropGrid.EnableSort = true;
  133. this.PropGrid.Location = new System.Drawing.Point(4, 38);
  134. this.PropGrid.Name = "PropGrid";
  135. this.PropGrid.OptimizeMode = SourceGrid.CellOptimizeMode.ForRows;
  136. this.PropGrid.SelectionMode = SourceGrid.GridSelectionMode.Row;
  137. this.PropGrid.Size = new System.Drawing.Size(529, 198);
  138. this.PropGrid.TabIndex = 8;
  139. this.PropGrid.TabStop = true;
  140. this.PropGrid.ToolTipText = "";
  141. this.PropGrid.MouseClick += new System.Windows.Forms.MouseEventHandler(this.PropGrid_MouseClick);
  142. //
  143. // contextMenuStrip
  144. //
  145. this.contextMenuStrip.ImageScalingSize = new System.Drawing.Size(24, 24);
  146. this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  147. this.copyDataToolStripMenuItem,
  148. this.insertToolStripMenuItem,
  149. this.addIntoMainLabToolStripMenuItem});
  150. this.contextMenuStrip.Name = "contextMenuStrip";
  151. this.contextMenuStrip.Size = new System.Drawing.Size(190, 70);
  152. //
  153. // copyDataToolStripMenuItem
  154. //
  155. this.copyDataToolStripMenuItem.Name = "copyDataToolStripMenuItem";
  156. this.copyDataToolStripMenuItem.Size = new System.Drawing.Size(189, 22);
  157. this.copyDataToolStripMenuItem.Tag = "copyDataToolStripMenuItem";
  158. this.copyDataToolStripMenuItem.Text = "Copy Data";
  159. this.copyDataToolStripMenuItem.Visible = false;
  160. this.copyDataToolStripMenuItem.Click += new System.EventHandler(this.copyDataToolStripMenuItem_Click);
  161. //
  162. // insertToolStripMenuItem
  163. //
  164. this.insertToolStripMenuItem.Name = "insertToolStripMenuItem";
  165. this.insertToolStripMenuItem.Size = new System.Drawing.Size(189, 22);
  166. this.insertToolStripMenuItem.Tag = "insertToolStripMenuItem";
  167. this.insertToolStripMenuItem.Text = "Insert into main lab";
  168. this.insertToolStripMenuItem.Click += new System.EventHandler(this.insertToolStripMenuItem_Click);
  169. //
  170. // addIntoMainLabToolStripMenuItem
  171. //
  172. this.addIntoMainLabToolStripMenuItem.Name = "addIntoMainLabToolStripMenuItem";
  173. this.addIntoMainLabToolStripMenuItem.Size = new System.Drawing.Size(189, 22);
  174. this.addIntoMainLabToolStripMenuItem.Tag = "addIntoMainLabToolStripMenuItem";
  175. this.addIntoMainLabToolStripMenuItem.Text = "Add into main lab";
  176. this.addIntoMainLabToolStripMenuItem.Click += new System.EventHandler(this.addIntoMainLabToolStripMenuItem_Click);
  177. //
  178. // ReferenceLibrary
  179. //
  180. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  181. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  182. this.ClientSize = new System.Drawing.Size(542, 240);
  183. this.CloseButton = false;
  184. this.CloseButtonVisible = false;
  185. this.Controls.Add(this.PropGrid);
  186. this.Controls.Add(this.TSGridTitle);
  187. this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  188. this.Name = "ReferenceLibrary";
  189. this.ShowIcon = false;
  190. this.Text = "ReferenceLibrary";
  191. this.Load += new System.EventHandler(this.ComparativeLibrary_Load);
  192. this.TSGridTitle.ResumeLayout(false);
  193. this.TSGridTitle.PerformLayout();
  194. this.contextMenuStrip.ResumeLayout(false);
  195. this.ResumeLayout(false);
  196. }
  197. #endregion
  198. public System.Windows.Forms.ToolStrip TSGridTitle;
  199. public System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  200. public System.Windows.Forms.ToolStripButton TSLoad;
  201. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  202. public System.Windows.Forms.ToolStripButton TSClose;
  203. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  204. private System.Windows.Forms.ToolStripButton TSMineralList;
  205. public System.Windows.Forms.ToolStripButton TSMineralCompare;
  206. public SourceGrid.Grid PropGrid;
  207. private System.Windows.Forms.ContextMenuStrip contextMenuStrip;
  208. private System.Windows.Forms.ToolStripMenuItem copyDataToolStripMenuItem;
  209. private System.Windows.Forms.ToolStripMenuItem insertToolStripMenuItem;
  210. private System.Windows.Forms.ToolStripMenuItem addIntoMainLabToolStripMenuItem;
  211. }
  212. }