OSDN Git Service

1.60.2.794
[gikonavigoeson/gikonavi.git] / NewBoard.dfm
1 object NewBoardDialog: TNewBoardDialog
2   Left = 337
3   Top = 197
4   BorderStyle = bsDialog
5   Caption = #26495#19968#35239#26356#26032
6   ClientHeight = 329
7   ClientWidth = 462
8   Color = clBtnFace
9   Font.Charset = SHIFTJIS_CHARSET
10   Font.Color = clWindowText
11   Font.Height = -12
12   Font.Name = #65325#65331' '#65328#12468#12471#12483#12463
13   Font.Style = []
14   FormStyle = fsStayOnTop
15   OldCreateOrder = False
16   Position = poOwnerFormCenter
17   OnClose = FormClose
18   OnCreate = FormCreate
19   PixelsPerInch = 96
20   TextHeight = 12
21   object Label1: TLabel
22     Left = 8
23     Top = 8
24     Width = 128
25     Height = 12
26     Caption = #26495#19968#35239#12398#26356#26032#12434#34892#12356#12414#12377
27   end
28   object Label13: TLabel
29     Left = 6
30     Top = 245
31     Width = 155
32     Height = 12
33     Caption = #65298#12385#12419#12435#12397#12427#12508#12540#12489#19968#35239'URL(&N)'
34   end
35   object Label2: TLabel
36     Left = 12
37     Top = 23
38     Width = 4
39     Height = 12
40   end
41   object MessageMemo: TMemo
42     Left = 4
43     Top = 40
44     Width = 453
45     Height = 197
46     ScrollBars = ssVertical
47     TabOrder = 3
48     WantReturns = False
49   end
50   object UpdateButton: TButton
51     Left = 220
52     Top = 300
53     Width = 75
54     Height = 21
55     Caption = #26356#26032
56     TabOrder = 0
57     OnClick = UpdateButtonClick
58   end
59   object CloseButton: TButton
60     Left = 380
61     Top = 300
62     Width = 75
63     Height = 21
64     Caption = #38281#12376#12427
65     TabOrder = 2
66     OnClick = CloseButtonClick
67   end
68   object StopButton: TButton
69     Left = 300
70     Top = 300
71     Width = 75
72     Height = 21
73     Caption = #20013#27490
74     TabOrder = 1
75     OnClick = StopButtonClick
76   end
77   object BoardURLComboBox: TComboBox
78     Left = 4
79     Top = 261
80     Width = 417
81     Height = 20
82     ItemHeight = 12
83     TabOrder = 4
84     Text = 'BoardURLComboBox'
85   end
86   object EditIgnoreListsButton: TButton
87     Left = 8
88     Top = 299
89     Width = 113
90     Height = 21
91     Caption = #38500#22806#12459#12486#12468#12522#12540#32232#38598
92     TabOrder = 5
93     OnClick = EditIgnoreListsButtonClick
94   end
95   object Indy: TIdHTTP
96     MaxLineAction = maException
97     RecvBufferSize = 4096
98     AllowCookies = False
99     ProxyParams.BasicAuthentication = False
100     ProxyParams.ProxyPort = 0
101     Request.ContentLength = 0
102     Request.ContentRangeEnd = 0
103     Request.ContentRangeStart = 0
104     Request.ContentType = 'text/html'
105     Request.Accept = 'text/html, */*'
106     Request.BasicAuthentication = False
107     Request.UserAgent = 'Mozilla/3.0 (compatible; Indy Library)'
108     HTTPOptions = []
109     Left = 388
110     Top = 4
111   end
112   object IdAntiFreeze: TIdAntiFreeze
113     Active = False
114     IdleTimeOut = 20
115     Left = 428
116     Top = 4
117   end
118 end