OSDN Git Service

・スレタイの特定ワードを非表示にする機能に「©bbspink.com」も追加
[gikonavigoeson/gikonavi.git] / NewBoardURL.dfm
1 object NewBoardURLForm: TNewBoardURLForm
2   Left = 382
3   Top = 189
4   BorderStyle = bsDialog
5   Caption = #26495#31227#36578#20808#26908#32034
6   ClientHeight = 280
7   ClientWidth = 483
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   OnCreate = FormCreate
17   PixelsPerInch = 96
18   TextHeight = 12
19   object CategoryLabel: TLabel
20     Left = 24
21     Top = 16
22     Width = 53
23     Height = 12
24     Caption = #12459#12486#12468#12522#21517
25   end
26   object CategoryComboBox: TComboBox
27     Left = 88
28     Top = 13
29     Width = 145
30     Height = 20
31     ItemHeight = 12
32     TabOrder = 0
33     Text = 'CategoryComboBox'
34   end
35   object SearchButton: TButton
36     Left = 256
37     Top = 8
38     Width = 75
39     Height = 25
40     Caption = #26908#32034'(&s)'
41     TabOrder = 1
42     OnClick = SearchButtonClick
43   end
44   object ResultMemo: TMemo
45     Left = 24
46     Top = 48
47     Width = 457
48     Height = 225
49     Lines.Strings = (
50       'ResultMemo')
51     ScrollBars = ssVertical
52     TabOrder = 2
53   end
54   object CloseButton: TButton
55     Left = 352
56     Top = 8
57     Width = 75
58     Height = 25
59     Caption = #38281#12376#12427
60     ModalResult = 1
61     TabOrder = 3
62   end
63   object IdHTTP: TIdHTTP
64     MaxLineAction = maException
65     AllowCookies = True
66     HandleRedirects = True
67     ProxyParams.BasicAuthentication = False
68     ProxyParams.ProxyPort = 0
69     Request.ContentLength = -1
70     Request.ContentRangeEnd = 0
71     Request.ContentRangeStart = 0
72     Request.Accept = 'text/html, */*'
73     Request.BasicAuthentication = False
74     Request.UserAgent = 'Mozilla/3.0 (compatible; Indy Library)'
75     HTTPOptions = [hoForceEncodeParams]
76     OnRedirect = IdHTTPRedirect
77     Left = 408
78     Top = 16
79   end
80   object IdAntiFreeze: TIdAntiFreeze
81     Active = False
82     Left = 448
83     Top = 16
84   end
85 end