OSDN Git Service

1.59.0.777
[gikonavigoeson/gikonavi.git] / UpdateCheck.dfm
1 object UpdateCheckForm: TUpdateCheckForm
2   Left = 331
3   Top = 160
4   Width = 492
5   Height = 247
6   Caption = #26356#26032#12481#12455#12483#12463
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   OldCreateOrder = False
14   Position = poDesktopCenter
15   OnCreate = FormCreate
16   PixelsPerInch = 96
17   TextHeight = 12
18   object Panel1: TPanel
19     Left = 0
20     Top = 0
21     Width = 484
22     Height = 41
23     Align = alTop
24     TabOrder = 0
25     object UpdateButton: TButton
26       Left = 16
27       Top = 8
28       Width = 75
29       Height = 25
30       Caption = #23455#34892
31       TabOrder = 0
32       OnClick = UpdateButtonClick
33     end
34     object NightBuildCheckButton: TButton
35       Left = 368
36       Top = 8
37       Width = 107
38       Height = 25
39       Caption = #20154#26609#29256#26356#26032
40       TabOrder = 1
41       OnClick = NightBuildCheckButtonClick
42     end
43   end
44   object Panel2: TPanel
45     Left = 0
46     Top = 41
47     Width = 484
48     Height = 172
49     Align = alClient
50     Caption = 'Panel2'
51     TabOrder = 1
52     object ResultMemo: TMemo
53       Left = 1
54       Top = 1
55       Width = 482
56       Height = 170
57       Align = alClient
58       Lines.Strings = (
59         'ResultMemo')
60       TabOrder = 0
61     end
62   end
63   object IdHTTP: TIdHTTP
64     MaxLineAction = maException
65     AllowCookies = 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     Left = 304
76     Top = 8
77   end
78   object IdAntiFreeze: TIdAntiFreeze
79     Left = 336
80     Top = 8
81   end
82 end