| 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 |
yamat0jp |
13 |
Caption = #19968#35239 |
| 26 |
yamat0jp |
1 |
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 |
yamat0jp |
13 |
object IWCheckBox1: TIWCheckBox |
| 104 |
|
|
Left = 224 |
| 105 |
|
|
Top = 173 |
| 106 |
|
|
Width = 121 |
| 107 |
|
|
Height = 21 |
| 108 |
|
|
Visible = False |
| 109 |
|
|
Caption = 'IWCheckBox1' |
| 110 |
|
|
Editable = True |
| 111 |
|
|
Font.Color = clNone |
| 112 |
|
|
Font.Size = 10 |
| 113 |
|
|
Font.Style = [] |
| 114 |
|
|
SubmitOnAsyncEvent = True |
| 115 |
|
|
Style = stNormal |
| 116 |
|
|
TabOrder = 4 |
| 117 |
|
|
OnChange = IWCheckBox1Change |
| 118 |
|
|
Checked = False |
| 119 |
|
|
FriendlyName = 'IWCheckBox1' |
| 120 |
|
|
end |
| 121 |
|
|
object IWDBLabel1: TIWDBLabel |
| 122 |
yamat0jp |
10 |
Left = 280 |
| 123 |
yamat0jp |
13 |
Top = 78 |
| 124 |
|
|
Width = 13 |
| 125 |
yamat0jp |
10 |
Height = 16 |
| 126 |
|
|
Font.Color = clNone |
| 127 |
|
|
Font.Size = 10 |
| 128 |
|
|
Font.Style = [] |
| 129 |
|
|
HasTabOrder = False |
| 130 |
yamat0jp |
13 |
DataField = 'ID' |
| 131 |
|
|
DataSource = DataModule3.user_info |
| 132 |
|
|
FriendlyName = 'IWDBLabel1' |
| 133 |
yamat0jp |
10 |
end |
| 134 |
yamat0jp |
13 |
object IWDBLabel2: TIWDBLabel |
| 135 |
yamat0jp |
10 |
Left = 128 |
| 136 |
yamat0jp |
13 |
Top = 61 |
| 137 |
|
|
Width = 60 |
| 138 |
yamat0jp |
10 |
Height = 16 |
| 139 |
|
|
Font.Color = clNone |
| 140 |
|
|
Font.Size = 10 |
| 141 |
|
|
Font.Style = [] |
| 142 |
|
|
HasTabOrder = False |
| 143 |
yamat0jp |
13 |
DataField = 'ADDRESS' |
| 144 |
|
|
DataSource = DataModule3.user_info |
| 145 |
|
|
FriendlyName = 'IWDBLabel2' |
| 146 |
yamat0jp |
10 |
end |
| 147 |
yamat0jp |
13 |
object IWDBGrid1: TIWDBGrid |
| 148 |
|
|
Left = 352 |
| 149 |
|
|
Top = 13 |
| 150 |
|
|
Width = 200 |
| 151 |
|
|
Height = 109 |
| 152 |
|
|
BorderColors.Color = clNone |
| 153 |
|
|
BorderColors.Light = clNone |
| 154 |
|
|
BorderColors.Dark = clNone |
| 155 |
|
|
BGColor = clNone |
| 156 |
|
|
BorderSize = 1 |
| 157 |
|
|
BorderStyle = tfDefault |
| 158 |
|
|
Caption = 'IWDBGrid1' |
| 159 |
|
|
CellPadding = 0 |
| 160 |
|
|
CellSpacing = 0 |
| 161 |
yamat0jp |
12 |
Font.Color = clNone |
| 162 |
|
|
Font.Size = 10 |
| 163 |
|
|
Font.Style = [] |
| 164 |
yamat0jp |
13 |
FrameBuffer = 40 |
| 165 |
|
|
Lines = tlAll |
| 166 |
|
|
UseFrame = True |
| 167 |
|
|
UseSize = True |
| 168 |
|
|
ScrollToCurrentRow = False |
| 169 |
|
|
Columns = <> |
| 170 |
|
|
DataSource = DataModule3.user_info |
| 171 |
|
|
FooterRowCount = 0 |
| 172 |
|
|
FriendlyName = 'IWDBGrid1' |
| 173 |
|
|
FromStart = True |
| 174 |
|
|
HighlightColor = clNone |
| 175 |
|
|
HighlightRows = False |
| 176 |
|
|
Options = [dgShowTitles] |
| 177 |
|
|
RefreshMode = rmAutomatic |
| 178 |
|
|
RowLimit = 0 |
| 179 |
|
|
RollOver = False |
| 180 |
|
|
RowClick = False |
| 181 |
|
|
RollOverColor = clNone |
| 182 |
|
|
RowHeaderColor = clNone |
| 183 |
|
|
RowAlternateColor = clNone |
| 184 |
|
|
RowCurrentColor = clNone |
| 185 |
|
|
TabOrder = -1 |
| 186 |
yamat0jp |
12 |
end |
| 187 |
yamat0jp |
13 |
object IWDBNavigator1: TIWDBNavigator |
| 188 |
|
|
Left = 239 |
| 189 |
|
|
Top = 296 |
| 190 |
|
|
Width = 120 |
| 191 |
|
|
Height = 28 |
| 192 |
|
|
Confirmations.Delete = 'Are you sure you want to delete this record?' |
| 193 |
|
|
Confirmations.Post = 'Are you sure you want to update this record?' |
| 194 |
|
|
Confirmations.Cancel = 'Are you sure you want to cancel your changes to this record?' |
| 195 |
|
|
DataSource = DataModule3.order |
| 196 |
|
|
FriendlyName = 'IWDBNavigator1' |
| 197 |
|
|
ImageHeight = 24 |
| 198 |
|
|
ImageWidth = 24 |
| 199 |
|
|
VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast] |
| 200 |
|
|
Orientation = orHorizontal |
| 201 |
|
|
end |
| 202 |
|
|
object IWButton5: TIWButton |
| 203 |
|
|
Left = 136 |
| 204 |
|
|
Top = 352 |
| 205 |
|
|
Width = 75 |
| 206 |
|
|
Height = 25 |
| 207 |
|
|
Caption = #25972#29702 |
| 208 |
|
|
Color = clBtnFace |
| 209 |
yamat0jp |
12 |
Font.Color = clNone |
| 210 |
|
|
Font.Size = 10 |
| 211 |
|
|
Font.Style = [] |
| 212 |
yamat0jp |
13 |
FriendlyName = 'IWButton5' |
| 213 |
|
|
TabOrder = 6 |
| 214 |
|
|
OnClick = IWButton5Click |
| 215 |
yamat0jp |
12 |
end |
| 216 |
yamat0jp |
1 |
object IWTemplateProcessorHTML1: TIWTemplateProcessorHTML |
| 217 |
|
|
TagType = ttIntraWeb |
| 218 |
yamat0jp |
12 |
Templates.Default = 'admin.htm' |
| 219 |
yamat0jp |
1 |
Left = 264 |
| 220 |
yamat0jp |
13 |
Top = 200 |
| 221 |
yamat0jp |
1 |
end |
| 222 |
|
|
end |