Develop and Download Open Source Software

Browse Subversion Repository

Diff of /Unit1.dfm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1 by yamat0jp, Sun Nov 22 11:18:44 2015 UTC revision 15 by yamat0jp, Fri Aug 5 10:33:26 2016 UTC
# Line 1  Line 1 
1  object TopForm: TTopForm  object IWForm1: TIWForm1
2    Left = 0    Left = 0
3    Top = 0    Top = 0
4    Width = 780    Width = 577
5    Height = 673    Height = 716
6    RenderInvisibleControls = False    RenderInvisibleControls = False
7    OnRender = IWAppFormRender    OnRender = IWAppFormRender
8    AllowPageAccess = True    AllowPageAccess = True
9    ConnectionMode = cmAny    ConnectionMode = cmAny
   Title = 'Shop'  
10    OnCreate = IWAppFormCreate    OnCreate = IWAppFormCreate
   OnDestroy = IWAppFormDestroy  
11    Background.Fixed = False    Background.Fixed = False
12    LayoutMgr = IWTemplateProcessorHTML1    LayoutMgr = IWTemplateProcessorHTML1
13    HandleTabs = False    HandleTabs = False
# Line 20  object TopForm: TTopForm Line 18  object TopForm: TTopForm
18    XPTheme = True    XPTheme = True
19    DesignLeft = 8    DesignLeft = 8
20    DesignTop = 8    DesignTop = 8
21    object IWLabel2: TIWLabel    object IWLabel1: TIWLabel
22      Left = 200      Left = 153
23      Top = 288      Top = 192
24      Width = 45      Width = 99
25      Height = 16      Height = 16
     Cursor = crAuto  
     Visible = False  
     ParentShowHint = False  
     ShowHint = True  
     ZIndex = 0  
     RenderSize = True  
     StyleRenderOptions.RenderSize = True  
     StyleRenderOptions.RenderPosition = True  
     StyleRenderOptions.RenderFont = True  
     StyleRenderOptions.RenderZIndex = True  
     StyleRenderOptions.RenderVisibility = True  
     StyleRenderOptions.RenderStatus = True  
     StyleRenderOptions.RenderAbsolute = True  
     Alignment = taLeftJustify  
     BGColor = clNone  
26      Font.Color = clNone      Font.Color = clNone
27      Font.Size = 10      Font.Size = 10
28      Font.Style = []      Font.Style = []
     NoWrap = False  
     ConvertSpaces = False  
29      HasTabOrder = False      HasTabOrder = False
30      FriendlyName = 'IWLabel2'      FriendlyName = 'IWLabel1'
31      Caption = #12424#12358#12371#12381      Caption = #12424#12358#12371#12381#12466#12473#12488#27096
     RawText = False  
32    end    end
33    object IWDBLabel1: TIWDBLabel    object IWDBLabel1: TIWDBLabel
34      Left = 251      Left = 153
35      Top = 288      Top = 175
36      Width = 36      Width = 36
37      Height = 16      Height = 16
     Cursor = crAuto  
     ParentShowHint = False  
     ShowHint = True  
     ZIndex = 0  
     RenderSize = True  
     StyleRenderOptions.RenderSize = True  
     StyleRenderOptions.RenderPosition = True  
     StyleRenderOptions.RenderFont = True  
     StyleRenderOptions.RenderZIndex = True  
     StyleRenderOptions.RenderVisibility = True  
     StyleRenderOptions.RenderStatus = True  
     StyleRenderOptions.RenderAbsolute = True  
     Alignment = taLeftJustify  
     BGColor = clNone  
38      Font.Color = clNone      Font.Color = clNone
39      Font.Size = 10      Font.Size = 10
40      Font.Style = []      Font.Style = []
     NoWrap = False  
     ConvertSpaces = False  
41      HasTabOrder = False      HasTabOrder = False
42      DataField = 'NAME'      DataField = 'NAME'
43      DataSource = DataModule1.user      DataSource = DataModule3.user
44      FriendlyName = 'IWDBLabel1'      FriendlyName = 'IWDBLabel1'
45    end    end
46    object IWLabel9: TIWLabel    object IWLink1: TIWLink
47      Left = 467      Left = 286
48      Top = 330      Top = 191
49        Width = 92
50        Height = 17
51        Alignment = taLeftJustify
52        Color = clNone
53        Font.Color = clNone
54        Font.Size = 10
55        Font.Style = [fsUnderline]
56        DoSubmitValidation = False
57        FriendlyName = 'IWLink1'
58        OnClick = IWLink1Click
59        TabOrder = 0
60        RawText = False
61        Caption = #12518#12540#12470#12540#30331#37682
62      end
63      object IWLabel6: TIWLabel
64        Left = 329
65        Top = 143
66      Width = 49      Width = 49
67      Height = 16      Height = 16
     Cursor = crAuto  
     Visible = False  
     ParentShowHint = False  
     ShowHint = True  
     ZIndex = 0  
     RenderSize = True  
     StyleRenderOptions.RenderSize = True  
     StyleRenderOptions.RenderPosition = True  
     StyleRenderOptions.RenderFont = True  
     StyleRenderOptions.RenderZIndex = True  
     StyleRenderOptions.RenderVisibility = True  
     StyleRenderOptions.RenderStatus = True  
     StyleRenderOptions.RenderAbsolute = True  
     Alignment = taLeftJustify  
     BGColor = clNone  
68      Font.Color = clNone      Font.Color = clNone
69      Font.Size = 10      Font.Size = 10
70      Font.Style = []      Font.Style = []
     NoWrap = False  
     ConvertSpaces = False  
