TabPageScpiCmd.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408
  1. 
  2. namespace Uestc.Auto6.Dso.Hardware.Calibration.Tool
  3. {
  4. partial class TabPageScpiCmd
  5. {
  6. /// <summary>
  7. /// 必需的设计器变量。
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// 清理所有正在使用的资源。
  12. /// </summary>
  13. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region 组件设计器生成的代码
  23. /// <summary>
  24. /// 设计器支持所需的方法 - 不要修改
  25. /// 使用代码编辑器修改此方法的内容。
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.tabControl1 = new System.Windows.Forms.TabControl();
  30. this.tabPage1 = new System.Windows.Forms.TabPage();
  31. this.tabPage2 = new System.Windows.Forms.TabPage();
  32. this.richTextBoxReadBackResult = new System.Windows.Forms.RichTextBox();
  33. this.panel2 = new System.Windows.Forms.Panel();
  34. this.buttonQuery = new System.Windows.Forms.Button();
  35. this.buttonClearReadbackResult = new System.Windows.Forms.Button();
  36. this.buttonRead = new System.Windows.Forms.Button();
  37. this.textBoxSCPICMD = new System.Windows.Forms.TextBox();
  38. this.label2 = new System.Windows.Forms.Label();
  39. this.buttonSend = new System.Windows.Forms.Button();
  40. this.panel1 = new System.Windows.Forms.Panel();
  41. this.textBoxSelectResourceName = new System.Windows.Forms.TextBox();
  42. this.buttonRefresh = new System.Windows.Forms.Button();
  43. this.label1 = new System.Windows.Forms.Label();
  44. this.comboBoxVisaResource = new System.Windows.Forms.ComboBox();
  45. this.tabPage3 = new System.Windows.Forms.TabPage();
  46. this.richTextBoxReadBackMessage = new System.Windows.Forms.RichTextBox();
  47. this.buttonLocalSCPIReadBack = new System.Windows.Forms.Button();
  48. this.buttonLocalSCPISend = new System.Windows.Forms.Button();
  49. this.comboBoxLocalScpiParam = new System.Windows.Forms.ComboBox();
  50. this.label4 = new System.Windows.Forms.Label();
  51. this.panel4 = new System.Windows.Forms.Panel();
  52. this.richTextBoxLocalCmdDescription = new System.Windows.Forms.RichTextBox();
  53. this.panel3 = new System.Windows.Forms.Panel();
  54. this.textBoxLocalCmdSourceCode = new System.Windows.Forms.TextBox();
  55. this.label3 = new System.Windows.Forms.Label();
  56. this.comboBoxDefinedCmdList = new System.Windows.Forms.ComboBox();
  57. this.tabControl1.SuspendLayout();
  58. this.tabPage2.SuspendLayout();
  59. this.panel2.SuspendLayout();
  60. this.panel1.SuspendLayout();
  61. this.tabPage3.SuspendLayout();
  62. this.panel4.SuspendLayout();
  63. this.panel3.SuspendLayout();
  64. this.SuspendLayout();
  65. //
  66. // tabControl1
  67. //
  68. this.tabControl1.Controls.Add(this.tabPage1);
  69. this.tabControl1.Controls.Add(this.tabPage2);
  70. this.tabControl1.Controls.Add(this.tabPage3);
  71. this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  72. this.tabControl1.Location = new System.Drawing.Point(0, 0);
  73. this.tabControl1.Name = "tabControl1";
  74. this.tabControl1.SelectedIndex = 0;
  75. this.tabControl1.Size = new System.Drawing.Size(633, 256);
  76. this.tabControl1.TabIndex = 0;
  77. //
  78. // tabPage1
  79. //
  80. this.tabPage1.Location = new System.Drawing.Point(4, 26);
  81. this.tabPage1.Name = "tabPage1";
  82. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  83. this.tabPage1.Size = new System.Drawing.Size(625, 226);
  84. this.tabPage1.TabIndex = 0;
  85. this.tabPage1.Text = "tabPage1";
  86. this.tabPage1.UseVisualStyleBackColor = true;
  87. //
  88. // tabPage2
  89. //
  90. this.tabPage2.Controls.Add(this.richTextBoxReadBackResult);
  91. this.tabPage2.Controls.Add(this.panel2);
  92. this.tabPage2.Controls.Add(this.panel1);
  93. this.tabPage2.Location = new System.Drawing.Point(4, 26);
  94. this.tabPage2.Name = "tabPage2";
  95. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  96. this.tabPage2.Size = new System.Drawing.Size(625, 226);
  97. this.tabPage2.TabIndex = 1;
  98. this.tabPage2.Text = "测试";
  99. this.tabPage2.UseVisualStyleBackColor = true;
  100. //
  101. // richTextBoxReadBackResult
  102. //
  103. this.richTextBoxReadBackResult.Dock = System.Windows.Forms.DockStyle.Fill;
  104. this.richTextBoxReadBackResult.Location = new System.Drawing.Point(3, 165);
  105. this.richTextBoxReadBackResult.Name = "richTextBoxReadBackResult";
  106. this.richTextBoxReadBackResult.Size = new System.Drawing.Size(619, 58);
  107. this.richTextBoxReadBackResult.TabIndex = 9;
  108. this.richTextBoxReadBackResult.Text = "";
  109. //
  110. // panel2
  111. //
  112. this.panel2.Controls.Add(this.buttonQuery);
  113. this.panel2.Controls.Add(this.buttonClearReadbackResult);
  114. this.panel2.Controls.Add(this.buttonRead);
  115. this.panel2.Controls.Add(this.textBoxSCPICMD);
  116. this.panel2.Controls.Add(this.label2);
  117. this.panel2.Controls.Add(this.buttonSend);
  118. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  119. this.panel2.Location = new System.Drawing.Point(3, 87);
  120. this.panel2.Name = "panel2";
  121. this.panel2.Size = new System.Drawing.Size(619, 78);
  122. this.panel2.TabIndex = 11;
  123. //
  124. // buttonQuery
  125. //
  126. this.buttonQuery.Location = new System.Drawing.Point(174, 43);
  127. this.buttonQuery.Name = "buttonQuery";
  128. this.buttonQuery.Size = new System.Drawing.Size(76, 29);
  129. this.buttonQuery.TabIndex = 11;
  130. this.buttonQuery.Text = "查询";
  131. this.buttonQuery.UseVisualStyleBackColor = true;
  132. this.buttonQuery.Click += new System.EventHandler(this.buttonQuery_Click);
  133. //
  134. // buttonClearReadbackResult
  135. //
  136. this.buttonClearReadbackResult.Location = new System.Drawing.Point(274, 43);
  137. this.buttonClearReadbackResult.Name = "buttonClearReadbackResult";
  138. this.buttonClearReadbackResult.Size = new System.Drawing.Size(148, 29);
  139. this.buttonClearReadbackResult.TabIndex = 10;
  140. this.buttonClearReadbackResult.Text = "清除所有读回结果";
  141. this.buttonClearReadbackResult.UseVisualStyleBackColor = true;
  142. this.buttonClearReadbackResult.Click += new System.EventHandler(this.buttonClearReadbackResult_Click);
  143. //
  144. // buttonRead
  145. //
  146. this.buttonRead.Location = new System.Drawing.Point(91, 43);
  147. this.buttonRead.Name = "buttonRead";
  148. this.buttonRead.Size = new System.Drawing.Size(76, 29);
  149. this.buttonRead.TabIndex = 9;
  150. this.buttonRead.Text = "读取";
  151. this.buttonRead.UseVisualStyleBackColor = true;
  152. this.buttonRead.Click += new System.EventHandler(this.buttonRead_Click);
  153. //
  154. // textBoxSCPICMD
  155. //
  156. this.textBoxSCPICMD.Dock = System.Windows.Forms.DockStyle.Top;
  157. this.textBoxSCPICMD.Location = new System.Drawing.Point(0, 17);
  158. this.textBoxSCPICMD.Name = "textBoxSCPICMD";
  159. this.textBoxSCPICMD.Size = new System.Drawing.Size(619, 23);
  160. this.textBoxSCPICMD.TabIndex = 7;
  161. this.textBoxSCPICMD.Text = "*IDN?";
  162. //
  163. // label2
  164. //
  165. this.label2.AutoSize = true;
  166. this.label2.Dock = System.Windows.Forms.DockStyle.Top;
  167. this.label2.Location = new System.Drawing.Point(0, 0);
  168. this.label2.Name = "label2";
  169. this.label2.Size = new System.Drawing.Size(70, 17);
  170. this.label2.TabIndex = 6;
  171. this.label2.Text = "SCPI命令:";
  172. //
  173. // buttonSend
  174. //
  175. this.buttonSend.Location = new System.Drawing.Point(9, 42);
  176. this.buttonSend.Name = "buttonSend";
  177. this.buttonSend.Size = new System.Drawing.Size(76, 29);
  178. this.buttonSend.TabIndex = 8;
  179. this.buttonSend.Text = "发送";
  180. this.buttonSend.UseVisualStyleBackColor = true;
  181. this.buttonSend.Click += new System.EventHandler(this.buttonSend_Click);
  182. //
  183. // panel1
  184. //
  185. this.panel1.Controls.Add(this.textBoxSelectResourceName);
  186. this.panel1.Controls.Add(this.buttonRefresh);
  187. this.panel1.Controls.Add(this.label1);
  188. this.panel1.Controls.Add(this.comboBoxVisaResource);
  189. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  190. this.panel1.Location = new System.Drawing.Point(3, 3);
  191. this.panel1.Name = "panel1";
  192. this.panel1.Size = new System.Drawing.Size(619, 84);
  193. this.panel1.TabIndex = 10;
  194. //
  195. // textBoxSelectResourceName
  196. //
  197. this.textBoxSelectResourceName.Location = new System.Drawing.Point(0, 50);
  198. this.textBoxSelectResourceName.Name = "textBoxSelectResourceName";
  199. this.textBoxSelectResourceName.ReadOnly = true;
  200. this.textBoxSelectResourceName.Size = new System.Drawing.Size(422, 23);
  201. this.textBoxSelectResourceName.TabIndex = 9;
  202. //
  203. // buttonRefresh
  204. //
  205. this.buttonRefresh.Location = new System.Drawing.Point(428, 20);
  206. this.buttonRefresh.Name = "buttonRefresh";
  207. this.buttonRefresh.Size = new System.Drawing.Size(76, 29);
  208. this.buttonRefresh.TabIndex = 8;
  209. this.buttonRefresh.Text = "刷新";
  210. this.buttonRefresh.UseVisualStyleBackColor = true;
  211. this.buttonRefresh.Click += new System.EventHandler(this.buttonRefresh_Click);
  212. //
  213. // label1
  214. //
  215. this.label1.AutoSize = true;
  216. this.label1.Dock = System.Windows.Forms.DockStyle.Top;
  217. this.label1.Location = new System.Drawing.Point(0, 0);
  218. this.label1.Name = "label1";
  219. this.label1.Size = new System.Drawing.Size(128, 17);
  220. this.label1.TabIndex = 7;
  221. this.label1.Text = "系统中现有Visa资源:";
  222. //
  223. // comboBoxVisaResource
  224. //
  225. this.comboBoxVisaResource.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  226. this.comboBoxVisaResource.FormattingEnabled = true;
  227. this.comboBoxVisaResource.Location = new System.Drawing.Point(0, 20);
  228. this.comboBoxVisaResource.Name = "comboBoxVisaResource";
  229. this.comboBoxVisaResource.Size = new System.Drawing.Size(422, 25);
  230. this.comboBoxVisaResource.TabIndex = 6;
  231. this.comboBoxVisaResource.SelectedIndexChanged += new System.EventHandler(this.comboBoxVisaResource_SelectedIndexChanged);
  232. //
  233. // tabPage3
  234. //
  235. this.tabPage3.Controls.Add(this.richTextBoxReadBackMessage);
  236. this.tabPage3.Controls.Add(this.buttonLocalSCPIReadBack);
  237. this.tabPage3.Controls.Add(this.buttonLocalSCPISend);
  238. this.tabPage3.Controls.Add(this.comboBoxLocalScpiParam);
  239. this.tabPage3.Controls.Add(this.label4);
  240. this.tabPage3.Controls.Add(this.panel4);
  241. this.tabPage3.Controls.Add(this.panel3);
  242. this.tabPage3.Location = new System.Drawing.Point(4, 26);
  243. this.tabPage3.Name = "tabPage3";
  244. this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
  245. this.tabPage3.Size = new System.Drawing.Size(625, 226);
  246. this.tabPage3.TabIndex = 2;
  247. this.tabPage3.Text = "本仪器特殊控制";
  248. this.tabPage3.UseVisualStyleBackColor = true;
  249. //
  250. // richTextBoxReadBackMessage
  251. //
  252. this.richTextBoxReadBackMessage.Location = new System.Drawing.Point(13, 177);
  253. this.richTextBoxReadBackMessage.Name = "richTextBoxReadBackMessage";
  254. this.richTextBoxReadBackMessage.Size = new System.Drawing.Size(593, 96);
  255. this.richTextBoxReadBackMessage.TabIndex = 8;
  256. this.richTextBoxReadBackMessage.Text = "";
  257. //
  258. // buttonLocalSCPIReadBack
  259. //
  260. this.buttonLocalSCPIReadBack.Location = new System.Drawing.Point(474, 142);
  261. this.buttonLocalSCPIReadBack.Name = "buttonLocalSCPIReadBack";
  262. this.buttonLocalSCPIReadBack.Size = new System.Drawing.Size(75, 23);
  263. this.buttonLocalSCPIReadBack.TabIndex = 7;
  264. this.buttonLocalSCPIReadBack.Text = "读取";
  265. this.buttonLocalSCPIReadBack.UseVisualStyleBackColor = true;
  266. this.buttonLocalSCPIReadBack.Click += new System.EventHandler(this.buttonLocalSCPIReadBack_Click);
  267. //
  268. // buttonLocalSCPISend
  269. //
  270. this.buttonLocalSCPISend.Location = new System.Drawing.Point(392, 141);
  271. this.buttonLocalSCPISend.Name = "buttonLocalSCPISend";
  272. this.buttonLocalSCPISend.Size = new System.Drawing.Size(75, 23);
  273. this.buttonLocalSCPISend.TabIndex = 6;
  274. this.buttonLocalSCPISend.Text = "发送";
  275. this.buttonLocalSCPISend.UseVisualStyleBackColor = true;
  276. this.buttonLocalSCPISend.Click += new System.EventHandler(this.buttonLocalSCPISend_Click);
  277. //
  278. // comboBoxLocalScpiParam
  279. //
  280. this.comboBoxLocalScpiParam.FormattingEnabled = true;
  281. this.comboBoxLocalScpiParam.Location = new System.Drawing.Point(58, 140);
  282. this.comboBoxLocalScpiParam.Name = "comboBoxLocalScpiParam";
  283. this.comboBoxLocalScpiParam.Size = new System.Drawing.Size(327, 25);
  284. this.comboBoxLocalScpiParam.TabIndex = 5;
  285. //
  286. // label4
  287. //
  288. this.label4.AutoSize = true;
  289. this.label4.Location = new System.Drawing.Point(13, 141);
  290. this.label4.Name = "label4";
  291. this.label4.Size = new System.Drawing.Size(44, 17);
  292. this.label4.TabIndex = 4;
  293. this.label4.Text = "参数:";
  294. //
  295. // panel4
  296. //
  297. this.panel4.Controls.Add(this.richTextBoxLocalCmdDescription);
  298. this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
  299. this.panel4.Location = new System.Drawing.Point(3, 46);
  300. this.panel4.Name = "panel4";
  301. this.panel4.Size = new System.Drawing.Size(619, 92);
  302. this.panel4.TabIndex = 3;
  303. //
  304. // richTextBoxLocalCmdDescription
  305. //
  306. this.richTextBoxLocalCmdDescription.Dock = System.Windows.Forms.DockStyle.Fill;
  307. this.richTextBoxLocalCmdDescription.Location = new System.Drawing.Point(0, 0);
  308. this.richTextBoxLocalCmdDescription.Name = "richTextBoxLocalCmdDescription";
  309. this.richTextBoxLocalCmdDescription.ReadOnly = true;
  310. this.richTextBoxLocalCmdDescription.Size = new System.Drawing.Size(619, 92);
  311. this.richTextBoxLocalCmdDescription.TabIndex = 0;
  312. this.richTextBoxLocalCmdDescription.Text = "";
  313. //
  314. // panel3
  315. //
  316. this.panel3.Controls.Add(this.textBoxLocalCmdSourceCode);
  317. this.panel3.Controls.Add(this.label3);
  318. this.panel3.Controls.Add(this.comboBoxDefinedCmdList);
  319. this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
  320. this.panel3.Location = new System.Drawing.Point(3, 3);
  321. this.panel3.Name = "panel3";
  322. this.panel3.Size = new System.Drawing.Size(619, 43);
  323. this.panel3.TabIndex = 2;
  324. //
  325. // textBoxLocalCmdSourceCode
  326. //
  327. this.textBoxLocalCmdSourceCode.Location = new System.Drawing.Point(388, 11);
  328. this.textBoxLocalCmdSourceCode.Name = "textBoxLocalCmdSourceCode";
  329. this.textBoxLocalCmdSourceCode.ReadOnly = true;
  330. this.textBoxLocalCmdSourceCode.Size = new System.Drawing.Size(395, 23);
  331. this.textBoxLocalCmdSourceCode.TabIndex = 6;
  332. //
  333. // label3
  334. //
  335. this.label3.AutoSize = true;
  336. this.label3.Location = new System.Drawing.Point(4, 14);
  337. this.label3.Name = "label3";
  338. this.label3.Size = new System.Drawing.Size(44, 17);
  339. this.label3.TabIndex = 1;
  340. this.label3.Text = "控制:";
  341. //
  342. // comboBoxDefinedCmdList
  343. //
  344. this.comboBoxDefinedCmdList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  345. this.comboBoxDefinedCmdList.FormattingEnabled = true;
  346. this.comboBoxDefinedCmdList.Location = new System.Drawing.Point(55, 11);
  347. this.comboBoxDefinedCmdList.Name = "comboBoxDefinedCmdList";
  348. this.comboBoxDefinedCmdList.Size = new System.Drawing.Size(327, 25);
  349. this.comboBoxDefinedCmdList.TabIndex = 0;
  350. this.comboBoxDefinedCmdList.SelectedIndexChanged += new System.EventHandler(this.comboBoxDefinedCmdList_SelectedIndexChanged);
  351. //
  352. // TabPageScpiCmd
  353. //
  354. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  355. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  356. this.Controls.Add(this.tabControl1);
  357. this.Name = "TabPageScpiCmd";
  358. this.Size = new System.Drawing.Size(633, 256);
  359. this.tabControl1.ResumeLayout(false);
  360. this.tabPage2.ResumeLayout(false);
  361. this.panel2.ResumeLayout(false);
  362. this.panel2.PerformLayout();
  363. this.panel1.ResumeLayout(false);
  364. this.panel1.PerformLayout();
  365. this.tabPage3.ResumeLayout(false);
  366. this.tabPage3.PerformLayout();
  367. this.panel4.ResumeLayout(false);
  368. this.panel3.ResumeLayout(false);
  369. this.panel3.PerformLayout();
  370. this.ResumeLayout(false);
  371. }
  372. #endregion
  373. private System.Windows.Forms.TabControl tabControl1;
  374. private System.Windows.Forms.TabPage tabPage1;
  375. private System.Windows.Forms.TabPage tabPage2;
  376. private System.Windows.Forms.Button buttonSend;
  377. private System.Windows.Forms.TextBox textBoxSCPICMD;
  378. private System.Windows.Forms.Label label2;
  379. private System.Windows.Forms.RichTextBox richTextBoxReadBackResult;
  380. private System.Windows.Forms.Panel panel2;
  381. private System.Windows.Forms.Panel panel1;
  382. private System.Windows.Forms.TextBox textBoxSelectResourceName;
  383. private System.Windows.Forms.Button buttonRefresh;
  384. private System.Windows.Forms.Label label1;
  385. private System.Windows.Forms.ComboBox comboBoxVisaResource;
  386. private System.Windows.Forms.Button buttonRead;
  387. private System.Windows.Forms.Button buttonClearReadbackResult;
  388. private System.Windows.Forms.Button buttonQuery;
  389. private System.Windows.Forms.TabPage tabPage3;
  390. private System.Windows.Forms.Label label3;
  391. private System.Windows.Forms.ComboBox comboBoxDefinedCmdList;
  392. private System.Windows.Forms.Panel panel4;
  393. private System.Windows.Forms.Panel panel3;
  394. private System.Windows.Forms.Label label4;
  395. private System.Windows.Forms.TextBox textBoxLocalCmdSourceCode;
  396. private System.Windows.Forms.ComboBox comboBoxLocalScpiParam;
  397. private System.Windows.Forms.Button buttonLocalSCPISend;
  398. private System.Windows.Forms.RichTextBox richTextBoxLocalCmdDescription;
  399. private System.Windows.Forms.Button buttonLocalSCPIReadBack;
  400. private System.Windows.Forms.RichTextBox richTextBoxReadBackMessage;
  401. }
  402. }