Browse CVS Repository
Annotation of /gikonavigoeson/gikonavi/UpdateCheck.dfm
Parent Directory
| Revision Log
| Revision Graph
Revision 1.2 -
( hide annotations)
( download)
Sun Oct 5 04:16:05 2008 UTC
(15 years, 6 months ago)
by h677
Branch: MAIN
CVS Tags: v1_59_0_773, v1_59_0_772, v1_59_0_775, v1_59_0_774, v1_59_0_777, v1_60_0_779, v1_59_0_776, v1_60_0_788, v1_59_0_778, v1_60_0_784, v1_60_0_786, v1_60_0_787, v1_59_1_778, v1_60_0_780, v1_60_0_781, v1_60_0_782, v1_60_0_783, v1_59_2_785
Branch point for: Bb59
Changes since 1.1: +11 -2 lines
人柱版更新を分離。
DLするまえに確認Dialogを追加
| 1 |
h677 |
1.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 |
h677 |
1.2 |
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 |
h677 |
1.1 |
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 |
h677 |
1.2 |
Left = 304 |
| 76 |
h677 |
1.1 |
Top = 8 |
| 77 |
|
|
end |
| 78 |
|
|
object IdAntiFreeze: TIdAntiFreeze |
| 79 |
h677 |
1.2 |
Left = 336 |
| 80 |
h677 |
1.1 |
Top = 8 |
| 81 |
|
|
end |
| 82 |
|
|
end |
| |