Test.Designer.cs 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767
  1. namespace IntelligentControlForsx.Test
  2. {
  3. partial class Test
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. this.btnMySql = new System.Windows.Forms.Button();
  30. this.btnDateToLong = new System.Windows.Forms.Button();
  31. this.btnGetHomeInfo = new System.Windows.Forms.Button();
  32. this.btnConvert = new System.Windows.Forms.Button();
  33. this.btnRef = new System.Windows.Forms.Button();
  34. this.btnForeach = new System.Windows.Forms.Button();
  35. this.btnGetSnap = new System.Windows.Forms.Button();
  36. this.btnParameter = new System.Windows.Forms.Button();
  37. this.btnGolden = new System.Windows.Forms.Button();
  38. this.btnWindturbine_TagName = new System.Windows.Forms.Button();
  39. this.btnThread = new System.Windows.Forms.Button();
  40. this.btnSubString = new System.Windows.Forms.Button();
  41. this.btnOutMethod = new System.Windows.Forms.Button();
  42. this.btnConnect = new System.Windows.Forms.Button();
  43. this.btnSendCmd = new System.Windows.Forms.Button();
  44. this.btnForeachBreak = new System.Windows.Forms.Button();
  45. this.btnPic = new System.Windows.Forms.Button();
  46. this.btnGroupBy = new System.Windows.Forms.Button();
  47. this.btnUniformCodeTest = new System.Windows.Forms.Button();
  48. this.btnFingerCheck = new System.Windows.Forms.Button();
  49. this.btnGetPath = new System.Windows.Forms.Button();
  50. this.btnRegister = new System.Windows.Forms.Button();
  51. this.btnGetWindturbine = new System.Windows.Forms.Button();
  52. this.btnDic = new System.Windows.Forms.Button();
  53. this.btnArrSub = new System.Windows.Forms.Button();
  54. this.plInfo = new System.Windows.Forms.Panel();
  55. this.btnControlFull = new System.Windows.Forms.Button();
  56. this.label1 = new System.Windows.Forms.Label();
  57. this.btnChange = new System.Windows.Forms.Button();
  58. this.btnToOtherPage = new System.Windows.Forms.Button();
  59. this.btnIndexTest = new System.Windows.Forms.Button();
  60. this.btnRestFul = new System.Windows.Forms.Button();
  61. this.btnAdapter = new System.Windows.Forms.Button();
  62. this.btnAdapterSnap = new System.Windows.Forms.Button();
  63. this.btnGoldenWirte = new System.Windows.Forms.Button();
  64. this.panel1 = new System.Windows.Forms.Panel();
  65. this.btnControlTest = new System.Windows.Forms.Button();
  66. this.btnGetClassName = new System.Windows.Forms.Button();
  67. this.btnGetControl = new System.Windows.Forms.Button();
  68. this.btnNumConvert = new System.Windows.Forms.Button();
  69. this.lblTime = new System.Windows.Forms.Label();
  70. this.timer1 = new System.Windows.Forms.Timer(this.components);
  71. this.button1 = new System.Windows.Forms.Button();
  72. this.panel2 = new System.Windows.Forms.Panel();
  73. this.btnXmlRead = new System.Windows.Forms.Button();
  74. this.textBox1 = new System.Windows.Forms.TextBox();
  75. this.textBox2 = new System.Windows.Forms.TextBox();
  76. this.button2 = new System.Windows.Forms.Button();
  77. this.label2 = new System.Windows.Forms.Label();
  78. this.label3 = new System.Windows.Forms.Label();
  79. this.button3 = new System.Windows.Forms.Button();
  80. this.textBox3 = new System.Windows.Forms.TextBox();
  81. this.label4 = new System.Windows.Forms.Label();
  82. this.pointValueDI1 = new IntelligentControlForsx.MyControls.windturbine.PointValueDI();
  83. this.pointValueAI1 = new IntelligentControlForsx.MyControls.windturbine.PointValueAI();
  84. this.panel1.SuspendLayout();
  85. this.SuspendLayout();
  86. //
  87. // btnMySql
  88. //
  89. this.btnMySql.Location = new System.Drawing.Point(12, 12);
  90. this.btnMySql.Name = "btnMySql";
  91. this.btnMySql.Size = new System.Drawing.Size(75, 23);
  92. this.btnMySql.TabIndex = 0;
  93. this.btnMySql.Text = "btnMySql";
  94. this.btnMySql.UseVisualStyleBackColor = true;
  95. this.btnMySql.Click += new System.EventHandler(this.btnMySql_Click);
  96. //
  97. // btnDateToLong
  98. //
  99. this.btnDateToLong.Location = new System.Drawing.Point(12, 41);
  100. this.btnDateToLong.Name = "btnDateToLong";
  101. this.btnDateToLong.Size = new System.Drawing.Size(102, 23);
  102. this.btnDateToLong.TabIndex = 1;
  103. this.btnDateToLong.Text = "btnDateToLong";
  104. this.btnDateToLong.UseVisualStyleBackColor = true;
  105. this.btnDateToLong.Click += new System.EventHandler(this.btnDateToLong_Click);
  106. //
  107. // btnGetHomeInfo
  108. //
  109. this.btnGetHomeInfo.Location = new System.Drawing.Point(12, 70);
  110. this.btnGetHomeInfo.Name = "btnGetHomeInfo";
  111. this.btnGetHomeInfo.Size = new System.Drawing.Size(75, 23);
  112. this.btnGetHomeInfo.TabIndex = 2;
  113. this.btnGetHomeInfo.Text = "btnGetHomeInfo";
  114. this.btnGetHomeInfo.UseVisualStyleBackColor = true;
  115. this.btnGetHomeInfo.Click += new System.EventHandler(this.btnGetHomeInfo_Click);
  116. //
  117. // btnConvert
  118. //
  119. this.btnConvert.Location = new System.Drawing.Point(12, 99);
  120. this.btnConvert.Name = "btnConvert";
  121. this.btnConvert.Size = new System.Drawing.Size(75, 23);
  122. this.btnConvert.TabIndex = 3;
  123. this.btnConvert.Text = "btnConvert";
  124. this.btnConvert.UseVisualStyleBackColor = true;
  125. this.btnConvert.Click += new System.EventHandler(this.btnConvert_Click);
  126. //
  127. // btnRef
  128. //
  129. this.btnRef.Location = new System.Drawing.Point(12, 128);
  130. this.btnRef.Name = "btnRef";
  131. this.btnRef.Size = new System.Drawing.Size(75, 23);
  132. this.btnRef.TabIndex = 4;
  133. this.btnRef.Text = "btnRef";
  134. this.btnRef.UseVisualStyleBackColor = true;
  135. this.btnRef.Click += new System.EventHandler(this.btnRef_Click);
  136. //
  137. // btnForeach
  138. //
  139. this.btnForeach.Location = new System.Drawing.Point(12, 157);
  140. this.btnForeach.Name = "btnForeach";
  141. this.btnForeach.Size = new System.Drawing.Size(75, 23);
  142. this.btnForeach.TabIndex = 5;
  143. this.btnForeach.Text = "btnForeach";
  144. this.btnForeach.UseVisualStyleBackColor = true;
  145. this.btnForeach.Click += new System.EventHandler(this.btnForeach_Click);
  146. //
  147. // btnGetSnap
  148. //
  149. this.btnGetSnap.Location = new System.Drawing.Point(12, 186);
  150. this.btnGetSnap.Name = "btnGetSnap";
  151. this.btnGetSnap.Size = new System.Drawing.Size(75, 23);
  152. this.btnGetSnap.TabIndex = 6;
  153. this.btnGetSnap.Text = "btnGetSnap";
  154. this.btnGetSnap.UseVisualStyleBackColor = true;
  155. this.btnGetSnap.Click += new System.EventHandler(this.btnGetSnap_Click);
  156. //
  157. // btnParameter
  158. //
  159. this.btnParameter.Location = new System.Drawing.Point(12, 215);
  160. this.btnParameter.Name = "btnParameter";
  161. this.btnParameter.Size = new System.Drawing.Size(75, 23);
  162. this.btnParameter.TabIndex = 7;
  163. this.btnParameter.Text = "btnParameter";
  164. this.btnParameter.UseVisualStyleBackColor = true;
  165. this.btnParameter.Click += new System.EventHandler(this.btnParameter_Click);
  166. //
  167. // btnGolden
  168. //
  169. this.btnGolden.Location = new System.Drawing.Point(181, 12);
  170. this.btnGolden.Name = "btnGolden";
  171. this.btnGolden.Size = new System.Drawing.Size(75, 23);
  172. this.btnGolden.TabIndex = 8;
  173. this.btnGolden.Text = "btnGolden";
  174. this.btnGolden.UseVisualStyleBackColor = true;
  175. this.btnGolden.Click += new System.EventHandler(this.btnGolden_Click);
  176. //
  177. // btnWindturbine_TagName
  178. //
  179. this.btnWindturbine_TagName.Location = new System.Drawing.Point(167, 41);
  180. this.btnWindturbine_TagName.Name = "btnWindturbine_TagName";
  181. this.btnWindturbine_TagName.Size = new System.Drawing.Size(105, 23);
  182. this.btnWindturbine_TagName.TabIndex = 9;
  183. this.btnWindturbine_TagName.Text = "btnWindturbine_TagName";
  184. this.btnWindturbine_TagName.UseVisualStyleBackColor = true;
  185. this.btnWindturbine_TagName.Click += new System.EventHandler(this.btnWindturbine_TagName_Click);
  186. //
  187. // btnThread
  188. //
  189. this.btnThread.Location = new System.Drawing.Point(151, 99);
  190. this.btnThread.Name = "btnThread";
  191. this.btnThread.Size = new System.Drawing.Size(105, 23);
  192. this.btnThread.TabIndex = 10;
  193. this.btnThread.Text = "btnThread";
  194. this.btnThread.UseVisualStyleBackColor = true;
  195. this.btnThread.Click += new System.EventHandler(this.btnThread_Click);
  196. //
  197. // btnSubString
  198. //
  199. this.btnSubString.Location = new System.Drawing.Point(151, 141);
  200. this.btnSubString.Name = "btnSubString";
  201. this.btnSubString.Size = new System.Drawing.Size(105, 23);
  202. this.btnSubString.TabIndex = 11;
  203. this.btnSubString.Text = "btnSubString";
  204. this.btnSubString.UseVisualStyleBackColor = true;
  205. this.btnSubString.Click += new System.EventHandler(this.btnSubString_Click);
  206. //
  207. // btnOutMethod
  208. //
  209. this.btnOutMethod.Location = new System.Drawing.Point(151, 170);
  210. this.btnOutMethod.Name = "btnOutMethod";
  211. this.btnOutMethod.Size = new System.Drawing.Size(105, 23);
  212. this.btnOutMethod.TabIndex = 12;
  213. this.btnOutMethod.Text = "btnOutMethod";
  214. this.btnOutMethod.UseVisualStyleBackColor = true;
  215. this.btnOutMethod.Click += new System.EventHandler(this.btnOutMethod_Click);
  216. //
  217. // btnConnect
  218. //
  219. this.btnConnect.Location = new System.Drawing.Point(438, 41);
  220. this.btnConnect.Name = "btnConnect";
  221. this.btnConnect.Size = new System.Drawing.Size(75, 23);
  222. this.btnConnect.TabIndex = 14;
  223. this.btnConnect.Text = "创建通道";
  224. this.btnConnect.UseVisualStyleBackColor = true;
  225. this.btnConnect.Click += new System.EventHandler(this.btnConnect_Click);
  226. //
  227. // btnSendCmd
  228. //
  229. this.btnSendCmd.Location = new System.Drawing.Point(438, 99);
  230. this.btnSendCmd.Name = "btnSendCmd";
  231. this.btnSendCmd.Size = new System.Drawing.Size(75, 23);
  232. this.btnSendCmd.TabIndex = 15;
  233. this.btnSendCmd.Text = "发送指令";
  234. this.btnSendCmd.UseVisualStyleBackColor = true;
  235. this.btnSendCmd.Click += new System.EventHandler(this.btnSendCmd_Click);
  236. //
  237. // btnForeachBreak
  238. //
  239. this.btnForeachBreak.Location = new System.Drawing.Point(151, 215);
  240. this.btnForeachBreak.Name = "btnForeachBreak";
  241. this.btnForeachBreak.Size = new System.Drawing.Size(105, 23);
  242. this.btnForeachBreak.TabIndex = 16;
  243. this.btnForeachBreak.Text = "btnForeachBreak";
  244. this.btnForeachBreak.UseVisualStyleBackColor = true;
  245. this.btnForeachBreak.Click += new System.EventHandler(this.btnForeachBreak_Click);
  246. //
  247. // btnPic
  248. //
  249. this.btnPic.Location = new System.Drawing.Point(419, 157);
  250. this.btnPic.Name = "btnPic";
  251. this.btnPic.Size = new System.Drawing.Size(94, 23);
  252. this.btnPic.TabIndex = 18;
  253. this.btnPic.Text = "btnFullPic";
  254. this.btnPic.UseVisualStyleBackColor = true;
  255. this.btnPic.Click += new System.EventHandler(this.btnPic_Click);
  256. //
  257. // btnGroupBy
  258. //
  259. this.btnGroupBy.Location = new System.Drawing.Point(151, 263);
  260. this.btnGroupBy.Name = "btnGroupBy";
  261. this.btnGroupBy.Size = new System.Drawing.Size(94, 23);
  262. this.btnGroupBy.TabIndex = 19;
  263. this.btnGroupBy.Text = "btnGroupBy";
  264. this.btnGroupBy.UseVisualStyleBackColor = true;
  265. this.btnGroupBy.Click += new System.EventHandler(this.btnGroupBy_Click);
  266. //
  267. // btnUniformCodeTest
  268. //
  269. this.btnUniformCodeTest.Location = new System.Drawing.Point(419, 225);
  270. this.btnUniformCodeTest.Name = "btnUniformCodeTest";
  271. this.btnUniformCodeTest.Size = new System.Drawing.Size(138, 23);
  272. this.btnUniformCodeTest.TabIndex = 20;
  273. this.btnUniformCodeTest.Text = "btnUniformCodeTest";
  274. this.btnUniformCodeTest.UseVisualStyleBackColor = true;
  275. this.btnUniformCodeTest.Click += new System.EventHandler(this.btnUniformCodeTest_Click);
  276. //
  277. // btnFingerCheck
  278. //
  279. this.btnFingerCheck.Location = new System.Drawing.Point(595, 112);
  280. this.btnFingerCheck.Name = "btnFingerCheck";
  281. this.btnFingerCheck.Size = new System.Drawing.Size(138, 23);
  282. this.btnFingerCheck.TabIndex = 21;
  283. this.btnFingerCheck.Text = "btnFingerCheck";
  284. this.btnFingerCheck.UseVisualStyleBackColor = true;
  285. this.btnFingerCheck.Click += new System.EventHandler(this.btnFingerCheck_Click);
  286. //
  287. // btnGetPath
  288. //
  289. this.btnGetPath.Location = new System.Drawing.Point(419, 263);
  290. this.btnGetPath.Name = "btnGetPath";
  291. this.btnGetPath.Size = new System.Drawing.Size(138, 23);
  292. this.btnGetPath.TabIndex = 22;
  293. this.btnGetPath.Text = "btnGetPath";
  294. this.btnGetPath.UseVisualStyleBackColor = true;
  295. this.btnGetPath.Click += new System.EventHandler(this.btnGetPath_Click);
  296. //
  297. // btnRegister
  298. //
  299. this.btnRegister.Location = new System.Drawing.Point(586, 41);
  300. this.btnRegister.Name = "btnRegister";
  301. this.btnRegister.Size = new System.Drawing.Size(138, 23);
  302. this.btnRegister.TabIndex = 23;
  303. this.btnRegister.Text = "btnRegister";
  304. this.btnRegister.UseVisualStyleBackColor = true;
  305. this.btnRegister.Click += new System.EventHandler(this.btnRegister_Click);
  306. //
  307. // btnGetWindturbine
  308. //
  309. this.btnGetWindturbine.Location = new System.Drawing.Point(595, 170);
  310. this.btnGetWindturbine.Name = "btnGetWindturbine";
  311. this.btnGetWindturbine.Size = new System.Drawing.Size(138, 23);
  312. this.btnGetWindturbine.TabIndex = 24;
  313. this.btnGetWindturbine.Text = "btnGetWindturbine";
  314. this.btnGetWindturbine.UseVisualStyleBackColor = true;
  315. this.btnGetWindturbine.Click += new System.EventHandler(this.btnGetWindturbine_Click);
  316. //
  317. // btnDic
  318. //
  319. this.btnDic.Location = new System.Drawing.Point(595, 225);
  320. this.btnDic.Name = "btnDic";
  321. this.btnDic.Size = new System.Drawing.Size(138, 23);
  322. this.btnDic.TabIndex = 25;
  323. this.btnDic.Text = "btnDic";
  324. this.btnDic.UseVisualStyleBackColor = true;
  325. this.btnDic.Click += new System.EventHandler(this.btnDic_Click);
  326. //
  327. // btnArrSub
  328. //
  329. this.btnArrSub.Location = new System.Drawing.Point(595, 263);
  330. this.btnArrSub.Name = "btnArrSub";
  331. this.btnArrSub.Size = new System.Drawing.Size(138, 23);
  332. this.btnArrSub.TabIndex = 26;
  333. this.btnArrSub.Text = "数组截取";
  334. this.btnArrSub.UseVisualStyleBackColor = true;
  335. this.btnArrSub.Click += new System.EventHandler(this.btnArrSub_Click);
  336. //
  337. // plInfo
  338. //
  339. this.plInfo.AutoScroll = true;
  340. this.plInfo.AutoScrollMinSize = new System.Drawing.Size(1920, 120);
  341. this.plInfo.AutoSize = true;
  342. this.plInfo.BackColor = System.Drawing.Color.White;
  343. this.plInfo.Dock = System.Windows.Forms.DockStyle.Bottom;
  344. this.plInfo.ForeColor = System.Drawing.Color.White;
  345. this.plInfo.Location = new System.Drawing.Point(0, 706);
  346. this.plInfo.Name = "plInfo";
  347. this.plInfo.Size = new System.Drawing.Size(1904, 0);
  348. this.plInfo.TabIndex = 27;
  349. //
  350. // btnControlFull
  351. //
  352. this.btnControlFull.Location = new System.Drawing.Point(595, 310);
  353. this.btnControlFull.Name = "btnControlFull";
  354. this.btnControlFull.Size = new System.Drawing.Size(138, 23);
  355. this.btnControlFull.TabIndex = 28;
  356. this.btnControlFull.Text = "btnControlFull";
  357. this.btnControlFull.UseVisualStyleBackColor = true;
  358. this.btnControlFull.Click += new System.EventHandler(this.btnControlFull_Click);
  359. //
  360. // label1
  361. //
  362. this.label1.AutoSize = true;
  363. this.label1.BackColor = System.Drawing.Color.Blue;
  364. this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  365. this.label1.Location = new System.Drawing.Point(1077, 186);
  366. this.label1.Name = "label1";
  367. this.label1.Size = new System.Drawing.Size(41, 12);
  368. this.label1.TabIndex = 29;
  369. this.label1.Text = "label1";
  370. this.label1.Click += new System.EventHandler(this.label1_Click);
  371. //
  372. // btnChange
  373. //
  374. this.btnChange.Location = new System.Drawing.Point(778, 128);
  375. this.btnChange.Name = "btnChange";
  376. this.btnChange.Size = new System.Drawing.Size(138, 23);
  377. this.btnChange.TabIndex = 30;
  378. this.btnChange.Text = "btnChange";
  379. this.btnChange.UseVisualStyleBackColor = true;
  380. this.btnChange.Click += new System.EventHandler(this.btnChange_Click);
  381. //
  382. // btnToOtherPage
  383. //
  384. this.btnToOtherPage.Location = new System.Drawing.Point(778, 41);
  385. this.btnToOtherPage.Name = "btnToOtherPage";
  386. this.btnToOtherPage.Size = new System.Drawing.Size(138, 23);
  387. this.btnToOtherPage.TabIndex = 31;
  388. this.btnToOtherPage.Text = "转到新页面";
  389. this.btnToOtherPage.UseVisualStyleBackColor = true;
  390. this.btnToOtherPage.Click += new System.EventHandler(this.btnToOtherPage_Click);
  391. //
  392. // btnIndexTest
  393. //
  394. this.btnIndexTest.Location = new System.Drawing.Point(778, 204);
  395. this.btnIndexTest.Name = "btnIndexTest";
  396. this.btnIndexTest.Size = new System.Drawing.Size(138, 23);
  397. this.btnIndexTest.TabIndex = 32;
  398. this.btnIndexTest.Text = "MySqlIndexTest";
  399. this.btnIndexTest.UseVisualStyleBackColor = true;
  400. this.btnIndexTest.Click += new System.EventHandler(this.btnIndexTest_Click);
  401. //
  402. // btnRestFul
  403. //
  404. this.btnRestFul.Location = new System.Drawing.Point(778, 263);
  405. this.btnRestFul.Name = "btnRestFul";
  406. this.btnRestFul.Size = new System.Drawing.Size(138, 23);
  407. this.btnRestFul.TabIndex = 33;
  408. this.btnRestFul.Text = "统一编码访问适配器";
  409. this.btnRestFul.UseVisualStyleBackColor = true;
  410. this.btnRestFul.Click += new System.EventHandler(this.btnRestFul_Click);
  411. //
  412. // btnAdapter
  413. //
  414. this.btnAdapter.Location = new System.Drawing.Point(778, 310);
  415. this.btnAdapter.Name = "btnAdapter";
  416. this.btnAdapter.Size = new System.Drawing.Size(138, 23);
  417. this.btnAdapter.TabIndex = 34;
  418. this.btnAdapter.Text = "适配器测试";
  419. this.btnAdapter.UseVisualStyleBackColor = true;
  420. this.btnAdapter.Click += new System.EventHandler(this.btnAdapter_Click);
  421. //
  422. // btnAdapterSnap
  423. //
  424. this.btnAdapterSnap.Location = new System.Drawing.Point(778, 352);
  425. this.btnAdapterSnap.Name = "btnAdapterSnap";
  426. this.btnAdapterSnap.Size = new System.Drawing.Size(138, 23);
  427. this.btnAdapterSnap.TabIndex = 35;
  428. this.btnAdapterSnap.Text = "btnAdapterSnap";
  429. this.btnAdapterSnap.UseVisualStyleBackColor = true;
  430. this.btnAdapterSnap.Click += new System.EventHandler(this.btnAdapterSnap_Click);
  431. //
  432. // btnGoldenWirte
  433. //
  434. this.btnGoldenWirte.Location = new System.Drawing.Point(959, 41);
  435. this.btnGoldenWirte.Name = "btnGoldenWirte";
  436. this.btnGoldenWirte.Size = new System.Drawing.Size(138, 23);
  437. this.btnGoldenWirte.TabIndex = 36;
  438. this.btnGoldenWirte.Text = "btnGoldenWirte";
  439. this.btnGoldenWirte.UseVisualStyleBackColor = true;
  440. this.btnGoldenWirte.Click += new System.EventHandler(this.btnGoldenWirte_Click);
  441. //
  442. // panel1
  443. //
  444. this.panel1.BackColor = System.Drawing.Color.Black;
  445. this.panel1.Controls.Add(this.pointValueDI1);
  446. this.panel1.Controls.Add(this.pointValueAI1);
  447. this.panel1.Location = new System.Drawing.Point(44, 292);
  448. this.panel1.Name = "panel1";
  449. this.panel1.Size = new System.Drawing.Size(485, 160);
  450. this.panel1.TabIndex = 37;
  451. //
  452. // btnControlTest
  453. //
  454. this.btnControlTest.Location = new System.Drawing.Point(547, 426);
  455. this.btnControlTest.Name = "btnControlTest";
  456. this.btnControlTest.Size = new System.Drawing.Size(138, 23);
  457. this.btnControlTest.TabIndex = 38;
  458. this.btnControlTest.Text = "btnControlTest";
  459. this.btnControlTest.UseVisualStyleBackColor = true;
  460. this.btnControlTest.Click += new System.EventHandler(this.btnControlTest_Click);
  461. //
  462. // btnGetClassName
  463. //
  464. this.btnGetClassName.Location = new System.Drawing.Point(764, 404);
  465. this.btnGetClassName.Name = "btnGetClassName";
  466. this.btnGetClassName.Size = new System.Drawing.Size(138, 23);
  467. this.btnGetClassName.TabIndex = 39;
  468. this.btnGetClassName.Text = "btnGetClassName";
  469. this.btnGetClassName.UseVisualStyleBackColor = true;
  470. this.btnGetClassName.Click += new System.EventHandler(this.btnGetClassName_Click);
  471. //
  472. // btnGetControl
  473. //
  474. this.btnGetControl.Location = new System.Drawing.Point(959, 275);
  475. this.btnGetControl.Name = "btnGetControl";
  476. this.btnGetControl.Size = new System.Drawing.Size(138, 23);
  477. this.btnGetControl.TabIndex = 40;
  478. this.btnGetControl.Text = "获取页面所有控件";
  479. this.btnGetControl.UseVisualStyleBackColor = true;
  480. this.btnGetControl.Click += new System.EventHandler(this.btnGetControl_Click);
  481. //
  482. // btnNumConvert
  483. //
  484. this.btnNumConvert.Location = new System.Drawing.Point(959, 324);
  485. this.btnNumConvert.Name = "btnNumConvert";
  486. this.btnNumConvert.Size = new System.Drawing.Size(138, 23);
  487. this.btnNumConvert.TabIndex = 41;
  488. this.btnNumConvert.Text = "数字转化";
  489. this.btnNumConvert.UseVisualStyleBackColor = true;
  490. this.btnNumConvert.Click += new System.EventHandler(this.btnNumConvert_Click);
  491. //
  492. // lblTime
  493. //
  494. this.lblTime.AutoSize = true;
  495. this.lblTime.Location = new System.Drawing.Point(1019, 414);
  496. this.lblTime.Name = "lblTime";
  497. this.lblTime.Size = new System.Drawing.Size(41, 12);
  498. this.lblTime.TabIndex = 42;
  499. this.lblTime.Text = "label2";
  500. //
  501. // timer1
  502. //
  503. this.timer1.Enabled = true;
  504. this.timer1.Interval = 1000;
  505. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  506. //
  507. // button1
  508. //
  509. this.button1.Location = new System.Drawing.Point(931, 409);
  510. this.button1.Name = "button1";
  511. this.button1.Size = new System.Drawing.Size(138, 23);
  512. this.button1.TabIndex = 43;
  513. this.button1.Text = "button1";
  514. this.button1.UseVisualStyleBackColor = true;
  515. this.button1.Click += new System.EventHandler(this.button1_Click);
  516. //
  517. // panel2
  518. //
  519. this.panel2.Location = new System.Drawing.Point(56, 476);
  520. this.panel2.Name = "panel2";
  521. this.panel2.Size = new System.Drawing.Size(1129, 100);
  522. this.panel2.TabIndex = 44;
  523. //
  524. // btnXmlRead
  525. //
  526. this.btnXmlRead.Location = new System.Drawing.Point(1123, 41);
  527. this.btnXmlRead.Name = "btnXmlRead";
  528. this.btnXmlRead.Size = new System.Drawing.Size(138, 23);
  529. this.btnXmlRead.TabIndex = 45;
  530. this.btnXmlRead.Text = "xml读取测试";
  531. this.btnXmlRead.UseVisualStyleBackColor = true;
  532. this.btnXmlRead.Click += new System.EventHandler(this.btnXmlRead_Click);
  533. //
  534. // textBox1
  535. //
  536. this.textBox1.Location = new System.Drawing.Point(1314, 253);
  537. this.textBox1.Name = "textBox1";
  538. this.textBox1.Size = new System.Drawing.Size(100, 21);
  539. this.textBox1.TabIndex = 46;
  540. //
  541. // textBox2
  542. //
  543. this.textBox2.Location = new System.Drawing.Point(1314, 312);
  544. this.textBox2.Name = "textBox2";
  545. this.textBox2.Size = new System.Drawing.Size(100, 21);
  546. this.textBox2.TabIndex = 46;
  547. this.textBox2.TextChanged += new System.EventHandler(this.textBox2_TextChanged);
  548. //
  549. // button2
  550. //
  551. this.button2.Location = new System.Drawing.Point(1287, 404);
  552. this.button2.Name = "button2";
  553. this.button2.Size = new System.Drawing.Size(75, 23);
  554. this.button2.TabIndex = 47;
  555. this.button2.Text = "计算";
  556. this.button2.UseVisualStyleBackColor = true;
  557. this.button2.Click += new System.EventHandler(this.button2_Click);
  558. //
  559. // label2
  560. //
  561. this.label2.AutoSize = true;
  562. this.label2.BackColor = System.Drawing.Color.Blue;
  563. this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  564. this.label2.Location = new System.Drawing.Point(1252, 256);
  565. this.label2.Name = "label2";
  566. this.label2.Size = new System.Drawing.Size(35, 12);
  567. this.label2.TabIndex = 29;
  568. this.label2.Text = "数字1";
  569. this.label2.Click += new System.EventHandler(this.label1_Click);
  570. //
  571. // label3
  572. //
  573. this.label3.AutoSize = true;
  574. this.label3.BackColor = System.Drawing.Color.Blue;
  575. this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  576. this.label3.Location = new System.Drawing.Point(1252, 321);
  577. this.label3.Name = "label3";
  578. this.label3.Size = new System.Drawing.Size(35, 12);
  579. this.label3.TabIndex = 29;
  580. this.label3.Text = "数字2";
  581. this.label3.Click += new System.EventHandler(this.label1_Click);
  582. //
  583. // button3
  584. //
  585. this.button3.Location = new System.Drawing.Point(1231, 476);
  586. this.button3.Name = "button3";
  587. this.button3.Size = new System.Drawing.Size(147, 23);
  588. this.button3.TabIndex = 47;
  589. this.button3.Text = "设置textBox1的值";
  590. this.button3.UseVisualStyleBackColor = true;
  591. this.button3.Click += new System.EventHandler(this.button3_Click);
  592. //
  593. // textBox3
  594. //
  595. this.textBox3.Location = new System.Drawing.Point(1314, 339);
  596. this.textBox3.Name = "textBox3";
  597. this.textBox3.Size = new System.Drawing.Size(100, 21);
  598. this.textBox3.TabIndex = 46;
  599. this.textBox3.TextChanged += new System.EventHandler(this.textBox2_TextChanged);
  600. //
  601. // label4
  602. //
  603. this.label4.AutoSize = true;
  604. this.label4.BackColor = System.Drawing.Color.Blue;
  605. this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  606. this.label4.Location = new System.Drawing.Point(1252, 342);
  607. this.label4.Name = "label4";
  608. this.label4.Size = new System.Drawing.Size(41, 12);
  609. this.label4.TabIndex = 29;
  610. this.label4.Text = "计算符";
  611. this.label4.Click += new System.EventHandler(this.label1_Click);
  612. //
  613. // pointValueDI1
  614. //
  615. this.pointValueDI1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  616. this.pointValueDI1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  617. this.pointValueDI1.Location = new System.Drawing.Point(85, 60);
  618. this.pointValueDI1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  619. this.pointValueDI1.Name = "pointValueDI1";
  620. this.pointValueDI1.NameString = null;
  621. this.pointValueDI1.Size = new System.Drawing.Size(297, 37);
  622. this.pointValueDI1.StatusString = null;
  623. this.pointValueDI1.TabIndex = 1;
  624. //
  625. // pointValueAI1
  626. //
  627. this.pointValueAI1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
  628. this.pointValueAI1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  629. this.pointValueAI1.Location = new System.Drawing.Point(85, 4);
  630. this.pointValueAI1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  631. this.pointValueAI1.Name = "pointValueAI1";
  632. this.pointValueAI1.NameString = null;
  633. this.pointValueAI1.Size = new System.Drawing.Size(297, 37);
  634. this.pointValueAI1.TabIndex = 0;
  635. this.pointValueAI1.UnitString = null;
  636. this.pointValueAI1.ValueString = null;
  637. //
  638. // Test
  639. //
  640. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  641. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  642. this.BackColor = System.Drawing.Color.White;
  643. this.ClientSize = new System.Drawing.Size(1904, 706);
  644. this.Controls.Add(this.button3);
  645. this.Controls.Add(this.button2);
  646. this.Controls.Add(this.textBox3);
  647. this.Controls.Add(this.textBox2);
  648. this.Controls.Add(this.textBox1);
  649. this.Controls.Add(this.btnXmlRead);
  650. this.Controls.Add(this.panel2);
  651. this.Controls.Add(this.button1);
  652. this.Controls.Add(this.lblTime);
  653. this.Controls.Add(this.btnNumConvert);
  654. this.Controls.Add(this.btnGetControl);
  655. this.Controls.Add(this.btnGetClassName);
  656. this.Controls.Add(this.btnControlTest);
  657. this.Controls.Add(this.panel1);
  658. this.Controls.Add(this.btnGoldenWirte);
  659. this.Controls.Add(this.btnAdapterSnap);
  660. this.Controls.Add(this.btnAdapter);
  661. this.Controls.Add(this.btnRestFul);
  662. this.Controls.Add(this.btnIndexTest);
  663. this.Controls.Add(this.btnToOtherPage);
  664. this.Controls.Add(this.btnChange);
  665. this.Controls.Add(this.label4);
  666. this.Controls.Add(this.label3);
  667. this.Controls.Add(this.label2);
  668. this.Controls.Add(this.label1);
  669. this.Controls.Add(this.btnControlFull);
  670. this.Controls.Add(this.plInfo);
  671. this.Controls.Add(this.btnArrSub);
  672. this.Controls.Add(this.btnDic);
  673. this.Controls.Add(this.btnGetWindturbine);
  674. this.Controls.Add(this.btnRegister);
  675. this.Controls.Add(this.btnGetPath);
  676. this.Controls.Add(this.btnFingerCheck);
  677. this.Controls.Add(this.btnUniformCodeTest);
  678. this.Controls.Add(this.btnGroupBy);
  679. this.Controls.Add(this.btnPic);
  680. this.Controls.Add(this.btnForeachBreak);
  681. this.Controls.Add(this.btnSendCmd);
  682. this.Controls.Add(this.btnConnect);
  683. this.Controls.Add(this.btnOutMethod);
  684. this.Controls.Add(this.btnSubString);
  685. this.Controls.Add(this.btnThread);
  686. this.Controls.Add(this.btnWindturbine_TagName);
  687. this.Controls.Add(this.btnGolden);
  688. this.Controls.Add(this.btnParameter);
  689. this.Controls.Add(this.btnGetSnap);
  690. this.Controls.Add(this.btnForeach);
  691. this.Controls.Add(this.btnRef);
  692. this.Controls.Add(this.btnConvert);
  693. this.Controls.Add(this.btnGetHomeInfo);
  694. this.Controls.Add(this.btnDateToLong);
  695. this.Controls.Add(this.btnMySql);
  696. this.ForeColor = System.Drawing.Color.Black;
  697. this.Name = "Test";
  698. this.Text = "Test";
  699. this.panel1.ResumeLayout(false);
  700. this.ResumeLayout(false);
  701. this.PerformLayout();
  702. }
  703. #endregion
  704. private System.Windows.Forms.Button btnMySql;
  705. private System.Windows.Forms.Button btnDateToLong;
  706. private System.Windows.Forms.Button btnGetHomeInfo;
  707. private System.Windows.Forms.Button btnConvert;
  708. private System.Windows.Forms.Button btnRef;
  709. private System.Windows.Forms.Button btnForeach;
  710. private System.Windows.Forms.Button btnGetSnap;
  711. private System.Windows.Forms.Button btnParameter;
  712. private System.Windows.Forms.Button btnGolden;
  713. private System.Windows.Forms.Button btnWindturbine_TagName;
  714. private System.Windows.Forms.Button btnThread;
  715. private System.Windows.Forms.Button btnSubString;
  716. private System.Windows.Forms.Button btnOutMethod;
  717. private System.Windows.Forms.Button btnConnect;
  718. private System.Windows.Forms.Button btnSendCmd;
  719. private System.Windows.Forms.Button btnForeachBreak;
  720. private System.Windows.Forms.Button btnPic;
  721. private System.Windows.Forms.Button btnGroupBy;
  722. private System.Windows.Forms.Button btnUniformCodeTest;
  723. private System.Windows.Forms.Button btnFingerCheck;
  724. private System.Windows.Forms.Button btnGetPath;
  725. private System.Windows.Forms.Button btnRegister;
  726. private System.Windows.Forms.Button btnGetWindturbine;
  727. private System.Windows.Forms.Button btnDic;
  728. private System.Windows.Forms.Button btnArrSub;
  729. private System.Windows.Forms.Panel plInfo;
  730. private System.Windows.Forms.Button btnControlFull;
  731. private System.Windows.Forms.Label label1;
  732. private System.Windows.Forms.Button btnChange;
  733. private System.Windows.Forms.Button btnToOtherPage;
  734. private System.Windows.Forms.Button btnIndexTest;
  735. private System.Windows.Forms.Button btnRestFul;
  736. private System.Windows.Forms.Button btnAdapter;
  737. private System.Windows.Forms.Button btnAdapterSnap;
  738. private System.Windows.Forms.Button btnGoldenWirte;
  739. private System.Windows.Forms.Panel panel1;
  740. private System.Windows.Forms.Button btnControlTest;
  741. private MyControls.windturbine.PointValueDI pointValueDI1;
  742. private MyControls.windturbine.PointValueAI pointValueAI1;
  743. private System.Windows.Forms.Button btnGetClassName;
  744. private System.Windows.Forms.Button btnGetControl;
  745. private System.Windows.Forms.Button btnNumConvert;
  746. private System.Windows.Forms.Label lblTime;
  747. private System.Windows.Forms.Timer timer1;
  748. private System.Windows.Forms.Button button1;
  749. private System.Windows.Forms.Panel panel2;
  750. private System.Windows.Forms.Button btnXmlRead;
  751. private System.Windows.Forms.TextBox textBox1;
  752. private System.Windows.Forms.TextBox textBox2;
  753. private System.Windows.Forms.Button button2;
  754. private System.Windows.Forms.Label label2;
  755. private System.Windows.Forms.Label label3;
  756. private System.Windows.Forms.Button button3;
  757. private System.Windows.Forms.TextBox textBox3;
  758. private System.Windows.Forms.Label label4;
  759. }
  760. }