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 3 by yamat0jp, Sat Dec 26 07:30:17 2015 UTC revision 15 by yamat0jp, Fri Aug 5 10:33:26 2016 UTC
# Line 2  object IWForm1: TIWForm1 Line 2  object IWForm1: TIWForm1
2    Left = 0    Left = 0
3    Top = 0    Top = 0
4    Width = 577    Width = 577
5    Height = 493    Height = 716
6    RenderInvisibleControls = True    RenderInvisibleControls = False
7    OnRender = IWAppFormRender    OnRender = IWAppFormRender
8    AllowPageAccess = True    AllowPageAccess = True
9    ConnectionMode = cmAny    ConnectionMode = cmAny
# Line 61  object IWForm1: TIWForm1 Line 61  object IWForm1: TIWForm1
61      Caption = #12518#12540#12470#12540#30331#37682      Caption = #12518#12540#12470#12540#30331#37682
62    end    end
63    object IWLabel6: TIWLabel    object IWLabel6: TIWLabel
64      Left = 400      Left = 329
65      Top = 120      Top = 143
66      Width = 49      Width = 49
67      Height = 16      Height = 16
68      Font.Color = clNone      Font.Color = clNone
# Line 73  object IWForm1: TIWForm1 Line 73  object IWForm1: TIWForm1
73      Caption = #26908#32034#20013      Caption = #26908#32034#20013
74    end    end
75    object IWGrid1: TIWGrid    object IWGrid1: TIWGrid
76      Left = 144      Left = 52
77      Top = 214      Top = 240
78      Width = 300      Width = 429
79      Height = 150      Height = 150
80      BorderColors.Color = clNone      BorderColors.Color = clNone
81      BorderColors.Light = clNone      BorderColors.Light = clNone
82      BorderColors.Dark = clNone      BorderColors.Dark = clNone
83      BGColor = clNone      BGColor = clNone
84      BorderSize = 0      BorderSize = 2
85      BorderStyle = tfDefault      BorderStyle = tfDefault
86      Caption = 'IWGrid1'      Caption = #21830#21697#19968#35239
87      CellPadding = 0      CellPadding = 10
88      CellSpacing = 0      CellSpacing = 10
89      Font.Color = clNone      Font.Color = clNone
90      Font.Size = 10      Font.Size = 10
91      Font.Style = []      Font.Style = []
# Line 95  object IWForm1: TIWForm1 Line 95  object IWForm1: TIWForm1
95      UseSize = True      UseSize = True
96      FriendlyName = 'IWGrid1'      FriendlyName = 'IWGrid1'
97      ColumnCount = 4      ColumnCount = 4
98        OnCellClick = IWGrid1CellClick
99      RowCount = 1      RowCount = 1
100      ShowEmptyCells = True      ShowEmptyCells = True
101      ShowInvisibleRows = True      ShowInvisibleRows = True
102      ScrollToCurrentRow = False      ScrollToCurrentRow = False
103    end    end
104    object IWText1: TIWText    object IWText1: TIWText
105      Left = 377      Left = 41
106      Top = 21      Top = 136
107      Width = 145      Width = 145
108      Height = 93      Height = 36
109      BGColor = clNone      BGColor = clNone
110      ConvertSpaces = False      ConvertSpaces = False
111      Font.Color = clNone      Font.Color = clNone
# Line 112  object IWForm1: TIWForm1 Line 113  object IWForm1: TIWForm1
113      Font.Style = []      Font.Style = []
114      FriendlyName = 'IWText1'      FriendlyName = 'IWText1'
115      Lines.Strings = (      Lines.Strings = (
116        'IWText1')        #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      UseFrame = False
120      WantReturns = True      WantReturns = True
121    end    end
122    inline IWFrame1: TIWFrame1    object IWLink3: TIWLink
123      Left = 0      Left = 400
124      Top = 0      Top = 142
125      Width = 343      Width = 65
126      Height = 169      Height = 17
127      TabOrder = 0      Alignment = taLeftJustify
128      inherited IWFrameRegion: TIWRegion      Color = clNone
129        TabOrder = 7      Font.Color = clNone
130      end      Font.Size = 10
131        Font.Style = [fsUnderline]
132        DoSubmitValidation = False
133        FriendlyName = 'IWLink3'
134        OnClick = IWLink3Click
135        TabOrder = 9
136        RawText = False
137        Caption = #30331#37682#24773#22577
138      end
139      object IWLink5: TIWLink
140        Left = 375
141        Top = 165
142        Width = 127
143        Height = 17
144        Alignment = taLeftJustify
145        Color = clNone
146        Font.Color = clNone
147        Font.Size = 10
148        Font.Style = [fsUnderline]
149        DoSubmitValidation = False
150        FriendlyName = 'IWLink5'
151        OnClick = IWLink5Click
152        TabOrder = 10
153        RawText = False
154        Caption = #12497#12473#12527#12540#12489#12362#24536#12428#12398#26041
155      end
156      object IWLink6: TIWLink
157        Left = 509
158        Top = 504
159        Width = 65
160        Height = 17
161        Alignment = taLeftJustify
162        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 = 16      Left = 16
# Line 212  object IWForm1: TIWForm1 Line 272  object IWForm1: TIWForm1
272        ExplicitTop = 32        ExplicitTop = 32
273        ExplicitWidth = 58        ExplicitWidth = 58
274      end      end
275      object IWImageFile1: TIWImageFile      object IWImage1: TIWImage
276        Left = 25        Left = 25
277        Top = 23        Top = 23
278        Width = 64        Width = 64
# Line 222  object IWForm1: TIWForm1 Line 282  object IWForm1: TIWForm1
282        BorderOptions.Width = 0        BorderOptions.Width = 0
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      end
292    end    end
293    object IWRegion3: TIWRegion    object IWRegion3: TIWRegion
# Line 246  object IWForm1: TIWForm1 Line 310  object IWForm1: TIWForm1
310        Font.Style = []        Font.Style = []
311        FriendlyName = 'IWEdit1'        FriendlyName = 'IWEdit1'
312        SubmitOnAsyncEvent = True        SubmitOnAsyncEvent = True
313        TabOrder = 2        TabOrder = 1
314      end      end
315      object IWButton1: TIWButton      object IWButton1: TIWButton
316        Left = 143        Left = 143
# Line 259  object IWForm1: TIWForm1 Line 323  object IWForm1: TIWForm1
323        Font.Size = 10        Font.Size = 10
324        Font.Style = []        Font.Style = []
325        FriendlyName = 'IWButton1'        FriendlyName = 'IWButton1'
326        TabOrder = 3        TabOrder = 2
327        OnClick = IWButton1Click        OnClick = IWButton1Click
328      end      end
329    end    end
# Line 284  object IWForm1: TIWForm1 Line 348  object IWForm1: TIWForm1
348        Font.Style = []        Font.Style = []
349        FriendlyName = 'IWEdit2'        FriendlyName = 'IWEdit2'
350        SubmitOnAsyncEvent = True        SubmitOnAsyncEvent = True
351        TabOrder = 4        TabOrder = 3
352      end      end
353      object IWEdit3: TIWEdit      object IWEdit3: TIWEdit
354        Left = 24        Left = 24
# Line 375  object IWForm1: TIWForm1 Line 439  object IWForm1: TIWForm1
439        Left = 1        Left = 1
440        Top = 17        Top = 17
441        Width = 125        Width = 125
442        Height = 42        Height = 25
443        Align = alClient        Align = alClient
444        FriendlyName = 'IWList2'        FriendlyName = 'IWList2'
445        Font.Color = clNone        Font.Color = clNone
# Line 387  object IWForm1: TIWForm1 Line 451  object IWForm1: TIWForm1
451        ExplicitWidth = 116        ExplicitWidth = 116
452        ExplicitHeight = 24        ExplicitHeight = 24
453      end      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
475    end    end
476    object IWRegion7: TIWRegion    object IWRegion7: TIWRegion
477      Left = 239      Left = 239
# Line 431  object IWForm1: TIWForm1 Line 516  object IWForm1: TIWForm1
516        ExplicitHeight = 24        ExplicitHeight = 24
517      end      end
518    end    end
519      inline IWFrame8: TIWFrame8
520        Left = 52
521        Top = 496
522        Width = 429
523        Height = 217
524        TabOrder = 7
525        Visible = False
526        ExplicitLeft = 52
527        ExplicitTop = 496
528        ExplicitHeight = 217
529        inherited IWFrameRegion: TIWRegion
530          Height = 217
531          TabOrder = 7
532          ExplicitHeight = 217
533          inherited IWImage1: TIWImage
534            Width = 97
535            Height = 129
536            ExplicitWidth = 97
537            ExplicitHeight = 129
538          end
539          inherited IWDBLabel2: TIWDBLabel
540            Width = 44
541            DataField = 'STOCK'
542            ExplicitWidth = 44
543          end
544          inherited IWButton1: TIWButton
545            OnClick = IWFrame8IWButton1Click
546          end
547          inherited IWLink1: TIWLink
548            OnClick = IWFrame8IWLink1Click
549          end
550        end
551      end
552      inline IWFrame1: TIWFrame1
553        Left = -76
554        Top = 0
555        Width = 653
556        Height = 131
557        TabOrder = 8
558        ExplicitLeft = -76
559        inherited IWFrameRegion: TIWRegion
560          TabOrder = 13
561          ExplicitWidth = 653
562          ExplicitHeight = 131
563        end
564      end
565    object IWTemplateProcessorHTML1: TIWTemplateProcessorHTML    object IWTemplateProcessorHTML1: TIWTemplateProcessorHTML
566      TagType = ttIntraWeb      TagType = ttIntraWeb
567      Templates.Default = 'toppage.htm'      Templates.Default = 'toppage.htm'

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

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