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 5 by yamat0jp, Tue Dec 29 08:41:54 2015 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 = 400
65        Top = 120
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 = 377
106        Top = 21
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 = 152
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 = 10
136      RawText = False      RawText = False
137      Caption = #12518#12540#12470#12540#30331#37682      Caption = #36864#20250
138    end    end
139    inline IWFrame1: TIWFrame1    inline IWFrame1: TIWFrame1
140      Left = 0      Left = 0
141      Top = 0      Top = 0
142      Width = 588      Width = 343
143      Height = 161      Height = 169
144      TabOrder = 0      TabOrder = 0
     ExplicitWidth = 588  
     ExplicitHeight = 161  
145      inherited IWFrameRegion: TIWRegion      inherited IWFrameRegion: TIWRegion
146        Width = 588        TabOrder = 7
       Height = 161  
       TabOrder = 8  
       ZIndex = 0  
       ExplicitWidth = 588  
       ExplicitHeight = 161  
       inherited IWImageFile1: TIWImageFile  
         Width = 586  
         Height = 159  
         ExplicitLeft = 1  
         ExplicitTop = 2  
         ExplicitWidth = 586  
         ExplicitHeight = 159  
       end  
147      end      end
148    end    end
149    object IWRegion1: TIWRegion    object IWRegion1: TIWRegion
150      Left = 1      Left = 16
151      Top = 161      Top = 192
152      Width = 151      Width = 122
153      Height = 185      Height = 97
154      Cursor = crAuto      RenderInvisibleControls = True
     RenderInvisibleControls = False  
     TabOrder = 6  
155      BorderOptions.NumericWidth = 1      BorderOptions.NumericWidth = 1
156      BorderOptions.BorderWidth = cbwNumeric      BorderOptions.BorderWidth = cbwNumeric
157      BorderOptions.Style = cbsSolid      BorderOptions.Style = cbsSolid
158      BorderOptions.Color = clNone      BorderOptions.Color = clNone
159      Color = clNone      object IWLabel2: TIWLabel
     ParentShowHint = False  
     ShowHint = True  
     ZIndex = 1000  
     Splitter = False  
     object IWLabel1: TIWLabel  
160        Left = 1        Left = 1
161        Top = 1        Top = 1
162        Width = 149        Width = 120
163        Height = 16        Height = 16
       Cursor = crAuto  
164        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  
165        Font.Color = clNone        Font.Color = clNone
166        Font.Size = 10        Font.Size = 10
167        Font.Style = []        Font.Style = []
       NoWrap = False  
       ConvertSpaces = False  
168        HasTabOrder = False        HasTabOrder = False
169        FriendlyName = 'IWLabel1'        FriendlyName = 'IWLabel2'
170        Caption = #12459#12486#12468#12522        Caption = #12459#12486#12468#12522
171        RawText = False        ExplicitLeft = 0
172        ExplicitLeft = 10        ExplicitTop = 40
173          ExplicitWidth = 58
174      end      end
175      object IWList1: TIWList      object IWList1: TIWList
176        Left = 1        Left = 1
177        Top = 17        Top = 17
178        Width = 149        Width = 120
179        Height = 167        Height = 79
       Cursor = crAuto  
180        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  
181        FriendlyName = 'IWList1'        FriendlyName = 'IWList1'
182        Font.Color = clNone        Font.Color = clNone
183        Font.Size = 10        Font.Size = 10
184        Font.Style = []        Font.Style = []
185        Numbered = False        Numbered = False
186        ExplicitLeft = 3        ExplicitLeft = 8
187        ExplicitTop = 12        ExplicitTop = 48
188          ExplicitWidth = 116
189          ExplicitHeight = 24
190      end      end
191    end    end
192    object IWRegion3: TIWRegion    object IWRegion2: TIWRegion
193      Left = 1      Left = 16
194      Top = 484      Top = 304
195      Width = 151      Width = 122
196      Height = 161      Height = 107
197      Cursor = crAuto      RenderInvisibleControls = True
     RenderInvisibleControls = False  
     TabOrder = 7  
