OSDN Git Service

ブラウザのページUp/Downアクションの追加
[gikonavigoeson/gikonavi.git] / NewBoardURL.dfm
1 object NewBoardURLForm: TNewBoardURLForm
2   Left = 380
3   Top = 187
4   Width = 495
5   Height = 313
6   Caption = #26495#31227#36578#20808#26908#32034
7   Color = clBtnFace
8   Font.Charset = SHIFTJIS_CHARSET
9   Font.Color = clWindowText
10   Font.Height = -12
11   Font.Name = #65325#65331' '#65328#12468#12471#12483#12463
12   Font.Style = []
13   FormStyle = fsStayOnTop
14   OldCreateOrder = False
15   OnCreate = FormCreate
16   PixelsPerInch = 96
17   TextHeight = 12
18   object CategoryLabel: TLabel
19     Left = 24
20     Top = 16
21     Width = 53
22     Height = 12
23     Caption = #12459#12486#12468#12522#21517
24   end
25   object CategoryComboBox: TComboBox
26     Left = 88
27     Top = 13
28     Width = 145
29     Height = 20
30     ItemHeight = 12
31     TabOrder = 0
32     Text = 'CategoryComboBox'
33   end
34   object SearchButton: TButton
35     Left = 256
36     Top = 8
37     Width = 75
38     Height = 25
39     Caption = #26908#32034'(&s)'
40     TabOrder = 1
41     OnClick = SearchButtonClick
42   end
43   object ResultMemo: TMemo
44     Left = 24
45     Top = 48
46     Width = 457
47     Height = 225
48     Lines.Strings = (
49       'ResultMemo')
50     ScrollBars = ssVertical
51     TabOrder = 2
52   end
53   object CloseButton: TButton
54     Left = 352
55     Top = 8
56     Width = 75
57     Height = 25
58     Caption = #38281#12376#12427
59     ModalResult = 1
60     TabOrder = 3
61   end
62   object IdHTTP: TIdHTTP
63     MaxLineAction = maException
64     AllowCookies = True
65     HandleRedirects = True
66     ProxyParams.BasicAuthentication = False
67     ProxyParams.ProxyPort = 0
68     Request.ContentLength = -1
69     Request.ContentRangeEnd = 0
70     Request.ContentRangeStart = 0
71     Request.Accept = 'text/html, */*'
72     Request.BasicAuthentication = False
73     Request.UserAgent = 'Mozilla/3.0 (compatible; Indy Library)'
74     HTTPOptions = [hoForceEncodeParams]
75     OnRedirect = IdHTTPRedirect
76     Left = 408
77     Top = 16
78   end
79   object IdAntiFreeze: TIdAntiFreeze
80     Active = False
81     Left = 448
82     Top = 16
83   end
84 end