OSDN Git Service

・FavoriteAddTo で変数が初期化されないまま実行しようとする場合があったので修正。
[gikonavigoeson/gikonavi.git] / NewBoard.dfm
1 object NewBoardDialog: TNewBoardDialog
2   Left = 420
3   Top = 362
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   OldCreateOrder = False
15   Position = poOwnerFormCenter
16   OnCreate = FormCreate
17   PixelsPerInch = 96
18   TextHeight = 12
19   object Label1: TLabel
20     Left = 8
21     Top = 8
22     Width = 128
23     Height = 12
24     Caption = #26495#19968#35239#12398#26356#26032#12434#34892#12356#12414#12377
25   end
26   object Label2: TLabel
27     Left = 8
28     Top = 24
29     Width = 335
30     Height = 12
31     Caption = #8251#29694#22312#12289#38283#12356#12390#12356#12427#12479#12502#12420#12498#12473#12488#12522#12394#12393#12399#26495#26356#26032#26178#12395#12463#12522#12450#12373#12428#12414#12377
32   end
33   object Label13: TLabel
34     Left = 6
35     Top = 245
36     Width = 155
37     Height = 12
38     Caption = #65298#12385#12419#12435#12397#12427#12508#12540#12489#19968#35239'URL(&N)'
39   end
40   object MessageMemo: TMemo
41     Left = 4
42     Top = 40
43     Width = 453
44     Height = 197
45     ScrollBars = ssVertical
46     TabOrder = 3
47     WantReturns = False
48   end
49   object UpdateButton: TButton
50     Left = 220
51     Top = 300
52     Width = 75
53     Height = 21
54     Caption = #26356#26032
55     TabOrder = 0
56     OnClick = UpdateButtonClick
57   end
58   object CloseButton: TButton
59     Left = 380
60     Top = 300
61     Width = 75
62     Height = 21
63     Caption = #38281#12376#12427
64     TabOrder = 2
65     OnClick = CloseButtonClick
66   end
67   object StopButton: TButton
68     Left = 300
69     Top = 300
70     Width = 75
71     Height = 21
72     Caption = #20013#27490
73     TabOrder = 1
74     OnClick = StopButtonClick
75   end
76   object BoardURLComboBox: TComboBox
77     Left = 4
78     Top = 261
79     Width = 417
80     Height = 20
81     ItemHeight = 12
82     TabOrder = 4
83     Text = 'BoardURLComboBox'
84   end
85   object Indy: TIdHTTP
86     MaxLineAction = maException
87     RecvBufferSize = 4096
88     AllowCookies = False
89     ProxyParams.BasicAuthentication = False
90     ProxyParams.ProxyPort = 0
91     Request.ContentLength = 0
92     Request.ContentRangeEnd = 0
93     Request.ContentRangeStart = 0
94     Request.ContentType = 'text/html'
95     Request.Accept = 'text/html, */*'
96     Request.BasicAuthentication = False
97     Request.UserAgent = 'Mozilla/3.0 (compatible; Indy Library)'
98     HTTPOptions = []
99     Left = 388
100     Top = 4
101   end
102   object IdAntiFreeze: TIdAntiFreeze
103     IdleTimeOut = 20
104     Left = 428
105     Top = 4
106   end
107 end