198      BorderOptions.NumericWidth = 1      BorderOptions.NumericWidth = 1
199      BorderOptions.BorderWidth = cbwNumeric      BorderOptions.BorderWidth = cbwNumeric
200      BorderOptions.Style = cbsSolid      BorderOptions.Style = cbsSolid
201      BorderOptions.Color = clNone      BorderOptions.Color = clNone
     Color = clNone  
     ParentShowHint = False  
     ShowHint = True  
     ZIndex = 1000  
     Splitter = False  
202      object IWLabel3: TIWLabel      object IWLabel3: TIWLabel
203        Left = 1        Left = 1
204        Top = 1        Top = 1
205        Width = 149        Width = 120
206        Height = 16        Height = 16
       Cursor = crAuto  
207        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  
208        Font.Color = clNone        Font.Color = clNone
209        Font.Size = 10        Font.Size = 10
210        Font.Style = []        Font.Style = []
       NoWrap = False  
       ConvertSpaces = False  
211        HasTabOrder = False        HasTabOrder = False
212        FriendlyName = 'IWLabel3'        FriendlyName = 'IWLabel3'
213        Caption = #26032#30528#21830#21697        Caption = #26032#30528#21830#21697
214        RawText = False        ExplicitLeft = 0
215        ExplicitTop = 5        ExplicitTop = 32
216          ExplicitWidth = 58
217      end      end
218      object IWLabel4: TIWLabel      object IWLabel4: TIWLabel
219        Left = 1        Left = 1
220        Top = 144        Top = 90
221        Width = 149        Width = 120
222        Height = 16        Height = 16
       Cursor = crAuto  
223        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  
224        Font.Color = clNone        Font.Color = clNone
225        Font.Size = 10        Font.Size = 10
226        Font.Style = []        Font.Style = []
       NoWrap = False  
       ConvertSpaces = False  
227        HasTabOrder = False        HasTabOrder = False
228        FriendlyName = 'IWLabel4'        FriendlyName = 'IWLabel4'
229        Caption = 'IWLabel4'        Caption = 'IWLabel4'
230        RawText = False        ExplicitLeft = 0
231        ExplicitLeft = 7        ExplicitTop = 32
232        ExplicitTop = 108        ExplicitWidth = 58
       ExplicitWidth = 141  
233      end      end
234      object IWImageFile1: TIWImageFile      object IWImage1: TIWImage
235        Left = 32        Left = 25
236        Top = 23        Top = 23
237        Width = 89        Width = 64
238        Height = 112        Height = 61
       Cursor = crAuto  
       ParentShowHint = False  
       ShowHint = True  
       ZIndex = 0  
239        RenderSize = False        RenderSize = False
240        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  
241        BorderOptions.Width = 0        BorderOptions.Width = 0
       DoSubmitValidation = True  
       ScriptEvents = <>  
242        TabOrder = -1        TabOrder = -1
243        UseSize = False        UseSize = False
244        Cacheable = True        FriendlyName = 'IWImage1'
245        FriendlyName = 'IWImageFile1'        TransparentColor = clNone
246          JpegOptions.CompressionQuality = 90
247          JpegOptions.Performance = jpBestSpeed
248          JpegOptions.ProgressiveEncoding = False
249          JpegOptions.Smoothing = True
250        end
251      end
252      object IWRegion3: TIWRegion
253        Left = 17
254        Top = 417
255        Width = 201
256        Height = 57
257        RenderInvisibleControls = True
258        BorderOptions.NumericWidth = 1
259        BorderOptions.BorderWidth = cbwNumeric
260        BorderOptions.Style = cbsSolid
261        BorderOptions.Color = clNone
262        object IWEdit1: TIWEdit
263          Left = 16
264          Top = 16
265          Width = 121
266          Height = 21
267          Font.Color = clNone
268          Font.Size = 10
269          Font.Style = []
270          FriendlyName = 'IWEdit1'
271          SubmitOnAsyncEvent = True
272          TabOrder = 1
273        end
274        object IWButton1: TIWButton
275          Left = 143
276          Top = 16
277          Width = 50
278          Height = 25
279          Caption = #26908#32034
280          Color = clBtnFace
281          Font.Color = clNone
282          Font.Size = 10
283          Font.Style = []
284          FriendlyName = 'IWButton1'
285          TabOrder = 3
286          OnClick = IWButton1Click
287      end      end
288    end    end
289    object IWRegion4: TIWRegion    object IWRegion4: TIWRegion
290      Left = 0      Left = 376
291      Top = 346      Top = 192
292      Width = 151      Width = 129
293      Height = 138      Height = 105
294      Cursor = crAuto      RenderInvisibleControls = True
     RenderInvisibleControls = False  
     TabOrder = 8  
