123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133 |
- object Form1: TForm1
- Left = 0
- Top = 0
- Caption = 'Form1'
- ClientHeight = 409
- ClientWidth = 718
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- Padding.Top = 50
- OldCreateOrder = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object img1: TImage
- Left = 192
- Top = 176
- Width = 105
- Height = 105
- end
- object btn1: TButton
- Left = 3
- Top = 8
- Width = 75
- Height = 25
- Caption = 'Open'
- TabOrder = 0
- OnClick = btn1Click
- end
- object btn2: TButton
- Left = 105
- Top = 8
- Width = 75
- Height = 25
- Caption = 'Close'
- TabOrder = 1
- OnClick = btn2Click
- end
- object btn3: TButton
- Left = 465
- Top = 8
- Width = 75
- Height = 25
- Caption = 'Load'
- TabOrder = 2
- OnClick = btn3Click
- end
- object edt1: TEdit
- Left = 507
- Top = 10
- Width = 121
- Height = 21
- TabOrder = 3
- Text = 'http://www.baidu.com'
- end
- object btn4: TButton
- Left = 578
- Top = 8
- Width = 75
- Height = 25
- Caption = 'Init'
- TabOrder = 4
- OnClick = btn4Click
- end
- object clrbx1: TColorBox
- Left = 602
- Top = 10
- Width = 145
- Height = 22
- TabOrder = 5
- OnChange = clrbx1Change
- end
- object btn5: TButton
- Left = 208
- Top = 8
- Width = 89
- Height = 25
- Caption = 'OpenDebugger'
- TabOrder = 6
- OnClick = btn5Click
- end
- object btn6: TButton
- Left = 303
- Top = 8
- Width = 88
- Height = 25
- Caption = 'CloseDebugger'
- TabOrder = 7
- OnClick = btn6Click
- end
- object edt2: TEdit
- Left = 192
- Top = 128
- Width = 121
- Height = 21
- TabOrder = 8
- Text = 'edt2'
- end
- object btn7: TButton
- Left = 319
- Top = 126
- Width = 75
- Height = 25
- Caption = 'Load'
- TabOrder = 9
- OnClick = btn7Click
- end
- object btn8: TButton
- Left = 400
- Top = 126
- Width = 75
- Height = 25
- Caption = 'Show'
- TabOrder = 10
- OnClick = btn8Click
- end
- object btn9: TButton
- Left = 481
- Top = 126
- Width = 75
- Height = 25
- Caption = 'btn9'
- TabOrder = 11
- end
- object dlgOpenPic1: TOpenPictureDialog
- Left = 344
- Top = 184
- end
- end
|