Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /Unit4.dfm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5 - (hide annotations) (download)
Tue Dec 29 08:41:54 2015 UTC (8 years, 2 months ago) by yamat0jp
File size: 2183 byte(s)
だんだんとできてきました
1 yamat0jp 5 object CartForm: TCartForm
2 yamat0jp 2 Left = 0
3     Top = 0
4     Width = 555
5     Height = 400
6     RenderInvisibleControls = True
7 yamat0jp 5 OnRender = IWAppFormRender
8 yamat0jp 2 AllowPageAccess = True
9     ConnectionMode = cmAny
10 yamat0jp 5 OnCreate = IWAppFormCreate
11 yamat0jp 2 Background.Fixed = False
12 yamat0jp 5 LayoutMgr = IWTemplateProcessorHTML1
13 yamat0jp 2 HandleTabs = False
14     LeftToRight = True
15     LockUntilLoaded = True
16     LockOnSubmit = True
17     ShowHint = True
18     XPTheme = True
19     DesignLeft = 8
20     DesignTop = 8
21 yamat0jp 5 object IWGrid1: TIWGrid
22     Left = 128
23     Top = 128
24     Width = 300
25     Height = 150
26     BorderColors.Color = clNone
27     BorderColors.Light = clNone
28     BorderColors.Dark = clNone
29     BGColor = clNone
30     BorderSize = 1
31     BorderStyle = tfDefault
32     Caption = 'IWGrid1'
33     CellPadding = 0
34     CellSpacing = 0
35     Font.Color = clNone
36     Font.Size = 10
37     Font.Style = []
38     FrameBuffer = 40
39     Lines = tlAll
40     UseFrame = False
41     UseSize = True
42     FriendlyName = 'IWGrid1'
43     ColumnCount = 5
44     OnCellClick = IWGrid1CellClick
45     RowCount = 1
46     ShowEmptyCells = True
47     ShowInvisibleRows = True
48     ScrollToCurrentRow = False
49     end
50     object IWButton1: TIWButton
51     Left = 152
52     Top = 304
53     Width = 121
54     Height = 25
55     Caption = #27770#28168#30011#38754#12408#36914#12416
56     Color = clBtnFace
57     Font.Color = clNone
58     Font.Size = 10
59     Font.Style = []
60     FriendlyName = 'IWButton1'
61     TabOrder = 0
62     OnClick = IWButton1Click
63     end
64     object IWButton2: TIWButton
65     Left = 312
66     Top = 304
67     Width = 75
68     Height = 25
69     Caption = #25147#12427
70     Color = clBtnFace
71     Font.Color = clNone
72     Font.Size = 10
73     Font.Style = []
74     FriendlyName = 'IWButton2'
75     TabOrder = 1
76     OnClick = IWButton2Click
77     end
78     object IWLabel1: TIWLabel
79     Left = 215
80     Top = 106
81     Width = 58
82     Height = 16
83     Font.Color = clNone
84     Font.Size = 10
85     Font.Style = []
86     HasTabOrder = False
87     FriendlyName = 'IWLabel1'
88     Caption = 'IWLabel1'
89     end
90     object IWTemplateProcessorHTML1: TIWTemplateProcessorHTML
91     TagType = ttIntraWeb
92     Templates.Default = 'cart.htm'
93     Left = 264
94     Top = 184
95     end
96 yamat0jp 1 end

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