295      BorderOptions.NumericWidth = 1      BorderOptions.NumericWidth = 1
296      BorderOptions.BorderWidth = cbwNumeric      BorderOptions.BorderWidth = cbwNumeric
297      BorderOptions.Style = cbsSolid      BorderOptions.Style = cbsSolid
298      BorderOptions.Color = clNone      BorderOptions.Color = clNone
299      Color = clNone      object IWEdit2: TIWEdit
300      ParentShowHint = False        Left = 24
301      ShowHint = True        Top = 21
302      ZIndex = 1000        Width = 81
303      Splitter = False        Height = 21
304      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  
305        Font.Color = clNone        Font.Color = clNone
306        Font.Size = 10        Font.Size = 10
307        Font.Style = []        Font.Style = []
308        NoWrap = False        FriendlyName = 'IWEdit2'
309        ConvertSpaces = False        SubmitOnAsyncEvent = True
310        HasTabOrder = False        TabOrder = 4
       FriendlyName = 'IWLabel5'  
       Caption = #26368#36817#12398#12372#27880#25991  
       RawText = False  
       ExplicitLeft = 5  
311      end      end
312      object IWList2: TIWList      object IWEdit3: TIWEdit
313        Left = 1        Left = 24
314        Top = 17        Top = 48
315        Width = 149        Width = 81
316        Height = 120        Height = 21
317        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'  
318        Font.Color = clNone        Font.Color = clNone
319        Font.Size = 10        Font.Size = 10
320        Font.Style = []        Font.Style = []
321        Numbered = False        FriendlyName = 'IWEdit3'
322        ExplicitLeft = 2        SubmitOnAsyncEvent = True
323        ExplicitTop = 13        TabOrder = 5
324          PasswordPrompt = True
325        end
326        object IWLink2: TIWLink
327          Left = 40
328          Top = 75
329          Width = 65
330          Height = 17
331          Alignment = taLeftJustify
332          Color = clNone
333          Font.Color = clNone
334          Font.Size = 10
335          Font.Style = [fsUnderline]
336          DoSubmitValidation = False
337          FriendlyName = 'IWLink2'
338          OnClick = IWLink2Click
339          TabOrder = 6
340          RawText = False
341          Caption = #12525#12464#12452#12531
342      end      end
343    end    end
344    object IWRegion2: TIWRegion    object IWRegion5: TIWRegion
345      Left = 465      Left = 375
346      Top = 167      Top = 332
347      Width = 121      Width = 129
348      Height = 60      Height = 60
349      Cursor = crAuto      RenderInvisibleControls = True
     RenderInvisibleControls = False  
350      BorderOptions.NumericWidth = 1      BorderOptions.NumericWidth = 1
351      BorderOptions.BorderWidth = cbwNumeric      BorderOptions.BorderWidth = cbwNumeric
352      BorderOptions.Style = cbsSolid      BorderOptions.Style = cbsSolid
353      BorderOptions.Color = clNone      BorderOptions.Color = clNone
354      Color = clNone      object IWLabel7: TIWLabel
     ParentShowHint = False  
     ShowHint = True  
     ZIndex = 0  
     Splitter = False  
     object IWLabel6: TIWLabel  
355        Left = 1        Left = 1
356        Top = 1        Top = 1
357        Width = 119        Width = 127
358        Height = 16        Height = 16
       Cursor = crAuto  
359        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  
360        Font.Color = clNone        Font.Color = clNone
361        Font.Size = 10        Font.Size = 10
362        Font.Style = []        Font.Style = []
       NoWrap = False  
       ConvertSpaces = False  
363        HasTabOrder = False        HasTabOrder = False
364        FriendlyName = 'IWLabel6'        FriendlyName = 'IWLabel3'
365        Caption = #12458#12531#12521#12452#12531#12398#12362#23458#27096        Caption = #12458#12531#12521#12452#12531#12398#12362#23458#27096
366        RawText = False        ExplicitLeft = 8
       ExplicitLeft = -32  
