OTSSamplespaceWindow.Designer.cs 11 KB

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