Browse CVS Repository
Contents of /gikonavigoeson/gikonavi/LocalRuleShow.dfm
Parent Directory
| Revision Log
| Revision Graph
Revision 1.1.2.1 -
( show annotations)
( download)
Thu Sep 9 16:20:33 2004 UTC
(19 years, 7 months ago)
by yoffy
Branch: stable
Changes since 1.1: +0 -0 lines
バタ48にマージ。
| 1 |
object Show: TShow |
| 2 |
Left = 493 |
| 3 |
Top = 100 |
| 4 |
Width = 355 |
| 5 |
Height = 262 |
| 6 |
Caption = 'SETTING.TXT' |
| 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 |
PixelsPerInch = 96 |
| 15 |
TextHeight = 12 |
| 16 |
object ShowMemo: TMemo |
| 17 |
Left = 0 |
| 18 |
Top = 0 |
| 19 |
Width = 345 |
| 20 |
Height = 225 |
| 21 |
TabOrder = 0 |
| 22 |
end |
| 23 |
object IdHTTP1: TIdHTTP |
| 24 |
MaxLineAction = maException |
| 25 |
AllowCookies = True |
| 26 |
ProxyParams.BasicAuthentication = False |
| 27 |
ProxyParams.ProxyPort = 0 |
| 28 |
Request.ContentLength = -1 |
| 29 |
Request.ContentRangeEnd = 0 |
| 30 |
Request.ContentRangeStart = 0 |
| 31 |
Request.Accept = 'text/html, */*' |
| 32 |
Request.BasicAuthentication = False |
| 33 |
Request.UserAgent = 'Mozilla/3.0 (compatible; Indy Library)' |
| 34 |
HTTPOptions = [hoForceEncodeParams] |
| 35 |
Left = 96 |
| 36 |
Top = 40 |
| 37 |
end |
| 38 |
end |
|