12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- object Form1: TForm1
- Left = 544
- Top = 125
- Width = 549
- Height = 411
- Caption = 'Delphi HP Demo'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 16
- Top = 16
- Width = 60
- Height = 13
- Caption = #26381#21153#22320#22336#65306
- end
- object Label2: TLabel
- Left = 15
- Top = 47
- Width = 60
- Height = 13
- Caption = #26381#21153#31471#21475#65306
- end
- object Label3: TLabel
- Left = 216
- Top = 16
- Width = 60
- Height = 13
- Caption = #22312#32447#36830#25509#65306
- end
- object Label4: TLabel
- Left = 272
- Top = 16
- Width = 6
- Height = 13
- Caption = '0'
- end
- object lst: TListBox
- Left = 5
- Top = 79
- Width = 521
- Height = 289
- Enabled = False
- ItemHeight = 13
- TabOrder = 0
- end
- object Edit1: TEdit
- Left = 71
- Top = 14
- Width = 121
- Height = 21
- TabOrder = 1
- Text = '0.0.0.0'
- end
- object Edit2: TEdit
- Left = 71
- Top = 45
- Width = 121
- Height = 21
- TabOrder = 2
- Text = '8808'
- end
- object btn1: TButton
- Left = 424
- Top = 12
- Width = 75
- Height = 25
- Caption = #21551#21160#26381#21153
- TabOrder = 3
- OnClick = btn1Click
- end
- object btn2: TButton
- Left = 424
- Top = 40
- Width = 75
- Height = 25
- Caption = #20572#27490#26381#21153
- TabOrder = 4
- OnClick = btn2Click
- end
- object Timer1: TTimer
- OnTimer = Timer1Timer
- Left = 352
- Top = 24
- end
- end
|