版博士V2.0程序
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 

229 linhas
11 KiB

  1. namespace ProductionControl.UI
  2. {
  3. partial class UIAxis
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UIAxis));
  29. this.propertyGrid1 = new System.Windows.Forms.PropertyGrid();
  30. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  31. this.tbtnRun = new System.Windows.Forms.ToolStripButton();
  32. this.tbtnExport = new System.Windows.Forms.ToolStripButton();
  33. this.tbtnImport = new System.Windows.Forms.ToolStripButton();
  34. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  35. this.tbtnHome = new System.Windows.Forms.ToolStripButton();
  36. this.tbtnLeft = new System.Windows.Forms.ToolStripButton();
  37. this.tbtnRight = new System.Windows.Forms.ToolStripButton();
  38. this.tbtnJogOnOff = new System.Windows.Forms.ToolStripButton();
  39. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  40. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  41. this.tbtnStop = new System.Windows.Forms.ToolStripButton();
  42. this.tbtnRestState = new System.Windows.Forms.ToolStripButton();
  43. this.tbtnResetPos = new System.Windows.Forms.ToolStripButton();
  44. this.toolStrip1.SuspendLayout();
  45. this.SuspendLayout();
  46. //
  47. // propertyGrid1
  48. //
  49. this.propertyGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  50. this.propertyGrid1.HelpVisible = false;
  51. this.propertyGrid1.LineColor = System.Drawing.SystemColors.ActiveCaption;
  52. this.propertyGrid1.Location = new System.Drawing.Point(0, 33);
  53. this.propertyGrid1.Name = "propertyGrid1";
  54. this.propertyGrid1.Size = new System.Drawing.Size(1008, 588);
  55. this.propertyGrid1.TabIndex = 27;
  56. this.propertyGrid1.ToolbarVisible = false;
  57. this.propertyGrid1.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.propertyGrid1_PropertyValueChanged);
  58. //
  59. // toolStrip1
  60. //
  61. this.toolStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
  62. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  63. this.tbtnRun,
  64. this.tbtnStop,
  65. this.tbtnRestState,
  66. this.tbtnResetPos,
  67. this.toolStripSeparator1,
  68. this.tbtnHome,
  69. this.toolStripSeparator2,
  70. this.tbtnJogOnOff,
  71. this.tbtnLeft,
  72. this.tbtnRight,
  73. this.toolStripSeparator3,
  74. this.tbtnExport,
  75. this.tbtnImport});
  76. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  77. this.toolStrip1.Name = "toolStrip1";
  78. this.toolStrip1.Size = new System.Drawing.Size(1008, 33);
  79. this.toolStrip1.TabIndex = 26;
  80. this.toolStrip1.Text = "toolStrip7";
  81. //
  82. // tbtnRun
  83. //
  84. this.tbtnRun.Image = ((System.Drawing.Image)(resources.GetObject("tbtnRun.Image")));
  85. this.tbtnRun.ImageTransparentColor = System.Drawing.Color.Magenta;
  86. this.tbtnRun.Name = "tbtnRun";
  87. this.tbtnRun.Size = new System.Drawing.Size(74, 28);
  88. this.tbtnRun.Text = "执行";
  89. this.tbtnRun.Click += new System.EventHandler(this.tbtnRun_Click);
  90. //
  91. // tbtnExport
  92. //
  93. this.tbtnExport.Image = ((System.Drawing.Image)(resources.GetObject("tbtnExport.Image")));
  94. this.tbtnExport.ImageTransparentColor = System.Drawing.Color.Magenta;
  95. this.tbtnExport.Name = "tbtnExport";
  96. this.tbtnExport.Size = new System.Drawing.Size(74, 28);
  97. this.tbtnExport.Text = "导出";
  98. this.tbtnExport.Click += new System.EventHandler(this.tbtnExport_Click);
  99. //
  100. // tbtnImport
  101. //
  102. this.tbtnImport.Image = ((System.Drawing.Image)(resources.GetObject("tbtnImport.Image")));
  103. this.tbtnImport.ImageTransparentColor = System.Drawing.Color.Magenta;
  104. this.tbtnImport.Name = "tbtnImport";
  105. this.tbtnImport.Size = new System.Drawing.Size(74, 28);
  106. this.tbtnImport.Text = "导入";
  107. this.tbtnImport.Click += new System.EventHandler(this.tbtnImport_Click);
  108. //
  109. // toolStripSeparator1
  110. //
  111. this.toolStripSeparator1.Name = "toolStripSeparator1";
  112. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 33);
  113. //
  114. // tbtnHome
  115. //
  116. this.tbtnHome.Image = ((System.Drawing.Image)(resources.GetObject("tbtnHome.Image")));
  117. this.tbtnHome.ImageTransparentColor = System.Drawing.Color.Magenta;
  118. this.tbtnHome.Name = "tbtnHome";
  119. this.tbtnHome.Size = new System.Drawing.Size(92, 33);
  120. this.tbtnHome.Text = "回原点";
  121. this.tbtnHome.Click += new System.EventHandler(this.tbtnHome_Click);
  122. //
  123. // tbtnLeft
  124. //
  125. this.tbtnLeft.Image = ((System.Drawing.Image)(resources.GetObject("tbtnLeft.Image")));
  126. this.tbtnLeft.ImageTransparentColor = System.Drawing.Color.Magenta;
  127. this.tbtnLeft.Name = "tbtnLeft";
  128. this.tbtnLeft.Size = new System.Drawing.Size(81, 28);
  129. this.tbtnLeft.Text = "Jog+";
  130. this.tbtnLeft.MouseDown += new System.Windows.Forms.MouseEventHandler(this.tbtnLeft_MouseDown);
  131. this.tbtnLeft.MouseUp += new System.Windows.Forms.MouseEventHandler(this.tbtnLeft_MouseUp);
  132. //
  133. // tbtnRight
  134. //
  135. this.tbtnRight.Image = ((System.Drawing.Image)(resources.GetObject("tbtnRight.Image")));
  136. this.tbtnRight.ImageTransparentColor = System.Drawing.Color.Magenta;
  137. this.tbtnRight.Name = "tbtnRight";
  138. this.tbtnRight.Size = new System.Drawing.Size(76, 28);
  139. this.tbtnRight.Text = "Jog-";
  140. this.tbtnRight.MouseDown += new System.Windows.Forms.MouseEventHandler(this.tbtnRight_MouseDown);
  141. this.tbtnRight.MouseUp += new System.Windows.Forms.MouseEventHandler(this.tbtnRight_MouseUp);
  142. //
  143. // tbtnJogOnOff
  144. //
  145. this.tbtnJogOnOff.Image = ((System.Drawing.Image)(resources.GetObject("tbtnJogOnOff.Image")));
  146. this.tbtnJogOnOff.ImageTransparentColor = System.Drawing.Color.Magenta;
  147. this.tbtnJogOnOff.Name = "tbtnJogOnOff";
  148. this.tbtnJogOnOff.Size = new System.Drawing.Size(104, 28);
  149. this.tbtnJogOnOff.Text = "开启Jog";
  150. this.tbtnJogOnOff.Click += new System.EventHandler(this.tbtnJogOnOff_Click);
  151. //
  152. // toolStripSeparator2
  153. //
  154. this.toolStripSeparator2.Name = "toolStripSeparator2";
  155. this.toolStripSeparator2.Size = new System.Drawing.Size(6, 33);
  156. //
  157. // toolStripSeparator3
  158. //
  159. this.toolStripSeparator3.Name = "toolStripSeparator3";
  160. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 33);
  161. //
  162. // tbtnStop
  163. //
  164. this.tbtnStop.Image = ((System.Drawing.Image)(resources.GetObject("tbtnStop.Image")));
  165. this.tbtnStop.ImageTransparentColor = System.Drawing.Color.Magenta;
  166. this.tbtnStop.Name = "tbtnStop";
  167. this.tbtnStop.Size = new System.Drawing.Size(74, 28);
  168. this.tbtnStop.Text = "停止";
  169. this.tbtnStop.ToolTipText = "停止";
  170. this.tbtnStop.Click += new System.EventHandler(this.tbtnStop_Click);
  171. //
  172. // tbtnRestState
  173. //
  174. this.tbtnRestState.Image = ((System.Drawing.Image)(resources.GetObject("tbtnRestState.Image")));
  175. this.tbtnRestState.ImageTransparentColor = System.Drawing.Color.Magenta;
  176. this.tbtnRestState.Name = "tbtnRestState";
  177. this.tbtnRestState.Size = new System.Drawing.Size(110, 28);
  178. this.tbtnRestState.Text = "状态重置";
  179. this.tbtnRestState.ToolTipText = "重置轴状态";
  180. this.tbtnRestState.Click += new System.EventHandler(this.tbtnRestState_Click);
  181. //
  182. // tbtnResetPos
  183. //
  184. this.tbtnResetPos.Image = ((System.Drawing.Image)(resources.GetObject("tbtnResetPos.Image")));
  185. this.tbtnResetPos.ImageTransparentColor = System.Drawing.Color.Magenta;
  186. this.tbtnResetPos.Name = "tbtnResetPos";
  187. this.tbtnResetPos.Size = new System.Drawing.Size(128, 28);
  188. this.tbtnResetPos.Text = "计数器重置";
  189. this.tbtnResetPos.ToolTipText = "重置轴状态";
  190. this.tbtnResetPos.Click += new System.EventHandler(this.tbtnResetPos_Click);
  191. //
  192. // UIAxis
  193. //
  194. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  195. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  196. this.Controls.Add(this.propertyGrid1);
  197. this.Controls.Add(this.toolStrip1);
  198. this.Name = "UIAxis";
  199. this.Size = new System.Drawing.Size(1008, 621);
  200. this.toolStrip1.ResumeLayout(false);
  201. this.toolStrip1.PerformLayout();
  202. this.ResumeLayout(false);
  203. this.PerformLayout();
  204. }
  205. #endregion
  206. private System.Windows.Forms.PropertyGrid propertyGrid1;
  207. private System.Windows.Forms.ToolStrip toolStrip1;
  208. private System.Windows.Forms.ToolStripButton tbtnRun;
  209. private System.Windows.Forms.ToolStripButton tbtnExport;
  210. private System.Windows.Forms.ToolStripButton tbtnImport;
  211. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  212. private System.Windows.Forms.ToolStripButton tbtnHome;
  213. private System.Windows.Forms.ToolStripButton tbtnLeft;
  214. private System.Windows.Forms.ToolStripButton tbtnRight;
  215. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  216. private System.Windows.Forms.ToolStripButton tbtnJogOnOff;
  217. private System.Windows.Forms.ToolStripButton tbtnStop;
  218. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  219. private System.Windows.Forms.ToolStripButton tbtnRestState;
  220. private System.Windows.Forms.ToolStripButton tbtnResetPos;
  221. }
  222. }