Develop and Download Open Source Software

Browse Subversion Repository

Diff of /Unit5.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 10 by yamat0jp, Sat Jan 16 23:06:35 2016 UTC
# Line 4  object IWForm3: TIWForm3 Line 4  object IWForm3: TIWForm3
4    Width = 555    Width = 555
5    Height = 400    Height = 400
6    RenderInvisibleControls = False    RenderInvisibleControls = False
7      OnRender = IWAppFormRender
8    AllowPageAccess = True    AllowPageAccess = True
9    ConnectionMode = cmAny    ConnectionMode = cmAny
10      OnCreate = IWAppFormCreate
11    Background.Fixed = False    Background.Fixed = False
   LayoutMgr = IWTemplateProcessorHTML1  
12    HandleTabs = False    HandleTabs = False
13    LeftToRight = True    LeftToRight = True
14    LockUntilLoaded = True    LockUntilLoaded = True
# Line 21  object IWForm3: TIWForm3 Line 22  object IWForm3: TIWForm3
22      Top = 312      Top = 312
23      Width = 75      Width = 75
24      Height = 25      Height = 25
     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  
25      Caption = #26356#26032      Caption = #26356#26032
     DoSubmitValidation = True  
26      Color = clBtnFace      Color = clBtnFace
27      Font.Color = clNone      Font.Color = clNone
28      Font.Size = 10      Font.Size = 10
29      Font.Style = []      Font.Style = []
30      FriendlyName = 'IWButton1'      FriendlyName = 'IWButton1'
     ScriptEvents = <>  
31      TabOrder = 0      TabOrder = 0
32        OnClick = IWButton1Click
33    end    end
34    object IWButton2: TIWButton    object IWButton2: TIWButton
35      Left = 320      Left = 320
36      Top = 344      Top = 344
37      Width = 75      Width = 75
38      Height = 25      Height = 25
     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  
39      Caption = #32013#21697#26360      Caption = #32013#21697#26360
     DoSubmitValidation = True  
40      Color = clBtnFace      Color = clBtnFace
41      Font.Color = clNone      Font.Color = clNone
42      Font.Size = 10      Font.Size = 10
43      Font.Style = []      Font.Style = []
44      FriendlyName = 'IWButton2'      FriendlyName = 'IWButton2'
     ScriptEvents = <>  
45      TabOrder = 1      TabOrder = 1
46    end    end
47    object IWButton3: TIWButton    object IWButton3: TIWButton
# Line 75  object IWForm3: TIWForm3 Line 49  object IWForm3: TIWForm3
49      Top = 344      Top = 344
50      Width = 75      Width = 75
51      Height = 25      Height = 25
     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  
52      Caption = #37197#36865#34920      Caption = #37197#36865#34920
     DoSubmitValidation = True  
53      Color = clBtnFace      Color = clBtnFace
54      Font.Color = clNone      Font.Color = clNone
55      Font.Size = 10      Font.Size = 10
56      Font.Style = []      Font.Style = []
57      FriendlyName = 'IWButton3'      FriendlyName = 'IWButton3'
     ScriptEvents = <>  
58      TabOrder = 2      TabOrder = 2
59    end    end
60    object IWButton4: TIWButton    object IWButton4: TIWButton
# Line 102  object IWForm3: TIWForm3 Line 62  object IWForm3: TIWForm3
62      Top = 344      Top = 344
63      Width = 75      Width = 75
64      Height = 25      Height = 25
     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  
65      Caption = #25147#12427      Caption = #25147#12427
     DoSubmitValidation = True  
66      Color = clBtnFace      Color = clBtnFace
67      Font.Color = clNone      Font.Color = clNone
68      Font.Size = 10      Font.Size = 10
69      Font.Style = []      Font.Style = []
70      FriendlyName = 'IWButton4'      FriendlyName = 'IWButton4'
     ScriptEvents = <>  
71      TabOrder = 3      TabOrder = 3
72        OnClick = IWButton4Click
73      end
74      object IWGrid1: TIWGrid
75        Left = 128
76        Top = 128
77        Width = 300
78        Height = 150
79        BorderColors.Color = clNone
80        BorderColors.Light = clNone
81        BorderColors.Dark = clNone
82        BGColor = clNone
83        BorderSize = 1
84        BorderStyle = tfDefault
85        Caption = 'IWGrid1'
86        CellPadding = 0
87        CellSpacing = 0
88        Font.Color = clNone
89        Font.Size = 10
90        Font.Style = []
91        FrameBuffer = 40
92        Lines = tlAll
93        UseFrame = False
94        UseSize = True
95        FriendlyName = 'IWGrid1'
96        ColumnCount = 4
97        RowCount = 1
98        ShowEmptyCells = True
99        ShowInvisibleRows = True
100        ScrollToCurrentRow = False
101      end
102      object IWComboBox1: TIWComboBox
103        Left = 128
104        Top = 56
105        Width = 121
106        Height = 21
107        Font.Color = clNone
108        Font.Size = 10
109        Font.Style = []
110        OnChange = IWComboBox1Change
111        TabOrder = 4
112        ItemIndex = -1
113        FriendlyName = 'IWComboBox1'
114        NoSelectionText = '-- No Selection --'
115      end
116      object IWLabel1: TIWLabel
117        Left = 280
118        Top = 56
119        Width = 58
120        Height = 16
121        Font.Color = clNone
122        Font.Size = 10
123        Font.Style = []
124        HasTabOrder = False
125        FriendlyName = 'IWLabel1'
126        Caption = 'IWLabel1'
127      end
128      object IWLabel2: TIWLabel
129        Left = 128
130        Top = 83
131        Width = 58
132        Height = 16
133        Font.Color = clNone
134        Font.Size = 10
135        Font.Style = []
136        HasTabOrder = False
137        FriendlyName = 'IWLabel2'
138        Caption = 'IWLabel2'
139    end    end
140    object IWTemplateProcessorHTML1: TIWTemplateProcessorHTML    object IWTemplateProcessorHTML1: TIWTemplateProcessorHTML
141        Enabled = False
142      TagType = ttIntraWeb      TagType = ttIntraWeb
143      RenderStyles = True      Templates.Default = 'order.htm'
144      Left = 264      Left = 264
145      Top = 184      Top = 184
146    end    end

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

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