OTSSamplespaceWindow.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251
  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.userControl11 = new OTSMeasureApp._4_OTSSamplespaceGraphicsPanel.UserControl1();
  49. this.CMStrip.SuspendLayout();
  50. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  51. this.SuspendLayout();
  52. //
  53. // CMStrip
  54. //
  55. this.CMStrip.ImageScalingSize = new System.Drawing.Size(24, 24);
  56. this.CMStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  57. this.AddStage,
  58. this.DeleteStage,
  59. this.toolStripSeparator1,
  60. this.ReadSEMData,
  61. this.SetSemData,
  62. this.SetSEMCenterLocation,
  63. this.DriveSEMToCenterLocation,
  64. this.DriveSEMToCurrentLocation,
  65. this.toolStripSeparator2,
  66. this.ShootBSEPicture,
  67. this.DeleteBSEPicture,
  68. this.DeleteSampleData,
  69. this.SlopFocusMenuItem});
  70. this.CMStrip.Name = "CMStrip";
  71. this.CMStrip.Size = new System.Drawing.Size(195, 346);
  72. this.CMStrip.Text = "添加样品";
  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. //
  162. // SlopFocusMenuItem
  163. //
  164. this.SlopFocusMenuItem.Enabled = false;
  165. this.SlopFocusMenuItem.Image = global::OTSMeasureApp.Properties.Resources.DeleteSampleImage;
  166. this.SlopFocusMenuItem.Name = "SlopFocusMenuItem";
  167. this.SlopFocusMenuItem.Size = new System.Drawing.Size(194, 30);
  168. this.SlopFocusMenuItem.Text = "斜面焦距";
  169. //
  170. // pictureBox1
  171. //
  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. // userControl11
  184. //
  185. this.userControl11.BackgroundImage = null;
  186. this.userControl11.Dock = System.Windows.Forms.DockStyle.Fill;
  187. this.userControl11.Location = new System.Drawing.Point(0, 0);
  188. this.userControl11.Name = "userControl11";
  189. this.userControl11.ShowFPS = false;
  190. this.userControl11.Size = new System.Drawing.Size(1275, 692);
  191. this.userControl11.TabIndex = 6;
  192. this.userControl11.Text = "userControl11";
  193. this.userControl11.MouseDown += new System.Windows.Forms.MouseEventHandler(this.userControl11_MouseDown);
  194. //
  195. // OTSSamplespaceWindow
  196. //
  197. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  198. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  199. this.BackColor = System.Drawing.SystemColors.Control;
  200. this.ClientSize = new System.Drawing.Size(1275, 692);
  201. this.CloseButton = false;
  202. this.CloseButtonVisible = false;
  203. this.Controls.Add(this.userControl11);
  204. this.Controls.Add(this.pictureBox1);
  205. this.DockAreas = ((OTS.WinFormsUI.Docking.DockAreas)(((((OTS.WinFormsUI.Docking.DockAreas.DockLeft | OTS.WinFormsUI.Docking.DockAreas.DockRight)
  206. | OTS.WinFormsUI.Docking.DockAreas.DockTop)
  207. | OTS.WinFormsUI.Docking.DockAreas.DockBottom)
  208. | OTS.WinFormsUI.Docking.DockAreas.Document)));
  209. this.Font = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  210. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  211. this.KeyPreview = true;
  212. this.Margin = new System.Windows.Forms.Padding(4);
  213. this.MaximizeBox = false;
  214. this.MinimizeBox = false;
  215. this.Name = "OTSSamplespaceWindow";
  216. this.Text = "OTSSamplespaceWindow";
  217. this.TopMost = true;
  218. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  219. this.Load += new System.EventHandler(this.OTSSamplespaceWindow_Load);
  220. this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.OTSSamplespaceWindow_KeyDown);
  221. this.KeyUp += new System.Windows.Forms.KeyEventHandler(this.OTSSamplespaceWindow_KeyUp);
  222. this.CMStrip.ResumeLayout(false);
  223. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  224. this.ResumeLayout(false);
  225. }
  226. #endregion
  227. private System.Windows.Forms.ToolStripMenuItem AddStage;
  228. private System.Windows.Forms.ToolStripMenuItem DeleteStage;
  229. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  230. private System.Windows.Forms.ToolStripMenuItem ReadSEMData;
  231. private System.Windows.Forms.ToolStripMenuItem SetSEMCenterLocation;
  232. private System.Windows.Forms.ToolStripMenuItem DriveSEMToCenterLocation;
  233. private System.Windows.Forms.ToolStripMenuItem DriveSEMToCurrentLocation;
  234. private System.Windows.Forms.ToolStripMenuItem DeleteBSEPicture;
  235. private System.Windows.Forms.ToolStripMenuItem SlopFocusMenuItem;
  236. private Control_Ruler control_Ruler2;
  237. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  238. private System.Windows.Forms.ToolStripMenuItem ShootBSEPicture;
  239. private System.Windows.Forms.ToolStripMenuItem SetSemData;
  240. public System.Windows.Forms.ContextMenuStrip CMStrip;
  241. private System.Windows.Forms.ToolStripMenuItem DeleteSampleData;
  242. private System.Windows.Forms.PictureBox pictureBox1;
  243. private UserControl1 userControl11;
  244. }
  245. }