版博士V2.0程序
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

UIAxisDev.Designer.cs 14 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284
  1. namespace AssistClient.UI
  2. {
  3. partial class UIAxisDev
  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(UIAxisDev));
  29. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  30. this.tsbtnOpenDev = new System.Windows.Forms.ToolStripButton();
  31. this.tbtnSave = new System.Windows.Forms.ToolStripButton();
  32. this.tssSave = new System.Windows.Forms.ToolStripSeparator();
  33. this.tbtnRun = new System.Windows.Forms.ToolStripButton();
  34. this.tbtnStop = new System.Windows.Forms.ToolStripButton();
  35. this.tbtnRestState = new System.Windows.Forms.ToolStripButton();
  36. this.tbtnResetPos = new System.Windows.Forms.ToolStripButton();
  37. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  38. this.tbtnHome = new System.Windows.Forms.ToolStripButton();
  39. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  40. this.tbtnJogOnOff = new System.Windows.Forms.ToolStripButton();
  41. this.tbtnLeft = new System.Windows.Forms.ToolStripButton();
  42. this.tbtnRight = new System.Windows.Forms.ToolStripButton();
  43. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  44. this.tbtnExport = new System.Windows.Forms.ToolStripButton();
  45. this.tbtnImport = new System.Windows.Forms.ToolStripButton();
  46. this.propertyGrid1 = new System.Windows.Forms.PropertyGrid();
  47. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  48. this.txtLog = new System.Windows.Forms.ToolStripStatusLabel();
  49. this.toolStrip1.SuspendLayout();
  50. this.statusStrip1.SuspendLayout();
  51. this.SuspendLayout();
  52. //
  53. // toolStrip1
  54. //
  55. this.toolStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
  56. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  57. this.tsbtnOpenDev,
  58. this.tbtnSave,
  59. this.tssSave,
  60. this.tbtnRun,
  61. this.tbtnStop,
  62. this.tbtnRestState,
  63. this.tbtnResetPos,
  64. this.toolStripSeparator1,
  65. this.tbtnHome,
  66. this.toolStripSeparator2,
  67. this.tbtnJogOnOff,
  68. this.tbtnLeft,
  69. this.tbtnRight,
  70. this.toolStripSeparator3,
  71. this.tbtnExport,
  72. this.tbtnImport});
  73. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  74. this.toolStrip1.Name = "toolStrip1";
  75. this.toolStrip1.Padding = new System.Windows.Forms.Padding(0, 0, 3, 0);
  76. this.toolStrip1.Size = new System.Drawing.Size(1178, 38);
  77. this.toolStrip1.TabIndex = 26;
  78. this.toolStrip1.Text = "toolStrip7";
  79. //
  80. // tsbtnOpenDev
  81. //
  82. this.tsbtnOpenDev.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnOpenDev.Image")));
  83. this.tsbtnOpenDev.ImageTransparentColor = System.Drawing.Color.Magenta;
  84. this.tsbtnOpenDev.Name = "tsbtnOpenDev";
  85. this.tsbtnOpenDev.Size = new System.Drawing.Size(110, 33);
  86. this.tsbtnOpenDev.Text = "打开设备";
  87. this.tsbtnOpenDev.Click += new System.EventHandler(this.tsbtnOpenDev_Click);
  88. //
  89. // tbtnSave
  90. //
  91. this.tbtnSave.Image = ((System.Drawing.Image)(resources.GetObject("tbtnSave.Image")));
  92. this.tbtnSave.ImageTransparentColor = System.Drawing.Color.Magenta;
  93. this.tbtnSave.Name = "tbtnSave";
  94. this.tbtnSave.Size = new System.Drawing.Size(74, 33);
  95. this.tbtnSave.Text = "保存";
  96. this.tbtnSave.Click += new System.EventHandler(this.tbtnSave_Click);
  97. //
  98. // tssSave
  99. //
  100. this.tssSave.Name = "tssSave";
  101. this.tssSave.Size = new System.Drawing.Size(6, 38);
  102. //
  103. // tbtnRun
  104. //
  105. this.tbtnRun.Image = ((System.Drawing.Image)(resources.GetObject("tbtnRun.Image")));
  106. this.tbtnRun.ImageTransparentColor = System.Drawing.Color.Magenta;
  107. this.tbtnRun.Name = "tbtnRun";
  108. this.tbtnRun.Size = new System.Drawing.Size(74, 33);
  109. this.tbtnRun.Text = "执行";
  110. this.tbtnRun.Click += new System.EventHandler(this.tbtnRun_Click);
  111. //
  112. // tbtnStop
  113. //
  114. this.tbtnStop.Image = ((System.Drawing.Image)(resources.GetObject("tbtnStop.Image")));
  115. this.tbtnStop.ImageTransparentColor = System.Drawing.Color.Magenta;
  116. this.tbtnStop.Name = "tbtnStop";
  117. this.tbtnStop.Size = new System.Drawing.Size(74, 33);
  118. this.tbtnStop.Text = "停止";
  119. this.tbtnStop.ToolTipText = "停止";
  120. this.tbtnStop.Click += new System.EventHandler(this.tbtnStop_Click);
  121. //
  122. // tbtnRestState
  123. //
  124. this.tbtnRestState.Image = ((System.Drawing.Image)(resources.GetObject("tbtnRestState.Image")));
  125. this.tbtnRestState.ImageTransparentColor = System.Drawing.Color.Magenta;
  126. this.tbtnRestState.Name = "tbtnRestState";
  127. this.tbtnRestState.Size = new System.Drawing.Size(110, 33);
  128. this.tbtnRestState.Text = "状态重置";
  129. this.tbtnRestState.ToolTipText = "重置轴状态";
  130. this.tbtnRestState.Click += new System.EventHandler(this.tbtnRestState_Click);
  131. //
  132. // tbtnResetPos
  133. //
  134. this.tbtnResetPos.Image = ((System.Drawing.Image)(resources.GetObject("tbtnResetPos.Image")));
  135. this.tbtnResetPos.ImageTransparentColor = System.Drawing.Color.Magenta;
  136. this.tbtnResetPos.Name = "tbtnResetPos";
  137. this.tbtnResetPos.Size = new System.Drawing.Size(128, 33);
  138. this.tbtnResetPos.Text = "计数器重置";
  139. this.tbtnResetPos.ToolTipText = "重置轴状态";
  140. this.tbtnResetPos.Click += new System.EventHandler(this.tbtnResetPos_Click);
  141. //
  142. // toolStripSeparator1
  143. //
  144. this.toolStripSeparator1.Name = "toolStripSeparator1";
  145. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 38);
  146. //
  147. // tbtnHome
  148. //
  149. this.tbtnHome.Image = ((System.Drawing.Image)(resources.GetObject("tbtnHome.Image")));
  150. this.tbtnHome.ImageTransparentColor = System.Drawing.Color.Magenta;
  151. this.tbtnHome.Name = "tbtnHome";
  152. this.tbtnHome.Size = new System.Drawing.Size(92, 33);
  153. this.tbtnHome.Text = "回原点";
  154. this.tbtnHome.Click += new System.EventHandler(this.tbtnHome_Click);
  155. //
  156. // toolStripSeparator2
  157. //
  158. this.toolStripSeparator2.Name = "toolStripSeparator2";
  159. this.toolStripSeparator2.Size = new System.Drawing.Size(6, 38);
  160. //
  161. // tbtnJogOnOff
  162. //
  163. this.tbtnJogOnOff.Image = ((System.Drawing.Image)(resources.GetObject("tbtnJogOnOff.Image")));
  164. this.tbtnJogOnOff.ImageTransparentColor = System.Drawing.Color.Magenta;
  165. this.tbtnJogOnOff.Name = "tbtnJogOnOff";
  166. this.tbtnJogOnOff.Size = new System.Drawing.Size(104, 33);
  167. this.tbtnJogOnOff.Text = "开启Jog";
  168. this.tbtnJogOnOff.Click += new System.EventHandler(this.tbtnJogOnOff_Click);
  169. //
  170. // tbtnLeft
  171. //
  172. this.tbtnLeft.Image = ((System.Drawing.Image)(resources.GetObject("tbtnLeft.Image")));
  173. this.tbtnLeft.ImageTransparentColor = System.Drawing.Color.Magenta;
  174. this.tbtnLeft.Name = "tbtnLeft";
  175. this.tbtnLeft.Size = new System.Drawing.Size(76, 33);
  176. this.tbtnLeft.Text = "Jog-";
  177. this.tbtnLeft.MouseDown += new System.Windows.Forms.MouseEventHandler(this.tbtnLeft_MouseDown);
  178. this.tbtnLeft.MouseUp += new System.Windows.Forms.MouseEventHandler(this.tbtnLeft_MouseUp);
  179. //
  180. // tbtnRight
  181. //
  182. this.tbtnRight.Image = ((System.Drawing.Image)(resources.GetObject("tbtnRight.Image")));
  183. this.tbtnRight.ImageTransparentColor = System.Drawing.Color.Magenta;
  184. this.tbtnRight.Name = "tbtnRight";
  185. this.tbtnRight.Size = new System.Drawing.Size(81, 33);
  186. this.tbtnRight.Text = "Jog+";
  187. this.tbtnRight.MouseDown += new System.Windows.Forms.MouseEventHandler(this.tbtnRight_MouseDown);
  188. this.tbtnRight.MouseUp += new System.Windows.Forms.MouseEventHandler(this.tbtnRight_MouseUp);
  189. //
  190. // toolStripSeparator3
  191. //
  192. this.toolStripSeparator3.Name = "toolStripSeparator3";
  193. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 38);
  194. //
  195. // tbtnExport
  196. //
  197. this.tbtnExport.Image = ((System.Drawing.Image)(resources.GetObject("tbtnExport.Image")));
  198. this.tbtnExport.ImageTransparentColor = System.Drawing.Color.Magenta;
  199. this.tbtnExport.Name = "tbtnExport";
  200. this.tbtnExport.Size = new System.Drawing.Size(74, 33);
  201. this.tbtnExport.Text = "导出";
  202. this.tbtnExport.Click += new System.EventHandler(this.tbtnExport_Click);
  203. //
  204. // tbtnImport
  205. //
  206. this.tbtnImport.Image = ((System.Drawing.Image)(resources.GetObject("tbtnImport.Image")));
  207. this.tbtnImport.ImageTransparentColor = System.Drawing.Color.Magenta;
  208. this.tbtnImport.Name = "tbtnImport";
  209. this.tbtnImport.Size = new System.Drawing.Size(74, 33);
  210. this.tbtnImport.Text = "导入";
  211. this.tbtnImport.Click += new System.EventHandler(this.tbtnImport_Click);
  212. //
  213. // propertyGrid1
  214. //
  215. this.propertyGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  216. this.propertyGrid1.LineColor = System.Drawing.SystemColors.ActiveCaption;
  217. this.propertyGrid1.Location = new System.Drawing.Point(0, 38);
  218. this.propertyGrid1.Name = "propertyGrid1";
  219. this.propertyGrid1.Size = new System.Drawing.Size(1178, 561);
  220. this.propertyGrid1.TabIndex = 31;
  221. this.propertyGrid1.ToolbarVisible = false;
  222. //
  223. // statusStrip1
  224. //
  225. this.statusStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
  226. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  227. this.txtLog});
  228. this.statusStrip1.Location = new System.Drawing.Point(0, 599);
  229. this.statusStrip1.Name = "statusStrip1";
  230. this.statusStrip1.Padding = new System.Windows.Forms.Padding(2, 0, 14, 0);
  231. this.statusStrip1.Size = new System.Drawing.Size(1178, 22);
  232. this.statusStrip1.TabIndex = 30;
  233. this.statusStrip1.Text = "statusStrip1";
  234. //
  235. // txtLog
  236. //
  237. this.txtLog.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  238. this.txtLog.Name = "txtLog";
  239. this.txtLog.Size = new System.Drawing.Size(0, 15);
  240. //
  241. // UIAxisDev
  242. //
  243. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  244. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  245. this.Controls.Add(this.propertyGrid1);
  246. this.Controls.Add(this.statusStrip1);
  247. this.Controls.Add(this.toolStrip1);
  248. this.Name = "UIAxisDev";
  249. this.Size = new System.Drawing.Size(1178, 621);
  250. this.toolStrip1.ResumeLayout(false);
  251. this.toolStrip1.PerformLayout();
  252. this.statusStrip1.ResumeLayout(false);
  253. this.statusStrip1.PerformLayout();
  254. this.ResumeLayout(false);
  255. this.PerformLayout();
  256. }
  257. #endregion
  258. private System.Windows.Forms.ToolStrip toolStrip1;
  259. private System.Windows.Forms.ToolStripButton tbtnRun;
  260. private System.Windows.Forms.ToolStripButton tbtnExport;
  261. private System.Windows.Forms.ToolStripButton tbtnImport;
  262. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  263. private System.Windows.Forms.ToolStripButton tbtnHome;
  264. private System.Windows.Forms.ToolStripButton tbtnLeft;
  265. private System.Windows.Forms.ToolStripButton tbtnRight;
  266. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  267. private System.Windows.Forms.ToolStripButton tbtnJogOnOff;
  268. private System.Windows.Forms.ToolStripButton tbtnStop;
  269. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  270. private System.Windows.Forms.ToolStripButton tbtnRestState;
  271. private System.Windows.Forms.ToolStripButton tbtnResetPos;
  272. private System.Windows.Forms.PropertyGrid propertyGrid1;
  273. private System.Windows.Forms.StatusStrip statusStrip1;
  274. private System.Windows.Forms.ToolStripStatusLabel txtLog;
  275. private System.Windows.Forms.ToolStripButton tbtnSave;
  276. private System.Windows.Forms.ToolStripSeparator tssSave;
  277. private System.Windows.Forms.ToolStripButton tsbtnOpenDev;
  278. }
  279. }