创新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.

318 lines
7.3 KiB

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