MainForm.Designer.cs 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618
  1. 
  2. namespace Uestc.Auto6.Dso.Hardware.Calibration.Tool
  3. {
  4. partial class MainForm
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  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.tabPageCaliData_Channel1 = new Uestc.Auto6.Dso.Hardware.Calibration.Tool.TabPageCaliData_Channel();
  32. this.tabPage2 = new System.Windows.Forms.TabPage();
  33. this.tabPageCaliData_AcqSync1 = new Uestc.Auto6.Dso.Hardware.Calibration.Tool.TabPageCaliData_AcqSync();
  34. this.tabPage3 = new System.Windows.Forms.TabPage();
  35. this.tabPageCaliData_TiAdc1 = new Uestc.Auto6.Dso.Hardware.Calibration.Tool.TabPageCaliData_TiAdc();
  36. this.tabPage10 = new System.Windows.Forms.TabPage();
  37. this.tabPageMiscData1 = new Uestc.Auto6.Dso.Hardware.Calibration.Tool.TabPageMiscData();
  38. this.tabPage9 = new System.Windows.Forms.TabPage();
  39. this.tabPageCoefficientsTable1 = new Uestc.Auto6.Dso.Hardware.Calibration.Tool.TabPageCoefficientsTable();
  40. this.tabPage4 = new System.Windows.Forms.TabPage();
  41. this.tabPageBatchTask1 = new Uestc.Auto6.Dso.Hardware.Calibration.Tool.TabPageBatchTask();
  42. this.tabPage5 = new System.Windows.Forms.TabPage();
  43. this.tabPageMatlabSourceCode1 = new Uestc.Auto6.Dso.Hardware.Calibration.Tool.TabPageMatlabSourceCode();
  44. this.tabPage6 = new System.Windows.Forms.TabPage();
  45. this.tabPageScpiCmd1 = new Uestc.Auto6.Dso.Hardware.Calibration.Tool.TabPageScpiCmd();
  46. this.tabPage7 = new System.Windows.Forms.TabPage();
  47. this.tabPageVersionInfo1 = new Uestc.Auto6.Dso.Hardware.Calibration.Tool.TabPageFPGAVersionInfo();
  48. this.tabPage8 = new System.Windows.Forms.TabPage();
  49. this.tabPage_fpgaAllWritedRegisterValueReadback1 = new Uestc.Auto6.Dso.Hardware.Calibration.Tool.TabPage_FPGAAllWritedRegisterValueReadback();
  50. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  51. this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
  52. this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
  53. this.toolStripDropDownButton1 = new System.Windows.Forms.ToolStripDropDownButton();
  54. this.toolStripMenuItemLoadRemoteUsingData = new System.Windows.Forms.ToolStripMenuItem();
  55. this.toolStripMenuItemLoadRemoteCaliFileData = new System.Windows.Forms.ToolStripMenuItem();
  56. this.toolStripMenuItemSaveCaliData2LocalFile = new System.Windows.Forms.ToolStripMenuItem();
  57. this.toolStripMenuItemLoadLocalCaliFileDataAndUsing = new System.Windows.Forms.ToolStripMenuItem();
  58. this.toolStripMenuItemLoadLocalCaliFileDataAndSave2RemoteFile = new System.Windows.Forms.ToolStripMenuItem();
  59. this.panel1 = new System.Windows.Forms.Panel();
  60. this.buttonRefresh = new System.Windows.Forms.Button();
  61. this.comboBoxVisaResource = new System.Windows.Forms.ComboBox();
  62. this.panel10 = new System.Windows.Forms.Panel();
  63. this.buttonGotoExePath = new System.Windows.Forms.Button();
  64. this.buttonCtrlRegionCtrl = new System.Windows.Forms.Button();
  65. this.buttonWaveRegionCtrl = new System.Windows.Forms.Button();
  66. this.label1 = new System.Windows.Forms.Label();
  67. this.buttonConnectInstrument = new System.Windows.Forms.Button();
  68. this.panel2 = new System.Windows.Forms.Panel();
  69. this.panel3 = new System.Windows.Forms.Panel();
  70. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  71. this.waveViewer1 = new Uestc.Auto6.Dso.Hardware.Calibration.Tool.WaveViewer();
  72. this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
  73. this.tabControl1.SuspendLayout();
  74. this.tabPage1.SuspendLayout();
  75. this.tabPage2.SuspendLayout();
  76. this.tabPage3.SuspendLayout();
  77. this.tabPage10.SuspendLayout();
  78. this.tabPage9.SuspendLayout();
  79. this.tabPage4.SuspendLayout();
  80. this.tabPage5.SuspendLayout();
  81. this.tabPage6.SuspendLayout();
  82. this.tabPage7.SuspendLayout();
  83. this.tabPage8.SuspendLayout();
  84. this.statusStrip1.SuspendLayout();
  85. this.panel1.SuspendLayout();
  86. this.panel10.SuspendLayout();
  87. this.panel2.SuspendLayout();
  88. this.panel3.SuspendLayout();
  89. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  90. this.splitContainer1.Panel1.SuspendLayout();
  91. this.splitContainer1.Panel2.SuspendLayout();
  92. this.splitContainer1.SuspendLayout();
  93. this.SuspendLayout();
  94. //
  95. // tabControl1
  96. //
  97. this.tabControl1.Controls.Add(this.tabPage1);
  98. this.tabControl1.Controls.Add(this.tabPage2);
  99. this.tabControl1.Controls.Add(this.tabPage3);
  100. this.tabControl1.Controls.Add(this.tabPage10);
  101. this.tabControl1.Controls.Add(this.tabPage9);
  102. this.tabControl1.Controls.Add(this.tabPage4);
  103. this.tabControl1.Controls.Add(this.tabPage5);
  104. this.tabControl1.Controls.Add(this.tabPage6);
  105. this.tabControl1.Controls.Add(this.tabPage7);
  106. this.tabControl1.Controls.Add(this.tabPage8);
  107. this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  108. this.tabControl1.Location = new System.Drawing.Point(0, 0);
  109. this.tabControl1.Name = "tabControl1";
  110. this.tabControl1.SelectedIndex = 0;
  111. this.tabControl1.Size = new System.Drawing.Size(1208, 351);
  112. this.tabControl1.TabIndex = 0;
  113. //
  114. // tabPage1
  115. //
  116. this.tabPage1.Controls.Add(this.tabPageCaliData_Channel1);
  117. this.tabPage1.Location = new System.Drawing.Point(4, 26);
  118. this.tabPage1.Name = "tabPage1";
  119. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  120. this.tabPage1.Size = new System.Drawing.Size(1200, 321);
  121. this.tabPage1.TabIndex = 0;
  122. this.tabPage1.Text = "模拟通道";
  123. this.tabPage1.UseVisualStyleBackColor = true;
  124. //
  125. // tabPageCaliData_Channel1
  126. //
  127. this.tabPageCaliData_Channel1.BackColor = System.Drawing.SystemColors.Control;
  128. this.tabPageCaliData_Channel1.Dock = System.Windows.Forms.DockStyle.Fill;
  129. this.tabPageCaliData_Channel1.Location = new System.Drawing.Point(3, 3);
  130. this.tabPageCaliData_Channel1.Name = "tabPageCaliData_Channel1";
  131. this.tabPageCaliData_Channel1.Size = new System.Drawing.Size(1194, 315);
  132. this.tabPageCaliData_Channel1.TabIndex = 1;
  133. //
  134. // tabPage2
  135. //
  136. this.tabPage2.Controls.Add(this.tabPageCaliData_AcqSync1);
  137. this.tabPage2.Location = new System.Drawing.Point(4, 26);
  138. this.tabPage2.Name = "tabPage2";
  139. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  140. this.tabPage2.Size = new System.Drawing.Size(1200, 321);
  141. this.tabPage2.TabIndex = 1;
  142. this.tabPage2.Text = "AcqSync";
  143. this.tabPage2.UseVisualStyleBackColor = true;
  144. //
  145. // tabPageCaliData_AcqSync1
  146. //
  147. this.tabPageCaliData_AcqSync1.BackColor = System.Drawing.SystemColors.Control;
  148. this.tabPageCaliData_AcqSync1.Dock = System.Windows.Forms.DockStyle.Fill;
  149. this.tabPageCaliData_AcqSync1.Location = new System.Drawing.Point(3, 3);
  150. this.tabPageCaliData_AcqSync1.Name = "tabPageCaliData_AcqSync1";
  151. this.tabPageCaliData_AcqSync1.Size = new System.Drawing.Size(1194, 315);
  152. this.tabPageCaliData_AcqSync1.TabIndex = 0;
  153. //
  154. // tabPage3
  155. //
  156. this.tabPage3.Controls.Add(this.tabPageCaliData_TiAdc1);
  157. this.tabPage3.Location = new System.Drawing.Point(4, 26);
  158. this.tabPage3.Name = "tabPage3";
  159. this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
  160. this.tabPage3.Size = new System.Drawing.Size(1200, 321);
  161. this.tabPage3.TabIndex = 2;
  162. this.tabPage3.Text = "ADC-GainPhaseOffset";
  163. this.tabPage3.UseVisualStyleBackColor = true;
  164. //
  165. // tabPageCaliData_TiAdc1
  166. //
  167. this.tabPageCaliData_TiAdc1.BackColor = System.Drawing.SystemColors.Control;
  168. this.tabPageCaliData_TiAdc1.Dock = System.Windows.Forms.DockStyle.Fill;
  169. this.tabPageCaliData_TiAdc1.Location = new System.Drawing.Point(3, 3);
  170. this.tabPageCaliData_TiAdc1.Name = "tabPageCaliData_TiAdc1";
  171. this.tabPageCaliData_TiAdc1.Size = new System.Drawing.Size(1194, 315);
  172. this.tabPageCaliData_TiAdc1.TabIndex = 0;
  173. //
  174. // tabPage10
  175. //
  176. this.tabPage10.Controls.Add(this.tabPageMiscData1);
  177. this.tabPage10.Location = new System.Drawing.Point(4, 26);
  178. this.tabPage10.Name = "tabPage10";
  179. this.tabPage10.Padding = new System.Windows.Forms.Padding(3);
  180. this.tabPage10.Size = new System.Drawing.Size(1200, 321);
  181. this.tabPage10.TabIndex = 9;
  182. this.tabPage10.Text = "其他杂项校准数据";
  183. this.tabPage10.UseVisualStyleBackColor = true;
  184. //
  185. // tabPageMiscData1
  186. //
  187. this.tabPageMiscData1.Location = new System.Drawing.Point(3, 3);
  188. this.tabPageMiscData1.Name = "tabPageMiscData1";
  189. this.tabPageMiscData1.Size = new System.Drawing.Size(897, 315);
  190. this.tabPageMiscData1.TabIndex = 6;
  191. //
  192. // tabPage9
  193. //
  194. this.tabPage9.Controls.Add(this.tabPageCoefficientsTable1);
  195. this.tabPage9.Location = new System.Drawing.Point(4, 26);
  196. this.tabPage9.Name = "tabPage9";
  197. this.tabPage9.Padding = new System.Windows.Forms.Padding(3);
  198. this.tabPage9.Size = new System.Drawing.Size(1200, 321);
  199. this.tabPage9.TabIndex = 8;
  200. this.tabPage9.Text = "系数表 维护";
  201. //
  202. // tabPageCoefficientsTable1
  203. //
  204. this.tabPageCoefficientsTable1.Dock = System.Windows.Forms.DockStyle.Fill;
  205. this.tabPageCoefficientsTable1.Location = new System.Drawing.Point(3, 3);
  206. this.tabPageCoefficientsTable1.Name = "tabPageCoefficientsTable1";
  207. this.tabPageCoefficientsTable1.Size = new System.Drawing.Size(1194, 315);
  208. this.tabPageCoefficientsTable1.TabIndex = 0;
  209. //
  210. // tabPage4
  211. //
  212. this.tabPage4.Controls.Add(this.tabPageBatchTask1);
  213. this.tabPage4.Location = new System.Drawing.Point(4, 26);
  214. this.tabPage4.Name = "tabPage4";
  215. this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
  216. this.tabPage4.Size = new System.Drawing.Size(1200, 321);
  217. this.tabPage4.TabIndex = 3;
  218. this.tabPage4.Text = "批任务";
  219. this.tabPage4.UseVisualStyleBackColor = true;
  220. //
  221. // tabPageBatchTask1
  222. //
  223. this.tabPageBatchTask1.BackColor = System.Drawing.SystemColors.Control;
  224. this.tabPageBatchTask1.Dock = System.Windows.Forms.DockStyle.Fill;
  225. this.tabPageBatchTask1.Location = new System.Drawing.Point(3, 3);
  226. this.tabPageBatchTask1.Name = "tabPageBatchTask1";
  227. this.tabPageBatchTask1.Size = new System.Drawing.Size(1194, 315);
  228. this.tabPageBatchTask1.TabIndex = 0;
  229. //
  230. // tabPage5
  231. //
  232. this.tabPage5.Controls.Add(this.tabPageMatlabSourceCode1);
  233. this.tabPage5.Location = new System.Drawing.Point(4, 26);
  234. this.tabPage5.Name = "tabPage5";
  235. this.tabPage5.Padding = new System.Windows.Forms.Padding(3);
  236. this.tabPage5.Size = new System.Drawing.Size(1200, 321);
  237. this.tabPage5.TabIndex = 4;
  238. this.tabPage5.Text = "MATLAB";
  239. this.tabPage5.UseVisualStyleBackColor = true;
  240. //
  241. // tabPageMatlabSourceCode1
  242. //
  243. this.tabPageMatlabSourceCode1.BackColor = System.Drawing.SystemColors.Control;
  244. this.tabPageMatlabSourceCode1.Dock = System.Windows.Forms.DockStyle.Fill;
  245. this.tabPageMatlabSourceCode1.Location = new System.Drawing.Point(3, 3);
  246. this.tabPageMatlabSourceCode1.Name = "tabPageMatlabSourceCode1";
  247. this.tabPageMatlabSourceCode1.Size = new System.Drawing.Size(1194, 315);
  248. this.tabPageMatlabSourceCode1.TabIndex = 0;
  249. //
  250. // tabPage6
  251. //
  252. this.tabPage6.Controls.Add(this.tabPageScpiCmd1);
  253. this.tabPage6.Location = new System.Drawing.Point(4, 26);
  254. this.tabPage6.Name = "tabPage6";
  255. this.tabPage6.Padding = new System.Windows.Forms.Padding(3);
  256. this.tabPage6.Size = new System.Drawing.Size(1200, 321);
  257. this.tabPage6.TabIndex = 5;
  258. this.tabPage6.Text = "Scpi命令控制台";
  259. this.tabPage6.UseVisualStyleBackColor = true;
  260. //
  261. // tabPageScpiCmd1
  262. //
  263. this.tabPageScpiCmd1.Dock = System.Windows.Forms.DockStyle.Fill;
  264. this.tabPageScpiCmd1.Location = new System.Drawing.Point(3, 3);
  265. this.tabPageScpiCmd1.Name = "tabPageScpiCmd1";
  266. this.tabPageScpiCmd1.Size = new System.Drawing.Size(1194, 315);
  267. this.tabPageScpiCmd1.TabIndex = 0;
  268. //
  269. // tabPage7
  270. //
  271. this.tabPage7.Controls.Add(this.tabPageVersionInfo1);
  272. this.tabPage7.Location = new System.Drawing.Point(4, 26);
  273. this.tabPage7.Name = "tabPage7";
  274. this.tabPage7.Padding = new System.Windows.Forms.Padding(3);
  275. this.tabPage7.Size = new System.Drawing.Size(1200, 321);
  276. this.tabPage7.TabIndex = 6;
  277. this.tabPage7.Text = "FPGA版本信息";
  278. this.tabPage7.UseVisualStyleBackColor = true;
  279. //
  280. // tabPageVersionInfo1
  281. //
  282. this.tabPageVersionInfo1.Dock = System.Windows.Forms.DockStyle.Fill;
  283. this.tabPageVersionInfo1.Location = new System.Drawing.Point(3, 3);
  284. this.tabPageVersionInfo1.Name = "tabPageVersionInfo1";
  285. this.tabPageVersionInfo1.Size = new System.Drawing.Size(1194, 315);
  286. this.tabPageVersionInfo1.TabIndex = 0;
  287. //
  288. // tabPage8
  289. //
  290. this.tabPage8.Controls.Add(this.tabPage_fpgaAllWritedRegisterValueReadback1);
  291. this.tabPage8.Location = new System.Drawing.Point(4, 26);
  292. this.tabPage8.Name = "tabPage8";
  293. this.tabPage8.Padding = new System.Windows.Forms.Padding(3);
  294. this.tabPage8.Size = new System.Drawing.Size(1200, 321);
  295. this.tabPage8.TabIndex = 7;
  296. this.tabPage8.Text = "读取所有写寄存器的值";
  297. this.tabPage8.UseVisualStyleBackColor = true;
  298. //
  299. // tabPage_fpgaAllWritedRegisterValueReadback1
  300. //
  301. this.tabPage_fpgaAllWritedRegisterValueReadback1.Dock = System.Windows.Forms.DockStyle.Fill;
  302. this.tabPage_fpgaAllWritedRegisterValueReadback1.Location = new System.Drawing.Point(3, 3);
  303. this.tabPage_fpgaAllWritedRegisterValueReadback1.Name = "tabPage_fpgaAllWritedRegisterValueReadback1";
  304. this.tabPage_fpgaAllWritedRegisterValueReadback1.Size = new System.Drawing.Size(1194, 315);
  305. this.tabPage_fpgaAllWritedRegisterValueReadback1.TabIndex = 0;
  306. //
  307. // statusStrip1
  308. //
  309. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  310. this.toolStripStatusLabel1,
  311. this.toolStripProgressBar1,
  312. this.toolStripDropDownButton1});
  313. this.statusStrip1.Location = new System.Drawing.Point(0, 679);
  314. this.statusStrip1.Name = "statusStrip1";
  315. this.statusStrip1.Size = new System.Drawing.Size(1208, 23);
  316. this.statusStrip1.TabIndex = 1;
  317. this.statusStrip1.Text = "statusStrip1";
  318. //
  319. // toolStripStatusLabel1
  320. //
  321. this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
  322. this.toolStripStatusLabel1.Size = new System.Drawing.Size(131, 18);
  323. this.toolStripStatusLabel1.Text = "toolStripStatusLabel1";
  324. //
  325. // toolStripProgressBar1
  326. //
  327. this.toolStripProgressBar1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
  328. this.toolStripProgressBar1.Name = "toolStripProgressBar1";
  329. this.toolStripProgressBar1.Size = new System.Drawing.Size(100, 17);
  330. //
  331. // toolStripDropDownButton1
  332. //
  333. this.toolStripDropDownButton1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
  334. this.toolStripDropDownButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  335. this.toolStripDropDownButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  336. this.toolStripMenuItemLoadRemoteUsingData,
  337. this.toolStripMenuItemLoadRemoteCaliFileData,
  338. this.toolStripMenuItemSaveCaliData2LocalFile,
  339. this.toolStripMenuItemLoadLocalCaliFileDataAndUsing,
  340. this.toolStripMenuItemLoadLocalCaliFileDataAndSave2RemoteFile});
  341. this.toolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
  342. this.toolStripDropDownButton1.Name = "toolStripDropDownButton1";
  343. this.toolStripDropDownButton1.Size = new System.Drawing.Size(93, 21);
  344. this.toolStripDropDownButton1.Text = "校准数据操作";
  345. //
  346. // toolStripMenuItemLoadRemoteUsingData
  347. //
  348. this.toolStripMenuItemLoadRemoteUsingData.Name = "toolStripMenuItemLoadRemoteUsingData";
  349. this.toolStripMenuItemLoadRemoteUsingData.Size = new System.Drawing.Size(268, 22);
  350. this.toolStripMenuItemLoadRemoteUsingData.Text = "装载远端运行态校准数据";
  351. //
  352. // toolStripMenuItemLoadRemoteCaliFileData
  353. //
  354. this.toolStripMenuItemLoadRemoteCaliFileData.Name = "toolStripMenuItemLoadRemoteCaliFileData";
  355. this.toolStripMenuItemLoadRemoteCaliFileData.Size = new System.Drawing.Size(268, 22);
  356. this.toolStripMenuItemLoadRemoteCaliFileData.Text = "装载远端校准文件数据";
  357. //
  358. // toolStripMenuItemSaveCaliData2LocalFile
  359. //
  360. this.toolStripMenuItemSaveCaliData2LocalFile.Name = "toolStripMenuItemSaveCaliData2LocalFile";
  361. this.toolStripMenuItemSaveCaliData2LocalFile.Size = new System.Drawing.Size(268, 22);
  362. this.toolStripMenuItemSaveCaliData2LocalFile.Text = "保存校准数据到本地";
  363. //
  364. // toolStripMenuItemLoadLocalCaliFileDataAndUsing
  365. //
  366. this.toolStripMenuItemLoadLocalCaliFileDataAndUsing.Name = "toolStripMenuItemLoadLocalCaliFileDataAndUsing";
  367. this.toolStripMenuItemLoadLocalCaliFileDataAndUsing.Size = new System.Drawing.Size(268, 22);
  368. this.toolStripMenuItemLoadLocalCaliFileDataAndUsing.Text = "装载本地校准数据并生效";
  369. //
  370. // toolStripMenuItemLoadLocalCaliFileDataAndSave2RemoteFile
  371. //
  372. this.toolStripMenuItemLoadLocalCaliFileDataAndSave2RemoteFile.Name = "toolStripMenuItemLoadLocalCaliFileDataAndSave2RemoteFile";
  373. this.toolStripMenuItemLoadLocalCaliFileDataAndSave2RemoteFile.Size = new System.Drawing.Size(268, 22);
  374. this.toolStripMenuItemLoadLocalCaliFileDataAndSave2RemoteFile.Text = "装载本地校准数据并保存到远端文件";
  375. //
  376. // panel1
  377. //
  378. this.panel1.Controls.Add(this.buttonRefresh);
  379. this.panel1.Controls.Add(this.comboBoxVisaResource);
  380. this.panel1.Controls.Add(this.panel10);
  381. this.panel1.Controls.Add(this.label1);
  382. this.panel1.Controls.Add(this.buttonConnectInstrument);
  383. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  384. this.panel1.Location = new System.Drawing.Point(0, 0);
  385. this.panel1.Name = "panel1";
  386. this.panel1.Size = new System.Drawing.Size(1208, 35);
  387. this.panel1.TabIndex = 2;
  388. //
  389. // buttonRefresh
  390. //
  391. this.buttonRefresh.Location = new System.Drawing.Point(473, 5);
  392. this.buttonRefresh.Name = "buttonRefresh";
  393. this.buttonRefresh.Size = new System.Drawing.Size(70, 28);
  394. this.buttonRefresh.TabIndex = 10;
  395. this.buttonRefresh.Text = "刷新";
  396. this.buttonRefresh.UseVisualStyleBackColor = true;
  397. this.buttonRefresh.Click += new System.EventHandler(this.buttonRefresh_Click);
  398. //
  399. // comboBoxVisaResource
  400. //
  401. this.comboBoxVisaResource.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  402. this.comboBoxVisaResource.FormattingEnabled = true;
  403. this.comboBoxVisaResource.Location = new System.Drawing.Point(75, 6);
  404. this.comboBoxVisaResource.Name = "comboBoxVisaResource";
  405. this.comboBoxVisaResource.Size = new System.Drawing.Size(394, 25);
  406. this.comboBoxVisaResource.TabIndex = 9;
  407. //
  408. // panel10
  409. //
  410. this.panel10.Controls.Add(this.buttonGotoExePath);
  411. this.panel10.Controls.Add(this.buttonCtrlRegionCtrl);
  412. this.panel10.Controls.Add(this.buttonWaveRegionCtrl);
  413. this.panel10.Dock = System.Windows.Forms.DockStyle.Right;
  414. this.panel10.Location = new System.Drawing.Point(957, 0);
  415. this.panel10.Name = "panel10";
  416. this.panel10.Size = new System.Drawing.Size(251, 35);
  417. this.panel10.TabIndex = 4;
  418. //
  419. // buttonGotoExePath
  420. //
  421. this.buttonGotoExePath.Location = new System.Drawing.Point(5, 4);
  422. this.buttonGotoExePath.Name = "buttonGotoExePath";
  423. this.buttonGotoExePath.Size = new System.Drawing.Size(55, 28);
  424. this.buttonGotoExePath.TabIndex = 4;
  425. this.buttonGotoExePath.Text = "转到...";
  426. this.buttonGotoExePath.UseVisualStyleBackColor = true;
  427. this.buttonGotoExePath.Click += new System.EventHandler(this.buttonGotoExePath_Click);
  428. //
  429. // buttonCtrlRegionCtrl
  430. //
  431. this.buttonCtrlRegionCtrl.Location = new System.Drawing.Point(165, 4);
  432. this.buttonCtrlRegionCtrl.Name = "buttonCtrlRegionCtrl";
  433. this.buttonCtrlRegionCtrl.Size = new System.Drawing.Size(78, 28);
  434. this.buttonCtrlRegionCtrl.TabIndex = 1;
  435. this.buttonCtrlRegionCtrl.Text = "隐藏校准区";
  436. this.buttonCtrlRegionCtrl.UseVisualStyleBackColor = true;
  437. this.buttonCtrlRegionCtrl.Click += new System.EventHandler(this.buttonCtrlRegionCtrl_Click);
  438. //
  439. // buttonWaveRegionCtrl
  440. //
  441. this.buttonWaveRegionCtrl.Location = new System.Drawing.Point(67, 4);
  442. this.buttonWaveRegionCtrl.Name = "buttonWaveRegionCtrl";
  443. this.buttonWaveRegionCtrl.Size = new System.Drawing.Size(89, 28);
  444. this.buttonWaveRegionCtrl.TabIndex = 0;
  445. this.buttonWaveRegionCtrl.Text = "隐藏波形区";
  446. this.buttonWaveRegionCtrl.UseVisualStyleBackColor = true;
  447. this.buttonWaveRegionCtrl.Click += new System.EventHandler(this.buttonWaveRegionCtrl_Click);
  448. //
  449. // label1
  450. //
  451. this.label1.AutoSize = true;
  452. this.label1.Location = new System.Drawing.Point(12, 9);
  453. this.label1.Name = "label1";
  454. this.label1.Size = new System.Drawing.Size(68, 17);
  455. this.label1.TabIndex = 1;
  456. this.label1.Text = "仪器地址:";
  457. //
  458. // buttonConnectInstrument
  459. //
  460. this.buttonConnectInstrument.Location = new System.Drawing.Point(549, 4);
  461. this.buttonConnectInstrument.Name = "buttonConnectInstrument";
  462. this.buttonConnectInstrument.Size = new System.Drawing.Size(85, 28);
  463. this.buttonConnectInstrument.TabIndex = 0;
  464. this.buttonConnectInstrument.Tag = "0";
  465. this.buttonConnectInstrument.Text = "连接仪器";
  466. this.buttonConnectInstrument.UseVisualStyleBackColor = true;
  467. this.buttonConnectInstrument.Click += new System.EventHandler(this.buttonConnectInstrument_Click);
  468. //
  469. // panel2
  470. //
  471. this.panel2.Controls.Add(this.panel3);
  472. this.panel2.Controls.Add(this.panel1);
  473. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  474. this.panel2.Location = new System.Drawing.Point(0, 0);
  475. this.panel2.Name = "panel2";
  476. this.panel2.Size = new System.Drawing.Size(1208, 679);
  477. this.panel2.TabIndex = 3;
  478. //
  479. // panel3
  480. //
  481. this.panel3.Controls.Add(this.splitContainer1);
  482. this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
  483. this.panel3.Location = new System.Drawing.Point(0, 35);
  484. this.panel3.Name = "panel3";
  485. this.panel3.Size = new System.Drawing.Size(1208, 644);
  486. this.panel3.TabIndex = 3;
  487. //
  488. // splitContainer1
  489. //
  490. this.splitContainer1.BackColor = System.Drawing.SystemColors.ActiveCaption;
  491. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  492. this.splitContainer1.ForeColor = System.Drawing.SystemColors.ControlText;
  493. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  494. this.splitContainer1.Name = "splitContainer1";
  495. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  496. //
  497. // splitContainer1.Panel1
  498. //
  499. this.splitContainer1.Panel1.BackColor = System.Drawing.SystemColors.Control;
  500. this.splitContainer1.Panel1.Controls.Add(this.waveViewer1);
  501. this.splitContainer1.Panel1MinSize = 10;
  502. //
  503. // splitContainer1.Panel2
  504. //
  505. this.splitContainer1.Panel2.BackColor = System.Drawing.SystemColors.Control;
  506. this.splitContainer1.Panel2.Controls.Add(this.tabControl1);
  507. this.splitContainer1.Panel2MinSize = 10;
  508. this.splitContainer1.Size = new System.Drawing.Size(1208, 644);
  509. this.splitContainer1.SplitterDistance = 289;
  510. this.splitContainer1.TabIndex = 1;
  511. //
  512. // waveViewer1
  513. //
  514. this.waveViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
  515. this.waveViewer1.Location = new System.Drawing.Point(0, 0);
  516. this.waveViewer1.Name = "waveViewer1";
  517. this.waveViewer1.Size = new System.Drawing.Size(1208, 289);
  518. this.waveViewer1.TabIndex = 0;
  519. //
  520. // folderBrowserDialog1
  521. //
  522. this.folderBrowserDialog1.Description = "选择保存的目录";
  523. //
  524. // MainForm
  525. //
  526. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  527. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  528. this.ClientSize = new System.Drawing.Size(1208, 702);
  529. this.Controls.Add(this.panel2);
  530. this.Controls.Add(this.statusStrip1);
  531. this.Name = "MainForm";
  532. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  533. this.Text = "DsoFactoryIntegrativeTool";
  534. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
  535. this.Load += new System.EventHandler(this.MainForm_Load);
  536. this.tabControl1.ResumeLayout(false);
  537. this.tabPage1.ResumeLayout(false);
  538. this.tabPage2.ResumeLayout(false);
  539. this.tabPage3.ResumeLayout(false);
  540. this.tabPage10.ResumeLayout(false);
  541. this.tabPage9.ResumeLayout(false);
  542. this.tabPage4.ResumeLayout(false);
  543. this.tabPage5.ResumeLayout(false);
  544. this.tabPage6.ResumeLayout(false);
  545. this.tabPage7.ResumeLayout(false);
  546. this.tabPage8.ResumeLayout(false);
  547. this.statusStrip1.ResumeLayout(false);
  548. this.statusStrip1.PerformLayout();
  549. this.panel1.ResumeLayout(false);
  550. this.panel1.PerformLayout();
  551. this.panel10.ResumeLayout(false);
  552. this.panel2.ResumeLayout(false);
  553. this.panel3.ResumeLayout(false);
  554. this.splitContainer1.Panel1.ResumeLayout(false);
  555. this.splitContainer1.Panel2.ResumeLayout(false);
  556. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  557. this.splitContainer1.ResumeLayout(false);
  558. this.ResumeLayout(false);
  559. this.PerformLayout();
  560. }
  561. #endregion
  562. private System.Windows.Forms.TabControl tabControl1;
  563. private System.Windows.Forms.TabPage tabPage1;
  564. private System.Windows.Forms.TabPage tabPage2;
  565. private System.Windows.Forms.StatusStrip statusStrip1;
  566. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
  567. private System.Windows.Forms.ToolStripProgressBar toolStripProgressBar1;
  568. private System.Windows.Forms.Panel panel1;
  569. private System.Windows.Forms.Panel panel2;
  570. private System.Windows.Forms.Panel panel3;
  571. private System.Windows.Forms.Label label1;
  572. private System.Windows.Forms.Button buttonConnectInstrument;
  573. private System.Windows.Forms.SplitContainer splitContainer1;
  574. private System.Windows.Forms.Panel panel10;
  575. private System.Windows.Forms.Button buttonCtrlRegionCtrl;
  576. private System.Windows.Forms.Button buttonWaveRegionCtrl;
  577. private WaveViewer waveViewer1;
  578. private System.Windows.Forms.TabPage tabPage4;
  579. private System.Windows.Forms.TabPage tabPage5;
  580. private System.Windows.Forms.TabPage tabPage6;
  581. private TabPageCaliData_AcqSync tabPageCaliData_AcqSync1;
  582. private System.Windows.Forms.TabPage tabPage3;
  583. private TabPageCaliData_TiAdc tabPageCaliData_TiAdc1;
  584. private TabPageBatchTask tabPageBatchTask1;
  585. private TabPageMatlabSourceCode tabPageMatlabSourceCode1;
  586. private TabPageScpiCmd tabPageScpiCmd1;
  587. private System.Windows.Forms.Button buttonRefresh;
  588. private System.Windows.Forms.ComboBox comboBoxVisaResource;
  589. private System.Windows.Forms.Button buttonGotoExePath;
  590. private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
  591. private System.Windows.Forms.TabPage tabPage7;
  592. private TabPageFPGAVersionInfo tabPageVersionInfo1;
  593. private System.Windows.Forms.TabPage tabPage8;
  594. private TabPage_FPGAAllWritedRegisterValueReadback tabPage_fpgaAllWritedRegisterValueReadback1;
  595. private TabPageCaliData_Channel tabPageCaliData_Channel1;
  596. private System.Windows.Forms.ToolStripDropDownButton toolStripDropDownButton1;
  597. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemLoadRemoteUsingData;
  598. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
  599. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem3;
  600. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem4;
  601. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem5;
  602. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemLoadRemoteCaliFileData;
  603. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemSaveCaliData2LocalFile;
  604. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemLoadLocalCaliFileDataAndUsing;
  605. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemLoadLocalCaliFileDataAndSave2RemoteFile;
  606. private System.Windows.Forms.TabPage tabPage9;
  607. private TabPageCoefficientsTable tabPageCoefficientsTable1;
  608. private System.Windows.Forms.TabPage tabPage10;
  609. private TabPageMiscData tabPageMiscData1;
  610. }
  611. }