Browse CVS Repository
Annotation of /gikonavigoeson/gikonavi/UpdateCheck.dfm
Parent Directory
| Revision Log
| Revision Graph
Revision 1.1 -
( hide annotations)
( download)
Tue Sep 23 11:06:16 2008 UTC
(15 years, 6 months ago)
by h677
Branch: MAIN
CVS Tags: v1_59_0_771, v1_59_0_770, v1_59_0_769
ギコナビ更新チェック&インストーラ保存の機能を追加
| 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 |
|
|
end |
| 35 |
|
|
object Panel2: TPanel |
| 36 |
|
|
Left = 0 |
| 37 |
|
|
Top = 41 |
| 38 |
|
|
Width = 484 |
| 39 |
|
|
Height = 172 |
| 40 |
|
|
Align = alClient |
| 41 |
|
|
Caption = 'Panel2' |
| 42 |
|
|
TabOrder = 1 |
| 43 |
|
|
object ResultMemo: TMemo |
| 44 |
|
|
Left = 1 |
| 45 |
|
|
Top = 1 |
| 46 |
|
|
Width = 482 |
| 47 |
|
|
Height = 170 |
| 48 |
|
|
Align = alClient |
| 49 |
|
|
Lines.Strings = ( |
| 50 |
|
|
'ResultMemo') |
| 51 |
|
|
TabOrder = 0 |
| 52 |
|
|
end |
| 53 |
|
|
end |
| 54 |
|
|
object IdHTTP: TIdHTTP |
| 55 |
|
|
MaxLineAction = maException |
| 56 |
|
|
AllowCookies = True |
| 57 |
|
|
ProxyParams.BasicAuthentication = False |
| 58 |
|
|
ProxyParams.ProxyPort = 0 |
| 59 |
|
|
Request.ContentLength = -1 |
| 60 |
|
|
Request.ContentRangeEnd = 0 |
| 61 |
|
|
Request.ContentRangeStart = 0 |
| 62 |
|
|
Request.Accept = 'text/html, */*' |
| 63 |
|
|
Request.BasicAuthentication = False |
| 64 |
|
|
Request.UserAgent = 'Mozilla/3.0 (compatible; Indy Library)' |
| 65 |
|
|
HTTPOptions = [hoForceEncodeParams] |
| 66 |
|
|
Left = 400 |
| 67 |
|
|
Top = 8 |
| 68 |
|
|
end |
| 69 |
|
|
object IdAntiFreeze: TIdAntiFreeze |
| 70 |
|
|
Left = 440 |
| 71 |
|
|
Top = 8 |
| 72 |
|
|
end |
| 73 |
|
|
end |
|