|
@@ -29,11 +29,11 @@ namespace XdCxRhDW.App.UserControl
|
|
|
/// </summary>
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
- 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();
|
|
|
+ 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();
|
|
|
this.tablePanel1 = new DevExpress.Utils.Layout.TablePanel();
|
|
|
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
|
|
this.txtMapType = new DevExpress.XtraEditors.RadioGroup();
|
|
@@ -42,17 +42,19 @@ namespace XdCxRhDW.App.UserControl
|
|
|
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.Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
|
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
- this.itemLayer = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
+ this.itemMapLayer = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
|
|
|
this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
|
|
|
- this.itemUrl = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
- this.txtWMSType = new DevExpress.XtraEditors.ImageComboBoxEdit();
|
|
|
+ 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();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
|
@@ -62,17 +64,19 @@ 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.Root)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.itemLayer)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.itemMapLayer)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.itemUrl)).BeginInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.txtWMSType.Properties)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.itemMapSource)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.txtUrl.Properties)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.itemMapUrl)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// tablePanel1
|
|
@@ -87,9 +91,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, 370F),
|
|
|
+ new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 420F),
|
|
|
new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 1F)});
|
|
|
- this.tablePanel1.Size = new System.Drawing.Size(690, 443);
|
|
|
+ this.tablePanel1.Size = new System.Drawing.Size(779, 586);
|
|
|
this.tablePanel1.TabIndex = 0;
|
|
|
this.tablePanel1.UseSkinIndents = true;
|
|
|
//
|
|
@@ -103,13 +107,14 @@ namespace XdCxRhDW.App.UserControl
|
|
|
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.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
- this.layoutControl1.Location = new System.Drawing.Point(147, 38);
|
|
|
+ this.layoutControl1.Location = new System.Drawing.Point(192, 85);
|
|
|
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, 366);
|
|
|
+ this.layoutControl1.Size = new System.Drawing.Size(396, 416);
|
|
|
this.layoutControl1.TabIndex = 0;
|
|
|
this.layoutControl1.Text = "layoutControl1";
|
|
|
//
|
|
@@ -128,7 +133,7 @@ namespace XdCxRhDW.App.UserControl
|
|
|
//
|
|
|
// btnSave
|
|
|
//
|
|
|
- this.btnSave.Location = new System.Drawing.Point(137, 319);
|
|
|
+ this.btnSave.Location = new System.Drawing.Point(137, 372);
|
|
|
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);
|
|
@@ -165,7 +170,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, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
|
|
|
+ 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)});
|
|
|
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");
|
|
@@ -175,13 +180,25 @@ namespace XdCxRhDW.App.UserControl
|
|
|
//
|
|
|
// txtLayer
|
|
|
//
|
|
|
- this.txtLayer.Location = new System.Drawing.Point(12, 285);
|
|
|
+ this.txtLayer.Location = new System.Drawing.Point(12, 338);
|
|
|
this.txtLayer.Name = "txtLayer";
|
|
|
this.txtLayer.Properties.AutoHeight = false;
|
|
|
this.txtLayer.Size = new System.Drawing.Size(372, 22);
|
|
|
this.txtLayer.StyleController = this.layoutControl1;
|
|
|
this.txtLayer.TabIndex = 10;
|
|
|
//
|
|
|
+ // txtWMSType
|
|
|
+ //
|
|
|
+ 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";
|
|
|
+ //
|
|
|
// Root
|
|
|
//
|
|
|
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
|
@@ -192,22 +209,23 @@ namespace XdCxRhDW.App.UserControl
|
|
|
this.layoutControlItem5,
|
|
|
this.layoutControlItem1,
|
|
|
this.layoutControlItem8,
|
|
|
- this.itemLayer,
|
|
|
+ this.itemMapLayer,
|
|
|
this.emptySpaceItem1,
|
|
|
this.emptySpaceItem2,
|
|
|
- this.itemUrl});
|
|
|
+ this.itemMapSource,
|
|
|
+ this.itemMapUrl});
|
|
|
this.Root.Name = "Root";
|
|
|
- this.Root.Size = new System.Drawing.Size(396, 366);
|
|
|
+ this.Root.Size = new System.Drawing.Size(396, 416);
|
|
|
this.Root.TextVisible = false;
|
|
|
//
|
|
|
// layoutControlItem3
|
|
|
//
|
|
|
this.layoutControlItem3.Control = this.btnSave;
|
|
|
- this.layoutControlItem3.Location = new System.Drawing.Point(125, 299);
|
|
|
+ this.layoutControlItem3.Location = new System.Drawing.Point(125, 352);
|
|
|
this.layoutControlItem3.MinSize = new System.Drawing.Size(36, 26);
|
|
|
this.layoutControlItem3.Name = "layoutControlItem3";
|
|
|
this.layoutControlItem3.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 10, 2);
|
|
|
- this.layoutControlItem3.Size = new System.Drawing.Size(125, 47);
|
|
|
+ this.layoutControlItem3.Size = new System.Drawing.Size(125, 44);
|
|
|
this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
|
|
|
this.layoutControlItem3.TextVisible = false;
|
|
@@ -272,61 +290,74 @@ namespace XdCxRhDW.App.UserControl
|
|
|
this.layoutControlItem8.TextLocation = DevExpress.Utils.Locations.Top;
|
|
|
this.layoutControlItem8.TextSize = new System.Drawing.Size(96, 14);
|
|
|
//
|
|
|
- // itemLayer
|
|
|
+ // itemMapLayer
|
|
|
//
|
|
|
- this.itemLayer.Control = this.txtLayer;
|
|
|
- this.itemLayer.Location = new System.Drawing.Point(0, 249);
|
|
|
- this.itemLayer.MinSize = new System.Drawing.Size(50, 25);
|
|
|
- this.itemLayer.Name = "itemLayer";
|
|
|
- this.itemLayer.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 9, 2);
|
|
|
- this.itemLayer.Size = new System.Drawing.Size(376, 50);
|
|
|
- this.itemLayer.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
- this.itemLayer.Text = "地图图层名称";
|
|
|
- this.itemLayer.TextLocation = DevExpress.Utils.Locations.Top;
|
|
|
- this.itemLayer.TextSize = new System.Drawing.Size(96, 14);
|
|
|
- this.itemLayer.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
|
|
|
+ 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.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.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
+ this.itemMapLayer.Text = "图层名称";
|
|
|
+ this.itemMapLayer.TextLocation = DevExpress.Utils.Locations.Top;
|
|
|
+ this.itemMapLayer.TextSize = new System.Drawing.Size(96, 14);
|
|
|
//
|
|
|
// emptySpaceItem1
|
|
|
//
|
|
|
this.emptySpaceItem1.AllowHotTrack = false;
|
|
|
- this.emptySpaceItem1.Location = new System.Drawing.Point(0, 299);
|
|
|
+ this.emptySpaceItem1.Location = new System.Drawing.Point(0, 352);
|
|
|
this.emptySpaceItem1.Name = "emptySpaceItem1";
|
|
|
- this.emptySpaceItem1.Size = new System.Drawing.Size(125, 47);
|
|
|
+ this.emptySpaceItem1.Size = new System.Drawing.Size(125, 44);
|
|
|
this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
|
|
|
//
|
|
|
// emptySpaceItem2
|
|
|
//
|
|
|
this.emptySpaceItem2.AllowHotTrack = false;
|
|
|
- this.emptySpaceItem2.Location = new System.Drawing.Point(250, 299);
|
|
|
+ this.emptySpaceItem2.Location = new System.Drawing.Point(250, 352);
|
|
|
this.emptySpaceItem2.Name = "emptySpaceItem2";
|
|
|
- this.emptySpaceItem2.Size = new System.Drawing.Size(126, 47);
|
|
|
+ this.emptySpaceItem2.Size = new System.Drawing.Size(126, 44);
|
|
|
this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
|
|
|
//
|
|
|
- // itemUrl
|
|
|
- //
|
|
|
- this.itemUrl.Control = this.txtWMSType;
|
|
|
- this.itemUrl.Location = new System.Drawing.Point(0, 199);
|
|
|
- this.itemUrl.MinSize = new System.Drawing.Size(50, 25);
|
|
|
- this.itemUrl.Name = "itemUrl";
|
|
|
- this.itemUrl.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 9, 2);
|
|
|
- this.itemUrl.Size = new System.Drawing.Size(376, 50);
|
|
|
- this.itemUrl.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
- this.itemUrl.Text = "行政图类型";
|
|
|
- this.itemUrl.TextLocation = DevExpress.Utils.Locations.Top;
|
|
|
- this.itemUrl.TextSize = new System.Drawing.Size(96, 14);
|
|
|
- this.itemUrl.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
|
|
|
- //
|
|
|
- // txtWMSType
|
|
|
- //
|
|
|
- this.txtWMSType.Location = new System.Drawing.Point(12, 235);
|
|
|
- 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";
|
|
|
+ // 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);
|
|
|
+ //
|
|
|
+ // 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;
|
|
|
+ //
|
|
|
+ // 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);
|
|
|
//
|
|
|
// CtrlSysSettings
|
|
|
//
|
|
@@ -334,7 +365,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(690, 443);
|
|
|
+ this.Size = new System.Drawing.Size(779, 586);
|
|
|
this.Load += new System.EventHandler(this.CtrlSysSettings_Load);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.tablePanel1)).EndInit();
|
|
|
this.tablePanel1.ResumeLayout(false);
|
|
@@ -345,17 +376,19 @@ 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.Root)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.itemLayer)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.itemMapLayer)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.itemUrl)).EndInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.txtWMSType.Properties)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.itemMapSource)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.txtUrl.Properties)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.itemMapUrl)).EndInit();
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
}
|
|
@@ -371,15 +404,17 @@ namespace XdCxRhDW.App.UserControl
|
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
|
|
|
private DevExpress.XtraEditors.TextEdit txtXLDirectory;
|
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
|
|
|
- private DevExpress.XtraLayout.LayoutControlItem itemUrl;
|
|
|
+ private DevExpress.XtraLayout.LayoutControlItem itemMapSource;
|
|
|
private DevExpress.XtraEditors.ButtonEdit txtYDPZThreshold;
|
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
|
|
private DevExpress.XtraEditors.RadioGroup txtMapType;
|
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
|
|
|
- private DevExpress.XtraLayout.LayoutControlItem itemLayer;
|
|
|
+ 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;
|
|
|
}
|
|
|
}
|