namespace KGIS.Plugin.LayerProperty.View.UC_Controls { partial class UCDataSourceProperty { /// /// 必需的设计器变量。 /// 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() { components = new System.ComponentModel.Container(); this.groupControl4 = new DevExpress.XtraEditors.GroupControl(); this.memCoordinateSys = new DevExpress.XtraEditors.MemoEdit(); this.groupControl5 = new DevExpress.XtraEditors.GroupControl(); this.ucExtentSet1 = new UCExtentSet(); this.groupControl1 = new DevExpress.XtraEditors.GroupControl(); this.propertyRaster = new DevExpress.XtraVerticalGrid.PropertyGridControl(); this.btnSetDataSource = new DevExpress.XtraEditors.SimpleButton(); ((System.ComponentModel.ISupportInitialize)this.groupControl4).BeginInit(); this.groupControl4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)this.memCoordinateSys.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)this.groupControl5).BeginInit(); this.groupControl5.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)this.groupControl1).BeginInit(); this.groupControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)this.propertyRaster).BeginInit(); base.SuspendLayout(); this.btnSetDataSource.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnSetDataSource.Location = new System.Drawing.Point(397, 190); this.btnSetDataSource.Name = "btnSetDataSource"; this.btnSetDataSource.Size = new System.Drawing.Size(75, 23); this.btnSetDataSource.TabIndex = 1; this.btnSetDataSource.Text = "设置数据源"; this.btnSetDataSource.Click += BtnSetDataSource_Click; this.groupControl4.Controls.Add(this.memCoordinateSys); this.groupControl4.Controls.Add(this.btnSetDataSource); this.groupControl4.Location = new System.Drawing.Point(12, 149); this.groupControl4.Name = "groupControl4"; this.groupControl4.Size = new System.Drawing.Size(476, 218); this.groupControl4.TabIndex = 23; this.groupControl4.Text = "数据源"; this.memCoordinateSys.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.memCoordinateSys.Dock = System.Windows.Forms.DockStyle.None; this.memCoordinateSys.Location = new System.Drawing.Point(2, 21); this.memCoordinateSys.Name = "memCoordinateSys"; this.memCoordinateSys.Properties.Appearance.Font = new System.Drawing.Font("宋体", 9f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 134); this.memCoordinateSys.Properties.Appearance.Options.UseFont = true; this.memCoordinateSys.Properties.ReadOnly = true; this.memCoordinateSys.Properties.WordWrap = false; this.memCoordinateSys.Size = new System.Drawing.Size(472, 166); this.memCoordinateSys.TabIndex = 0; this.groupControl5.Controls.Add(this.ucExtentSet1); this.groupControl5.Location = new System.Drawing.Point(12, 18); this.groupControl5.Name = "groupControl5"; this.groupControl5.Size = new System.Drawing.Size(476, 125); this.groupControl5.TabIndex = 24; this.groupControl5.Text = "范围"; this.ucExtentSet1.Bottom = 0.0; this.ucExtentSet1.Left = 0.0; this.ucExtentSet1.Location = new System.Drawing.Point(35, 24); this.ucExtentSet1.Name = "ucExtentSet1"; this.ucExtentSet1.Right = 0.0; this.ucExtentSet1.Size = new System.Drawing.Size(404, 96); this.ucExtentSet1.TabIndex = 0; this.ucExtentSet1.Top = 0.0; this.groupControl1.Controls.Add(this.propertyRaster); this.groupControl1.Location = new System.Drawing.Point(3, 3); this.groupControl1.Name = "groupControl1"; this.groupControl1.Size = new System.Drawing.Size(485, 345); this.groupControl1.TabIndex = 25; this.groupControl1.Text = "栅格属性"; this.propertyRaster.Appearance.RecordValue.Options.UseTextOptions = true; this.propertyRaster.Appearance.RecordValue.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.propertyRaster.Dock = System.Windows.Forms.DockStyle.Fill; this.propertyRaster.Location = new System.Drawing.Point(2, 21); this.propertyRaster.Name = "propertyRaster"; this.propertyRaster.OptionsBehavior.Editable = false; this.propertyRaster.OptionsBehavior.ShowEditorOnMouseUp = true; this.propertyRaster.ServiceProvider = null; this.propertyRaster.Size = new System.Drawing.Size(481, 322); this.propertyRaster.TabIndex = 1; this.propertyRaster.TreeButtonStyle = DevExpress.XtraVerticalGrid.TreeButtonStyle.TreeView; base.AutoScaleDimensions = new System.Drawing.SizeF(6f, 12f); base.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; base.Controls.Add(this.groupControl1); base.Controls.Add(this.groupControl5); base.Controls.Add(this.groupControl4); base.Name = "UCDataSourceProperty"; base.Size = new System.Drawing.Size(499, 362); ((System.ComponentModel.ISupportInitialize)this.groupControl4).EndInit(); this.groupControl4.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)this.memCoordinateSys.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)this.groupControl5).EndInit(); this.groupControl5.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)this.groupControl1).EndInit(); this.groupControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)this.propertyRaster).EndInit(); base.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.GroupControl groupControl4; private DevExpress.XtraEditors.MemoEdit memCoordinateSys; private DevExpress.XtraEditors.GroupControl groupControl5; private DevExpress.XtraEditors.GroupControl groupControl1; private DevExpress.XtraVerticalGrid.PropertyGridControl propertyRaster; private DevExpress.XtraEditors.SimpleButton btnSetDataSource; private UCExtentSet ucExtentSet1; } }