OSDN Git Service

・板一覧更新の処理メッセージを追加
[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   OnCreate = FormCreate
15   PixelsPerInch = 96
16   TextHeight = 12
17   object Panel1: TPanel
18     Left = 0
19     Top = 0
20     Width = 476
21     Height = 41
22     Align = alTop
23     TabOrder = 0
24     object UpdateButton: TButton
25       Left = 16
26       Top = 8
27       Width = 75
28       Height = 25
29       Caption = #23455#34892
30       TabOrder = 0
31       OnClick = UpdateButtonClick
32     end
33     object NightBuildCheckButton: TButton
34       Left = 368
35       Top = 8
36       Width = 107
37       Height = 25
38       Caption = #20154#26609#29256#26356#26032
39       TabOrder = 1
40       OnClick = NightBuildCheckButtonClick
41     end
42     object CancelBitBtn: TBitBtn
43       Left = 96
44       Top = 8
45       Width = 97
46       Height = 25
47       Cancel = True
48       Caption = #12461#12515#12531#12475#12523
49       Enabled = False
50       TabOrder = 2
51       OnClick = CancelBitBtnClick
52       Glyph.Data = {
53         DE010000424DDE01000000000000760000002800000024000000120000000100
54         0400000000006801000000000000000000001000000000000000000000000000
55         80000080000000808000800000008000800080800000C0C0C000808080000000
56         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
57         333333333333333333333333000033338833333333333333333F333333333333
58         0000333911833333983333333388F333333F3333000033391118333911833333
59         38F38F333F88F33300003339111183911118333338F338F3F8338F3300003333
60         911118111118333338F3338F833338F3000033333911111111833333338F3338
61         3333F8330000333333911111183333333338F333333F83330000333333311111
62         8333333333338F3333383333000033333339111183333333333338F333833333
63         00003333339111118333333333333833338F3333000033333911181118333333
64         33338333338F333300003333911183911183333333383338F338F33300003333
65         9118333911183333338F33838F338F33000033333913333391113333338FF833
66         38F338F300003333333333333919333333388333338FFF830000333333333333
67         3333333333333333333888330000333333333333333333333333333333333333
68         0000}
69       NumGlyphs = 2
70     end
71   end
72   object Panel2: TPanel
73     Left = 0
74     Top = 41
75     Width = 476
76     Height = 168
77     Align = alClient
78     Caption = 'Panel2'
79     TabOrder = 1
80     object ResultMemo: TMemo
81       Left = 1
82       Top = 1
83       Width = 474
84       Height = 166
85       Align = alClient
86       Lines.Strings = (
87         'ResultMemo')
88       TabOrder = 0
89     end
90   end
91   object IdHTTP: TIdHTTP
92     MaxLineAction = maException
93     AllowCookies = True
94     ProxyParams.BasicAuthentication = False
95     ProxyParams.ProxyPort = 0
96     Request.ContentLength = -1
97     Request.ContentRangeEnd = 0
98     Request.ContentRangeStart = 0
99     Request.Accept = 'text/html, */*'
100     Request.BasicAuthentication = False
101     Request.UserAgent = 'Mozilla/3.0 (compatible; Indy Library)'
102     HTTPOptions = [hoForceEncodeParams]
103     Left = 304
104     Top = 8
105   end
106   object IdAntiFreeze: TIdAntiFreeze
107     Left = 336
108     Top = 8
109   end
110 end