UCAxis.Designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459
  1. namespace HRT_Measure
  2. {
  3. partial class UCAxis
  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. this.components = new System.ComponentModel.Container();
  29. this.titleName = new Sunny.UI.UITitlePanel();
  30. this.btnLocation = new Sunny.UI.UIButton();
  31. this.lblException = new Sunny.UI.UILabel();
  32. this.lblRunAllow = new Sunny.UI.UILabel();
  33. this.lblAxisEnableDone = new Sunny.UI.UILabel();
  34. this.lblNegative = new Sunny.UI.UILabel();
  35. this.lblOriginal = new Sunny.UI.UILabel();
  36. this.lblPositive = new Sunny.UI.UILabel();
  37. this.txtSpeed = new Sunny.UI.UITextBox();
  38. this.uiLabel2 = new Sunny.UI.UILabel();
  39. this.uiLightException = new Sunny.UI.UILight();
  40. this.uiLightRunAllow = new Sunny.UI.UILight();
  41. this.uiLightAxisEnableDone = new Sunny.UI.UILight();
  42. this.uiLightNegative = new Sunny.UI.UILight();
  43. this.uiLightOriginal = new Sunny.UI.UILight();
  44. this.uiLightPostive = new Sunny.UI.UILight();
  45. this.btnAxisHome = new Sunny.UI.UIButton();
  46. this.btnAxisEnable = new Sunny.UI.UIButton();
  47. this.uiLabel5 = new Sunny.UI.UILabel();
  48. this.btnJogPositive = new Sunny.UI.UIButton();
  49. this.btnJogNegative = new Sunny.UI.UIButton();
  50. this.lblExceptionCode = new Sunny.UI.UILabel();
  51. this.uiLabel4 = new Sunny.UI.UILabel();
  52. this.lblCurrentPos = new Sunny.UI.UILabel();
  53. this.uiLabel1 = new Sunny.UI.UILabel();
  54. this.timer1 = new System.Windows.Forms.Timer(this.components);
  55. this.titleName.SuspendLayout();
  56. this.SuspendLayout();
  57. //
  58. // titleName
  59. //
  60. this.titleName.Controls.Add(this.btnLocation);
  61. this.titleName.Controls.Add(this.lblException);
  62. this.titleName.Controls.Add(this.lblRunAllow);
  63. this.titleName.Controls.Add(this.lblAxisEnableDone);
  64. this.titleName.Controls.Add(this.lblNegative);
  65. this.titleName.Controls.Add(this.lblOriginal);
  66. this.titleName.Controls.Add(this.lblPositive);
  67. this.titleName.Controls.Add(this.txtSpeed);
  68. this.titleName.Controls.Add(this.uiLabel2);
  69. this.titleName.Controls.Add(this.uiLightException);
  70. this.titleName.Controls.Add(this.uiLightRunAllow);
  71. this.titleName.Controls.Add(this.uiLightAxisEnableDone);
  72. this.titleName.Controls.Add(this.uiLightNegative);
  73. this.titleName.Controls.Add(this.uiLightOriginal);
  74. this.titleName.Controls.Add(this.uiLightPostive);
  75. this.titleName.Controls.Add(this.btnAxisHome);
  76. this.titleName.Controls.Add(this.btnAxisEnable);
  77. this.titleName.Controls.Add(this.uiLabel5);
  78. this.titleName.Controls.Add(this.btnJogPositive);
  79. this.titleName.Controls.Add(this.btnJogNegative);
  80. this.titleName.Controls.Add(this.lblExceptionCode);
  81. this.titleName.Controls.Add(this.uiLabel4);
  82. this.titleName.Controls.Add(this.lblCurrentPos);
  83. this.titleName.Controls.Add(this.uiLabel1);
  84. this.titleName.Dock = System.Windows.Forms.DockStyle.Fill;
  85. this.titleName.FillColor = System.Drawing.Color.AliceBlue;
  86. this.titleName.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  87. this.titleName.Location = new System.Drawing.Point(0, 0);
  88. this.titleName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  89. this.titleName.MinimumSize = new System.Drawing.Size(1, 1);
  90. this.titleName.Name = "titleName";
  91. this.titleName.ShowText = false;
  92. this.titleName.Size = new System.Drawing.Size(591, 348);
  93. this.titleName.TabIndex = 0;
  94. this.titleName.Text = "轴";
  95. this.titleName.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  96. this.titleName.TitleColor = System.Drawing.Color.LightSkyBlue;
  97. this.titleName.TitleForeColor = System.Drawing.Color.Black;
  98. //
  99. // btnLocation
  100. //
  101. this.btnLocation.Cursor = System.Windows.Forms.Cursors.Hand;
  102. this.btnLocation.FillColor = System.Drawing.Color.LightSkyBlue;
  103. this.btnLocation.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  104. this.btnLocation.ForeColor = System.Drawing.Color.Black;
  105. this.btnLocation.Location = new System.Drawing.Point(462, 213);
  106. this.btnLocation.MinimumSize = new System.Drawing.Size(1, 1);
  107. this.btnLocation.Name = "btnLocation";
  108. this.btnLocation.Size = new System.Drawing.Size(89, 75);
  109. this.btnLocation.TabIndex = 24;
  110. this.btnLocation.Text = "定位";
  111. this.btnLocation.TipsFont = new System.Drawing.Font("Microsoft Sans Serif", 9F);
  112. this.btnLocation.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnLocation_MouseDown);
  113. this.btnLocation.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnLocation_MouseUp);
  114. //
  115. // lblException
  116. //
  117. this.lblException.BackColor = System.Drawing.Color.AliceBlue;
  118. this.lblException.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  119. this.lblException.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  120. this.lblException.Location = new System.Drawing.Point(380, 266);
  121. this.lblException.Name = "lblException";
  122. this.lblException.Size = new System.Drawing.Size(76, 19);
  123. this.lblException.TabIndex = 23;
  124. this.lblException.Text = "异常";
  125. //
  126. // lblRunAllow
  127. //
  128. this.lblRunAllow.BackColor = System.Drawing.Color.AliceBlue;
  129. this.lblRunAllow.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  130. this.lblRunAllow.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  131. this.lblRunAllow.Location = new System.Drawing.Point(233, 266);
  132. this.lblRunAllow.Name = "lblRunAllow";
  133. this.lblRunAllow.Size = new System.Drawing.Size(76, 19);
  134. this.lblRunAllow.TabIndex = 22;
  135. this.lblRunAllow.Text = "运行允许";
  136. //
  137. // lblAxisEnableDone
  138. //
  139. this.lblAxisEnableDone.BackColor = System.Drawing.Color.AliceBlue;
  140. this.lblAxisEnableDone.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  141. this.lblAxisEnableDone.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  142. this.lblAxisEnableDone.Location = new System.Drawing.Point(76, 266);
  143. this.lblAxisEnableDone.Name = "lblAxisEnableDone";
  144. this.lblAxisEnableDone.Size = new System.Drawing.Size(76, 19);
  145. this.lblAxisEnableDone.TabIndex = 21;
  146. this.lblAxisEnableDone.Text = "使能完成";
  147. //
  148. // lblNegative
  149. //
  150. this.lblNegative.BackColor = System.Drawing.Color.AliceBlue;
  151. this.lblNegative.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  152. this.lblNegative.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  153. this.lblNegative.Location = new System.Drawing.Point(380, 213);
  154. this.lblNegative.Name = "lblNegative";
  155. this.lblNegative.Size = new System.Drawing.Size(76, 19);
  156. this.lblNegative.TabIndex = 20;
  157. this.lblNegative.Text = "负极限";
  158. //
  159. // lblOriginal
  160. //
  161. this.lblOriginal.BackColor = System.Drawing.Color.AliceBlue;
  162. this.lblOriginal.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  163. this.lblOriginal.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  164. this.lblOriginal.Location = new System.Drawing.Point(233, 213);
  165. this.lblOriginal.Name = "lblOriginal";
  166. this.lblOriginal.Size = new System.Drawing.Size(76, 19);
  167. this.lblOriginal.TabIndex = 19;
  168. this.lblOriginal.Text = "原点";
  169. //
  170. // lblPositive
  171. //
  172. this.lblPositive.BackColor = System.Drawing.Color.AliceBlue;
  173. this.lblPositive.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  174. this.lblPositive.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  175. this.lblPositive.Location = new System.Drawing.Point(76, 213);
  176. this.lblPositive.Name = "lblPositive";
  177. this.lblPositive.Size = new System.Drawing.Size(76, 19);
  178. this.lblPositive.TabIndex = 18;
  179. this.lblPositive.Text = "正极限";
  180. //
  181. // txtSpeed
  182. //
  183. this.txtSpeed.Cursor = System.Windows.Forms.Cursors.IBeam;
  184. this.txtSpeed.DoubleValue = 100D;
  185. this.txtSpeed.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  186. this.txtSpeed.IntValue = 100;
  187. this.txtSpeed.Location = new System.Drawing.Point(199, 138);
  188. this.txtSpeed.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  189. this.txtSpeed.MinimumSize = new System.Drawing.Size(1, 16);
  190. this.txtSpeed.Name = "txtSpeed";
  191. this.txtSpeed.Padding = new System.Windows.Forms.Padding(5);
  192. this.txtSpeed.ShowText = false;
  193. this.txtSpeed.Size = new System.Drawing.Size(131, 27);
  194. this.txtSpeed.TabIndex = 17;
  195. this.txtSpeed.Text = "100";
  196. this.txtSpeed.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
  197. this.txtSpeed.Watermark = "";
  198. //
  199. // uiLabel2
  200. //
  201. this.uiLabel2.BackColor = System.Drawing.Color.AliceBlue;
  202. this.uiLabel2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  203. this.uiLabel2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  204. this.uiLabel2.Location = new System.Drawing.Point(358, 50);
  205. this.uiLabel2.Name = "uiLabel2";
  206. this.uiLabel2.Size = new System.Drawing.Size(45, 23);
  207. this.uiLabel2.TabIndex = 16;
  208. this.uiLabel2.Text = "mm";
  209. //
  210. // uiLightException
  211. //
  212. this.uiLightException.BackColor = System.Drawing.Color.AliceBlue;
  213. this.uiLightException.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  214. this.uiLightException.Location = new System.Drawing.Point(326, 255);
  215. this.uiLightException.MinimumSize = new System.Drawing.Size(1, 1);
  216. this.uiLightException.Name = "uiLightException";
  217. this.uiLightException.OffColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(190)))), ((int)(((byte)(40)))));
  218. this.uiLightException.OnColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
  219. this.uiLightException.Radius = 34;
  220. this.uiLightException.Size = new System.Drawing.Size(41, 34);
  221. this.uiLightException.TabIndex = 15;
  222. this.uiLightException.Text = "uiLight6";
  223. //
  224. // uiLightRunAllow
  225. //
  226. this.uiLightRunAllow.BackColor = System.Drawing.Color.AliceBlue;
  227. this.uiLightRunAllow.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  228. this.uiLightRunAllow.Location = new System.Drawing.Point(174, 255);
  229. this.uiLightRunAllow.MinimumSize = new System.Drawing.Size(1, 1);
  230. this.uiLightRunAllow.Name = "uiLightRunAllow";
  231. this.uiLightRunAllow.OffColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(190)))), ((int)(((byte)(40)))));
  232. this.uiLightRunAllow.OnColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
  233. this.uiLightRunAllow.Radius = 34;
  234. this.uiLightRunAllow.Size = new System.Drawing.Size(41, 34);
  235. this.uiLightRunAllow.TabIndex = 14;
  236. this.uiLightRunAllow.Text = "uiLight5";
  237. //
  238. // uiLightAxisEnableDone
  239. //
  240. this.uiLightAxisEnableDone.BackColor = System.Drawing.Color.AliceBlue;
  241. this.uiLightAxisEnableDone.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  242. this.uiLightAxisEnableDone.Location = new System.Drawing.Point(26, 255);
  243. this.uiLightAxisEnableDone.MinimumSize = new System.Drawing.Size(1, 1);
  244. this.uiLightAxisEnableDone.Name = "uiLightAxisEnableDone";
  245. this.uiLightAxisEnableDone.OffColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(190)))), ((int)(((byte)(40)))));
  246. this.uiLightAxisEnableDone.OnColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
  247. this.uiLightAxisEnableDone.Radius = 34;
  248. this.uiLightAxisEnableDone.Size = new System.Drawing.Size(41, 34);
  249. this.uiLightAxisEnableDone.TabIndex = 13;
  250. this.uiLightAxisEnableDone.Text = "uiLight4";
  251. //
  252. // uiLightNegative
  253. //
  254. this.uiLightNegative.BackColor = System.Drawing.Color.AliceBlue;
  255. this.uiLightNegative.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  256. this.uiLightNegative.Location = new System.Drawing.Point(326, 204);
  257. this.uiLightNegative.MinimumSize = new System.Drawing.Size(1, 1);
  258. this.uiLightNegative.Name = "uiLightNegative";
  259. this.uiLightNegative.Radius = 34;
  260. this.uiLightNegative.Size = new System.Drawing.Size(41, 34);
  261. this.uiLightNegative.TabIndex = 12;
  262. this.uiLightNegative.Text = "uiLight3";
  263. //
  264. // uiLightOriginal
  265. //
  266. this.uiLightOriginal.BackColor = System.Drawing.Color.AliceBlue;
  267. this.uiLightOriginal.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  268. this.uiLightOriginal.Location = new System.Drawing.Point(174, 204);
  269. this.uiLightOriginal.MinimumSize = new System.Drawing.Size(1, 1);
  270. this.uiLightOriginal.Name = "uiLightOriginal";
  271. this.uiLightOriginal.Radius = 34;
  272. this.uiLightOriginal.Size = new System.Drawing.Size(41, 34);
  273. this.uiLightOriginal.TabIndex = 11;
  274. this.uiLightOriginal.Text = "uiLight2";
  275. //
  276. // uiLightPostive
  277. //
  278. this.uiLightPostive.BackColor = System.Drawing.Color.AliceBlue;
  279. this.uiLightPostive.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  280. this.uiLightPostive.Location = new System.Drawing.Point(26, 204);
  281. this.uiLightPostive.MinimumSize = new System.Drawing.Size(1, 1);
  282. this.uiLightPostive.Name = "uiLightPostive";
  283. this.uiLightPostive.Radius = 34;
  284. this.uiLightPostive.Size = new System.Drawing.Size(41, 34);
  285. this.uiLightPostive.TabIndex = 10;
  286. this.uiLightPostive.Text = "uiLight1";
  287. //
  288. // btnAxisHome
  289. //
  290. this.btnAxisHome.Cursor = System.Windows.Forms.Cursors.Hand;
  291. this.btnAxisHome.FillColor = System.Drawing.Color.LightSkyBlue;
  292. this.btnAxisHome.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  293. this.btnAxisHome.ForeColor = System.Drawing.Color.Black;
  294. this.btnAxisHome.Location = new System.Drawing.Point(362, 152);
  295. this.btnAxisHome.MinimumSize = new System.Drawing.Size(1, 1);
  296. this.btnAxisHome.Name = "btnAxisHome";
  297. this.btnAxisHome.Size = new System.Drawing.Size(90, 35);
  298. this.btnAxisHome.TabIndex = 9;
  299. this.btnAxisHome.Text = "回原点";
  300. this.btnAxisHome.TipsFont = new System.Drawing.Font("Microsoft Sans Serif", 9F);
  301. this.btnAxisHome.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnAxisHome_MouseDown);
  302. this.btnAxisHome.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnAxisHome_MouseUp);
  303. //
  304. // btnAxisEnable
  305. //
  306. this.btnAxisEnable.Cursor = System.Windows.Forms.Cursors.Hand;
  307. this.btnAxisEnable.FillColor = System.Drawing.Color.LightSkyBlue;
  308. this.btnAxisEnable.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  309. this.btnAxisEnable.ForeColor = System.Drawing.Color.Black;
  310. this.btnAxisEnable.Location = new System.Drawing.Point(78, 152);
  311. this.btnAxisEnable.MinimumSize = new System.Drawing.Size(1, 1);
  312. this.btnAxisEnable.Name = "btnAxisEnable";
  313. this.btnAxisEnable.Size = new System.Drawing.Size(90, 35);
  314. this.btnAxisEnable.TabIndex = 8;
  315. this.btnAxisEnable.Text = "使能";
  316. this.btnAxisEnable.TipsFont = new System.Drawing.Font("Microsoft Sans Serif", 9F);
  317. this.btnAxisEnable.Click += new System.EventHandler(this.btnAxisEnable_Click);
  318. //
  319. // uiLabel5
  320. //
  321. this.uiLabel5.BackColor = System.Drawing.Color.AliceBlue;
  322. this.uiLabel5.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  323. this.uiLabel5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  324. this.uiLabel5.Location = new System.Drawing.Point(195, 110);
  325. this.uiLabel5.Name = "uiLabel5";
  326. this.uiLabel5.Size = new System.Drawing.Size(135, 23);
  327. this.uiLabel5.TabIndex = 6;
  328. this.uiLabel5.Text = "电动速度 mm/min";
  329. //
  330. // btnJogPositive
  331. //
  332. this.btnJogPositive.Cursor = System.Windows.Forms.Cursors.Hand;
  333. this.btnJogPositive.FillColor = System.Drawing.Color.LightSkyBlue;
  334. this.btnJogPositive.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  335. this.btnJogPositive.ForeColor = System.Drawing.Color.Black;
  336. this.btnJogPositive.Location = new System.Drawing.Point(362, 102);
  337. this.btnJogPositive.MinimumSize = new System.Drawing.Size(1, 1);
  338. this.btnJogPositive.Name = "btnJogPositive";
  339. this.btnJogPositive.Size = new System.Drawing.Size(90, 35);
  340. this.btnJogPositive.TabIndex = 5;
  341. this.btnJogPositive.Text = "寸动+";
  342. this.btnJogPositive.TipsFont = new System.Drawing.Font("Microsoft Sans Serif", 9F);
  343. this.btnJogPositive.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnJogPositive_MouseDown);
  344. this.btnJogPositive.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnJogPositive_MouseUp);
  345. //
  346. // btnJogNegative
  347. //
  348. this.btnJogNegative.Cursor = System.Windows.Forms.Cursors.Hand;
  349. this.btnJogNegative.FillColor = System.Drawing.Color.LightSkyBlue;
  350. this.btnJogNegative.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  351. this.btnJogNegative.ForeColor = System.Drawing.Color.Black;
  352. this.btnJogNegative.Location = new System.Drawing.Point(78, 102);
  353. this.btnJogNegative.MinimumSize = new System.Drawing.Size(1, 1);
  354. this.btnJogNegative.Name = "btnJogNegative";
  355. this.btnJogNegative.Size = new System.Drawing.Size(90, 35);
  356. this.btnJogNegative.TabIndex = 4;
  357. this.btnJogNegative.Text = "寸动-";
  358. this.btnJogNegative.TipsFont = new System.Drawing.Font("Microsoft Sans Serif", 9F);
  359. this.btnJogNegative.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnJogNegative_MouseDown);
  360. this.btnJogNegative.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnJogNegative_MouseUp);
  361. //
  362. // lblExceptionCode
  363. //
  364. this.lblExceptionCode.BackColor = System.Drawing.Color.AliceBlue;
  365. this.lblExceptionCode.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  366. this.lblExceptionCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  367. this.lblExceptionCode.Location = new System.Drawing.Point(250, 77);
  368. this.lblExceptionCode.Name = "lblExceptionCode";
  369. this.lblExceptionCode.Size = new System.Drawing.Size(80, 23);
  370. this.lblExceptionCode.TabIndex = 3;
  371. this.lblExceptionCode.Text = "FFFF";
  372. this.lblExceptionCode.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  373. //
  374. // uiLabel4
  375. //
  376. this.uiLabel4.BackColor = System.Drawing.Color.AliceBlue;
  377. this.uiLabel4.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  378. this.uiLabel4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  379. this.uiLabel4.Location = new System.Drawing.Point(139, 77);
  380. this.uiLabel4.Name = "uiLabel4";
  381. this.uiLabel4.Size = new System.Drawing.Size(100, 23);
  382. this.uiLabel4.TabIndex = 2;
  383. this.uiLabel4.Text = "异常代码:";
  384. //
  385. // lblCurrentPos
  386. //
  387. this.lblCurrentPos.BackColor = System.Drawing.Color.AliceBlue;
  388. this.lblCurrentPos.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  389. this.lblCurrentPos.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  390. this.lblCurrentPos.Location = new System.Drawing.Point(250, 49);
  391. this.lblCurrentPos.Name = "lblCurrentPos";
  392. this.lblCurrentPos.Size = new System.Drawing.Size(80, 23);
  393. this.lblCurrentPos.TabIndex = 1;
  394. this.lblCurrentPos.Text = "0";
  395. this.lblCurrentPos.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  396. //
  397. // uiLabel1
  398. //
  399. this.uiLabel1.BackColor = System.Drawing.Color.AliceBlue;
  400. this.uiLabel1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  401. this.uiLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  402. this.uiLabel1.Location = new System.Drawing.Point(135, 50);
  403. this.uiLabel1.Name = "uiLabel1";
  404. this.uiLabel1.Size = new System.Drawing.Size(100, 23);
  405. this.uiLabel1.TabIndex = 0;
  406. this.uiLabel1.Text = "当前位置:";
  407. //
  408. // timer1
  409. //
  410. this.timer1.Interval = 1000;
  411. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  412. //
  413. // UCAxis
  414. //
  415. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  416. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  417. this.Controls.Add(this.titleName);
  418. this.Name = "UCAxis";
  419. this.Size = new System.Drawing.Size(591, 348);
  420. this.Load += new System.EventHandler(this.UCAxis_Load);
  421. this.Leave += new System.EventHandler(this.UCAxis_Leave);
  422. this.titleName.ResumeLayout(false);
  423. this.ResumeLayout(false);
  424. }
  425. #endregion
  426. private Sunny.UI.UITitlePanel titleName;
  427. private Sunny.UI.UILabel lblException;
  428. private Sunny.UI.UILabel lblRunAllow;
  429. private Sunny.UI.UILabel lblAxisEnableDone;
  430. private Sunny.UI.UILabel lblNegative;
  431. private Sunny.UI.UILabel lblOriginal;
  432. private Sunny.UI.UILabel lblPositive;
  433. private Sunny.UI.UITextBox txtSpeed;
  434. private Sunny.UI.UILabel uiLabel2;
  435. private Sunny.UI.UILight uiLightException;
  436. private Sunny.UI.UILight uiLightRunAllow;
  437. private Sunny.UI.UILight uiLightAxisEnableDone;
  438. private Sunny.UI.UILight uiLightNegative;
  439. private Sunny.UI.UILight uiLightOriginal;
  440. private Sunny.UI.UILight uiLightPostive;
  441. private Sunny.UI.UIButton btnAxisHome;
  442. private Sunny.UI.UIButton btnAxisEnable;
  443. private Sunny.UI.UILabel uiLabel5;
  444. private Sunny.UI.UIButton btnJogPositive;
  445. private Sunny.UI.UIButton btnJogNegative;
  446. private Sunny.UI.UILabel lblExceptionCode;
  447. private Sunny.UI.UILabel uiLabel4;
  448. private Sunny.UI.UILabel lblCurrentPos;
  449. private Sunny.UI.UILabel uiLabel1;
  450. public System.Windows.Forms.Timer timer1;
  451. private Sunny.UI.UIButton btnLocation;
  452. }
  453. }