FormModbus.Designer.cs 72 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787
  1. namespace PLC_Communication
  2. {
  3. partial class FormModbus
  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.panel1 = new System.Windows.Forms.Panel();
  29. this.textBox15 = new System.Windows.Forms.TextBox();
  30. this.label21 = new System.Windows.Forms.Label();
  31. this.button2 = new System.Windows.Forms.Button();
  32. this.button1 = new System.Windows.Forms.Button();
  33. this.textBox2 = new System.Windows.Forms.TextBox();
  34. this.label3 = new System.Windows.Forms.Label();
  35. this.textBox1 = new System.Windows.Forms.TextBox();
  36. this.label1 = new System.Windows.Forms.Label();
  37. this.panel2 = new System.Windows.Forms.Panel();
  38. this.userLantern9 = new HslCommunication.Controls.UserLantern();
  39. this.userLantern8 = new HslCommunication.Controls.UserLantern();
  40. this.userLantern7 = new HslCommunication.Controls.UserLantern();
  41. this.userLantern6 = new HslCommunication.Controls.UserLantern();
  42. this.userLantern5 = new HslCommunication.Controls.UserLantern();
  43. this.userLantern4 = new HslCommunication.Controls.UserLantern();
  44. this.userLantern3 = new HslCommunication.Controls.UserLantern();
  45. this.userLantern2 = new HslCommunication.Controls.UserLantern();
  46. this.userLantern1 = new HslCommunication.Controls.UserLantern();
  47. this.label30 = new System.Windows.Forms.Label();
  48. this.label29 = new System.Windows.Forms.Label();
  49. this.label28 = new System.Windows.Forms.Label();
  50. this.label27 = new System.Windows.Forms.Label();
  51. this.label26 = new System.Windows.Forms.Label();
  52. this.label25 = new System.Windows.Forms.Label();
  53. this.label24 = new System.Windows.Forms.Label();
  54. this.label23 = new System.Windows.Forms.Label();
  55. this.label22 = new System.Windows.Forms.Label();
  56. this.groupBox6 = new System.Windows.Forms.GroupBox();
  57. this.label10 = new System.Windows.Forms.Label();
  58. this.button22 = new System.Windows.Forms.Button();
  59. this.textBox7 = new System.Windows.Forms.TextBox();
  60. this.label9 = new System.Windows.Forms.Label();
  61. this.textBox8 = new System.Windows.Forms.TextBox();
  62. this.groupBox3 = new System.Windows.Forms.GroupBox();
  63. this.Value_List = new System.Windows.Forms.TextBox();
  64. this.label13 = new System.Windows.Forms.Label();
  65. this.button25 = new System.Windows.Forms.Button();
  66. this.textBox10 = new System.Windows.Forms.TextBox();
  67. this.textBox9 = new System.Windows.Forms.TextBox();
  68. this.label20 = new System.Windows.Forms.Label();
  69. this.label2 = new System.Windows.Forms.Label();
  70. this.label12 = new System.Windows.Forms.Label();
  71. this.textBox6 = new System.Windows.Forms.TextBox();
  72. this.label11 = new System.Windows.Forms.Label();
  73. this.groupBox5 = new System.Windows.Forms.GroupBox();
  74. this.button27 = new System.Windows.Forms.Button();
  75. this.textBox14 = new System.Windows.Forms.TextBox();
  76. this.label18 = new System.Windows.Forms.Label();
  77. this.label17 = new System.Windows.Forms.Label();
  78. this.textBox12 = new System.Windows.Forms.TextBox();
  79. this.label15 = new System.Windows.Forms.Label();
  80. this.userCurve1 = new HslCommunication.Controls.UserCurve();
  81. this.groupBox4 = new System.Windows.Forms.GroupBox();
  82. this.textBox11 = new System.Windows.Forms.TextBox();
  83. this.label14 = new System.Windows.Forms.Label();
  84. this.button26 = new System.Windows.Forms.Button();
  85. this.textBox13 = new System.Windows.Forms.TextBox();
  86. this.label16 = new System.Windows.Forms.Label();
  87. this.groupBox2 = new System.Windows.Forms.GroupBox();
  88. this.label19 = new System.Windows.Forms.Label();
  89. this.button14 = new System.Windows.Forms.Button();
  90. this.button15 = new System.Windows.Forms.Button();
  91. this.button16 = new System.Windows.Forms.Button();
  92. this.button17 = new System.Windows.Forms.Button();
  93. this.button18 = new System.Windows.Forms.Button();
  94. this.button19 = new System.Windows.Forms.Button();
  95. this.button20 = new System.Windows.Forms.Button();
  96. this.button21 = new System.Windows.Forms.Button();
  97. this.button24 = new System.Windows.Forms.Button();
  98. this.groupBox1 = new System.Windows.Forms.GroupBox();
  99. this.button_read_string = new System.Windows.Forms.Button();
  100. this.button_read_double = new System.Windows.Forms.Button();
  101. this.button_read_float = new System.Windows.Forms.Button();
  102. this.button_read_ulong = new System.Windows.Forms.Button();
  103. this.button_read_long = new System.Windows.Forms.Button();
  104. this.button_read_uint = new System.Windows.Forms.Button();
  105. this.button_read_int = new System.Windows.Forms.Button();
  106. this.button_read_ushort = new System.Windows.Forms.Button();
  107. this.button_read_short = new System.Windows.Forms.Button();
  108. this.button_read_bool = new System.Windows.Forms.Button();
  109. this.textBox4 = new System.Windows.Forms.TextBox();
  110. this.label7 = new System.Windows.Forms.Label();
  111. this.textBox3 = new System.Windows.Forms.TextBox();
  112. this.label6 = new System.Windows.Forms.Label();
  113. this.label8 = new System.Windows.Forms.Label();
  114. this.textBox5 = new System.Windows.Forms.TextBox();
  115. this.label4 = new System.Windows.Forms.Label();
  116. this.label5 = new System.Windows.Forms.Label();
  117. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  118. this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
  119. this.toolStripSplitButton1 = new System.Windows.Forms.ToolStripSplitButton();
  120. this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
  121. this.tabControl1 = new System.Windows.Forms.TabControl();
  122. this.tabPage1 = new System.Windows.Forms.TabPage();
  123. this.listBox1 = new System.Windows.Forms.ListBox();
  124. this.listView1 = new System.Windows.Forms.ListView();
  125. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  126. this.groupBox9 = new System.Windows.Forms.GroupBox();
  127. this.ledbar = new System.Windows.Forms.TrackBar();
  128. this.radledoff = new System.Windows.Forms.RadioButton();
  129. this.radledon = new System.Windows.Forms.RadioButton();
  130. this.radledauto = new System.Windows.Forms.RadioButton();
  131. this.m_btnBaseConfig = new System.Windows.Forms.Button();
  132. this.lblPlate2 = new System.Windows.Forms.Label();
  133. this.label39 = new System.Windows.Forms.Label();
  134. this.lblPlate = new System.Windows.Forms.Label();
  135. this.btnRuleCfg = new System.Windows.Forms.Button();
  136. this.label33 = new System.Windows.Forms.Label();
  137. this.btnVideoCfg = new System.Windows.Forms.Button();
  138. this.stoprecordbtn = new System.Windows.Forms.Button();
  139. this.recordbtn = new System.Windows.Forms.Button();
  140. this.btnConnStat = new System.Windows.Forms.Button();
  141. this.startoutputbtn = new System.Windows.Forms.Button();
  142. this.stoprealplaybtn = new System.Windows.Forms.Button();
  143. this.btnManual = new System.Windows.Forms.Button();
  144. this.pictureBox4 = new System.Windows.Forms.PictureBox();
  145. this.pictureBox3 = new System.Windows.Forms.PictureBox();
  146. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  147. this.treeDevice = new System.Windows.Forms.TreeView();
  148. this.groupBox7 = new System.Windows.Forms.GroupBox();
  149. this.btnNetCfg = new System.Windows.Forms.Button();
  150. this.stopsearchdev = new System.Windows.Forms.Button();
  151. this.startsearchdev = new System.Windows.Forms.Button();
  152. this.dev_treeview = new System.Windows.Forms.TreeView();
  153. this.groupBox8 = new System.Windows.Forms.GroupBox();
  154. this.txtIP = new System.Windows.Forms.TextBox();
  155. this.label31 = new System.Windows.Forms.Label();
  156. this.label32 = new System.Windows.Forms.Label();
  157. this.txtPort = new System.Windows.Forms.TextBox();
  158. this.txtUserName = new System.Windows.Forms.TextBox();
  159. this.label34 = new System.Windows.Forms.Label();
  160. this.txtPwd = new System.Windows.Forms.TextBox();
  161. this.btnOpen = new System.Windows.Forms.Button();
  162. this.btnClose = new System.Windows.Forms.Button();
  163. this.tabPage2 = new System.Windows.Forms.TabPage();
  164. this.panel1.SuspendLayout();
  165. this.panel2.SuspendLayout();
  166. this.groupBox6.SuspendLayout();
  167. this.groupBox3.SuspendLayout();
  168. this.groupBox5.SuspendLayout();
  169. this.groupBox4.SuspendLayout();
  170. this.groupBox2.SuspendLayout();
  171. this.groupBox1.SuspendLayout();
  172. this.statusStrip1.SuspendLayout();
  173. this.tabControl1.SuspendLayout();
  174. this.tabPage1.SuspendLayout();
  175. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  176. this.groupBox9.SuspendLayout();
  177. ((System.ComponentModel.ISupportInitialize)(this.ledbar)).BeginInit();
  178. ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
  179. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
  180. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  181. this.groupBox7.SuspendLayout();
  182. this.groupBox8.SuspendLayout();
  183. this.tabPage2.SuspendLayout();
  184. this.SuspendLayout();
  185. //
  186. // panel1
  187. //
  188. this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  189. | System.Windows.Forms.AnchorStyles.Right)));
  190. this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  191. this.panel1.Controls.Add(this.textBox15);
  192. this.panel1.Controls.Add(this.label21);
  193. this.panel1.Controls.Add(this.button2);
  194. this.panel1.Controls.Add(this.button1);
  195. this.panel1.Controls.Add(this.textBox2);
  196. this.panel1.Controls.Add(this.label3);
  197. this.panel1.Controls.Add(this.textBox1);
  198. this.panel1.Controls.Add(this.label1);
  199. this.panel1.Location = new System.Drawing.Point(14, 40);
  200. this.panel1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  201. this.panel1.Name = "panel1";
  202. this.panel1.Size = new System.Drawing.Size(1633, 54);
  203. this.panel1.TabIndex = 0;
  204. //
  205. // textBox15
  206. //
  207. this.textBox15.Location = new System.Drawing.Point(517, 14);
  208. this.textBox15.Name = "textBox15";
  209. this.textBox15.Size = new System.Drawing.Size(141, 23);
  210. this.textBox15.TabIndex = 7;
  211. this.textBox15.Text = "1";
  212. //
  213. // label21
  214. //
  215. this.label21.AutoSize = true;
  216. this.label21.Location = new System.Drawing.Point(463, 17);
  217. this.label21.Name = "label21";
  218. this.label21.Size = new System.Drawing.Size(44, 17);
  219. this.label21.TabIndex = 6;
  220. this.label21.Text = "站号:";
  221. //
  222. // button2
  223. //
  224. this.button2.Enabled = false;
  225. this.button2.Location = new System.Drawing.Point(793, 11);
  226. this.button2.Name = "button2";
  227. this.button2.Size = new System.Drawing.Size(91, 28);
  228. this.button2.TabIndex = 5;
  229. this.button2.Text = "断开连接";
  230. this.button2.UseVisualStyleBackColor = true;
  231. this.button2.Click += new System.EventHandler(this.button2_Click);
  232. //
  233. // button1
  234. //
  235. this.button1.Location = new System.Drawing.Point(696, 11);
  236. this.button1.Name = "button1";
  237. this.button1.Size = new System.Drawing.Size(91, 28);
  238. this.button1.TabIndex = 4;
  239. this.button1.Text = "连接";
  240. this.button1.UseVisualStyleBackColor = true;
  241. this.button1.Click += new System.EventHandler(this.button1_Click);
  242. //
  243. // textBox2
  244. //
  245. this.textBox2.Location = new System.Drawing.Point(305, 14);
  246. this.textBox2.Name = "textBox2";
  247. this.textBox2.Size = new System.Drawing.Size(141, 23);
  248. this.textBox2.TabIndex = 3;
  249. this.textBox2.Text = "502";
  250. //
  251. // label3
  252. //
  253. this.label3.AutoSize = true;
  254. this.label3.Location = new System.Drawing.Point(251, 17);
  255. this.label3.Name = "label3";
  256. this.label3.Size = new System.Drawing.Size(56, 17);
  257. this.label3.TabIndex = 2;
  258. this.label3.Text = "端口号:";
  259. //
  260. // textBox1
  261. //
  262. this.textBox1.Location = new System.Drawing.Point(62, 14);
  263. this.textBox1.Name = "textBox1";
  264. this.textBox1.Size = new System.Drawing.Size(141, 23);
  265. this.textBox1.TabIndex = 1;
  266. this.textBox1.Text = "192.168.0.103";
  267. //
  268. // label1
  269. //
  270. this.label1.AutoSize = true;
  271. this.label1.Location = new System.Drawing.Point(8, 17);
  272. this.label1.Name = "label1";
  273. this.label1.Size = new System.Drawing.Size(55, 17);
  274. this.label1.TabIndex = 0;
  275. this.label1.Text = "IP地址:";
  276. //
  277. // panel2
  278. //
  279. this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  280. | System.Windows.Forms.AnchorStyles.Left)
  281. | System.Windows.Forms.AnchorStyles.Right)));
  282. this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  283. this.panel2.Controls.Add(this.userLantern9);
  284. this.panel2.Controls.Add(this.userLantern8);
  285. this.panel2.Controls.Add(this.userLantern7);
  286. this.panel2.Controls.Add(this.userLantern6);
  287. this.panel2.Controls.Add(this.userLantern5);
  288. this.panel2.Controls.Add(this.userLantern4);
  289. this.panel2.Controls.Add(this.userLantern3);
  290. this.panel2.Controls.Add(this.userLantern2);
  291. this.panel2.Controls.Add(this.userLantern1);
  292. this.panel2.Controls.Add(this.label30);
  293. this.panel2.Controls.Add(this.label29);
  294. this.panel2.Controls.Add(this.label28);
  295. this.panel2.Controls.Add(this.label27);
  296. this.panel2.Controls.Add(this.label26);
  297. this.panel2.Controls.Add(this.label25);
  298. this.panel2.Controls.Add(this.label24);
  299. this.panel2.Controls.Add(this.label23);
  300. this.panel2.Controls.Add(this.label22);
  301. this.panel2.Controls.Add(this.groupBox6);
  302. this.panel2.Controls.Add(this.groupBox3);
  303. this.panel2.Controls.Add(this.groupBox5);
  304. this.panel2.Controls.Add(this.groupBox4);
  305. this.panel2.Controls.Add(this.groupBox2);
  306. this.panel2.Controls.Add(this.groupBox1);
  307. this.panel2.Location = new System.Drawing.Point(14, 113);
  308. this.panel2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  309. this.panel2.Name = "panel2";
  310. this.panel2.Size = new System.Drawing.Size(1633, 664);
  311. this.panel2.TabIndex = 1;
  312. //
  313. // userLantern9
  314. //
  315. this.userLantern9.BackColor = System.Drawing.Color.Transparent;
  316. this.userLantern9.Location = new System.Drawing.Point(908, 278);
  317. this.userLantern9.Margin = new System.Windows.Forms.Padding(3, 67, 3, 67);
  318. this.userLantern9.Name = "userLantern9";
  319. this.userLantern9.Size = new System.Drawing.Size(50, 50);
  320. this.userLantern9.TabIndex = 10;
  321. //
  322. // userLantern8
  323. //
  324. this.userLantern8.BackColor = System.Drawing.Color.Transparent;
  325. this.userLantern8.Location = new System.Drawing.Point(796, 278);
  326. this.userLantern8.Margin = new System.Windows.Forms.Padding(3, 47, 3, 47);
  327. this.userLantern8.Name = "userLantern8";
  328. this.userLantern8.Size = new System.Drawing.Size(50, 50);
  329. this.userLantern8.TabIndex = 10;
  330. //
  331. // userLantern7
  332. //
  333. this.userLantern7.BackColor = System.Drawing.Color.Transparent;
  334. this.userLantern7.Location = new System.Drawing.Point(684, 278);
  335. this.userLantern7.Margin = new System.Windows.Forms.Padding(3, 33, 3, 33);
  336. this.userLantern7.Name = "userLantern7";
  337. this.userLantern7.Size = new System.Drawing.Size(50, 50);
  338. this.userLantern7.TabIndex = 10;
  339. //
  340. // userLantern6
  341. //
  342. this.userLantern6.BackColor = System.Drawing.Color.Transparent;
  343. this.userLantern6.Location = new System.Drawing.Point(572, 278);
  344. this.userLantern6.Margin = new System.Windows.Forms.Padding(3, 23, 3, 23);
  345. this.userLantern6.Name = "userLantern6";
  346. this.userLantern6.Size = new System.Drawing.Size(50, 50);
  347. this.userLantern6.TabIndex = 10;
  348. //
  349. // userLantern5
  350. //
  351. this.userLantern5.BackColor = System.Drawing.Color.Transparent;
  352. this.userLantern5.Location = new System.Drawing.Point(460, 278);
  353. this.userLantern5.Margin = new System.Windows.Forms.Padding(3, 16, 3, 16);
  354. this.userLantern5.Name = "userLantern5";
  355. this.userLantern5.Size = new System.Drawing.Size(50, 50);
  356. this.userLantern5.TabIndex = 10;
  357. //
  358. // userLantern4
  359. //
  360. this.userLantern4.BackColor = System.Drawing.Color.Transparent;
  361. this.userLantern4.Location = new System.Drawing.Point(348, 278);
  362. this.userLantern4.Margin = new System.Windows.Forms.Padding(3, 11, 3, 11);
  363. this.userLantern4.Name = "userLantern4";
  364. this.userLantern4.Size = new System.Drawing.Size(50, 50);
  365. this.userLantern4.TabIndex = 10;
  366. //
  367. // userLantern3
  368. //
  369. this.userLantern3.BackColor = System.Drawing.Color.Transparent;
  370. this.userLantern3.Location = new System.Drawing.Point(236, 278);
  371. this.userLantern3.Margin = new System.Windows.Forms.Padding(3, 8, 3, 8);
  372. this.userLantern3.Name = "userLantern3";
  373. this.userLantern3.Size = new System.Drawing.Size(50, 50);
  374. this.userLantern3.TabIndex = 10;
  375. //
  376. // userLantern2
  377. //
  378. this.userLantern2.BackColor = System.Drawing.Color.Transparent;
  379. this.userLantern2.Location = new System.Drawing.Point(124, 278);
  380. this.userLantern2.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
  381. this.userLantern2.Name = "userLantern2";
  382. this.userLantern2.Size = new System.Drawing.Size(50, 50);
  383. this.userLantern2.TabIndex = 10;
  384. //
  385. // userLantern1
  386. //
  387. this.userLantern1.BackColor = System.Drawing.Color.Transparent;
  388. this.userLantern1.Location = new System.Drawing.Point(12, 278);
  389. this.userLantern1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  390. this.userLantern1.Name = "userLantern1";
  391. this.userLantern1.Size = new System.Drawing.Size(50, 50);
  392. this.userLantern1.TabIndex = 10;
  393. //
  394. // label30
  395. //
  396. this.label30.AutoSize = true;
  397. this.label30.Location = new System.Drawing.Point(914, 339);
  398. this.label30.Name = "label30";
  399. this.label30.Size = new System.Drawing.Size(44, 17);
  400. this.label30.TabIndex = 4;
  401. this.label30.Text = "地址:";
  402. //
  403. // label29
  404. //
  405. this.label29.AutoSize = true;
  406. this.label29.Location = new System.Drawing.Point(798, 339);
  407. this.label29.Name = "label29";
  408. this.label29.Size = new System.Drawing.Size(44, 17);
  409. this.label29.TabIndex = 4;
  410. this.label29.Text = "地址:";
  411. //
  412. // label28
  413. //
  414. this.label28.AutoSize = true;
  415. this.label28.Location = new System.Drawing.Point(690, 339);
  416. this.label28.Name = "label28";
  417. this.label28.Size = new System.Drawing.Size(44, 17);
  418. this.label28.TabIndex = 4;
  419. this.label28.Text = "地址:";
  420. //
  421. // label27
  422. //
  423. this.label27.AutoSize = true;
  424. this.label27.Location = new System.Drawing.Point(578, 339);
  425. this.label27.Name = "label27";
  426. this.label27.Size = new System.Drawing.Size(44, 17);
  427. this.label27.TabIndex = 4;
  428. this.label27.Text = "地址:";
  429. //
  430. // label26
  431. //
  432. this.label26.AutoSize = true;
  433. this.label26.Location = new System.Drawing.Point(463, 339);
  434. this.label26.Name = "label26";
  435. this.label26.Size = new System.Drawing.Size(44, 17);
  436. this.label26.TabIndex = 4;
  437. this.label26.Text = "地址:";
  438. //
  439. // label25
  440. //
  441. this.label25.AutoSize = true;
  442. this.label25.Location = new System.Drawing.Point(354, 339);
  443. this.label25.Name = "label25";
  444. this.label25.Size = new System.Drawing.Size(44, 17);
  445. this.label25.TabIndex = 4;
  446. this.label25.Text = "地址:";
  447. //
  448. // label24
  449. //
  450. this.label24.AutoSize = true;
  451. this.label24.Location = new System.Drawing.Point(236, 339);
  452. this.label24.Name = "label24";
  453. this.label24.Size = new System.Drawing.Size(44, 17);
  454. this.label24.TabIndex = 4;
  455. this.label24.Text = "地址:";
  456. //
  457. // label23
  458. //
  459. this.label23.AutoSize = true;
  460. this.label23.Location = new System.Drawing.Point(130, 339);
  461. this.label23.Name = "label23";
  462. this.label23.Size = new System.Drawing.Size(44, 17);
  463. this.label23.TabIndex = 4;
  464. this.label23.Text = "地址:";
  465. //
  466. // label22
  467. //
  468. this.label22.AutoSize = true;
  469. this.label22.Location = new System.Drawing.Point(18, 339);
  470. this.label22.Name = "label22";
  471. this.label22.Size = new System.Drawing.Size(44, 17);
  472. this.label22.TabIndex = 4;
  473. this.label22.Text = "地址:";
  474. //
  475. // groupBox6
  476. //
  477. this.groupBox6.Controls.Add(this.label10);
  478. this.groupBox6.Controls.Add(this.button22);
  479. this.groupBox6.Controls.Add(this.textBox7);
  480. this.groupBox6.Controls.Add(this.label9);
  481. this.groupBox6.Controls.Add(this.textBox8);
  482. this.groupBox6.Location = new System.Drawing.Point(278, 6);
  483. this.groupBox6.Name = "groupBox6";
  484. this.groupBox6.Size = new System.Drawing.Size(256, 267);
  485. this.groupBox6.TabIndex = 9;
  486. this.groupBox6.TabStop = false;
  487. this.groupBox6.Text = "批量写入";
  488. //
  489. // label10
  490. //
  491. this.label10.AutoSize = true;
  492. this.label10.Location = new System.Drawing.Point(13, 26);
  493. this.label10.Name = "label10";
  494. this.label10.Size = new System.Drawing.Size(44, 17);
  495. this.label10.TabIndex = 2;
  496. this.label10.Text = "地址:";
  497. //
  498. // button22
  499. //
  500. this.button22.Location = new System.Drawing.Point(166, 20);
  501. this.button22.Name = "button22";
  502. this.button22.Size = new System.Drawing.Size(82, 28);
  503. this.button22.TabIndex = 8;
  504. this.button22.Text = "写入Word";
  505. this.button22.UseVisualStyleBackColor = true;
  506. this.button22.Click += new System.EventHandler(this.button22_Click);
  507. //
  508. // textBox7
  509. //
  510. this.textBox7.Location = new System.Drawing.Point(62, 56);
  511. this.textBox7.Multiline = true;
  512. this.textBox7.Name = "textBox7";
  513. this.textBox7.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  514. this.textBox7.Size = new System.Drawing.Size(188, 193);
  515. this.textBox7.TabIndex = 5;
  516. //
  517. // label9
  518. //
  519. this.label9.Location = new System.Drawing.Point(13, 53);
  520. this.label9.Name = "label9";
  521. this.label9.Size = new System.Drawing.Size(48, 44);
  522. this.label9.TabIndex = 4;
  523. this.label9.Text = "值(十进制数):";
  524. //
  525. // textBox8
  526. //
  527. this.textBox8.Location = new System.Drawing.Point(61, 23);
  528. this.textBox8.Name = "textBox8";
  529. this.textBox8.Size = new System.Drawing.Size(98, 23);
  530. this.textBox8.TabIndex = 3;
  531. this.textBox8.Text = "0";
  532. //
  533. // groupBox3
  534. //
  535. this.groupBox3.Controls.Add(this.Value_List);
  536. this.groupBox3.Controls.Add(this.label13);
  537. this.groupBox3.Controls.Add(this.button25);
  538. this.groupBox3.Controls.Add(this.textBox10);
  539. this.groupBox3.Controls.Add(this.textBox9);
  540. this.groupBox3.Controls.Add(this.label20);
  541. this.groupBox3.Controls.Add(this.label2);
  542. this.groupBox3.Controls.Add(this.label12);
  543. this.groupBox3.Controls.Add(this.textBox6);
  544. this.groupBox3.Controls.Add(this.label11);
  545. this.groupBox3.Location = new System.Drawing.Point(11, 6);
  546. this.groupBox3.Name = "groupBox3";
  547. this.groupBox3.Size = new System.Drawing.Size(261, 267);
  548. this.groupBox3.TabIndex = 2;
  549. this.groupBox3.TabStop = false;
  550. this.groupBox3.Text = "批量实时读取";
  551. //
  552. // Value_List
  553. //
  554. this.Value_List.Location = new System.Drawing.Point(63, 90);
  555. this.Value_List.Multiline = true;
  556. this.Value_List.Name = "Value_List";
  557. this.Value_List.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  558. this.Value_List.Size = new System.Drawing.Size(190, 159);
  559. this.Value_List.TabIndex = 10;
  560. //
  561. // label13
  562. //
  563. this.label13.Location = new System.Drawing.Point(9, 93);
  564. this.label13.Name = "label13";
  565. this.label13.Size = new System.Drawing.Size(48, 56);
  566. this.label13.TabIndex = 9;
  567. this.label13.Text = "结果(十六进制数):";
  568. //
  569. // button25
  570. //
  571. this.button25.Location = new System.Drawing.Point(171, 24);
  572. this.button25.Name = "button25";
  573. this.button25.Size = new System.Drawing.Size(82, 28);
  574. this.button25.TabIndex = 8;
  575. this.button25.Text = "停止";
  576. this.button25.UseVisualStyleBackColor = true;
  577. this.button25.Click += new System.EventHandler(this.button25_Click);
  578. //
  579. // textBox10
  580. //
  581. this.textBox10.Location = new System.Drawing.Point(171, 56);
  582. this.textBox10.Name = "textBox10";
  583. this.textBox10.Size = new System.Drawing.Size(55, 23);
  584. this.textBox10.TabIndex = 7;
  585. this.textBox10.Text = "300";
  586. //
  587. // textBox9
  588. //
  589. this.textBox9.Location = new System.Drawing.Point(63, 56);
  590. this.textBox9.Name = "textBox9";
  591. this.textBox9.Size = new System.Drawing.Size(45, 23);
  592. this.textBox9.TabIndex = 7;
  593. this.textBox9.Text = "10";
  594. //
  595. // label20
  596. //
  597. this.label20.AutoSize = true;
  598. this.label20.Location = new System.Drawing.Point(225, 59);
  599. this.label20.Name = "label20";
  600. this.label20.Size = new System.Drawing.Size(25, 17);
  601. this.label20.TabIndex = 6;
  602. this.label20.Text = "ms";
  603. //
  604. // label2
  605. //
  606. this.label2.AutoSize = true;
  607. this.label2.Location = new System.Drawing.Point(122, 59);
  608. this.label2.Name = "label2";
  609. this.label2.Size = new System.Drawing.Size(44, 17);
  610. this.label2.TabIndex = 6;
  611. this.label2.Text = "间隔:";
  612. //
  613. // label12
  614. //
  615. this.label12.AutoSize = true;
  616. this.label12.Location = new System.Drawing.Point(9, 59);
  617. this.label12.Name = "label12";
  618. this.label12.Size = new System.Drawing.Size(44, 17);
  619. this.label12.TabIndex = 6;
  620. this.label12.Text = "长度:";
  621. //
  622. // textBox6
  623. //
  624. this.textBox6.Location = new System.Drawing.Point(63, 27);
  625. this.textBox6.Name = "textBox6";
  626. this.textBox6.Size = new System.Drawing.Size(102, 23);
  627. this.textBox6.TabIndex = 5;
  628. this.textBox6.Text = "0";
  629. //
  630. // label11
  631. //
  632. this.label11.AutoSize = true;
  633. this.label11.Location = new System.Drawing.Point(9, 30);
  634. this.label11.Name = "label11";
  635. this.label11.Size = new System.Drawing.Size(44, 17);
  636. this.label11.TabIndex = 4;
  637. this.label11.Text = "地址:";
  638. //
  639. // groupBox5
  640. //
  641. this.groupBox5.Controls.Add(this.button27);
  642. this.groupBox5.Controls.Add(this.textBox14);
  643. this.groupBox5.Controls.Add(this.label18);
  644. this.groupBox5.Controls.Add(this.label17);
  645. this.groupBox5.Controls.Add(this.textBox12);
  646. this.groupBox5.Controls.Add(this.label15);
  647. this.groupBox5.Controls.Add(this.userCurve1);
  648. this.groupBox5.Location = new System.Drawing.Point(546, 6);
  649. this.groupBox5.Name = "groupBox5";
  650. this.groupBox5.Size = new System.Drawing.Size(425, 267);
  651. this.groupBox5.TabIndex = 4;
  652. this.groupBox5.TabStop = false;
  653. this.groupBox5.Text = "定时读取,曲线显示";
  654. //
  655. // button27
  656. //
  657. this.button27.Location = new System.Drawing.Point(343, 25);
  658. this.button27.Name = "button27";
  659. this.button27.Size = new System.Drawing.Size(70, 28);
  660. this.button27.TabIndex = 9;
  661. this.button27.Text = "启动";
  662. this.button27.UseVisualStyleBackColor = true;
  663. this.button27.Click += new System.EventHandler(this.button27_Click);
  664. //
  665. // textBox14
  666. //
  667. this.textBox14.Location = new System.Drawing.Point(255, 28);
  668. this.textBox14.Name = "textBox14";
  669. this.textBox14.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  670. this.textBox14.Size = new System.Drawing.Size(82, 23);
  671. this.textBox14.TabIndex = 8;
  672. this.textBox14.Text = "300";
  673. //
  674. // label18
  675. //
  676. this.label18.AutoSize = true;
  677. this.label18.Location = new System.Drawing.Point(212, 30);
  678. this.label18.Name = "label18";
  679. this.label18.Size = new System.Drawing.Size(44, 17);
  680. this.label18.TabIndex = 7;
  681. this.label18.Text = "间隔:";
  682. //
  683. // label17
  684. //
  685. this.label17.AutoSize = true;
  686. this.label17.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
  687. this.label17.Location = new System.Drawing.Point(12, 59);
  688. this.label17.Name = "label17";
  689. this.label17.Size = new System.Drawing.Size(218, 17);
  690. this.label17.TabIndex = 6;
  691. this.label17.Text = "此处假设确定了数据的类型,为short:";
  692. //
  693. // textBox12
  694. //
  695. this.textBox12.Location = new System.Drawing.Point(64, 27);
  696. this.textBox12.Name = "textBox12";
  697. this.textBox12.Size = new System.Drawing.Size(132, 23);
  698. this.textBox12.TabIndex = 5;
  699. this.textBox12.Text = "100";
  700. //
  701. // label15
  702. //
  703. this.label15.AutoSize = true;
  704. this.label15.Location = new System.Drawing.Point(10, 30);
  705. this.label15.Name = "label15";
  706. this.label15.Size = new System.Drawing.Size(44, 17);
  707. this.label15.TabIndex = 4;
  708. this.label15.Text = "地址:";
  709. //
  710. // userCurve1
  711. //
  712. this.userCurve1.BackColor = System.Drawing.Color.White;
  713. this.userCurve1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  714. this.userCurve1.Location = new System.Drawing.Point(13, 82);
  715. this.userCurve1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  716. this.userCurve1.Name = "userCurve1";
  717. this.userCurve1.Size = new System.Drawing.Size(400, 172);
  718. this.userCurve1.TabIndex = 0;
  719. this.userCurve1.ValueMaxLeft = 200F;
  720. this.userCurve1.ValueMaxRight = 200F;
  721. //
  722. // groupBox4
  723. //
  724. this.groupBox4.Controls.Add(this.textBox11);
  725. this.groupBox4.Controls.Add(this.label14);
  726. this.groupBox4.Controls.Add(this.button26);
  727. this.groupBox4.Controls.Add(this.textBox13);
  728. this.groupBox4.Controls.Add(this.label16);
  729. this.groupBox4.Location = new System.Drawing.Point(11, 403);
  730. this.groupBox4.Name = "groupBox4";
  731. this.groupBox4.Size = new System.Drawing.Size(518, 118);
  732. this.groupBox4.TabIndex = 3;
  733. this.groupBox4.TabStop = false;
  734. this.groupBox4.Text = "报文读取测试,此处需要填入完整的16进制报文字符串";
  735. this.groupBox4.Visible = false;
  736. //
  737. // textBox11
  738. //
  739. this.textBox11.Location = new System.Drawing.Point(63, 60);
  740. this.textBox11.Multiline = true;
  741. this.textBox11.Name = "textBox11";
  742. this.textBox11.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  743. this.textBox11.Size = new System.Drawing.Size(445, 52);
  744. this.textBox11.TabIndex = 10;
  745. //
  746. // label14
  747. //
  748. this.label14.AutoSize = true;
  749. this.label14.Location = new System.Drawing.Point(9, 62);
  750. this.label14.Name = "label14";
  751. this.label14.Size = new System.Drawing.Size(44, 17);
  752. this.label14.TabIndex = 9;
  753. this.label14.Text = "结果:";
  754. //
  755. // button26
  756. //
  757. this.button26.Location = new System.Drawing.Point(426, 24);
  758. this.button26.Name = "button26";
  759. this.button26.Size = new System.Drawing.Size(82, 28);
  760. this.button26.TabIndex = 8;
  761. this.button26.Text = "报文读取";
  762. this.button26.UseVisualStyleBackColor = true;
  763. this.button26.Click += new System.EventHandler(this.button26_Click);
  764. //
  765. // textBox13
  766. //
  767. this.textBox13.Location = new System.Drawing.Point(63, 27);
  768. this.textBox13.Name = "textBox13";
  769. this.textBox13.Size = new System.Drawing.Size(357, 23);
  770. this.textBox13.TabIndex = 5;
  771. this.textBox13.Text = "00 00 00 00 00 06 FF 03 00 00 00 05";
  772. //
  773. // label16
  774. //
  775. this.label16.AutoSize = true;
  776. this.label16.Location = new System.Drawing.Point(9, 30);
  777. this.label16.Name = "label16";
  778. this.label16.Size = new System.Drawing.Size(44, 17);
  779. this.label16.TabIndex = 4;
  780. this.label16.Text = "报文:";
  781. //
  782. // groupBox2
  783. //
  784. this.groupBox2.Controls.Add(this.label19);
  785. this.groupBox2.Controls.Add(this.button14);
  786. this.groupBox2.Controls.Add(this.button15);
  787. this.groupBox2.Controls.Add(this.button16);
  788. this.groupBox2.Controls.Add(this.button17);
  789. this.groupBox2.Controls.Add(this.button18);
  790. this.groupBox2.Controls.Add(this.button19);
  791. this.groupBox2.Controls.Add(this.button20);
  792. this.groupBox2.Controls.Add(this.button21);
  793. this.groupBox2.Controls.Add(this.button24);
  794. this.groupBox2.Location = new System.Drawing.Point(552, 62);
  795. this.groupBox2.Name = "groupBox2";
  796. this.groupBox2.Size = new System.Drawing.Size(419, 198);
  797. this.groupBox2.TabIndex = 1;
  798. this.groupBox2.TabStop = false;
  799. this.groupBox2.Text = "单数据写入测试";
  800. //
  801. // label19
  802. //
  803. this.label19.ForeColor = System.Drawing.Color.Red;
  804. this.label19.Location = new System.Drawing.Point(61, 82);
  805. this.label19.Name = "label19";
  806. this.label19.Size = new System.Drawing.Size(147, 41);
  807. this.label19.TabIndex = 17;
  808. this.label19.Text = "注意:值的字符串需要能转化成对应的数据类型";
  809. //
  810. // button14
  811. //
  812. this.button14.Location = new System.Drawing.Point(326, 197);
  813. this.button14.Name = "button14";
  814. this.button14.Size = new System.Drawing.Size(82, 28);
  815. this.button14.TabIndex = 16;
  816. this.button14.Text = "字符串写入";
  817. this.button14.UseVisualStyleBackColor = true;
  818. this.button14.Click += new System.EventHandler(this.button14_Click);
  819. //
  820. // button15
  821. //
  822. this.button15.Location = new System.Drawing.Point(326, 163);
  823. this.button15.Name = "button15";
  824. this.button15.Size = new System.Drawing.Size(82, 28);
  825. this.button15.TabIndex = 15;
  826. this.button15.Text = "double写入";
  827. this.button15.UseVisualStyleBackColor = true;
  828. this.button15.Click += new System.EventHandler(this.button15_Click);
  829. //
  830. // button16
  831. //
  832. this.button16.Location = new System.Drawing.Point(226, 163);
  833. this.button16.Name = "button16";
  834. this.button16.Size = new System.Drawing.Size(82, 28);
  835. this.button16.TabIndex = 14;
  836. this.button16.Text = "float写入";
  837. this.button16.UseVisualStyleBackColor = true;
  838. this.button16.Click += new System.EventHandler(this.button16_Click);
  839. //
  840. // button17
  841. //
  842. this.button17.Location = new System.Drawing.Point(326, 129);
  843. this.button17.Name = "button17";
  844. this.button17.Size = new System.Drawing.Size(82, 28);
  845. this.button17.TabIndex = 13;
  846. this.button17.Text = "ulong写入";
  847. this.button17.UseVisualStyleBackColor = true;
  848. this.button17.Click += new System.EventHandler(this.button17_Click);
  849. //
  850. // button18
  851. //
  852. this.button18.Location = new System.Drawing.Point(226, 129);
  853. this.button18.Name = "button18";
  854. this.button18.Size = new System.Drawing.Size(82, 28);
  855. this.button18.TabIndex = 12;
  856. this.button18.Text = "long写入";
  857. this.button18.UseVisualStyleBackColor = true;
  858. this.button18.Click += new System.EventHandler(this.button18_Click);
  859. //
  860. // button19
  861. //
  862. this.button19.Location = new System.Drawing.Point(326, 95);
  863. this.button19.Name = "button19";
  864. this.button19.Size = new System.Drawing.Size(82, 28);
  865. this.button19.TabIndex = 11;
  866. this.button19.Text = "uint写入";
  867. this.button19.UseVisualStyleBackColor = true;
  868. this.button19.Click += new System.EventHandler(this.button19_Click);
  869. //
  870. // button20
  871. //
  872. this.button20.Location = new System.Drawing.Point(226, 95);
  873. this.button20.Name = "button20";
  874. this.button20.Size = new System.Drawing.Size(82, 28);
  875. this.button20.TabIndex = 10;
  876. this.button20.Text = "int写入";
  877. this.button20.UseVisualStyleBackColor = true;
  878. this.button20.Click += new System.EventHandler(this.button20_Click);
  879. //
  880. // button21
  881. //
  882. this.button21.Location = new System.Drawing.Point(326, 61);
  883. this.button21.Name = "button21";
  884. this.button21.Size = new System.Drawing.Size(82, 28);
  885. this.button21.TabIndex = 9;
  886. this.button21.Text = "ushort写入";
  887. this.button21.UseVisualStyleBackColor = true;
  888. this.button21.Click += new System.EventHandler(this.button21_Click);
  889. //
  890. // button24
  891. //
  892. this.button24.Location = new System.Drawing.Point(226, 24);
  893. this.button24.Name = "button24";
  894. this.button24.Size = new System.Drawing.Size(82, 28);
  895. this.button24.TabIndex = 6;
  896. this.button24.Text = "线圈写入";
  897. this.button24.UseVisualStyleBackColor = true;
  898. this.button24.Click += new System.EventHandler(this.button24_Click);
  899. //
  900. // groupBox1
  901. //
  902. this.groupBox1.Controls.Add(this.button_read_string);
  903. this.groupBox1.Controls.Add(this.button_read_double);
  904. this.groupBox1.Controls.Add(this.button_read_float);
  905. this.groupBox1.Controls.Add(this.button_read_ulong);
  906. this.groupBox1.Controls.Add(this.button_read_long);
  907. this.groupBox1.Controls.Add(this.button_read_uint);
  908. this.groupBox1.Controls.Add(this.button_read_int);
  909. this.groupBox1.Controls.Add(this.button_read_ushort);
  910. this.groupBox1.Controls.Add(this.button_read_short);
  911. this.groupBox1.Controls.Add(this.button_read_bool);
  912. this.groupBox1.Controls.Add(this.textBox4);
  913. this.groupBox1.Controls.Add(this.label7);
  914. this.groupBox1.Controls.Add(this.textBox3);
  915. this.groupBox1.Controls.Add(this.label6);
  916. this.groupBox1.Controls.Add(this.label8);
  917. this.groupBox1.Controls.Add(this.textBox5);
  918. this.groupBox1.Location = new System.Drawing.Point(11, 40);
  919. this.groupBox1.Name = "groupBox1";
  920. this.groupBox1.Size = new System.Drawing.Size(518, 47);
  921. this.groupBox1.TabIndex = 0;
  922. this.groupBox1.TabStop = false;
  923. this.groupBox1.Text = "单数据读取测试";
  924. this.groupBox1.Visible = false;
  925. //
  926. // button_read_string
  927. //
  928. this.button_read_string.Location = new System.Drawing.Point(415, 192);
  929. this.button_read_string.Name = "button_read_string";
  930. this.button_read_string.Size = new System.Drawing.Size(82, 28);
  931. this.button_read_string.TabIndex = 16;
  932. this.button_read_string.Text = "字符串读取";
  933. this.button_read_string.UseVisualStyleBackColor = true;
  934. this.button_read_string.Click += new System.EventHandler(this.button_read_string_Click);
  935. //
  936. // button_read_double
  937. //
  938. this.button_read_double.Location = new System.Drawing.Point(415, 158);
  939. this.button_read_double.Name = "button_read_double";
  940. this.button_read_double.Size = new System.Drawing.Size(82, 28);
  941. this.button_read_double.TabIndex = 15;
  942. this.button_read_double.Text = "double读取";
  943. this.button_read_double.UseVisualStyleBackColor = true;
  944. this.button_read_double.Click += new System.EventHandler(this.button_read_double_Click);
  945. //
  946. // button_read_float
  947. //
  948. this.button_read_float.Location = new System.Drawing.Point(315, 158);
  949. this.button_read_float.Name = "button_read_float";
  950. this.button_read_float.Size = new System.Drawing.Size(82, 28);
  951. this.button_read_float.TabIndex = 14;
  952. this.button_read_float.Text = "float读取";
  953. this.button_read_float.UseVisualStyleBackColor = true;
  954. this.button_read_float.Click += new System.EventHandler(this.button_read_float_Click);
  955. //
  956. // button_read_ulong
  957. //
  958. this.button_read_ulong.Location = new System.Drawing.Point(415, 124);
  959. this.button_read_ulong.Name = "button_read_ulong";
  960. this.button_read_ulong.Size = new System.Drawing.Size(82, 28);
  961. this.button_read_ulong.TabIndex = 13;
  962. this.button_read_ulong.Text = "ulong读取";
  963. this.button_read_ulong.UseVisualStyleBackColor = true;
  964. this.button_read_ulong.Click += new System.EventHandler(this.button_read_ulong_Click);
  965. //
  966. // button_read_long
  967. //
  968. this.button_read_long.Location = new System.Drawing.Point(315, 124);
  969. this.button_read_long.Name = "button_read_long";
  970. this.button_read_long.Size = new System.Drawing.Size(82, 28);
  971. this.button_read_long.TabIndex = 12;
  972. this.button_read_long.Text = "long读取";
  973. this.button_read_long.UseVisualStyleBackColor = true;
  974. this.button_read_long.Click += new System.EventHandler(this.button_read_long_Click);
  975. //
  976. // button_read_uint
  977. //
  978. this.button_read_uint.Location = new System.Drawing.Point(415, 90);
  979. this.button_read_uint.Name = "button_read_uint";
  980. this.button_read_uint.Size = new System.Drawing.Size(82, 28);
  981. this.button_read_uint.TabIndex = 11;
  982. this.button_read_uint.Text = "uint读取";
  983. this.button_read_uint.UseVisualStyleBackColor = true;
  984. this.button_read_uint.Click += new System.EventHandler(this.button_read_uint_Click);
  985. //
  986. // button_read_int
  987. //
  988. this.button_read_int.Location = new System.Drawing.Point(315, 90);
  989. this.button_read_int.Name = "button_read_int";
  990. this.button_read_int.Size = new System.Drawing.Size(82, 28);
  991. this.button_read_int.TabIndex = 10;
  992. this.button_read_int.Text = "int读取";
  993. this.button_read_int.UseVisualStyleBackColor = true;
  994. this.button_read_int.Click += new System.EventHandler(this.button_read_int_Click);
  995. //
  996. // button_read_ushort
  997. //
  998. this.button_read_ushort.Location = new System.Drawing.Point(415, 56);
  999. this.button_read_ushort.Name = "button_read_ushort";
  1000. this.button_read_ushort.Size = new System.Drawing.Size(82, 28);
  1001. this.button_read_ushort.TabIndex = 9;
  1002. this.button_read_ushort.Text = "ushort读取";
  1003. this.button_read_ushort.UseVisualStyleBackColor = true;
  1004. this.button_read_ushort.Click += new System.EventHandler(this.button_read_ushort_Click);
  1005. //
  1006. // button_read_short
  1007. //
  1008. this.button_read_short.Location = new System.Drawing.Point(315, 56);
  1009. this.button_read_short.Name = "button_read_short";
  1010. this.button_read_short.Size = new System.Drawing.Size(82, 28);
  1011. this.button_read_short.TabIndex = 8;
  1012. this.button_read_short.Text = "short读取";
  1013. this.button_read_short.UseVisualStyleBackColor = true;
  1014. this.button_read_short.Click += new System.EventHandler(this.button_read_short_Click);
  1015. //
  1016. // button_read_bool
  1017. //
  1018. this.button_read_bool.Location = new System.Drawing.Point(315, 19);
  1019. this.button_read_bool.Name = "button_read_bool";
  1020. this.button_read_bool.Size = new System.Drawing.Size(82, 28);
  1021. this.button_read_bool.TabIndex = 6;
  1022. this.button_read_bool.Text = "线圈读取";
  1023. this.button_read_bool.UseVisualStyleBackColor = true;
  1024. this.button_read_bool.Click += new System.EventHandler(this.button_read_bool_Click);
  1025. //
  1026. // textBox4
  1027. //
  1028. this.textBox4.Location = new System.Drawing.Point(63, 56);
  1029. this.textBox4.Multiline = true;
  1030. this.textBox4.Name = "textBox4";
  1031. this.textBox4.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  1032. this.textBox4.Size = new System.Drawing.Size(233, 164);
  1033. this.textBox4.TabIndex = 5;
  1034. //
  1035. // label7
  1036. //
  1037. this.label7.AutoSize = true;
  1038. this.label7.Location = new System.Drawing.Point(9, 58);
  1039. this.label7.Name = "label7";
  1040. this.label7.Size = new System.Drawing.Size(44, 17);
  1041. this.label7.TabIndex = 4;
  1042. this.label7.Text = "结果:";
  1043. //
  1044. // textBox3
  1045. //
  1046. this.textBox3.Location = new System.Drawing.Point(63, 27);
  1047. this.textBox3.Name = "textBox3";
  1048. this.textBox3.Size = new System.Drawing.Size(233, 23);
  1049. this.textBox3.TabIndex = 3;
  1050. this.textBox3.Text = "100";
  1051. //
  1052. // label6
  1053. //
  1054. this.label6.AutoSize = true;
  1055. this.label6.Location = new System.Drawing.Point(9, 30);
  1056. this.label6.Name = "label6";
  1057. this.label6.Size = new System.Drawing.Size(44, 17);
  1058. this.label6.TabIndex = 2;
  1059. this.label6.Text = "地址:";
  1060. //
  1061. // label8
  1062. //
  1063. this.label8.AutoSize = true;
  1064. this.label8.Location = new System.Drawing.Point(315, 198);
  1065. this.label8.Name = "label8";
  1066. this.label8.Size = new System.Drawing.Size(44, 17);
  1067. this.label8.TabIndex = 18;
  1068. this.label8.Text = "长度:";
  1069. //
  1070. // textBox5
  1071. //
  1072. this.textBox5.Location = new System.Drawing.Point(358, 195);
  1073. this.textBox5.Name = "textBox5";
  1074. this.textBox5.Size = new System.Drawing.Size(41, 23);
  1075. this.textBox5.TabIndex = 17;
  1076. this.textBox5.Text = "10";
  1077. //
  1078. // label4
  1079. //
  1080. this.label4.AutoSize = true;
  1081. this.label4.Location = new System.Drawing.Point(11, 6);
  1082. this.label4.Name = "label4";
  1083. this.label4.Size = new System.Drawing.Size(68, 17);
  1084. this.label4.TabIndex = 4;
  1085. this.label4.Text = "使用协议:";
  1086. //
  1087. // label5
  1088. //
  1089. this.label5.AutoSize = true;
  1090. this.label5.ForeColor = System.Drawing.Color.Red;
  1091. this.label5.Location = new System.Drawing.Point(85, 6);
  1092. this.label5.Name = "label5";
  1093. this.label5.Size = new System.Drawing.Size(106, 17);
  1094. this.label5.TabIndex = 5;
  1095. this.label5.Text = "Modbus Tcp协议";
  1096. //
  1097. // statusStrip1
  1098. //
  1099. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  1100. this.toolStripStatusLabel1,
  1101. this.toolStripSplitButton1,
  1102. this.toolStripStatusLabel2});
  1103. this.statusStrip1.Location = new System.Drawing.Point(0, 520);
  1104. this.statusStrip1.Name = "statusStrip1";
  1105. this.statusStrip1.Size = new System.Drawing.Size(1004, 22);
  1106. this.statusStrip1.TabIndex = 6;
  1107. this.statusStrip1.Text = "statusStrip1";
  1108. //
  1109. // toolStripStatusLabel1
  1110. //
  1111. this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
  1112. this.toolStripStatusLabel1.Size = new System.Drawing.Size(44, 17);
  1113. this.toolStripStatusLabel1.Text = "Ready";
  1114. //
  1115. // toolStripSplitButton1
  1116. //
  1117. this.toolStripSplitButton1.Name = "toolStripSplitButton1";
  1118. this.toolStripSplitButton1.Size = new System.Drawing.Size(16, 20);
  1119. //
  1120. // toolStripStatusLabel2
  1121. //
  1122. this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
  1123. this.toolStripStatusLabel2.Size = new System.Drawing.Size(35, 17);
  1124. this.toolStripStatusLabel2.Text = "Now";
  1125. this.toolStripStatusLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  1126. //
  1127. // tabControl1
  1128. //
  1129. this.tabControl1.Controls.Add(this.tabPage1);
  1130. this.tabControl1.Controls.Add(this.tabPage2);
  1131. this.tabControl1.Location = new System.Drawing.Point(1, -1);
  1132. this.tabControl1.Name = "tabControl1";
  1133. this.tabControl1.SelectedIndex = 0;
  1134. this.tabControl1.Size = new System.Drawing.Size(1003, 518);
  1135. this.tabControl1.TabIndex = 7;
  1136. //
  1137. // tabPage1
  1138. //
  1139. this.tabPage1.Controls.Add(this.listBox1);
  1140. this.tabPage1.Controls.Add(this.listView1);
  1141. this.tabPage1.Controls.Add(this.pictureBox1);
  1142. this.tabPage1.Controls.Add(this.groupBox9);
  1143. this.tabPage1.Controls.Add(this.m_btnBaseConfig);
  1144. this.tabPage1.Controls.Add(this.lblPlate2);
  1145. this.tabPage1.Controls.Add(this.label39);
  1146. this.tabPage1.Controls.Add(this.lblPlate);
  1147. this.tabPage1.Controls.Add(this.btnRuleCfg);
  1148. this.tabPage1.Controls.Add(this.label33);
  1149. this.tabPage1.Controls.Add(this.btnVideoCfg);
  1150. this.tabPage1.Controls.Add(this.stoprecordbtn);
  1151. this.tabPage1.Controls.Add(this.recordbtn);
  1152. this.tabPage1.Controls.Add(this.btnConnStat);
  1153. this.tabPage1.Controls.Add(this.startoutputbtn);
  1154. this.tabPage1.Controls.Add(this.stoprealplaybtn);
  1155. this.tabPage1.Controls.Add(this.btnManual);
  1156. this.tabPage1.Controls.Add(this.pictureBox4);
  1157. this.tabPage1.Controls.Add(this.pictureBox3);
  1158. this.tabPage1.Controls.Add(this.pictureBox2);
  1159. this.tabPage1.Controls.Add(this.treeDevice);
  1160. this.tabPage1.Controls.Add(this.groupBox7);
  1161. this.tabPage1.Controls.Add(this.groupBox8);
  1162. this.tabPage1.Location = new System.Drawing.Point(4, 26);
  1163. this.tabPage1.Name = "tabPage1";
  1164. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  1165. this.tabPage1.Size = new System.Drawing.Size(995, 488);
  1166. this.tabPage1.TabIndex = 0;
  1167. this.tabPage1.Text = "号牌机通讯";
  1168. this.tabPage1.UseVisualStyleBackColor = true;
  1169. //
  1170. // listBox1
  1171. //
  1172. this.listBox1.BackColor = System.Drawing.SystemColors.InfoText;
  1173. this.listBox1.ForeColor = System.Drawing.Color.Lime;
  1174. this.listBox1.FormattingEnabled = true;
  1175. this.listBox1.ItemHeight = 17;
  1176. this.listBox1.Location = new System.Drawing.Point(298, 390);
  1177. this.listBox1.Name = "listBox1";
  1178. this.listBox1.Size = new System.Drawing.Size(483, 89);
  1179. this.listBox1.TabIndex = 64;
  1180. //
  1181. // listView1
  1182. //
  1183. this.listView1.Location = new System.Drawing.Point(787, 6);
  1184. this.listView1.Name = "listView1";
  1185. this.listView1.Size = new System.Drawing.Size(200, 473);
  1186. this.listView1.TabIndex = 63;
  1187. this.listView1.UseCompatibleStateImageBehavior = false;
  1188. //
  1189. // pictureBox1
  1190. //
  1191. this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1192. this.pictureBox1.Location = new System.Drawing.Point(297, 6);
  1193. this.pictureBox1.Name = "pictureBox1";
  1194. this.pictureBox1.Size = new System.Drawing.Size(239, 181);
  1195. this.pictureBox1.TabIndex = 37;
  1196. this.pictureBox1.TabStop = false;
  1197. this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
  1198. //
  1199. // groupBox9
  1200. //
  1201. this.groupBox9.Controls.Add(this.ledbar);
  1202. this.groupBox9.Controls.Add(this.radledoff);
  1203. this.groupBox9.Controls.Add(this.radledon);
  1204. this.groupBox9.Controls.Add(this.radledauto);
  1205. this.groupBox9.Location = new System.Drawing.Point(7, 381);
  1206. this.groupBox9.Name = "groupBox9";
  1207. this.groupBox9.Size = new System.Drawing.Size(285, 101);
  1208. this.groupBox9.TabIndex = 62;
  1209. this.groupBox9.TabStop = false;
  1210. this.groupBox9.Text = "LED补光灯控制";
  1211. //
  1212. // ledbar
  1213. //
  1214. this.ledbar.BackColor = System.Drawing.SystemColors.ButtonHighlight;
  1215. this.ledbar.Location = new System.Drawing.Point(12, 54);
  1216. this.ledbar.Maximum = 6;
  1217. this.ledbar.Name = "ledbar";
  1218. this.ledbar.Size = new System.Drawing.Size(264, 45);
  1219. this.ledbar.TabIndex = 3;
  1220. this.ledbar.Value = 2;
  1221. this.ledbar.Scroll += new System.EventHandler(this.ledbar_Scroll);
  1222. //
  1223. // radledoff
  1224. //
  1225. this.radledoff.AutoSize = true;
  1226. this.radledoff.Location = new System.Drawing.Point(200, 22);
  1227. this.radledoff.Name = "radledoff";
  1228. this.radledoff.Size = new System.Drawing.Size(50, 21);
  1229. this.radledoff.TabIndex = 2;
  1230. this.radledoff.TabStop = true;
  1231. this.radledoff.Text = "常灭";
  1232. this.radledoff.UseVisualStyleBackColor = true;
  1233. this.radledoff.CheckedChanged += new System.EventHandler(this.radledoff_CheckedChanged);
  1234. //
  1235. // radledon
  1236. //
  1237. this.radledon.AutoSize = true;
  1238. this.radledon.Location = new System.Drawing.Point(116, 22);
  1239. this.radledon.Name = "radledon";
  1240. this.radledon.Size = new System.Drawing.Size(50, 21);
  1241. this.radledon.TabIndex = 1;
  1242. this.radledon.TabStop = true;
  1243. this.radledon.Text = "常亮";
  1244. this.radledon.UseVisualStyleBackColor = true;
  1245. this.radledon.CheckedChanged += new System.EventHandler(this.radledon_CheckedChanged);
  1246. //
  1247. // radledauto
  1248. //
  1249. this.radledauto.AutoSize = true;
  1250. this.radledauto.Location = new System.Drawing.Point(32, 23);
  1251. this.radledauto.Name = "radledauto";
  1252. this.radledauto.Size = new System.Drawing.Size(50, 21);
  1253. this.radledauto.TabIndex = 0;
  1254. this.radledauto.TabStop = true;
  1255. this.radledauto.Text = "智能";
  1256. this.radledauto.UseVisualStyleBackColor = true;
  1257. this.radledauto.CheckedChanged += new System.EventHandler(this.radledauto_CheckedChanged);
  1258. //
  1259. // m_btnBaseConfig
  1260. //
  1261. this.m_btnBaseConfig.Location = new System.Drawing.Point(222, 351);
  1262. this.m_btnBaseConfig.Name = "m_btnBaseConfig";
  1263. this.m_btnBaseConfig.Size = new System.Drawing.Size(69, 23);
  1264. this.m_btnBaseConfig.TabIndex = 61;
  1265. this.m_btnBaseConfig.Text = "基本配置";
  1266. this.m_btnBaseConfig.UseVisualStyleBackColor = true;
  1267. this.m_btnBaseConfig.Click += new System.EventHandler(this.m_btnBaseConfig_Click);
  1268. //
  1269. // lblPlate2
  1270. //
  1271. this.lblPlate2.BackColor = System.Drawing.SystemColors.HighlightText;
  1272. this.lblPlate2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1273. this.lblPlate2.ForeColor = System.Drawing.Color.Red;
  1274. this.lblPlate2.Location = new System.Drawing.Point(555, 354);
  1275. this.lblPlate2.Name = "lblPlate2";
  1276. this.lblPlate2.Size = new System.Drawing.Size(196, 21);
  1277. this.lblPlate2.TabIndex = 60;
  1278. this.lblPlate2.Text = "000000";
  1279. this.lblPlate2.Visible = false;
  1280. //
  1281. // label39
  1282. //
  1283. this.label39.AutoSize = true;
  1284. this.label39.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
  1285. this.label39.ForeColor = System.Drawing.Color.HotPink;
  1286. this.label39.Location = new System.Drawing.Point(717, 197);
  1287. this.label39.Name = "label39";
  1288. this.label39.Size = new System.Drawing.Size(0, 17);
  1289. this.label39.TabIndex = 59;
  1290. //
  1291. // lblPlate
  1292. //
  1293. this.lblPlate.BackColor = System.Drawing.SystemColors.HighlightText;
  1294. this.lblPlate.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1295. this.lblPlate.ForeColor = System.Drawing.Color.Red;
  1296. this.lblPlate.Location = new System.Drawing.Point(555, 158);
  1297. this.lblPlate.Name = "lblPlate";
  1298. this.lblPlate.Size = new System.Drawing.Size(196, 21);
  1299. this.lblPlate.TabIndex = 58;
  1300. this.lblPlate.Text = "000000";
  1301. this.lblPlate.Visible = false;
  1302. //
  1303. // btnRuleCfg
  1304. //
  1305. this.btnRuleCfg.Location = new System.Drawing.Point(149, 351);
  1306. this.btnRuleCfg.Name = "btnRuleCfg";
  1307. this.btnRuleCfg.Size = new System.Drawing.Size(67, 23);
  1308. this.btnRuleCfg.TabIndex = 57;
  1309. this.btnRuleCfg.Text = "线圈配置";
  1310. this.btnRuleCfg.UseVisualStyleBackColor = true;
  1311. this.btnRuleCfg.Click += new System.EventHandler(this.btnRuleCfg_Click);
  1312. //
  1313. // label33
  1314. //
  1315. this.label33.AutoSize = true;
  1316. this.label33.Location = new System.Drawing.Point(7, 220);
  1317. this.label33.Name = "label33";
  1318. this.label33.Size = new System.Drawing.Size(80, 17);
  1319. this.label33.TabIndex = 5;
  1320. this.label33.Text = "已开设备列表";
  1321. //
  1322. // btnVideoCfg
  1323. //
  1324. this.btnVideoCfg.Location = new System.Drawing.Point(149, 324);
  1325. this.btnVideoCfg.Name = "btnVideoCfg";
  1326. this.btnVideoCfg.Size = new System.Drawing.Size(67, 23);
  1327. this.btnVideoCfg.TabIndex = 56;
  1328. this.btnVideoCfg.Text = "视频配置";
  1329. this.btnVideoCfg.UseVisualStyleBackColor = true;
  1330. this.btnVideoCfg.Click += new System.EventHandler(this.btnVideoCfg_Click);
  1331. //
  1332. // stoprecordbtn
  1333. //
  1334. this.stoprecordbtn.Location = new System.Drawing.Point(222, 292);
  1335. this.stoprecordbtn.Name = "stoprecordbtn";
  1336. this.stoprecordbtn.Size = new System.Drawing.Size(69, 23);
  1337. this.stoprecordbtn.TabIndex = 55;
  1338. this.stoprecordbtn.Text = "停止录像";
  1339. this.stoprecordbtn.UseVisualStyleBackColor = true;
  1340. this.stoprecordbtn.Click += new System.EventHandler(this.stoprecordbtn_Click);
  1341. //
  1342. // recordbtn
  1343. //
  1344. this.recordbtn.Location = new System.Drawing.Point(149, 297);
  1345. this.recordbtn.Name = "recordbtn";
  1346. this.recordbtn.Size = new System.Drawing.Size(67, 23);
  1347. this.recordbtn.TabIndex = 54;
  1348. this.recordbtn.Text = "录像";
  1349. this.recordbtn.UseVisualStyleBackColor = true;
  1350. this.recordbtn.Click += new System.EventHandler(this.recordbtn_Click);
  1351. //
  1352. // btnConnStat
  1353. //
  1354. this.btnConnStat.Location = new System.Drawing.Point(222, 320);
  1355. this.btnConnStat.Name = "btnConnStat";
  1356. this.btnConnStat.Size = new System.Drawing.Size(69, 23);
  1357. this.btnConnStat.TabIndex = 53;
  1358. this.btnConnStat.Text = "连接状态";
  1359. this.btnConnStat.UseVisualStyleBackColor = true;
  1360. this.btnConnStat.Click += new System.EventHandler(this.btnConnStat_Click);
  1361. //
  1362. // startoutputbtn
  1363. //
  1364. this.startoutputbtn.Location = new System.Drawing.Point(149, 243);
  1365. this.startoutputbtn.Name = "startoutputbtn";
  1366. this.startoutputbtn.Size = new System.Drawing.Size(67, 23);
  1367. this.startoutputbtn.TabIndex = 52;
  1368. this.startoutputbtn.Text = "输出";
  1369. this.startoutputbtn.UseVisualStyleBackColor = true;
  1370. this.startoutputbtn.Click += new System.EventHandler(this.startoutputbtn_Click);
  1371. //
  1372. // stoprealplaybtn
  1373. //
  1374. this.stoprealplaybtn.Location = new System.Drawing.Point(222, 243);
  1375. this.stoprealplaybtn.Name = "stoprealplaybtn";
  1376. this.stoprealplaybtn.Size = new System.Drawing.Size(69, 23);
  1377. this.stoprealplaybtn.TabIndex = 51;
  1378. this.stoprealplaybtn.Text = "停止";
  1379. this.stoprealplaybtn.UseVisualStyleBackColor = true;
  1380. this.stoprealplaybtn.Click += new System.EventHandler(this.stoprealplaybtn_Click);
  1381. //
  1382. // btnManual
  1383. //
  1384. this.btnManual.Location = new System.Drawing.Point(149, 270);
  1385. this.btnManual.Name = "btnManual";
  1386. this.btnManual.Size = new System.Drawing.Size(67, 23);
  1387. this.btnManual.TabIndex = 50;
  1388. this.btnManual.Text = "手动识别";
  1389. this.btnManual.UseVisualStyleBackColor = true;
  1390. this.btnManual.Click += new System.EventHandler(this.btnManual_Click);
  1391. //
  1392. // pictureBox4
  1393. //
  1394. this.pictureBox4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1395. this.pictureBox4.Location = new System.Drawing.Point(542, 202);
  1396. this.pictureBox4.Name = "pictureBox4";
  1397. this.pictureBox4.Size = new System.Drawing.Size(239, 181);
  1398. this.pictureBox4.TabIndex = 37;
  1399. this.pictureBox4.TabStop = false;
  1400. //
  1401. // pictureBox3
  1402. //
  1403. this.pictureBox3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1404. this.pictureBox3.Location = new System.Drawing.Point(297, 202);
  1405. this.pictureBox3.Name = "pictureBox3";
  1406. this.pictureBox3.Size = new System.Drawing.Size(239, 181);
  1407. this.pictureBox3.TabIndex = 37;
  1408. this.pictureBox3.TabStop = false;
  1409. this.pictureBox3.Click += new System.EventHandler(this.pictureBox3_Click);
  1410. //
  1411. // pictureBox2
  1412. //
  1413. this.pictureBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1414. this.pictureBox2.Location = new System.Drawing.Point(542, 6);
  1415. this.pictureBox2.Name = "pictureBox2";
  1416. this.pictureBox2.Size = new System.Drawing.Size(239, 181);
  1417. this.pictureBox2.TabIndex = 37;
  1418. this.pictureBox2.TabStop = false;
  1419. this.pictureBox2.Click += new System.EventHandler(this.pictureBox2_Click);
  1420. //
  1421. // treeDevice
  1422. //
  1423. this.treeDevice.Location = new System.Drawing.Point(7, 243);
  1424. this.treeDevice.Name = "treeDevice";
  1425. this.treeDevice.Size = new System.Drawing.Size(136, 132);
  1426. this.treeDevice.TabIndex = 35;
  1427. //
  1428. // groupBox7
  1429. //
  1430. this.groupBox7.Controls.Add(this.btnNetCfg);
  1431. this.groupBox7.Controls.Add(this.stopsearchdev);
  1432. this.groupBox7.Controls.Add(this.startsearchdev);
  1433. this.groupBox7.Controls.Add(this.dev_treeview);
  1434. this.groupBox7.Location = new System.Drawing.Point(7, 6);
  1435. this.groupBox7.Name = "groupBox7";
  1436. this.groupBox7.Size = new System.Drawing.Size(284, 109);
  1437. this.groupBox7.TabIndex = 34;
  1438. this.groupBox7.TabStop = false;
  1439. this.groupBox7.Text = "查找设备";
  1440. //
  1441. // btnNetCfg
  1442. //
  1443. this.btnNetCfg.Location = new System.Drawing.Point(13, 76);
  1444. this.btnNetCfg.Name = "btnNetCfg";
  1445. this.btnNetCfg.Size = new System.Drawing.Size(53, 23);
  1446. this.btnNetCfg.TabIndex = 3;
  1447. this.btnNetCfg.Text = "修改IP";
  1448. this.btnNetCfg.UseVisualStyleBackColor = true;
  1449. this.btnNetCfg.Click += new System.EventHandler(this.btnNetCfg_Click);
  1450. //
  1451. // stopsearchdev
  1452. //
  1453. this.stopsearchdev.Location = new System.Drawing.Point(13, 47);
  1454. this.stopsearchdev.Name = "stopsearchdev";
  1455. this.stopsearchdev.Size = new System.Drawing.Size(53, 23);
  1456. this.stopsearchdev.TabIndex = 2;
  1457. this.stopsearchdev.Text = "停止";
  1458. this.stopsearchdev.UseVisualStyleBackColor = true;
  1459. this.stopsearchdev.Click += new System.EventHandler(this.stopsearchdev_Click);
  1460. //
  1461. // startsearchdev
  1462. //
  1463. this.startsearchdev.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  1464. this.startsearchdev.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
  1465. this.startsearchdev.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1466. this.startsearchdev.Location = new System.Drawing.Point(13, 17);
  1467. this.startsearchdev.Name = "startsearchdev";
  1468. this.startsearchdev.Size = new System.Drawing.Size(53, 23);
  1469. this.startsearchdev.TabIndex = 1;
  1470. this.startsearchdev.Text = "开始";
  1471. this.startsearchdev.UseVisualStyleBackColor = true;
  1472. this.startsearchdev.Click += new System.EventHandler(this.startsearchdev_Click);
  1473. //
  1474. // dev_treeview
  1475. //
  1476. this.dev_treeview.Location = new System.Drawing.Point(72, 16);
  1477. this.dev_treeview.Name = "dev_treeview";
  1478. this.dev_treeview.Size = new System.Drawing.Size(206, 83);
  1479. this.dev_treeview.TabIndex = 0;
  1480. //
  1481. // groupBox8
  1482. //
  1483. this.groupBox8.Controls.Add(this.txtIP);
  1484. this.groupBox8.Controls.Add(this.label31);
  1485. this.groupBox8.Controls.Add(this.label32);
  1486. this.groupBox8.Controls.Add(this.txtPort);
  1487. this.groupBox8.Controls.Add(this.txtUserName);
  1488. this.groupBox8.Controls.Add(this.label34);
  1489. this.groupBox8.Controls.Add(this.txtPwd);
  1490. this.groupBox8.Controls.Add(this.btnOpen);
  1491. this.groupBox8.Controls.Add(this.btnClose);
  1492. this.groupBox8.Location = new System.Drawing.Point(7, 118);
  1493. this.groupBox8.Name = "groupBox8";
  1494. this.groupBox8.Size = new System.Drawing.Size(282, 100);
  1495. this.groupBox8.TabIndex = 36;
  1496. this.groupBox8.TabStop = false;
  1497. this.groupBox8.Text = "登陆";
  1498. //
  1499. // txtIP
  1500. //
  1501. this.txtIP.Location = new System.Drawing.Point(50, 19);
  1502. this.txtIP.Name = "txtIP";
  1503. this.txtIP.Size = new System.Drawing.Size(100, 23);
  1504. this.txtIP.TabIndex = 2;
  1505. this.txtIP.Text = "192.168.0.20";
  1506. //
  1507. // label31
  1508. //
  1509. this.label31.AutoSize = true;
  1510. this.label31.Location = new System.Drawing.Point(9, 23);
  1511. this.label31.Name = "label31";
  1512. this.label31.Size = new System.Drawing.Size(43, 17);
  1513. this.label31.TabIndex = 1;
  1514. this.label31.Text = "设备IP";
  1515. //
  1516. // label32
  1517. //
  1518. this.label32.AutoSize = true;
  1519. this.label32.Location = new System.Drawing.Point(165, 24);
  1520. this.label32.Name = "label32";
  1521. this.label32.Size = new System.Drawing.Size(32, 17);
  1522. this.label32.TabIndex = 3;
  1523. this.label32.Text = "端口";
  1524. //
  1525. // txtPort
  1526. //
  1527. this.txtPort.Location = new System.Drawing.Point(200, 20);
  1528. this.txtPort.Name = "txtPort";
  1529. this.txtPort.Size = new System.Drawing.Size(65, 23);
  1530. this.txtPort.TabIndex = 4;
  1531. this.txtPort.Text = "80";
  1532. //
  1533. // txtUserName
  1534. //
  1535. this.txtUserName.Location = new System.Drawing.Point(49, 46);
  1536. this.txtUserName.Name = "txtUserName";
  1537. this.txtUserName.Size = new System.Drawing.Size(100, 23);
  1538. this.txtUserName.TabIndex = 6;
  1539. this.txtUserName.Text = "admin";
  1540. //
  1541. // label34
  1542. //
  1543. this.label34.AutoSize = true;
  1544. this.label34.Location = new System.Drawing.Point(165, 52);
  1545. this.label34.Name = "label34";
  1546. this.label34.Size = new System.Drawing.Size(32, 17);
  1547. this.label34.TabIndex = 7;
  1548. this.label34.Text = "密码";
  1549. //
  1550. // txtPwd
  1551. //
  1552. this.txtPwd.Location = new System.Drawing.Point(200, 48);
  1553. this.txtPwd.Name = "txtPwd";
  1554. this.txtPwd.Size = new System.Drawing.Size(65, 23);
  1555. this.txtPwd.TabIndex = 8;
  1556. this.txtPwd.Text = "admin";
  1557. this.txtPwd.UseSystemPasswordChar = true;
  1558. //
  1559. // btnOpen
  1560. //
  1561. this.btnOpen.FlatAppearance.BorderColor = System.Drawing.Color.Black;
  1562. this.btnOpen.Location = new System.Drawing.Point(145, 74);
  1563. this.btnOpen.Name = "btnOpen";
  1564. this.btnOpen.Size = new System.Drawing.Size(48, 23);
  1565. this.btnOpen.TabIndex = 9;
  1566. this.btnOpen.Text = "打开";
  1567. this.btnOpen.UseVisualStyleBackColor = true;
  1568. this.btnOpen.Click += new System.EventHandler(this.btnOpen_Click);
  1569. //
  1570. // btnClose
  1571. //
  1572. this.btnClose.Location = new System.Drawing.Point(217, 74);
  1573. this.btnClose.Name = "btnClose";
  1574. this.btnClose.Size = new System.Drawing.Size(48, 23);
  1575. this.btnClose.TabIndex = 10;
  1576. this.btnClose.Text = "关闭";
  1577. this.btnClose.UseVisualStyleBackColor = true;
  1578. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  1579. //
  1580. // tabPage2
  1581. //
  1582. this.tabPage2.Controls.Add(this.panel1);
  1583. this.tabPage2.Controls.Add(this.label4);
  1584. this.tabPage2.Controls.Add(this.panel2);
  1585. this.tabPage2.Controls.Add(this.label5);
  1586. this.tabPage2.Location = new System.Drawing.Point(4, 26);
  1587. this.tabPage2.Name = "tabPage2";
  1588. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  1589. this.tabPage2.Size = new System.Drawing.Size(995, 488);
  1590. this.tabPage2.TabIndex = 1;
  1591. this.tabPage2.Text = "PLC_通讯";
  1592. this.tabPage2.UseVisualStyleBackColor = true;
  1593. //
  1594. // FormModbus
  1595. //
  1596. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  1597. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1598. this.ClientSize = new System.Drawing.Size(1004, 542);
  1599. this.Controls.Add(this.tabControl1);
  1600. this.Controls.Add(this.statusStrip1);
  1601. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1602. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  1603. this.Name = "FormModbus";
  1604. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  1605. this.Text = "Modbus Tcp_PLC_Comm";
  1606. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormSiemens_FormClosing);
  1607. this.Load += new System.EventHandler(this.FormSiemens_Load);
  1608. this.panel1.ResumeLayout(false);
  1609. this.panel1.PerformLayout();
  1610. this.panel2.ResumeLayout(false);
  1611. this.panel2.PerformLayout();
  1612. this.groupBox6.ResumeLayout(false);
  1613. this.groupBox6.PerformLayout();
  1614. this.groupBox3.ResumeLayout(false);
  1615. this.groupBox3.PerformLayout();
  1616. this.groupBox5.ResumeLayout(false);
  1617. this.groupBox5.PerformLayout();
  1618. this.groupBox4.ResumeLayout(false);
  1619. this.groupBox4.PerformLayout();
  1620. this.groupBox2.ResumeLayout(false);
  1621. this.groupBox1.ResumeLayout(false);
  1622. this.groupBox1.PerformLayout();
  1623. this.statusStrip1.ResumeLayout(false);
  1624. this.statusStrip1.PerformLayout();
  1625. this.tabControl1.ResumeLayout(false);
  1626. this.tabPage1.ResumeLayout(false);
  1627. this.tabPage1.PerformLayout();
  1628. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  1629. this.groupBox9.ResumeLayout(false);
  1630. this.groupBox9.PerformLayout();
  1631. ((System.ComponentModel.ISupportInitialize)(this.ledbar)).EndInit();
  1632. ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
  1633. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
  1634. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  1635. this.groupBox7.ResumeLayout(false);
  1636. this.groupBox8.ResumeLayout(false);
  1637. this.groupBox8.PerformLayout();
  1638. this.tabPage2.ResumeLayout(false);
  1639. this.tabPage2.PerformLayout();
  1640. this.ResumeLayout(false);
  1641. this.PerformLayout();
  1642. }
  1643. #endregion
  1644. private System.Windows.Forms.Panel panel1;
  1645. private System.Windows.Forms.Label label1;
  1646. private System.Windows.Forms.Panel panel2;
  1647. private System.Windows.Forms.Button button2;
  1648. private System.Windows.Forms.Button button1;
  1649. private System.Windows.Forms.TextBox textBox2;
  1650. private System.Windows.Forms.Label label3;
  1651. private System.Windows.Forms.TextBox textBox1;
  1652. private System.Windows.Forms.Label label4;
  1653. private System.Windows.Forms.Label label5;
  1654. private System.Windows.Forms.GroupBox groupBox5;
  1655. private System.Windows.Forms.Button button27;
  1656. private System.Windows.Forms.TextBox textBox14;
  1657. private System.Windows.Forms.Label label18;
  1658. private System.Windows.Forms.Label label17;
  1659. private System.Windows.Forms.TextBox textBox12;
  1660. private System.Windows.Forms.Label label15;
  1661. private HslCommunication.Controls.UserCurve userCurve1;
  1662. private System.Windows.Forms.GroupBox groupBox4;
  1663. private System.Windows.Forms.TextBox textBox11;
  1664. private System.Windows.Forms.Label label14;
  1665. private System.Windows.Forms.Button button26;
  1666. private System.Windows.Forms.TextBox textBox13;
  1667. private System.Windows.Forms.Label label16;
  1668. private System.Windows.Forms.GroupBox groupBox3;
  1669. private System.Windows.Forms.TextBox Value_List;
  1670. private System.Windows.Forms.Label label13;
  1671. private System.Windows.Forms.Button button25;
  1672. private System.Windows.Forms.TextBox textBox9;
  1673. private System.Windows.Forms.Label label12;
  1674. private System.Windows.Forms.TextBox textBox6;
  1675. private System.Windows.Forms.Label label11;
  1676. private System.Windows.Forms.GroupBox groupBox2;
  1677. private System.Windows.Forms.Button button14;
  1678. private System.Windows.Forms.Button button15;
  1679. private System.Windows.Forms.Button button16;
  1680. private System.Windows.Forms.Button button17;
  1681. private System.Windows.Forms.Button button18;
  1682. private System.Windows.Forms.Button button19;
  1683. private System.Windows.Forms.Button button20;
  1684. private System.Windows.Forms.Button button21;
  1685. private System.Windows.Forms.Button button22;
  1686. private System.Windows.Forms.Button button24;
  1687. private System.Windows.Forms.TextBox textBox7;
  1688. private System.Windows.Forms.Label label9;
  1689. private System.Windows.Forms.GroupBox groupBox1;
  1690. private System.Windows.Forms.TextBox textBox5;
  1691. private System.Windows.Forms.Button button_read_string;
  1692. private System.Windows.Forms.Button button_read_double;
  1693. private System.Windows.Forms.Button button_read_float;
  1694. private System.Windows.Forms.Button button_read_ulong;
  1695. private System.Windows.Forms.Button button_read_long;
  1696. private System.Windows.Forms.Button button_read_uint;
  1697. private System.Windows.Forms.Button button_read_int;
  1698. private System.Windows.Forms.Button button_read_ushort;
  1699. private System.Windows.Forms.Button button_read_short;
  1700. private System.Windows.Forms.Button button_read_bool;
  1701. private System.Windows.Forms.TextBox textBox4;
  1702. private System.Windows.Forms.Label label7;
  1703. private System.Windows.Forms.TextBox textBox3;
  1704. private System.Windows.Forms.Label label6;
  1705. private System.Windows.Forms.Label label8;
  1706. private System.Windows.Forms.Label label19;
  1707. private System.Windows.Forms.TextBox textBox15;
  1708. private System.Windows.Forms.Label label21;
  1709. private System.Windows.Forms.StatusStrip statusStrip1;
  1710. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
  1711. private System.Windows.Forms.GroupBox groupBox6;
  1712. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel2;
  1713. private System.Windows.Forms.Label label10;
  1714. private System.Windows.Forms.TextBox textBox8;
  1715. private System.Windows.Forms.TextBox textBox10;
  1716. private System.Windows.Forms.Label label20;
  1717. private System.Windows.Forms.Label label2;
  1718. private HslCommunication.Controls.UserLantern userLantern9;
  1719. private HslCommunication.Controls.UserLantern userLantern8;
  1720. private HslCommunication.Controls.UserLantern userLantern7;
  1721. private HslCommunication.Controls.UserLantern userLantern6;
  1722. private HslCommunication.Controls.UserLantern userLantern5;
  1723. private HslCommunication.Controls.UserLantern userLantern4;
  1724. private HslCommunication.Controls.UserLantern userLantern3;
  1725. private HslCommunication.Controls.UserLantern userLantern2;
  1726. private HslCommunication.Controls.UserLantern userLantern1;
  1727. private System.Windows.Forms.Label label30;
  1728. private System.Windows.Forms.Label label29;
  1729. private System.Windows.Forms.Label label28;
  1730. private System.Windows.Forms.Label label27;
  1731. private System.Windows.Forms.Label label26;
  1732. private System.Windows.Forms.Label label25;
  1733. private System.Windows.Forms.Label label24;
  1734. private System.Windows.Forms.Label label23;
  1735. private System.Windows.Forms.Label label22;
  1736. private System.Windows.Forms.TabControl tabControl1;
  1737. private System.Windows.Forms.TabPage tabPage1;
  1738. private System.Windows.Forms.TabPage tabPage2;
  1739. private System.Windows.Forms.Button btnConnStat;
  1740. private System.Windows.Forms.Button startoutputbtn;
  1741. private System.Windows.Forms.Button stoprealplaybtn;
  1742. private System.Windows.Forms.Button btnManual;
  1743. private System.Windows.Forms.PictureBox pictureBox4;
  1744. private System.Windows.Forms.PictureBox pictureBox3;
  1745. private System.Windows.Forms.PictureBox pictureBox2;
  1746. private System.Windows.Forms.PictureBox pictureBox1;
  1747. private System.Windows.Forms.TreeView treeDevice;
  1748. private System.Windows.Forms.GroupBox groupBox7;
  1749. private System.Windows.Forms.Button btnNetCfg;
  1750. private System.Windows.Forms.Button stopsearchdev;
  1751. private System.Windows.Forms.Button startsearchdev;
  1752. private System.Windows.Forms.TreeView dev_treeview;
  1753. private System.Windows.Forms.GroupBox groupBox8;
  1754. private System.Windows.Forms.TextBox txtIP;
  1755. private System.Windows.Forms.Label label31;
  1756. private System.Windows.Forms.Label label32;
  1757. private System.Windows.Forms.TextBox txtPort;
  1758. private System.Windows.Forms.Label label33;
  1759. private System.Windows.Forms.TextBox txtUserName;
  1760. private System.Windows.Forms.Label label34;
  1761. private System.Windows.Forms.TextBox txtPwd;
  1762. private System.Windows.Forms.Button btnOpen;
  1763. private System.Windows.Forms.Button btnClose;
  1764. private System.Windows.Forms.Button stoprecordbtn;
  1765. private System.Windows.Forms.Button recordbtn;
  1766. private System.Windows.Forms.Button btnVideoCfg;
  1767. private System.Windows.Forms.Button btnRuleCfg;
  1768. private System.Windows.Forms.Label lblPlate2;
  1769. private System.Windows.Forms.Label label39;
  1770. private System.Windows.Forms.Label lblPlate;
  1771. private System.Windows.Forms.Button m_btnBaseConfig;
  1772. private System.Windows.Forms.GroupBox groupBox9;
  1773. private System.Windows.Forms.TrackBar ledbar;
  1774. private System.Windows.Forms.RadioButton radledoff;
  1775. private System.Windows.Forms.RadioButton radledon;
  1776. private System.Windows.Forms.RadioButton radledauto;
  1777. private System.Windows.Forms.ToolStripSplitButton toolStripSplitButton1;
  1778. private System.Windows.Forms.ListBox listBox1;
  1779. private System.Windows.Forms.ListView listView1;
  1780. }
  1781. }