OSDN Git Service

・板一覧更新の処理メッセージを追加
[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 = 346
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   OnClose = FormClose
17   OnCreate = FormCreate
18   PixelsPerInch = 96
19   TextHeight = 12
20   object Label1: TLabel
21     Left = 8
22     Top = 8
23     Width = 128
24     Height = 12
25     Caption = #26495#19968#35239#12398#26356#26032#12434#34892#12356#12414#12377
26   end
27   object Label13: TLabel
28     Left = 6
29     Top = 245
30     Width = 155
31     Height = 12
32     Caption = #65298#12385#12419#12435#12397#12427#12508#12540#12489#19968#35239'URL(&N)'
33   end
34   object Label2: TLabel
35     Left = 12
36     Top = 23
37     Width = 4
38     Height = 12
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 = 316
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 = 316
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 = 316
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 EditIgnoreListsButton: TButton
86     Left = 8
87     Top = 315
88     Width = 113
89     Height = 21
90     Caption = #38500#22806#12459#12486#12468#12522#12540#32232#38598
91     TabOrder = 6
92     OnClick = EditIgnoreListsButtonClick
93   end
94   object SakuCheckBox: TCheckBox
95     Left = 8
96     Top = 288
97     Width = 361
98     Height = 17
99     Caption = #12300#21066#38500#35201#35531#12301#26495#12364#12300'saku'#12301#12398#22580#21512#12300'saku2ch'#12301#12395#32622#12365#25563#12360#12427'(&S)'
100     TabOrder = 5
101   end
102   object Indy: TIdHTTP
103     MaxLineAction = maException
104     RecvBufferSize = 4096
105     AllowCookies = False
106     ProxyParams.BasicAuthentication = False
107     ProxyParams.ProxyPort = 0
108     Request.ContentLength = 0
109     Request.ContentRangeEnd = 0
110     Request.ContentRangeStart = 0
111     Request.ContentType = 'text/html'
112     Request.Accept = 'text/html, */*'
113     Request.BasicAuthentication = False
114     Request.UserAgent = 'Mozilla/3.0 (compatible; Indy Library)'
115     HTTPOptions = []
116     Left = 388
117     Top = 4
118   end
119   object IdAntiFreeze: TIdAntiFreeze
120     Active = False
121     IdleTimeOut = 20
122     Left = 428
123     Top = 4
124   end
125 end