367        ExplicitTop = 24        ExplicitTop = 24
368        ExplicitWidth = 58        ExplicitWidth = 106
369      end      end
370    end    end
371    object IWRegion6: TIWRegion    object IWRegion6: TIWRegion
372      Left = 393      Left = 376
373      Top = 376      Top = 414
374      Width = 192      Width = 127
375      Height = 51      Height = 60
376      Cursor = crAuto      RenderInvisibleControls = True
     RenderInvisibleControls = False  
377      BorderOptions.NumericWidth = 1      BorderOptions.NumericWidth = 1
378      BorderOptions.BorderWidth = cbwNumeric      BorderOptions.BorderWidth = cbwNumeric
379      BorderOptions.Style = cbsSolid      BorderOptions.Style = cbsSolid
380      BorderOptions.Color = clNone      BorderOptions.Color = clNone
381      Color = clNone      object IWLabel8: TIWLabel
382      ParentShowHint = False        Left = 1
383      ShowHint = True        Top = 1
384      ZIndex = 0        Width = 125
385      Splitter = False        Height = 16
386      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  
387        Font.Color = clNone        Font.Color = clNone
388        Font.Size = 10        Font.Size = 10
389        Font.Style = []        Font.Style = []
390        FriendlyName = 'IWEdit1'        HasTabOrder = False
391        MaxLength = 0        FriendlyName = 'IWLabel8'
392        ReadOnly = False        Caption = #12471#12519#12483#12500#12531#12464#12459#12540#12488
393        Required = False        ExplicitLeft = 0
394        ScriptEvents = <>        ExplicitTop = 24
395        SubmitOnAsyncEvent = True        ExplicitWidth = 118
       TabOrder = 0  
       PasswordPrompt = False  
396      end      end
397      object IWButton1: TIWButton      object IWList2: TIWList
398        Left = 138        Left = 1
399        Top = 15        Top = 17
400        Width = 43        Width = 125
401        Height = 25        Height = 25
402        Cursor = crAuto        Align = alClient
403        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  
404        Font.Color = clNone        Font.Color = clNone
405        Font.Size = 10        Font.Size = 10
406        Font.Style = []        Font.Style = []
407        FriendlyName = 'IWButton1'        Numbered = False
408        ScriptEvents = <>        ExplicitLeft = 8
409        TabOrder = 1        ExplicitTop = 16
410        OnClick = IWButton1Click        ExplicitWidth = 116
411          ExplicitHeight = 24
412        end
413        object IWLink4: TIWLink
414          Left = 1
415          Top = 42
416          Width = 125
417          Height = 17
418          Align = alBottom
419          Alignment = taLeftJustify
420          Color = clNone
421          Font.Color = clNone
422          Font.Size = 10
423          Font.Style = [fsUnderline]
424          DoSubmitValidation = False
425          FriendlyName = 'IWLink4'
426          OnClick = IWLink4Click
427          TabOrder = 12
428          RawText = False
429          Caption = #12459#12540#12488#12395#31227#21205
430          ExplicitLeft = 32
431          ExplicitTop = 24
432          ExplicitWidth = 65
433      end      end
434    end    end
435    object IWRegion7: TIWRegion    object IWRegion7: TIWRegion
436      Left = 264      Left = 239
437      Top = 376      Top = 413
438      Width = 113      Width = 104
439      Height = 60      Height = 60
440      Cursor = crAuto      RenderInvisibleControls = True
     RenderInvisibleControls = False  
441      BorderOptions.NumericWidth = 1      BorderOptions.NumericWidth = 1
442      BorderOptions.BorderWidth = cbwNumeric      BorderOptions.BorderWidth = cbwNumeric
443      BorderOptions.Style = cbsSolid      BorderOptions.Style = cbsSolid
444      BorderOptions.Color = clNone      BorderOptions.Color = clNone
445      Color = clNone      object IWLabel5: TIWLabel
     ParentShowHint = False  
     ShowHint = True  
     ZIndex = 1000  
     Splitter = False  
     object IWLabel8: TIWLabel  
