| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167 |
- object Form1: TForm1
- Left = 0
- Top = 0
- Caption = 'Form1'
- ClientHeight = 437
- ClientWidth = 633
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object lbl1: TLabel
- Left = 20
- Top = 29
- Width = 60
- Height = 13
- Caption = #38169#35823#22320#22336#65306
- end
- object lbl2: TLabel
- Left = 20
- Top = 69
- Width = 60
- Height = 13
- Caption = #26597#35810#22320#22336#65306
- end
- object img1: TImage
- Left = 520
- Top = 8
- Width = 105
- Height = 105
- end
- object btn1: TButton
- Left = 259
- Top = 75
- Width = 75
- Height = 25
- Caption = 'Log'
- TabOrder = 0
- OnClick = btn1Click
- end
- object btn2: TButton
- Left = 195
- Top = 75
- Width = 75
- Height = 33
- Caption = 'AsynLog'
- TabOrder = 1
- end
- object edt1: TEdit
- Left = 76
- Top = 26
- Width = 121
- Height = 21
- TabOrder = 2
- end
- object edt2: TEdit
- Left = 76
- Top = 66
- Width = 121
- Height = 21
- TabOrder = 3
- end
- object btn3: TButton
- Left = 228
- Top = 0
- Width = 75
- Height = 25
- Caption = #35745#31639
- TabOrder = 4
- OnClick = btn3Click
- end
- object btn4: TButton
- Left = 259
- Top = 36
- Width = 75
- Height = 33
- Caption = 'btn4'
- TabOrder = 5
- OnClick = btn4Click
- end
- object edt3: TEdit
- Left = 76
- Top = 93
- Width = 121
- Height = 21
- TabOrder = 6
- Text = 'edt3'
- end
- object btn5: TButton
- Left = 364
- Top = 0
- Width = 75
- Height = 25
- Caption = 'btn5'
- TabOrder = 7
- OnClick = btn5Click
- end
- object RichEdit: TRealICQRichEdit
- Left = 8
- Top = 220
- Width = 583
- Height = 177
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- TabOrder = 8
- OnDropFiles = RichEditDropFiles
- OnInsertObject = RichEditInsertObject
- end
- object btn6: TButton
- Left = 364
- Top = 40
- Width = 75
- Height = 25
- Caption = 'btn6'
- TabOrder = 9
- end
- object btn7: TButton
- Left = 378
- Top = 71
- Width = 75
- Height = 25
- Caption = 'btn7'
- TabOrder = 10
- OnClick = btn7Click
- end
- object btn8: TButton
- Left = 550
- Top = 166
- Width = 75
- Height = 25
- Caption = 'btn8'
- TabOrder = 11
- OnClick = btn8Click
- end
- object chrm1: TChromium
- Left = 447
- Top = 119
- Width = 178
- Height = 41
- DefaultUrl = 'http://www.baidu.com'
- TabOrder = 12
- end
- object op1: TCnObjectPool
- MinSize = 0
- MaxSize = 0
- LowLoadCount = 0
- PeakCount = 0
- Left = 484
- Top = 10
- end
- object cnp1: TCnIp
- IPAddress = '192.168.1.128'
- SubnetMask = '255.255.255.0'
- Left = 484
- Top = 42
- end
- end
|