创新can调试器Linux版
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

311 lines
6.3 KiB

4 years ago
  1. object Form1: TForm1
  2. Left = 400
  3. Top = 134
  4. Width = 485
  5. Height = 510
  6. Caption = 'USB CAN Demo('#21019#33455#20809#30005#31185#25216#26377#38480#20844#21496')'
  7. Color = clBtnFace
  8. Font.Charset = DEFAULT_CHARSET
  9. Font.Color = clWindowText
  10. Font.Height = -11
  11. Font.Name = 'MS Sans Serif'
  12. Font.Style = []
  13. OldCreateOrder = False
  14. OnClose = FormClose
  15. OnCreate = FormCreate
  16. PixelsPerInch = 96
  17. TextHeight = 13
  18. object GroupBox2: TGroupBox
  19. Left = 8
  20. Top = 8
  21. Width = 449
  22. Height = 153
  23. Caption = #35774#22791#21442#25968
  24. TabOrder = 5
  25. object Label8: TLabel
  26. Left = 16
  27. Top = 24
  28. Width = 60
  29. Height = 13
  30. Caption = #35774#22791#31867#22411#65306
  31. end
  32. object Label9: TLabel
  33. Left = 176
  34. Top = 24
  35. Width = 58
  36. Height = 13
  37. Caption = 'CAN'#36890#36947#65306
  38. end
  39. object GroupBox3: TGroupBox
  40. Left = 8
  41. Top = 48
  42. Width = 433
  43. Height = 97
  44. Caption = #21021#22987#21270'CAN'#21442#25968
  45. TabOrder = 0
  46. object Label1: TLabel
  47. Left = 16
  48. Top = 24
  49. Width = 59
  50. Height = 13
  51. Caption = #39564#25910#30721#65306'0x'
  52. end
  53. object Label2: TLabel
  54. Left = 160
  55. Top = 24
  56. Width = 59
  57. Height = 13
  58. Caption = #23631#34109#30721#65306'0x'
  59. end
  60. object Label10: TLabel
  61. Left = 8
  62. Top = 64
  63. Width = 65
  64. Height = 13
  65. Caption = #23450#26102#22120'0'#65306'0x'
  66. end
  67. object Label11: TLabel
  68. Left = 154
  69. Top = 64
  70. Width = 65
  71. Height = 13
  72. Caption = #23450#26102#22120'1'#65306'0x'
  73. end
  74. object Label12: TLabel
  75. Left = 296
  76. Top = 24
  77. Width = 60
  78. Height = 13
  79. Caption = #28388#27874#26041#24335#65306
  80. end
  81. object Label13: TLabel
  82. Left = 320
  83. Top = 64
  84. Width = 36
  85. Height = 13
  86. Caption = #27169#24335#65306
  87. end
  88. object Edit2: TEdit
  89. Left = 80
  90. Top = 20
  91. Width = 65
  92. Height = 21
  93. TabOrder = 0
  94. Text = '00000000'
  95. end
  96. object Edit3: TEdit
  97. Left = 224
  98. Top = 20
  99. Width = 65
  100. Height = 21
  101. TabOrder = 1
  102. Text = 'FFFFFFFF'
  103. end
  104. object Edit5: TEdit
  105. Left = 80
  106. Top = 60
  107. Width = 65
  108. Height = 21
  109. TabOrder = 2
  110. Text = '00'
  111. end
  112. object Edit6: TEdit
  113. Left = 224
  114. Top = 60
  115. Width = 65
  116. Height = 21
  117. TabOrder = 3
  118. Text = '14'
  119. end
  120. object ComboBox3: TComboBox
  121. Left = 352
  122. Top = 20
  123. Width = 73
  124. Height = 21
  125. Style = csDropDownList
  126. ItemHeight = 13
  127. TabOrder = 4
  128. Items.Strings = (
  129. #25509#25910#25152#26377#31867#22411
  130. #21482#25509#25910#26631#20934#24103
  131. #21482#25509#25910#25193#23637#24103)
  132. end
  133. object ComboBox4: TComboBox
  134. Left = 352
  135. Top = 60
  136. Width = 73
  137. Height = 21
  138. Style = csDropDownList
  139. ItemHeight = 13
  140. TabOrder = 5
  141. Items.Strings = (
  142. #27491#24120#27169#24335
  143. #21482#21548#27169#24335
  144. #33258#27979#27169#24335)
  145. end
  146. end
  147. end
  148. object ComboBox1: TComboBox
  149. Left = 88
  150. Top = 27
  151. Width = 83
  152. Height = 21
  153. Style = csDropDownList
  154. ItemHeight = 13
  155. TabOrder = 0
  156. OnClick = ComboBox1Click
  157. Items.Strings = (
  158. 'USB_CAN'
  159. 'USB_CAN2')
  160. end
  161. object ComboBox2: TComboBox
  162. Left = 258
  163. Top = 27
  164. Width = 73
  165. Height = 21
  166. Style = csDropDownList
  167. ItemHeight = 13
  168. TabOrder = 1
  169. OnClick = ComboBox2Click
  170. Items.Strings = (
  171. #36890#36947'1'
  172. #36890#36947'2')
  173. end
  174. object Button1: TButton
  175. Left = 347
  176. Top = 24
  177. Width = 75
  178. Height = 25
  179. Caption = #36830#25509
  180. TabOrder = 2
  181. OnClick = Button1Click
  182. end
  183. object Button2: TButton
  184. Left = 392
  185. Top = 208
  186. Width = 75
  187. Height = 25
  188. Caption = #22797#20301'CAN'
  189. TabOrder = 3
  190. OnClick = Button2Click
  191. end
  192. object Button3: TButton
  193. Left = 392
  194. Top = 176
  195. Width = 73
  196. Height = 25
  197. Caption = #21551#21160'CAN'
  198. TabOrder = 4
  199. OnClick = Button3Click
  200. end
  201. object GroupBox1: TGroupBox
  202. Left = 8
  203. Top = 178
  204. Width = 377
  205. Height = 89
  206. Caption = ' '#21457#36865#25968#25454#24103' '
  207. TabOrder = 6
  208. object Label4: TLabel
  209. Left = 8
  210. Top = 24
  211. Width = 48
  212. Height = 13
  213. Caption = #24103#31867#22411#65306
  214. end
  215. object Label5: TLabel
  216. Left = 136
  217. Top = 24
  218. Width = 48
  219. Height = 13
  220. Caption = #24103#26684#24335#65306
  221. end
  222. object Label6: TLabel
  223. Left = 264
  224. Top = 24
  225. Width = 35
  226. Height = 13
  227. Caption = #24103'ID'#65306
  228. end
  229. object Label7: TLabel
  230. Left = 16
  231. Top = 56
  232. Width = 36
  233. Height = 13
  234. Caption = #25968#25454#65306
  235. end
  236. object ComboBox6: TComboBox
  237. Left = 56
  238. Top = 20
  239. Width = 73
  240. Height = 21
  241. Style = csDropDownList
  242. ItemHeight = 13
  243. TabOrder = 0
  244. Items.Strings = (
  245. #26631#20934#24103
  246. #25193#23637#24103)
  247. end
  248. object ComboBox7: TComboBox
  249. Left = 184
  250. Top = 20
  251. Width = 73
  252. Height = 21
  253. Style = csDropDownList
  254. ItemHeight = 13
  255. TabOrder = 1
  256. Items.Strings = (
  257. #25968#25454#24103
  258. #36828#31243#24103)
  259. end
  260. object Edit1: TEdit
  261. Left = 304
  262. Top = 20
  263. Width = 65
  264. Height = 21
  265. TabOrder = 2
  266. Text = '00000080'
  267. end
  268. object Edit4: TEdit
  269. Left = 56
  270. Top = 53
  271. Width = 193
  272. Height = 21
  273. TabOrder = 3
  274. Text = '01 02 03 04 05 06 07 08 '
  275. end
  276. object Button4: TButton
  277. Left = 296
  278. Top = 51
  279. Width = 75
  280. Height = 25
  281. Caption = #21457#36865
  282. TabOrder = 4
  283. OnClick = Button4Click
  284. end
  285. end
  286. object GroupBox6: TGroupBox
  287. Left = 8
  288. Top = 280
  289. Width = 457
  290. Height = 193
  291. Caption = #20449#24687
  292. TabOrder = 7
  293. object ListBox1: TListBox
  294. Left = 8
  295. Top = 16
  296. Width = 441
  297. Height = 169
  298. ItemHeight = 13
  299. TabOrder = 0
  300. end
  301. end
  302. object Button5: TButton
  303. Left = 392
  304. Top = 240
  305. Width = 73
  306. Height = 25
  307. Caption = #28165#31354#21015#34920
  308. TabOrder = 8
  309. OnClick = Button5Click
  310. end
  311. end