OTSSamplespaceWindow.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224
  1. 
  2. namespace OTSMeasureApp
  3. {
  4. partial class OTSSamplespaceWindow
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.components = new System.ComponentModel.Container();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OTSSamplespaceWindow));
  31. this.CMStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
  32. this.AddStage = new System.Windows.Forms.ToolStripMenuItem();
  33. this.DeleteStage = new System.Windows.Forms.ToolStripMenuItem();
  34. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  35. this.ReadSEMData = new System.Windows.Forms.ToolStripMenuItem();
  36. this.SetSemData = new System.Windows.Forms.ToolStripMenuItem();
  37. this.SetSEMCenterLocation = new System.Windows.Forms.ToolStripMenuItem();
  38. this.DriveSEMToCenterLocation = new System.Windows.Forms.ToolStripMenuItem();
  39. this.DriveSEMToCurrentLocation = new System.Windows.Forms.ToolStripMenuItem();
  40. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  41. this.ShootBSEPicture = new System.Windows.Forms.ToolStripMenuItem();
  42. this.DeleteBSEPicture = new System.Windows.Forms.ToolStripMenuItem();
  43. this.dgvFocus = new System.Windows.Forms.DataGridView();
  44. this.lblFocus = new System.Windows.Forms.Label();
  45. this.CMStrip.SuspendLayout();
  46. ((System.ComponentModel.ISupportInitialize)(this.dgvFocus)).BeginInit();
  47. this.SuspendLayout();
  48. //
  49. // CMStrip
  50. //
  51. this.CMStrip.ImageScalingSize = new System.Drawing.Size(24, 24);
  52. this.CMStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  53. this.AddStage,
  54. this.DeleteStage,
  55. this.toolStripSeparator1,
  56. this.ReadSEMData,
  57. this.SetSemData,
  58. this.SetSEMCenterLocation,
  59. this.DriveSEMToCenterLocation,
  60. this.DriveSEMToCurrentLocation,
  61. this.toolStripSeparator2,
  62. this.ShootBSEPicture,
  63. this.DeleteBSEPicture});
  64. this.CMStrip.Name = "CMStrip";
  65. this.CMStrip.Size = new System.Drawing.Size(197, 308);
  66. this.CMStrip.Text = "添加样品";
  67. this.CMStrip.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.CMStrip_ItemClicked);
  68. //
  69. // AddStage
  70. //
  71. this.AddStage.Image = global::OTSMeasureApp.Properties.Resources.添加样品;
  72. this.AddStage.Name = "AddStage";
  73. this.AddStage.Size = new System.Drawing.Size(196, 30);
  74. this.AddStage.Text = "增加样品测量";
  75. //
  76. // DeleteStage
  77. //
  78. this.DeleteStage.Image = global::OTSMeasureApp.Properties.Resources.删除样品;
  79. this.DeleteStage.Name = "DeleteStage";
  80. this.DeleteStage.Size = new System.Drawing.Size(196, 30);
  81. this.DeleteStage.Text = "删除样品测量";
  82. //
  83. // toolStripSeparator1
  84. //
  85. this.toolStripSeparator1.Name = "toolStripSeparator1";
  86. this.toolStripSeparator1.Size = new System.Drawing.Size(193, 6);
  87. //
  88. // ReadSEMData
  89. //
  90. this.ReadSEMData.Enabled = false;
  91. this.ReadSEMData.Image = global::OTSMeasureApp.Properties.Resources.GetSemData_32;
  92. this.ReadSEMData.Name = "ReadSEMData";
  93. this.ReadSEMData.Size = new System.Drawing.Size(196, 30);
  94. this.ReadSEMData.Text = "读取SEM数据";
  95. // SetSemData
  96. //
  97. this.SetSemData.Enabled = false;
  98. this.SetSemData.Image = global::OTSMeasureApp.Properties.Resources.SetSemData;
  99. this.SetSemData.Name = "SetSemData";
  100. this.SetSemData.Size = new System.Drawing.Size(196, 30);
  101. this.SetSemData.Text = "设定SEM数据";
  102. //
  103. // SetSEMCenterLocation
  104. //
  105. this.SetSEMCenterLocation.Enabled = false;
  106. this.SetSEMCenterLocation.Image = global::OTSMeasureApp.Properties.Resources.MoveToCenter_32;
  107. this.SetSEMCenterLocation.Name = "SetSEMCenterLocation";
  108. this.SetSEMCenterLocation.Size = new System.Drawing.Size(196, 30);
  109. this.SetSEMCenterLocation.Text = "定位到当前位置";
  110. //
  111. // DriveSEMToCenterLocation
  112. //
  113. this.DriveSEMToCenterLocation.Enabled = false;
  114. this.DriveSEMToCenterLocation.Image = global::OTSMeasureApp.Properties.Resources.SEMMoveToCenter_32;
  115. this.DriveSEMToCenterLocation.Name = "DriveSEMToCenterLocation";
  116. this.DriveSEMToCenterLocation.Size = new System.Drawing.Size(196, 30);
  117. this.DriveSEMToCenterLocation.Text = "驱动SEM到中心位置";
  118. //
  119. // DriveSEMToCurrentLocation
  120. //
  121. this.DriveSEMToCurrentLocation.Enabled = false;
  122. this.DriveSEMToCurrentLocation.Image = global::OTSMeasureApp.Properties.Resources.SEMMoveToCurrent_32;
  123. this.DriveSEMToCurrentLocation.Name = "DriveSEMToCurrentLocation";
  124. this.DriveSEMToCurrentLocation.Size = new System.Drawing.Size(196, 30);
  125. this.DriveSEMToCurrentLocation.Text = "驱动SEM到当前位置";
  126. //
  127. // toolStripSeparator2
  128. //
  129. this.toolStripSeparator2.Name = "toolStripSeparator2";
  130. this.toolStripSeparator2.Size = new System.Drawing.Size(193, 6);
  131. //
  132. // ShootBSEPicture
  133. //
  134. this.ShootBSEPicture.Enabled = false;
  135. this.ShootBSEPicture.Image = global::OTSMeasureApp.Properties.Resources.GetSampleImage;
  136. this.ShootBSEPicture.Name = "ShootBSEPicture";
  137. this.ShootBSEPicture.Size = new System.Drawing.Size(196, 30);
  138. this.ShootBSEPicture.Text = "拍摄样品孔BSE照片";
  139. //
  140. // DeleteBSEPicture
  141. //
  142. this.DeleteBSEPicture.Enabled = false;
  143. this.DeleteBSEPicture.Image = global::OTSMeasureApp.Properties.Resources.DeleteSampleImage;
  144. this.DeleteBSEPicture.Name = "DeleteBSEPicture";
  145. this.DeleteBSEPicture.Size = new System.Drawing.Size(196, 30);
  146. this.DeleteBSEPicture.Text = "删除BSE照片";
  147. //
  148. // dgvFocus
  149. //
  150. this.dgvFocus.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  151. this.dgvFocus.Location = new System.Drawing.Point(1, 1);
  152. this.dgvFocus.Margin = new System.Windows.Forms.Padding(2);
  153. this.dgvFocus.Name = "dgvFocus";
  154. this.dgvFocus.RowTemplate.Height = 30;
  155. this.dgvFocus.Size = new System.Drawing.Size(0, 0);
  156. this.dgvFocus.TabIndex = 3;
  157. //
  158. // lblFocus
  159. //
  160. this.lblFocus.AutoSize = true;
  161. this.lblFocus.Location = new System.Drawing.Point(1225, 8);
  162. this.lblFocus.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  163. this.lblFocus.Name = "lblFocus";
  164. this.lblFocus.Size = new System.Drawing.Size(0, 12);
  165. this.lblFocus.TabIndex = 4;
  166. this.lblFocus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  167. control_Ruler2 = new MyControls.Control_Ruler();
  168. //
  169. // OTSSamplespaceWindow
  170. //
  171. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  172. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  173. this.BackColor = System.Drawing.SystemColors.Control;
  174. this.ClientSize = new System.Drawing.Size(1275, 692);
  175. this.CloseButton = false;
  176. this.CloseButtonVisible = false;
  177. this.Controls.Add(this.lblFocus);
  178. this.Controls.Add(this.dgvFocus);
  179. this.DockAreas = ((OTS.WinFormsUI.Docking.DockAreas)(((((OTS.WinFormsUI.Docking.DockAreas.DockLeft | OTS.WinFormsUI.Docking.DockAreas.DockRight)
  180. | OTS.WinFormsUI.Docking.DockAreas.DockTop)
  181. | OTS.WinFormsUI.Docking.DockAreas.DockBottom)
  182. | OTS.WinFormsUI.Docking.DockAreas.Document)));
  183. this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  184. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  185. this.KeyPreview = true;
  186. this.Margin = new System.Windows.Forms.Padding(4);
  187. this.MaximizeBox = false;
  188. this.MinimizeBox = false;
  189. this.Name = "OTSSamplespaceWindow";
  190. this.Text = "OTSSamplespaceWindow";
  191. this.TopMost = true;
  192. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  193. this.Load += new System.EventHandler(this.OTSSamplespaceWindow_Load);
  194. this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.OTSSamplespaceWindow_KeyDown);
  195. this.KeyUp += new System.Windows.Forms.KeyEventHandler(this.OTSSamplespaceWindow_KeyUp);
  196. this.CMStrip.ResumeLayout(false);
  197. ((System.ComponentModel.ISupportInitialize)(this.dgvFocus)).EndInit();
  198. this.ResumeLayout(false);
  199. this.PerformLayout();
  200. }
  201. #endregion
  202. private System.Windows.Forms.ToolStripMenuItem AddStage;
  203. private System.Windows.Forms.ToolStripMenuItem DeleteStage;
  204. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  205. private System.Windows.Forms.ToolStripMenuItem ReadSEMData;
  206. private System.Windows.Forms.ToolStripMenuItem SetSEMCenterLocation;
  207. private System.Windows.Forms.ToolStripMenuItem DriveSEMToCenterLocation;
  208. private System.Windows.Forms.ToolStripMenuItem DriveSEMToCurrentLocation;
  209. private System.Windows.Forms.ToolStripMenuItem DeleteBSEPicture;
  210. private MyControls.Control_Ruler control_Ruler2;
  211. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  212. private System.Windows.Forms.ToolStripMenuItem ShootBSEPicture;
  213. private System.Windows.Forms.ToolStripMenuItem SetSemData;
  214. private System.Windows.Forms.DataGridView dgvFocus;
  215. public System.Windows.Forms.Label lblFocus;
  216. public System.Windows.Forms.ContextMenuStrip CMStrip;
  217. }
  218. }