Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /Unit10.dfm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9 - (hide annotations) (download)
Wed Jan 13 11:20:13 2016 UTC (8 years, 2 months ago) by yamat0jp
File size: 1860 byte(s)
ダイアログの問題があっさり解決
IntrawebのDemoにあるそうですが本ソフトでも同じことをしています、参考にしてください
1 yamat0jp 8 object IWForm10: TIWForm10
2     Left = 0
3     Top = 0
4     Width = 555
5     Height = 400
6     RenderInvisibleControls = True
7     AllowPageAccess = True
8     ConnectionMode = cmAny
9 yamat0jp 9 OnCreate = IWAppFormCreate
10 yamat0jp 8 Background.Fixed = False
11     LayoutMgr = IWTemplateProcessorHTML1
12     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 IWEdit1: TIWEdit
21     Left = 216
22     Top = 192
23     Width = 121
24     Height = 21
25     Font.Color = clNone
26     Font.Size = 10
27     Font.Style = []
28     FriendlyName = 'IWEdit1'
29     SubmitOnAsyncEvent = True
30     TabOrder = 0
31     end
32     object IWButton1: TIWButton
33     Left = 376
34     Top = 192
35     Width = 75
36     Height = 25
37     Caption = #36865#20449
38     Color = clBtnFace
39     Font.Color = clNone
40     Font.Size = 10
41     Font.Style = []
42     FriendlyName = 'IWButton1'
43     TabOrder = 1
44     OnClick = IWButton1Click
45     end
46     object IWEdit2: TIWEdit
47     Left = 216
48     Top = 240
49     Width = 121
50     Height = 21
51     Font.Color = clNone
52     Font.Size = 10
53     Font.Style = []
54     FriendlyName = 'IWEdit2'
55     SubmitOnAsyncEvent = True
56     TabOrder = 2
57     end
58     object IWLink1: TIWLink
59     Left = 304
60     Top = 296
61     Width = 65
62     Height = 17
63     Alignment = taLeftJustify
64     Color = clNone
65     Font.Color = clNone
66     Font.Size = 10
67     Font.Style = [fsUnderline]
68     DoSubmitValidation = False
69     FriendlyName = 'IWLink1'
70     OnClick = IWLink1Click
71     TabOrder = 3
72     RawText = False
73     Caption = #25147#12427
74     end
75     object IWTemplateProcessorHTML1: TIWTemplateProcessorHTML
76     TagType = ttIntraWeb
77     Templates.Default = 'password.htm'
78     Left = 264
79     Top = 184
80     end
81 yamat0jp 9 object IdSMTP1: TIdSMTP
82     SASLMechanisms = <>
83     Left = 272
84     Top = 56
85     end
86 yamat0jp 8 end

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