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
28 DoubleBuffered = False
\r
30 CenterOnParent = False
\r
31 Caption = 'Resume Thread'
\r
35 Font.Color = clWindowText
\r
40 Font.FontName = 'MS Sans Serif'
\r
41 Font.FontOrientation = 0
\r
42 Font.FontCharset = 1
\r
43 Font.FontPitch = fpDefault
\r
45 OnClick = Button1Click
\r
46 EraseBackground = False
\r
47 TextAlign = taCenter
\r
48 VerticalAlign = vaCenter
\r
50 LikeSpeedButton = False
\r
53 object Button2: TKOLButton
\r
65 DoubleBuffered = False
\r
67 CenterOnParent = False
\r
68 Caption = 'Suspend Thread'
\r
72 Font.Color = clWindowText
\r
77 Font.FontName = 'MS Sans Serif'
\r
78 Font.FontOrientation = 0
\r
79 Font.FontCharset = 1
\r
80 Font.FontPitch = fpDefault
\r
82 OnClick = Button2Click
\r
83 EraseBackground = False
\r
84 TextAlign = taCenter
\r
85 VerticalAlign = vaCenter
\r
87 LikeSpeedButton = False
\r
90 object Memo1: TKOLMemo
\r
102 DoubleBuffered = False
\r
104 CenterOnParent = False
\r
107 parentColor = False
\r
108 Font.Color = clWindowText
\r
109 Font.FontStyle = []
\r
110 Font.FontHeight = 0
\r
112 Font.FontWeight = 0
\r
113 Font.FontName = 'MS Sans Serif'
\r
114 Font.FontOrientation = 0
\r
115 Font.FontCharset = 1
\r
116 Font.FontPitch = fpDefault
\r
118 EraseBackground = False
\r
119 Transparent = False
\r
122 'While thread is executing you can do something else. E.g., edit ' +
\r
126 Options = [eo_NoHScroll]
\r
128 EditTabChar = False
\r
130 object Button3: TKOLButton
\r
142 DoubleBuffered = False
\r
144 CenterOnParent = False
\r
145 Caption = 'Terminate all NOW!'
\r
148 parentColor = False
\r
149 Font.Color = clWindowText
\r
150 Font.FontStyle = []
\r
151 Font.FontHeight = 0
\r
153 Font.FontWeight = 0
\r
154 Font.FontName = 'MS Sans Serif'
\r
155 Font.FontOrientation = 0
\r
156 Font.FontCharset = 1
\r
157 Font.FontPitch = fpDefault
\r
159 OnClick = Button3Click
\r
160 EraseBackground = False
\r
161 TextAlign = taCenter
\r
162 VerticalAlign = vaCenter
\r
164 LikeSpeedButton = False
\r
167 object KOLProject1: TKOLProject
\r
169 projectName = 'DemoThread'
\r
170 projectDest = 'DemoThread'
\r
171 sourcePath = 'E:\KOL\Demos\DemoThread\'
\r
172 outdcuPath = 'E:\KOL\Demos\DemoThread\'
\r
173 dprResource = False
\r
174 protectFiles = True
\r
176 isKOLProject = True
\r
178 autoBuildDelay = 500
\r
181 SupportAnsiMnemonics = 0
\r
185 object KOLForm1: TKOLForm
\r
188 OnClose = KOLForm1Close
\r
195 defaultSize = False
\r
196 defaultPosition = False
\r
201 CenterOnScreen = False
\r
203 WindowState = wsNormal
\r
204 minimizeIcon = True
\r
205 maximizeIcon = True
\r
208 Font.Color = clWindowText
\r
209 Font.FontStyle = []
\r
210 Font.FontHeight = 0
\r
212 Font.FontWeight = 0
\r
213 Font.FontName = 'MS Sans Serif'
\r
214 Font.FontOrientation = 0
\r
215 Font.FontCharset = 1
\r
216 Font.FontPitch = fpDefault
\r
217 DoubleBuffered = False
\r
218 PreventResizeFlicks = False
\r
219 Transparent = False
\r
226 MinimizeNormalAnimated = False
\r
227 zOrderChildren = False
\r
228 statusSizeGrip = True
\r
229 EraseBackground = False
\r
230 supportMnemonics = False
\r
234 object Thread1: TKOLThread
\r
235 OnDestroy = Thread1Destroy
\r
236 PriorityClass = pcNormal
\r
237 ThreadPriority = tpNormal
\r
238 OnExecute = Thread1Execute
\r
239 OnSuspend = Thread1Suspend
\r
240 OnResume = Thread1Resume
\r
241 startSuspended = True
\r