Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /Unit9.dfm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7 - (hide annotations) (download)
Wed Dec 30 09:56:24 2015 UTC (8 years, 3 months ago) by yamat0jp
File size: 1858 byte(s)
退会できるようにしました
1 yamat0jp 7 object MyPage: TMyPage
2     Left = 0
3     Top = 0
4     Width = 555
5     Height = 400
6     RenderInvisibleControls = True
7     AllowPageAccess = True
8     ConnectionMode = cmAny
9     Background.Fixed = False
10     HandleTabs = False
11     LeftToRight = True
12     LockUntilLoaded = True
13     LockOnSubmit = True
14     ShowHint = True
15     XPTheme = True
16     DesignLeft = 8
17     DesignTop = 8
18     object IWLink1: TIWLink
19     Left = 120
20     Top = 120
21     Width = 65
22     Height = 17
23     Alignment = taLeftJustify
24     Color = clNone
25     Font.Color = clNone
26     Font.Size = 10
27     Font.Style = [fsUnderline]
28     DoSubmitValidation = False
29     FriendlyName = 'IWLink1'
30     TabOrder = 0
31     RawText = False
32     Caption = 'IWLink1'
33     end
34     object IWLink2: TIWLink
35     Left = 120
36     Top = 248
37     Width = 65
38     Height = 17
39     Alignment = taLeftJustify
40     Color = clNone
41     Font.Color = clNone
42     Font.Size = 10
43     Font.Style = [fsUnderline]
44     DoSubmitValidation = False
45     FriendlyName = 'IWLink2'
46     OnClick = IWLink2Click
47     TabOrder = 1
48     RawText = False
49     Caption = #25147#12427
50     end
51     object IWButton1: TIWButton
52     Left = 304
53     Top = 161
54     Width = 75
55     Height = 25
56     Caption = #21066#38500
57     Color = clBtnFace
58     Font.Color = clNone
59     Font.Size = 10
60     Font.Style = []
61     FriendlyName = 'IWButton1'
62     TabOrder = 2
63     OnClick = IWButton1Click
64     end
65     object IWButton2: TIWButton
66     Left = 304
67     Top = 216
68     Width = 75
69     Height = 25
70     Caption = #36864#20250
71     Color = clBtnFace
72     Font.Color = clNone
73     Font.Size = 10
74     Font.Style = []
75     FriendlyName = 'IWButton2'
76     TabOrder = 3
77     OnClick = IWButton2Click
78     end
79     object IWTemplateProcessorHTML1: TIWTemplateProcessorHTML
80     TagType = ttIntraWeb
81     Templates.Default = 'mypage.htm'
82     Left = 264
83     Top = 184
84     end
85     end

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