<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="上联IP:"/>
</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="upIp" 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="授权IP:"/>
</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="adminIp" 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="上联IP:"/>
</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="upIp" 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="授权IP:"/>
</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="adminIp" width="300" maxChars="50"/>
<mx:Label text="*" color="red" width="10"/>
</mx:GridItem>
</mx:GridRow>