MainUnit.dfm 943 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. object frmMain: TfrmMain
  2. Left = 418
  3. Top = 216
  4. Width = 581
  5. Height = 352
  6. Caption = #23458#25143#31471
  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. PixelsPerInch = 96
  15. TextHeight = 13
  16. object Label3: TLabel
  17. Left = 27
  18. Top = 276
  19. Width = 22
  20. Height = 13
  21. Caption = 'User'
  22. end
  23. object MeText: TMemo
  24. Left = 14
  25. Top = 15
  26. Width = 541
  27. Height = 228
  28. ScrollBars = ssVertical
  29. TabOrder = 0
  30. end
  31. object Edit3: TEdit
  32. Left = 63
  33. Top = 271
  34. Width = 121
  35. Height = 21
  36. TabOrder = 1
  37. Text = '2'
  38. end
  39. object btnCheck: TButton
  40. Left = 444
  41. Top = 269
  42. Width = 99
  43. Height = 25
  44. Caption = 'CheckConnect'
  45. TabOrder = 2
  46. OnClick = btnCheckClick
  47. end
  48. object Timer1: TTimer
  49. OnTimer = Timer1Timer
  50. Left = 306
  51. Top = 266
  52. end
  53. end