object Form1: TForm1 Left = 271 Top = 114 Caption = 'Form1' ClientHeight = 235 ClientWidth = 399 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 Label1: TLabel Left = 24 Top = 48 Width = 28 Height = 13 Caption = #12509#12540#12488 end object ButtonStart: TButton Left = 24 Top = 8 Width = 75 Height = 25 Caption = #36215#21205 TabOrder = 0 OnClick = ButtonStartClick end object ButtonStop: TButton Left = 105 Top = 8 Width = 75 Height = 25 Caption = #20572#27490 TabOrder = 1 OnClick = ButtonStopClick end object EditPort: TEdit Left = 24 Top = 67 Width = 121 Height = 21 TabOrder = 2 Text = '8080' end object ButtonOpenBrowser: TButton Left = 24 Top = 112 Width = 107 Height = 25 Caption = #12502#12521#12454#12470#12434#38283#12367 TabOrder = 3 OnClick = ButtonOpenBrowserClick end object ApplicationEvents1: TApplicationEvents OnIdle = ApplicationEvents1Idle Left = 288 Top = 24 end end