|
<< Click to Display Table of Contents >> Navigation: Demos > XIV > Delphi > ProgressBar > Unit1.dfm |
object IWForm1: TIWForm1
Left = 0
Top = 0
Width = 555
Height = 191
RenderInvisibleControls = True
AllowPageAccess = True
ConnectionMode = cmAny
Background.Fixed = False
HandleTabs = False
LeftToRight = True
LockUntilLoaded = True
LockOnSubmit = True
ShowHint = True
XPTheme = True
DesignLeft = 8
DesignTop = 8
object IWButton1: TIWButton
Left = 254
Top = 144
Width = 91
Height = 25
Cursor = crAuto
ParentShowHint = False
ShowHint = True
ZIndex = 0
RenderSize = True
Caption = 'Start'
Color = clBtnFace
Font.Color = clNone
Font.Size = 10
Font.Style = []
FriendlyName = 'IWButton1'
ScriptEvents = <>
TabOrder = 0
OnClick = IWButton1Click
end
object IWEdit1: TIWEdit
Left = 272
Top = 64
Width = 57
Height = 21
Cursor = crAuto
ParentShowHint = False
ShowHint = True
ZIndex = 0
RenderSize = True
Alignment = taLeftJustify
BGColor = clNone
FocusColor = clNone
Editable = True
NonEditableAsLabel = True
Font.Color = clNone
Font.Size = 10
Font.Style = []
FriendlyName = 'IWEdit1'
MaxLength = 0
ReadOnly = False
Required = False
ScriptEvents = <>
SubmitOnAsyncEvent = True
TabOrder = 1
PasswordPrompt = False
end
object IWLabel1: TIWLabel
Left = 208
Top = 64
Width = 35
Height = 16
Cursor = crAuto
ParentShowHint = False
ShowHint = True
ZIndex = 0
RenderSize = True
Alignment = taLeftJustify
BGColor = clNone
Font.Color = clNone
Font.FontFamily = 'Arial, Sans-Serif, Verdana'
Font.Size = 10
Font.Style = []
NoWrap = False
ConvertSpaces = False
HasTabOrder = False
FriendlyName = 'IWLabel1'
Caption = 'Steps'
RawText = False
end
object lbDoneStatus: TIWLabel
Left = 254
Top = 32
Width = 105
Height = 16
Cursor = crAuto
Visible = False
ParentShowHint = False
ShowHint = True
ZIndex = 0
RenderSize = True
Alignment = taLeftJustify
BGColor = clNone
Font.Color = clWebRED
Font.FontFamily = 'Arial, Sans-Serif, Verdana'
Font.Size = 10
Font.Style = []
NoWrap = False
ConvertSpaces = False
HasTabOrder = False
FriendlyName = 'IWLabel1'
Caption = '*** Status ***'
RawText = False
end
object regProgressMax: TIWRegion
Left = 161
Top = 103
Width = 250
Height = 20
Cursor = crAuto
HelpType = htKeyword
HelpKeyword = 'regBorder'
HorzScrollBar.Visible = False
VertScrollBar.Visible = False
RenderInvisibleControls = True
BorderOptions.NumericWidth = 1
BorderOptions.BorderWidth = cbwNumeric
BorderOptions.Style = cbsSolid
BorderOptions.Color = clNone
Color = clNone
ParentShowHint = False
ShowHint = True
ZIndex = 1000
Splitter = False
object regProgressCur: TIWRegion
Left = 1
Top = 1
Width = 25
Height = 18
Cursor = crAuto
RenderInvisibleControls = False
Align = alLeft
BorderOptions.NumericWidth = 1
BorderOptions.BorderWidth = cbwNumeric
BorderOptions.Style = cbsSolid
BorderOptions.Color = clNone
Color = clWebBLUE
ParentShowHint = False
ShowHint = True
ZIndex = 1000
Splitter = False
end
end
object IWTimer1: TIWTimer
Enabled = False
Interval = 1000
OnAsyncTimer = IWTimer1AsyncTimer
Left = 448
Top = 48
end
end