|
@@ -29,11 +29,11 @@ namespace XdCxRhDW.App.UserControl
|
|
|
/// </summary>
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
- DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions2 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
|
|
|
- DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject5 = new DevExpress.Utils.SerializableAppearanceObject();
|
|
|
- DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject6 = new DevExpress.Utils.SerializableAppearanceObject();
|
|
|
- DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject7 = new DevExpress.Utils.SerializableAppearanceObject();
|
|
|
- DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject8 = new DevExpress.Utils.SerializableAppearanceObject();
|
|
|
+ DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
|
|
|
+ DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
|
|
|
+ DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
|
|
|
+ DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
|
|
|
+ DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject();
|
|
|
this.tablePanel1 = new DevExpress.Utils.Layout.TablePanel();
|
|
|
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
|
|
this.txtMapType = new DevExpress.XtraEditors.RadioGroup();
|
|
@@ -41,9 +41,8 @@ namespace XdCxRhDW.App.UserControl
|
|
|
this.txtHttpPort = new DevExpress.XtraEditors.TextEdit();
|
|
|
this.txtXLDirectory = new DevExpress.XtraEditors.TextEdit();
|
|
|
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.txtLayer = new DevExpress.XtraEditors.RadioGroup();
|
|
|
+ this.txtWmtsSource = new DevExpress.XtraEditors.RadioGroup();
|
|
|
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
|
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
@@ -53,8 +52,7 @@ namespace XdCxRhDW.App.UserControl
|
|
|
this.itemMapLayer = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
|
|
|
this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
|
|
|
- this.itemMapSource = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
- this.itemMapUrl = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
+ this.itemWmtsSource = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.tablePanel1)).BeginInit();
|
|
|
this.tablePanel1.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
|
@@ -64,8 +62,7 @@ namespace XdCxRhDW.App.UserControl
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtXLDirectory.Properties)).BeginInit();
|
|
|
((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.txtWmtsSource.Properties)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
|
|
@@ -75,8 +72,7 @@ namespace XdCxRhDW.App.UserControl
|
|
|
((System.ComponentModel.ISupportInitialize)(this.itemMapLayer)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.itemMapSource)).BeginInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.itemMapUrl)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.itemWmtsSource)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// tablePanel1
|
|
@@ -91,9 +87,9 @@ namespace XdCxRhDW.App.UserControl
|
|
|
this.tablePanel1.Name = "tablePanel1";
|
|
|
this.tablePanel1.Rows.AddRange(new DevExpress.Utils.Layout.TablePanelRow[] {
|
|
|
new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 1F),
|
|
|
- new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 420F),
|
|
|
+ new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 374F),
|
|
|
new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 1F)});
|
|
|
- this.tablePanel1.Size = new System.Drawing.Size(779, 586);
|
|
|
+ this.tablePanel1.Size = new System.Drawing.Size(599, 466);
|
|
|
this.tablePanel1.TabIndex = 0;
|
|
|
this.tablePanel1.UseSkinIndents = true;
|
|
|
//
|
|
@@ -106,15 +102,14 @@ namespace XdCxRhDW.App.UserControl
|
|
|
this.layoutControl1.Controls.Add(this.txtXLDirectory);
|
|
|
this.layoutControl1.Controls.Add(this.txtYDPZThreshold);
|
|
|
this.layoutControl1.Controls.Add(this.txtLayer);
|
|
|
- this.layoutControl1.Controls.Add(this.txtWMSType);
|
|
|
- this.layoutControl1.Controls.Add(this.txtUrl);
|
|
|
+ this.layoutControl1.Controls.Add(this.txtWmtsSource);
|
|
|
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
- this.layoutControl1.Location = new System.Drawing.Point(192, 85);
|
|
|
+ this.layoutControl1.Location = new System.Drawing.Point(102, 48);
|
|
|
this.layoutControl1.Name = "layoutControl1";
|
|
|
this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(941, 140, 650, 400);
|
|
|
this.layoutControl1.Root = this.Root;
|
|
|
this.tablePanel1.SetRow(this.layoutControl1, 1);
|
|
|
- this.layoutControl1.Size = new System.Drawing.Size(396, 416);
|
|
|
+ this.layoutControl1.Size = new System.Drawing.Size(396, 370);
|
|
|
this.layoutControl1.TabIndex = 0;
|
|
|
this.layoutControl1.Text = "layoutControl1";
|
|
|
//
|
|
@@ -125,7 +120,7 @@ namespace XdCxRhDW.App.UserControl
|
|
|
this.txtMapType.Name = "txtMapType";
|
|
|
this.txtMapType.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
|
|
|
new DevExpress.XtraEditors.Controls.RadioGroupItem(0, "本地地图"),
|
|
|
- new DevExpress.XtraEditors.Controls.RadioGroupItem(1, "WMS")});
|
|
|
+ new DevExpress.XtraEditors.Controls.RadioGroupItem(1, "WMTS")});
|
|
|
this.txtMapType.Size = new System.Drawing.Size(372, 25);
|
|
|
this.txtMapType.StyleController = this.layoutControl1;
|
|
|
this.txtMapType.TabIndex = 9;
|
|
@@ -133,7 +128,7 @@ namespace XdCxRhDW.App.UserControl
|
|
|
//
|
|
|
// btnSave
|
|
|
//
|
|
|
- this.btnSave.Location = new System.Drawing.Point(137, 372);
|
|
|
+ this.btnSave.Location = new System.Drawing.Point(137, 331);
|
|
|
this.btnSave.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.btnSave.MaximumSize = new System.Drawing.Size(0, 22);
|
|
|
this.btnSave.MinimumSize = new System.Drawing.Size(0, 22);
|
|
@@ -170,7 +165,7 @@ namespace XdCxRhDW.App.UserControl
|
|
|
this.txtYDPZThreshold.Name = "txtYDPZThreshold";
|
|
|
this.txtYDPZThreshold.Properties.AutoHeight = false;
|
|
|
this.txtYDPZThreshold.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
- new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "Hz", -1, false, true, false, editorButtonImageOptions2, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject5, serializableAppearanceObject6, serializableAppearanceObject7, serializableAppearanceObject8, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
|
|
|
+ new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "Hz", -1, false, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
|
|
|
this.txtYDPZThreshold.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
|
|
|
this.txtYDPZThreshold.Properties.MaskSettings.Set("MaskManagerSignature", "allowNull=False");
|
|
|
this.txtYDPZThreshold.Properties.MaskSettings.Set("mask", "f0");
|
|
@@ -180,34 +175,22 @@ namespace XdCxRhDW.App.UserControl
|
|
|
//
|
|
|
// txtLayer
|
|
|
//
|
|
|
- this.txtLayer.Location = new System.Drawing.Point(12, 338);
|
|
|
+ this.txtLayer.EditValue = 0;
|
|
|
+ this.txtLayer.Location = new System.Drawing.Point(12, 294);
|
|
|
this.txtLayer.Name = "txtLayer";
|
|
|
- this.txtLayer.Properties.AutoHeight = false;
|
|
|
- this.txtLayer.Size = new System.Drawing.Size(372, 22);
|
|
|
+ this.txtLayer.Properties.Columns = 3;
|
|
|
+ this.txtLayer.Size = new System.Drawing.Size(372, 25);
|
|
|
this.txtLayer.StyleController = this.layoutControl1;
|
|
|
this.txtLayer.TabIndex = 10;
|
|
|
//
|
|
|
- // txtWMSType
|
|
|
+ // txtWmtsSource
|
|
|
//
|
|
|
- this.txtWMSType.Location = new System.Drawing.Point(12, 238);
|
|
|
- this.txtWMSType.Name = "txtWMSType";
|
|
|
- this.txtWMSType.Properties.AutoHeight = false;
|
|
|
- this.txtWMSType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
- new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
|
- this.txtWMSType.Size = new System.Drawing.Size(372, 22);
|
|
|
- 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;
|
|
|
+ this.txtWmtsSource.EditValue = 0;
|
|
|
+ this.txtWmtsSource.Location = new System.Drawing.Point(12, 238);
|
|
|
+ this.txtWmtsSource.Name = "txtWmtsSource";
|
|
|
+ this.txtWmtsSource.Size = new System.Drawing.Size(372, 25);
|
|
|
+ this.txtWmtsSource.StyleController = this.layoutControl1;
|
|
|
+ this.txtWmtsSource.TabIndex = 7;
|
|
|
//
|
|
|
// Root
|
|
|
//
|
|
@@ -222,20 +205,19 @@ namespace XdCxRhDW.App.UserControl
|
|
|
this.itemMapLayer,
|
|
|
this.emptySpaceItem1,
|
|
|
this.emptySpaceItem2,
|
|
|
- this.itemMapSource,
|
|
|
- this.itemMapUrl});
|
|
|
+ this.itemWmtsSource});
|
|
|
this.Root.Name = "Root";
|
|
|
- this.Root.Size = new System.Drawing.Size(396, 416);
|
|
|
+ this.Root.Size = new System.Drawing.Size(396, 370);
|
|
|
this.Root.TextVisible = false;
|
|
|
//
|
|
|
// layoutControlItem3
|
|
|
//
|
|
|
this.layoutControlItem3.Control = this.btnSave;
|
|
|
- this.layoutControlItem3.Location = new System.Drawing.Point(125, 352);
|
|
|
- this.layoutControlItem3.MinSize = new System.Drawing.Size(36, 26);
|
|
|
+ this.layoutControlItem3.Location = new System.Drawing.Point(125, 311);
|
|
|
+ this.layoutControlItem3.MinSize = new System.Drawing.Size(36, 27);
|
|
|
this.layoutControlItem3.Name = "layoutControlItem3";
|
|
|
this.layoutControlItem3.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 10, 2);
|
|
|
- this.layoutControlItem3.Size = new System.Drawing.Size(125, 44);
|
|
|
+ this.layoutControlItem3.Size = new System.Drawing.Size(125, 39);
|
|
|
this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
|
|
|
this.layoutControlItem3.TextVisible = false;
|
|
@@ -303,14 +285,14 @@ namespace XdCxRhDW.App.UserControl
|
|
|
// itemMapLayer
|
|
|
//
|
|
|
this.itemMapLayer.Control = this.txtLayer;
|
|
|
- this.itemMapLayer.Location = new System.Drawing.Point(0, 302);
|
|
|
- this.itemMapLayer.MaxSize = new System.Drawing.Size(0, 50);
|
|
|
- this.itemMapLayer.MinSize = new System.Drawing.Size(100, 50);
|
|
|
+ this.itemMapLayer.Location = new System.Drawing.Point(0, 255);
|
|
|
+ this.itemMapLayer.MaxSize = new System.Drawing.Size(0, 56);
|
|
|
+ this.itemMapLayer.MinSize = new System.Drawing.Size(50, 56);
|
|
|
this.itemMapLayer.Name = "itemMapLayer";
|
|
|
- this.itemMapLayer.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 9, 2);
|
|
|
- this.itemMapLayer.Size = new System.Drawing.Size(376, 50);
|
|
|
+ this.itemMapLayer.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
|
|
|
+ this.itemMapLayer.Size = new System.Drawing.Size(376, 56);
|
|
|
this.itemMapLayer.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
- this.itemMapLayer.Text = "图层名称";
|
|
|
+ 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;
|
|
@@ -318,50 +300,33 @@ namespace XdCxRhDW.App.UserControl
|
|
|
// emptySpaceItem1
|
|
|
//
|
|
|
this.emptySpaceItem1.AllowHotTrack = false;
|
|
|
- this.emptySpaceItem1.Location = new System.Drawing.Point(0, 352);
|
|
|
+ this.emptySpaceItem1.Location = new System.Drawing.Point(0, 311);
|
|
|
this.emptySpaceItem1.Name = "emptySpaceItem1";
|
|
|
- this.emptySpaceItem1.Size = new System.Drawing.Size(125, 44);
|
|
|
+ this.emptySpaceItem1.Size = new System.Drawing.Size(125, 39);
|
|
|
this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
|
|
|
//
|
|
|
// emptySpaceItem2
|
|
|
//
|
|
|
this.emptySpaceItem2.AllowHotTrack = false;
|
|
|
- this.emptySpaceItem2.Location = new System.Drawing.Point(250, 352);
|
|
|
+ this.emptySpaceItem2.Location = new System.Drawing.Point(250, 311);
|
|
|
this.emptySpaceItem2.Name = "emptySpaceItem2";
|
|
|
- this.emptySpaceItem2.Size = new System.Drawing.Size(126, 44);
|
|
|
+ this.emptySpaceItem2.Size = new System.Drawing.Size(126, 39);
|
|
|
this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
|
|
|
//
|
|
|
- // itemMapSource
|
|
|
- //
|
|
|
- this.itemMapSource.Control = this.txtWMSType;
|
|
|
- this.itemMapSource.Location = new System.Drawing.Point(0, 199);
|
|
|
- this.itemMapSource.MaxSize = new System.Drawing.Size(0, 53);
|
|
|
- this.itemMapSource.MinSize = new System.Drawing.Size(50, 53);
|
|
|
- this.itemMapSource.Name = "itemMapSource";
|
|
|
- this.itemMapSource.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
|
|
|
- this.itemMapSource.Size = new System.Drawing.Size(376, 53);
|
|
|
- this.itemMapSource.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
- this.itemMapSource.Text = "地图来源";
|
|
|
- this.itemMapSource.TextLocation = DevExpress.Utils.Locations.Top;
|
|
|
- this.itemMapSource.TextSize = new System.Drawing.Size(96, 14);
|
|
|
- this.itemMapSource.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
|
|
|
- //
|
|
|
- // itemMapUrl
|
|
|
- //
|
|
|
- this.itemMapUrl.Control = this.txtUrl;
|
|
|
- this.itemMapUrl.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
|
|
|
- this.itemMapUrl.CustomizationFormText = "图层名称";
|
|
|
- this.itemMapUrl.Location = new System.Drawing.Point(0, 252);
|
|
|
- this.itemMapUrl.MaxSize = new System.Drawing.Size(0, 50);
|
|
|
- this.itemMapUrl.MinSize = new System.Drawing.Size(100, 50);
|
|
|
- this.itemMapUrl.Name = "itemMapUrl";
|
|
|
- this.itemMapUrl.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 9, 2);
|
|
|
- this.itemMapUrl.Size = new System.Drawing.Size(376, 50);
|
|
|
- this.itemMapUrl.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
- 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;
|
|
|
+ // itemWmtsSource
|
|
|
+ //
|
|
|
+ this.itemWmtsSource.Control = this.txtWmtsSource;
|
|
|
+ this.itemWmtsSource.Location = new System.Drawing.Point(0, 199);
|
|
|
+ this.itemWmtsSource.MaxSize = new System.Drawing.Size(0, 56);
|
|
|
+ this.itemWmtsSource.MinSize = new System.Drawing.Size(50, 56);
|
|
|
+ this.itemWmtsSource.Name = "itemWmtsSource";
|
|
|
+ this.itemWmtsSource.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
|
|
|
+ this.itemWmtsSource.Size = new System.Drawing.Size(376, 56);
|
|
|
+ this.itemWmtsSource.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
+ this.itemWmtsSource.Text = "地图来源";
|
|
|
+ this.itemWmtsSource.TextLocation = DevExpress.Utils.Locations.Top;
|
|
|
+ this.itemWmtsSource.TextSize = new System.Drawing.Size(96, 14);
|
|
|
+ this.itemWmtsSource.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
|
|
|
//
|
|
|
// CtrlSysSettings
|
|
|
//
|
|
@@ -369,7 +334,7 @@ namespace XdCxRhDW.App.UserControl
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.Controls.Add(this.tablePanel1);
|
|
|
this.Name = "CtrlSysSettings";
|
|
|
- this.Size = new System.Drawing.Size(779, 586);
|
|
|
+ this.Size = new System.Drawing.Size(599, 466);
|
|
|
this.Load += new System.EventHandler(this.CtrlSysSettings_Load);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.tablePanel1)).EndInit();
|
|
|
this.tablePanel1.ResumeLayout(false);
|
|
@@ -380,8 +345,7 @@ namespace XdCxRhDW.App.UserControl
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtXLDirectory.Properties)).EndInit();
|
|
|
((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.txtWmtsSource.Properties)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
|
|
@@ -391,8 +355,7 @@ namespace XdCxRhDW.App.UserControl
|
|
|
((System.ComponentModel.ISupportInitialize)(this.itemMapLayer)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.itemMapSource)).EndInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.itemMapUrl)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.itemWmtsSource)).EndInit();
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
}
|
|
@@ -408,7 +371,7 @@ namespace XdCxRhDW.App.UserControl
|
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
|
|
|
private DevExpress.XtraEditors.TextEdit txtXLDirectory;
|
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
|
|
|
- private DevExpress.XtraLayout.LayoutControlItem itemMapSource;
|
|
|
+ private DevExpress.XtraLayout.LayoutControlItem itemWmtsSource;
|
|
|
private DevExpress.XtraEditors.ButtonEdit txtYDPZThreshold;
|
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
|
|
private DevExpress.XtraEditors.RadioGroup txtMapType;
|
|
@@ -416,9 +379,7 @@ namespace XdCxRhDW.App.UserControl
|
|
|
private DevExpress.XtraLayout.LayoutControlItem itemMapLayer;
|
|
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
|
|
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
|
|
|
- private DevExpress.XtraEditors.TextEdit txtLayer;
|
|
|
- private DevExpress.XtraEditors.ImageComboBoxEdit txtWMSType;
|
|
|
- private DevExpress.XtraEditors.TextEdit txtUrl;
|
|
|
- private DevExpress.XtraLayout.LayoutControlItem itemMapUrl;
|
|
|
+ private DevExpress.XtraEditors.RadioGroup txtLayer;
|
|
|
+ private DevExpress.XtraEditors.RadioGroup txtWmtsSource;
|
|
|
}
|
|
|
}
|