OSDN Git Service

依然調べたのを忘れてしまい
[newbbs/newbbs.git] / FormUnit1.dfm
1 object Form1: TForm1
2   Left = 271
3   Top = 114
4   Caption = 'Form1'
5   ClientHeight = 235
6   ClientWidth = 399
7   Color = clBtnFace
8   Font.Charset = DEFAULT_CHARSET
9   Font.Color = clWindowText
10   Font.Height = -11
11   Font.Name = 'Tahoma'
12   Font.Style = []
13   OldCreateOrder = False
14   OnCreate = FormCreate
15   PixelsPerInch = 96
16   TextHeight = 13
17   object Label1: TLabel
18     Left = 24
19     Top = 48
20     Width = 28
21     Height = 13
22     Caption = #12509#12540#12488
23   end
24   object ButtonStart: TButton
25     Left = 24
26     Top = 8
27     Width = 75
28     Height = 25
29     Caption = #36215#21205
30     TabOrder = 0
31     OnClick = ButtonStartClick
32   end
33   object ButtonStop: TButton
34     Left = 105
35     Top = 8
36     Width = 75
37     Height = 25
38     Caption = #20572#27490
39     TabOrder = 1
40     OnClick = ButtonStopClick
41   end
42   object EditPort: TEdit
43     Left = 24
44     Top = 67
45     Width = 121
46     Height = 21
47     TabOrder = 2
48     Text = '8080'
49   end
50   object ButtonOpenBrowser: TButton
51     Left = 24
52     Top = 112
53     Width = 107
54     Height = 25
55     Caption = #12502#12521#12454#12470#12434#38283#12367
56     TabOrder = 3
57     OnClick = ButtonOpenBrowserClick
58   end
59   object ApplicationEvents1: TApplicationEvents
60     OnIdle = ApplicationEvents1Idle
61     Left = 288
62     Top = 24
63   end
64 end