Unit1.dfm 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. object Form1: TForm1
  2. Left = 544
  3. Top = 125
  4. Width = 549
  5. Height = 411
  6. Caption = 'Delphi HP Demo'
  7. Color = clBtnFace
  8. Font.Charset = DEFAULT_CHARSET
  9. Font.Color = clWindowText
  10. Font.Height = -11
  11. Font.Name = 'Tahoma'
  12. Font.Style = []
  13. OldCreateOrder = False
  14. OnCreate = FormCreate
  15. OnDestroy = FormDestroy
  16. PixelsPerInch = 96
  17. TextHeight = 13
  18. object Label1: TLabel
  19. Left = 16
  20. Top = 16
  21. Width = 60
  22. Height = 13
  23. Caption = #26381#21153#22320#22336#65306
  24. end
  25. object Label2: TLabel
  26. Left = 15
  27. Top = 47
  28. Width = 60
  29. Height = 13
  30. Caption = #26381#21153#31471#21475#65306
  31. end
  32. object Label3: TLabel
  33. Left = 216
  34. Top = 16
  35. Width = 60
  36. Height = 13
  37. Caption = #22312#32447#36830#25509#65306
  38. end
  39. object Label4: TLabel
  40. Left = 272
  41. Top = 16
  42. Width = 6
  43. Height = 13
  44. Caption = '0'
  45. end
  46. object lst: TListBox
  47. Left = 5
  48. Top = 79
  49. Width = 521
  50. Height = 289
  51. Enabled = False
  52. ItemHeight = 13
  53. TabOrder = 0
  54. end
  55. object Edit1: TEdit
  56. Left = 71
  57. Top = 14
  58. Width = 121
  59. Height = 21
  60. TabOrder = 1
  61. Text = '0.0.0.0'
  62. end
  63. object Edit2: TEdit
  64. Left = 71
  65. Top = 45
  66. Width = 121
  67. Height = 21
  68. TabOrder = 2
  69. Text = '8808'
  70. end
  71. object btn1: TButton
  72. Left = 424
  73. Top = 12
  74. Width = 75
  75. Height = 25
  76. Caption = #21551#21160#26381#21153
  77. TabOrder = 3
  78. OnClick = btn1Click
  79. end
  80. object btn2: TButton
  81. Left = 424
  82. Top = 40
  83. Width = 75
  84. Height = 25
  85. Caption = #20572#27490#26381#21153
  86. TabOrder = 4
  87. OnClick = btn2Click
  88. end
  89. object Timer1: TTimer
  90. OnTimer = Timer1Timer
  91. Left = 352
  92. Top = 24
  93. end
  94. end