8 Font.Charset = DEFAULT_CHARSET
\r
9 Font.Color = clWindowText
\r
11 Font.Name = 'MS Sans Serif'
\r
13 OldCreateOrder = False
\r
16 object Button1: TKOLButton
\r
27 DoubleBuffered = False
\r
29 CenterOnParent = False
\r
34 Font.Color = clWindowText
\r
39 Font.FontName = 'MS Sans Serif'
\r
40 Font.FontOrientation = 0
\r
41 Font.FontCharset = 0
\r
42 Font.FontPitch = fpDefault
\r
44 OnClick = Button1Click
\r
45 EraseBackground = False
\r
46 TextAlign = taCenter
\r
47 VerticalAlign = vaCenter
\r
49 LikeSpeedButton = False
\r
52 object lvData: TKOLListView
\r
63 DoubleBuffered = False
\r
65 CenterOnParent = False
\r
69 Font.Color = clWindowText
\r
74 Font.FontName = 'MS Sans Serif'
\r
75 Font.FontOrientation = 0
\r
76 Font.FontCharset = 0
\r
77 Font.FontPitch = fpDefault
\r
79 EraseBackground = False
\r
82 Options = [lvoEditLabel, lvoRowSelect]
\r
83 OnKeyDown = lvDataKeyDown
\r
85 LVTextBkColor = clNone
\r
87 OnEndEditLVItem = lvDataEndEditLVItem
\r
89 object Button2: TKOLButton
\r
100 DoubleBuffered = False
\r
102 CenterOnParent = False
\r
107 Font.Color = clWindowText
\r
108 Font.FontStyle = []
\r
109 Font.FontHeight = 0
\r
111 Font.FontWeight = 0
\r
112 Font.FontName = 'MS Sans Serif'
\r
113 Font.FontOrientation = 0
\r
114 Font.FontCharset = 0
\r
115 Font.FontPitch = fpDefault
\r
117 OnClick = Button2Click
\r
118 EraseBackground = False
\r
119 TextAlign = taCenter
\r
120 VerticalAlign = vaCenter
\r
122 LikeSpeedButton = False
\r
125 object KOLProject1: TKOLProject
\r
127 projectName = 'TestOleDb'
\r
128 projectDest = 'TestOleDb'
\r
129 sourcePath = 'E:\KOL\Tst\KOLoleDB\'
\r
130 outdcuPath = 'E:\KOL\Tst\KOLoleDB\'
\r
131 dprResource = False
\r
132 protectFiles = True
\r
134 isKOLProject = True
\r
136 autoBuildDelay = 500
\r
142 object KOLForm1: TKOLForm
\r
145 OnClose = KOLForm1Close
\r
147 formUnit = 'MainOleDb'
\r
152 defaultSize = False
\r
153 defaultPosition = False
\r
158 CenterOnScreen = False
\r
160 WindowState = wsNormal
\r
161 minimizeIcon = True
\r
162 maximizeIcon = True
\r
165 Font.Color = clWindowText
\r
166 Font.FontStyle = []
\r
167 Font.FontHeight = 0
\r
169 Font.FontWeight = 0
\r
170 Font.FontName = 'MS Sans Serif'
\r
171 Font.FontOrientation = 0
\r
172 Font.FontCharset = 0
\r
173 Font.FontPitch = fpDefault
\r
174 DoubleBuffered = False
\r
175 PreventResizeFlicks = False
\r
176 Transparent = False
\r
183 MinimizeNormalAnimated = False
\r
184 zOrderChildren = False
\r
185 statusSizeGrip = True
\r
186 OnFormCreate = KOLForm1FormCreate
\r
187 EraseBackground = False
\r
188 supportMnemonics = False
\r