OTSSamplespaceWindow.Designer.cs 12 KB

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