OSDN Git Service

This commit was manufactured by cvs2svn to create branch 'Bb62'.
[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   Position = poDesktopCenter
17   OnCreate = FormCreate
18   PixelsPerInch = 96
19   TextHeight = 12
20   object CategoryLabel: TLabel
21     Left = 24
22     Top = 16
23     Width = 53
24     Height = 12
25     Caption = #12459#12486#12468#12522#21517
26   end
27   object CategoryComboBox: TComboBox
28     Left = 88
29     Top = 13
30     Width = 145
31     Height = 20
32     ItemHeight = 12
33     TabOrder = 0
34     Text = 'CategoryComboBox'
35   end
36   object SearchButton: TButton
37     Left = 256
38     Top = 8
39     Width = 75
40     Height = 25
41     Caption = #26908#32034'(&s)'
42     TabOrder = 1
43     OnClick = SearchButtonClick
44   end
45   object ResultMemo: TMemo
46     Left = 24
47     Top = 48
48     Width = 457
49     Height = 225
50     Lines.Strings = (
51       'ResultMemo')
52     ScrollBars = ssVertical
53     TabOrder = 2
54   end
55   object CloseButton: TButton
56     Left = 352
57     Top = 8
58     Width = 75
59     Height = 25
60     Caption = #38281#12376#12427
61     ModalResult = 1
62     TabOrder = 3
63   end
64   object IdHTTP: TIdHTTP
65     MaxLineAction = maException
66     AllowCookies = True
67     HandleRedirects = True
68     ProxyParams.BasicAuthentication = False
69     ProxyParams.ProxyPort = 0
70     Request.ContentLength = -1
71     Request.ContentRangeEnd = 0
72     Request.ContentRangeStart = 0
73     Request.Accept = 'text/html, */*'
74     Request.BasicAuthentication = False
75     Request.UserAgent = 'Mozilla/3.0 (compatible; Indy Library)'
76     HTTPOptions = [hoForceEncodeParams]
77     OnRedirect = IdHTTPRedirect
78     Left = 408
79     Top = 16
80   end
81   object IdAntiFreeze: TIdAntiFreeze
82     Active = False
83     Left = 448
84     Top = 16
85   end
86 end