Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /Unit6.dfm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (hide annotations) (download)
Sat Dec 19 14:35:42 2015 UTC (8 years, 2 months ago) by yamat0jp
File size: 2760 byte(s)
IntraWebをバージョンアップしてから、コンパイルが可能になりました。お見苦しいところをお見せしていました。
まだまだ未完成です。
1 yamat0jp 1 object UserForm: TUserForm
2     Left = 0
3     Top = 0
4     Width = 555
5     Height = 400
6     RenderInvisibleControls = False
7     AllowPageAccess = True
8     ConnectionMode = cmAny
9     Background.Fixed = False
10     LayoutMgr = IWTemplateProcessorHTML1
11     HandleTabs = False
12     LeftToRight = True
13     LockUntilLoaded = True
14     LockOnSubmit = True
15     ShowHint = True
16     XPTheme = True
17     DesignLeft = 8
18     DesignTop = 8
19     object IWEdit1: TIWEdit
20     Left = 384
21     Top = 72
22     Width = 121
23     Height = 21
24     NonEditableAsLabel = True
25     Font.Color = clNone
26     Font.Size = 10
27     Font.Style = []
28     FriendlyName = 'IWEdit1'
29     SubmitOnAsyncEvent = True
30     TabOrder = 0
31     end
32     object IWEdit2: TIWEdit
33     Left = 384
34     Top = 112
35     Width = 121
36     Height = 21
37     NonEditableAsLabel = True
38     Font.Color = clNone
39     Font.Size = 10
40     Font.Style = []
41     FriendlyName = 'IWEdit2'
42     SubmitOnAsyncEvent = True
43     TabOrder = 1
44     end
45     object IWEdit3: TIWEdit
46     Left = 384
47     Top = 152
48     Width = 121
49     Height = 21
50     NonEditableAsLabel = True
51     Font.Color = clNone
52     Font.Size = 10
53     Font.Style = []
54     FriendlyName = 'IWEdit3'
55     SubmitOnAsyncEvent = True
56     TabOrder = 2
57     end
58     object IWEdit4: TIWEdit
59     Left = 384
60     Top = 192
61     Width = 121
62     Height = 21
63     NonEditableAsLabel = True
64     Font.Color = clNone
65     Font.Size = 10
66     Font.Style = []
67     FriendlyName = 'IWEdit4'
68     SubmitOnAsyncEvent = True
69     TabOrder = 3
70     end
71     object IWEdit5: TIWEdit
72     Left = 384
73     Top = 232
74     Width = 121
75     Height = 21
76     NonEditableAsLabel = True
77     Font.Color = clNone
78     Font.Size = 10
79     Font.Style = []
80     FriendlyName = 'IWEdit5'
81     SubmitOnAsyncEvent = True
82     TabOrder = 4
83     PasswordPrompt = True
84     end
85     object IWButton1: TIWButton
86     Left = 430
87     Top = 320
88     Width = 75
89     Height = 25
90     Caption = #30331#37682
91     Color = clBtnFace
92     Font.Color = clNone
93     Font.Size = 10
94     Font.Style = []
95     FriendlyName = 'IWButton1'
96     TabOrder = 5
97     OnClick = IWButton1Click
98     end
99     object IWEdit6: TIWEdit
100     Left = 384
101     Top = 272
102     Width = 121
103     Height = 21
104     NonEditableAsLabel = True
105     Font.Color = clNone
106     Font.Size = 10
107     Font.Style = []
108     FriendlyName = 'IWEdit6'
109     SubmitOnAsyncEvent = True
110 yamat0jp 2 TabOrder = 6
111 yamat0jp 1 PasswordPrompt = True
112     end
113     inline IWFrame1: TIWFrame1
114     Left = 0
115     Top = 0
116     Width = 343
117     Height = 169
118     TabOrder = 0
119     inherited IWFrameRegion: TIWRegion
120 yamat0jp 2 TabOrder = 7
121 yamat0jp 1 end
122     end
123     object IWTemplateProcessorHTML1: TIWTemplateProcessorHTML
124     TagType = ttIntraWeb
125     Templates.Default = 'userinfo.htm'
126     Left = 264
127     Top = 184
128     end
129     end

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