<mx:GridRow width="100%">
<mx:GridItem horizontalAlign="right" borderStyle="solid" borderSides="bottom,left,right" width="100" height="35" verticalAlign="middle" borderColor="#377EAE">
<mx:Label text="子网掩码:"/>
</mx:GridItem>
<mx:GridItem borderStyle="solid" borderSides="bottom,right" width="100%" verticalAlign="middle" borderColor="#377EAE">
<mx:Label text="" color="red" width="2"/>
<mx:TextInput id="subNetCode" width="300" maxChars="50"/>
<mx:Label text="*" color="red" width="10"/>
</mx:GridItem>
</mx:GridRow>
<mx:GridRow width="100%">
<mx:GridItem horizontalAlign="right" borderStyle="solid" borderSides="bottom,left,right" width="100" height="35" verticalAlign="middle" borderColor="#377EAE">
<mx:Label text="网关:"/>
</mx:GridItem>
<mx:GridItem borderStyle="solid" borderSides="bottom,right" width="100%" verticalAlign="middle" borderColor="#377EAE">
<mx:Label text="" color="red" width="2"/>
<mx:TextInput id="netGate" width="300" maxChars="50"/>
<mx:Label text="*" color="red" width="10"/>
</mx:GridItem>
</mx:GridRow>
<mx:GridItem horizontalAlign="right" borderStyle="solid" borderSides="bottom,left,right" width="100" height="35" verticalAlign="middle" borderColor="#377EAE">
<mx:Label text="子网掩码:"/>
</mx:GridItem>
<mx:GridItem borderStyle="solid" borderSides="bottom,right" width="100%" verticalAlign="middle" borderColor="#377EAE">
<mx:Label text="" color="red" width="2"/>
<mx:TextInput id="subNetCode" width="300" maxChars="50"/>
<mx:Label text="*" color="red" width="10"/>
</mx:GridItem>
</mx:GridRow>
<mx:GridRow width="100%">
<mx:GridItem horizontalAlign="right" borderStyle="solid" borderSides="bottom,left,right" width="100" height="35" verticalAlign="middle" borderColor="#377EAE">
<mx:Label text="网关:"/>
</mx:GridItem>
<mx:GridItem borderStyle="solid" borderSides="bottom,right" width="100%" verticalAlign="middle" borderColor="#377EAE">
<mx:Label text="" color="red" width="2"/>
<mx:TextInput id="netGate" width="300" maxChars="50"/>
<mx:Label text="*" color="red" width="10"/>
</mx:GridItem>
</mx:GridRow>