446        Left = 1        Left = 1
447        Top = 1        Top = 1
448        Width = 111        Width = 102
449        Height = 16        Height = 16
       Cursor = crAuto  
450        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  
451        Font.Color = clNone        Font.Color = clNone
452        Font.Size = 10        Font.Size = 10
453        Font.Style = []        Font.Style = []
       NoWrap = False  
       ConvertSpaces = False  
454        HasTabOrder = False        HasTabOrder = False
455        FriendlyName = 'IWLabel8'        FriendlyName = 'IWLabel5'
456        Caption = #12471#12519#12483#12500#12531#12464#12459#12540#12488        Caption = #26368#36817#12398#12372#27880#25991
457        RawText = False        ExplicitLeft = -32
       ExplicitLeft = 0  
458        ExplicitTop = 24        ExplicitTop = 24
459        ExplicitWidth = 58        ExplicitWidth = 58
460      end      end
461      object IWList3: TIWList      object IWList3: TIWList
462        Left = 1        Left = 1
463        Top = 17        Top = 17
464        Width = 111        Width = 102
465        Height = 42        Height = 42
       Cursor = crAuto  
466        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  
467        FriendlyName = 'IWList3'        FriendlyName = 'IWList3'
468        Font.Color = clNone        Font.Color = clNone
469        Font.Size = 10        Font.Size = 10
470        Font.Style = []        Font.Style = []
471        Numbered = False        Numbered = False
472        ExplicitLeft = 0        ExplicitLeft = -8
473        ExplicitTop = 16        ExplicitTop = 16
474        ExplicitWidth = 116        ExplicitWidth = 116
475        ExplicitHeight = 24        ExplicitHeight = 24
476      end      end
477    end    end
478    object IWTabControl1: TIWTabControl    inline IWFrame8: TIWFrame8
479      Left = 264      Left = 52
480      Top = 450      Top = 496
481      Width = 307      Width = 429
482      Height = 195      Height = 217
483      Cursor = crAuto      TabOrder = 8
484      RenderInvisibleControls = False      Visible = False
485      ActiveTabFont.Color = clWebWHITE      ExplicitLeft = 52
486      ActiveTabFont.FontFamily = 'sans-serif'      ExplicitTop = 496
487      ActiveTabFont.Size = 10      ExplicitHeight = 217
488      ActiveTabFont.Style = [fsBold]      inherited IWFrameRegion: TIWRegion
489      InactiveTabFont.Color = clWebBLACK        Height = 217
490      InactiveTabFont.FontFamily = 'sans-serif'        TabOrder = 9
491      InactiveTabFont.Size = 10        ExplicitHeight = 217
492      InactiveTabFont.Style = []        inherited IWButton1: TIWButton
493      ActiveTabColor = clWebDARKGRAY          OnClick = IWFrame8IWButton1Click
     InactiveTabColor = clWebLIGHTGRAY  
     ActivePage = 0  
     BorderOptions.NumericWidth = 0  
     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  
494        end        end
495      end        inherited IWLink1: TIWLink
496      object IWTabControl1Page0: TIWTabPage          OnClick = IWFrame8IWLink1Click
       Left = 3  
       Top = 24  
       Width = 307  
       Height = 175  
       RenderInvisibleControls = False  
       TabOrder = 0  
       Title = 'Page0'  
       BorderOptions.NumericWidth = 0  
       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  
497        end        end
498      end      end
499    end    end
   object IWRegion8: TIWRegion  
     Left = 616  
     Top = 166  
     Width = 129  
     Height = 99  
     Cursor = crAuto  
     RenderInvisibleControls = False  
     BorderOptions.NumericWidth = 1  
     BorderOptions.BorderWidth = cbwNumeric  
     BorderOptions.Style = cbsSolid  
     BorderOptions.Color = clNone  
     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  
     end  
   end  
500    object IWTemplateProcessorHTML1: TIWTemplateProcessorHTML    object IWTemplateProcessorHTML1: TIWTemplateProcessorHTML
     Enabled = False  
501      TagType = ttIntraWeb      TagType = ttIntraWeb
502      RenderStyles = True      Templates.Default = 'toppage.htm'
503      Left = 288      Left = 256
504      Top = 224      Top = 224
505    end    end
506  end  end

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

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