| 1 |
yamat0jp |
12 |
object AdminPage: TAdminPage |
| 2 |
yamat0jp |
1 |
Left = 0 |
| 3 |
|
|
Top = 0 |
| 4 |
|
|
Width = 555 |
| 5 |
|
|
Height = 400 |
| 6 |
|
|
RenderInvisibleControls = False |
| 7 |
|
|
AllowPageAccess = True |
| 8 |
|
|
ConnectionMode = cmAny |
| 9 |
yamat0jp |
10 |
OnCreate = IWAppFormCreate |
| 10 |
yamat0jp |
1 |
Background.Fixed = False |
| 11 |
yamat0jp |
12 |
LayoutMgr = IWTemplateProcessorHTML1 |
| 12 |
yamat0jp |
1 |
HandleTabs = False |
| 13 |
|
|
LeftToRight = True |
| 14 |
|
|
LockUntilLoaded = True |
| 15 |
|
|
LockOnSubmit = True |
| 16 |
|
|
ShowHint = True |
| 17 |
|
|
XPTheme = True |
| 18 |
|
|
DesignLeft = 8 |
| 19 |
|
|
DesignTop = 8 |
| 20 |
|
|
object IWButton1: TIWButton |
| 21 |
|
|
Left = 136 |
| 22 |
|
|
Top = 312 |
| 23 |
|
|
Width = 75 |
| 24 |
|
|
Height = 25 |
| 25 |
|
|
Caption = #26356#26032 |
| 26 |
|
|
Color = clBtnFace |
| 27 |
|
|
Font.Color = clNone |
| 28 |
|
|
Font.Size = 10 |
| 29 |
|
|
Font.Style = [] |
| 30 |
|
|
FriendlyName = 'IWButton1' |
| 31 |
|
|
TabOrder = 0 |
| 32 |
yamat0jp |
10 |
OnClick = IWButton1Click |
| 33 |
yamat0jp |
1 |
end |
| 34 |
|
|
object IWButton2: TIWButton |
| 35 |
|
|
Left = 320 |
| 36 |
|
|
Top = 344 |
| 37 |
|
|
Width = 75 |
| 38 |
|
|
Height = 25 |
| 39 |
|
|
Caption = #32013#21697#26360 |
| 40 |
|
|
Color = clBtnFace |
| 41 |
|
|
Font.Color = clNone |
| 42 |
|
|
Font.Size = 10 |
| 43 |
|
|
Font.Style = [] |
| 44 |
|
|
FriendlyName = 'IWButton2' |
| 45 |
|
|
TabOrder = 1 |
| 46 |
|
|
end |
| 47 |
|
|
object IWButton3: TIWButton |
| 48 |
|
|
Left = 392 |
| 49 |
|
|
Top = 344 |
| 50 |
|
|
Width = 75 |
| 51 |
|
|
Height = 25 |
| 52 |
|
|
Caption = #37197#36865#34920 |
| 53 |
|
|
Color = clBtnFace |
| 54 |
|
|
Font.Color = clNone |
| 55 |
|
|
Font.Size = 10 |
| 56 |
|
|
Font.Style = [] |
| 57 |
|
|
FriendlyName = 'IWButton3' |
| 58 |
|
|
TabOrder = 2 |
| 59 |
|
|
end |
| 60 |
|
|
object IWButton4: TIWButton |
| 61 |
|
|
Left = 464 |
| 62 |
|
|
Top = 344 |
| 63 |
|
|
Width = 75 |
| 64 |
|
|
Height = 25 |
| 65 |
|
|
Caption = #25147#12427 |
| 66 |
|
|
Color = clBtnFace |
| 67 |
|
|
Font.Color = clNone |
| 68 |
|
|
Font.Size = 10 |
| 69 |
|
|
Font.Style = [] |
| 70 |
|
|
FriendlyName = 'IWButton4' |
| 71 |
|
|
TabOrder = 3 |
| 72 |
yamat0jp |
10 |
OnClick = IWButton4Click |
| 73 |
yamat0jp |
1 |
end |
| 74 |
yamat0jp |
10 |
object IWGrid1: TIWGrid |
| 75 |
|
|
Left = 128 |
| 76 |
|
|
Top = 128 |
| 77 |
|
|
Width = 300 |
| 78 |
|
|
Height = 150 |
| 79 |
|
|
BorderColors.Color = clNone |
| 80 |
|
|
BorderColors.Light = clNone |
| 81 |
|
|
BorderColors.Dark = clNone |
| 82 |
|
|
BGColor = clNone |
| 83 |
|
|
BorderSize = 1 |
| 84 |
|
|
BorderStyle = tfDefault |
| 85 |
|
|
Caption = 'IWGrid1' |
| 86 |
|
|
CellPadding = 0 |
| 87 |
|
|
CellSpacing = 0 |
| 88 |
|
|
Font.Color = clNone |
| 89 |
|
|
Font.Size = 10 |
| 90 |
|
|
Font.Style = [] |
| 91 |
|
|
FrameBuffer = 40 |
| 92 |
|
|
Lines = tlAll |
| 93 |
|
|
UseFrame = False |
| 94 |
|
|
UseSize = True |
| 95 |
yamat0jp |
12 |
OnRender = IWGrid1Render |
| 96 |
yamat0jp |
10 |
FriendlyName = 'IWGrid1' |
| 97 |
yamat0jp |
12 |
ColumnCount = 5 |
| 98 |
yamat0jp |
10 |
RowCount = 1 |
| 99 |
|
|
ShowEmptyCells = True |
| 100 |
|
|
ShowInvisibleRows = True |
| 101 |
|
|
ScrollToCurrentRow = False |
| 102 |
|
|
end |
| 103 |
|
|
object IWLabel1: TIWLabel |
| 104 |
|
|
Left = 280 |
| 105 |
|
|
Top = 56 |
| 106 |
|
|
Width = 58 |
| 107 |
|
|
Height = 16 |
| 108 |
|
|
Font.Color = clNone |
| 109 |
|
|
Font.Size = 10 |
| 110 |
|
|
Font.Style = [] |
| 111 |
|
|
HasTabOrder = False |
| 112 |
|
|
FriendlyName = 'IWLabel1' |
| 113 |
|
|
Caption = 'IWLabel1' |
| 114 |
|
|
end |
| 115 |
|
|
object IWLabel2: TIWLabel |
| 116 |
|
|
Left = 128 |
| 117 |
|
|
Top = 83 |
| 118 |
|
|
Width = 58 |
| 119 |
|
|
Height = 16 |
| 120 |
|
|
Font.Color = clNone |
| 121 |
|
|
Font.Size = 10 |
| 122 |
|
|
Font.Style = [] |
| 123 |
|
|
HasTabOrder = False |
| 124 |
|
|
FriendlyName = 'IWLabel2' |
| 125 |
|
|
Caption = 'IWLabel2' |
| 126 |
|
|
end |
| 127 |
yamat0jp |
12 |
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 |
yamat0jp |
1 |
object IWTemplateProcessorHTML1: TIWTemplateProcessorHTML |
| 159 |
|
|
TagType = ttIntraWeb |
| 160 |
yamat0jp |
12 |
Templates.Default = 'admin.htm' |
| 161 |
yamat0jp |
1 |
Left = 264 |
| 162 |
|
|
Top = 184 |
| 163 |
|
|
end |
| 164 |
|
|
end |