71      HasTabOrder = False      HasTabOrder = False
72      FriendlyName = 'IWLabel9'      FriendlyName = 'IWLabel6'
73      Caption = #26908#32034#20013      Caption = #26908#32034#20013
74      end
75      object IWGrid1: TIWGrid
76        Left = 52
77        Top = 240
78        Width = 429
79        Height = 150
80        BorderColors.Color = clNone
81        BorderColors.Light = clNone
82        BorderColors.Dark = clNone
83        BGColor = clNone
84        BorderSize = 2
85        BorderStyle = tfDefault
86        Caption = #21830#21697#19968#35239
87        CellPadding = 10
88        CellSpacing = 10
89        Font.Color = clNone
90        Font.Size = 10
91        Font.Style = []
92        FrameBuffer = 40
93        Lines = tlAll
94        UseFrame = False
95        UseSize = True
96        FriendlyName = 'IWGrid1'
97        ColumnCount = 4
98        OnCellClick = IWGrid1CellClick
99        RowCount = 1
100        ShowEmptyCells = True
101        ShowInvisibleRows = True
102        ScrollToCurrentRow = False
103      end
104      object IWText1: TIWText
105        Left = 41
106        Top = 136
107        Width = 145
108        Height = 36
109        BGColor = clNone
110        ConvertSpaces = False
111        Font.Color = clNone
112        Font.Size = 10
113        Font.Style = []
114        FriendlyName = 'IWText1'
115        Lines.Strings = (
116          #12356#12425#12387#12375#12419#12356#12414#12379
117          #12469#12452#12531#12452#12531#12375#12390#12367#12384#12373#12356)
118      RawText = False      RawText = False
119        UseFrame = False
120        WantReturns = True
121    end    end
122    object IWLink2: TIWLink    object IWLink3: TIWLink
123      Left = 312      Left = 400
124      Top = 287      Top = 142
125      Width = 81      Width = 65
126      Height = 17      Height = 17
     Cursor = crAuto  
     ParentShowHint = False  
     ShowHint = True  
     ZIndex = 0  
     RenderSize = True  
     StyleRenderOptions.RenderSize = True  
     StyleRenderOptions.RenderPosition = True  
     StyleRenderOptions.RenderFont = True  
     StyleRenderOptions.RenderZIndex = True  
     StyleRenderOptions.RenderVisibility = True  
     StyleRenderOptions.RenderStatus = True  
     StyleRenderOptions.RenderAbsolute = True  
127      Alignment = taLeftJustify      Alignment = taLeftJustify
128      Color = clNone      Color = clNone
129      Font.Color = clNone      Font.Color = clNone
130      Font.Size = 10      Font.Size = 10
131      Font.Style = [fsUnderline]      Font.Style = [fsUnderline]
     ScriptEvents = <>  
132      DoSubmitValidation = False      DoSubmitValidation = False
133      FriendlyName = 'IWLink2'      FriendlyName = 'IWLink3'
134      OnClick = IWLink2Click      OnClick = IWLink3Click
135      TabOrder = 9      TabOrder = 9
136      RawText = False      RawText = False
137      Caption = #12518#12540#12470#12540#30331#37682      Caption = #30331#37682#24773#22577
138    end    end
139    inline IWFrame1: TIWFrame1    object IWLink5: TIWLink
140      Left = 0      Left = 375
141      Top = 0      Top = 165
142      Width = 588      Width = 127
143      Height = 161      Height = 17
144      TabOrder = 0      Alignment = taLeftJustify
145      ExplicitWidth = 588      Color = clNone
146      ExplicitHeight = 161      Font.Color = clNone
147      inherited IWFrameRegion: TIWRegion      Font.Size = 10
148        Width = 588      Font.Style = [fsUnderline]
149        Height = 161      DoSubmitValidation = False
150        TabOrder = 8      FriendlyName = 'IWLink5'
151        ZIndex = 0      OnClick = IWLink5Click
152        ExplicitWidth = 588      TabOrder = 10
153        ExplicitHeight = 161      RawText = False
154        inherited IWImageFile1: TIWImageFile      Caption = #12497#12473#12527#12540#12489#12362#24536#12428#12398#26041
155          Width = 586    end
156          Height = 159    object IWLink6: TIWLink
157          ExplicitLeft = 1      Left = 509
158          ExplicitTop = 2      Top = 504
159          ExplicitWidth = 586      Width = 65
160          ExplicitHeight = 159      Height = 17
161        end      Alignment = taLeftJustify
162      end      Color = clNone
163        Font.Color = clNone
164        Font.Size = 10
165        Font.Style = [fsUnderline]
166        DoSubmitValidation = False
167        FriendlyName = 'IWLink6'
168        OnClick = IWLink6Click
169        TabOrder = 14
170        RawText = False
171        Caption = 'IWLink6'
172      end
173      object IWLink7: TIWLink
174        Left = 509
175        Top = 542
176        Width = 65
177        Height = 17
178        Alignment = taLeftJustify
179        Color = clNone
180        Font.Color = clNone
181        Font.Size = 10
182        Font.Style = [fsUnderline]
183        DoSubmitValidation = False
184        FriendlyName = 'IWLink7'
185        OnClick = IWLink6Click
186        TabOrder = 15
187        RawText = False
188        Caption = 'IWLink7'
189    end    end
190    object IWRegion1: TIWRegion    object IWRegion1: TIWRegion
191      Left = 1      Left = 16
192      Top = 161      Top = 192
193      Width = 151      Width = 122
194      Height = 185      Height = 97
195      Cursor = crAuto      RenderInvisibleControls = True
     RenderInvisibleControls = False  
     TabOrder = 6  
196      BorderOptions.NumericWidth = 1      BorderOptions.NumericWidth = 1
197      BorderOptions.BorderWidth = cbwNumeric      BorderOptions.BorderWidth = cbwNumeric
198      BorderOptions.Style = cbsSolid      BorderOptions.Style = cbsSolid
199      BorderOptions.Color = clNone      BorderOptions.Color = clNone
200      Color = clNone      object IWLabel2: TIWLabel
     ParentShowHint = False  
     ShowHint = True  
     ZIndex = 1000  
     Splitter = False  
     object IWLabel1: TIWLabel  
201        Left = 1        Left = 1
202        Top = 1        Top = 1
203        Width = 149        Width = 120
204        Height = 16        Height = 16
       Cursor = crAuto  
205        Align = alTop        Align = alTop
       ParentShowHint = False  
       ShowHint = True  
       ZIndex = 0  
       RenderSize = True  
       StyleRenderOptions.RenderSize = True  
       StyleRenderOptions.RenderPosition = True  
       StyleRenderOptions.RenderFont = True  
       StyleRenderOptions.RenderZIndex = True  
       StyleRenderOptions.RenderVisibility = True  
       StyleRenderOptions.RenderStatus = True  
       StyleRenderOptions.RenderAbsolute = True  
       Alignment = taLeftJustify  
       BGColor = clNone  
206        Font.Color = clNone        Font.Color = clNone
207        Font.Size = 10        Font.Size = 10
208        Font.Style = []        Font.Style = []
       NoWrap = False  
       ConvertSpaces = False  
209        HasTabOrder = False        HasTabOrder = False
210        FriendlyName = 'IWLabel1'        FriendlyName = 'IWLabel2'
211        Caption = #12459#12486#12468#12522        Caption = #12459#12486#12468#12522
212        RawText = False        ExplicitLeft = 0
213        ExplicitLeft = 10        ExplicitTop = 40
214          ExplicitWidth = 58
215      end      end
216      object IWList1: TIWList      object IWList1: TIWList
217        Left = 1        Left = 1
218        Top = 17        Top = 17
219        Width = 149        Width = 120
220        Height = 167        Height = 79
       Cursor = crAuto  
221        Align = alClient        Align = alClient
       ParentShowHint = False  
       ShowHint = True  
       ZIndex = 0  
       RenderSize = True  
       StyleRenderOptions.RenderSize = True  
       StyleRenderOptions.RenderPosition = True  
       StyleRenderOptions.RenderFont = True  
       StyleRenderOptions.RenderZIndex = True  
       StyleRenderOptions.RenderVisibility = True  
       StyleRenderOptions.RenderStatus = True  
       StyleRenderOptions.RenderAbsolute = True  
222        FriendlyName = 'IWList1'        FriendlyName = 'IWList1'
223        Font.Color = clNone        Font.Color = clNone
224        Font.Size = 10        Font.Size = 10
225        Font.Style = []        Font.Style = []
226        Numbered = False        Numbered = False
227        ExplicitLeft = 3        ExplicitLeft = 8
228        ExplicitTop = 12        ExplicitTop = 48
229          ExplicitWidth = 116
230          ExplicitHeight = 24
231      end      end
232    end    end
233    object IWRegion3: TIWRegion    object IWRegion2: TIWRegion
234      Left = 1      Left = 16
235      Top = 484      Top = 304
236      Width = 151      Width = 122
237      Height = 161      Height = 107
238      Cursor = crAuto      RenderInvisibleControls = True
     RenderInvisibleControls = False  
     TabOrder = 7  
239      BorderOptions.NumericWidth = 1      BorderOptions.NumericWidth = 1
240      BorderOptions.BorderWidth = cbwNumeric      BorderOptions.BorderWidth = cbwNumeric
241      BorderOptions.Style = cbsSolid      BorderOptions.Style = cbsSolid
242      BorderOptions.Color = clNone      BorderOptions.Color = clNone
     Color = clNone  
     ParentShowHint = False  
     ShowHint = True  
     ZIndex = 1000  
     Splitter = False  
243      object IWLabel3: TIWLabel      object IWLabel3: TIWLabel
244        Left = 1        Left = 1
245        Top = 1        Top = 1
246        Width = 149        Width = 120
247        Height = 16        Height = 16
       Cursor = crAuto  
248        Align = alTop        Align = alTop
       ParentShowHint = False  
       ShowHint = True  
       ZIndex = 0  
       RenderSize = True  
       StyleRenderOptions.RenderSize = True  
       StyleRenderOptions.RenderPosition = True  
       StyleRenderOptions.RenderFont = True  
       StyleRenderOptions.RenderZIndex = True  
       StyleRenderOptions.RenderVisibility = True  
       StyleRenderOptions.RenderStatus = True  
       StyleRenderOptions.RenderAbsolute = True  
       Alignment = taLeftJustify  
       BGColor = clNone  
249        Font.Color = clNone        Font.Color = clNone
250        Font.Size = 10        Font.Size = 10
251        Font.Style = []        Font.Style = []
       NoWrap = False  
       ConvertSpaces = False  
252        HasTabOrder = False        HasTabOrder = False
253        FriendlyName = 'IWLabel3'        FriendlyName = 'IWLabel3'
254        Caption = #26032#30528#21830#21697        Caption = #26032#30528#21830#21697
255        RawText = False        ExplicitLeft = 0
256        ExplicitTop = 5        ExplicitTop = 32
257          ExplicitWidth = 58
258      end      end
259      object IWLabel4: TIWLabel      object IWLabel4: TIWLabel
260        Left = 1        Left = 1
261        Top = 144        Top = 90
262        Width = 149        Width = 120
263        Height = 16        Height = 16
       Cursor = crAuto  
264        Align = alBottom        Align = alBottom
       ParentShowHint = False  
       ShowHint = True  
       ZIndex = 0  
       RenderSize = True  
       StyleRenderOptions.RenderSize = True  
       StyleRenderOptions.RenderPosition = True  
       StyleRenderOptions.RenderFont = True  
       StyleRenderOptions.RenderZIndex = True  
       StyleRenderOptions.RenderVisibility = True  
       StyleRenderOptions.RenderStatus = True  
       StyleRenderOptions.RenderAbsolute = True  
       Alignment = taLeftJustify  
       BGColor = clNone  
265        Font.Color = clNone        Font.Color = clNone
266        Font.Size = 10        Font.Size = 10
267        Font.Style = []        Font.Style = []
       NoWrap = False  
       ConvertSpaces = False  
268        HasTabOrder = False        HasTabOrder = False
269        FriendlyName = 'IWLabel4'        FriendlyName = 'IWLabel4'
270        Caption = 'IWLabel4'        Caption = 'IWLabel4'
271        RawText = False        ExplicitLeft = 0
272        ExplicitLeft = 7        ExplicitTop = 32
273        ExplicitTop = 108        ExplicitWidth = 58
       ExplicitWidth = 141  
274      end      end
275      object IWImageFile1: TIWImageFile      object IWImage1: TIWImage
276        Left = 32        Left = 25
277        Top = 23        Top = 23
278        Width = 89        Width = 64
279        Height = 112        Height = 61
       Cursor = crAuto  
       ParentShowHint = False  
       ShowHint = True  
       ZIndex = 0  
280        RenderSize = False        RenderSize = False
281        StyleRenderOptions.RenderSize = False        StyleRenderOptions.RenderSize = False
       StyleRenderOptions.RenderPosition = True  
       StyleRenderOptions.RenderFont = True  
       StyleRenderOptions.RenderZIndex = True  
       StyleRenderOptions.RenderVisibility = True  
       StyleRenderOptions.RenderStatus = True  
       StyleRenderOptions.RenderAbsolute = True  
       BorderOptions.Color = clNone  
282        BorderOptions.Width = 0        BorderOptions.Width = 0
       DoSubmitValidation = True  
       ScriptEvents = <>  
283        TabOrder = -1        TabOrder = -1
284        UseSize = False        UseSize = False
285        Cacheable = True        FriendlyName = 'IWImage1'
286        FriendlyName = 'IWImageFile1'        TransparentColor = clNone
287          JpegOptions.CompressionQuality = 90
288          JpegOptions.Performance = jpBestSpeed
289          JpegOptions.ProgressiveEncoding = False
290          JpegOptions.Smoothing = True
291        end
292      end
293      object IWRegion3: TIWRegion
294        Left = 17
295        Top = 417
296        Width = 201
297        Height = 57
298        RenderInvisibleControls = True
299        BorderOptions.NumericWidth = 1
300        BorderOptions.BorderWidth = cbwNumeric
301        BorderOptions.Style = cbsSolid
302        BorderOptions.Color = clNone
303        object IWEdit1: TIWEdit
304          Left = 16
305          Top = 16
306          Width = 121
307          Height = 21
308          Font.Color = clNone
309          Font.Size = 10
310          Font.Style = []
311          FriendlyName = 'IWEdit1'
312          SubmitOnAsyncEvent = True
313          TabOrder = 1
314        end
315        object IWButton1: TIWButton
316          Left = 143
317          Top = 16
318          Width = 50
319          Height = 25
320          Caption = #26908#32034
321          Color = clBtnFace
322          Font.Color = clNone
323          Font.Size = 10
324          Font.Style = []
325          FriendlyName = 'IWButton1'
326          TabOrder = 2
327          OnClick = IWButton1Click
328      end      end
329    end    end
330    object IWRegion4: TIWRegion    object IWRegion4: TIWRegion
331      Left = 0      Left = 376
332      Top = 346      Top = 192
333      Width = 151      Width = 129
334      Height = 138      Height = 105
335      Cursor = crAuto      RenderInvisibleControls = True
     RenderInvisibleControls = False  
     TabOrder = 8  
336      BorderOptions.NumericWidth = 1      BorderOptions.NumericWidth = 1
337      BorderOptions.BorderWidth = cbwNumeric      BorderOptions.BorderWidth = cbwNumeric
338      BorderOptions.Style = cbsSolid      BorderOptions.Style = cbsSolid
339      BorderOptions.Color = clNone      BorderOptions.Color = clNone
340      Color = clNone      object IWEdit2: TIWEdit
341      ParentShowHint = False        Left = 24
342      ShowHint = True        Top = 21
343      ZIndex = 1000        Width = 81
344      Splitter = False        Height = 21
345      object IWLabel5: TIWLabel        Hint = 'EMAIL'
       Left = 1  
       Top = 1  
       Width = 149  
       Height = 16  
       Cursor = crAuto  
       Align = alTop  
       ParentShowHint = False  
       ShowHint = True  
       ZIndex = 0  
       RenderSize = True  
       StyleRenderOptions.RenderSize = True  
       StyleRenderOptions.RenderPosition = True  
       StyleRenderOptions.RenderFont = True  
       StyleRenderOptions.RenderZIndex = True  
       StyleRenderOptions.RenderVisibility = True  
       StyleRenderOptions.RenderStatus = True  
       StyleRenderOptions.RenderAbsolute = True  
       Alignment = taLeftJustify  
       BGColor = clWebRED  
346        Font.Color = clNone        Font.Color = clNone
347        Font.Size = 10        Font.Size = 10
348        Font.Style = []        Font.Style = []
349        NoWrap = False        FriendlyName = 'IWEdit2'
350        ConvertSpaces = False        SubmitOnAsyncEvent = True
351        HasTabOrder = False        TabOrder = 3
       FriendlyName = 'IWLabel5'  
       Caption = #26368#36817#12398#12372#27880#25991  
       RawText = False  
       ExplicitLeft = 5  
352      end      end
353      object IWList2: TIWList      object IWEdit3: TIWEdit
354        Left = 1        Left = 24
355        Top = 17        Top = 48
356        Width = 149        Width = 81
357        Height = 120        Height = 21
358        Cursor = crAuto        Hint = 'PASSWORD'
       Align = alClient  
       ParentShowHint = False  
       ShowHint = True  
       ZIndex = 0  
       RenderSize = True  
       StyleRenderOptions.RenderSize = True  
       StyleRenderOptions.RenderPosition = True  
       StyleRenderOptions.RenderFont = True  
       StyleRenderOptions.RenderZIndex = True  
       StyleRenderOptions.RenderVisibility = True  
       StyleRenderOptions.RenderStatus = True  
       StyleRenderOptions.RenderAbsolute = True  
       FriendlyName = 'IWList2'  
359        Font.Color = clNone        Font.Color = clNone
360        Font.Size = 10        Font.Size = 10
361        Font.Style = []        Font.Style = []
362        Numbered = False        FriendlyName = 'IWEdit3'
363        ExplicitLeft = 2        SubmitOnAsyncEvent = True
364        ExplicitTop = 13        TabOrder = 5
365          PasswordPrompt = True
366        end
367        object IWLink2: TIWLink
368          Left = 40
369          Top = 75
370          Width = 65
371          Height = 17
372          Alignment = taLeftJustify
373          Color = clNone
374          Font.Color = clNone
375          Font.Size = 10
376          Font.Style = [fsUnderline]
377          DoSubmitValidation = False
378          FriendlyName = 'IWLink2'
379          OnClick = IWLink2Click
380          TabOrder = 6
381          RawText = False
382          Caption = #12525#12464#12452#12531
383      end      end
384    end    end
385    object IWRegion2: TIWRegion    object IWRegion5: TIWRegion
386      Left = 465      Left = 375
387      Top = 167      Top = 332
388      Width = 121      Width = 129
389      Height = 60      Height = 60
390      Cursor = crAuto      RenderInvisibleControls = True
     RenderInvisibleControls = False  
391      BorderOptions.NumericWidth = 1      BorderOptions.NumericWidth = 1
392      BorderOptions.BorderWidth = cbwNumeric      BorderOptions.BorderWidth = cbwNumeric
393      BorderOptions.Style = cbsSolid      BorderOptions.Style = cbsSolid
394      BorderOptions.Color = clNone      BorderOptions.Color = clNone
395      Color = clNone      object IWLabel7: TIWLabel
     ParentShowHint = False  
     ShowHint = True  
     ZIndex = 0  
     Splitter = False  
     object IWLabel6: TIWLabel  
396        Left = 1        Left = 1
397        Top = 1        Top = 1
398        Width = 119        Width = 127
399        Height = 16        Height = 16
       Cursor = crAuto  
400        Align = alTop        Align = alTop
       ParentShowHint = False  
       ShowHint = True  
       ZIndex = 0  
       RenderSize = True  
       StyleRenderOptions.RenderSize = True  
       StyleRenderOptions.RenderPosition = True  
       StyleRenderOptions.RenderFont = True  
       StyleRenderOptions.RenderZIndex = True  
       StyleRenderOptions.RenderVisibility = True  
       StyleRenderOptions.RenderStatus = True  
       StyleRenderOptions.RenderAbsolute = True  
       Alignment = taLeftJustify  
       BGColor = clNone  
401        Font.Color = clNone        Font.Color = clNone
402        Font.Size = 10        Font.Size = 10
403        Font.Style = []        Font.Style = []
       NoWrap = False  
       ConvertSpaces = False  
404        HasTabOrder = False        HasTabOrder = False
405        FriendlyName = 'IWLabel6'        FriendlyName = 'IWLabel3'
406        Caption = #12458#12531#12521#12452#12531#12398#12362#23458#27096        Caption = #12458#12531#12521#12452#12531#12398#12362#23458#27096
407        RawText = False        ExplicitLeft = 8
       ExplicitLeft = -32  
408        ExplicitTop = 24        ExplicitTop = 24
409        ExplicitWidth = 58        ExplicitWidth = 106
410      end      end
411    end    end
412    object IWRegion6: TIWRegion    object IWRegion6: TIWRegion
413      Left = 393      Left = 376
414      Top = 376      Top = 414
415      Width = 192      Width = 127
416      Height = 51      Height = 60
417      Cursor = crAuto      RenderInvisibleControls = True
     RenderInvisibleControls = False  
418      BorderOptions.NumericWidth = 1      BorderOptions.NumericWidth = 1
419      BorderOptions.BorderWidth = cbwNumeric      BorderOptions.BorderWidth = cbwNumeric
420      BorderOptions.Style = cbsSolid      BorderOptions.Style = cbsSolid
421      BorderOptions.Color = clNone      BorderOptions.Color = clNone
422      Color = clNone      object IWLabel8: TIWLabel
423      ParentShowHint = False        Left = 1
424      ShowHint = True        Top = 1
425      ZIndex = 0        Width = 125
426      Splitter = False        Height = 16
427      object IWEdit1: TIWEdit        Align = alTop
       Left = 11  
       Top = 15  
       Width = 121  
       Height = 21  
       Cursor = crAuto  
       ParentShowHint = False  
       ShowHint = True  
       ZIndex = 0  
       RenderSize = True  
       StyleRenderOptions.RenderSize = True  
       StyleRenderOptions.RenderPosition = True  
       StyleRenderOptions.RenderFont = True  
       StyleRenderOptions.RenderZIndex = True  
       StyleRenderOptions.RenderVisibility = True  
       StyleRenderOptions.RenderStatus = True  
       StyleRenderOptions.RenderAbsolute = True  
       Alignment = taLeftJustify  
       BGColor = clNone  
       FocusColor = clNone  
       DoSubmitValidation = True  
       Editable = True  
       NonEditableAsLabel = True  
428        Font.Color = clNone        Font.Color = clNone
429        Font.Size = 10        Font.Size = 10
430        Font.Style = []        Font.Style = []
431        FriendlyName = 'IWEdit1'        HasTabOrder = False
432        MaxLength = 0        FriendlyName = 'IWLabel8'
433        ReadOnly = False        Caption = #12471#12519#12483#12500#12531#12464#12459#12540#12488
434        Required = False        ExplicitLeft = 0
435        ScriptEvents = <>        ExplicitTop = 24
436        SubmitOnAsyncEvent = True        ExplicitWidth = 118
       TabOrder = 0  
       PasswordPrompt = False  
437      end      end
438      object IWButton1: TIWButton      object IWList2: TIWList
439        Left = 138        Left = 1
440        Top = 15        Top = 17
441        Width = 43        Width = 125
442        Height = 25        Height = 25
443        Cursor = crAuto        Align = alClient
444        ParentShowHint = False        FriendlyName = 'IWList2'
       ShowHint = True  
       ZIndex = 0  
       RenderSize = True  
       StyleRenderOptions.RenderSize = True  
       StyleRenderOptions.RenderPosition = True  
       StyleRenderOptions.RenderFont = True  
       StyleRenderOptions.RenderZIndex = True  
       StyleRenderOptions.RenderVisibility = True  
       StyleRenderOptions.RenderStatus = True  
       StyleRenderOptions.RenderAbsolute = True  
       Caption = #26908#32034  
       DoSubmitValidation = True  
       Color = clBtnFace  
445        Font.Color = clNone        Font.Color = clNone
446        Font.Size = 10        Font.Size = 10
447        Font.Style = []        Font.Style = []
448        FriendlyName = 'IWButton1'        Numbered = False
449        ScriptEvents = <>        ExplicitLeft = 8
450        TabOrder = 1        ExplicitTop = 16
451        OnClick = IWButton1Click        ExplicitWidth = 116
452          ExplicitHeight = 24
453        end
454        object IWLink4: TIWLink
455          Left = 1
456          Top = 42
457          Width = 125
458          Height = 17
459          Align = alBottom
460          Alignment = taLeftJustify
461          Color = clNone
462          Font.Color = clNone
463          Font.Size = 10
464          Font.Style = [fsUnderline]
465          DoSubmitValidation = False
466          FriendlyName = 'IWLink4'
467          OnClick = IWLink4Click
468          TabOrder = 8
469          RawText = False
470          Caption = #12459#12540#12488#12395#31227#21205
471          ExplicitLeft = 32
472          ExplicitTop = 24
473          ExplicitWidth = 65
474      end      end
475    end    end
476    object IWRegion7: TIWRegion    object IWRegion7: TIWRegion
477      Left = 264      Left = 239
478      Top = 376      Top = 413
479      Width = 113      Width = 104
480      Height = 60      Height = 60
481      Cursor = crAuto      RenderInvisibleControls = True
     RenderInvisibleControls = False  
482      BorderOptions.NumericWidth = 1      BorderOptions.NumericWidth = 1
483      BorderOptions.BorderWidth = cbwNumeric      BorderOptions.BorderWidth = cbwNumeric
484      BorderOptions.Style = cbsSolid      BorderOptions.Style = cbsSolid
485      BorderOptions.Color = clNone      BorderOptions.Color = clNone
486      Color = clNone      object IWLabel5: TIWLabel
     ParentShowHint = False  
     ShowHint = True  
     ZIndex = 1000  
     Splitter = False  
     object IWLabel8: TIWLabel  
487        Left = 1        Left = 1
488        Top = 1        Top = 1
489        Width = 111        Width = 102
490        Height = 16        Height = 16
       Cursor = crAuto  
491        Align = alTop        Align = alTop
       ParentShowHint = False  
       ShowHint = True  
       ZIndex = 0  
       RenderSize = True  
       StyleRenderOptions.RenderSize = True  
       StyleRenderOptions.RenderPosition = True  
       StyleRenderOptions.RenderFont = True  
       StyleRenderOptions.RenderZIndex = True  
       StyleRenderOptions.RenderVisibility = True  
       StyleRenderOptions.RenderStatus = True  
       StyleRenderOptions.RenderAbsolute = True  
       Alignment = taLeftJustify  
       BGColor = clNone  
492        Font.Color = clNone        Font.Color = clNone
493        Font.Size = 10        Font.Size = 10
494        Font.Style = []        Font.Style = []
       NoWrap = False  
       ConvertSpaces = False  
495        HasTabOrder = False        HasTabOrder = False
496        FriendlyName = 'IWLabel8'        FriendlyName = 'IWLabel5'
497        Caption = #12471#12519#12483#12500#12531#12464#12459#12540#12488        Caption = #26368#36817#12398#12372#27880#25991
498        RawText = False        ExplicitLeft = -32
       ExplicitLeft = 0  
499        ExplicitTop = 24        ExplicitTop = 24
500        ExplicitWidth = 58        ExplicitWidth = 58
501      end      end
502      object IWList3: TIWList      object IWList3: TIWList
503        Left = 1        Left = 1
504        Top = 17        Top = 17
505        Width = 111        Width = 102
506        Height = 42        Height = 42
       Cursor = crAuto  
507        Align = alClient        Align = alClient
       ParentShowHint = False  
       ShowHint = True  
       ZIndex = 0  
       RenderSize = True  
       StyleRenderOptions.RenderSize = True  
       StyleRenderOptions.RenderPosition = True  
       StyleRenderOptions.RenderFont = True  
       StyleRenderOptions.RenderZIndex = True  
       StyleRenderOptions.RenderVisibility = True  
       StyleRenderOptions.RenderStatus = True  
       StyleRenderOptions.RenderAbsolute = True  
508        FriendlyName = 'IWList3'        FriendlyName = 'IWList3'
509        Font.Color = clNone        Font.Color = clNone
510        Font.Size = 10        Font.Size = 10
511        Font.Style = []        Font.Style = []
512        Numbered = False        Numbered = False
513        ExplicitLeft = 0        ExplicitLeft = -8
514        ExplicitTop = 16        ExplicitTop = 16
515        ExplicitWidth = 116        ExplicitWidth = 116
516        ExplicitHeight = 24        ExplicitHeight = 24
517      end      end
518    end    end
519    object IWTabControl1: TIWTabControl    inline IWFrame8: TIWFrame8
520      Left = 264      Left = 52
521      Top = 450      Top = 496
522      Width = 307      Width = 429
523      Height = 195      Height = 217
524      Cursor = crAuto      TabOrder = 7
525      RenderInvisibleControls = False      Visible = False
526      ActiveTabFont.Color = clWebWHITE      ExplicitLeft = 52
527      ActiveTabFont.FontFamily = 'sans-serif'      ExplicitTop = 496
528      ActiveTabFont.Size = 10      ExplicitHeight = 217
529      ActiveTabFont.Style = [fsBold]      inherited IWFrameRegion: TIWRegion
530      InactiveTabFont.Color = clWebBLACK        Height = 217
531      InactiveTabFont.FontFamily = 'sans-serif'        TabOrder = 7
532      InactiveTabFont.Size = 10        ExplicitHeight = 217
533      InactiveTabFont.Style = []        inherited IWImage1: TIWImage
534      ActiveTabColor = clWebDARKGRAY          Width = 97
535      InactiveTabColor = clWebLIGHTGRAY          Height = 129
536      ActivePage = 0          ExplicitWidth = 97
537      BorderOptions.NumericWidth = 0          ExplicitHeight = 129
     BorderOptions.BorderWidth = cbwNumeric  
     BorderOptions.Style = cbsNone  
     BorderOptions.Color = clNone  
     Color = clWebSILVER  
     ParentShowHint = False  
     ShowHint = True  
     ClipRegion = False  
     ZIndex = 0  
     DesignSize = (  
       307  
       195)  
     object IWTabControl1Page1: TIWTabPage  
       Left = 0  
       Top = 20  
       Width = 307  
       Height = 175  
       RenderInvisibleControls = False  
       TabOrder = 1  
       Title = 'Page1'  
       BorderOptions.NumericWidth = 0  
       BorderOptions.BorderWidth = cbwNumeric  
       BorderOptions.Style = cbsNone  
       BorderOptions.Color = clNone  
       Color = clWebWHITE  
       object IWText1: TIWText  
         Left = 104  
         Top = 24  
         Width = 121  
         Height = 121  
         Cursor = crAuto  
         ParentShowHint = False  
         ShowHint = True  
         ZIndex = 0  
         RenderSize = True  
         StyleRenderOptions.RenderSize = True  
         StyleRenderOptions.RenderPosition = True  
         StyleRenderOptions.RenderFont = True  
         StyleRenderOptions.RenderZIndex = True  
         StyleRenderOptions.RenderVisibility = True  
         StyleRenderOptions.RenderStatus = True  
         StyleRenderOptions.RenderAbsolute = True  
         BGColor = clNone  
         ConvertSpaces = False  
         Font.Color = clNone  
         Font.Size = 10  
         Font.Style = []  
         FriendlyName = 'IWText1'  
         Lines.Strings = (  
           'IWText1'  
           #12510#12452#12506#12540#12472)  
         RawText = False  
         UseFrame = False  
         WantReturns = True  
538        end        end
539      end        inherited IWDBLabel2: TIWDBLabel
540      object IWTabControl1Page0: TIWTabPage          Width = 44
541        Left = 3          DataField = 'STOCK'
542        Top = 24          ExplicitWidth = 44
543        Width = 307        end
544        Height = 175        inherited IWButton1: TIWButton
545        RenderInvisibleControls = False          OnClick = IWFrame8IWButton1Click
546        TabOrder = 0        end
547        Title = 'Page0'        inherited IWLink1: TIWLink
548        BorderOptions.NumericWidth = 0          OnClick = IWFrame8IWLink1Click
       BorderOptions.BorderWidth = cbwNumeric  
       BorderOptions.Style = cbsNone  
       BorderOptions.Color = clNone  
       Color = clWebWHITE  
       object IWGrid1: TIWGrid  
         Left = 66  
         Top = 18  
         Width = 188  
         Height = 127  
         Cursor = crAuto  
         ParentShowHint = False  
         ShowHint = True  
         ZIndex = 0  
         RenderSize = True  
         StyleRenderOptions.RenderSize = True  
         StyleRenderOptions.RenderPosition = True  
         StyleRenderOptions.RenderFont = True  
         StyleRenderOptions.RenderZIndex = True  
         StyleRenderOptions.RenderVisibility = True  
         StyleRenderOptions.RenderStatus = True  
         StyleRenderOptions.RenderAbsolute = True  
         BorderColors.Color = clNone  
         BorderColors.Light = clNone  
         BorderColors.Dark = clNone  
         BGColor = clNone  
         BorderSize = 0  
         BorderStyle = tfDefault  
         CellPadding = 0  
         CellSpacing = 0  
         Font.Color = clNone  
         Font.Size = 10  
         Font.Style = []  
         FrameBuffer = 40  
         Lines = tlAll  
         UseFrame = False  
         UseSize = True  
         FriendlyName = 'IWGrid1'  
         ColumnCount = 4  
         RowCount = 0  
         ShowEmptyCells = True  
         ShowInvisibleRows = True  
         ScrollToCurrentRow = False  
549        end        end
550      end      end
551    end    end
552    object IWRegion8: TIWRegion    inline IWFrame1: TIWFrame1
553      Left = 616      Left = -76
554      Top = 166      Top = 0
555      Width = 129      Width = 653
556      Height = 99      Height = 131
557      Cursor = crAuto      TabOrder = 8
558      RenderInvisibleControls = False      ExplicitLeft = -76
559      BorderOptions.NumericWidth = 1      inherited IWFrameRegion: TIWRegion
560      BorderOptions.BorderWidth = cbwNumeric        TabOrder = 13
561      BorderOptions.Style = cbsSolid        ExplicitWidth = 653
562      BorderOptions.Color = clNone        ExplicitHeight = 131
     Color = clNone  
     ParentShowHint = False  
     ShowHint = True  
     ZIndex = 0  
     Splitter = False  
     object IWEdit2: TIWEdit  
       Left = 24  
       Top = 16  
       Width = 89  
       Height = 21  
       Cursor = crAuto  
       Hint = 'e-mail'  
       ParentShowHint = False  
       ShowHint = True  
       ZIndex = 0  
       RenderSize = True  
       StyleRenderOptions.RenderSize = True  
       StyleRenderOptions.RenderPosition = True  
       StyleRenderOptions.RenderFont = True  
       StyleRenderOptions.RenderZIndex = True  
       StyleRenderOptions.RenderVisibility = True  
       StyleRenderOptions.RenderStatus = True  
       StyleRenderOptions.RenderAbsolute = True  
       Alignment = taLeftJustify  
       BGColor = clNone  
       FocusColor = clNone  
       DoSubmitValidation = True  
       Editable = True  
       NonEditableAsLabel = True  
       Font.Color = clNone  
       Font.Size = 10  
       Font.Style = []  
       FriendlyName = 'IWEdit2'  
       MaxLength = 0  
       ReadOnly = False  
       Required = False  
       ScriptEvents = <>  
       SubmitOnAsyncEvent = True  
       TabOrder = 4  
       PasswordPrompt = False  
     end  
     object IWEdit3: TIWEdit  
       Left = 24  
       Top = 43  
       Width = 89  
       Height = 21  
       Cursor = crAuto  
       Hint = 'passrowd'  
       ParentShowHint = False  
       ShowHint = True  
       ZIndex = 0  
       RenderSize = True  
       StyleRenderOptions.RenderSize = True  
       StyleRenderOptions.RenderPosition = True  
       StyleRenderOptions.RenderFont = True  
       StyleRenderOptions.RenderZIndex = True  
       StyleRenderOptions.RenderVisibility = True  
       StyleRenderOptions.RenderStatus = True  
       StyleRenderOptions.RenderAbsolute = True  
       Alignment = taLeftJustify  
       BGColor = clNone  
       FocusColor = clNone  
       DoSubmitValidation = True  
       Editable = True  
       NonEditableAsLabel = True  
       Font.Color = clNone  
       Font.Size = 10  
       Font.Style = []  
       FriendlyName = 'IWEdit3'  
       MaxLength = 0  
       ReadOnly = False  
       Required = False  
       ScriptEvents = <>  
       SubmitOnAsyncEvent = True  
       TabOrder = 5  
       PasswordPrompt = True  
     end  
     object IWLink1: TIWLink  
       Left = 40  
       Top = 70  
       Width = 65  
       Height = 17  
       Cursor = crAuto  
       ParentShowHint = False  
       ShowHint = True  
       ZIndex = 0  
       RenderSize = True  
       StyleRenderOptions.RenderSize = True  
       StyleRenderOptions.RenderPosition = True  
       StyleRenderOptions.RenderFont = True  
       StyleRenderOptions.RenderZIndex = True  
       StyleRenderOptions.RenderVisibility = True  
       StyleRenderOptions.RenderStatus = True  
       StyleRenderOptions.RenderAbsolute = True  
       Alignment = taLeftJustify  
       Color = clNone  
       Font.Color = clNone  
       Font.Size = 10  
       Font.Style = [fsUnderline]  
       ScriptEvents = <>  
       DoSubmitValidation = False  
       FriendlyName = 'IWLink1'  
       OnClick = IWLink1Click  
       TabOrder = 7  
       RawText = False  
       Caption = #12525#12464#12452#12531  
563      end      end
564    end    end
565    object IWTemplateProcessorHTML1: TIWTemplateProcessorHTML    object IWTemplateProcessorHTML1: TIWTemplateProcessorHTML
     Enabled = False  
566      TagType = ttIntraWeb      TagType = ttIntraWeb
567      RenderStyles = True      Templates.Default = 'toppage.htm'
568      Left = 288      Left = 256
569      Top = 224      Top = 224
570    end    end
571  end  end

Legend:
Removed from v.1  
changed lines
  Added in v.15

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