| 1 |
object IWForm3: TIWForm3 |
object AdminPage: TAdminPage |
| 2 |
Left = 0 |
Left = 0 |
| 3 |
Top = 0 |
Top = 0 |
| 4 |
Width = 555 |
Width = 555 |
| 5 |
Height = 400 |
Height = 400 |
| 6 |
RenderInvisibleControls = False |
RenderInvisibleControls = False |
|
OnRender = IWAppFormRender |
|
| 7 |
AllowPageAccess = True |
AllowPageAccess = True |
| 8 |
ConnectionMode = cmAny |
ConnectionMode = cmAny |
| 9 |
OnCreate = IWAppFormCreate |
OnCreate = IWAppFormCreate |
| 10 |
Background.Fixed = False |
Background.Fixed = False |
| 11 |
|
LayoutMgr = IWTemplateProcessorHTML1 |
| 12 |
HandleTabs = False |
HandleTabs = False |
| 13 |
LeftToRight = True |
LeftToRight = True |
| 14 |
LockUntilLoaded = True |
LockUntilLoaded = True |
| 92 |
Lines = tlAll |
Lines = tlAll |
| 93 |
UseFrame = False |
UseFrame = False |
| 94 |
UseSize = True |
UseSize = True |
| 95 |
|
OnRender = IWGrid1Render |
| 96 |
FriendlyName = 'IWGrid1' |
FriendlyName = 'IWGrid1' |
| 97 |
ColumnCount = 4 |
ColumnCount = 5 |
| 98 |
RowCount = 1 |
RowCount = 1 |
| 99 |
ShowEmptyCells = True |
ShowEmptyCells = True |
| 100 |
ShowInvisibleRows = True |
ShowInvisibleRows = True |
| 101 |
ScrollToCurrentRow = False |
ScrollToCurrentRow = False |
| 102 |
end |
end |
|
object IWComboBox1: TIWComboBox |
|
|
Left = 128 |
|
|
Top = 56 |
|
|
Width = 121 |
|
|
Height = 21 |
|
|
Font.Color = clNone |
|
|
Font.Size = 10 |
|
|
Font.Style = [] |
|
|
OnChange = IWComboBox1Change |
|
|
TabOrder = 4 |
|
|
ItemIndex = -1 |
|
|
FriendlyName = 'IWComboBox1' |
|
|
NoSelectionText = '-- No Selection --' |
|
|
end |
|
| 103 |
object IWLabel1: TIWLabel |
object IWLabel1: TIWLabel |
| 104 |
Left = 280 |
Left = 280 |
| 105 |
Top = 56 |
Top = 56 |
| 124 |
FriendlyName = 'IWLabel2' |
FriendlyName = 'IWLabel2' |
| 125 |
Caption = 'IWLabel2' |
Caption = 'IWLabel2' |
| 126 |
end |
end |
| 127 |
|
object IWCheckBox1: TIWCheckBox |
| 128 |
|
Left = 216 |
| 129 |
|
Top = 192 |
| 130 |
|
Width = 121 |
| 131 |
|
Height = 21 |
| 132 |
|
Visible = False |
| 133 |
|
Caption = 'IWCheckBox1' |
| 134 |
|
Editable = True |
| 135 |
|
Font.Color = clNone |
| 136 |
|
Font.Size = 10 |
| 137 |
|
Font.Style = [] |
| 138 |
|
SubmitOnAsyncEvent = True |
| 139 |
|
Style = stNormal |
| 140 |
|
TabOrder = 4 |
| 141 |
|
OnChange = IWCheckBox1Change |
| 142 |
|
Checked = False |
| 143 |
|
FriendlyName = 'IWCheckBox1' |
| 144 |
|
end |
| 145 |
|
object IWListbox1: TIWListbox |
| 146 |
|
Left = 408 |
| 147 |
|
Top = 1 |
| 148 |
|
Width = 121 |
| 149 |
|
Height = 121 |
| 150 |
|
Font.Color = clNone |
| 151 |
|
Font.Size = 10 |
| 152 |
|
Font.Style = [] |
| 153 |
|
OnChange = IWListbox1Change |
| 154 |
|
TabOrder = 5 |
| 155 |
|
FriendlyName = 'IWListbox1' |
| 156 |
|
NoSelectionText = '-- No Selection --' |
| 157 |
|
end |
| 158 |
object IWTemplateProcessorHTML1: TIWTemplateProcessorHTML |
object IWTemplateProcessorHTML1: TIWTemplateProcessorHTML |
|
Enabled = False |
|
| 159 |
TagType = ttIntraWeb |
TagType = ttIntraWeb |
| 160 |
Templates.Default = 'order.htm' |
Templates.Default = 'admin.htm' |
| 161 |
Left = 264 |
Left = 264 |
| 162 |
Top = 184 |
Top = 184 |
| 163 |
end |
end |