LoggerTestFrm.dfm 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. object Form1: TForm1
  2. Left = 0
  3. Top = 0
  4. Caption = 'Form1'
  5. ClientHeight = 437
  6. ClientWidth = 633
  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 lbl1: TLabel
  18. Left = 20
  19. Top = 29
  20. Width = 60
  21. Height = 13
  22. Caption = #38169#35823#22320#22336#65306
  23. end
  24. object lbl2: TLabel
  25. Left = 20
  26. Top = 69
  27. Width = 60
  28. Height = 13
  29. Caption = #26597#35810#22320#22336#65306
  30. end
  31. object img1: TImage
  32. Left = 520
  33. Top = 8
  34. Width = 105
  35. Height = 105
  36. end
  37. object btn1: TButton
  38. Left = 259
  39. Top = 75
  40. Width = 75
  41. Height = 25
  42. Caption = 'Log'
  43. TabOrder = 0
  44. OnClick = btn1Click
  45. end
  46. object btn2: TButton
  47. Left = 195
  48. Top = 75
  49. Width = 75
  50. Height = 33
  51. Caption = 'AsynLog'
  52. TabOrder = 1
  53. end
  54. object edt1: TEdit
  55. Left = 76
  56. Top = 26
  57. Width = 121
  58. Height = 21
  59. TabOrder = 2
  60. end
  61. object edt2: TEdit
  62. Left = 76
  63. Top = 66
  64. Width = 121
  65. Height = 21
  66. TabOrder = 3
  67. end
  68. object btn3: TButton
  69. Left = 228
  70. Top = 0
  71. Width = 75
  72. Height = 25
  73. Caption = #35745#31639
  74. TabOrder = 4
  75. OnClick = btn3Click
  76. end
  77. object btn4: TButton
  78. Left = 259
  79. Top = 36
  80. Width = 75
  81. Height = 33
  82. Caption = 'btn4'
  83. TabOrder = 5
  84. OnClick = btn4Click
  85. end
  86. object edt3: TEdit
  87. Left = 76
  88. Top = 93
  89. Width = 121
  90. Height = 21
  91. TabOrder = 6
  92. Text = 'edt3'
  93. end
  94. object btn5: TButton
  95. Left = 364
  96. Top = 0
  97. Width = 75
  98. Height = 25
  99. Caption = 'btn5'
  100. TabOrder = 7
  101. OnClick = btn5Click
  102. end
  103. object RichEdit: TRealICQRichEdit
  104. Left = 8
  105. Top = 220
  106. Width = 583
  107. Height = 177
  108. Font.Charset = GB2312_CHARSET
  109. Font.Color = clWindowText
  110. Font.Height = -11
  111. Font.Name = 'Tahoma'
  112. Font.Style = []
  113. ParentFont = False
  114. TabOrder = 8
  115. OnDropFiles = RichEditDropFiles
  116. OnInsertObject = RichEditInsertObject
  117. end
  118. object btn6: TButton
  119. Left = 364
  120. Top = 40
  121. Width = 75
  122. Height = 25
  123. Caption = 'btn6'
  124. TabOrder = 9
  125. end
  126. object btn7: TButton
  127. Left = 378
  128. Top = 71
  129. Width = 75
  130. Height = 25
  131. Caption = 'btn7'
  132. TabOrder = 10
  133. OnClick = btn7Click
  134. end
  135. object btn8: TButton
  136. Left = 550
  137. Top = 166
  138. Width = 75
  139. Height = 25
  140. Caption = 'btn8'
  141. TabOrder = 11
  142. OnClick = btn8Click
  143. end
  144. object chrm1: TChromium
  145. Left = 447
  146. Top = 119
  147. Width = 178
  148. Height = 41
  149. DefaultUrl = 'http://www.baidu.com'
  150. TabOrder = 12
  151. end
  152. object op1: TCnObjectPool
  153. MinSize = 0
  154. MaxSize = 0
  155. LowLoadCount = 0
  156. PeakCount = 0
  157. Left = 484
  158. Top = 10
  159. end
  160. object cnp1: TCnIp
  161. IPAddress = '192.168.1.128'
  162. SubnetMask = '255.255.255.0'
  163. Left = 484
  164. Top = 42
  165. end
  166. end