|
@@ -43,6 +43,7 @@ namespace XdCxRhDW.App.UserControl
|
|
|
this.txtYDPZThreshold = new DevExpress.XtraEditors.ButtonEdit();
|
|
|
this.txtLayer = new DevExpress.XtraEditors.TextEdit();
|
|
|
this.txtWMSType = new DevExpress.XtraEditors.ImageComboBoxEdit();
|
|
|
+ this.txtUrl = new DevExpress.XtraEditors.TextEdit();
|
|
|
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
|
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
@@ -53,7 +54,6 @@ namespace XdCxRhDW.App.UserControl
|
|
|
this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
|
|
|
this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
|
|
|
this.itemMapSource = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
- this.txtUrl = new DevExpress.XtraEditors.TextEdit();
|
|
|
this.itemMapUrl = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.tablePanel1)).BeginInit();
|
|
|
this.tablePanel1.SuspendLayout();
|
|
@@ -65,6 +65,7 @@ namespace XdCxRhDW.App.UserControl
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtYDPZThreshold.Properties)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtLayer.Properties)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtWMSType.Properties)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.txtUrl.Properties)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
|
|
@@ -75,7 +76,6 @@ namespace XdCxRhDW.App.UserControl
|
|
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.itemMapSource)).BeginInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.txtUrl.Properties)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.itemMapUrl)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
@@ -198,6 +198,16 @@ namespace XdCxRhDW.App.UserControl
|
|
|
this.txtWMSType.StyleController = this.layoutControl1;
|
|
|
this.txtWMSType.TabIndex = 7;
|
|
|
this.txtWMSType.ToolTip = "支持瓦片数据和wms";
|
|
|
+ this.txtWMSType.SelectedIndexChanged += new System.EventHandler(this.txtWMSType_SelectedIndexChanged);
|
|
|
+ //
|
|
|
+ // txtUrl
|
|
|
+ //
|
|
|
+ this.txtUrl.Location = new System.Drawing.Point(12, 288);
|
|
|
+ this.txtUrl.Name = "txtUrl";
|
|
|
+ this.txtUrl.Properties.AutoHeight = false;
|
|
|
+ this.txtUrl.Size = new System.Drawing.Size(372, 22);
|
|
|
+ this.txtUrl.StyleController = this.layoutControl1;
|
|
|
+ this.txtUrl.TabIndex = 10;
|
|
|
//
|
|
|
// Root
|
|
|
//
|
|
@@ -303,6 +313,7 @@ namespace XdCxRhDW.App.UserControl
|
|
|
this.itemMapLayer.Text = "图层名称";
|
|
|
this.itemMapLayer.TextLocation = DevExpress.Utils.Locations.Top;
|
|
|
this.itemMapLayer.TextSize = new System.Drawing.Size(96, 14);
|
|
|
+ this.itemMapLayer.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
|
|
|
//
|
|
|
// emptySpaceItem1
|
|
|
//
|
|
@@ -333,15 +344,7 @@ namespace XdCxRhDW.App.UserControl
|
|
|
this.itemMapSource.Text = "地图来源";
|
|
|
this.itemMapSource.TextLocation = DevExpress.Utils.Locations.Top;
|
|
|
this.itemMapSource.TextSize = new System.Drawing.Size(96, 14);
|
|
|
- //
|
|
|
- // txtUrl
|
|
|
- //
|
|
|
- this.txtUrl.Location = new System.Drawing.Point(12, 288);
|
|
|
- this.txtUrl.Name = "txtUrl";
|
|
|
- this.txtUrl.Properties.AutoHeight = false;
|
|
|
- this.txtUrl.Size = new System.Drawing.Size(372, 22);
|
|
|
- this.txtUrl.StyleController = this.layoutControl1;
|
|
|
- this.txtUrl.TabIndex = 10;
|
|
|
+ this.itemMapSource.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
|
|
|
//
|
|
|
// itemMapUrl
|
|
|
//
|
|
@@ -358,6 +361,7 @@ namespace XdCxRhDW.App.UserControl
|
|
|
this.itemMapUrl.Text = "地图URL";
|
|
|
this.itemMapUrl.TextLocation = DevExpress.Utils.Locations.Top;
|
|
|
this.itemMapUrl.TextSize = new System.Drawing.Size(96, 14);
|
|
|
+ this.itemMapUrl.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
|
|
|
//
|
|
|
// CtrlSysSettings
|
|
|
//
|
|
@@ -377,6 +381,7 @@ namespace XdCxRhDW.App.UserControl
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtYDPZThreshold.Properties)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtLayer.Properties)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtWMSType.Properties)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.txtUrl.Properties)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
|
|
@@ -387,7 +392,6 @@ namespace XdCxRhDW.App.UserControl
|
|
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.itemMapSource)).EndInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.txtUrl.Properties)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.itemMapUrl)).EndInit();
|
|
|
this.ResumeLayout(false);
|
|
|
|