Develop and Download Open Source Software

Browse CVS Repository

Annotation of /gikonavigoeson/gikonavi/UpdateCheck.dfm

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (hide annotations) (download)
Sun Apr 26 11:47:41 2009 UTC (14 years, 11 months ago) by h677
Branch: MAIN
CVS Tags: v1_63_0_818, v1_63_0_817, v1_63_0_816, v1_63_0_815, v1_60_1_793, v1_62_0_805, v1_62_0_804, v1_62_0_807, v1_62_0_806, v1_62_0_803, v1_62_0_802, v1_62_0_809, v1_61_0_798, v1_61_0_799, v1_60_0_789, v1_61_0_796, v1_62_1_813, v1_61_0_797, v1_61_0_795, v1_62_0_812, v1_62_0_810, v1_62_0_811, v1_61_0_800, v1_60_0_793, v1_60_0_792, v1_60_0_791, v1_60_0_790, v1_60_2_794, v1_61_1_801
Branch point for: Bb62, Bb60, Bb61
Changes since 1.2: +29 -0 lines
close #16234,#16235
人柱版のボタンもdisableにするように修正。
タイムアウト時間は0に設定して、キャンセルボタンを追加。

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.3 object CancelBitBtn: TBitBtn
44     Left = 96
45     Top = 8
46     Width = 97
47     Height = 25
48     Cancel = True
49     Caption = #12461#12515#12531#12475#12523
50     Enabled = False
51     TabOrder = 2
52     OnClick = CancelBitBtnClick
53     Glyph.Data = {
54     DE010000424DDE01000000000000760000002800000024000000120000000100
55     0400000000006801000000000000000000001000000000000000000000000000
56     80000080000000808000800000008000800080800000C0C0C000808080000000
57     FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
58     333333333333333333333333000033338833333333333333333F333333333333
59     0000333911833333983333333388F333333F3333000033391118333911833333
60     38F38F333F88F33300003339111183911118333338F338F3F8338F3300003333
61     911118111118333338F3338F833338F3000033333911111111833333338F3338
62     3333F8330000333333911111183333333338F333333F83330000333333311111
63     8333333333338F3333383333000033333339111183333333333338F333833333
64     00003333339111118333333333333833338F3333000033333911181118333333
65     33338333338F333300003333911183911183333333383338F338F33300003333
66     9118333911183333338F33838F338F33000033333913333391113333338FF833
67     38F338F300003333333333333919333333388333338FFF830000333333333333
68     3333333333333333333888330000333333333333333333333333333333333333
69     0000}
70     NumGlyphs = 2
71     end
72 h677 1.1 end
73     object Panel2: TPanel
74     Left = 0
75     Top = 41
76     Width = 484
77     Height = 172
78     Align = alClient
79     Caption = 'Panel2'
80     TabOrder = 1
81     object ResultMemo: TMemo
82     Left = 1
83     Top = 1
84     Width = 482
85     Height = 170
86     Align = alClient
87     Lines.Strings = (
88     'ResultMemo')
89     TabOrder = 0
90     end
91     end
92     object IdHTTP: TIdHTTP
93     MaxLineAction = maException
94     AllowCookies = True
95     ProxyParams.BasicAuthentication = False
96     ProxyParams.ProxyPort = 0
97     Request.ContentLength = -1
98     Request.ContentRangeEnd = 0
99     Request.ContentRangeStart = 0
100     Request.Accept = 'text/html, */*'
101     Request.BasicAuthentication = False
102     Request.UserAgent = 'Mozilla/3.0 (compatible; Indy Library)'
103     HTTPOptions = [hoForceEncodeParams]
104 h677 1.2 Left = 304
105 h677 1.1 Top = 8
106     end
107     object IdAntiFreeze: TIdAntiFreeze
108 h677 1.2 Left = 336
109 h677 1.1 Top = 8
110     end
111     end

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26