Unit1.dfm 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. object Form1: TForm1
  2. Left = 457
  3. Top = 131
  4. Width = 522
  5. Height = 393
  6. Caption = 'Delphi HP Client'
  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. PixelsPerInch = 96
  16. TextHeight = 13
  17. object Label1: TLabel
  18. Left = 24
  19. Top = 18
  20. Width = 52
  21. Height = 13
  22. Caption = #36830#25509' I P'#65306
  23. end
  24. object Label2: TLabel
  25. Left = 16
  26. Top = 49
  27. Width = 60
  28. Height = 13
  29. Caption = #36830#25509#31471#21475#65306
  30. end
  31. object Label3: TLabel
  32. Left = 208
  33. Top = 15
  34. Width = 60
  35. Height = 13
  36. Caption = #36830#25509#29366#24577#65306
  37. end
  38. object Label4: TLabel
  39. Left = 269
  40. Top = 15
  41. Width = 36
  42. Height = 13
  43. Caption = #26410#36830#25509
  44. end
  45. object Edit1: TEdit
  46. Left = 76
  47. Top = 15
  48. Width = 121
  49. Height = 21
  50. TabOrder = 0
  51. Text = '127.0.0.1'
  52. end
  53. object Edit2: TEdit
  54. Left = 76
  55. Top = 46
  56. Width = 121
  57. Height = 21
  58. TabOrder = 1
  59. Text = '8808'
  60. end
  61. object Button1: TButton
  62. Left = 360
  63. Top = 8
  64. Width = 75
  65. Height = 25
  66. Caption = #21551#21160#36830#25509
  67. TabOrder = 2
  68. OnClick = Button1Click
  69. end
  70. object Button2: TButton
  71. Left = 360
  72. Top = 40
  73. Width = 75
  74. Height = 25
  75. Caption = #20851#38381#36830#25509
  76. TabOrder = 3
  77. OnClick = Button2Click
  78. end
  79. object ListBox1: TListBox
  80. Left = 8
  81. Top = 107
  82. Width = 489
  83. Height = 238
  84. Enabled = False
  85. IntegralHeight = True
  86. ItemHeight = 13
  87. ParentShowHint = False
  88. ShowHint = False
  89. TabOrder = 4
  90. end
  91. object Edit3: TEdit
  92. Left = 8
  93. Top = 80
  94. Width = 337
  95. Height = 21
  96. TabOrder = 5
  97. Text = #36825#26159#19968#27573#27979#35797#25968#25454'~~~'
  98. end
  99. object Button3: TButton
  100. Left = 360
  101. Top = 76
  102. Width = 75
  103. Height = 25
  104. Caption = #21457#36865#25968#25454
  105. TabOrder = 6
  106. OnClick = Button3Click
  107. end
  108. end