Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /Unit9.dfm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8 - (hide annotations) (download)
Thu Dec 31 08:51:02 2015 UTC (8 years, 3 months ago) by yamat0jp
File size: 3487 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 yamat0jp 8 OnCreate = IWAppFormCreate
10 yamat0jp 7 Background.Fixed = False
11 yamat0jp 8 LayoutMgr = IWTemplateProcessorHTML1
12 yamat0jp 7 HandleTabs = False
13     LeftToRight = True
14     LockUntilLoaded = True
15     LockOnSubmit = True
16     ShowHint = True
17     XPTheme = True
18     DesignLeft = 8
19     DesignTop = 8
20     object IWLink2: TIWLink
21     Left = 120
22     Top = 248
23     Width = 65
24     Height = 17
25     Alignment = taLeftJustify
26     Color = clNone
27     Font.Color = clNone
28     Font.Size = 10
29     Font.Style = [fsUnderline]
30     DoSubmitValidation = False
31     FriendlyName = 'IWLink2'
32     OnClick = IWLink2Click
33 yamat0jp 8 TabOrder = 0
34 yamat0jp 7 RawText = False
35     Caption = #25147#12427
36     end
37     object IWButton1: TIWButton
38     Left = 304
39     Top = 161
40     Width = 75
41     Height = 25
42     Caption = #21066#38500
43     Color = clBtnFace
44     Font.Color = clNone
45     Font.Size = 10
46     Font.Style = []
47     FriendlyName = 'IWButton1'
48 yamat0jp 8 TabOrder = 1
49 yamat0jp 7 OnClick = IWButton1Click
50     end
51     object IWButton2: TIWButton
52     Left = 304
53     Top = 216
54     Width = 75
55     Height = 25
56     Caption = #36864#20250
57     Color = clBtnFace
58     Font.Color = clNone
59     Font.Size = 10
60     Font.Style = []
61     FriendlyName = 'IWButton2'
62 yamat0jp 8 TabOrder = 2
63 yamat0jp 7 OnClick = IWButton2Click
64     end
65 yamat0jp 8 object IWEdit1: TIWEdit
66     Left = 216
67     Top = 256
68     Width = 121
69     Height = 21
70     Font.Color = clNone
71     Font.Size = 10
72     Font.Style = []
73     FriendlyName = 'IWEdit1'
74     SubmitOnAsyncEvent = True
75     TabOrder = 3
76     Text = 'IWEdit1'
77     end
78     object IWEdit2: TIWEdit
79     Left = 216
80     Top = 320
81     Width = 121
82     Height = 21
83     Font.Color = clNone
84     Font.Size = 10
85     Font.Style = []
86     FriendlyName = 'IWEdit2'
87     SubmitOnAsyncEvent = True
88     TabOrder = 4
89     Text = 'IWEdit2'
90     end
91     object IWButton3: TIWButton
92     Left = 368
93     Top = 272
94     Width = 75
95     Height = 25
96     Caption = #26356#26032
97     Color = clBtnFace
98     Font.Color = clNone
99     Font.Size = 10
100     Font.Style = []
101     FriendlyName = 'IWButton3'
102     TabOrder = 5
103     OnClick = IWButton3Click
104     end
105     object IWEdit3: TIWEdit
106     Left = 216
107     Top = 283
108     Width = 121
109     Height = 21
110     Font.Color = clNone
111     Font.Size = 10
112     Font.Style = []
113     FriendlyName = 'IWEdit3'
114     SubmitOnAsyncEvent = True
115     TabOrder = 6
116     end
117     object IWEdit4: TIWEdit
118     Left = 64
119     Top = 299
120     Width = 81
121     Height = 21
122     Font.Color = clNone
123     Font.Size = 10
124     Font.Style = []
125     FriendlyName = 'IWEdit4'
126     SubmitOnAsyncEvent = True
127     TabOrder = 7
128     PasswordPrompt = True
129     end
130     object IWButton4: TIWButton
131     Left = 24
132     Top = 252
133     Width = 75
134     Height = 25
135     Caption = #22793#26356
136     Color = clBtnFace
137     Font.Color = clNone
138     Font.Size = 10
139     Font.Style = []
140     FriendlyName = 'IWButton4'
141     TabOrder = 8
142     OnClick = IWButton4Click
143     end
144     object IWEdit5: TIWEdit
145     Left = 64
146     Top = 326
147     Width = 81
148     Height = 21
149     Font.Color = clNone
150     Font.Size = 10
151     Font.Style = []
152     FriendlyName = 'IWEdit5'
153     SubmitOnAsyncEvent = True
154     TabOrder = 9
155     PasswordPrompt = True
156     end
157 yamat0jp 7 object IWTemplateProcessorHTML1: TIWTemplateProcessorHTML
158     TagType = ttIntraWeb
159     Templates.Default = 'mypage.htm'
160     Left = 264
161     Top = 184
162     end
163     end

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