MainForm.Designer.cs 54 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121
  1. namespace BLETool
  2. {
  3. partial class MainForm
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
  29. this.ss_bottom = new System.Windows.Forms.StatusStrip();
  30. this.btn_Stop = new System.Windows.Forms.Button();
  31. this.groupBox2 = new System.Windows.Forms.GroupBox();
  32. this.lv_device = new System.Windows.Forms.ListView();
  33. this.DevName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  34. this.ID = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  35. this.CanPaired = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  36. this.IsPaired = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  37. this.RSSI = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  38. this.panel1 = new System.Windows.Forms.Panel();
  39. this.pan_search = new System.Windows.Forms.Panel();
  40. this.chb_ShowUnconnectableDevice = new System.Windows.Forms.CheckBox();
  41. this.chb_ShowHidden = new System.Windows.Forms.CheckBox();
  42. this.panel8 = new System.Windows.Forms.Panel();
  43. this.btn_Refresh = new System.Windows.Forms.Button();
  44. this.panel5 = new System.Windows.Forms.Panel();
  45. this.panel6 = new System.Windows.Forms.Panel();
  46. this.btn_Search = new System.Windows.Forms.Button();
  47. this.panel4 = new System.Windows.Forms.Panel();
  48. this.panel7 = new System.Windows.Forms.Panel();
  49. this.groupBox3 = new System.Windows.Forms.GroupBox();
  50. this.textBox3 = new System.Windows.Forms.TextBox();
  51. this.textBox2 = new System.Windows.Forms.TextBox();
  52. this.textBox1 = new System.Windows.Forms.TextBox();
  53. this.button3 = new System.Windows.Forms.Button();
  54. this.button2 = new System.Windows.Forms.Button();
  55. this.button1 = new System.Windows.Forms.Button();
  56. this.groupBox4 = new System.Windows.Forms.GroupBox();
  57. this.btn_getData = new System.Windows.Forms.Button();
  58. this.btn_refreshCharacteristic = new System.Windows.Forms.Button();
  59. this.cmb_service = new System.Windows.Forms.ComboBox();
  60. this.lab_servicecount = new System.Windows.Forms.Label();
  61. this.cmb_characteristic = new System.Windows.Forms.ComboBox();
  62. this.lab_charcount = new System.Windows.Forms.Label();
  63. this.groupBox5 = new System.Windows.Forms.GroupBox();
  64. this.rtb_debug = new System.Windows.Forms.RichTextBox();
  65. this.groupBox6 = new System.Windows.Forms.GroupBox();
  66. this.groupBox9 = new System.Windows.Forms.GroupBox();
  67. this.txt_callback_service = new System.Windows.Forms.TextBox();
  68. this.cb_display_callbackData = new System.Windows.Forms.CheckBox();
  69. this.label5 = new System.Windows.Forms.Label();
  70. this.label4 = new System.Windows.Forms.Label();
  71. this.txt_callback_characteristic = new System.Windows.Forms.TextBox();
  72. this.pan_read = new System.Windows.Forms.Panel();
  73. this.btn_Read = new System.Windows.Forms.Button();
  74. this.lab_Indicate = new System.Windows.Forms.Label();
  75. this.lab_Notify = new System.Windows.Forms.Label();
  76. this.panel18 = new System.Windows.Forms.Panel();
  77. this.panel16 = new System.Windows.Forms.Panel();
  78. this.pan_hex = new System.Windows.Forms.Panel();
  79. this.txt_HexResult = new System.Windows.Forms.TextBox();
  80. this.rad_hex = new System.Windows.Forms.RadioButton();
  81. this.panel15 = new System.Windows.Forms.Panel();
  82. this.pan_utf8 = new System.Windows.Forms.Panel();
  83. this.txt_UTF8Result = new System.Windows.Forms.TextBox();
  84. this.rad_utf8 = new System.Windows.Forms.RadioButton();
  85. this.panel17 = new System.Windows.Forms.Panel();
  86. this.pan_dec = new System.Windows.Forms.Panel();
  87. this.txt_DecResult = new System.Windows.Forms.TextBox();
  88. this.rad_dec = new System.Windows.Forms.RadioButton();
  89. this.groupBox7 = new System.Windows.Forms.GroupBox();
  90. this.pan_write = new System.Windows.Forms.Panel();
  91. this.txt_write = new System.Windows.Forms.ComboBox();
  92. this.panel9 = new System.Windows.Forms.Panel();
  93. this.rad_writeUTF8 = new System.Windows.Forms.RadioButton();
  94. this.rad_writeHex = new System.Windows.Forms.RadioButton();
  95. this.rad_writeDec = new System.Windows.Forms.RadioButton();
  96. this.btn_Write = new System.Windows.Forms.Button();
  97. this.panel10 = new System.Windows.Forms.Panel();
  98. this.groupBox1 = new System.Windows.Forms.GroupBox();
  99. this.groupBox8 = new System.Windows.Forms.GroupBox();
  100. this.pan_connection = new System.Windows.Forms.Panel();
  101. this.txt_deviceID = new System.Windows.Forms.TextBox();
  102. this.label3 = new System.Windows.Forms.Label();
  103. this.txt_rssi = new System.Windows.Forms.TextBox();
  104. this.label2 = new System.Windows.Forms.Label();
  105. this.txt_devicename = new System.Windows.Forms.TextBox();
  106. this.panel13 = new System.Windows.Forms.Panel();
  107. this.label1 = new System.Windows.Forms.Label();
  108. this.lab_connection = new System.Windows.Forms.Label();
  109. this.panel12 = new System.Windows.Forms.Panel();
  110. this.btn_pair = new System.Windows.Forms.Button();
  111. this.panel2 = new System.Windows.Forms.Panel();
  112. this.groupBox2.SuspendLayout();
  113. this.panel1.SuspendLayout();
  114. this.pan_search.SuspendLayout();
  115. this.groupBox3.SuspendLayout();
  116. this.groupBox4.SuspendLayout();
  117. this.groupBox5.SuspendLayout();
  118. this.groupBox6.SuspendLayout();
  119. this.groupBox9.SuspendLayout();
  120. this.pan_read.SuspendLayout();
  121. this.pan_hex.SuspendLayout();
  122. this.pan_utf8.SuspendLayout();
  123. this.pan_dec.SuspendLayout();
  124. this.groupBox7.SuspendLayout();
  125. this.pan_write.SuspendLayout();
  126. this.groupBox1.SuspendLayout();
  127. this.groupBox8.SuspendLayout();
  128. this.pan_connection.SuspendLayout();
  129. this.SuspendLayout();
  130. //
  131. // ss_bottom
  132. //
  133. this.ss_bottom.Location = new System.Drawing.Point(0, 727);
  134. this.ss_bottom.Name = "ss_bottom";
  135. this.ss_bottom.Size = new System.Drawing.Size(858, 22);
  136. this.ss_bottom.TabIndex = 15;
  137. this.ss_bottom.Text = "statusStrip1";
  138. //
  139. // btn_Stop
  140. //
  141. this.btn_Stop.Dock = System.Windows.Forms.DockStyle.Left;
  142. this.btn_Stop.Location = new System.Drawing.Point(111, 0);
  143. this.btn_Stop.Name = "btn_Stop";
  144. this.btn_Stop.Size = new System.Drawing.Size(91, 26);
  145. this.btn_Stop.TabIndex = 20;
  146. this.btn_Stop.Text = "停止";
  147. this.btn_Stop.UseVisualStyleBackColor = true;
  148. this.btn_Stop.Click += new System.EventHandler(this.btn_Stop_Click);
  149. //
  150. // groupBox2
  151. //
  152. this.groupBox2.Controls.Add(this.lv_device);
  153. this.groupBox2.Controls.Add(this.panel1);
  154. this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  155. this.groupBox2.Location = new System.Drawing.Point(0, 0);
  156. this.groupBox2.Name = "groupBox2";
  157. this.groupBox2.Size = new System.Drawing.Size(858, 139);
  158. this.groupBox2.TabIndex = 22;
  159. this.groupBox2.TabStop = false;
  160. this.groupBox2.Text = "BLE设备列表";
  161. //
  162. // lv_device
  163. //
  164. this.lv_device.BackColor = System.Drawing.Color.White;
  165. this.lv_device.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  166. this.DevName,
  167. this.ID,
  168. this.CanPaired,
  169. this.IsPaired,
  170. this.RSSI});
  171. this.lv_device.Dock = System.Windows.Forms.DockStyle.Fill;
  172. this.lv_device.FullRowSelect = true;
  173. this.lv_device.GridLines = true;
  174. this.lv_device.HideSelection = false;
  175. this.lv_device.Location = new System.Drawing.Point(3, 17);
  176. this.lv_device.Name = "lv_device";
  177. this.lv_device.Size = new System.Drawing.Size(852, 77);
  178. this.lv_device.TabIndex = 23;
  179. this.lv_device.UseCompatibleStateImageBehavior = false;
  180. this.lv_device.View = System.Windows.Forms.View.Details;
  181. this.lv_device.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.lv_device_ColumnClick);
  182. this.lv_device.SelectedIndexChanged += new System.EventHandler(this.lv_device_SelectedIndexChanged);
  183. this.lv_device.SizeChanged += new System.EventHandler(this.lv_device_SizeChanged);
  184. this.lv_device.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lv_device_MouseDoubleClick);
  185. //
  186. // DevName
  187. //
  188. this.DevName.Text = "DevName";
  189. this.DevName.Width = 200;
  190. //
  191. // ID
  192. //
  193. this.ID.Text = "ID";
  194. this.ID.Width = 360;
  195. //
  196. // CanPaired
  197. //
  198. this.CanPaired.Text = "Can Paired";
  199. this.CanPaired.Width = 100;
  200. //
  201. // IsPaired
  202. //
  203. this.IsPaired.Text = "Is Paired";
  204. this.IsPaired.Width = 100;
  205. //
  206. // RSSI
  207. //
  208. this.RSSI.Text = "RSSI";
  209. //
  210. // panel1
  211. //
  212. this.panel1.Controls.Add(this.pan_search);
  213. this.panel1.Controls.Add(this.panel7);
  214. this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  215. this.panel1.Location = new System.Drawing.Point(3, 94);
  216. this.panel1.Name = "panel1";
  217. this.panel1.Size = new System.Drawing.Size(852, 42);
  218. this.panel1.TabIndex = 24;
  219. //
  220. // pan_search
  221. //
  222. this.pan_search.Controls.Add(this.chb_ShowUnconnectableDevice);
  223. this.pan_search.Controls.Add(this.chb_ShowHidden);
  224. this.pan_search.Controls.Add(this.panel8);
  225. this.pan_search.Controls.Add(this.btn_Refresh);
  226. this.pan_search.Controls.Add(this.panel5);
  227. this.pan_search.Controls.Add(this.btn_Stop);
  228. this.pan_search.Controls.Add(this.panel6);
  229. this.pan_search.Controls.Add(this.btn_Search);
  230. this.pan_search.Controls.Add(this.panel4);
  231. this.pan_search.Dock = System.Windows.Forms.DockStyle.Bottom;
  232. this.pan_search.Location = new System.Drawing.Point(0, 9);
  233. this.pan_search.Name = "pan_search";
  234. this.pan_search.Size = new System.Drawing.Size(852, 26);
  235. this.pan_search.TabIndex = 23;
  236. //
  237. // chb_ShowUnconnectableDevice
  238. //
  239. this.chb_ShowUnconnectableDevice.AutoSize = true;
  240. this.chb_ShowUnconnectableDevice.Dock = System.Windows.Forms.DockStyle.Left;
  241. this.chb_ShowUnconnectableDevice.Location = new System.Drawing.Point(308, 0);
  242. this.chb_ShowUnconnectableDevice.Name = "chb_ShowUnconnectableDevice";
  243. this.chb_ShowUnconnectableDevice.Size = new System.Drawing.Size(96, 26);
  244. this.chb_ShowUnconnectableDevice.TabIndex = 31;
  245. this.chb_ShowUnconnectableDevice.Text = "显示离线设备";
  246. this.chb_ShowUnconnectableDevice.UseVisualStyleBackColor = true;
  247. this.chb_ShowUnconnectableDevice.CheckedChanged += new System.EventHandler(this.chb_ShowUnconnectableDevice_CheckedChanged);
  248. //
  249. // chb_ShowHidden
  250. //
  251. this.chb_ShowHidden.AutoSize = true;
  252. this.chb_ShowHidden.Dock = System.Windows.Forms.DockStyle.Left;
  253. this.chb_ShowHidden.Location = new System.Drawing.Point(212, 0);
  254. this.chb_ShowHidden.Name = "chb_ShowHidden";
  255. this.chb_ShowHidden.Size = new System.Drawing.Size(96, 26);
  256. this.chb_ShowHidden.TabIndex = 30;
  257. this.chb_ShowHidden.Text = "显示隐藏设备";
  258. this.chb_ShowHidden.UseVisualStyleBackColor = true;
  259. //
  260. // panel8
  261. //
  262. this.panel8.Dock = System.Windows.Forms.DockStyle.Left;
  263. this.panel8.Location = new System.Drawing.Point(202, 0);
  264. this.panel8.Name = "panel8";
  265. this.panel8.Size = new System.Drawing.Size(10, 26);
  266. this.panel8.TabIndex = 29;
  267. //
  268. // btn_Refresh
  269. //
  270. this.btn_Refresh.Dock = System.Windows.Forms.DockStyle.Right;
  271. this.btn_Refresh.Location = new System.Drawing.Point(751, 0);
  272. this.btn_Refresh.Name = "btn_Refresh";
  273. this.btn_Refresh.Size = new System.Drawing.Size(91, 26);
  274. this.btn_Refresh.TabIndex = 27;
  275. this.btn_Refresh.Text = "读取信号强度";
  276. this.btn_Refresh.UseVisualStyleBackColor = true;
  277. this.btn_Refresh.Click += new System.EventHandler(this.btn_Refresh_Click);
  278. //
  279. // panel5
  280. //
  281. this.panel5.Dock = System.Windows.Forms.DockStyle.Right;
  282. this.panel5.Location = new System.Drawing.Point(842, 0);
  283. this.panel5.Name = "panel5";
  284. this.panel5.Size = new System.Drawing.Size(10, 26);
  285. this.panel5.TabIndex = 28;
  286. //
  287. // panel6
  288. //
  289. this.panel6.Dock = System.Windows.Forms.DockStyle.Left;
  290. this.panel6.Location = new System.Drawing.Point(101, 0);
  291. this.panel6.Name = "panel6";
  292. this.panel6.Size = new System.Drawing.Size(10, 26);
  293. this.panel6.TabIndex = 26;
  294. //
  295. // btn_Search
  296. //
  297. this.btn_Search.Dock = System.Windows.Forms.DockStyle.Left;
  298. this.btn_Search.Location = new System.Drawing.Point(10, 0);
  299. this.btn_Search.Name = "btn_Search";
  300. this.btn_Search.Size = new System.Drawing.Size(91, 26);
  301. this.btn_Search.TabIndex = 19;
  302. this.btn_Search.Text = "搜索";
  303. this.btn_Search.UseVisualStyleBackColor = true;
  304. this.btn_Search.Click += new System.EventHandler(this.btn_Search_Click);
  305. //
  306. // panel4
  307. //
  308. this.panel4.Dock = System.Windows.Forms.DockStyle.Left;
  309. this.panel4.Location = new System.Drawing.Point(0, 0);
  310. this.panel4.Name = "panel4";
  311. this.panel4.Size = new System.Drawing.Size(10, 26);
  312. this.panel4.TabIndex = 24;
  313. //
  314. // panel7
  315. //
  316. this.panel7.Dock = System.Windows.Forms.DockStyle.Bottom;
  317. this.panel7.Location = new System.Drawing.Point(0, 35);
  318. this.panel7.Name = "panel7";
  319. this.panel7.Size = new System.Drawing.Size(852, 7);
  320. this.panel7.TabIndex = 24;
  321. //
  322. // groupBox3
  323. //
  324. this.groupBox3.Controls.Add(this.textBox3);
  325. this.groupBox3.Controls.Add(this.textBox2);
  326. this.groupBox3.Controls.Add(this.textBox1);
  327. this.groupBox3.Controls.Add(this.button3);
  328. this.groupBox3.Controls.Add(this.button2);
  329. this.groupBox3.Controls.Add(this.button1);
  330. this.groupBox3.Dock = System.Windows.Forms.DockStyle.Bottom;
  331. this.groupBox3.Location = new System.Drawing.Point(0, 627);
  332. this.groupBox3.Name = "groupBox3";
  333. this.groupBox3.Size = new System.Drawing.Size(858, 100);
  334. this.groupBox3.TabIndex = 23;
  335. this.groupBox3.TabStop = false;
  336. this.groupBox3.Text = "Control";
  337. this.groupBox3.Visible = false;
  338. //
  339. // textBox3
  340. //
  341. this.textBox3.Location = new System.Drawing.Point(562, 20);
  342. this.textBox3.Name = "textBox3";
  343. this.textBox3.Size = new System.Drawing.Size(71, 21);
  344. this.textBox3.TabIndex = 24;
  345. this.textBox3.Text = "180";
  346. this.textBox3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  347. //
  348. // textBox2
  349. //
  350. this.textBox2.Location = new System.Drawing.Point(347, 20);
  351. this.textBox2.Name = "textBox2";
  352. this.textBox2.Size = new System.Drawing.Size(71, 21);
  353. this.textBox2.TabIndex = 23;
  354. this.textBox2.Text = "90";
  355. this.textBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  356. //
  357. // textBox1
  358. //
  359. this.textBox1.Location = new System.Drawing.Point(155, 20);
  360. this.textBox1.Name = "textBox1";
  361. this.textBox1.Size = new System.Drawing.Size(71, 21);
  362. this.textBox1.TabIndex = 22;
  363. this.textBox1.Text = "0";
  364. this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  365. //
  366. // button3
  367. //
  368. this.button3.Location = new System.Drawing.Point(521, 47);
  369. this.button3.Name = "button3";
  370. this.button3.Size = new System.Drawing.Size(143, 38);
  371. this.button3.TabIndex = 21;
  372. this.button3.Text = "Do not disturb";
  373. this.button3.UseVisualStyleBackColor = true;
  374. this.button3.Click += new System.EventHandler(this.button3_Click);
  375. //
  376. // button2
  377. //
  378. this.button2.Location = new System.Drawing.Point(319, 47);
  379. this.button2.Name = "button2";
  380. this.button2.Size = new System.Drawing.Size(143, 38);
  381. this.button2.TabIndex = 20;
  382. this.button2.Text = "Working";
  383. this.button2.UseVisualStyleBackColor = true;
  384. this.button2.Click += new System.EventHandler(this.button2_Click);
  385. //
  386. // button1
  387. //
  388. this.button1.Location = new System.Drawing.Point(119, 47);
  389. this.button1.Name = "button1";
  390. this.button1.Size = new System.Drawing.Size(143, 38);
  391. this.button1.TabIndex = 19;
  392. this.button1.Text = "Free";
  393. this.button1.UseVisualStyleBackColor = true;
  394. this.button1.Click += new System.EventHandler(this.button1_Click);
  395. //
  396. // groupBox4
  397. //
  398. this.groupBox4.Controls.Add(this.btn_getData);
  399. this.groupBox4.Controls.Add(this.btn_refreshCharacteristic);
  400. this.groupBox4.Controls.Add(this.cmb_service);
  401. this.groupBox4.Controls.Add(this.lab_servicecount);
  402. this.groupBox4.Controls.Add(this.cmb_characteristic);
  403. this.groupBox4.Controls.Add(this.lab_charcount);
  404. this.groupBox4.Dock = System.Windows.Forms.DockStyle.Bottom;
  405. this.groupBox4.Location = new System.Drawing.Point(0, 189);
  406. this.groupBox4.Name = "groupBox4";
  407. this.groupBox4.Size = new System.Drawing.Size(858, 48);
  408. this.groupBox4.TabIndex = 24;
  409. this.groupBox4.TabStop = false;
  410. this.groupBox4.Enter += new System.EventHandler(this.groupBox4_Enter);
  411. //
  412. // btn_getData
  413. //
  414. this.btn_getData.Location = new System.Drawing.Point(788, 17);
  415. this.btn_getData.Name = "btn_getData";
  416. this.btn_getData.Size = new System.Drawing.Size(59, 24);
  417. this.btn_getData.TabIndex = 29;
  418. this.btn_getData.Text = "读取";
  419. this.btn_getData.UseVisualStyleBackColor = true;
  420. this.btn_getData.Click += new System.EventHandler(this.btn_getData_Click);
  421. //
  422. // btn_refreshCharacteristic
  423. //
  424. this.btn_refreshCharacteristic.Location = new System.Drawing.Point(344, 17);
  425. this.btn_refreshCharacteristic.Name = "btn_refreshCharacteristic";
  426. this.btn_refreshCharacteristic.Size = new System.Drawing.Size(59, 24);
  427. this.btn_refreshCharacteristic.TabIndex = 28;
  428. this.btn_refreshCharacteristic.Text = "读取";
  429. this.btn_refreshCharacteristic.UseVisualStyleBackColor = true;
  430. this.btn_refreshCharacteristic.Click += new System.EventHandler(this.btn_refreshCharacteristic_Click);
  431. //
  432. // cmb_service
  433. //
  434. this.cmb_service.Font = new System.Drawing.Font("SimSun", 12F);
  435. this.cmb_service.FormattingEnabled = true;
  436. this.cmb_service.Location = new System.Drawing.Point(71, 17);
  437. this.cmb_service.Name = "cmb_service";
  438. this.cmb_service.Size = new System.Drawing.Size(267, 24);
  439. this.cmb_service.TabIndex = 4;
  440. this.cmb_service.SelectedIndexChanged += new System.EventHandler(this.cmb_service_SelectedIndexChanged);
  441. //
  442. // lab_servicecount
  443. //
  444. this.lab_servicecount.AutoSize = true;
  445. this.lab_servicecount.Location = new System.Drawing.Point(12, 23);
  446. this.lab_servicecount.Name = "lab_servicecount";
  447. this.lab_servicecount.Size = new System.Drawing.Size(29, 12);
  448. this.lab_servicecount.TabIndex = 3;
  449. this.lab_servicecount.Text = "服务";
  450. //
  451. // cmb_characteristic
  452. //
  453. this.cmb_characteristic.Font = new System.Drawing.Font("SimSun", 12F);
  454. this.cmb_characteristic.FormattingEnabled = true;
  455. this.cmb_characteristic.Location = new System.Drawing.Point(475, 17);
  456. this.cmb_characteristic.Name = "cmb_characteristic";
  457. this.cmb_characteristic.Size = new System.Drawing.Size(307, 24);
  458. this.cmb_characteristic.TabIndex = 2;
  459. this.cmb_characteristic.SelectedIndexChanged += new System.EventHandler(this.cmb_characteristic_SelectedIndexChanged);
  460. //
  461. // lab_charcount
  462. //
  463. this.lab_charcount.AutoSize = true;
  464. this.lab_charcount.Location = new System.Drawing.Point(420, 24);
  465. this.lab_charcount.Name = "lab_charcount";
  466. this.lab_charcount.Size = new System.Drawing.Size(29, 12);
  467. this.lab_charcount.TabIndex = 1;
  468. this.lab_charcount.Text = "特征";
  469. //
  470. // groupBox5
  471. //
  472. this.groupBox5.Controls.Add(this.rtb_debug);
  473. this.groupBox5.Dock = System.Windows.Forms.DockStyle.Bottom;
  474. this.groupBox5.Location = new System.Drawing.Point(0, 521);
  475. this.groupBox5.Name = "groupBox5";
  476. this.groupBox5.Size = new System.Drawing.Size(858, 106);
  477. this.groupBox5.TabIndex = 25;
  478. this.groupBox5.TabStop = false;
  479. this.groupBox5.Text = "Log记录";
  480. //
  481. // rtb_debug
  482. //
  483. this.rtb_debug.BackColor = System.Drawing.SystemColors.Control;
  484. this.rtb_debug.BorderStyle = System.Windows.Forms.BorderStyle.None;
  485. this.rtb_debug.Dock = System.Windows.Forms.DockStyle.Fill;
  486. this.rtb_debug.Location = new System.Drawing.Point(3, 17);
  487. this.rtb_debug.Name = "rtb_debug";
  488. this.rtb_debug.ReadOnly = true;
  489. this.rtb_debug.Size = new System.Drawing.Size(852, 86);
  490. this.rtb_debug.TabIndex = 11;
  491. this.rtb_debug.Text = "";
  492. //
  493. // groupBox6
  494. //
  495. this.groupBox6.Controls.Add(this.groupBox9);
  496. this.groupBox6.Controls.Add(this.pan_read);
  497. this.groupBox6.Controls.Add(this.panel16);
  498. this.groupBox6.Controls.Add(this.pan_hex);
  499. this.groupBox6.Controls.Add(this.panel15);
  500. this.groupBox6.Controls.Add(this.pan_utf8);
  501. this.groupBox6.Controls.Add(this.panel17);
  502. this.groupBox6.Controls.Add(this.pan_dec);
  503. this.groupBox6.Dock = System.Windows.Forms.DockStyle.Top;
  504. this.groupBox6.Location = new System.Drawing.Point(3, 17);
  505. this.groupBox6.Name = "groupBox6";
  506. this.groupBox6.Size = new System.Drawing.Size(852, 206);
  507. this.groupBox6.TabIndex = 26;
  508. this.groupBox6.TabStop = false;
  509. this.groupBox6.Text = "读取";
  510. //
  511. // groupBox9
  512. //
  513. this.groupBox9.Controls.Add(this.txt_callback_service);
  514. this.groupBox9.Controls.Add(this.cb_display_callbackData);
  515. this.groupBox9.Controls.Add(this.label5);
  516. this.groupBox9.Controls.Add(this.label4);
  517. this.groupBox9.Controls.Add(this.txt_callback_characteristic);
  518. this.groupBox9.Dock = System.Windows.Forms.DockStyle.Top;
  519. this.groupBox9.Location = new System.Drawing.Point(3, 155);
  520. this.groupBox9.Name = "groupBox9";
  521. this.groupBox9.Size = new System.Drawing.Size(846, 50);
  522. this.groupBox9.TabIndex = 45;
  523. this.groupBox9.TabStop = false;
  524. this.groupBox9.Text = "订阅特征";
  525. //
  526. // txt_callback_service
  527. //
  528. this.txt_callback_service.Location = new System.Drawing.Point(41, 20);
  529. this.txt_callback_service.Name = "txt_callback_service";
  530. this.txt_callback_service.ReadOnly = true;
  531. this.txt_callback_service.Size = new System.Drawing.Size(272, 21);
  532. this.txt_callback_service.TabIndex = 6;
  533. //
  534. // cb_display_callbackData
  535. //
  536. this.cb_display_callbackData.AutoSize = true;
  537. this.cb_display_callbackData.Location = new System.Drawing.Point(656, 20);
  538. this.cb_display_callbackData.Name = "cb_display_callbackData";
  539. this.cb_display_callbackData.Size = new System.Drawing.Size(180, 16);
  540. this.cb_display_callbackData.TabIndex = 44;
  541. this.cb_display_callbackData.Text = "在读取栏显示订阅特征的数据";
  542. this.cb_display_callbackData.UseVisualStyleBackColor = true;
  543. this.cb_display_callbackData.Click += new System.EventHandler(this.cb_display_callbackData_Click);
  544. //
  545. // label5
  546. //
  547. this.label5.AutoSize = true;
  548. this.label5.Location = new System.Drawing.Point(328, 24);
  549. this.label5.Name = "label5";
  550. this.label5.Size = new System.Drawing.Size(29, 12);
  551. this.label5.TabIndex = 4;
  552. this.label5.Text = "特征";
  553. //
  554. // label4
  555. //
  556. this.label4.AutoSize = true;
  557. this.label4.Location = new System.Drawing.Point(10, 24);
  558. this.label4.Name = "label4";
  559. this.label4.Size = new System.Drawing.Size(29, 12);
  560. this.label4.TabIndex = 5;
  561. this.label4.Text = "服务";
  562. //
  563. // txt_callback_characteristic
  564. //
  565. this.txt_callback_characteristic.Location = new System.Drawing.Point(363, 20);
  566. this.txt_callback_characteristic.Name = "txt_callback_characteristic";
  567. this.txt_callback_characteristic.ReadOnly = true;
  568. this.txt_callback_characteristic.Size = new System.Drawing.Size(272, 21);
  569. this.txt_callback_characteristic.TabIndex = 7;
  570. //
  571. // pan_read
  572. //
  573. this.pan_read.Controls.Add(this.btn_Read);
  574. this.pan_read.Controls.Add(this.lab_Indicate);
  575. this.pan_read.Controls.Add(this.lab_Notify);
  576. this.pan_read.Controls.Add(this.panel18);
  577. this.pan_read.Dock = System.Windows.Forms.DockStyle.Top;
  578. this.pan_read.Location = new System.Drawing.Point(3, 120);
  579. this.pan_read.Name = "pan_read";
  580. this.pan_read.Size = new System.Drawing.Size(846, 35);
  581. this.pan_read.TabIndex = 39;
  582. //
  583. // btn_Read
  584. //
  585. this.btn_Read.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  586. this.btn_Read.Location = new System.Drawing.Point(226, 0);
  587. this.btn_Read.Name = "btn_Read";
  588. this.btn_Read.Size = new System.Drawing.Size(101, 30);
  589. this.btn_Read.TabIndex = 43;
  590. this.btn_Read.Text = "Read";
  591. this.btn_Read.UseVisualStyleBackColor = true;
  592. this.btn_Read.Click += new System.EventHandler(this.btn_Read_Click);
  593. //
  594. // lab_Indicate
  595. //
  596. this.lab_Indicate.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  597. this.lab_Indicate.Location = new System.Drawing.Point(12, 0);
  598. this.lab_Indicate.Name = "lab_Indicate";
  599. this.lab_Indicate.Size = new System.Drawing.Size(101, 29);
  600. this.lab_Indicate.TabIndex = 40;
  601. this.lab_Indicate.Text = "Indicate";
  602. this.lab_Indicate.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  603. //
  604. // lab_Notify
  605. //
  606. this.lab_Notify.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  607. this.lab_Notify.Location = new System.Drawing.Point(119, 0);
  608. this.lab_Notify.Name = "lab_Notify";
  609. this.lab_Notify.Size = new System.Drawing.Size(101, 29);
  610. this.lab_Notify.TabIndex = 41;
  611. this.lab_Notify.Text = "Notify";
  612. this.lab_Notify.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  613. //
  614. // panel18
  615. //
  616. this.panel18.Dock = System.Windows.Forms.DockStyle.Right;
  617. this.panel18.Location = new System.Drawing.Point(835, 0);
  618. this.panel18.Name = "panel18";
  619. this.panel18.Size = new System.Drawing.Size(11, 35);
  620. this.panel18.TabIndex = 39;
  621. //
  622. // panel16
  623. //
  624. this.panel16.Dock = System.Windows.Forms.DockStyle.Top;
  625. this.panel16.Location = new System.Drawing.Point(3, 110);
  626. this.panel16.Name = "panel16";
  627. this.panel16.Size = new System.Drawing.Size(846, 10);
  628. this.panel16.TabIndex = 37;
  629. //
  630. // pan_hex
  631. //
  632. this.pan_hex.Controls.Add(this.txt_HexResult);
  633. this.pan_hex.Controls.Add(this.rad_hex);
  634. this.pan_hex.Dock = System.Windows.Forms.DockStyle.Top;
  635. this.pan_hex.Location = new System.Drawing.Point(3, 81);
  636. this.pan_hex.Name = "pan_hex";
  637. this.pan_hex.Size = new System.Drawing.Size(846, 29);
  638. this.pan_hex.TabIndex = 34;
  639. //
  640. // txt_HexResult
  641. //
  642. this.txt_HexResult.Dock = System.Windows.Forms.DockStyle.Fill;
  643. this.txt_HexResult.Font = new System.Drawing.Font("SimSun", 12F);
  644. this.txt_HexResult.Location = new System.Drawing.Point(65, 0);
  645. this.txt_HexResult.Name = "txt_HexResult";
  646. this.txt_HexResult.Size = new System.Drawing.Size(781, 26);
  647. this.txt_HexResult.TabIndex = 14;
  648. //
  649. // rad_hex
  650. //
  651. this.rad_hex.AutoSize = true;
  652. this.rad_hex.Dock = System.Windows.Forms.DockStyle.Left;
  653. this.rad_hex.Location = new System.Drawing.Point(0, 0);
  654. this.rad_hex.Name = "rad_hex";
  655. this.rad_hex.Size = new System.Drawing.Size(65, 29);
  656. this.rad_hex.TabIndex = 20;
  657. this.rad_hex.TabStop = true;
  658. this.rad_hex.Text = "Hex ";
  659. this.rad_hex.UseVisualStyleBackColor = true;
  660. //
  661. // panel15
  662. //
  663. this.panel15.Dock = System.Windows.Forms.DockStyle.Top;
  664. this.panel15.Location = new System.Drawing.Point(3, 76);
  665. this.panel15.Name = "panel15";
  666. this.panel15.Size = new System.Drawing.Size(846, 5);
  667. this.panel15.TabIndex = 35;
  668. //
  669. // pan_utf8
  670. //
  671. this.pan_utf8.Controls.Add(this.txt_UTF8Result);
  672. this.pan_utf8.Controls.Add(this.rad_utf8);
  673. this.pan_utf8.Dock = System.Windows.Forms.DockStyle.Top;
  674. this.pan_utf8.Location = new System.Drawing.Point(3, 48);
  675. this.pan_utf8.Name = "pan_utf8";
  676. this.pan_utf8.Size = new System.Drawing.Size(846, 28);
  677. this.pan_utf8.TabIndex = 33;
  678. //
  679. // txt_UTF8Result
  680. //
  681. this.txt_UTF8Result.Dock = System.Windows.Forms.DockStyle.Fill;
  682. this.txt_UTF8Result.Font = new System.Drawing.Font("SimSun", 12F);
  683. this.txt_UTF8Result.Location = new System.Drawing.Point(65, 0);
  684. this.txt_UTF8Result.Name = "txt_UTF8Result";
  685. this.txt_UTF8Result.Size = new System.Drawing.Size(781, 26);
  686. this.txt_UTF8Result.TabIndex = 31;
  687. //
  688. // rad_utf8
  689. //
  690. this.rad_utf8.AutoSize = true;
  691. this.rad_utf8.Dock = System.Windows.Forms.DockStyle.Left;
  692. this.rad_utf8.Location = new System.Drawing.Point(0, 0);
  693. this.rad_utf8.Name = "rad_utf8";
  694. this.rad_utf8.Size = new System.Drawing.Size(65, 28);
  695. this.rad_utf8.TabIndex = 21;
  696. this.rad_utf8.TabStop = true;
  697. this.rad_utf8.Text = "UTF8 ";
  698. this.rad_utf8.UseVisualStyleBackColor = true;
  699. //
  700. // panel17
  701. //
  702. this.panel17.Dock = System.Windows.Forms.DockStyle.Top;
  703. this.panel17.Location = new System.Drawing.Point(3, 43);
  704. this.panel17.Name = "panel17";
  705. this.panel17.Size = new System.Drawing.Size(846, 5);
  706. this.panel17.TabIndex = 36;
  707. //
  708. // pan_dec
  709. //
  710. this.pan_dec.Controls.Add(this.txt_DecResult);
  711. this.pan_dec.Controls.Add(this.rad_dec);
  712. this.pan_dec.Dock = System.Windows.Forms.DockStyle.Top;
  713. this.pan_dec.Location = new System.Drawing.Point(3, 17);
  714. this.pan_dec.Name = "pan_dec";
  715. this.pan_dec.Size = new System.Drawing.Size(846, 26);
  716. this.pan_dec.TabIndex = 32;
  717. //
  718. // txt_DecResult
  719. //
  720. this.txt_DecResult.Dock = System.Windows.Forms.DockStyle.Fill;
  721. this.txt_DecResult.Font = new System.Drawing.Font("SimSun", 12F);
  722. this.txt_DecResult.Location = new System.Drawing.Point(65, 0);
  723. this.txt_DecResult.Name = "txt_DecResult";
  724. this.txt_DecResult.Size = new System.Drawing.Size(781, 26);
  725. this.txt_DecResult.TabIndex = 30;
  726. //
  727. // rad_dec
  728. //
  729. this.rad_dec.AutoSize = true;
  730. this.rad_dec.Checked = true;
  731. this.rad_dec.Dock = System.Windows.Forms.DockStyle.Left;
  732. this.rad_dec.Location = new System.Drawing.Point(0, 0);
  733. this.rad_dec.Name = "rad_dec";
  734. this.rad_dec.Size = new System.Drawing.Size(65, 26);
  735. this.rad_dec.TabIndex = 19;
  736. this.rad_dec.TabStop = true;
  737. this.rad_dec.Text = "Integer";
  738. this.rad_dec.UseVisualStyleBackColor = true;
  739. //
  740. // groupBox7
  741. //
  742. this.groupBox7.Controls.Add(this.pan_write);
  743. this.groupBox7.Dock = System.Windows.Forms.DockStyle.Top;
  744. this.groupBox7.Location = new System.Drawing.Point(3, 223);
  745. this.groupBox7.Name = "groupBox7";
  746. this.groupBox7.Size = new System.Drawing.Size(852, 87);
  747. this.groupBox7.TabIndex = 32;
  748. this.groupBox7.TabStop = false;
  749. this.groupBox7.Text = "写入";
  750. //
  751. // pan_write
  752. //
  753. this.pan_write.Controls.Add(this.txt_write);
  754. this.pan_write.Controls.Add(this.panel9);
  755. this.pan_write.Controls.Add(this.rad_writeUTF8);
  756. this.pan_write.Controls.Add(this.rad_writeHex);
  757. this.pan_write.Controls.Add(this.rad_writeDec);
  758. this.pan_write.Controls.Add(this.btn_Write);
  759. this.pan_write.Controls.Add(this.panel10);
  760. this.pan_write.Dock = System.Windows.Forms.DockStyle.Top;
  761. this.pan_write.Location = new System.Drawing.Point(3, 17);
  762. this.pan_write.Name = "pan_write";
  763. this.pan_write.Size = new System.Drawing.Size(846, 30);
  764. this.pan_write.TabIndex = 0;
  765. //
  766. // txt_write
  767. //
  768. this.txt_write.Dock = System.Windows.Forms.DockStyle.Fill;
  769. this.txt_write.Font = new System.Drawing.Font("SimSun", 15F);
  770. this.txt_write.FormattingEnabled = true;
  771. this.txt_write.Location = new System.Drawing.Point(0, 0);
  772. this.txt_write.Name = "txt_write";
  773. this.txt_write.Size = new System.Drawing.Size(578, 28);
  774. this.txt_write.TabIndex = 32;
  775. //
  776. // panel9
  777. //
  778. this.panel9.Dock = System.Windows.Forms.DockStyle.Right;
  779. this.panel9.Location = new System.Drawing.Point(578, 0);
  780. this.panel9.Name = "panel9";
  781. this.panel9.Size = new System.Drawing.Size(10, 30);
  782. this.panel9.TabIndex = 27;
  783. //
  784. // rad_writeUTF8
  785. //
  786. this.rad_writeUTF8.AutoSize = true;
  787. this.rad_writeUTF8.Checked = true;
  788. this.rad_writeUTF8.Dock = System.Windows.Forms.DockStyle.Right;
  789. this.rad_writeUTF8.Location = new System.Drawing.Point(588, 0);
  790. this.rad_writeUTF8.Name = "rad_writeUTF8";
  791. this.rad_writeUTF8.Size = new System.Drawing.Size(47, 30);
  792. this.rad_writeUTF8.TabIndex = 31;
  793. this.rad_writeUTF8.TabStop = true;
  794. this.rad_writeUTF8.Text = "UTF8";
  795. this.rad_writeUTF8.UseVisualStyleBackColor = true;
  796. //
  797. // rad_writeHex
  798. //
  799. this.rad_writeHex.AutoSize = true;
  800. this.rad_writeHex.Dock = System.Windows.Forms.DockStyle.Right;
  801. this.rad_writeHex.Location = new System.Drawing.Point(635, 0);
  802. this.rad_writeHex.Name = "rad_writeHex";
  803. this.rad_writeHex.Size = new System.Drawing.Size(47, 30);
  804. this.rad_writeHex.TabIndex = 30;
  805. this.rad_writeHex.Text = "Hex ";
  806. this.rad_writeHex.UseVisualStyleBackColor = true;
  807. //
  808. // rad_writeDec
  809. //
  810. this.rad_writeDec.AutoSize = true;
  811. this.rad_writeDec.Dock = System.Windows.Forms.DockStyle.Right;
  812. this.rad_writeDec.Location = new System.Drawing.Point(682, 0);
  813. this.rad_writeDec.Name = "rad_writeDec";
  814. this.rad_writeDec.Size = new System.Drawing.Size(53, 30);
  815. this.rad_writeDec.TabIndex = 29;
  816. this.rad_writeDec.Text = "Int32";
  817. this.rad_writeDec.UseVisualStyleBackColor = true;
  818. //
  819. // btn_Write
  820. //
  821. this.btn_Write.Dock = System.Windows.Forms.DockStyle.Right;
  822. this.btn_Write.Location = new System.Drawing.Point(735, 0);
  823. this.btn_Write.Name = "btn_Write";
  824. this.btn_Write.Size = new System.Drawing.Size(101, 30);
  825. this.btn_Write.TabIndex = 22;
  826. this.btn_Write.Text = "写入";
  827. this.btn_Write.UseVisualStyleBackColor = true;
  828. this.btn_Write.Click += new System.EventHandler(this.btn_Write_Click);
  829. //
  830. // panel10
  831. //
  832. this.panel10.Dock = System.Windows.Forms.DockStyle.Right;
  833. this.panel10.Location = new System.Drawing.Point(836, 0);
  834. this.panel10.Name = "panel10";
  835. this.panel10.Size = new System.Drawing.Size(10, 30);
  836. this.panel10.TabIndex = 26;
  837. //
  838. // groupBox1
  839. //
  840. this.groupBox1.Controls.Add(this.groupBox7);
  841. this.groupBox1.Controls.Add(this.groupBox6);
  842. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  843. this.groupBox1.Location = new System.Drawing.Point(0, 237);
  844. this.groupBox1.Name = "groupBox1";
  845. this.groupBox1.Size = new System.Drawing.Size(858, 284);
  846. this.groupBox1.TabIndex = 21;
  847. this.groupBox1.TabStop = false;
  848. //
  849. // groupBox8
  850. //
  851. this.groupBox8.Controls.Add(this.pan_connection);
  852. this.groupBox8.Dock = System.Windows.Forms.DockStyle.Bottom;
  853. this.groupBox8.Location = new System.Drawing.Point(0, 139);
  854. this.groupBox8.Name = "groupBox8";
  855. this.groupBox8.Size = new System.Drawing.Size(858, 50);
  856. this.groupBox8.TabIndex = 26;
  857. this.groupBox8.TabStop = false;
  858. //
  859. // pan_connection
  860. //
  861. this.pan_connection.Controls.Add(this.txt_deviceID);
  862. this.pan_connection.Controls.Add(this.label3);
  863. this.pan_connection.Controls.Add(this.txt_rssi);
  864. this.pan_connection.Controls.Add(this.label2);
  865. this.pan_connection.Controls.Add(this.txt_devicename);
  866. this.pan_connection.Controls.Add(this.panel13);
  867. this.pan_connection.Controls.Add(this.label1);
  868. this.pan_connection.Controls.Add(this.lab_connection);
  869. this.pan_connection.Controls.Add(this.panel12);
  870. this.pan_connection.Controls.Add(this.btn_pair);
  871. this.pan_connection.Controls.Add(this.panel2);
  872. this.pan_connection.Dock = System.Windows.Forms.DockStyle.Top;
  873. this.pan_connection.Location = new System.Drawing.Point(3, 17);
  874. this.pan_connection.Name = "pan_connection";
  875. this.pan_connection.Size = new System.Drawing.Size(852, 21);
  876. this.pan_connection.TabIndex = 44;
  877. //
  878. // txt_deviceID
  879. //
  880. this.txt_deviceID.Dock = System.Windows.Forms.DockStyle.Fill;
  881. this.txt_deviceID.Font = new System.Drawing.Font("SimSun", 9F);
  882. this.txt_deviceID.Location = new System.Drawing.Point(249, 0);
  883. this.txt_deviceID.Name = "txt_deviceID";
  884. this.txt_deviceID.Size = new System.Drawing.Size(275, 21);
  885. this.txt_deviceID.TabIndex = 50;
  886. //
  887. // label3
  888. //
  889. this.label3.Dock = System.Windows.Forms.DockStyle.Right;
  890. this.label3.Location = new System.Drawing.Point(524, 0);
  891. this.label3.Name = "label3";
  892. this.label3.Size = new System.Drawing.Size(64, 21);
  893. this.label3.TabIndex = 52;
  894. this.label3.Text = " 信号强度";
  895. this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  896. //
  897. // txt_rssi
  898. //
  899. this.txt_rssi.Dock = System.Windows.Forms.DockStyle.Right;
  900. this.txt_rssi.Font = new System.Drawing.Font("SimSun", 9F);
  901. this.txt_rssi.Location = new System.Drawing.Point(588, 0);
  902. this.txt_rssi.Name = "txt_rssi";
  903. this.txt_rssi.Size = new System.Drawing.Size(29, 21);
  904. this.txt_rssi.TabIndex = 53;
  905. //
  906. // label2
  907. //
  908. this.label2.Dock = System.Windows.Forms.DockStyle.Left;
  909. this.label2.Location = new System.Drawing.Point(202, 0);
  910. this.label2.Name = "label2";
  911. this.label2.Size = new System.Drawing.Size(47, 21);
  912. this.label2.TabIndex = 51;
  913. this.label2.Text = "设备ID";
  914. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  915. //
  916. // txt_devicename
  917. //
  918. this.txt_devicename.Dock = System.Windows.Forms.DockStyle.Left;
  919. this.txt_devicename.Font = new System.Drawing.Font("SimSun", 9F);
  920. this.txt_devicename.Location = new System.Drawing.Point(49, 0);
  921. this.txt_devicename.Name = "txt_devicename";
  922. this.txt_devicename.Size = new System.Drawing.Size(153, 21);
  923. this.txt_devicename.TabIndex = 47;
  924. //
  925. // panel13
  926. //
  927. this.panel13.Dock = System.Windows.Forms.DockStyle.Right;
  928. this.panel13.Location = new System.Drawing.Point(617, 0);
  929. this.panel13.Name = "panel13";
  930. this.panel13.Size = new System.Drawing.Size(21, 21);
  931. this.panel13.TabIndex = 48;
  932. //
  933. // label1
  934. //
  935. this.label1.Dock = System.Windows.Forms.DockStyle.Left;
  936. this.label1.Location = new System.Drawing.Point(0, 0);
  937. this.label1.Name = "label1";
  938. this.label1.Size = new System.Drawing.Size(49, 21);
  939. this.label1.TabIndex = 46;
  940. this.label1.Text = "设备名";
  941. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  942. //
  943. // lab_connection
  944. //
  945. this.lab_connection.BackColor = System.Drawing.SystemColors.Control;
  946. this.lab_connection.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  947. this.lab_connection.Dock = System.Windows.Forms.DockStyle.Right;
  948. this.lab_connection.ForeColor = System.Drawing.Color.White;
  949. this.lab_connection.Location = new System.Drawing.Point(638, 0);
  950. this.lab_connection.Name = "lab_connection";
  951. this.lab_connection.Size = new System.Drawing.Size(92, 21);
  952. this.lab_connection.TabIndex = 44;
  953. this.lab_connection.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  954. //
  955. // panel12
  956. //
  957. this.panel12.Dock = System.Windows.Forms.DockStyle.Right;
  958. this.panel12.Location = new System.Drawing.Point(730, 0);
  959. this.panel12.Name = "panel12";
  960. this.panel12.Size = new System.Drawing.Size(21, 21);
  961. this.panel12.TabIndex = 45;
  962. //
  963. // btn_pair
  964. //
  965. this.btn_pair.BackColor = System.Drawing.SystemColors.ControlLight;
  966. this.btn_pair.Dock = System.Windows.Forms.DockStyle.Right;
  967. this.btn_pair.Location = new System.Drawing.Point(751, 0);
  968. this.btn_pair.Name = "btn_pair";
  969. this.btn_pair.Size = new System.Drawing.Size(91, 21);
  970. this.btn_pair.TabIndex = 54;
  971. this.btn_pair.Text = "配对";
  972. this.btn_pair.UseVisualStyleBackColor = false;
  973. this.btn_pair.Click += new System.EventHandler(this.btn_pair_Click);
  974. //
  975. // panel2
  976. //
  977. this.panel2.Dock = System.Windows.Forms.DockStyle.Right;
  978. this.panel2.Location = new System.Drawing.Point(842, 0);
  979. this.panel2.Name = "panel2";
  980. this.panel2.Size = new System.Drawing.Size(10, 21);
  981. this.panel2.TabIndex = 55;
  982. //
  983. // MainForm
  984. //
  985. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  986. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  987. this.ClientSize = new System.Drawing.Size(858, 749);
  988. this.Controls.Add(this.groupBox2);
  989. this.Controls.Add(this.groupBox8);
  990. this.Controls.Add(this.groupBox4);
  991. this.Controls.Add(this.groupBox1);
  992. this.Controls.Add(this.groupBox5);
  993. this.Controls.Add(this.groupBox3);
  994. this.Controls.Add(this.ss_bottom);
  995. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  996. this.Name = "MainForm";
  997. this.Text = "BLETool";
  998. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
  999. this.Load += new System.EventHandler(this.Form1_Load);
  1000. this.Shown += new System.EventHandler(this.Form1_Shown);
  1001. this.groupBox2.ResumeLayout(false);
  1002. this.panel1.ResumeLayout(false);
  1003. this.pan_search.ResumeLayout(false);
  1004. this.pan_search.PerformLayout();
  1005. this.groupBox3.ResumeLayout(false);
  1006. this.groupBox3.PerformLayout();
  1007. this.groupBox4.ResumeLayout(false);
  1008. this.groupBox4.PerformLayout();
  1009. this.groupBox5.ResumeLayout(false);
  1010. this.groupBox6.ResumeLayout(false);
  1011. this.groupBox9.ResumeLayout(false);
  1012. this.groupBox9.PerformLayout();
  1013. this.pan_read.ResumeLayout(false);
  1014. this.pan_hex.ResumeLayout(false);
  1015. this.pan_hex.PerformLayout();
  1016. this.pan_utf8.ResumeLayout(false);
  1017. this.pan_utf8.PerformLayout();
  1018. this.pan_dec.ResumeLayout(false);
  1019. this.pan_dec.PerformLayout();
  1020. this.groupBox7.ResumeLayout(false);
  1021. this.pan_write.ResumeLayout(false);
  1022. this.pan_write.PerformLayout();
  1023. this.groupBox1.ResumeLayout(false);
  1024. this.groupBox8.ResumeLayout(false);
  1025. this.pan_connection.ResumeLayout(false);
  1026. this.pan_connection.PerformLayout();
  1027. this.ResumeLayout(false);
  1028. this.PerformLayout();
  1029. }
  1030. #endregion
  1031. private System.Windows.Forms.StatusStrip ss_bottom;
  1032. private System.Windows.Forms.Button btn_Stop;
  1033. private System.Windows.Forms.GroupBox groupBox2;
  1034. private System.Windows.Forms.ListView lv_device;
  1035. private System.Windows.Forms.GroupBox groupBox3;
  1036. private System.Windows.Forms.TextBox textBox3;
  1037. private System.Windows.Forms.TextBox textBox2;
  1038. private System.Windows.Forms.TextBox textBox1;
  1039. private System.Windows.Forms.Button button3;
  1040. private System.Windows.Forms.Button button2;
  1041. private System.Windows.Forms.Button button1;
  1042. private System.Windows.Forms.GroupBox groupBox4;
  1043. private System.Windows.Forms.ComboBox cmb_service;
  1044. private System.Windows.Forms.Label lab_servicecount;
  1045. private System.Windows.Forms.ComboBox cmb_characteristic;
  1046. private System.Windows.Forms.Label lab_charcount;
  1047. private System.Windows.Forms.ColumnHeader DevName;
  1048. private System.Windows.Forms.ColumnHeader ID;
  1049. private System.Windows.Forms.ColumnHeader CanPaired;
  1050. private System.Windows.Forms.ColumnHeader IsPaired;
  1051. private System.Windows.Forms.Panel panel1;
  1052. private System.Windows.Forms.Button btn_Search;
  1053. private System.Windows.Forms.Panel pan_search;
  1054. private System.Windows.Forms.Panel panel6;
  1055. private System.Windows.Forms.Panel panel4;
  1056. private System.Windows.Forms.Panel panel7;
  1057. private System.Windows.Forms.ColumnHeader RSSI;
  1058. private System.Windows.Forms.Button btn_Refresh;
  1059. private System.Windows.Forms.Panel panel5;
  1060. private System.Windows.Forms.CheckBox chb_ShowHidden;
  1061. private System.Windows.Forms.Panel panel8;
  1062. private System.Windows.Forms.CheckBox chb_ShowUnconnectableDevice;
  1063. private System.Windows.Forms.GroupBox groupBox5;
  1064. private System.Windows.Forms.RichTextBox rtb_debug;
  1065. private System.Windows.Forms.Button btn_refreshCharacteristic;
  1066. private System.Windows.Forms.Button btn_getData;
  1067. private System.Windows.Forms.GroupBox groupBox6;
  1068. private System.Windows.Forms.Panel pan_read;
  1069. private System.Windows.Forms.Label lab_Indicate;
  1070. private System.Windows.Forms.Label lab_Notify;
  1071. private System.Windows.Forms.Panel panel18;
  1072. private System.Windows.Forms.Panel panel16;
  1073. private System.Windows.Forms.Panel pan_hex;
  1074. private System.Windows.Forms.TextBox txt_HexResult;
  1075. private System.Windows.Forms.RadioButton rad_hex;
  1076. private System.Windows.Forms.Panel panel15;
  1077. private System.Windows.Forms.Panel pan_utf8;
  1078. private System.Windows.Forms.TextBox txt_UTF8Result;
  1079. private System.Windows.Forms.RadioButton rad_utf8;
  1080. private System.Windows.Forms.Panel panel17;
  1081. private System.Windows.Forms.Panel pan_dec;
  1082. private System.Windows.Forms.TextBox txt_DecResult;
  1083. private System.Windows.Forms.RadioButton rad_dec;
  1084. private System.Windows.Forms.GroupBox groupBox7;
  1085. private System.Windows.Forms.Panel pan_write;
  1086. private System.Windows.Forms.Panel panel9;
  1087. private System.Windows.Forms.Button btn_Write;
  1088. private System.Windows.Forms.Panel panel10;
  1089. private System.Windows.Forms.GroupBox groupBox1;
  1090. private System.Windows.Forms.RadioButton rad_writeDec;
  1091. private System.Windows.Forms.RadioButton rad_writeUTF8;
  1092. private System.Windows.Forms.RadioButton rad_writeHex;
  1093. private System.Windows.Forms.ComboBox txt_write;
  1094. private System.Windows.Forms.Button btn_Read;
  1095. private System.Windows.Forms.GroupBox groupBox8;
  1096. private System.Windows.Forms.Panel pan_connection;
  1097. private System.Windows.Forms.TextBox txt_devicename;
  1098. private System.Windows.Forms.Label label1;
  1099. private System.Windows.Forms.Label lab_connection;
  1100. private System.Windows.Forms.Panel panel13;
  1101. private System.Windows.Forms.Panel panel12;
  1102. private System.Windows.Forms.TextBox txt_deviceID;
  1103. private System.Windows.Forms.Label label2;
  1104. private System.Windows.Forms.Label label3;
  1105. private System.Windows.Forms.TextBox txt_rssi;
  1106. private System.Windows.Forms.Button btn_pair;
  1107. private System.Windows.Forms.Panel panel2;
  1108. private System.Windows.Forms.CheckBox cb_display_callbackData;
  1109. private System.Windows.Forms.TextBox txt_callback_characteristic;
  1110. private System.Windows.Forms.TextBox txt_callback_service;
  1111. private System.Windows.Forms.Label label4;
  1112. private System.Windows.Forms.Label label5;
  1113. private System.Windows.Forms.GroupBox groupBox9;
  1114. }
  1115. }