OTSSamplespaceWindow.Designer.cs 12 KB

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