OTSSamplespaceWindow.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247
  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.DeleteSampleData = new System.Windows.Forms.ToolStripMenuItem();
  45. this.SlopFocusMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  46. this.dgvFocus = new System.Windows.Forms.DataGridView();
  47. this.lblFocus = new System.Windows.Forms.Label();
  48. this.CMStrip.SuspendLayout();
  49. ((System.ComponentModel.ISupportInitialize)(this.dgvFocus)).BeginInit();
  50. this.SuspendLayout();
  51. //
  52. // CMStrip
  53. //
  54. this.CMStrip.ImageScalingSize = new System.Drawing.Size(24, 24);
  55. this.CMStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  56. this.AddStage,
  57. this.DeleteStage,
  58. this.toolStripSeparator1,
  59. this.ReadSEMData,
  60. this.SetSemData,
  61. this.SetSEMCenterLocation,
  62. this.DriveSEMToCenterLocation,
  63. this.DriveSEMToCurrentLocation,
  64. this.toolStripSeparator2,
  65. this.ShootBSEPicture,
  66. this.DeleteBSEPicture,
  67. this.DeleteSampleData,
  68. this.SlopFocusMenuItem});
  69. this.CMStrip.Name = "CMStrip";
  70. this.CMStrip.Size = new System.Drawing.Size(195, 368);
  71. this.CMStrip.Text = "添加样品";
  72. this.CMStrip.Opening += new System.ComponentModel.CancelEventHandler(this.CMStrip_Opening);
  73. this.CMStrip.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.CMStrip_ItemClicked);
  74. //
  75. // AddStage
  76. //
  77. this.AddStage.Image = global::OTSMeasureApp.Properties.Resources.添加样品;
  78. this.AddStage.Name = "AddStage";
  79. this.AddStage.Size = new System.Drawing.Size(194, 30);
  80. this.AddStage.Text = "增加样品测量";
  81. //
  82. // DeleteStage
  83. //
  84. this.DeleteStage.Image = global::OTSMeasureApp.Properties.Resources.删除样品;
  85. this.DeleteStage.Name = "DeleteStage";
  86. this.DeleteStage.Size = new System.Drawing.Size(194, 30);
  87. this.DeleteStage.Text = "删除样品测量";
  88. //
  89. // toolStripSeparator1
  90. //
  91. this.toolStripSeparator1.Name = "toolStripSeparator1";
  92. this.toolStripSeparator1.Size = new System.Drawing.Size(191, 6);
  93. //
  94. // ReadSEMData
  95. //
  96. this.ReadSEMData.Enabled = false;
  97. this.ReadSEMData.Image = global::OTSMeasureApp.Properties.Resources.GetSemData_32;
  98. this.ReadSEMData.Name = "ReadSEMData";
  99. this.ReadSEMData.Size = new System.Drawing.Size(194, 30);
  100. this.ReadSEMData.Text = "读取SEM数据";
  101. //
  102. // SetSemData
  103. //
  104. this.SetSemData.Enabled = false;
  105. this.SetSemData.Image = global::OTSMeasureApp.Properties.Resources.SetSemData;
  106. this.SetSemData.Name = "SetSemData";
  107. this.SetSemData.Size = new System.Drawing.Size(194, 30);
  108. this.SetSemData.Text = "设定SEM数据";
  109. //
  110. // SetSEMCenterLocation
  111. //
  112. this.SetSEMCenterLocation.Enabled = false;
  113. this.SetSEMCenterLocation.Image = global::OTSMeasureApp.Properties.Resources.MoveToCenter_32;
  114. this.SetSEMCenterLocation.Name = "SetSEMCenterLocation";
  115. this.SetSEMCenterLocation.Size = new System.Drawing.Size(194, 30);
  116. this.SetSEMCenterLocation.Text = "定位到当前位置";
  117. //
  118. // DriveSEMToCenterLocation
  119. //
  120. this.DriveSEMToCenterLocation.Enabled = false;
  121. this.DriveSEMToCenterLocation.Image = global::OTSMeasureApp.Properties.Resources.SEMMoveToCenter_32;
  122. this.DriveSEMToCenterLocation.Name = "DriveSEMToCenterLocation";
  123. this.DriveSEMToCenterLocation.Size = new System.Drawing.Size(194, 30);
  124. this.DriveSEMToCenterLocation.Text = "驱动SEM到中心位置";
  125. //
  126. // DriveSEMToCurrentLocation
  127. //
  128. this.DriveSEMToCurrentLocation.Enabled = false;
  129. this.DriveSEMToCurrentLocation.Image = global::OTSMeasureApp.Properties.Resources.SEMMoveToCurrent_32;
  130. this.DriveSEMToCurrentLocation.Name = "DriveSEMToCurrentLocation";
  131. this.DriveSEMToCurrentLocation.Size = new System.Drawing.Size(194, 30);
  132. this.DriveSEMToCurrentLocation.Text = "驱动SEM到当前位置";
  133. //
  134. // toolStripSeparator2
  135. //
  136. this.toolStripSeparator2.Name = "toolStripSeparator2";
  137. this.toolStripSeparator2.Size = new System.Drawing.Size(191, 6);
  138. //
  139. // ShootBSEPicture
  140. //
  141. this.ShootBSEPicture.Enabled = false;
  142. this.ShootBSEPicture.Image = global::OTSMeasureApp.Properties.Resources.GetSampleImage;
  143. this.ShootBSEPicture.Name = "ShootBSEPicture";
  144. this.ShootBSEPicture.Size = new System.Drawing.Size(194, 30);
  145. this.ShootBSEPicture.Text = "拍摄样品孔BSE照片";
  146. //
  147. // DeleteBSEPicture
  148. //
  149. this.DeleteBSEPicture.Enabled = false;
  150. this.DeleteBSEPicture.Image = global::OTSMeasureApp.Properties.Resources.DeleteSampleImage;
  151. this.DeleteBSEPicture.Name = "DeleteBSEPicture";
  152. this.DeleteBSEPicture.Size = new System.Drawing.Size(194, 30);
  153. this.DeleteBSEPicture.Text = "删除BSE照片";
  154. //
  155. // DeleteSampleData
  156. //
  157. this.DeleteSampleData.Image = global::OTSMeasureApp.Properties.Resources.deletefile321;
  158. this.DeleteSampleData.Name = "DeleteSampleData";
  159. this.DeleteSampleData.Size = new System.Drawing.Size(194, 30);
  160. this.DeleteSampleData.Text = "删除已测数据";
  161. this.DeleteSampleData.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
  162. //
  163. // SlopFocusMenuItem
  164. //
  165. this.SlopFocusMenuItem.Enabled = false;
  166. this.SlopFocusMenuItem.Image = global::OTSMeasureApp.Properties.Resources.DeleteSampleImage;
  167. this.SlopFocusMenuItem.Name = "SlopFocusMenuItem";
  168. this.SlopFocusMenuItem.Size = new System.Drawing.Size(194, 30);
  169. this.SlopFocusMenuItem.Text = "斜面焦距";
  170. //
  171. // dgvFocus
  172. //
  173. this.dgvFocus.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  174. this.dgvFocus.Location = new System.Drawing.Point(1, 1);
  175. this.dgvFocus.Margin = new System.Windows.Forms.Padding(2);
  176. this.dgvFocus.Name = "dgvFocus";
  177. this.dgvFocus.RowTemplate.Height = 30;
  178. this.dgvFocus.Size = new System.Drawing.Size(0, 0);
  179. this.dgvFocus.TabIndex = 3;
  180. //
  181. // lblFocus
  182. //
  183. this.lblFocus.AutoSize = true;
  184. this.lblFocus.Location = new System.Drawing.Point(1225, 8);
  185. this.lblFocus.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  186. this.lblFocus.Name = "lblFocus";
  187. this.lblFocus.Size = new System.Drawing.Size(0, 12);
  188. this.lblFocus.TabIndex = 4;
  189. this.lblFocus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  190. //
  191. // OTSSamplespaceWindow
  192. //
  193. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  194. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  195. this.BackColor = System.Drawing.SystemColors.Control;
  196. this.ClientSize = new System.Drawing.Size(1275, 692);
  197. this.CloseButton = false;
  198. this.CloseButtonVisible = false;
  199. this.Controls.Add(this.lblFocus);
  200. this.Controls.Add(this.dgvFocus);
  201. this.DockAreas = ((OTS.WinFormsUI.Docking.DockAreas)(((((OTS.WinFormsUI.Docking.DockAreas.DockLeft | OTS.WinFormsUI.Docking.DockAreas.DockRight)
  202. | OTS.WinFormsUI.Docking.DockAreas.DockTop)
  203. | OTS.WinFormsUI.Docking.DockAreas.DockBottom)
  204. | OTS.WinFormsUI.Docking.DockAreas.Document)));
  205. this.Font = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  206. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  207. this.KeyPreview = true;
  208. this.Margin = new System.Windows.Forms.Padding(4);
  209. this.MaximizeBox = false;
  210. this.MinimizeBox = false;
  211. this.Name = "OTSSamplespaceWindow";
  212. this.Text = "OTSSamplespaceWindow";
  213. this.TopMost = true;
  214. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  215. this.Load += new System.EventHandler(this.OTSSamplespaceWindow_Load);
  216. this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.OTSSamplespaceWindow_KeyDown);
  217. this.KeyUp += new System.Windows.Forms.KeyEventHandler(this.OTSSamplespaceWindow_KeyUp);
  218. this.CMStrip.ResumeLayout(false);
  219. ((System.ComponentModel.ISupportInitialize)(this.dgvFocus)).EndInit();
  220. this.ResumeLayout(false);
  221. this.PerformLayout();
  222. }
  223. #endregion
  224. private System.Windows.Forms.ToolStripMenuItem AddStage;
  225. private System.Windows.Forms.ToolStripMenuItem DeleteStage;
  226. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  227. private System.Windows.Forms.ToolStripMenuItem ReadSEMData;
  228. private System.Windows.Forms.ToolStripMenuItem SetSEMCenterLocation;
  229. private System.Windows.Forms.ToolStripMenuItem DriveSEMToCenterLocation;
  230. private System.Windows.Forms.ToolStripMenuItem DriveSEMToCurrentLocation;
  231. private System.Windows.Forms.ToolStripMenuItem DeleteBSEPicture;
  232. private System.Windows.Forms.ToolStripMenuItem SlopFocusMenuItem;
  233. private Control_Ruler control_Ruler2;
  234. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  235. private System.Windows.Forms.ToolStripMenuItem ShootBSEPicture;
  236. private System.Windows.Forms.ToolStripMenuItem SetSemData;
  237. private System.Windows.Forms.DataGridView dgvFocus;
  238. public System.Windows.Forms.Label lblFocus;
  239. public System.Windows.Forms.ContextMenuStrip CMStrip;
  240. private System.Windows.Forms.ToolStripMenuItem DeleteSampleData;
  241. }
  242. }