版博士V2.0程序
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 

352 rindas
18 KiB

  1. namespace ProductionControl.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.toolStripDropDownButton2 = new System.Windows.Forms.ToolStripDropDownButton();
  36. this.tbtnRestState = new System.Windows.Forms.ToolStripMenuItem();
  37. this.tbtnResetPos = new System.Windows.Forms.ToolStripMenuItem();
  38. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  39. this.tbtnHome = new System.Windows.Forms.ToolStripButton();
  40. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  41. this.tbtnJogOnOff = new System.Windows.Forms.ToolStripButton();
  42. this.tbtnLeft = new System.Windows.Forms.ToolStripButton();
  43. this.tbtnRight = new System.Windows.Forms.ToolStripButton();
  44. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  45. this.tbtnExport = new System.Windows.Forms.ToolStripButton();
  46. this.tbtnImport = new System.Windows.Forms.ToolStripButton();
  47. this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
  48. this.tsbtnScannerList = new System.Windows.Forms.ToolStripDropDownButton();
  49. this.tbtnScanner1 = new System.Windows.Forms.ToolStripMenuItem();
  50. this.tbtnScanner2 = new System.Windows.Forms.ToolStripMenuItem();
  51. this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
  52. this.tsbtnStopRefresh = new System.Windows.Forms.ToolStripButton();
  53. this.propertyGrid1 = new System.Windows.Forms.PropertyGrid();
  54. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  55. this.txtLog = new System.Windows.Forms.ToolStripStatusLabel();
  56. this.toolStrip1.SuspendLayout();
  57. this.statusStrip1.SuspendLayout();
  58. this.SuspendLayout();
  59. //
  60. // toolStrip1
  61. //
  62. this.toolStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
  63. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  64. this.tsbtnOpenDev,
  65. this.tbtnSave,
  66. this.tssSave,
  67. this.tbtnRun,
  68. this.tbtnStop,
  69. this.toolStripDropDownButton2,
  70. this.toolStripSeparator1,
  71. this.tbtnHome,
  72. this.toolStripSeparator2,
  73. this.tbtnJogOnOff,
  74. this.tbtnLeft,
  75. this.tbtnRight,
  76. this.toolStripSeparator3,
  77. this.tbtnExport,
  78. this.tbtnImport,
  79. this.toolStripSeparator4,
  80. this.tsbtnScannerList,
  81. this.toolStripSeparator5,
  82. this.tsbtnStopRefresh});
  83. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  84. this.toolStrip1.Name = "toolStrip1";
  85. this.toolStrip1.Padding = new System.Windows.Forms.Padding(0, 0, 3, 0);
  86. this.toolStrip1.Size = new System.Drawing.Size(1500, 33);
  87. this.toolStrip1.TabIndex = 26;
  88. this.toolStrip1.Text = "toolStrip7";
  89. //
  90. // tsbtnOpenDev
  91. //
  92. this.tsbtnOpenDev.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnOpenDev.Image")));
  93. this.tsbtnOpenDev.ImageTransparentColor = System.Drawing.Color.Magenta;
  94. this.tsbtnOpenDev.Name = "tsbtnOpenDev";
  95. this.tsbtnOpenDev.Size = new System.Drawing.Size(110, 28);
  96. this.tsbtnOpenDev.Text = "打开设备";
  97. this.tsbtnOpenDev.Click += new System.EventHandler(this.tsbtnOpenDev_Click);
  98. //
  99. // tbtnSave
  100. //
  101. this.tbtnSave.Image = ((System.Drawing.Image)(resources.GetObject("tbtnSave.Image")));
  102. this.tbtnSave.ImageTransparentColor = System.Drawing.Color.Magenta;
  103. this.tbtnSave.Name = "tbtnSave";
  104. this.tbtnSave.Size = new System.Drawing.Size(74, 28);
  105. this.tbtnSave.Text = "保存";
  106. this.tbtnSave.Click += new System.EventHandler(this.tbtnSave_Click);
  107. //
  108. // tssSave
  109. //
  110. this.tssSave.Name = "tssSave";
  111. this.tssSave.Size = new System.Drawing.Size(6, 33);
  112. //
  113. // tbtnRun
  114. //
  115. this.tbtnRun.Image = ((System.Drawing.Image)(resources.GetObject("tbtnRun.Image")));
  116. this.tbtnRun.ImageTransparentColor = System.Drawing.Color.Magenta;
  117. this.tbtnRun.Name = "tbtnRun";
  118. this.tbtnRun.Size = new System.Drawing.Size(74, 28);
  119. this.tbtnRun.Text = "执行";
  120. this.tbtnRun.Click += new System.EventHandler(this.tbtnRun_Click);
  121. //
  122. // tbtnStop
  123. //
  124. this.tbtnStop.Image = ((System.Drawing.Image)(resources.GetObject("tbtnStop.Image")));
  125. this.tbtnStop.ImageTransparentColor = System.Drawing.Color.Magenta;
  126. this.tbtnStop.Name = "tbtnStop";
  127. this.tbtnStop.Size = new System.Drawing.Size(74, 28);
  128. this.tbtnStop.Text = "停止";
  129. this.tbtnStop.ToolTipText = "停止";
  130. this.tbtnStop.Click += new System.EventHandler(this.tbtnStop_Click);
  131. //
  132. // toolStripDropDownButton2
  133. //
  134. this.toolStripDropDownButton2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  135. this.tbtnRestState,
  136. this.tbtnResetPos});
  137. this.toolStripDropDownButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton2.Image")));
  138. this.toolStripDropDownButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
  139. this.toolStripDropDownButton2.Name = "toolStripDropDownButton2";
  140. this.toolStripDropDownButton2.Size = new System.Drawing.Size(88, 28);
  141. this.toolStripDropDownButton2.Text = "重置";
  142. //
  143. // tbtnRestState
  144. //
  145. this.tbtnRestState.Name = "tbtnRestState";
  146. this.tbtnRestState.Size = new System.Drawing.Size(200, 34);
  147. this.tbtnRestState.Text = "状态重置";
  148. this.tbtnRestState.Click += new System.EventHandler(this.tbtnRestState_Click);
  149. //
  150. // tbtnResetPos
  151. //
  152. this.tbtnResetPos.Name = "tbtnResetPos";
  153. this.tbtnResetPos.Size = new System.Drawing.Size(200, 34);
  154. this.tbtnResetPos.Text = "计数器重置";
  155. this.tbtnResetPos.Click += new System.EventHandler(this.tbtnResetPos_Click);
  156. //
  157. // toolStripSeparator1
  158. //
  159. this.toolStripSeparator1.Name = "toolStripSeparator1";
  160. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 33);
  161. //
  162. // tbtnHome
  163. //
  164. this.tbtnHome.Image = ((System.Drawing.Image)(resources.GetObject("tbtnHome.Image")));
  165. this.tbtnHome.ImageTransparentColor = System.Drawing.Color.Magenta;
  166. this.tbtnHome.Name = "tbtnHome";
  167. this.tbtnHome.Size = new System.Drawing.Size(92, 28);
  168. this.tbtnHome.Text = "回原点";
  169. this.tbtnHome.Click += new System.EventHandler(this.tbtnHome_Click);
  170. //
  171. // toolStripSeparator2
  172. //
  173. this.toolStripSeparator2.Name = "toolStripSeparator2";
  174. this.toolStripSeparator2.Size = new System.Drawing.Size(6, 33);
  175. //
  176. // tbtnJogOnOff
  177. //
  178. this.tbtnJogOnOff.Image = ((System.Drawing.Image)(resources.GetObject("tbtnJogOnOff.Image")));
  179. this.tbtnJogOnOff.ImageTransparentColor = System.Drawing.Color.Magenta;
  180. this.tbtnJogOnOff.Name = "tbtnJogOnOff";
  181. this.tbtnJogOnOff.Size = new System.Drawing.Size(104, 28);
  182. this.tbtnJogOnOff.Text = "开启Jog";
  183. this.tbtnJogOnOff.Click += new System.EventHandler(this.tbtnJogOnOff_Click);
  184. //
  185. // tbtnLeft
  186. //
  187. this.tbtnLeft.Image = ((System.Drawing.Image)(resources.GetObject("tbtnLeft.Image")));
  188. this.tbtnLeft.ImageTransparentColor = System.Drawing.Color.Magenta;
  189. this.tbtnLeft.Name = "tbtnLeft";
  190. this.tbtnLeft.Size = new System.Drawing.Size(76, 28);
  191. this.tbtnLeft.Text = "Jog-";
  192. this.tbtnLeft.MouseDown += new System.Windows.Forms.MouseEventHandler(this.tbtnLeft_MouseDown);
  193. this.tbtnLeft.MouseUp += new System.Windows.Forms.MouseEventHandler(this.tbtnLeft_MouseUp);
  194. //
  195. // tbtnRight
  196. //
  197. this.tbtnRight.Image = ((System.Drawing.Image)(resources.GetObject("tbtnRight.Image")));
  198. this.tbtnRight.ImageTransparentColor = System.Drawing.Color.Magenta;
  199. this.tbtnRight.Name = "tbtnRight";
  200. this.tbtnRight.Size = new System.Drawing.Size(81, 28);
  201. this.tbtnRight.Text = "Jog+";
  202. this.tbtnRight.MouseDown += new System.Windows.Forms.MouseEventHandler(this.tbtnRight_MouseDown);
  203. this.tbtnRight.MouseUp += new System.Windows.Forms.MouseEventHandler(this.tbtnRight_MouseUp);
  204. //
  205. // toolStripSeparator3
  206. //
  207. this.toolStripSeparator3.Name = "toolStripSeparator3";
  208. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 33);
  209. //
  210. // tbtnExport
  211. //
  212. this.tbtnExport.Image = ((System.Drawing.Image)(resources.GetObject("tbtnExport.Image")));
  213. this.tbtnExport.ImageTransparentColor = System.Drawing.Color.Magenta;
  214. this.tbtnExport.Name = "tbtnExport";
  215. this.tbtnExport.Size = new System.Drawing.Size(74, 28);
  216. this.tbtnExport.Text = "导出";
  217. this.tbtnExport.Click += new System.EventHandler(this.tbtnExport_Click);
  218. //
  219. // tbtnImport
  220. //
  221. this.tbtnImport.Image = ((System.Drawing.Image)(resources.GetObject("tbtnImport.Image")));
  222. this.tbtnImport.ImageTransparentColor = System.Drawing.Color.Magenta;
  223. this.tbtnImport.Name = "tbtnImport";
  224. this.tbtnImport.Size = new System.Drawing.Size(74, 28);
  225. this.tbtnImport.Text = "导入";
  226. this.tbtnImport.Click += new System.EventHandler(this.tbtnImport_Click);
  227. //
  228. // toolStripSeparator4
  229. //
  230. this.toolStripSeparator4.Name = "toolStripSeparator4";
  231. this.toolStripSeparator4.Size = new System.Drawing.Size(6, 33);
  232. //
  233. // tsbtnScannerList
  234. //
  235. this.tsbtnScannerList.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  236. this.tbtnScanner1,
  237. this.tbtnScanner2});
  238. this.tsbtnScannerList.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnScannerList.Image")));
  239. this.tsbtnScannerList.ImageTransparentColor = System.Drawing.Color.Magenta;
  240. this.tsbtnScannerList.Name = "tsbtnScannerList";
  241. this.tsbtnScannerList.Size = new System.Drawing.Size(88, 28);
  242. this.tsbtnScannerList.Text = "相机";
  243. this.tsbtnScannerList.Visible = false;
  244. //
  245. // tbtnScanner1
  246. //
  247. this.tbtnScanner1.Name = "tbtnScanner1";
  248. this.tbtnScanner1.Size = new System.Drawing.Size(270, 34);
  249. this.tbtnScanner1.Text = "相机1";
  250. this.tbtnScanner1.Click += new System.EventHandler(this.tbtnScanner1_Click);
  251. //
  252. // tbtnScanner2
  253. //
  254. this.tbtnScanner2.Name = "tbtnScanner2";
  255. this.tbtnScanner2.Size = new System.Drawing.Size(270, 34);
  256. this.tbtnScanner2.Text = "相机2";
  257. this.tbtnScanner2.Click += new System.EventHandler(this.tbtnScanner2_Click);
  258. //
  259. // toolStripSeparator5
  260. //
  261. this.toolStripSeparator5.Name = "toolStripSeparator5";
  262. this.toolStripSeparator5.Size = new System.Drawing.Size(6, 33);
  263. //
  264. // tsbtnStopRefresh
  265. //
  266. this.tsbtnStopRefresh.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnStopRefresh.Image")));
  267. this.tsbtnStopRefresh.ImageTransparentColor = System.Drawing.Color.Magenta;
  268. this.tsbtnStopRefresh.Name = "tsbtnStopRefresh";
  269. this.tsbtnStopRefresh.Size = new System.Drawing.Size(110, 28);
  270. this.tsbtnStopRefresh.Text = "停止同步";
  271. this.tsbtnStopRefresh.Click += new System.EventHandler(this.tsbtnStopRefresh_Click);
  272. //
  273. // propertyGrid1
  274. //
  275. this.propertyGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  276. this.propertyGrid1.LineColor = System.Drawing.SystemColors.ActiveCaption;
  277. this.propertyGrid1.Location = new System.Drawing.Point(0, 33);
  278. this.propertyGrid1.Name = "propertyGrid1";
  279. this.propertyGrid1.Size = new System.Drawing.Size(1500, 596);
  280. this.propertyGrid1.TabIndex = 31;
  281. this.propertyGrid1.ToolbarVisible = false;
  282. //
  283. // statusStrip1
  284. //
  285. this.statusStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
  286. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  287. this.txtLog});
  288. this.statusStrip1.Location = new System.Drawing.Point(0, 629);
  289. this.statusStrip1.Name = "statusStrip1";
  290. this.statusStrip1.Padding = new System.Windows.Forms.Padding(2, 0, 14, 0);
  291. this.statusStrip1.Size = new System.Drawing.Size(1500, 22);
  292. this.statusStrip1.TabIndex = 30;
  293. this.statusStrip1.Text = "statusStrip1";
  294. //
  295. // txtLog
  296. //
  297. this.txtLog.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  298. this.txtLog.Name = "txtLog";
  299. this.txtLog.Size = new System.Drawing.Size(0, 15);
  300. //
  301. // UIAxisDev
  302. //
  303. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  304. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  305. this.Controls.Add(this.propertyGrid1);
  306. this.Controls.Add(this.statusStrip1);
  307. this.Controls.Add(this.toolStrip1);
  308. this.Name = "UIAxisDev";
  309. this.Size = new System.Drawing.Size(1500, 651);
  310. this.toolStrip1.ResumeLayout(false);
  311. this.toolStrip1.PerformLayout();
  312. this.statusStrip1.ResumeLayout(false);
  313. this.statusStrip1.PerformLayout();
  314. this.ResumeLayout(false);
  315. this.PerformLayout();
  316. }
  317. #endregion
  318. private System.Windows.Forms.ToolStrip toolStrip1;
  319. private System.Windows.Forms.ToolStripButton tbtnRun;
  320. private System.Windows.Forms.ToolStripButton tbtnExport;
  321. private System.Windows.Forms.ToolStripButton tbtnImport;
  322. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  323. private System.Windows.Forms.ToolStripButton tbtnHome;
  324. private System.Windows.Forms.ToolStripButton tbtnLeft;
  325. private System.Windows.Forms.ToolStripButton tbtnRight;
  326. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  327. private System.Windows.Forms.ToolStripButton tbtnJogOnOff;
  328. private System.Windows.Forms.ToolStripButton tbtnStop;
  329. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  330. private System.Windows.Forms.PropertyGrid propertyGrid1;
  331. private System.Windows.Forms.StatusStrip statusStrip1;
  332. private System.Windows.Forms.ToolStripStatusLabel txtLog;
  333. private System.Windows.Forms.ToolStripButton tbtnSave;
  334. private System.Windows.Forms.ToolStripSeparator tssSave;
  335. private System.Windows.Forms.ToolStripButton tsbtnOpenDev;
  336. private System.Windows.Forms.ToolStripDropDownButton tsbtnScannerList;
  337. private System.Windows.Forms.ToolStripMenuItem tbtnScanner1;
  338. private System.Windows.Forms.ToolStripMenuItem tbtnScanner2;
  339. private System.Windows.Forms.ToolStripDropDownButton toolStripDropDownButton2;
  340. private System.Windows.Forms.ToolStripMenuItem tbtnRestState;
  341. private System.Windows.Forms.ToolStripMenuItem tbtnResetPos;
  342. private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
  343. private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
  344. private System.Windows.Forms.ToolStripButton tsbtnStopRefresh;
  345. }
  346. }