namespace KGIS.Plugin.LayerProperty.View.UC_Controls
{
    partial class UCGeneralProperty
    {
        ///  
        /// 必需的设计器变量。
        /// 
        private System.ComponentModel.IContainer components = null;
        ///  
        /// 清理所有正在使用的资源。
        /// 
        /// 如果应释放托管资源,为 true;否则为 false。
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }
        #region 组件设计器生成的代码
        ///  
        /// 设计器支持所需的方法 - 不要修改
        /// 使用代码编辑器修改此方法的内容。
        /// 
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UCGeneralProperty));
            this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
            this.txtDataSetType = new DevExpress.XtraEditors.TextEdit();
            this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
            this.txtLayerAliasName = new DevExpress.XtraEditors.TextEdit();
            this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
            this.pictureEdit2 = new DevExpress.XtraEditors.PictureEdit();
            this.pictureEdit1 = new DevExpress.XtraEditors.PictureEdit();
            this.cmbMaxScale = new KGIS.Plugin.LayerProperty.View.UC_Controls.UCScaleCombox();
            this.cmbMinScale = new KGIS.Plugin.LayerProperty.View.UC_Controls.UCScaleCombox();
            this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
            this.radioGroup1 = new DevExpress.XtraEditors.RadioGroup();
            this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
            this.txtGUID = new DevExpress.XtraEditors.TextEdit();
            this.chkVisible = new DevExpress.XtraEditors.CheckEdit();
            this.btnDataSource = new DevExpress.XtraEditors.ButtonEdit();
            this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
            this.memDescription = new DevExpress.XtraEditors.MemoEdit();
            this.chkStartUpLoad = new DevExpress.XtraEditors.CheckEdit();
            this.pnlLayerProps = new DevExpress.XtraEditors.PanelControl();
            this.pnlLayerProps2 = new DevExpress.XtraEditors.PanelControl();
            this.memDescription2 = new DevExpress.XtraEditors.MemoEdit();
            this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
            this.txtLayerAliasName2 = new DevExpress.XtraEditors.TextEdit();
            this.labelControl13 = new DevExpress.XtraEditors.LabelControl();
            this.chkVisible2 = new DevExpress.XtraEditors.CheckEdit();
            this.pnlMain = new DevExpress.XtraEditors.PanelControl();
            ((System.ComponentModel.ISupportInitialize)(this.txtDataSetType.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtLayerAliasName.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
            this.groupControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureEdit2.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radioGroup1.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtGUID.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chkVisible.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnDataSource.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.memDescription.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chkStartUpLoad.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pnlLayerProps)).BeginInit();
            this.pnlLayerProps.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pnlLayerProps2)).BeginInit();
            this.pnlLayerProps2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.memDescription2.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtLayerAliasName2.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chkVisible2.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pnlMain)).BeginInit();
            this.pnlMain.SuspendLayout();
            this.SuspendLayout();
            // 
            // labelControl1
            // 
            this.labelControl1.Location = new System.Drawing.Point(3, 14);
            this.labelControl1.Name = "labelControl1";
            this.labelControl1.Size = new System.Drawing.Size(48, 14);
            this.labelControl1.TabIndex = 0;
            this.labelControl1.Text = "数据源:";
            // 
            // labelControl2
            // 
            this.labelControl2.Location = new System.Drawing.Point(3, 45);
            this.labelControl2.Name = "labelControl2";
            this.labelControl2.Size = new System.Drawing.Size(60, 14);
            this.labelControl2.TabIndex = 3;
            this.labelControl2.Text = "图层类型:";
            // 
            // txtDataSetType
            // 
            this.txtDataSetType.Location = new System.Drawing.Point(97, 44);
            this.txtDataSetType.Name = "txtDataSetType";
            this.txtDataSetType.Properties.ReadOnly = true;
            this.txtDataSetType.Size = new System.Drawing.Size(390, 20);
            this.txtDataSetType.TabIndex = 4;
            // 
            // labelControl3
            // 
            this.labelControl3.Location = new System.Drawing.Point(3, 77);
            this.labelControl3.Name = "labelControl3";
            this.labelControl3.Size = new System.Drawing.Size(60, 14);
            this.labelControl3.TabIndex = 5;
            this.labelControl3.Text = "图层名称:";
            // 
            // txtLayerAliasName
            // 
            this.txtLayerAliasName.Location = new System.Drawing.Point(97, 76);
            this.txtLayerAliasName.Name = "txtLayerAliasName";
            this.txtLayerAliasName.Size = new System.Drawing.Size(390, 20);
            this.txtLayerAliasName.TabIndex = 4;
            this.txtLayerAliasName.EditValueChanged += new System.EventHandler(this.txtLayerAliasName_EditValueChanged);
            // 
            // groupControl1
            // 
            this.groupControl1.Controls.Add(this.pictureEdit2);
            this.groupControl1.Controls.Add(this.pictureEdit1);
            this.groupControl1.Controls.Add(this.cmbMaxScale);
            this.groupControl1.Controls.Add(this.cmbMinScale);
            this.groupControl1.Controls.Add(this.labelControl7);
            this.groupControl1.Controls.Add(this.labelControl6);
            this.groupControl1.Controls.Add(this.labelControl5);
            this.groupControl1.Controls.Add(this.labelControl4);
            this.groupControl1.Controls.Add(this.radioGroup1);
            this.groupControl1.Location = new System.Drawing.Point(20, 239);
            this.groupControl1.Name = "groupControl1";
            this.groupControl1.Size = new System.Drawing.Size(488, 182);
            this.groupControl1.TabIndex = 6;
            this.groupControl1.Text = "比例尺范围";
            // 
            // pictureEdit2
            // 
            this.pictureEdit2.Cursor = System.Windows.Forms.Cursors.Default;
            this.pictureEdit2.EditValue = ((object)(resources.GetObject("pictureEdit2.EditValue")));
            this.pictureEdit2.Location = new System.Drawing.Point(377, 126);
            this.pictureEdit2.Name = "pictureEdit2";
            this.pictureEdit2.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
            this.pictureEdit2.Properties.Appearance.Options.UseBackColor = true;
            this.pictureEdit2.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.pictureEdit2.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Squeeze;
            this.pictureEdit2.Size = new System.Drawing.Size(92, 47);
            this.pictureEdit2.TabIndex = 6;
            // 
            // pictureEdit1
            // 
            this.pictureEdit1.Cursor = System.Windows.Forms.Cursors.Default;
            this.pictureEdit1.EditValue = ((object)(resources.GetObject("pictureEdit1.EditValue")));
            this.pictureEdit1.Location = new System.Drawing.Point(377, 72);
            this.pictureEdit1.Name = "pictureEdit1";
            this.pictureEdit1.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
            this.pictureEdit1.Properties.Appearance.Options.UseBackColor = true;
            this.pictureEdit1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.pictureEdit1.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Zoom;
            this.pictureEdit1.Size = new System.Drawing.Size(92, 49);
            this.pictureEdit1.TabIndex = 6;
            // 
            // cmbMaxScale
            // 
            this.cmbMaxScale.Location = new System.Drawing.Point(78, 136);
            this.cmbMaxScale.MaximumSize = new System.Drawing.Size(0, 24);
            this.cmbMaxScale.MinimumSize = new System.Drawing.Size(187, 0);
            this.cmbMaxScale.Name = "cmbMaxScale";
            this.cmbMaxScale.ScaleValue = 0D;
            this.cmbMaxScale.Size = new System.Drawing.Size(187, 24);
            this.cmbMaxScale.TabIndex = 5;
            this.cmbMaxScale.ScaleValueChanged += new KGIS.Plugin.LayerProperty.View.UC_Controls.UCScaleCombox.ValueChangedHandler(this.cmbMaxScale_ScaleValueChanged);
            // 
            // cmbMinScale
            // 
            this.cmbMinScale.Location = new System.Drawing.Point(78, 97);
            this.cmbMinScale.MaximumSize = new System.Drawing.Size(0, 24);
            this.cmbMinScale.MinimumSize = new System.Drawing.Size(187, 0);
            this.cmbMinScale.Name = "cmbMinScale";
            this.cmbMinScale.ScaleValue = 0D;
            this.cmbMinScale.Size = new System.Drawing.Size(187, 24);
            this.cmbMinScale.TabIndex = 5;
            this.cmbMinScale.ScaleValueChanged += new KGIS.Plugin.LayerProperty.View.UC_Controls.UCScaleCombox.ValueChangedHandler(this.cmbScaleMin_ScaleValueChanged);
            // 
            // labelControl7
            // 
            this.labelControl7.Location = new System.Drawing.Point(272, 140);
            this.labelControl7.Name = "labelControl7";
            this.labelControl7.Size = new System.Drawing.Size(84, 14);
            this.labelControl7.TabIndex = 3;
            this.labelControl7.Text = "(最大比例尺)";
            // 
            // labelControl6
            // 
            this.labelControl6.Location = new System.Drawing.Point(13, 140);
            this.labelControl6.Name = "labelControl6";
            this.labelControl6.Size = new System.Drawing.Size(60, 14);
            this.labelControl6.TabIndex = 1;
            this.labelControl6.Text = "放大大于:";
            // 
            // labelControl5
            // 
            this.labelControl5.Location = new System.Drawing.Point(272, 100);
            this.labelControl5.Name = "labelControl5";
            this.labelControl5.Size = new System.Drawing.Size(84, 14);
            this.labelControl5.TabIndex = 3;
            this.labelControl5.Text = "(最小比例尺)";
            // 
            // labelControl4
            // 
            this.labelControl4.Location = new System.Drawing.Point(13, 100);
            this.labelControl4.Name = "labelControl4";
            this.labelControl4.Size = new System.Drawing.Size(60, 14);
            this.labelControl4.TabIndex = 1;
            this.labelControl4.Text = "缩小小于:";
            // 
            // radioGroup1
            // 
            this.radioGroup1.Location = new System.Drawing.Point(15, 28);
            this.radioGroup1.Name = "radioGroup1";
            this.radioGroup1.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
            this.radioGroup1.Properties.Appearance.Options.UseBackColor = true;
            this.radioGroup1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.radioGroup1.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
            new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "在所有比例尺下显示图层"),
            new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "不显示图层,当比例尺")});
            this.radioGroup1.Size = new System.Drawing.Size(415, 58);
            this.radioGroup1.TabIndex = 0;
            this.radioGroup1.SelectedIndexChanged += new System.EventHandler(this.radioGroup1_SelectedIndexChanged);
            this.radioGroup1.EditValueChanged += new System.EventHandler(this.InvokeEditValueChanged);
            // 
            // labelControl8
            // 
            this.labelControl8.Location = new System.Drawing.Point(3, 108);
            this.labelControl8.Name = "labelControl8";
            this.labelControl8.Size = new System.Drawing.Size(60, 14);
            this.labelControl8.TabIndex = 7;
            this.labelControl8.Text = "唯一标识:";
            // 
            // txtGUID
            // 
            this.txtGUID.Location = new System.Drawing.Point(97, 107);
            this.txtGUID.Name = "txtGUID";
            this.txtGUID.Properties.ReadOnly = true;
            this.txtGUID.Size = new System.Drawing.Size(390, 20);
            this.txtGUID.TabIndex = 8;
            this.txtGUID.EditValueChanged += new System.EventHandler(this.txtGUID_EditValueChanged);
            // 
            // chkVisible
            // 
            this.chkVisible.Location = new System.Drawing.Point(94, 208);
            this.chkVisible.Name = "chkVisible";
            this.chkVisible.Properties.Caption = "图层可见";
            this.chkVisible.Size = new System.Drawing.Size(87, 19);
            this.chkVisible.TabIndex = 9;
            this.chkVisible.CheckedChanged += new System.EventHandler(this.chkVisible_CheckedChanged);
            this.chkVisible.EditValueChanged += new System.EventHandler(this.InvokeEditValueChanged);
            // 
            // btnDataSource
            // 
            this.btnDataSource.Location = new System.Drawing.Point(97, 13);
            this.btnDataSource.Name = "btnDataSource";
            this.btnDataSource.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.btnDataSource.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
            this.btnDataSource.Size = new System.Drawing.Size(390, 20);
            this.btnDataSource.TabIndex = 14;
            this.btnDataSource.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.btnDataSource_ButtonClick);
            this.btnDataSource.EditValueChanged += new System.EventHandler(this.btnDataSource_EditValueChanged);
            // 
            // labelControl9
            // 
            this.labelControl9.Location = new System.Drawing.Point(3, 140);
            this.labelControl9.Name = "labelControl9";
            this.labelControl9.Size = new System.Drawing.Size(60, 14);
            this.labelControl9.TabIndex = 16;
            this.labelControl9.Text = "图层描述:";
            // 
            // memDescription
            // 
            this.memDescription.Location = new System.Drawing.Point(97, 139);
            this.memDescription.Name = "memDescription";
            this.memDescription.Size = new System.Drawing.Size(390, 62);
            this.memDescription.TabIndex = 17;
            this.memDescription.EditValueChanged += new System.EventHandler(this.memDescription_EditValueChanged);
            // 
            // chkStartUpLoad
            // 
            this.chkStartUpLoad.Location = new System.Drawing.Point(239, 208);
            this.chkStartUpLoad.Name = "chkStartUpLoad";
            this.chkStartUpLoad.Properties.Caption = "启动时加载";
            this.chkStartUpLoad.Size = new System.Drawing.Size(113, 19);
            this.chkStartUpLoad.TabIndex = 18;
            this.chkStartUpLoad.CheckedChanged += new System.EventHandler(this.chkStartUpLoad_CheckedChanged);
            this.chkStartUpLoad.EditValueChanged += new System.EventHandler(this.InvokeEditValueChanged);
            // 
            // pnlLayerProps
            // 
            this.pnlLayerProps.Appearance.BackColor = System.Drawing.Color.Transparent;
            this.pnlLayerProps.Appearance.Options.UseBackColor = true;
            this.pnlLayerProps.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.pnlLayerProps.Controls.Add(this.labelControl1);
            this.pnlLayerProps.Controls.Add(this.chkStartUpLoad);
            this.pnlLayerProps.Controls.Add(this.labelControl2);
            this.pnlLayerProps.Controls.Add(this.memDescription);
            this.pnlLayerProps.Controls.Add(this.txtDataSetType);
            this.pnlLayerProps.Controls.Add(this.labelControl9);
            this.pnlLayerProps.Controls.Add(this.txtLayerAliasName);
            this.pnlLayerProps.Controls.Add(this.btnDataSource);
            this.pnlLayerProps.Controls.Add(this.labelControl3);
            this.pnlLayerProps.Controls.Add(this.chkVisible);
            this.pnlLayerProps.Controls.Add(this.labelControl8);
            this.pnlLayerProps.Controls.Add(this.txtGUID);
            this.pnlLayerProps.Location = new System.Drawing.Point(7, 0);
            this.pnlLayerProps.Name = "pnlLayerProps";
            this.pnlLayerProps.Size = new System.Drawing.Size(493, 239);
            this.pnlLayerProps.TabIndex = 19;
            // 
            // pnlLayerProps2
            // 
            this.pnlLayerProps2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.pnlLayerProps2.Controls.Add(this.memDescription2);
            this.pnlLayerProps2.Controls.Add(this.labelControl12);
            this.pnlLayerProps2.Controls.Add(this.txtLayerAliasName2);
            this.pnlLayerProps2.Controls.Add(this.labelControl13);
            this.pnlLayerProps2.Controls.Add(this.chkVisible2);
            this.pnlLayerProps2.Location = new System.Drawing.Point(546, 3);
            this.pnlLayerProps2.Name = "pnlLayerProps2";
            this.pnlLayerProps2.Size = new System.Drawing.Size(493, 239);
            this.pnlLayerProps2.TabIndex = 19;
            // 
            // memDescription2
            // 
            this.memDescription2.Location = new System.Drawing.Point(96, 50);
            this.memDescription2.Name = "memDescription2";
            this.memDescription2.Size = new System.Drawing.Size(390, 180);
            this.memDescription2.TabIndex = 17;
            this.memDescription2.EditValueChanged += new System.EventHandler(this.memDescription_EditValueChanged);
            // 
            // labelControl12
            // 
            this.labelControl12.Location = new System.Drawing.Point(3, 50);
            this.labelControl12.Name = "labelControl12";
            this.labelControl12.Size = new System.Drawing.Size(60, 14);
            this.labelControl12.TabIndex = 16;
            this.labelControl12.Text = "图层描述:";
            // 
            // txtLayerAliasName2
            // 
            this.txtLayerAliasName2.Location = new System.Drawing.Point(97, 13);
            this.txtLayerAliasName2.Name = "txtLayerAliasName2";
            this.txtLayerAliasName2.Size = new System.Drawing.Size(294, 20);
            this.txtLayerAliasName2.TabIndex = 4;
            this.txtLayerAliasName2.EditValueChanged += new System.EventHandler(this.txtLayerAliasName_EditValueChanged);
            // 
            // labelControl13
            // 
            this.labelControl13.Location = new System.Drawing.Point(3, 14);
            this.labelControl13.Name = "labelControl13";
            this.labelControl13.Size = new System.Drawing.Size(60, 14);
            this.labelControl13.TabIndex = 5;
            this.labelControl13.Text = "图层名称:";
            // 
            // chkVisible2
            // 
            this.chkVisible2.Location = new System.Drawing.Point(398, 15);
            this.chkVisible2.Name = "chkVisible2";
            this.chkVisible2.Properties.Caption = "图层可见";
            this.chkVisible2.Size = new System.Drawing.Size(87, 19);
            this.chkVisible2.TabIndex = 9;
            this.chkVisible2.CheckedChanged += new System.EventHandler(this.chkVisible_CheckedChanged);
            this.chkVisible2.EditValueChanged += new System.EventHandler(this.InvokeEditValueChanged);
            // 
            // pnlMain
            // 
            this.pnlMain.Appearance.BackColor = System.Drawing.Color.Transparent;
            this.pnlMain.Appearance.Options.UseBackColor = true;
            this.pnlMain.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.pnlMain.Controls.Add(this.pnlLayerProps);
            this.pnlMain.Location = new System.Drawing.Point(17, 3);
            this.pnlMain.Name = "pnlMain";
            this.pnlMain.Size = new System.Drawing.Size(493, 239);
            this.pnlMain.TabIndex = 19;
            // 
            // UCGeneralProperty
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.groupControl1);
            this.Controls.Add(this.pnlLayerProps2);
            this.Controls.Add(this.pnlMain);
            this.Name = "UCGeneralProperty";
            this.Size = new System.Drawing.Size(531, 425);
            ((System.ComponentModel.ISupportInitialize)(this.txtDataSetType.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtLayerAliasName.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
            this.groupControl1.ResumeLayout(false);
            this.groupControl1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureEdit2.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radioGroup1.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtGUID.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chkVisible.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnDataSource.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.memDescription.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chkStartUpLoad.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pnlLayerProps)).EndInit();
            this.pnlLayerProps.ResumeLayout(false);
            this.pnlLayerProps.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pnlLayerProps2)).EndInit();
            this.pnlLayerProps2.ResumeLayout(false);
            this.pnlLayerProps2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.memDescription2.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtLayerAliasName2.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chkVisible2.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pnlMain)).EndInit();
            this.pnlMain.ResumeLayout(false);
            this.ResumeLayout(false);
        }
        #endregion
        private DevExpress.XtraEditors.LabelControl labelControl1;
        private DevExpress.XtraEditors.LabelControl labelControl2;
        private DevExpress.XtraEditors.TextEdit txtDataSetType;
        private DevExpress.XtraEditors.LabelControl labelControl3;
        private DevExpress.XtraEditors.TextEdit txtLayerAliasName;
        private DevExpress.XtraEditors.GroupControl groupControl1;
        private DevExpress.XtraEditors.RadioGroup radioGroup1;
        private DevExpress.XtraEditors.LabelControl labelControl5;
        private DevExpress.XtraEditors.LabelControl labelControl4;
        private DevExpress.XtraEditors.LabelControl labelControl7;
        private DevExpress.XtraEditors.LabelControl labelControl6;
        private DevExpress.XtraEditors.LabelControl labelControl8;
        private DevExpress.XtraEditors.TextEdit txtGUID;
        private DevExpress.XtraEditors.CheckEdit chkVisible;
        private DevExpress.XtraEditors.ButtonEdit btnDataSource;
        private DevExpress.XtraEditors.LabelControl labelControl9;
        private DevExpress.XtraEditors.MemoEdit memDescription;
        private DevExpress.XtraEditors.CheckEdit chkStartUpLoad;
        private UCScaleCombox cmbMaxScale;
        private UCScaleCombox cmbMinScale;
        private DevExpress.XtraEditors.PictureEdit pictureEdit2;
        private DevExpress.XtraEditors.PictureEdit pictureEdit1;
        private DevExpress.XtraEditors.PanelControl pnlLayerProps;
        private DevExpress.XtraEditors.PanelControl pnlLayerProps2;
        private DevExpress.XtraEditors.MemoEdit memDescription2;
        private DevExpress.XtraEditors.LabelControl labelControl12;
        private DevExpress.XtraEditors.TextEdit txtLayerAliasName2;
        private DevExpress.XtraEditors.LabelControl labelControl13;
        private DevExpress.XtraEditors.CheckEdit chkVisible2;
        private DevExpress.XtraEditors.PanelControl pnlMain;
    }
}