Unit1.dfm 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383
  1. object FrmDemo: TFrmDemo
  2. Left = 198
  3. Top = 183
  4. Width = 458
  5. Height = 452
  6. Caption = #26790#32593#32593#20851#21160#24577#24211#28436#31034#31243#24207
  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. OnCreate = FormCreate
  15. PixelsPerInch = 96
  16. TextHeight = 13
  17. object GroupBox1: TGroupBox
  18. Left = 12
  19. Top = 3
  20. Width = 425
  21. Height = 41
  22. Caption = #24080#25143#31867#22411
  23. TabOrder = 0
  24. object ChkSingle: TCheckBox
  25. Left = 16
  26. Top = 16
  27. Width = 97
  28. Height = 17
  29. Caption = #21333#21521#29992#25143
  30. Checked = True
  31. State = cbChecked
  32. TabOrder = 0
  33. OnClick = ChkSingleClick
  34. end
  35. object ChkBoth: TCheckBox
  36. Left = 164
  37. Top = 16
  38. Width = 119
  39. Height = 17
  40. Caption = #22686#20540#21452#21521#29992#25143
  41. TabOrder = 1
  42. OnClick = ChkSingleClick
  43. end
  44. object ChkKfBoth: TCheckBox
  45. Left = 312
  46. Top = 16
  47. Width = 108
  48. Height = 17
  49. Caption = #23458#26381#21452#21521#29992#25143
  50. TabOrder = 2
  51. OnClick = ChkSingleClick
  52. end
  53. end
  54. object GroupBox2: TGroupBox
  55. Left = 12
  56. Top = 47
  57. Width = 425
  58. Height = 63
  59. Caption = #24080#25143#30331#38470
  60. TabOrder = 1
  61. object Label5: TLabel
  62. Left = 12
  63. Top = 17
  64. Width = 45
  65. Height = 13
  66. AutoSize = False
  67. Caption = #26381#21153#22120':'
  68. end
  69. object Label6: TLabel
  70. Left = 15
  71. Top = 41
  72. Width = 38
  73. Height = 13
  74. AutoSize = False
  75. Caption = #24080#21495':'
  76. end
  77. object Label7: TLabel
  78. Left = 207
  79. Top = 16
  80. Width = 27
  81. Height = 13
  82. AutoSize = False
  83. Caption = #31471#21475':'
  84. end
  85. object Label8: TLabel
  86. Left = 206
  87. Top = 40
  88. Width = 31
  89. Height = 13
  90. AutoSize = False
  91. Caption = #23494#30721':'
  92. end
  93. object EdServer: TEdit
  94. Left = 59
  95. Top = 13
  96. Width = 135
  97. Height = 21
  98. AutoSize = False
  99. ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
  100. TabOrder = 2
  101. Text = '61.242.89.115'
  102. end
  103. object BtConn: TButton
  104. Left = 317
  105. Top = 12
  106. Width = 42
  107. Height = 22
  108. Caption = #36830#25509
  109. TabOrder = 0
  110. OnClick = BtConnClick
  111. end
  112. object Edaccount: TEdit
  113. Left = 59
  114. Top = 38
  115. Width = 135
  116. Height = 21
  117. AutoSize = False
  118. ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
  119. TabOrder = 6
  120. Text = '13888888888'
  121. end
  122. object EdPort: TEdit
  123. Left = 239
  124. Top = 13
  125. Width = 60
  126. Height = 21
  127. AutoSize = False
  128. ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
  129. TabOrder = 3
  130. Text = '8018'
  131. OnKeyPress = EdPortKeyPress
  132. end
  133. object Edpwd: TEdit
  134. Left = 239
  135. Top = 37
  136. Width = 60
  137. Height = 21
  138. AutoSize = False
  139. ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
  140. PasswordChar = '*'
  141. TabOrder = 5
  142. Text = '807778'
  143. end
  144. object BtDisConn: TButton
  145. Left = 365
  146. Top = 12
  147. Width = 47
  148. Height = 22
  149. Caption = #26029#24320
  150. Enabled = False
  151. TabOrder = 1
  152. OnClick = BtDisConnClick
  153. end
  154. object BtTest: TButton
  155. Left = 317
  156. Top = 36
  157. Width = 95
  158. Height = 22
  159. Caption = #27979#35797#36830#25509
  160. TabOrder = 4
  161. OnClick = BtTestClick
  162. end
  163. end
  164. object GroupBox3: TGroupBox
  165. Left = 12
  166. Top = 112
  167. Width = 425
  168. Height = 145
  169. Caption = #24080#25143#30331#38470
  170. TabOrder = 2
  171. object Label9: TLabel
  172. Left = 5
  173. Top = 17
  174. Width = 62
  175. Height = 13
  176. AutoSize = False
  177. Caption = #31471#21475#21495#30721':'
  178. end
  179. object Label10: TLabel
  180. Left = 276
  181. Top = 17
  182. Width = 49
  183. Height = 13
  184. AutoSize = False
  185. Caption = #21305#37197#30721':'
  186. end
  187. object Label11: TLabel
  188. Left = 153
  189. Top = 16
  190. Width = 62
  191. Height = 13
  192. AutoSize = False
  193. Caption = #36153#29575#20195#30721':'
  194. end
  195. object Label12: TLabel
  196. Left = 329
  197. Top = 49
  198. Width = 61
  199. Height = 13
  200. AutoSize = False
  201. Caption = #25163#26426#20010#25968':'
  202. end
  203. object Label1: TLabel
  204. Left = 5
  205. Top = 45
  206. Width = 65
  207. Height = 13
  208. AutoSize = False
  209. Caption = #25163#26426#21495#30721':'
  210. end
  211. object Label2: TLabel
  212. Left = 6
  213. Top = 69
  214. Width = 65
  215. Height = 13
  216. AutoSize = False
  217. Caption = #20449#24687#20869#23481':'
  218. end
  219. object Edspno: TEdit
  220. Left = 65
  221. Top = 13
  222. Width = 86
  223. Height = 21
  224. AutoSize = False
  225. Color = clScrollBar
  226. Enabled = False
  227. ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
  228. TabOrder = 0
  229. end
  230. object Edlinkid: TEdit
  231. Left = 323
  232. Top = 13
  233. Width = 95
  234. Height = 21
  235. AutoSize = False
  236. Color = clScrollBar
  237. Enabled = False
  238. ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
  239. TabOrder = 2
  240. end
  241. object Edfee: TEdit
  242. Left = 214
  243. Top = 13
  244. Width = 60
  245. Height = 21
  246. AutoSize = False
  247. Color = clScrollBar
  248. Enabled = False
  249. ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
  250. TabOrder = 1
  251. end
  252. object Edcount: TEdit
  253. Left = 387
  254. Top = 45
  255. Width = 30
  256. Height = 21
  257. AutoSize = False
  258. Color = clScrollBar
  259. Enabled = False
  260. ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
  261. TabOrder = 4
  262. Text = '1'
  263. OnKeyPress = EdcountKeyPress
  264. end
  265. object Edphone: TEdit
  266. Left = 65
  267. Top = 42
  268. Width = 258
  269. Height = 21
  270. ImeName = 'Chinese (Simplified) - Microsoft Pinyin'
  271. TabOrder = 3
  272. Text = '13534***346'
  273. end
  274. object BtSend: TButton
  275. Left = 347
  276. Top = 70
  277. Width = 71
  278. Height = 21
  279. Caption = #21333#21521#20449#24687
  280. TabOrder = 6
  281. OnClick = BtSendClick
  282. end
  283. object Mmsg: TMemo
  284. Left = 65
  285. Top = 69
  286. Width = 259
  287. Height = 71
  288. ImeName = 'Chinese (Simplified) - Microsoft Pinyin'
  289. Lines.Strings = (
  290. #26790#32593#32593#20851#27979#35797#20449#24687#65292#24685#21916#21457#36130'!!')
  291. ScrollBars = ssVertical
  292. TabOrder = 5
  293. end
  294. object BtRecv: TButton
  295. Left = 347
  296. Top = 96
  297. Width = 71
  298. Height = 19
  299. Caption = #25509#25910#20449#24687
  300. TabOrder = 7
  301. OnClick = BtRecvClick
  302. end
  303. object BtReport: TButton
  304. Left = 347
  305. Top = 118
  306. Width = 71
  307. Height = 21
  308. Caption = #29366#24577#25253#21578
  309. TabOrder = 8
  310. OnClick = BtReportClick
  311. end
  312. end
  313. object GroupBox4: TGroupBox
  314. Left = 13
  315. Top = 264
  316. Width = 425
  317. Height = 41
  318. Caption = #24080#25143#31649#29702
  319. TabOrder = 3
  320. object Label3: TLabel
  321. Left = 288
  322. Top = 18
  323. Width = 44
  324. Height = 13
  325. AutoSize = False
  326. Caption = #26032#23494#30721':'
  327. end
  328. object Ednewpwd: TEdit
  329. Left = 335
  330. Top = 14
  331. Width = 51
  332. Height = 21
  333. AutoSize = False
  334. Color = clWhite
  335. ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
  336. TabOrder = 3
  337. end
  338. object BtPwd: TButton
  339. Left = 199
  340. Top = 14
  341. Width = 70
  342. Height = 21
  343. Caption = #20462#25913#23494#30721
  344. TabOrder = 2
  345. OnClick = BtPwdClick
  346. end
  347. object BtLeft: TButton
  348. Left = 102
  349. Top = 14
  350. Width = 70
  351. Height = 21
  352. Caption = #26597#35810#20313#39069
  353. TabOrder = 1
  354. OnClick = BtLeftClick
  355. end
  356. object BtUsed: TButton
  357. Left = 7
  358. Top = 14
  359. Width = 70
  360. Height = 21
  361. Caption = #26597#35810#20351#29992
  362. TabOrder = 0
  363. OnClick = BtUsedClick
  364. end
  365. end
  366. object GroupBox5: TGroupBox
  367. Left = 14
  368. Top = 313
  369. Width = 424
  370. Height = 87
  371. Caption = #25552#31034#20449#24687
  372. TabOrder = 4
  373. object MInfo: TMemo
  374. Left = 6
  375. Top = 17
  376. Width = 411
  377. Height = 65
  378. ImeName = 'Chinese (Simplified) - Microsoft Pinyin'
  379. ScrollBars = ssVertical
  380. TabOrder = 0
  381. end
  382. end
  383. end