- object Form1: TForm1
- Left = 256
- Top = 150
- Width = 690
- Height = 448
- Caption = #31471#21475#25195#25551#24037#20855
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- OnKeyDown = FormKeyDown
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 320
- Top = 48
- Width = 65
- Height = 20
- AutoSize = False
- Caption = #25195#25551'IP'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label2: TLabel
- Left = 328
- Top = 120
- Width = 41
- Height = 20
- AutoSize = False
- Caption = #24320#22987
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label3: TLabel
- Left = 496
- Top = 120
- Width = 41
- Height = 20
- AutoSize = False
- Caption = #32467#26463
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label4: TLabel
- Left = 280
- Top = 168
- Width = 169
- Height = 20
- AutoSize = False
- Caption = #25195#25551#38388#38548'('#27627#31186')'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label5: TLabel
- Left = 288
- Top = 192
- Width = 225
- Height = 25
- AutoSize = False
- Caption = #26102#38388#36755#20837#20540#36234#23567#36234#24555#65292#20294#20250#24433#21709#32593#36895#65281
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Memo1: TMemo
- Left = 40
- Top = 40
- Width = 217
- Height = 297
- Lines.Strings = (
- ' '#31471#21475#25195#25551)
- TabOrder = 0
- end
- object Edit1: TEdit
- Left = 400
- Top = 48
- Width = 129
- Height = 21
- TabOrder = 1
- Text = '127.0.0.1'
- end
- object Edit2: TEdit
- Left = 400
- Top = 120
- Width = 65
- Height = 21
- TabOrder = 2
- Text = '0'
- end
- object Edit3: TEdit
- Left = 552
- Top = 120
- Width = 73
- Height = 21
- TabOrder = 3
- Text = '200'
- end
- object Button1: TButton
- Left = 304
- Top = 224
- Width = 65
- Height = 25
- Caption = #25195#25551
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 4
- OnClick = Button1Click
- end
- object ProgressBar1: TProgressBar
- Left = 264
- Top = 264
- Width = 409
- Height = 17
- TabOrder = 5
- end
- object Edit4: TEdit
- Left = 424
- Top = 168
- Width = 65
- Height = 21
- TabOrder = 6
- Text = '10'
- end
- object Button2: TButton
- Left = 408
- Top = 224
- Width = 105
- Height = 25
- Caption = #20572#27490#25195#25551
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 7
- OnClick = Button2Click
- end
- object Button3: TButton
- Left = 544
- Top = 224
- Width = 57
- Height = 25
- Caption = #36864#20986
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 8
- OnClick = Button3Click
- end
- object ClientSocket1: TClientSocket
- Active = False
- ClientType = ctNonBlocking
- Port = 0
- OnConnect = ClientSocket1Connect
- OnError = ClientSocket1Error
- Left = 48
- Top = 368
- end
- object Timer1: TTimer
- Enabled = False
- Interval = 10
- OnTimer = Timer1Timer
- Left = 136
- Top = 376
- end
- end